@charset "UTF-8";
.m2abtCon1 {
    height: 42.18vw;
    background: url(../images/m2abt_c2bg.jpg) no-repeat center top;
    background-size: cover;
}

.m2abtc1LxWpr {
    width: 50%;
    float: left;
    text-align: right;
}

.m2abtc1Lx {
    display: inline-block;
    width: calc(1440px / 2);
    padding-right: 5.2vw;
    padding-top: 5.2vw;
    text-align: left
}

.m2abt_pt {
    font-size: 46px;
    line-height: 70px;
    ;
    display: block;
    font-weight: bold;
    position: relative;
}

.m2abt_pt:after {
    content: "";
    background: #EF8325;
    height: 4px;
    width: 148px;
    position: absolute;
    left: 0px;
    bottom: -26px;
}

.m2abt_c1des {
    margin-top: 3.9vw;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    height: 22.64vw;
    overflow: hidden
}

.m2abtc1Rx {
    width: 50%;
    float: right;
    height: 42.18vw;
    position: relative;
}

.m2abtc1Rx strong {
    background: rgba(20, 26, 108, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 9.79vw;
    line-height: 9.79vw;
    font-size: 34px;
}

@media (max-width:1799px) {
    .m2abtc1Lx {
        width: calc(1170px / 2);
    }
    .m2abtc1Rx strong {
        font-size: 26px;
    }
    .m2abt_pt {
        font-size: 32px;
        line-height: 52px;
    }
    .m2abt_pt:after {
        height: 3px;
        width: 120px;
        bottom: -22px;
    }
    .m2abt_c1des {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width:1199px) {
    .m2abtc1Rx strong {
        font-size: 24px;
    }
    .m2abtc1Lx {
        width: calc(970px / 2);
    }
    .m2abt_itmx .overflowHide {
        height: 270px;
    }
    .m2abt_itmx {
        height: 380px;
    }
    .m2abt_pt {
        font-size: 30px;
    }
}

@media (max-width:993px) {
    .m2abtCon1 {
        height: auto;
    }
    .m2abtc1Lx {
        width: auto;
        padding: 40px 25px 60px;
    }
    .m2abtc1LxWpr {
        width: 100%;
        float: none;
    }
    .m2abtc1Rx {
        width: 100%;
        float: none;
        height: 700px;
    }
    .m2abt_c1des {
        height: auto;
        margin-top: 45px;
    }
}

@media (max-width:767px) {
    .m2abtc1Lx {
        padding-left: 15px;
        padding-right: 15px;
    }
    .m2abt_pt {
        font-size: 24px;
        line-height: 32px;
    }
    .m2abt_pt:after {
        width: 75px;
        height: 2px;
    }
    .m2abt_c1des {
        margin-top: 40px;
    }
    .m2abt_c1des {
        font-size: 14px;
        line-height: 28px;
    }
    .m2abtc1Rx strong {
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
    .m2abtc1Rx {
        height: 320px;
    }
}

.m2abtCon2 {
    background: url(../images/m2ryBg.jpg) no-repeat center top;
    background-size: cover;
    padding: 5.2vw 0px;
}

.m2abtc2Top {
    overflow: hidden;
    padding-bottom: 35px;
}

.m2abtCon2 .m2abt_pt {
    float: left;
}

.m2abt_nav {
    float: right;
    padding-top: 2px;
}

.m2abt_nav a {
    font-size: 18px;
    padding: 0px 20px;
    line-height: 54px;
    height: 54px;
    position: relative;
    float: left;
    margin-left: 1.45vw;
}

.m2abt_nav a.on {
    color: #1c98f7;
}

.m2abt_nav a:after {
    content: "";
    background: #1c98f7;
    height: 3px;
    width: 0%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.m2abt_nav a.on:after,
.m2abt_nav a:hover:after {
    width: 100%;
    left: 0
}

.m2abtSwiperWpr {
    margin: 0px -18px;
    position: relative;
    height: 530px;
}

.m2abtSwiper {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}

.m2abtSwiper.on {
    opacity: 1;
    visibility: visible;
}

.m2abtSitem {
    padding: 20px 18px;
}

.m2abt_itmx {
    background: #fff;
    border-radius: 0.9em;
    height: 440px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.m2abt_itmx .overflowHide {
    height: 332px;
    position: relative;
}

.m2abt_itmx .overflowHide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.m2abt_itmx strong {
    display: block;
    margin: 0px 20px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 27px;
    border-top: 1px solid #EBEBEB;
    font-weight: normal;
    text-align: center;
}

.m2abtSwiperWpr .slick-dots {
    bottom: -48px;
    text-align: center;
}

.m2abtSwiperWpr .slick-dots li button {
    display: none;
}

.m2abtSwiperWpr .slick-dots li {
    background: url(../images/m2abt_di1.png) no-repeat center center;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0px 7px;
    position: relative;
    vertical-align: middle;
    background-size: cover;
}

.m2abtSwiperWpr .slick-dots li.slick-active {
    background: url(../images/m2abt_di2.png) no-repeat center center;
    background-size: cover;
}

@media (max-width:1799px) {
    .m2abt_nav a {
        font-size: 17px;
    }
    .m2abt_itmx strong {
        font-size: 16px;
    }
    .m2abtSwiperWpr .slick-dots li {
        width: 18px;
        height: 18px;
    }
}

@media (max-width:993px) {
    .m2abt_itmx {
        height: 390px;
    }
    .m2abt_itmx .overflowHide {
        height: 252px;
    }
}

@media (max-width:767px) {
    .m2abtCon2 {
        padding: 50px 0 0;
    }
    .m2abt_nav a {
        font-size: 15px;
        margin: 0 5px;
        padding: 0px;
    }
    .m2abtCon2 .m2abt_pt {
        width: 100%;
        float: none;
        margin-bottom: 18px;
    }
    .m2abt_nav {
        width: 100%;
        text-align: center;
        float: none;
        display: flex;
        justify-content: space-between;
    }
    .m2abtc2Top {
        padding-bottom: 10px;
    }
    .m2abtSwiperWpr .slick-dots li {
        width: 12px;
        height: 12px;
        background-size: 12px auto !important;
    }
    .m2abtSwiperWpr .slick-dots {
        bottom: -20px;
    }
    .m2abtSwiperWpr {
        height: 520px;
    }
}

.m2abtCon3 {
    position: relative;
    padding-top: 5.2vw;
}

.m2abt_c3bgs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 56px;
}

.m2abt_c3bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    background-size: cover;
}

.m2abt_c3bg.on {
    opacity: 1;
}

.m2abtCon3 .container {
    position: relative;
    z-index: 1;
}

.m2abtCon3 .m2abt_pt {
    color: #fff;
}

.m2abt_txts {
    margin-top: 7.29vw;
    position: relative;
    height: 310px;
    color: #fff;
    max-width: 850px
}

.m2abt_txt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-size: 22px;
    line-height: 36px;
    ;
    display: block;
}

.m2abt_txt strong {
    font-size: 30px;
    line-height: 46px;
    display: block;
    margin-bottom: 10px;
}

.m2abt_txt.on {
    opacity: 1;
    visibility: visible;
}

.m2abt_change {
    height: 116px;
}

.m2abt_c3abtn {
    width: 50%;
    height: 116px;
    border-radius: 1em 0 0 1em;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    float: left;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.m2abt_change .m2abt_c3abtn:nth-child(2) {
    border-radius: 0 1em 1em 0;
}

.m2abt_c3abtn .bgImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2abt_c3bnm {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 163px;
    line-height: 116px;
    font-size: 26px;
    transition: all 0.5s ease-in-out;
}

.m2abt_c3anico {
    width: 84px;
    height: 84px;
    position: absolute;
    left: 56px;
    top: 50%;
    margin-top: -42px;
}

.m2abt_c3anico:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    background: url(../images/m2ry_ibg1a.png) no-repeat center center;
}

.m2abt_c3anico:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    background: url(../images/m2ry_ibg1.png) no-repeat center center;
}

.m2abt_c3anico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.m2abt_c3anico img:nth-child(2) {
    opacity: 0
}

.m2abt_c3abtn.on {
    box-shadow: 0 5px 20px rgba(28, 152, 247, 0.3);
}

.m2abt_c3abtn.on .bgImg {
    opacity: 1;
}

.m2abt_c3abtn.on .m2abt_c3bnm {
    color: #fff;
}

.m2abt_c3abtn.on .m2abt_c3anico img {
    opacity: 0;
}

.m2abt_c3abtn.on .m2abt_c3anico img:nth-child(2) {
    opacity: 1
}

.m2abt_c3abtn.on .m2abt_c3anico:before {
    opacity: 0;
}

.m2abt_c3abtn.on .m2abt_c3anico:after {
    opacity: 1;
    animation: radiusRotate 5s linear infinite;
}

@media (max-width:1799px) {
    .m2abt_txts {
        margin-top: 6vw;
        height: 260px;
    }
    .m2abt_txt strong {
        font-size: 24px;
        line-height: 42px;
    }
    .m2abt_txt {
        font-size: 20px;
        line-height: 30px;
    }
    .m2abt_c3bnm {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .m2abtCon3 {
        padding-top: 50px;
    }
    .m2abt_txts {
        margin-top: 40px;
    }
    .m2abt_txt strong {
        font-size: 22px;
        line-height: 38px;
    }
    .m2abt_txt {
        font-size: 17px;
    }
    .m2abt_txts {
        height: 190px;
    }
    .m2abt_c3anico {
        transform: scale(0.55) translate(-50%, 0);
        transform-origin: left center;
        top: 0px;
        margin-top: 0;
        left: 50%;
    }
    .m2abt_c3bnm {
        padding-left: 0;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        padding-top: 70px;
    }
}

.m2abtCon4 {
    padding-top: 7.2vw;
    padding-bottom: 6.25vw;
    background: url(../images/m2abt_bg3.jpg) no-repeat center bottom;
    background-size: cover;
    margin-top: -56px;
}

.m2abtCon4 .m2abt_pt {
    text-align: center
}

.m2abtCon4 .m2abt_pt:after {
    left: 50%;
    transform: translateX(-50%);
}

.m2abtc4Top {
    margin-top: 5.12vw;
    position: relative;
    margin-bottom: 4.68vw
}

.m2abt_hisSwiper {
    width: 55%;
    float: left;
}

.m2abt_hisItme {}

.m2abt_hisItme h4 {
    font-size: 160px;
    line-height: 160px;
    color: #1c98f7;
    display: block;
    margin-top: -15px;
    text-shadow: 10px 10px 30px rgba(28, 152, 247, 0.3)
}

.m2abtc4des {
    font-size: 20px;
    line-height: 50px;
    margin-top: 35px;
    height: 252px;
    overflow: hidden;
}

.m2abt_ssnm {
    position: relative;
    padding-left: 116px;
}

.m2abt_ssnm span {
    font-size: 20px;
    color: #cccccc;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.m2abt_c3rimg {
    width: 39.5%;
    float: right;
    height: auto;
    border-radius: 1.2em;
    overflow: hidden;
}

.m2abtc4Bom {
    height: 95px;
    position: relative;
}

.m2abtc4Bom:before {
    content: "";
    top: 67px;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.08);
    height: 1px;
}

.m2abt_c4yr {
    text-align: center;
    position: relative;
    padding-top: 14px;
    height: 95px;
}

.m2abt_c4yr p {
    font: bold 20px/24px din;
}

.slick-current.m2abt_c4yr p {
    background-image: -webkit-gradient(linear, left 0, right 0, from(#108FF7), to(#46ACFF));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m2abt_c4yr:before {
    content: "";
    background: url(../images/m2hisia.png) no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    top: 60px;
    border-radius: 50%;
}

.slick-current.m2abt_c4yr:before {
    background: url(../images/m2hisi.png) no-repeat center center;
}

.m2abtc4Bom .slick-prev {
    display: inline-block;
    height: 80px;
    width: 80px;
    position: absolute;
    left: -80px;
    top: 28px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/m2abt_btn.png) no-repeat center center;
}

.m2abtc4Bom .slick-prev:before {
    content: "";
    background: url(../images/m2abt_btnBor2.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

.m2abtc4Bom .slick-prev:after {
    content: "";
    background: url(../images/m2abt_btnBor.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2abtc4Bom .slick-next:before {
    content: "";
    background: url(../images/m2abt_btnBor2.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

.m2abtc4Bom .slick-next:after {
    content: "";
    background: url(../images/m2abt_btnBor.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2abtc4Bom .slick-next {
    display: inline-block;
    height: 80px;
    width: 80px;
    position: absolute;
    right: -80px;
    top: 28px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/m2abt_btn.png) no-repeat center center;
    transform: rotate(180deg);
}

.m2abtc4Bom .slick-prev:hover:before,
.m2abtc4Bom .slick-next:hover:before {
    opacity: 0
}

.m2abtc4Bom .slick-prev:hover:after,
.m2abtc4Bom .slick-next:hover:after {
    opacity: 1;
    animation: radiusRotate 5s linear infinite;
}

@media (max-width:1799px) {
    .m2abt_hisItme h4 {
        font-size: 120px;
        line-height: 120px;
    }
    .m2abtc4des {
        margin-top: 15px;
        font-size: 16px;
        line-height: 40px;
        height: 200px;
    }
}

@media (max-width:1379px) {
    .m2abtc4Bom {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width:1199px) {
    .m2abt_hisItme h4 {
        font-size: 90px;
    }
    .m2abt_ssnm span {
        font-size: 16px;
    }
    .m2abt_ssnm {
        padding-left: 86px;
    }
    .m2abtc4des {
        font-size: 14px;
        line-height: 34px;
    }
    .m2abtc4Bom {
        margin-left: 80px;
        margin-right: 80px;
    }
}

@media (max-width:993px) {
    .m2abtCon4 {
        padding-top: 100px;
    }
    .m2abtc4Bom .slick-prev {
        transform: scale(0.8);
    }
    .m2abtc4Bom .slick-next {
        transform: scale(0.8) rotate(180deg);
    }
}

@media (max-width:767px) {
    .m2abtc4Top {
        margin-top: 40px;
    }
    .m2abt_hisItme h4 {
        display: none;
    }
    .m2abt_hisSwiper {
        width: 100%;
    }
    .m2abt_c3rimg {
        display: none;
    }
    .m2abt_ssnm span {
        font-size: 14px;
    }
    .m2abt_ssnm {
        padding-left: 75px;
    }
    .m2abtc4Bom .slick-prev {
        transform: scale(0.6);
    }
    .m2abtc4Bom .slick-next {
        transform: scale(0.6) rotate(180deg);
    }
    .m2abtc4Bom {
        margin-left: 60px;
        margin-right: 60px;
    }
    .m2abtCon4 {
        padding-bottom: 50px;
    }
}

.m3nPage {
    padding: 4.68vw 0px;
    border-bottom: 1px solid #DDDDDD;
}

.m3nShare {
    width: 50px;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8
}

.m3nShare strong {
    font-size: 20px;
    color: #808080;
    ;
    line-height: 38px;
    font-weight: normal;
}

.m3nShar {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-top: 25px;
}

.m3nShar1 {
    background: url(../images/m3n_si1.png) no-repeat center center;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.m3nShar1:hover {
    background: url(../images/m3n_si1a.png) no-repeat center center;
}

.m3nShar2 {
    background: url(../images/m3n_si2.png) no-repeat center center;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.m3nShar2:hover {
    background: url(../images/m3n_si2a.png) no-repeat center center;
}

.m3nShar3 {
    background: url(../images/m3n_si3.png) no-repeat center center;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.m3nShar3:hover {
    background: url(../images/m3n_si3a.png) no-repeat center center;
}

.m3nPage h2 {
    font-size: 48px;
    line-height: 66px;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}

.m3n_info {
    line-height: 60px;
    border-bottom: 2px solid #E6E6E6;
    font-size: 24px;
}

.m3n_tm {
    display: inline-block;
    margin-right: 30px;
    color: #ff9e39;
}

.m3nContent {
    font-size: 21px;
    line-height: 38px;
    color: #808080;
    ;
    padding: 2.6vw 0px 2.86vw;
}

.m3nBack {
    text-align: center;
}

.m3nBack a {
    line-height: 28px;
    color: #FFF;
    background: #ff9e39 url(../images/m3n_back.png) no-repeat center 0px;
    height: 120px;
    width: 120px;
    padding-top: 63px;
    display: inline-block;
    font-size: 14px;
    ;
    border-radius: 50%;
    text-align: center;
}

.m3nBack a:hover {
    box-shadow: 0 10px 30px rgba(255, 158, 57, 0.3);
    transform: translateY(-10px);
}

.m3page {
    font-size: 16px;
    color: #888;
    line-height: 36px;
    padding: 20px 0px 0px;
    margin-top: 3.22vw;
    border-top: 3px solid #E6E6E6;
}

.m3page p {
    height: 36px;
}

@media (max-width:1799px) {
    .m3nPage h2 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .m3n_info {
        line-height: 50px;
        border-bottom: 1px solid #E6E6E6;
        font-size: 20px;
    }
    .m3nContent {
        font-size: 17px;
        line-height: 32px;
    }
    .m3page {
        font-size: 15px;
        line-height: 32px;
        border-top: 2px solid #E6E6E6;
    }
    .m3page p {
        height: 32px;
    }
    .m3nShare {
        right: 20px;
        transform: scale(0.9) translateY(-50%)
    }
}

@media (max-width:1379px) {
    .m3nShare {
        right: 10px;
        transform: scale(0.8) translateY(-50%)
    }
}

@media (max-width:1199px) {
    .m3nPage .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width:993px) {
    .m3nShare {
        display: none !important;
    }
    .m3nPage .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .m3nPage h2 {
        font-size: 25px;
        line-height: 46px;
    }
}

@media (max-width:767px) {
    .m3nPage h2 {
        font-size: 21px;
        line-height: 36px;
    }
    .m3nPage {
        padding: 40px 0;
    }
    .m3n_info {
        font-size: 18px;
    }
    .m3nContent {
        padding-top: 25px;
        font-size: 15px;
        line-height: 30px;
    }
    .m3nBack a {
        transform: scale(0.8);
    }
}

.m2nPage {
    padding-top: 4.79vw;
    border-bottom: 1px solid #DDDDDD;
}

.m2nt {
    text-align: center;
    ;
    font-size: 56px;
    line-height: 70px;
    display: block;
    font-weight: bold;
}

.m2n_nav {
    line-height: 80px;
    height: 81px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    margin-top: 2.34vw;
}

.m2n_nav a {
    font-size: 26px;
    color: #999999;
    position: relative;
    ;
    padding: 0px 20px;
    margin: 0px 1.77vw;
    display: inline-block;
}

.m2n_nav a.on,
.m2n_nav a:hover {
    color: #1c98f7;
}

.m2n_nav a:after {
    content: "";
    transition: all 0.5s ease-in-out;
    background: #1c98f7;
    height: 3px;
    width: 0%;
    position: absolute;
    left: 50%;
    bottom: -2px;
}

.m2n_nav a.on:after,
.m2n_nav a:hover:after {
    width: 100%;
    position: absolute;
    left: 0px;
}

.m2nlist {
    margin: 3.64vw -2.08vw 3.12vw;
}

.m2nlist li {
    padding: 0px 2.08vw;
    float: left;
    width: 50%;
    margin-bottom: 3.12vw;
}

.m2naBox {
    display: block;
}

.m2naBox .overflowHide {
    height: 300px;
    border-radius: 1.4em;
}

.m2nx1 {
    line-height: 38px;
    height: 38px;
    margin-top: 1.87vw;
    font-size: 24px;
    font-weight: normal;
}

.m2nx1 span:nth-child(1) {
    float: left;
    color: #333;
}

.m2nx1 span:nth-child(2) {
    float: right;
    font-size: 18px;
    line-height: 36px;
    color: #1c98f7;
    text-align: center;
    height: 38px;
    width: 110px;
    border: 1px solid #1c98f7;
    border-radius: 2em;
}

.m2nst {
    font-size: 26px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    margin: 1.77vw 0px 20px;
}

.m2ndes {
    font-size: 18px;
    line-height: 30px;
    color: #808080;
    height: 60px;
    overflow: hidden;
    margin-bottom: 1.56vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m2nmore {
    height: 50px;
    width: 168px;
    line-height: 46px;
    border: 2px solid #ff9e39;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #ff9e39;
    padding-left: 29px;
    text-align: left;
    border-radius: 2em;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.m2nmore span {
    position: relative;
    display: inline-block;
}

.m2nmore i {
    background: #ff9e39 url(../images/m2n_ar1.png) no-repeat center center;
    display: inline-block;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 10px;
    right: 18px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.m2naBox:hover .m2nmore {
    background: #ff9e39;
    color: #fff;
    box-shadow: 0 10px 30px rgba(255, 158, 57, 0.3);
}

.m2naBox:hover .m2nmore i {
    background: #FFF url(../images/m2n_ar2.png) no-repeat center center;
}

.page {
    text-align: center;
}

.page a {
    border: 1px solid #D9D9D9;
    line-height: 40px;
    height: 42px;
    min-width: 42px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 50%;
    padding: 0 10px;
}

.page a:first-child {
    padding: 0 25px;
    border-radius: 2em;
}

.page a:last-child {
    padding: 0 25px;
    border-radius: 2em;
}

.page a.active,
.page a:hover {
    background: #ff9e39;
    color: #fff;
    border: 1px solid #ff9e39;
}

.page a.disabled {
    border: 1px solid #D9D9D9;
    background: #fff;
    color: #333;
}

@media (max-width:1799px) {
    .m2nt {
        font-size: 40px;
        line-height: 60px;
    }
    .m2n_nav {
        line-height: 66px;
        height: 67px;
        margin-top: 1.5vw;
    }
    .m2n_nav a {
        font-size: 21px;
    }
    .m2naBox .overflowHide {
        height: 240px;
    }
    .m2nx1 {
        font-size: 20px;
    }
    .m2nx1 span:nth-child(2) {
        font-size: 16px;
    }
    .m2nst {
        font-size: 21px;
        line-height: 34px;
        height: 68px;
        margin-bottom: 14px;
    }
    .m2ndes {
        font-size: 16px;
    }
    .m2nmore {
        transform: scale(0.9);
        transform-origin: left top;
    }
}

@media (max-width:993px) {
    .m2n_nav a {
        font-size: 20px;
        padding: 0 10px;
    }
    .m2nlist li {
        width: 100%;
        margin-bottom: 55px;
    }
    .m2naBox .overflowHide {
        height: 300px;
    }
}

@media (max-width:767px) {
    .m2nt {
        font-size: 26px;
    }
    .m2n_nav a {
        font-size: 15px;
        padding: 0 5px;
    }
    .m2naBox .overflowHide {
        height: 160px;
    }
    .m2nlist {
        margin-top: 25px;
    }
    .m2nx1 {
        margin-top: 18px;
        font-size: 16px;
    }
    .m2nst {
        font-size: 18px;
        line-height: 32px;
        margin-top: 12px;
        margin-bottom: 5px;
        height: auto
    }
    .m2ndes {
        font-size: 15px;
        line-height: 26px;
        max-height: 78px;
        height: auto;
        margin-bottom: 18px;
    }
    .m2nmore {
        transform: scale(0.8);
        transform-origin: left center;
    }
    .m2nlist li {
        margin-bottom: 35px;
    }
    .page a {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

.m2lxCon1 {
    padding: 5.2vw 0px 5.46vw;
    background: url(../images/m2lx_bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.m2lxCon1 .container {
    height: 606px;
    position: relative;
}

.m2lxC1Lx {
    width: 550px;
    float: left;
}

.m2lxNumbs {
    padding-top: 68px;
}

.m2lxNumbs li {
    width: 50%;
    float: left;
    height: 140px;
    margin-top: 65px;
    position: relative;
}

.m2lxNumbs li:after {
    content: "";
    width: 20px;
    height: 4px;
    background: #ff9e39;
    position: absolute;
    left: 0;
    bottom: 0;
}

.m2lxNumbs li strong {
    font-size: 24px;
    font-weight: normal;
    line-height: 70px;
    display: block;
}

.m2lxNumbs li p {
    font-size: 20px;
    line-height: 34px;
    color: #999999;
}

.m2lxNumbs li strong span {
    font-size: 60px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.m2lxC1Rx {
    float: right;
    height: 606px;
    width: 740px;
    position: relative;
    background: url(../images/m2lx_map.png) no-repeat center center;
}

.m2lxC1Rx:after {
    content: "";
    background: url(../images/m2lx_smap.png) no-repeat center center;
    height: 203px;
    width: 134px;
    position: absolute;
    right: -90px;
    bottom: -15px;
}

.m2lx_mp_bj {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 536px;
    top: 233px;
}

.m2lx_mp_bj i {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.m2lx_mp_bj i:before {
    content: "";
    position: absolute;
    background: rgba(28, 152, 247, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: rangeScale 2s linear infinite;
}

.m2lx_mp_bj i:after {
    content: "";
    background: url(../images/m2lx_bgi.png) no-repeat center center;
    position: absolute;
    height: 24px;
    width: 24px;
    left: 0px;
    top: 0px;
}

@keyframes rangeScale {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(3);
    }
}

@keyframes rangeScale2 {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(6);
    }
}

.m2lx_mp_bj p {
    font-size: 15px;
    font-weight: bold;
    color: #1e89c4;
    line-height: 24px;
    ;
    white-space: nowrap;
    position: absolute;
    margin-top: -12px;
    left: 26px;
    top: 50%;
}

.m2lx_mp {
    width: 6px;
    height: 6px;
    position: absolute;
}

.m2lx_mp i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2lx_mp i:before {
    content: "";
    position: absolute;
    background: rgba(28, 152, 247, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: rangeScale2 2s linear infinite;
}

.m2lx_mp i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3DA7FD;
}

.m2lx_mp p {
    left: 20px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    color: #1c98f7;
    top: 50%;
    margin-top: -11px;
    position: absolute;
}

.m2lx_mp1 {
    left: 551px;
    top: 250px;
}

.m2lx_mp2 {
    left: 483px;
    top: 280px;
}

.m2lx_mp3 {
    left: 590px;
    top: 289px;
}

.m2lx_mp4 {
    left: 557px;
    top: 290px;
}

.m2lx_mp5 {
    left: 443px;
    top: 331px;
}

.m2lx_mp6 {
    left: 512px;
    top: 338px;
}

.m2lx_mp7 {
    left: 575px;
    top: 355px;
}

.m2lx_mp8 {
    left: 615px;
    top: 376px;
}

.m2lx_mp9 {
    left: 555px;
    top: 375px;
}

.m2lx_mp10 {
    left: 594px;
    top: 375px;
}

.m2lx_mp11 {
    left: 357px;
    top: 387px;
}

.m2lx_mp12 {
    left: 428px;
    top: 406px;
}

.m2lx_mp13 {
    left: 614px;
    top: 419px;
}

.m2lx_mp14 {
    left: 549px;
    top: 434px;
}

.m2lx_mp15 {
    left: 485px;
    top: 442px;
}

.m2lx_mp16 {
    left: 407px;
    top: 462px;
}

.m2lx_mp17 {
    left: 342px;
    top: 485px;
}

.m2lx_mp18 {
    left: 590px;
    top: 470px;
}

.m2lx_mp19 {
    left: 580px;
    top: 492px;
}

.m2lx_mp20 {
    left: 435px;
    top: 526px;
}

.m2lx_mp21 {
    left: 461px;
    top: 583px;
}

.m2lx_mp4 p,
.m2lx_mp9 p,
.m2lx_mp10 p {
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    margin-top: 0;
}

.m2lx_mp2 i:before,
.m2lx_mp7 i:before,
.m2lx_mp11 i:before,
.m2lx_mp15 i:before,
.m2lx_mp19 i:before,
.m2lx_mp21 i:before {
    animation-delay: 0.7s;
}

.m2lx_mp5 i:before,
.m2lx_mp10 i:before,
.m2lx_mp16 i:before,
.m2lx_mp20 i:before {
    animation-delay: 1.4s;
}

@media (max-width:1799px) {
    .m2lxNumbs {
        padding-top: 50px;
    }
    .m2lxNumbs li strong span {
        font-size: 45px;
    }
    .m2lxNumbs li strong {
        line-height: 52px;
    }
    .m2lxC1Rx {
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(1);
    }
    .m2lxC1Lx {
        width: 450px;
    }
    .m2lxNumbs li p {
        font-size: 18px;
    }
}

@media (max-width:1199px) {
    .m2lxC1Rx {
        transform: scale(0.7);
    }
    .m2lxC1Lx {
        width: 350px;
    }
    .m2lxNumbs li strong span {
        font-size: 38px;
    }
    .m2lxNumbs li p {
        font-size: 15px
    }
    .m2lxTab a {
        font-size: 18px;
    }
}

@media (max-width:993px) {
    .m2lxC1Lx {
        width: 100%;
        float: none;
    }
    .m2lxNumbs li {
        margin-top: 15px;
        height: 112px;
    }
    .m2lxNumbs {
        overflow: hidden;
    }
    .m2lxC1Rx {
        position: relative;
        float: none;
        transform: scale(0.85);
        transform-origin: left center;
    }
    .m2lxCon1 .container {
        height: auto;
    }
}

@media (max-width:767px) {
    .m2lxCon1 {
        padding-top: 50px;
    }
    .m2lxCon1 .m2abt_pt {
        text-align: center;
    }
    .m2lxCon1 .m2abt_pt:after {
        left: 50%;
        margin-left: -37px;
    }
    .m2lxNumbs li strong span {
        font-size: 30px;
    }
    .m2lxC1Rx {
        transform: scale(0.4);
        margin-top: -150px;
    }
    .m2lxCon1 .container {
        height: 660px;
    }
}

.m2lxCon2 {
    background: url(../images/m2lx_bg2.jpg) no-repeat center bottom;
    padding: 4.94vw 0px;
}

.m2lxc2ul {
    margin: 4.42vw -15px 0px;
}

.m2lxc2ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.m2lxc2Itm {
    display: block;
    position: relative;
    height: 342px;
    padding: 50px 55px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 1.2em;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.m2lxc2Itm:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 25px rgba(28, 152, 247, 0.3);
    color: #fff;
}

.m2lxc2bgs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2lxc2bgs .bgImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.m2lxc2bgs .bgImg:nth-child(2) {
    opacity: 0
}

.m2lxc2Itm:hover .m2lxc2bgs .bgImg {
    opacity: 0;
}

.m2lxc2Itm:hover .m2lxc2bgs .bgImg:nth-child(2) {
    opacity: 1
}

.m2lxIcons {
    position: relative;
    height: 155px;
}

.m2lxc2Ico {
    width: 84px;
    height: 84px;
    display: block;
    position: relative;
}

.m2lxc2Ico:before {
    content: "";
    background: url(../images/m2lx_c2ibg2.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.m2lxc2Ico:after {
    content: "";
    background: url(../images/m2lx_c2ibg.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2lxc2Ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.m2lxc2Ico img:nth-child(2) {
    opacity: 0
}

.m2lxc2Itm:hover .m2lxc2Ico:before {
    content: "";
    opacity: 0;
}

.m2lxc2Itm:hover .m2lxc2Ico:after {
    content: "";
    opacity: 1;
    animation: radiusRotate 10s linear infinite;
}

.m2lxc2Itm:hover .m2lxc2Ico img {
    opacity: 0;
}

.m2lxc2Itm:hover .m2lxc2Ico img:nth-child(2) {
    opacity: 1
}

.m2lxIcons p {
    font-size: 26px;
    line-height: 48px;
    font-weight: normal;
    ;
    height: 48px;
    margin-top: 3px;
}

.m2lxTels {
    position: relative;
}

.m2lxTels strong {
    transition: all 0.5s ease-in-out;
    display: block;
    height: 56px;
    color: #1c98f7;
    font: bold 46px/56px din;
}

.m2lxTels p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}

.m2lxc2Itm:hover .m2lxTels strong,
.m2lxc2Itm:hover .m2lxTels p {
    color: #fff;
}

@media (max-width:1799px) {
    .m2lxc2Itm {
        height: 275px;
        padding: 30px 40px 0
    }
    .m2lxc2Ico {
        transform: scale(0.9);
    }
    .m2lxIcons p {
        font-size: 21px;
        height: 42px;
        line-height: 42px;
    }
    .m2lxIcons {
        height: 138px;
    }
    .m2lxTels strong {
        font-size: 38px;
        line-height: 46px;
        height: 50px;
    }
    .m2lxTels p {
        font-size: 17px;
    }
}

@media (max-width:767px) {
    .m2lxCon2 {
        padding: 50px 0 40px;
    }
    .m2lxCon2 .m2abt_pt {
        text-align: center;
    }
    .m2lxCon2 .m2abt_pt:after {
        left: 50%;
        margin-left: -37px;
    }
    .m2lxc2ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .m2lxc2Itm {
        height: 250px;
        padding: 20px 20px 0
    }
    .m2lxc2Ico {
        transform: scale(0.7);
    }
    .m2lxIcons p {
        font-size: 18px;
        line-height: 32px;
        height: 32px;
    }
    .m2lxTels {
        margin-top: -15px;
    }
    .m2lxTels strong {
        font-size: 32px;
    }
}

.m2lxCon3 {
    position: relative;
    z-index: 0
}

.m2lxTab {
    height: 100px;
    background: #fff;
    line-height: 100px;
    text-align: center;
}

.m2lxTab a {
    font-size: 26px;
    display: inline-block;
    margin: 0px 7.29vw;
    padding: 0px 45px;
    position: relative;
}

.m2lxTab a:after {
    content: "";
    transition: all 0.5s ease-in-out;
    width: 0%;
    bottom: 0;
    background: #F4873F;
    position: absolute;
    left: 50%;
    height: 4px;
}

.m2lxTab a.on:after {
    width: 100%;
    left: 0;
}

.m2lxTab a:hover {
    color: #333;
}

.m2lxMaps {
    height: 640px;
    position: relative;
}

.m2lxMp {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.m2lxMp.on {
    opacity: 1;
    visibility: visible;
}

.inxMapLayer {
    background: url(../images/m2lx_mpLay.png) no-repeat;
    height: 160px;
    width: 609px;
    padding: 23px 80px 0px 220px;
    font-size: 18px;
    line-height: 30px;
}

.amap-info-content {
    transform: translate(66px, 25px);
}

.amap-info-outer,
.amap-menu-outer {
    box-shadow: none !important;
}

.amap-info-content {
    background: none;
}

.amap-info-close {
    right: 82px !important;
    top: 16px !important;
}

.bottom-center .amap-info-sharp {
    display: none;
}

@media (max-width:1799px) {
    .m2lxTab {
        height: 80px;
        line-height: 80px;
    }
    .m2lxTab a {
        font-size: 21px;
        padding: 0px 35px;
    }
    .m2lxMaps {
        height: 500px;
    }
    .amap-info-content {
        transform: translate(51px, 35px) scale(0.9);
    }
}

@media (max-width:767px) {
    .m2lxTab a {
        font-size: 15px;
        padding: 0;
    }
    .m2lxMaps {
        height: 400px;
    }
}

.m2lxCon4 {
    padding: 5.5vw 0;
    background: url(../images/m2lx_bbg.png) repeat-x left bottom;
}

.m2lxc4ul {
    margin: 0 -15px;
}

.m2lxc4ul li {
    padding: 0px 15px;
    width: 25%;
    float: left;
}

.m2lxc4ax {
    display: block;
    border-radius: 1.0em;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    padding-top: 48px;
    height: 420px;
}

.m2lxc4icon {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto;
    position: relative
}

.m2lxc4icon:before {
    content: "";
    background: url(../images/m2lx_bor.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.m2lxc4icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2lxc4ax:hover .m2lxc4icon:before {
    animation: radiusRotate 10s linear infinite
}

.m2lxc4ax h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;
    margin-top: 17px;
    ;
    text-align: center;
}

.m2lx_c4x1_em {
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;
    margin-top: 17px;
    ;
    text-align: center;
}

.m2lx_c4x1_email {
    font-size: 20px;
    color: #999999;
    line-height: 58px;
    margin-bottom: 50px;
}

.m2lx_c4btn {
    height: 50px;
    width: 168px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #ff9e39;
    padding-left: 29px;
    text-align: left;
    border-radius: 2em;
    position: relative;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.m2lx_c4btn span {
    position: relative;
    display: inline-block;
}

.m2lx_c4btn i {
    background: #f4873b url(../images/m2n_ar1.png) no-repeat center center;
    display: inline-block;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 10px;
    right: 18px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.m2lx_c4btn:hover {
    background: #f4873b;
    color: #fff;
    box-shadow: 0 10px 30px rgba(255, 158, 57, 0.3);
}

.m2lx_c4btn:hover i {
    background: #FFF url(../images/m2n_ar2.png) no-repeat center center;
}

.m2lxc4ax dl {
    overflow: hidden;
    padding: 0 20px;
}

.m2lxc4ax dl dd {
    width: 50%;
    float: left;
    text-align: center;
}

.m2lxc4ax dl dd img {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.4em;
}

.m2lxc4ax dl dd p {
    padding: 16px 0;
}

.m2lx_xcx {
    padding: 10px 25px 0
}

.m2lxc4ul li:last-child .m2lx_xcx {
    padding-top: 25px;
}

@media (max-width:1799px) {
    .m2lxc4ax {
        padding-top: 35px;
        height: 370px;
    }
    .m2lxc4icon {
        transform: scale(0.9);
        transform-origin: top center;
    }
    .m2lxc4ax h4,
    .m2lx_c4x1_em {
        line-height: 32px;
        font-size: 21px;
    }
    .m2lx_c4x1_email {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .m2lx_xcx img {
        max-width: 140px;
        height: auto;
    }
    .m2lxc4ul li:last-child .m2lx_xcx {
        padding-top: 15px;
    }
    .m2lxc4ul li:last-child .m2lx_xcx img {
        max-width: 120px;
        height: auto;
    }
}

@media (max-width:993px) {
    .m2lxc2ul {
        margin-top: 55px;
    }
    .m2lxc4ul li {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .inxMapLayer {
        transform: scale(0.8);
    }
    .m2lxCon4 {
        padding: 50px 0;
    }
    .m2lxc4ul li {
        width: 100%;
    }
    .m2lxc4ax h4,
    .m2lx_c4x1_em {
        font-size: 18px;
    }
}

.m2htlBanner {
    position: relative;
}

.m2htlBanner .bgImg {
    height: calc(100vh - 100px);
}

.m2htlBanTxt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    padding-bottom: 4vw;
}

.m2htlBanTxt h4 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.m2htlBanTxt strong {
    display: block;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    ;
}

.m2htlBanTxt strong span {
    color: #ff9e39;
}

.m2htlBanTxt p {
    font-size: 40px;
    line-height: 50px;
    margin-top: 13px;
}

.m2htl_banBtn {
    margin-top: 45px;
    line-height: 56px;
    height: 56px;
    width: 222px;
    display: block;
    background: linear-gradient(to right, #f6932d 0%, #ec7c20 80%);
    border-radius: 2em;
    overflow: hidden;
    padding-left: 31px;
    font-size: 22px;
    color: #FFF;
    ;
    position: relative;
}

.m2htl_banBtn span {
    color: #fff;
    position: relative;
}

.m2htl_banBtn i {
    background: #FFF url(../images/m2n_ar2.png) no-repeat center center;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 50%;
}

.m2htl_banBtn:hover {
    box-shadow: 0 10px 30px rgba(255, 158, 57, 0.3);
}

.m2htlCon1 {
    padding: 4.68vw 0px 3.38vw;
    background: url(../images/m2htl_c1bg.jpg) no-repeat center bottom;
}

.m2pub_t {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.m2pub_t:after {
    content: "";
    background: #F6932F;
    height: 4px;
    width: 150px;
    margin-left: -75px;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.m2pub_t strong {
    font-size: 46px;
    line-height: 70px;
    display: block;
    ;
}

.m2htl_c1u1 {
    margin: 2.6vw -20px 0px;
}

.m2htl_c1u1 li {
    padding: 0 20px;
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.m2htl_c1x {
    background: url(../images/m2htl_c1lineBg.png) repeat-y right top;
    background-size: 100% auto;
    border-radius: 1.5em;
    padding: 38px 0px 0px 48px;
    position: relative;
    height: 337px;
    transition: all 0.5s ease-in-out;
}

.m2htl_c1ico {
    width: 101px;
    height: 101px;
    display: inline-block;
    position: relative;
}

.m2htl_c1ico:before {
    content: "";
    background: url(../images/m2htl_c1ibg.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.m2htl_c1ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2htl_c1des {
    margin-top: 32px;
}

.m2htl_c1des strong {
    line-height: 64px;
    color: #F6932F;
    font-size: 48px;
    ;
    display: block;
}

.m2htl_c1des p {
    font-size: 26px;
    line-height: 34px;
    ;
    margin-top: 7px;
}

.m2htl_c1des span {
    font-size: 16px;
    color: #cccccc;
    line-height: 26px;
    display: block;
    text-transform: uppercase;
    ;
    margin-top: 2px;
}

.m2htl_c1rimg {
    position: absolute;
    right: 0;
    bottom: 0
}

.m2htl_c1x:hover .m2htl_c1ico:before {
    content: "";
    animation: radiusRotate 5s linear infinite;
}

.m2htl_c1u2 {
    margin: 0 -20px 0px;
}

.m2htl_c1u2 li {
    padding: 0 20px;
    width: 33.33%;
    float: left;
    margin-bottom: 40px;
}

.m2htl_c2x {
    background: url(../images/m2htl_c1lineBg.png) repeat-y right top;
    background-size: 100% auto;
    border-radius: 1.5em;
    padding: 38px 0px 0px 48px;
    position: relative;
    height: 280px;
    transition: all 0.5s ease-in-out;
}

.m2htl_c1ico2 {
    width: 81px;
    height: 81px;
    display: inline-block;
    position: relative;
}

.m2htl_c1ico2:before {
    content: "";
    background: url(../images/m2htl_c1sbg.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.m2htl_c1ico2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2htl_c1des2 {
    margin-top: 24px;
}

.m2htl_c1des2 strong {
    line-height: 46px;
    color: #F6932F;
    font-size: 34px;
    ;
    display: block;
}

.m2htl_c1des2 p {
    font-size: 24px;
    line-height: 30px;
    ;
    margin-top: 4px;
}

.m2htl_c1des2 span {
    font-size: 16px;
    color: #cccccc;
    line-height: 26px;
    display: block;
    text-transform: uppercase;
    ;
    margin-top: 2px;
}

.m2htl_c1rimg2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.m2htl_c2x:hover .m2htl_c1ico2:before {
    content: "";
    animation: radiusRotate 5s linear infinite;
}

.m2htl_c1u2 li:nth-child(1) .m2htl_c1des2 span {
    font-size: 14px;
}

.m2htl_c1x:hover,
.m2htl_c2x:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.m2htlCon2 {
    padding: 4.68vw 0px 3vw;
}

.m2pub_t p {
    font-size: 24px;
    color: #999999;
    line-height: 38px;
    text-align: center;
    margin-top: 15px;
}

.m2htl_c2img {
    margin-top: 1.5vw;
    text-align: center
}

.m2htlCon3 {
    background: url(../images/m2htl_c2bg.png) no-repeat center top;
    padding: 4.68vw 0px 4.42vw;
}

.m2htlCon3 .m2pub_t p {
    color: #333;
    font-size: 30px;
    margin-top: 0
}

.m2htl_c3itms {
    max-width: 870px;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}

.m2htl_c3itms li {
    text-align: center
}

.m2htl_c3i {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative
}

.m2htl_c3i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/m2htl_c3bg.png) no-repeat center center;
}

.m2htl_c3i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2htl_c3ds {
    padding-top: 15px;
}

.m2htl_c3ds strong {
    font-size: 22px;
    line-height: 28px;
    display: block;
    font-weight: normal;
}

.m2htl_c3ds p {
    font-size: 14px;
    color: #cccccc;
    line-height: 24px;
    text-transform: uppercase;
    ;
}

.m2htl_c3swiperWpr {
    width: 100%;
    position: relative;
}

.m2htl_c3swiper {
    width: 3378px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.m2htl_c3item {
    padding: 25px 30px 45px;
    transition: all 0.5s ease-in-out;
    opacity: 0.08
}

.m2htl_c2aBox {
    display: block;
    border-radius: 1.2em;
    overflow: hidden;
}

.m2htl_c2aBox:hover {
    box-shadow: 0 10px 30px rgba(15, 110, 203, 0.4);
}

.m2htl_c2aBox .overflowHide {
    font-size: 0
}

.m2htl_c3nm {
    background: url(../images/m2htl_line_bg1.png) repeat-y center top;
    height: 100px;
    padding-top: 20px;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
}

.m2htl_c3nm strong {
    font-size: 22px;
    line-height: 35px;
    ;
    display: block;
    font-weight: normal;
}

.m2htl_c3nm p {
    font-size: 19px;
    line-height: 28px;
    opacity: 0.7
}

.m2htl_c3item.slick-current {
    opacity: 1;
}

.m2htl_tags {
    background: url(../images/m2htl_line.png) no-repeat center 12px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    margin: 0px 100px;
    background-size: 100% auto;
}

.m2htl_tags a {
    width: 33.33%;
    text-align: center;
    padding-top: 25px;
    position: relative;
    color: #999999;
    background-position: center top;
}

.m2htl_tags a.on {
    background: url(../images/m2htl_c3lien.png) no-repeat center top;
}

.m2htl_tags p {
    font-size: 22px;
    line-height: 50px;
}

.m2htl_tags p:after {
    content: "";
}

.m2htl_c3swiperWpr .prev {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 50%;
    left: 55px;
    margin-top: -27px;
    z-index: 1;
    background: url(../images/m2htl_btn2.png) no-repeat center center;
}

.m2htl_c3swiperWpr .prev:before {
    content: "";
    background: url(../images/m2htl_btna.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.m2htl_c3swiperWpr .prev:after {
    content: "";
    background: url(../images/m2htl_btn.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    animation: radiusRotate 5s linear infinite;
}

.m2htl_c3swiperWpr .next {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 50%;
    right: 55px;
    margin-top: -27px;
    z-index: 1;
    background: url(../images/m2htl_btn2.png) no-repeat center center;
    transform: rotate(180deg);
}

.m2htl_c3swiperWpr .next:before {
    content: "";
    background: url(../images/m2htl_btna.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.m2htl_c3swiperWpr .next:after {
    content: "";
    background: url(../images/m2htl_btn.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    animation: radiusRotate 5s linear infinite;
}

.m2htl_c3swiperWpr .prev:hover:before {
    opacity: 0;
}

.m2htl_c3swiperWpr .prev:hover:after {
    opacity: 1;
}

.m2htl_c3swiperWpr .next:hover:before {
    opacity: 0;
}

.m2htl_c3swiperWpr .next:hover:after {
    opacity: 1;
}

.m2htlCon4 {
    background: url(../images/m2htl_c5bg.png) repeat-x left top;
    padding: 4.68vw 0px;
}

.m2htlCon4 .m2pub_t p {
    font-size: 30px;
    line-height: 44px;
    margin-top: 5px;
    color: #333;
}

.m2htlc4ul {
    margin: 42px -16px 0px;
}

.m2htlc4ul li {
    padding: 0px 16px;
    float: left;
    width: 33.33%;
}

.m2htl_c4a {
    display: block;
    border-radius: 1.2em;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(15, 110, 203, 0.2);
    background: #fff;
}

.m2htl_c4a:hover {
    box-shadow: 0 10px 30px rgba(15, 110, 203, 0.3);
    transform: translateY(-10px);
}

.m2htl_c4a .overflowHide {
    height: 310px;
}

.m2htl_c4bm {
    height: 90px;
    padding: 18px 20px 0px;
    background: url(../images/m2htl_line_bg1.png) repeat-y center top;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
}

.m2htl_c4bm strong {
    display: block;
    font: normal 24px/32px din;
}

.m2htl_c4bm p {
    font-size: 20px;
    line-height: 28px;
}

.m2htlc4as {
    margin-top: 3.38vw;
    display: flex;
    justify-content: space-between;
}

.m2htl_c4itm {
    text-align: center;
}

.m2htl_c4ico {
    display: inline-block;
    height: 80px;
    width: 80px;
    position: relative;
}

.m2htl_c4ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2htl_c4ico:before {
    content: "";
    background: url(../images/m2htl_rbg.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.m2htl_c4itm:hover .m2htl_c4ico:before {
    animation: radiusRotate 5s linear infinite;
}

.m2htl_c4itm strong {
    display: block;
    font-size: 20px;
    color: #999999;
    ;
    line-height: 36px;
    margin-top: 8px;
    font-weight: normal;
}

.m2htl_c4itm strong span {
    color: #333;
    font-family: din;
    font-weight: bold;
}

.m2htlCon5 {
    background: url(../images/m2htl_c6bg.png) repeat-x left top;
    padding: 4.68vw 0px 5.72vw;
    background-size: auto 100%;
}

.m2htl_c5ul {
    margin: 2.6vw -1.66vw 0px;
}

.m2htl_c5ul li {
    padding: 0px 1.66vw;
    float: left;
    width: 25%;
    transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

.m2htl_tx {
    text-align: center
}

.m2htl_tx strong {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    ;
    display: block;
}

.m2htl_tx p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}

.m2htl_c5img {
    margin-top: 14px;
    border-radius: 3.6em;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.m2htl_c5ul li.on {
    opacity: 1;
}

@media (max-width:1799px) {
    .m2htlBanTxt strong {
        font-size: 48px;
        line-height: 60px;
    }
    .m2htlBanTxt p {
        font-size: 32px;
        line-height: 42px;
        margin-top: 10px;
    }
    .m2htl_banBtn {
        transform: scale(0.9);
        transform-origin: left top;
        margin-top: 38px;
    }
    .m2htlBanner .bgImg {
        height: calc(100vh - 80px);
    }
    .m2pub_t strong {
        font-size: 32px;
        line-height: 52px;
    }
    .m2htl_c1x {
        padding-top: 20px;
        height: 300px;
        padding-left: 35px;
    }
    .m2htl_c1rimg,
    .m2htl_c1rimg2 {
        transform: scale(0.8);
        transform-origin: right bottom;
    }
    .m2htl_c1ico,
    .m2htl_c1ico2 {
        transform: scale(0.8);
        transform-origin: left center;
    }
    .m2htl_c1des {
        margin-top: 15px;
    }
    .m2htl_c1des strong {
        font-size: 38px;
        line-height: 58px;
    }
    .m2htl_c1des p {
        font-size: 24px;
    }
    .m2htl_c1des span {
        font-size: 15px;
    }
    .m2htl_c2x {
        padding-left: 35px;
        padding-top: 20px;
        height: 250px;
    }
    .m2htl_c1des2 strong {
        font-size: 28px;
    }
    .m2htl_c1des2 p {
        font-size: 21px;
    }
    .m2htl_c1des2 span {
        font-size: 15px;
    }
    .m2htl_c1u2 li:nth-child(1) .m2htl_c1des2 span {
        font-size: 12px;
    }
    .m2pub_t p {
        font-size: 18px;
        line-height: 34px;
        margin-top: 12px;
    }
    .m2htlCon3 .m2pub_t p {
        font-size: 21px;
        margin-top: 4px;
    }
    .m2htl_c3ds strong {
        font-size: 21px;
    }
    .m2htl_c3ds {
        padding-top: 12px;
    }
    .m2htl_c3swiper {
        width: 2950px;
    }
    .m2htl_c3nm {
        padding-top: 15px;
        height: 92px;
    }
    .m2htl_c3nm strong {
        font-size: 21px;
    }
    .m2htl_c3nm p {
        font-size: 16px;
        line-height: 24px;
    }
    .m2htl_tags p {
        font-size: 19px;
    }
    .m2htlCon4 .m2pub_t p {
        font-size: 21px;
        line-height: 34px;
    }
    .m2htl_c4a .overflowHide {
        height: 240px;
    }
    .m2htl_c4bm {
        padding-top: 12px;
        height: 84px;
    }
    .m2htl_c4bm strong {
        font-size: 21px;
    }
    .m2htl_c4bm p {
        font-size: 18px;
    }
    .m2htl_c4itm strong {
        font-size: 18px;
    }
    .m2htl_tx strong {
        font-size: 21px;
    }
    .m2htl_tx p {
        font-size: 12px;
    }
    .m2htlBanTxt {
        padding-bottom: 2vw;
    }
}

@media (max-width:1199px) {
    .m2pub_t strong {
        font-size: 30px;
    }
    .m2htl_c1des2 span {
        font-size: 13px;
    }
    .m2htl_c1des2 p {
        font-size: 16px;
    }
    .m2htl_c1des2 strong {
        font-size: 24px;
    }
    .m2htl_c1des p {
        font-size: 22px;
    }
    .m2htl_c1des strong {
        font-size: 34px;
    }
    .m2htl_c3swiper {
        width: 2400px;
    }
    .m2htl_tags p {
        font-size: 15px;
    }
    .m2htlBanTxt h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width:993px) {
    .m2htlBanner .bgImg {
        height: 400px;
    }
    .m2htlBanTxt strong {
        font-size: 30px;
        line-height: 40px;
    }
    .m2pub_t strong {
        font-size: 26px;
    }
    .m2bld_t p {
        font-size: 16px;
        line-height: 28px;
    }
    .m2htl_c1u1 li {
        width: 100%;
    }
    .m2htl_c1u2 li {
        width: 50%;
    }
    .m2htl_c3itms {
        margin-left: 35px;
        margin-right: 35px;
    }
    .m2htl_c3swiper {
        width: 2000px;
    }
    .m2htl_c3swiperWpr .prev {
        left: 10px;
    }
    .m2htl_c3swiperWpr .next {
        right: 10px;
    }
    .m2htl_tags {
        display: none;
    }
    .m2htl_c3swiper .slick-dots {
        bottom: 0;
    }
    .m2htl_c3swiper .slick-dots li button {
        display: none;
    }
    .m2htl_c3swiper .slick-dots li {
        background: #D6D6D6;
        display: inline-block;
        height: 6px;
        width: 6px;
        margin: 0px 8px;
        position: relative;
        border-radius: 50%;
        vertical-align: middle
    }
    .m2htl_c3swiper .slick-dots li.slick-active {
        background: #1c98f7;
        border: 5px solid #dbeefc;
        height: 16px;
        width: 16px;
    }
    .m2htl_c4bm p {
        font-size: 16px;
    }
    .m2htl_c4itm strong {
        font-size: 16px;
    }
    .m2htl_tx strong {
        font-size: 17px;
    }
    .m2htl_c1x {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width:767px) {
    .m2htl_banBtn {
        margin-top: 25px;
        transform: scale(0.7) !important
    }
    .m2htlBanner .bgImg {
        height: 290px;
    }
    .m2pub_t strong {
        font-size: 22px;
    }
    .m2bld_t p {
        font-size: 15px;
        line-height: 28px;
    }
    .m2htlBanTxt h4 {
        font-size: 14px;
        line-height: 22px;
    }
}

.m2bldBanTxt p {
    font-size: 28px;
}

.m2bldCon1 {
    padding: 4.68vw 0px 5.2vw;
    background: url(../images/m2bld_bg3.png) repeat-x left bottom;
}

.m2bld_t p {
    font-size: 30px;
    line-height: 44px;
    margin-top: 5px;
    color: #333;
}

.m2bldc1icos {
    margin: 2.6vw 0px;
}

.m2bldc1icos li {
    width: 25%;
    float: left;
    text-align: center;
}

.m2bldicon {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
}

.m2bldicon:before {
    content: "";
    background: url(../images/m2htl_rbg.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2bldicon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2bldiconWpr:hover .m2bldicon:before {
    content: "";
    animation: radiusRotate 3s linear infinite;
}

.m2bldc1icos li strong {
    display: block;
    font-size: 21px;
    ;
    line-height: 30px;
    margin-top: 16px;
}

.m2bldc1icos li p {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 24px;
    ;
    font-weight: bold;
}

.m2bldu1 {
    margin: 0 -27px 0px;
    border-top: 2px solid #efefef;
    padding-top: 2.2vw;
}

.m2bldu1 li {
    padding: 0px 27px;
    float: left;
    width: 25%;
}

.m2bld_c1aBox {
    display: block;
    position: relative;
    height: 400px;
    border-radius: 1.2em;
    overflow: hidden;
}

.m2bld_c1bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2bld_c1bg:before {
    content: "";
    background: url(../images/m2bld_c2bg2.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

.m2bld_c1bg:after {
    content: "";
    background: url(../images/m2bld_c2bg1.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2bld_c1aBox p {
    font-size: 24px;
    line-height: 40px;
    ;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 32px;
    color: #FFF;
}

.m2bld_c1aBox img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.on .m2bld_c1bg:before {
    content: "";
    opacity: 0;
}

.on .m2bld_c1bg:after {
    content: "";
    opacity: 1;
}

.m2bld_c1aBox:hover {
    box-shadow: 0 15px 30px rgba(19, 118, 209, 0.3);
    transform: translateY(-10px);
}

.m2bldCon2 {
    background: url(../images/m2bld_bg2.jpg) no-repeat center bottom;
    padding: 4.68vw 0px 4.25vw;
}

.m2bldc2Bom {
    padding-left: calc((100% - 1440px)/2);
}

.m2bldc2Limg {
    width: 510px;
    float: left;
    position: relative;
    z-index: 1;
}

.m2bldc2Limg li {
    padding: 40px;
}

.m2bld_c2x {
    background: #fff;
    padding: 12px 12px 27px;
    border-radius: 1.2em;
    box-shadow: 0 10px 25px rgba(19, 118, 209, 0.2);
}

.m2bldc2Limg li .overflowHide {
    height: 220px;
    border-radius: 1.2em;
}

.m2bldLbm {
    padding: 28px 12px 0;
    text-align: center;
    position: relative;
}

.m2bldLbmx {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding-left: 77px;
    text-align: left
}

.m2bldLbmx span {
    font-size: 60px;
    color: #2190e8;
    line-height: 60px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: -2px;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#0A68C6), to(#2493EA));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 15px rgba(19, 118, 209, 0.3);
}

.m2bldLbmx strong {
    font-size: 21px;
    line-height: 32px;
    font-weight: normal;
    ;
    display: block;
    color: #1072CE;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#0A68C6), to(#2493EA));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m2bldLbmx p {
    font-size: 17px;
    color: #C5DBF2;
    line-height: 20px;
    text-transform: uppercase;
}

.m2bldRx {
    width: calc(100% - (100% - 1440px)/2 - 400px);
    height: 300px;
    float: right;
    margin-top: 40px;
    position: relative;
    padding-right: 175px;
}

.m2bldRx:before {
    content: "";
    height: 2px;
    background: #E3EEF8;
    position: absolute;
    right: 0;
    left: -45px;
    top: 108px;
}

.m2bld_item {
    text-align: center;
    position: relative;
    height: 400px;
    transition: all 0.5s ease-in-out;
    opacity: 0.4
}

.m2bld_item h4 {
    font-size: 60px;
    line-height: 90px;
    font-weight: bold;
    display: block;
    color: #1c98f7;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#0A68C6), to(#2493EA));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 15px rgba(19, 118, 209, 0.3);
    height: 90px;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}

.m2bld_icon {
    display: block;
    margin: 5px auto 0px;
    height: 27px;
    width: 27px;
    background: #1c98f7;
    border: 8px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(19, 118, 209, 0.3);
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}

.m2bld_item h3 {
    font-size: 18px;
    line-height: 44px;
    color: #333;
    margin-top: 5px;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}

.m2bld_rimg {
    margin: 25px auto 0;
    width: 110px;
    height: 110px;
    display: inline-block;
    position: relative;
}

.m2bld_rimg:before {
    content: "";
    height: 206px;
    width: 206px;
    background: url(../images/m2bld_c2rdb.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2bld_rimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
}

.m2bld_item.slick-current .m2bld_rimg:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.m2bld_item.slick-current {
    opacity: 1;
}

.m2bld_item.slick-current h4 {
    opacity: 1;
}

.m2bld_item.slick-current .m2bld_icon {
    opacity: 1;
}

.m2bld_item.slick-current h3 {
    opacity: 1;
}

.m2bldRx .slick-prev {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 82px;
    right: 130px;
    z-index: 1;
    background: #fff url(../images/m2htl_btn2.png) no-repeat center center;
    cursor: pointer;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
}

.m2bldRx .slick-next {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 82px;
    right: 62px;
    z-index: 1;
    background: #fff url(../images/m2htl_btn2.png) no-repeat center center;
    cursor: pointer;
    transform: rotate(180deg);
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
}

.m2bldRx .slick-prev:before {
    content: "";
    background: url(../images/m2htl_btna.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.m2bldRx .slick-prev:after {
    content: "";
    background: url(../images/m2htl_btn.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    animation: radiusRotate2 5s linear infinite;
}

.m2bldRx .slick-next:before {
    content: "";
    background: url(../images/m2htl_btna.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.m2bldRx .slick-next:after {
    content: "";
    background: url(../images/m2htl_btn.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    animation: radiusRotate 5s linear infinite;
}

.m2bldRx .slick-prev:hover:before {
    opacity: 0;
}

.m2bldRx .slick-prev:hover:after {
    opacity: 1;
}

.m2bldRx .slick-next:hover:before {
    opacity: 0;
}

.m2bldRx .slick-next:hover:after {
    opacity: 1;
}

.m2bldCon3 {
    padding: 4.68vw 0px 5.7vw;
    background: url(../images/m2bld_c4bg.png) repeat-x left top;
}

.m2bld_ulWpr {
    margin-top: 1.97vw;
    position: relative
}

@keyframes m2bdani {
    0% {
        transform: translateX(-15px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(15px);
        opacity: 0;
    }
}

.m2bld_ulWpr:before {
    content: "";
    background: url(../images/m2bld_ar1.png) no-repeat center center;
    height: 268px;
    width: 59px;
    position: absolute;
    left: 50%;
    top: 290px;
    margin-left: -30px;
    animation: m2bdani 2s linear infinite;
}

.m2bld_ulWpr:after {
    content: "";
    background: url(../images/m2bld_ar2.png) no-repeat center center;
    height: 268px;
    width: 59px;
    position: absolute;
    left: 50%;
    top: 290px;
    margin-left: -30px;
    animation: m2bdani 2s linear infinite;
    animation-delay: 1s
}

.m2bld_c3ul {
    margin: 0 -50px 0;
}

.m2bld_c3ul li {
    width: 50%;
    padding: 0 50px;
    float: left;
    text-align: center
}

.m2bld_c3ul li h4 {
    display: block;
    font-size: 21px;
    ;
    line-height: 30px;
    margin-top: 16px;
}

.m2bld_c3ul li h5 {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 24px;
    ;
    font-weight: bold;
}

.m2bld_aBox {
    display: block;
    border-radius: 1.4em;
    overflow: hidden;
    margin-top: 1.56vw;
}

.m2bld_aBox:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(28, 152, 247, 0.3);
}

.m2bld_aBox .overflowHide {
    height: 380px;
}

.m2bld_c3bm {
    background: url(../images/m2htl_line_bg1.png) repeat-y center top;
    height: 100px;
    padding-top: 20px;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
}

.m2bld_c3bm strong {
    font-size: 22px;
    line-height: 35px;
    ;
    display: block;
    font-weight: normal;
}

.m2bld_c3bm p {
    font-size: 19px;
    line-height: 28px;
    opacity: 0.7
}

.m2bldCon4 {
    padding: 2.68vw 0px 1vw;
    background: #eee url(../images/m2bld_c5bg.png) no-repeat center top;
}

.m2bld_c4Lx {
    width: 500px;
    float: left;
    padding-top: 105px;
}

.m2bld_c4Lx .m2pub_t {
    text-align: left;
}

.m2bld_c4Lx .m2pub_t:after {
    left: 0;
    margin-left: 0
}

.m2bld_c4ul {}

.m2bld_c4ul li {
    width: 195px;
    position: relative;
    padding-left: 90px;
    float: left;
    height: 125px;
}

.m2bld_c4ul li strong {
    display: block;
    font-size: 21px;
    ;
    line-height: 30px;
    margin-top: 16px;
}

.m2bld_c4ul li p {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 24px;
    ;
    font-weight: bold;
}

.m2bld_c4ul li .m2bldicon {
    position: absolute;
    left: 0;
    top: 0
}

.m2bld_c4txt {
    font-size: 26px;
    line-height: 40px;
    ;
    margin: 25px 0;
}

.m2bld_c4Rx {
    float: right;
    max-width: calc(100% - 500px);
}

.m2bldCon5 {
    position: relative;
    overflow: hidden;
}

.m2bldc5Lx {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
}

.m2bldc5Rx {
    width: 50%;
    float: right;
    text-align: center;
    padding: 4.68vw 0 3.12vw;
    background: url(../images/m2bld_c6Rimg.jpg) no-repeat center center;
    background-size: cover;
}

.m2bld_c5ul {
    text-align: center;
    margin-top: 2.34vw;
}

.m2bld_c5ul li {
    margin-bottom: 1.56vw;
}

.m2bld_c5ul li strong {
    display: block;
    font-size: 21px;
    ;
    line-height: 30px;
    margin-top: 16px;
}

.m2bld_c5ul li p {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 24px;
    ;
    font-weight: bold;
}

.m2bldCon6 {
    background: url(../images/m2bld_c7bg.jpg) no-repeat center bottom;
    padding: 7.81vw 0px 3.9vw;
    background-size: cover;
    position: relative;
}

.m2bld_c6Lx {
    float: left;
    width: 59%;
    text-align: left;
}

.m2bld_c6Lx .m2pub_t {
    text-align: left;
}

.m2bld_c6Lx .m2pub_t p {
    text-align: left;
}

.m2bld_c6Lx .m2pub_t:after {
    left: 0;
    margin-left: 0;
}

.m2bld_c6ul {
    margin-top: 8.59vw;
}

.m2bld_c6ul li {
    padding-left: 90px;
    height: 125px;
    position: relative;
    padding-top: 1px;
}

.m2bld_c6ul li .m2bldicon {
    position: absolute;
    left: 0;
    top: 0;
}

.m2bld_c6ul li strong {
    display: block;
    font-size: 21px;
    ;
    line-height: 30px;
    margin-top: 16px;
}

.m2bld_c6ul li p {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 24px;
    ;
    font-weight: bold;
}

.m2bld_c6Rx {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2vw;
}

.m2bld_c6Rx img {
    width: 42vw;
    height: auto;
}

.m2bldCon7 {
    padding: 5.72vw 0px 6.77vw;
    background: url(../images/m2bld_c7sbg.png) repeat-x left bottom;
    position: relative;
}

.m2bldCon7:before {
    content: "";
    background: url(../images/m2bld_c8bg.jpg) no-repeat center center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 19.16vw;
    background-size: cover;
    top: 0
}

.m2bldCon7 .m2pub_t {
    color: #fff;
}

.m2bldCon7 .m2bld_t p {
    color: #fff;
}

.m2bld_c7Box {
    margin-top: 115px;
    position: relative;
    background: #FFF;
    height: 466px;
    padding: 42px 50px 0px;
    border-radius: 1.2em;
    box-shadow: 0 15px 20px rgba(28, 152, 247, 0.08);
}

.m2bld_c7Box:before {
    content: "";
    background: url(../images/m2bld_c8bor.png) no-repeat center center;
    height: 95px;
    width: 461px;
    margin-left: -230px;
    position: absolute;
    left: 50%;
    top: -95px;
}

.m2bld_c7ul {
    width: 410px;
    float: left;
}

.m2bld_c7ul li {
    padding-left: 85px;
    height: 100px;
    position: relative;
    padding-top: 1px;
}

.m2bld_c7ul li .m2bldicon {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
}

.m2bld_c7ul li .m2bldicon:before {
    content: "";
    background: url(../images/m2bld_c8sbg1.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.m2bld_c7ul li strong {
    display: block;
    font-size: 21px;
    ;
    line-height: 30px;
    margin-top: 16px;
}

.m2bld_c7ul li p {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 20px;
    ;
    font-weight: bold;
    margin-top: 4px;
}

.m2bld_c7img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2bld_c7ul2 {
    float: right;
    text-align: right;
}

.m2bld_c7ul2 li {
    padding-left: 0;
    padding-right: 85px;
}

.m2bld_c7ul2 li .m2bldicon:before {
    content: "";
    background: url(../images/m2bld_c8sbg2.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.m2bld_c7ul2 li .m2bldicon {
    left: auto;
    right: 0
}

.m2bld_c4Rx img {
    width: 46.71vw;
    height: auto;
}

@media (max-width:1799px) {
    .m2bldBanTxt p {
        font-size: 24px;
    }
    .m2bld_t p {
        font-size: 20px;
        line-height: 32px;
    }
    .m2bldc1icos li strong {
        font-size: 20px;
    }
    .m2bldu1 {
        margin: 0 -15px 0px;
    }
    .m2bldu1 li {
        padding: 0px 15px;
    }
    .m2bld_c1aBox p {
        font-size: 21px;
    }
    .m2bldc2Limg {
        width: 420px;
    }
    .m2bldc2Limg li .overflowHide {
        height: 200px;
    }
    .m2bldLbm {
        padding: 20px 12px 0;
    }
    .m2bldLbmx {
        padding-left: 60px;
    }
    .m2bldLbmx span {
        font-size: 50px;
        line-height: 50px;
    }
    .m2bldLbmx strong {
        font-size: 18px;
        line-height: 26px;
    }
    .m2bldLbmx p {
        font-size: 15px;
        line-height: 18px;
    }
    .m2bldc2Bom {
        padding-left: calc((100% - 1200px)/2);
    }
    .m2bldRx {
        width: calc(100% - (100% - 1200px)/2 - 380px);
    }
    .m2bld_item h4 {
        font-size: 50px;
        line-height: 80px;
    }
    .m2bldRx:before {
        top: 92px;
    }
    .m2bld_icon {
        margin-top: -10px;
    }
    .m2bld_item h3 {
        font-size: 15px;
    }
    .m2bld_rimg {
        transform: scale(0.8);
    }
    .m2bldRx .slick-prev,
    .m2bldRx .slick-next {
        top: 65px;
    }
    .m2bldc1icos li strong {
        font-weight: normal;
    }
    .m2bld_c3ul li h4 {
        font-size: 20px;
        font-weight: normal;
    }
    .m2bld_aBox .overflowHide {
        height: 285px;
    }
    .m2bld_ulWpr:before,
    .m2bld_ulWpr:after {
        top: 230px;
    }
    .m2bld_c3bm strong {
        font-size: 21px;
        line-height: 32px;
    }
    .m2bld_c3bm p {
        font-size: 17px;
    }
    .m2bld_c3bm {
        padding-top: 15px;
        height: 90px;
    }
    .m2bld_c4Lx {
        padding-top: 45px;
    }
    .m2bld_c4ul li strong {
        font-size: 20px;
        font-weight: normal;
    }
    .m2bld_c4ul li {
        height: 110px;
    }
    .m2bld_c4txt {
        font-size: 22px;
        line-height: 38px;
    }
    .m2bld_c4Lx {
        width: 420px;
    }
    .m2bld_c4Rx {
        max-width: calc(100% - 420px);
    }
    .m2bld_c4ul {
        margin-top: 30px;
    }
    .m2bld_c5ul li strong {
        font-size: 20px;
        font-weight: normal;
    }
    .m2bld_c6ul li strong {
        font-size: 20px;
        font-weight: normal;
    }
    .m2bld_c6ul {
        margin-top: 6vw;
    }
    .m2bld_c7Box {
        height: 380px;
        padding: 35px 25px 0
    }
    .m2bld_c7img {
        width: 520px;
        height: auto;
    }
    .m2bld_c7ul li strong {
        font-size: 17px;
        font-weight: normal;
    }
    .m2bld_c7ul li p {
        letter-spacing: 0;
        margin-top: 0;
        font-size: 12px;
    }
    .m2bld_c7ul li {
        height: 80px;
    }
}

@media (max-width:1379px) {
    .m2bldc2Bom {
        padding-left: calc((100% - 1170px)/2);
    }
    .m2bldRx {
        width: calc(100% - (100% - 1170px)/2 - 400px);
    }
}

@media (max-width:1199px) {
    .m2bld_t p {
        font-size: 18px;
        line-height: 30px;
    }
    .m2bldRx {
        width: calc(100% - (100% - 970px)/2 - 410px);
    }
    .m2bldCon4 {
        padding-bottom: 6.5vw;
    }
    .m2bld_c4Rx img {
        width: 51vw;
    }
    .m2bld_c4Rx {
        padding-top: 25px;
    }
    .m2bld_c7img {
        width: 290px;
    }
}

@media (max-width:993px) {
    .m2htlBanTxt p {
        font-size: 18px;
        line-height: 34px;
    }
    .m2htl_banBtn {
        transform: scale(0.8);
    }
    .m2bldCon1 {
        padding: 50px 0px 70px;
    }
    .m2bldc1icos li strong {
        font-size: 18px;
    }
    .m2bldc1icos li p {
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
    }
    .m2bldc1icos {
        margin-top: 30px;
    }
    .m2pub_t:after {
        height: 2px;
    }
    .m2pub_t {
        padding-bottom: 20px;
    }
    .m2bld_c1aBox {
        height: 310px;
    }
    .m2bld_c1aBox img {
        width: 120px;
        height: auto;
        bottom: 30px;
    }
    .m2bld_c1aBox p {
        font-size: 16px;
        letter-spacing: 0;
        bottom: 25px;
    }
    .m2bldCon2 {
        padding: 50px 0 60px;
    }
    .m2bldRx {
        width: calc(100% - (100% - 750px)/2 - 420px);
    }
    .m2bldRx .slick-prev {
        right: 80px;
    }
    .m2bldRx .slick-next {
        right: 20px;
    }
    .m2bld_c4Lx {
        width: 350px;
    }
    .m2bld_c4Rx {
        width: 350px;
    }
    .m2bld_c4ul li {
        width: 50%;
    }
    .m2bld_c7img {
        display: block;
        position: static;
        transform: translate(0, 0);
        margin: 0 auto;
    }
    .m2bld_c7Box {
        height: auto;
        padding-bottom: 45px;
    }
    .m2bld_c7ul {
        width: 100%;
        overflow: hidden;
    }
    .m2bld_c7ul li {
        width: 50%;
        float: left;
    }
}

@media (max-width:767px) {
    .m2htlBanTxt strong {
        font-size: 24px;
        line-height: 34px;
    }
    .m2htlBanTxt p {
        font-size: 15px;
        line-height: 28px;
    }
    .m2bldc1icos li {
        width: 50%;
        margin-bottom: 15px;
    }
    .m2bldc1icos li strong {
        font-size: 16px;
        margin-top: 10px;
    }
    .m2bldu1 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .m2bldu1 li {
        width: 50%;
        margin-top: 20px;
        padding: 0 10px;
    }
    .m2bld_c1aBox,
    .m2bld_c1aBox:hover {
        transform: translateY(0) !important;
        box-shadow: 0 15px 30px rgba(19, 118, 209, 0.3);
    }
    .m2bldRx {
        display: none;
    }
    .m2bldc2Limg {
        width: 100%;
        float: none;
    }
    .m2bldc2Limg li {
        padding: 30px 20px 40px;
    }
    .m2bldc2Limg .slick-dots {
        bottom: 0;
    }
    .m2bldc2Limg .slick-dots li button {
        display: none;
    }
    .m2bldc2Limg .slick-dots li {
        background: #D6D6D6;
        display: inline-block;
        height: 8px !important;
        width: 8px !important;
        margin: 0px 5px;
        position: relative;
        border-radius: 50% !important;
        vertical-align: middle;
        padding: 0 !important;
    }
    .m2bldc2Limg .slick-dots li.slick-active {
        background: #2190e8;
    }
    .m2bldCon3 {
        padding: 50px 0;
    }
    .m2bld_ulWpr:before,
    .m2bld_ulWpr:after {
        display: none;
    }
    .m2bld_ulWpr {
        margin-top: 35px;
    }
    .m2bld_c3ul {
        margin: 0;
    }
    .m2bld_c3ul li {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 25px;
    }
    .m2bld_aBox,
    .m2bld_aBox:hover {
        transform: translateY(0);
    }
    .m2bld_aBox {
        margin-top: 20px;
    }
    .m2bld_aBox .overflowHide {
        height: 180px;
    }
    .m2bld_c3bm strong {
        font-size: 20px;
    }
    .m2bld_c3bm p {
        font-size: 15px;
    }
    .m2pub_t strong {
        text-align: center;
    }
    .m2bld_c4Lx .m2pub_t:after {
        left: 50%;
        margin-left: -75px;
    }
    .m2bld_c4ul li {
        padding-left: 0;
        text-align: center;
        height: 170px;
    }
    .m2bld_c4ul li .m2bldicon {
        margin: 0 auto;
        position: relative;
    }
    .m2bld_c4Lx {
        width: 100%;
    }
    .m2bld_c4ul li strong {
        font-size: 16px;
        margin-top: 9px;
    }
    .m2bld_c4txt {
        text-align: center;
        font-size: 18px;
        line-height: 32px;
    }
    .m2bld_c4Rx {
        width: 100%;
        text-align: center;
        float: none;
    }
    .m2bld_c4Rx img {
        width: auto;
    }
    .m2bld_c4ul li p {
        font-size: 12px;
    }
    .m2bldc5Lx {
        width: 100%;
        float: none;
        position: relative;
        height: 350px;
    }
    .m2bldc5Rx {
        width: 100%;
        float: none;
        padding: 50px 0
    }
    .m2bld_c5ul li strong {
        font-size: 16px;
        margin-top: 9px;
    }
    .m2bld_c5ul li p {
        font-size: 12px;
    }
    .m2bld_c5ul li {
        margin-bottom: 15px;
    }
    .m2bldCon6 {
        padding: 50px 0;
    }
    .m2bld_c6Lx {
        width: 100%;
        float: none;
    }
    .m2bld_c6Rx {
        width: 100%;
        position: static;
        transform: translate(0, 0)
    }
    .m2bld_t p {
        font-size: 15px;
        line-height: 28px;
    }
    .m2bld_c6Lx .m2pub_t {
        text-align: center;
    }
    .m2bld_c6Lx .m2pub_t p {
        text-align: center;
    }
    .m2bld_c6Lx .m2pub_t:after {
        left: 50%;
        margin-left: -75px;
    }
    .m2bld_c6ul li strong {
        font-size: 16px;
    }
    .m2bld_c6ul li p {
        font-size: 12px;
    }
    .m2bld_c6Rx img {
        width: auto;
    }
    .m2bld_c7Box:before {
        transform: scale(0.5);
        transform-origin: center bottom
    }
    .m2bld_c7Box {
        margin-top: 75px;
    }
    .m2bld_c7ul li {
        width: 100%;
    }
    .m2bldLbmx span {
        font-size: 42px;
    }
    .m2bldCon7 {
        padding-bottom: 50px;
    }
    .m2bldLbmx strong {
        font-size: 16px;
    }
    .m2bldLbmx p {
        font-size: 12px;
    }
    .m2bld_c7ul li strong {
        font-size: 15px;
    }
    .m2htlCon1 {
        padding: 40px 0;
    }
    .m2htl_c1u1 {
        margin-top: 35px;
    }
    .m2htl_c1rimg,
    .m2htl_c1rimg2 {
        transform: scale(0.5);
    }
    .m2htl_c1x {
        height: 200px;
        padding-top: 5px;
    }
    .m2htl_c1ico,
    .m2htl_c1ico2 {
        transform: scale(0.6);
    }
    .m2htl_c1rimg2 {
        transform: scale(0.6);
    }
    .m2htl_c1x {
        padding-left: 25px;
    }
    .m2htl_c1des strong {
        font-size: 28px;
        line-height: 34px
    }
    .m2htl_c1des p {
        font-size: 17px;
        line-height: 30px;
    }
    .m2htl_c1des span {
        font-size: 14px;
    }
    .m2htl_c1des,
    .m2htl_c1des2 {
        margin-top: -15px;
    }
    .m2htl_c1u1 li {
        margin-bottom: 20px;
    }
    .m2htl_c1u2 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .m2htl_c2x {
        height: 200px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
    }
    .m2htlCon2 {
        padding: 40px 0 50px;
    }
    .m2pub_t p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 0
    }
    .m2htlCon3 {
        padding: 40px 0 50px;
    }
    .m2htlCon3 .m2pub_t p {
        font-size: 17px;
    }
    .m2htl_c3ds strong {
        font-size: 18px;
    }
    .m2htl_c3ds p {
        font-size: 12px;
    }
    .m2htl_c3swiper {
        width: 100%;
    }
    .m2htl_c3swiperWpr .prev,
    .m2htl_c3swiperWpr .next {
        display: none;
    }
    .m2htl_c3item {
        padding: 15px 10px 35px;
    }
    .m2htl_c3nm strong {
        font-size: 17px;
    }
    .m2htl_c3nm p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 15px;
    }
    .m2htl_c3nm {
        padding-top: 10px;
    }
    .m2htlCon4 .m2pub_t strong {
        line-height: 38px;
    }
    .m2htlCon4 {
        padding: 50px 0;
    }
    .m2htlCon4 .m2pub_t p {
        font-size: 15px;
        line-height: 28px;
    }
    .m2htlc4ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .m2htlc4ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .m2htlc4as {
        display: block;
        margin-top: 20px;
        overflow: hidden
    }
    .m2htl_c4itm {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
    .m2htl_c4ico {
        transform: scale(0.8);
    }
    .m2htl_c4itm strong {
        margin-top: -5px;
    }
    .m2htl_c4itm strong {
        font-size: 15px;
    }
    .m2htlCon5 .m2pub_t strong {
        line-height: 38px;
    }
    .m2htlCon5 {
        padding: 50px 0;
    }
    .m2htl_c5ul li {
        width: 100%;
        margin-bottom: 25px;
        opacity: 1
    }
    .m2htl_c5ul {
        margin-top: 25px;
    }
}

@keyframes m2yfScale {
    from {
        opacity: 0.7;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(1.6);
    }
}

.m2yfBan {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 10.19vw
}

.m2yfBan_t1 {
    font-size: 50px;
    line-height: 80px;
    font-weight: bold;
    position: relative;
}

.m2yfBan_t2 {
    font-size: 50px;
    line-height: 68px;
    ;
    position: relative;
}

.m2yfBan_tag {
    text-align: center;
    position: relative;
}

.m2yfBan_tag span {
    line-height: 122px;
    background: url(../images/ban_btnBg.png) no-repeat;
    display: inline-block;
    height: 122px;
    width: 239px;
    font-size: 22px;
    color: #FFF;
    ;
    text-align: center;
}

.m2yfBan_pro {
    position: relative;
    margin-top: -10.41vw;
}

.m2yfBan_pro img {
    width: 36.09vw;
    height: auto;
}

.m2yfLx_btn {
    height: 132px;
    width: 132px;
    position: absolute;
    z-index: 2;
    right: 80px;
    bottom: 135px;
}

.m2yfLx_btn i {
    border: 1px solid #F1872E;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: m2yfScale 3s linear infinite;
}

.m2yfLx_btn i:nth-child(2) {
    animation-delay: 1s;
}

.m2yfLx_btn i:nth-child(3) {
    animation-delay: 2s;
}

.m2yfLx_btn span {
    background: url(../images/m2yf_askBg.png) no-repeat center center;
    height: 202px;
    width: 202px;
    margin-top: -101px;
    margin-left: -101px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
    padding-top: 112px;
}

.m2yfCon1 {
    padding: 5.72vw 0px;
    background: url(../images/m2yj_c2bg.jpg) no-repeat center center;
    background-size: cover;
}

.m2yf_pubt {
    text-align: center;
    position: relative;
    padding-bottom: 2.08vw;
    font-size: 46px;
    line-height: 60px;
    ;
}

.m2yf_pubt span {
    font-weight: bold;
}

.m2yf_pubt:after {
    content: "";
    background: #f58f35;
    height: 4px;
    width: 150px;
    margin-left: -75px;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.m2yfc1Box {
    margin-top: 2.6vw;
    height: 618px;
    position: relative;
}

.m2yfc1ul {
    width: 250px;
    padding-top: 10px;
    position: absolute;
}

.m2yfc1ul li {
    padding: 70px 0;
    position: relative;
    text-align: center
}

.m2yfc1ul li:after {
    content: "";
    background: #f58f35;
    height: 2px;
    width: 28px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -14px;
}

.m2yfc1ul li:last-child:after {
    display: none;
}

.m2yfc1ul_lx {
    left: 0;
    top: 0;
}

.m2yfc1ul_rx {
    right: 0;
    top: 0;
}

.m2yf_c1x strong {
    font-size: 24px;
    display: block;
    line-height: 36px;
}

.m2yf_c1x p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
}

.m2yfc1Imgul {
    width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.m2yfc1Imgul li {
    padding: 0 5px;
    width: 31%;
    transition: all 0.5s ease-in-out;
}

.m2yfc1Imgul li.on {
    width: 60%;
}

.m2yfc1aBox {
    display: block;
    border-radius: 1.2em;
    overflow: hidden;
    position: relative;
}

.m2yfc1Imgul li.on .m2yfc1aBox {
    box-shadow: 0 10px 30px rgba(28, 152, 247, 0.3)
}

.m2yfc1aBox .bgImg {
    height: 618px;
}

.m2yfc1aBox .bgImg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
}

.m2yfc1Imgul li.on .m2yfc1aBox .bgImg:after {
    background: rgba(0, 0, 0, 0);
}

.m2yfc1_ico {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 68px;
    margin-left: -50px;
    transform: scale(0.65);
    transition: all 0.5s ease-in-out;
}

.m2yfc1_ico img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.m2yfc1_ico img:nth-child(2) {
    opacity: 0
}

.m2yfc1Imgul li.on .m2yfc1_ico {
    transform: scale(1);
    left: 50px;
    margin-left: 0
}

.m2yfc1Imgul li.on .m2yfc1_ico img {
    opacity: 0;
}

.m2yfc1Imgul li.on .m2yfc1_ico img:nth-child(2) {
    opacity: 1;
}

.m2yfc1_txt {
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 18px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.m2yfc1Imgul li.on .m2yfc1_txt {
    opacity: 0;
    transform: translateY(50px);
}

.m2yfc1_txt strong {
    font-size: 26px;
    line-height: 50px;
    color: #f58f35;
    display: block;
}

.m2yfc1_txt p {
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
}

.m2yfLayer {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 75px;
    color: #fff;
}

.m2yfLayer strong {
    font-size: 32px;
    ;
    display: block;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
}

.m2yfLayer p {
    font-size: 22px;
    line-height: 32px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    width: 346px;
}

.m2yfc1Imgul li.on .m2yfLayer strong {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.m2yfc1Imgul li.on .m2yfLayer p {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
}

.m2yfCon2 {
    background: url(../images/m2yf_c3bg.jpg) no-repeat center center;
    padding-top: 5.72vw;
    background-size: cover;
    overflow: hidden;
}

.m2yf_pubt span.m2yf_ts1 {
    font-size: 42px;
    font-weight: normal;
}

.m2yfc2box {
    margin-top: 3.54vw;
    position: relative;
    height: 740px;
    width: 1440px;
    left: 50%;
    margin-left: -720px;
}

.m2yf_c2ul {
    position: relative;
    z-index: 3;
}

.m2yf_c2ul li {
    position: absolute;
    width: 80px;
    height: 80px;
}

.m2yf_c2ul li p {
    white-space: nowrap;
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    ;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}

.m2yf_c2ul li:nth-child(1) {
    left: 14px;
    top: 174px;
}

.m2yf_c2ul li:nth-child(2) {
    left: 376px;
    top: 0;
}

.m2yf_c2ul li:nth-child(3) {
    left: 944px;
    top: 0;
}

.m2yf_c2ul li:nth-child(4) {
    left: 1304px;
    top: 174px;
}

.m2yf_c2ico {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
}

.m2yf_line1 {
    position: absolute;
    max-width: none;
    left: 60px;
    top: 25px;
}

.m2yf_line2 {
    position: absolute;
    max-width: none;
    left: 55px;
    top: 50px;
}

.m2yf_line3 {
    position: absolute;
    max-width: none;
    right: -3px;
    top: 72px;
}

.m2yf_line4 {
    position: absolute;
    max-width: none;
    right: 12px;
    top: 45px;
}

.m2yf_line {
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.m2yf_c2tip {
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    ;
    white-space: nowrap;
    position: absolute;
    right: 30px;
    bottom: 75px;
    z-index: 2;
}

.m2yf_c2img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.m2yf_c2ul li.on p {
    background-image: -webkit-gradient(linear, left 0, right 0, from(#F58F35), to(#E2681B));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.m2yf_c2ul li.on .m2yf_line {
    opacity: 1;
}

.m2yf_pubt span.m2yf_ts2 {
    font-size: 32px;
    font-weight: normal;
}

.m2yfCon3 {
    background: url(../images/m2fy_c4bg.jpg) no-repeat center center;
    padding-top: 5.72vw;
    padding-bottom: 3.22vw;
    position: relative;
}

.m2yfuls {
    margin-top: 2.7vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.m2yfuls li {
    width: 28%;
    margin-bottom: 3.38vw;
}

.m2yfuls li:nth-child(4n) {
    width: 16%;
}

.m2yf_c3x1 {
    height: 120px;
    font: 120px/120px din;
    transition: all 0.5s ease-in-out;
}

.m2yf_c3x1 span {
    font-size: 16px;
    font-weight: normal;
    color: #808080;
    display: inline-block;
    transform: translateY(-70px)
}

.m2yf_c3x1 i {
    font-size: 60px;
    font-style: normal;
}

.m2yf_c3des {
    font-size: 21px;
    line-height: 30px;
    margin: 10px 0px 5px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m2yf_c3tip {
    font-size: 12px;
    text-transform: uppercase;
    color: #cccccc;
    line-height: 26px;
}

.m2yfuls li:hover .m2yf_c3x1 {
    text-shadow: -10px -20px 25px rgba(241, 78, 33, 0.3);
}

.m2yfCon4 {
    background: #e9f0f5 url(../images/m2fy_c5bg.jpg) no-repeat center bottom;
    padding: 5.72vw 0px 0px;
    overflow: hidden;
}

.m2yfCon4 .m2yf_pubt {
    text-align: left;
}

.m2yfCon4 .m2yf_pubt:after {
    left: 0;
    margin-left: 0;
}

.m2yf_c4box {
    position: relative;
    height: 700px;
    margin-top: 3.9vw;
    width: 1440px;
    left: 50%;
    margin-left: -720px;
}

.m2yfc4ul {
    margin-top: 4.16vw;
}

.m2yfc4ul li {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 2;
}

.m2yfc4ul li:nth-child(1) {
    left: 34px;
    top: 281px;
}

.m2yfc4ul li:nth-child(2) {
    left: 371px;
    top: 41px;
}

.m2yfc4ul li:nth-child(3) {
    left: 638px;
    top: 281px;
}

.m2yfc4ul li:nth-child(4) {
    left: 1066px;
    top: 35px;
    z-index: 0
}

.m2yfc4ico {
    width: 148px;
    height: 148px;
    background: #fff;
    border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    position: absolute;
}

.m2yfc4ico:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #1190F6 0%, #1378D2 100%);
    box-shadow: 0 0 30px rgba(18, 135, 234, 0.5);
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2yfc4ul li.on .m2yfc4ico:before {
    opacity: 1;
}

.m2yfc4ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.m2yfc4ico img:nth-child(2) {
    opacity: 0;
}

.m2yfc4ul li.on .m2yfc4ico img {
    opacity: 0;
}

.m2yfc4ul li.on .m2yfc4ico img:nth-child(2) {
    opacity: 1;
}

.m2yfc4des {
    position: absolute;
    left: 138px;
    width: 305px;
    top: -34px;
    height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m2yfc4des strong {
    font-size: 26px;
    line-height: 36px;
    display: block;
    ;
    margin-bottom: 10px;
}

.m2yfc4des p {
    font-size: 22px;
    line-height: 30px;
    color: #666666;
}

.m2yf_c4pro {
    width: 761px;
    height: auto;
    position: absolute;
    right: 80px;
    bottom: 0;
    z-index: 0;
}

.m2yf_c4line {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: none !important;
}

.m2yfc4ul li.on .m2yf_c4line {
    opacity: 1;
}

.m2yf_c4line1 {
    position: absolute;
    max-width: none;
    left: 81px;
    top: 76px;
}

.m2yf_c4line2 {
    position: absolute;
    max-width: none;
    left: 49px;
    top: 51px;
}

.m2yf_c4line3 {
    position: absolute;
    max-width: none;
    left: 84px;
    top: -219px;
}

.m2yf_c4line4 {
    position: absolute;
    max-width: none;
    left: 0px;
    top: 76px;
}

.m2yfCon5 {
    padding: 4.68vw 0px;
}

.m2yfTable {
    border-top: 1px solid #F0F0F2;
    border-bottom: 1px solid #F0F0F2;
    margin-top: 3.38vw
}

.m2yfTable td {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    padding: 16px 30px;
}

.m2yfTable td strong {
    color: #333;
}

.m2yfTable tr:nth-child(2n) td {
    background: #F0F0F2
}

.m2yfTable tr td:nth-child(2n) {
    font-weight: normal;
    color: #666;
}

.m2proCon9Wpr {
    background: #f4f4f6;
    padding-top: 5.2vw;
}

.m2proCon9 {
    overflow: hidden;
    margin-top: 3.38vw
}

.m2pro_c9item {
    float: left;
    width: 50%;
    padding: 8.59vw 6.2%;
    background-size: cover;
}

.m2pro_c9t {
    font-size: 17px;
    color: #333333;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.m2pro_c9t strong {
    font-size: 42px;
    line-height: 62px;
    display: block;
}

.m2pro_c9t strong span {
    color: #1c98f7;
}

.m2pro_c9des {
    color: #666666;
    font-size: 24px;
    line-height: 40px;
    margin: 30px 0px 25px;
    height: 102px;
    overflow: hidden
}

.m2pro_c9item2 {
    background-size: cover;
}

.m2pro_c9item2 .m2pro_c9t {
    color: #e6e9eb
}

.m2pro_c9item2 .m2pro_c9t strong {
    color: #e6e9eb;
}

.m2pro_c9item2 .m2pro_c9t strong span {
    color: #ff9e39;
}

.m2pro_c9item2 .m2pro_c9des {
    color: #e6e9eb;
}

.pubBtn_m {
    width: 180px;
    height: 52px;
    line-height: 52px;
    background: #F58E33;
    background: linear-gradient(to right, #DC7E2B 0%, #FF993F 100%);
    border-radius: 2.2em;
    display: inline-block;
    padding-left: 38px;
    color: #fff;
    font-size: 18px;
    position: relative
}

.pubBtn_m:hover {
    box-shadow: 0 10px 30px rgba(245, 142, 51, 0.3);
    transform: translateY(-5px);
}

.pubBtn_m span {
    color: #fff;
}

.pubBtn_m:after {
    content: "";
    background: #FFF url(../images/ban_btn_ar.png) no-repeat center center;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 35px;
    border-radius: 50%;
}

.pubBtn_m_blue {
    background: #239AFA;
    background: linear-gradient(to right, #118FF7 0%, #43ADFF 100%);
}

.pubBtn_m_blue:after {
    background: #FFF url(../images/ban_btn_ar_blue.png) no-repeat center center;
}

.pubBtn_m_blue:hover {
    box-shadow: 0 10px 30px rgba(32, 153, 250, 0.3);
}

@media (max-width:1799px) {
    .m2yfBan_t1 {
        font-size: 38px;
        line-height: 68px;
    }
    .m2yfBan_t2 {
        font-size: 32px;
        line-height: 52px;
    }
    .m2yfBan_tag div {
        transform: scale(0.8);
        transform-origin: center top;
    }
    .m2yfLx_btn {
        transform: scale(0.8);
        transform-origin: center right;
    }
    .m2yf_pubt {
        font-size: 32px;
        line-height: 46px;
    }
    .m2yfc1Imgul {
        width: 760px;
    }
    .m2yf_pubt:after {
        height: 3px;
    }
    .m2yfc1aBox .bgImg {
        height: 500px;
    }
    .m2yfc1Box {
        height: 500px;
    }
    .m2yfc1_ico {
        width: 80px;
        height: 80px;
    }
    .m2yfc1Imgul li.on .m2yfc1_ico {
        left: 25px;
    }
    .m2yfLayer {
        left: 25px;
        right: 25px;
        bottom: 60px;
    }
    .m2yfLayer strong {
        font-size: 24px;
        line-height: 36px;
        height: 36px;
    }
    .m2yfLayer p {
        font-size: 17px;
        line-height: 26px;
        width: 312px;
    }
    .m2yfc1_txt strong {
        font-size: 20px;
        line-height: 42px;
    }
    .m2yfc1_txt p {
        font-size: 16px;
    }
    .m2yfc1_txt {
        height: 140px;
    }
    .m2yfc1ul li {
        padding: 48px 0;
    }
    .m2yfc1ul {
        width: 195px;
    }
    .m2yf_c1x strong {
        font-size: 17px;
    }
    .m2yf_pubt span.m2yf_ts1 {
        font-size: 28px;
    }
    .m2yfc2box {
        transform: scale(0.8);
        transform-origin: center bottom;
        margin-top: -100px;
    }
    .m2yf_c3x1 {
        line-height: 90px;
        font-size: 80px;
        height: 90px;
    }
    .m2yf_c3x1 i {
        font-size: 40px;
    }
    .m2yf_c3x1 span {
        transform: translateY(-40px);
    }
    .m2yf_c3des {
        font-size: 18px;
        line-height: 28px;
    }
    .m2yf_c4box {
        transform: scale(0.8);
        transform-origin: center bottom;
        margin-top: -130px
    }
    .m2yfTable td {
        font-size: 16px;
    }
    .m2pro_c9t {
        font-size: 13px;
        line-height: 26px;
    }
    .m2pro_c9t strong {
        font-size: 30px;
    }
    .m2pro_c9des {
        font-size: 20px;
        line-height: 34px;
        margin: 15px 0
    }
}

@media (max-width:1379px) {
    .m2yfc2box {
        transform: scale(0.7);
        transform-origin: center bottom;
        margin-top: -170px;
    }
    .m2yf_c4box {
        transform: scale(0.75);
        transform-origin: center bottom;
        margin-top: -190px
    }
    .m2yf_c3x1 {
        line-height: 70px;
        font-size: 66px;
        height: 70px;
    }
    .m2yf_c3x1 i {
        font-size: 30px;
    }
    .m2yf_c3x1 span {
        transform: translateY(-35px);
    }
}

@media (max-width:1199px) {
    .m2yfTable td {
        font-size: 14px;
        padding: 12px 10px;
    }
    .m2yf_c3des {
        font-size: 16px;
    }
}

@media (max-width:993px) {
    .m2yfc1Imgul {
        transform: scale(0.5) !important;
        margin-left: -20px;
    }
    .m2yfBan_t1 {
        font-size: 30px;
        line-height: 65px;
    }
    .m2yfBan_t2 {
        font-size: 22px;
        line-height: 40px;
    }
    .m2yfBan_tag span {
        transform: scale(0.8);
    }
    .m2yfBan_tag span:nth-child(3) {
        margin-top: -45px;
    }
}

@media (max-width:767px) {
    .m2yfBan_t1 {
        font-size: 18px;
        line-height: 50px;
        padding-top: 45px;
    }
    .m2yfBan_t2 {
        font-size: 18px;
    }
    .m2yfBan_tag span:nth-child(3),
    .m2yfBan_tag span:nth-child(2) {
        margin-top: -45px;
    }
    .m2yfLx_btn {
        transform: scale(0.6);
        right: -2vw;
        transform-origin: right bottom
    }
    .m2yfBan_pro img {
        width: 70vw;
        margin-top: -22vw;
    }
    .m2yfCon1 {
        padding: 50px 0;
    }
    .m2yfc1ul {
        position: static !important;
        overflow: hidden;
        width: 100%;
    }
    .m2yfc1ul li {
        width: 33.33%;
        float: left;
        padding: 18px 0 0
    }
    .m2yf_c1x strong {
        font-size: 16px;
        line-height: 22px;
    }
    .m2yf_c1x p {
        font-size: 12px;
    }
    .m2yfc1ul li:after {
        display: none;
    }
    .m2yfc1Imgul {
        transform: scale(1) !important;
        margin-left: 0;
        margin-right: 0;
        width: auto;
        display: block;
        margin-top: 25px;
    }
    .m2yfc1Imgul li {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .m2yfc1aBox .bgImg {
        height: 370px;
    }
    .m2yfc1Box {
        height: auto;
    }
    .m2yfLayer p {
        width: 100%;
    }
    .m2yfc1Imgul li .m2yfc1_ico {
        transform: scale(1);
        left: 50px;
        margin-left: 0
    }
    .m2yfc1Imgul li .m2yfc1_ico img {
        opacity: 0;
    }
    .m2yfc1Imgul li .m2yfc1_ico img:nth-child(2) {
        opacity: 1;
    }
    .m2yfc1Imgul li .m2yfc1_txt {
        opacity: 0;
        transform: translateY(50px);
    }
    .m2yfc1Imgul li .m2yfLayer strong {
        transition-delay: 0.3s;
        opacity: 1;
        transform: translateY(0);
    }
    .m2yfc1Imgul li .m2yfLayer p {
        transition-delay: 0.4s;
        opacity: 1;
        transform: translateY(0);
    }
    .m2yfc1_ico {
        width: 60px;
        height: 60px;
        left: 18px !important
    }
    .m2yfLayer strong {
        font-size: 21px;
    }
    .m2yfLayer p {
        font-size: 15px;
    }
    .m2yfCon2 {
        padding-top: 50px;
    }
    .m2yf_pubt span.m2yf_ts1 {
        font-size: 19px;
    }
    .m2yf_c3des {
        font-size: 16px;
        line-height: 24px;
        display: block;
        height: auto;
        margin-top: -10px;
    }
    .m2yfuls li {
        width: 100% !important;
        text-align: center
    }
    .m2yf_c3x1 {
        font-size: 48px;
    }
    .m2yfCon3 {
        background-size: cover;
        padding-bottom: 40px;
    }
    .m2yfCon4 {
        padding: 50px 0 0;
    }
    .m2yfCon4 .m2yf_pubt {
        text-align: center;
    }
    .m2yfCon4 .m2yf_pubt:after {
        left: 50%;
        margin-left: -75px;
    }
}

.m2runBan {
    position: relative;
}

.m2runBan .bgImg {
    height: calc(100vh);
    margin-top: -100px;
}

.m2runTxt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.m2run_banx1 {
    font-size: 58px;
    line-height: 80px;
    font-weight: bold;
    display: block;
}

.m2run_banTag {
    padding: 15px 0px 55px;
}

.m2run_banTag span {
    display: inline-block;
    padding: 0px 30px;
    border: 1px solid #ff9e39;
    line-height: 46px;
    height: 48px;
    font-size: 21px;
    font-weight: normal;
    ;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2em;
}

.m2run_banItm {
    overflow: hidden;
}

.m2run_banItm li {
    margin-right: 30px;
    padding-right: 30px;
    height: 100px;
    padding-top: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    float: left;
}

.m2run_banItm li strong {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
}

.m2run_banItm li p {
    font-size: 18px;
    line-height: 34px;
}

.m2run_banItm li:last-child {
    border: none;
}

.m2runCon1 {
    padding: 4.68vw 0px;
    background: url(../images/m2run_c1bg.jpg) no-repeat center bottom;
}

.m2runc1Box {
    margin-top: 30px;
    height: 552px;
    position: relative;
}

.m2runc1ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.m2runc1ul li {
    position: absolute;
    width: 255px;
    text-align: center;
}

.m2runc1ul li:nth-child(1) {
    left: 0;
    top: 75px;
}

.m2runc1ul li:nth-child(2) {
    right: 0;
    top: 75px;
}

.m2runc1ul li:nth-child(3) {
    left: 0;
    top: 325px;
}

.m2runc1ul li:nth-child(4) {
    right: 0;
    top: 325px;
}

.m2runc1ul li:after {
    content: "";
    background: #C7C9CE;
    height: 1px;
    width: 26px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 195px;
}

.m2runc1ul li:nth-child(3):after,
.m2runc1ul li:nth-child(4):after {
    display: none;
}

.m2runc1ul li span {}

.m2runc1ul li strong {
    display: block;
    font-size: 22px;
    ;
    margin-top: 12px;
}

.m2runc1ul li p {
    font-size: 14px;
    font-weight: bold;
    color: #cccccc;
    line-height: 22px;
    text-transform: uppercase;
}

.m2runc1Vbox {
    text-align: center;
    position: relative;
    width: 951px;
    margin: 0 auto;
    z-index: 3;
}

.m2run_c1btn {
    height: 86px;
    width: 86px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -43px;
    margin-top: -43px;
}

.m2run_c1btn:before,
.m2run_c1btn:after {
    background-color: rgba(28, 152, 247, 0.3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: VdoScale 3s linear infinite;
    opacity: 0;
    z-index: 2;
}

.m2run_c1btn:after {
    animation-delay: 1.5s;
}

@keyframes VdoScale {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes lineAnix {
    from {
        left: 50%;
    }
    to {
        left: 150%;
    }
}

.m2run_c1btn span {
    background: url(../images/m2run_c1i.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.m2run_c1bom {
    margin-top: 85px;
    height: 110px;
    background: url(../images/m2run_c1line.png) no-repeat center 3px;
    margin-left: 6.25vw;
    margin-right: 6.25vw;
}

.m2run_c1bom li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 34px;
}

.m2run_c1bom li span {
    font: bold 22px/30px din;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#0a66c4), to(#2394eb));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m2run_c1bom li p {
    font-size: 22px;
    line-height: 34px;
    color: #666;
    ;
}

.m2run_c1bom li:before {
    content: "";
    height: 9px;
    width: 9px;
    margin-left: -4px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: linear-gradient(to right, #108FF7 0%, #46ACFF 80%);
    border-radius: 50%;
}

.m2run_c1bom li:after {
    content: "";
    width: 22px;
    height: 2px;
    background: linear-gradient(to right, #108FF7 0%, #46ACFF 80%);
    position: absolute;
    left: 55%;
    top: 3px;
    animation: lineAnix 2s linear infinite;
}

.m2run_c1bom li:last-child:after {
    display: none;
}

.m2runCon2 {
    background: #f0f2f9;
    padding: 5.2vw 0px;
}

.m2runc2Box {
    margin-top: 2.91vw;
    position: relative
}

.m2runc2u1 {
    position: relative;
    z-index: 3;
    color: #fff;
    background: url(../images/m2run_line2.png) no-repeat center 3px;
    height: 120px;
    padding: 0px 100px;
    margin-top: -208px;
}

.m2runc2u1 li {
    width: 25%;
    text-align: center;
    float: left;
    text-align: center;
    padding-top: 29px;
    position: relative
}

.m2runc2u1 li:before {
    content: "";
    height: 9px;
    width: 9px;
    margin-left: -4px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: linear-gradient(to right, #f6932d 0%, #dd5c0e 80%);
    border-radius: 50%;
}

.m2runc2u1 li:after {
    content: "";
    width: 22px;
    height: 2px;
    background: linear-gradient(to right, #f48939 0%, #f48939 80%);
    position: absolute;
    left: 55%;
    top: 3px;
    animation: lineAnix 2s linear infinite;
}

.m2runc2u1 li:last-child:after {
    display: none;
}

.m2runc2u1 li span {
    font: 22px/30px din;
}

.m2runc2u1 li p {
    font-size: 18px;
    line-height: 34px
}

.m2runc2u2 {
    background: url(../images/m2run_c2sbg.jpg) no-repeat center center;
    margin: 0px auto;
    height: 200px;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    border-radius: 2em;
    box-shadow: 0 5px 25px rgba(255, 158, 57, 0.3);
    padding-left: 42px;
    padding-right: 42px;
    max-width: 1204px;
    width: 100%;
}

.m2runc2u2 .m2bldicon:before {
    background: url(../images/m2run_c2bor.png) no-repeat center center;
}

.m2runc2u2 .m2bldicon {
    position: absolute;
    left: 0;
    top: 0;
}

.m2runc2u2 li {
    height: 80px;
    position: relative;
    padding-left: 90px;
    color: #fff;
}

.m2runc2u2 li strong {
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-top: 15px;
    font-weight: normal;
    ;
}

.m2runc2u2 li p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    opacity: 0.8
}

.m2runc2u2 li.m2run_c2sline {
    width: 1px;
    height: 90px;
    background: rgba(255, 255, 255, 0.3);
    padding: 0;
    margin-top: -5px;
}

.m2pro_c2ul {
    margin: 2.34vw 60px 3.02vw;
    overflow: hidden
}

.m2pro_c2ul li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.m2pro_c2ul li strong {
    font-size: 22px;
    line-height: ;
    margin-top: 16px;
    display: block;
    line-height: 30px;
}

.m2pro_c2ul li p {
    font-size: 14px;
    color: #cccccc;
    line-height: 22px;
    text-transform: uppercase;
}

.m2proCon3 {
    /*background: linear-gradient(to bottom,  #fff 80%,#f4f4f6 100%);*/
    padding: 4.68vw 0px 5.2vw;
}

.m2pro_c3ul {
    margin: 0 -18px;
}

.m2pro_c3ul li {
    float: left;
    width: 50%;
    padding: 0 18px;
    transition: all 0.5s ease-in-out;
}

.m2pro_c3ul li:hover {
    transform: translateY(-18px);
}

.m2run_c3sbox {
    border-radius: 1.2em;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(28, 152, 247, 0.1);
}

.m2pro_c3item {
    position: relative;
}

.m2pro_c3item img {
    display: block;
}

.m2pro_c3tip {
    position: absolute;
    color: #fff;
}

.m2pro_c3tip span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.m2pro_c3ul li h6 {
    height: 90px;
    line-height: 90px;
    background: linear-gradient(to right, #085fc5 0%, #1e8fed 100%);
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    box-shadow: 0 0px 46px rgba(23, 150, 246, 0.45);
    position: relative;
}

.m2pro_c3tip1 {
    background: url(../images/m2proc2_rimgBg2.png) no-repeat center center;
    height: 125px;
    width: 316px;
    background-size: cover;
    right: 95px;
    bottom: 106px;
    padding-left: 58px;
    padding-top: 41px;
}

.m2pro_c3tip2 {
    background: url(../images/m2proc2_rimgBg3.png) no-repeat center center;
    height: 213px;
    width: 315px;
    background-size: cover;
    right: 199px;
    bottom: 65px;
    padding-left: 53px;
    padding-top: 36px;
}

.m2pro_c3tip1:after {
    content: "";
    position: absolute;
    left: 287px;
    top: 75px;
    background: url(../images/m2proc2_rq2.png) no-repeat center center;
    display: inline-block;
    height: 30px;
    width: 30px;
    animation: scalcRund 2s linear infinite;
}

.m2pro_c3tip2:after {
    content: "";
    position: absolute;
    left: 142px;
    top: 185px;
    background: url(../images/m2proc2_rq2.png) no-repeat center center;
    display: inline-block;
    height: 30px;
    width: 30px;
    animation: scalcRund 2s linear infinite;
}

.m2proCon4 {
    position: relative;
    padding: 4.8vw 0 5.2vw 0;
    background: #fff;
}

.m2proc4ul {
    margin: 3.12vw -5px 0px;
    display: flex;
    justify-content: space-between;
}

.m2proc4ul li {
    padding: 0 5px;
    transition: all 0.5s ease-in-out;
    width: 25%;
}

.m2proc4ul li.on {
    width: 96%;
}

.m2pro_c4aBox {
    display: block;
    height: 570px;
    position: relative;
    border-radius: 1.6em;
    overflow: hidden;
}

.m2pro_c4aBox .bgImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2pro_c4aBox .bgImg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(25, 135, 230, 0.0) 50%, rgba(25, 135, 230, 1) 100%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2pro_c4aBox .bgImg:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    transition: all 0.5s ease-in-out;
}

.m2proc4ul li.on .m2pro_c4aBox .bgImg:before {
    opacity: 1;
}

.m2proc4ul li.on .m2pro_c4aBox .bgImg:after {
    opacity: 0;
}

.m2pro_c4dx {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 60px;
    color: #333;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}

.m2pro_c4dx span {
    display: inline-block;
    width: 80px;
    margin-bottom: 0;
}

.m2pro_c4dx p {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold
}

.m2pro_c4hx {
    width: 100%;
    position: absolute;
    bottom: 60px;
    color: #fff;
    left: 0;
    z-index: 4;
    padding: 0 45px;
}

.m2pro_c4hx span {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    width: 120px;
    margin-left: -20px;
}

.m2pro_c4hx strong {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    display: block;
    font-size: 30px;
    line-height: 40px;
    ;
    margin-bottom: 12px;
    height: 40px;
    overflow: hidden;
}

.m2pro_c4hx p {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    display: block;
    line-height: 26px;
    font-size: 20px;
    overflow: hidden;
}

.m2proc4ul li.on .m2pro_c4dx {
    opacity: 0
}

.m2proc4ul li.on .m2pro_c4hx span {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s
}

.m2proc4ul li.on .m2pro_c4hx strong {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s
}

.m2proc4ul li.on .m2pro_c4hx p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s
}

.particles {
    position: absolute;
    left: -200px;
    top: -200px;
    bottom: -200px;
    right: -200px;
    overflow: hidden;
    transform: scale(1)
}

.particlesBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border: none 0
}

.m2proCon5 {
    position: relative;
}

.m2proc5Bgs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2proc5_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.m2proc5_bg.on {
    opacity: 1;
}

.m2proCon5 .container {
    position: relative;
    z-index: 1;
}

.m2proc5Box {
    position: relative;
    height: 880px;
    padding-top: 5.2vw;
    color: #fff;
}

.m2proc5Tbox {}

.m2proc5Tbox strong {
    font-size: 46px;
    font-weight: bold;
    line-height: 70px;
    display: block;
    text-transform: uppercase;
}

.m2proc5Tbox p {
    font-size: 22px;
    line-height: 36px;
    display: block;
}

.m2proC5menu {
    width: 295px;
    position: absolute;
    right: -5px;
    top: 158px;
    padding-left: 71px;
    padding-top: 100px;
}

.m2proC5menu:before {
    content: "";
    background: url(../images/m2pro_hand.png) repeat;
    height: 722px;
    width: 542px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.m2pro_c5ma {
    display: block;
    position: relative;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    position: relative;
    padding-left: 72px;
    display: flex;
    font-size: 16px;
    color: #6c7785;
    ;
    background: #fff;
    margin-bottom: 4px;
    border-radius: 0.8em;
    box-shadow: 0 0 10px rgba(28, 152, 247, 0.3);
    align-items: center;
}

.m2pro_c5ma span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -20px;
    transition: all 0.5s ease-in-out;
}

.m2pro_c5ma span img {
    position: absolute;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
}

.m2pro_c5ma span img:nth-child(2) {
    opacity: 0;
}

.m2pro_c5ma p {
    height: 40px;
    line-height: 20px
}

.m2pro_c5ma.on span img {
    opacity: 0;
}

.m2pro_c5ma.on span img:nth-child(2) {
    opacity: 1;
}

.m2pro_c5ma.on {
    line-height: 166px;
    color: #FFF;
    background: url(../images/m2pro_ssbg.jpg) no-repeat center center;
    height: 166px;
    color: #fff !important;
    background-size: cover;
}

.m2proc5ItemsWpr {
    height: 463px;
    position: relative;
    width: 1050px;
    margin-top: 45px;
}

.m2pro_c5ma:hover {
    color: #1c98f7;
}

.m2pro_c5item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    /* background:rgba(255,255,255,0.1);*/
}

.m2pro_c5item.on {
    opacity: 1;
    visibility: visible;
}

.m2pro_c5st {
    font-size: 28px;
    line-height: 66px;
    color: #FFF;
    ;
    display: block;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
}

.m2pro_c5st:after {
    content: "";
    background: #FF9A28;
    width: 74px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.m2pro_c5S1xs {
    position: relative;
    height: 440px;
}

.m2proc5ico {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -23px;
}

.m2pro_c5s1x {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px)
}

.m2pro_c5s1x.on {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
}

.m2pro_c5s1xImg {
    float: left;
    width: 420px;
    margin-top: 118px;
}

.m2pro_c5s1Tab {
    width: 626px;
    float: right;
    background: url(../images/m2pro_c5tabBg.png) no-repeat center top;
    height: 280px;
    background-size: 100% auto;
    transform: translate(-15px, -10px);
    padding: 40px 35px 0px 40px;
}

.m2pro_c5th {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
}

.m2pro_c5w1 {
    width: 128px;
    text-align: center;
    float: left
}

.m2pro_c5w1+.m2pro_c5w1 {
    width: 130px;
}

.m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1 {
    width: 130px;
}

.m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1 {
    width: 130px;
}

.m2pro_c5srx {
    margin-top: 15px;
    height: 158px;
    overflow: hidden
}

.m2pro_c5srx li {
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.m2proc5_s1bm {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.m2proc5_s1bm li {
    text-align: center
}

.m2proc5_s1bm strong {
    color: #FFFFFF;
    display: block;
    font: normal 30px/32px din;
    text-shadow: 0 15px 15px rgba(77, 15, 15, 0.15);
}

.m2proc5_s1bm p {
    font-size: 22px;
    line-height: 38px;
    color: #fff;
}

.m2proc5Swiper {
    height: 101px;
    position: relative;
    padding: 0 50px;
    margin-right: 30px;
}

.m2proc5Swiper:before {
    content: "";
    background: url(../images/m2pro_c5line.png) no-repeat right center;
    height: 1px;
    width: 1154px;
    position: absolute;
    top: 50%;
    right: 50px;
}

.m2pro_c5s1item {
    position: relative;
    height: 101px;
    cursor: pointer
}

.m2pro_c5s1item:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
}

.m2pro_c5s1item:after {
    content: "";
    background: url(../images/m2pro_c5rnd.png) no-repeat center center;
    display: inline-block;
    height: 23px;
    width: 23px;
    margin-top: -11px;
    margin-left: -11px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    animation: radiusRotate 3s linear infinite;
}

.m2pro_c5s1item.slick-current:after {
    opacity: 1;
}

.m2pro_c5s1item p {
    font-size: 16px;
    line-height: 30px;
    color: #b8c3de;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.m2pro_c5s1item.slick-current p {
    font-size: 20px;
    color: #fff;
    bottom: 66px;
}

.m2proc5Swiper .slick-prev {
    background: url(../images/m2pro_c5bar.png) no-repeat center center;
    display: inline-block;
    height: 46px;
    width: 46px;
    position: absolute;
    left: 0px;
    top: 50%;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-top: -23px;
    transition: all 0.5s ease-in-out;
    border-radius: 50%
}

.m2proc5Swiper .slick-next {
    background: url(../images/m2pro_c5bar.png) no-repeat center center;
    display: inline-block;
    height: 46px;
    width: 46px;
    position: absolute;
    right: 0px;
    top: 50%;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-top: -23px;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    border-radius: 50%
}

.m2proc5Swiper .slick-prev:hover,
.m2proc5Swiper .slick-next:hover {
    background: #0967C5 url(../images/m2pro_c5bar.png) no-repeat center center;
}

.m2pro_c5_p2bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m2pro_c5_rd {
    width: 220px;
    position: absolute;
    left: 298px;
    bottom: 62px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.m2pro_c5_rbt {
    width: 17px;
    height: auto;
    position: absolute;
    left: 472px;
    bottom: 130px;
    opacity: ;
    transition: all 0.5s ease-in-out;
}

.on .m2pro_c5_rd {
    opacity: 1;
    transition-delay: 0.2s;
}

.on .m2pro_c5_rbt {
    animation: scalc_rbt 3s linear infinite;
    opacity: 1;
    transition-delay: 0.5s;
}

.m2pro_c5p2box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50px)
}

.m2proc5Swiper2 {
    margin-top: 440px;
}

.m2pro_spp1 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    text-align: center;
    line-height: 30px
}

.m2pro_spp1a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    text-align: center;
}

.m2pro_c5s1item.slick-current .m2pro_spp1 {
    color: #fff;
    font-size: 16px;
    bottom: 66px;
    font-weight: bold
}

.m2pro_c5s1item.slick-current .m2pro_spp1a {
    color: #fff;
    top: 66px;
}

@keyframes scalc_rbt {
    0% {
        left: 472px;
        bottom: 130px;
    }
    25% {
        left: 433px;
        bottom: 106px;
    }
    50% {
        left: 406px;
        bottom: 90px;
    }
    75% {
        left: 368px;
        bottom: 78px;
    }
    100% {
        left: 311px;
        bottom: 82px;
    }
}

@keyframes ani_rbt_pos {
    0% {
        top: 300px
    }
    50% {
        top: 306px
    }
    100% {
        top: 300px
    }
}

@keyframes ani_wx_line {
    0% {
        top: 257px
    }
    50% {
        top: 381px
    }
    100% {
        top: 257px
    }
}

.m2pro_c5_p3rimg {
    width: 372px;
    height: auto;
    position: absolute;
    left: 540px;
    top: 45px;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2pro_c5_p3ani_icon {
    width: 85px;
    height: auto;
    position: absolute;
    left: 155px;
    top: 305px;
    animation: ani_rbt_pos 2s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2pro_c5_p3_rbt {
    width: 18px;
    height: auto;
    position: absolute;
    left: 189px;
    top: 365px;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2pro_c5_stip {
    font-size: 13px;
    font-weight: bold;
    color: #f6932d;
    display: inline-block;
    line-height: 24px;
    position: absolute;
    left: 214px;
    bottom: 63px;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.on .m2pro_c5_p3rimg {
    opacity: 1;
    transition-delay: 0.2s;
}

.on .m2pro_c5_p3ani_icon {
    opacity: 1;
    transition-delay: 0.3s;
}

.on .m2pro_c5_p3_rbt {
    opacity: 1;
    transition-delay: 0.5s;
}

.on .m2pro_c5_stip {
    opacity: 1;
    transition-delay: 0.8s;
}

.m2proc5Swiper3,
.m2proc5Swiper4 {
    margin-top: 440px;
}

.m2pro_c5_p4img {
    width: 420px;
    position: absolute;
    height: auto;
    left: 393px;
    top: 98px;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.m2pro_c5_p4line {
    width: 137px;
    position: absolute;
    height: auto;
    left: 473px;
    top: 197px;
    animation: ani_wx_line 5s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

.on .m2pro_c5_p4img {
    opacity: 1;
    transition-delay: 0.2s;
}

.on .m2pro_c5_p4line {
    opacity: 1;
    transition-delay: 0.2s;
}

.m2pro_c5_p5mes {
    height: 366px;
    margin-top: 102px;
}

.m2pro_c5p5ul {}

.m2pro_c5p5ul li {
    float: left;
    margin-right: 18px;
    width: 410px;
    float: left;
}

.m2pro_p5ax {
    display: block;
    height: 348px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 20px 35px 0 95px;
}

.m2pro_p5ax:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.m2pro_p5ax2 {
    height: 135px;
}

.m2pro_cp5bor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2pro_cp5bor:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 12px;
    border-top: 2px solid #FF9A28;
    border-left: 2px solid #FF9A28;
    left: -1px;
    top: -1px;
}

.m2pro_cp5bor:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 12px;
    border-top: 2px solid #FF9A28;
    border-right: 2px solid #FF9A28;
    right: -1px;
    top: -1px;
}

.m2pro_cp5bor2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.m2pro_cp5bor2:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 12px;
    border-bottom: 2px solid #FF9A28;
    border-left: 2px solid #FF9A28;
    left: -1px;
    bottom: -1px;
}

.m2pro_cp5bor2:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 12px;
    border-bottom: 2px solid #FF9A28;
    border-right: 2px solid #FF9A28;
    right: -1px;
    bottom: -1px;
}

.m2pro_cp6_himg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 35px;
    top: 22px;
}

.m2pro_cp6_himg:before,
.m2pro_cp6_himg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: ani_pro_himg 3s linear infinite;
    opacity: 0;
    background-color: rgba(232, 243, 252, 0.3);
    transform: scale(1);
}

.m2pro_cp6_himg:after {
    animation-delay: 1.5s;
}

.m2pro_cp6_himg span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #E8F3FC;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #f58f35;
    overflow: hidden;
    z-index: 1;
}

.m2pro_cp6des {}

.m2pro_cp6des h5 {
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    display: block;
}

.m2pro_cp6des h6 {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    display: block;
    margin-top: 2px;
}

.m2pro_cp6des p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

.m2pro_cp6des p span {
    color: #fff;
    font-weight: bold;
}

.m2pro_cp6des p strong {}

@keyframes ani_pro_himg {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    90% {
        opacity: 0;
        transform: scale(1.8)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.m2proCon6 {
    background: url(../images/m2proc7bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0px;
}

.m2pro_pt {
    font-size: 46px;
    line-height: 70px;
    ;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 60px;
    font-weight: bold
}

.m2pro_pt:after {
    content: "";
    background: #f58e33;
    height: 4px;
    width: 150px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -75px;
}

.m2pro_c6t {
    font-size: 50px;
    line-height: 86px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.m2pro_c6ul {
    margin: 28px -10px 10px;
}

.m2pro_c6ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.m2pro_c6aBox {
    display: block;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0.8em;
    overflow: hidden;
}

.m2pro_c6aBox:hover {
    transform: translateY(-8px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.m2pro_c6aBox strong {
    font-size: 24px;
    line-height: 30px;
    display: block;
    color: #333333;
}

.m2pro_c6aBox p {
    font-size: 20px;
    line-height: 32px;
    color: #666666;
    margin-top: 15px;
}

.m2pro_c6aBox1 {
    height: 272px;
    padding: 63px 0px 0px 236px;
}

.m2pro_c6aBox1 img {
    height: 272px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0
}

.m2pro_c6aBox2 {
    height: 272px;
    padding: 60px 0px 0px 50px;
}

.m2pro_c6aBox2 img {
    height: 272px;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.m2pro_c6aBox3 {
    height: 564px;
    padding: 40px 30px 0px 65px;
}

.m2pro_c6aBox3 img {
    height: 196px;
    width: auto;
    position: absolute;
    left: 66px;
    bottom: 45px;
}

.m2pro_c6tip {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    ;
    color: #666666;
}

.str_wrap {
    overflow: hidden; //zoom:1;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block; //display:inline; //zoom:1; vertical-align: top; position: absolute; left: 100%; top: 0; }
    .str_vertical .str_move_clone {
        left: 0;
        top: 100%;
    }
    .str_down .str_move_clone {
        left: 0;
        bottom: 100%;
    }
    .str_vertical .str_move,
    .str_down .str_move {
        white-space: normal;
        width: 100%;
    }
    .str_static .str_move,
    .no_drag .str_move,
    .noStop .str_move {
        cursor: inherit;
    }
    .str_wrap img {
        max-width: none !important;
    }
    .m2pro_nslick {
        height: 335px;
        position: absolute;
        left: 65px;
        width: 490px;
        bottom: 0;
    }
    .m2pro_nsitm img {}
    .m2pro_nslick .slick-dots {
        bottom: 0;
    }
    .m2pro_nslick .slick-dots li button {
        display: none;
    }
    .m2pro_nslick .slick-dots li {
        background: #D6D6D6;
        display: inline-block;
        height: 6px;
        width: 6px;
        margin: 0px 12px;
        position: relative;
        border-radius: 50%;
        vertical-align: middle
    }
    .m2pro_nslick .slick-dots li.slick-active {
        background: #005aaa;
        border: 5px solid #CCDEEE;
        height: 16px;
        width: 16px;
    }
    .m2nnRnx {
        position: relative;
        height: 564px;
    }
    .m2pro_nslick .slick-prev {
        display: inline-block;
        height: 80px;
        width: 80px;
        position: absolute;
        right: -95px;
        top: 38px;
        text-indent: 1000px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        background: url(../images/m2abt_btn.png) no-repeat center center;
        left: auto;
        transform: scale(0.72);
        z-index: 3;
    }
    .m2pro_nslick .slick-prev:before {
        content: "";
        background: url(../images/m2abt_btnBor2.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-size: cover;
        transition: all 0.5s ease-in-out;
    }
    .m2pro_nslick .slick-prev:after {
        content: "";
        background: url(../images/m2abt_btnBor.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-size: cover;
        transition: all 0.5s ease-in-out;
        opacity: 0
    }
    .m2pro_nslick .slick-next:before {
        content: "";
        background: url(../images/m2abt_btnBor2.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-size: cover;
        transition: all 0.5s ease-in-out;
    }
    .m2pro_nslick .slick-next:after {
        content: "";
        background: url(../images/m2abt_btnBor.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-size: cover;
        transition: all 0.5s ease-in-out;
        opacity: 0
    }
    .m2pro_nslick .slick-next {
        display: inline-block;
        height: 80px;
        width: 80px;
        position: absolute;
        right: -95px;
        top: 118px;
        text-indent: 1000px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        background: url(../images/m2abt_btn.png) no-repeat center center;
        transform: rotate(180deg) scale(0.72);
    }
    .m2pro_nslick .slick-prev:hover:before,
    .m2pro_nslick .slick-next:hover:before {
        opacity: 0
    }
    .m2pro_nslick .slick-prev:hover:after,
    .m2pro_nslick .slick-next:hover:after {
        opacity: 1;
        animation: radiusRotate 5s linear infinite;
    }
    .m2xzlBan p {
        letter-spacing: 15px;
    }
    .m2layerBg {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 60
    }
    .m2layerClose {
        position: fixed;
        width: 60px;
        height: 60px;
        top: 50px;
        right: 50px;
        cursor: pointer;
        transition: all 500ms ease;
        z-index: 62;
        cursor: pointer
    }
    .m2layerClose:hover {
        transform: rotate(180deg);
    }
    .m2layerClose:before,
    .m2layerClose:after {
        content: '';
        width: 60px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 30px;
    }
    .m2layerClose:before {
        left: 0;
        transform: rotate(45deg);
    }
    .m2layerClose:after {
        left: 0;
        transform: rotate(135deg);
    }
    .m2Lay_video {
        position: fixed;
        top: 50%;
        left: 50%;
        max-height: 80vw;
        max-width: 80vw;
        transform: translate(-50%, -50%);
        z-index: 75;
    }
    .maoLink {
        height: 0;
        position: relative;
        overflow: hidden;
        top: -80px
    }
    @media (max-width:767px) {
        .m2Lay_video {
            max-height: 90vw;
            max-width: 90vw;
        }
        .m2layerClose {
            right: 15px;
        }
    }
    @media (max-width:1799px) {
        .m2run_banx1 {
            font-size: 38px;
            line-height: 60px;
        }
        .m2run_banTag {
            padding: 15px 0px 35px;
        }
        .m2run_banTag span {
            padding: 0px 25px;
            line-height: 40px;
            height: 42px;
            font-size: 19px;
        }
        .m2run_banItm li {
            height: 80px;
            padding-top: 5px;
        }
        .m2run_banItm li strong {
            font-size: 24px;
        }
        .m2run_banItm li p {
            font-size: 18px;
            line-height: 34px;
        }
        .m2runBan .bgImg {
            margin-top: -80px;
        }
        .m2runc1Vbox {
            width: 715px;
        }
        .m2runc1ul li {
            width: 215px;
        }
        .m2runc1ul li:nth-child(1),
        .m2runc1ul li:nth-child(2) {
            top: 40px;
        }
        .m2runc1ul li::after {
            top: 168px;
        }
        .m2runc1ul li:nth-child(3),
        .m2runc1ul li:nth-child(4) {
            top: 240px;
        }
        .m2runc1Box {
            height: 385px;
        }
        .m2runc1ul li strong {
            font-size: 20px;
            line-height: 28px;
        }
        .m2run_c1bom li {
            padding-top: 25px;
        }
        .m2run_c1bom li p {
            font-size: 18px;
        }
        .m2runc2u1 {
            padding-left: 0;
            padding-right: 0;
        }
        .m2runc2u1 li p {
            font-size: 16px;
        }
        .m2runc2u2 {
            padding: 45px 25px 0;
            height: 175px;
            width: 1024px
        }
        .m2runc2u2 li strong {
            font-size: 20px;
        }
        .m2runc2u2 li p {
            font-size: 12px;
        }
        .m2pro_c2ul li strong {
            font-size: 20px;
        }
        .m2pro_c3ul li h6 {
            font-size: 20px;
            line-height: 76px;
            height: 76px;
        }
        .m2pro_c3tip2 {
            right: 123px;
        }
        .m2pro_c4aBox {
            height: 468px;
        }
        .m2pro_c4dx p {
            font-size: 16px;
        }
        .m2pro_c4hx strong {
            font-size: 24px;
            margin-bottom: 5px;
        }
        .m2pro_c4hx p {
            font-size: 18px;
        }
        .m2proc5Tbox strong {
            font-size: 32px;
            line-height: 62px;
        }
        .m2proc5Tbox p {
            font-size: 18px;
        }
        .m2proc5ItemsWpr {
            margin-top: 25px;
        }
        .m2pro_c5st {
            font-size: 24px;
        }
        .m2proc5ItemsWpr {
            width: 880px;
        }
        .m2pro_c5s1xImg {
            width: 370px;
        }
        .m2pro_c5s1Tab {
            width: 506px;
        }
        .m2pro_c5s1Tab {
            padding-top: 28px;
        }
        .m2pro_c5th {
            font-size: 15px;
        }
        .m2pro_c5w1 {
            width: 92px;
        }
        .m2pro_c5w1+.m2pro_c5w1 {
            width: 125px;
        }
        .m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1 {
            width: 105px;
        }
        .m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1 {
            width: 90px;
        }
        .m2pro_c5srx li {
            font-size: 15px;
        }
        .m2proc5_s1bm p {
            font-size: 18px;
        }
        .m2proc5_s1bm strong {
            font-size: 26px;
        }
        .m2pro_c5S1xs {
            height: 400px;
        }
        .m2proc5Box {
            height: 780px;
        }
        .m2proC5menu {
            transform: scale(0.9) !important;
        }
        .m2proCon5 {
            overflow: hidden;
        }
        .m2yf_pubt {
            font-size: 28px;
            line-height: 40px;
        }
        .m2pro_c6t {
            font-size: 42px;
            line-height: 72px;
        }
        .m2pro_c6aBox1,
        .m2pro_c6aBox2 {
            height: 252px;
            padding-top: 52px;
        }
        .m2pro_c6aBox1 img {
            height: 252px;
        }
        .m2pro_c6aBox1 {
            padding-left: 195px;
        }
        .m2pro_c6aBox strong {
            font-size: 22px;
            line-height: 44px;
        }
        .m2pro_c6aBox p {
            font-size: 16px;
            line-height: 30px;
        }
        .m2pro_c6aBox3 {
            padding: 49px 30px 0px 35px;
            height: 524px;
        }
        .m2pro_nslick {
            left: 35px;
            width: 400px;
        }
        .m2nnRnx {
            height: 545px;
        }
        .m2pro_c5_p3rimg {
            left: 500px;
            top: 65px;
            width: 340px;
        }
    }
    @media (max-width:1199px) {
        .m2runc1Vbox {
            transform: scale(0.7) !important;
        }
        .m2runc2u1 li p {
            font-size: 14px;
        }
        .m2run_c1bom li p {
            font-size: 15px;
            line-height: 30px;
        }
        .m2pro_c3ul li h6 {
            font-size: 18px;
        }
        .m2proC5menu {
            transform: scale(0.7) !important;
            transform-origin: right center;
        }
        .m2proc5ItemsWpr {
            transform: scale(0.9) !important;
            transform-origin: left center;
        }
        .m2proc5Box {
            height: 730px;
        }
        .m2pro_c6aBox p {
            font-size: 14px;
        }
        .m2pro_nslick {
            width: 320px;
        }
        .m2pro_c9t strong {
            font-size: 22px;
            line-height: 46px;
        }
        .m2pro_c9des {
            font-size: 16px;
            line-height: 32px;
        }
        .m2yfLx_btn {
            right: 50px;
            bottom: 55px;
        }
        .m2yfc1Imgul {
            transform: scale(0.75);
        }
        .m2yfc2box {
            transform: scale(0.6);
        }
        .m2yf_c4box {
            transform: scale(0.6);
        }
        .m2run_c2sline {
            opacity: 0;
        }
        .m2pro_c3tip1 {
            right: 68px;
            bottom: 68px;
        }
        .m2pro_c3tip2 {
            right: 70px;
        }
    }
    @media (max-width:993px) {
        .m2runBan .bgImg {
            height: 600px;
        }
        .m2run_banItm li strong {
            font-size: 20px;
            line-height: 36px;
        }
        .m2run_banItm li {
            padding-right: 20px;
            margin-right: 20px;
        }
        .m2run_banx1 {
            font-size: 30px;
            line-height: 48px;
        }
        .m2run_banTag span {
            padding: 0px 20px;
            line-height: 36px;
            height: 38px;
            font-size: 16px;
        }
        .m2run_banTag {
            padding-bottom: 18px;
        }
        .m2runTxt {
            top: 55%;
        }
        .m2runc1Vbox {
            transform: scale(0.45) !important;
        }
        .m2run_c1bom li p {
            padding: 0 10px;
        }
        .m2runc2u2 {
            margin: 0;
        }
        .m2runc2u1 {
            margin-top: -128px;
        }
        .m2runc2u1 li p {
            line-height: 24px;
        }
        .m2pro_c3ul li h6 {
            font-size: 14px;
        }
        .m2pro_c3tip1 {
            right: 48px;
            bottom: 48px;
        }
        .m2pro_c3tip2 {
            right: 15px;
            bottom: 2px;
        }
        .m2proc5Box {
            height: 870px;
        }
        .m2proc5ItemsWpr {
            width: 100%;
        }
        .m2proC5menu:before {
            display: none;
        }
        .m2pro_c5ma.on {
            height: 60px;
            line-height: 60px;
        }
        .m2proc5ItemsWpr {
            transform: scale(1) !important;
        }
        .m2pro_c5s1xImg {
            width: 280px;
        }
        .m2pro_c5s1Tab {
            width: 435px;
        }
        .m2proC5menu {
            padding-left: 0;
            transform: scale(1) !important;
            position: static !important;
            padding-top: 35px;
            width: 100%;
        }
        .m2pro_c5ma {
            width: 33.33%;
            float: left;
        }
        .m2proC5menu:after {
            content: "";
            display: table;
            height: 0;
            overflow: hidden];
            clear: both;
        }
        .m2pro_c5th {
            font-size: 12px;
        }
        .m2pro_c5srx li {
            font-size: 12px;
        }
        .m2pro_c5w1 {
            width: 75px;
        }
        .m2pro_c5w1+.m2pro_c5w1 {
            width: 105px;
        }
        .m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1 {
            width: 85px;
        }
        .m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1+.m2pro_c5w1 {
            width: 80px;
        }
        .m2pro_c5s1Tab {
            padding-top: 22px;
        }
        .m2pro_c5_p3rimg {
            left: 400px;
        }
        .m2pro_c5_p4img {
            left: 300px;
        }
        .m2pro_c5_p4line {
            left: 382px;
        }
        .m2pro_c6ul li {
            width: 100%;
        }
        .m2yfTable {
            width: 100%;
            overflow-x: auto;
        }
        .m2yfTable table {
            width: 1000px;
        }
        .m2pro_c9item {
            width: 100%;
        }
        .m2pro_c6aBox3 {
            height: 455px;
        }
        .m2nnRnx {
            height: 465px;
        }
        .m2pro_nslick {
            height: 255px;
        }
        .m2pro_c5ma.on {
            background: #f58f35;
        }
        .m2proc5Box {
            height: 910px;
        }
        .m2yfc2box {
            transform: scale(0.5);
            margin-top: -330px;
        }
        .m2yf_c4box {
            transform: scale(0.5);
            margin-top: -330px;
        }
    }
    @media (max-width:767px) {
        .m2run_banTag span {
            margin-right: 1px;
        }
        .m2run_banx1 {
            font-size: 22px;
            line-height: 34px;
        }
        .m2run_banItm li strong {
            font-size: 16px;
        }
        .m2run_banItm li p {
            font-size: 12px;
        }
        .m2run_banItm li {
            padding-right: 8px;
            margin-right: 8px;
            height: 70px;
        }
        .m2runCon1 {
            padding: 50px 0;
        }
        .m2yf_pubt {
            font-size: 22px;
            padding-bottom: 14px;
        }
        .m2runc1Vbox {
            transform: scale(1) !important;
            width: 100%;
            margin-top: 25px;
        }
        .m2run_c1btn {
            transform: scale(0.6);
        }
        .m2runc1ul {
            position: static;
            overflow: hidden;
        }
        .m2runc1ul li {
            position: static !important;
            width: 50%;
            float: left;
        }
        .m2bldicon {
            transform: scale(0.8);
        }
        .m2runc1ul li strong {
            margin-top: 5px;
            font-size: 16px;
        }
        .m2runc1ul li p {
            font-weight: normal;
            font-size: 12px;
        }
        .m2runc1ul li:after {
            display: none;
        }
        .m2run_c1bom li {
            width: 50%;
        }
        .m2run_c1bom {
            height: auto;
            overflow: hidden;
        }
        .m2run_c1bom li:before,
        .m2run_c1bom li:after {
            display: none;
        }
        .m2runCon2 {
            padding: 50px 0 60px;
        }
        .m2runc2Box {
            margin-top: 35px;
        }
        .m2runc2u1 {
            margin-top: 0;
            color: #333;
            height: auto;
            overflow: hidden;
            margin-bottom: 35px;
        }
        .m2runc2u1 li {
            width: 50%;
        }
        .m2runc2u1 li:before,
        .m2runc2u1 li:after {
            display: none;
        }
        .m2run_c1bom li p {
            line-height: 26px;
            font-size: 14px;
        }
        .m2runc2u2 li {
            width: 100%;
        }
        .m2runc2u2 {
            display: block;
            padding-top: 25px;
        }
        .m2run_c2sline {
            display: none;
        }
        .m2runc2u2 li {
            height: 60px;
        }
        .m2runc2u2 {
            height: 295px;
            background-size: cover;
        }
        .m2runc2u2 .m2bldicon {
            top: -10px;
        }
        .m2runc2u2 li strong {
            font-size: 18px;
        }
        .m2proCon3 {
            padding: 50px 0;
        }
        .m2pro_c2ul {
            margin: 25px 0;
        }
        .m2pro_c2ul li strong {
            font-size: 16px;
            margin-top: 5px;
        }
        .m2pro_c2ul li p {
            font-size: 12px;
            line-height: 20px;
        }
        .m2pro_c3ul li {
            width: 100%;
            margin-bottom: 20px;
        }
        .m2proCon4 {
            padding: 50px 0;
        }
        .m2proc4ul {
            display: block;
        }
        .m2proc4ul li {
            width: 100% !important;
            margin-bottom: 20px;
        }
        .m2proc4ul {
            margin-top: 25px;
        }
        .m2pro_c4hx {
            padding: 0 25px;
        }
        .m2pro_c4aBox {
            height: 320px;
        }
        .m2pro_c4hx strong {
            font-size: 21px;
        }
        .m2pro_c4hx p {
            font-size: 16px;
        }
        .m2pro_c4hx {
            bottom: 30px;
        }
        .m2proc4ul li .m2pro_c4dx {
            opacity: 0
        }
        .m2proc4ul li .m2pro_c4hx span {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.3s
        }
        .m2proc4ul li .m2pro_c4hx strong {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.5s
        }
        .m2proc4ul li .m2pro_c4hx p {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.7s
        }
        .m2proc4ul li .m2pro_c4aBox .bgImg:before {
            opacity: 1;
        }
        .m2proc4ul li .m2pro_c4aBox .bgImg:after {
            opacity: 0;
        }
        .m2proc5Box {
            padding-top: 50px;
        }
        .m2proc5Tbox strong {
            font-size: 22px;
            line-height: 50px;
        }
        .m2proc5Tbox p {
            font-size: 16px;
        }
        .m2pro_c5ma {
            width: 50%;
            font-size: 13px;
            padding-left: 64px;
        }
        .m2pro_c5s1xImg {
            display: none;
        }
        .m2pro_c5s1Tab {
            transform: translateX(25px);
            margin-top: 75px;
        }
        .m2proc5Swiper {
            display: none;
        }
        .m2proc5_s1bm p {
            font-size: 16px;
        }
        .m2pro_c5item2 .m2pro_c5p2box {
            left: -278px;
        }
        .m2pro_c5_stip {
            display: none;
        }
        .m2pro_c5item3 .m2pro_c5p2box {
            top: 46px;
            left: -408px;
        }
        .m2pro_c5item4 .m2pro_c5p2box {
            left: -318px;
        }
        .m2pro_c6aBox strong {
            font-size: 16px;
            line-height: 28px;
        }
        .m2pro_c6aBox p {
            font-size: 13px;
            line-height: 26px;
        }
        .m2pro_c6aBox2 {
            padding-left: 15px;
        }
        .m2pro_c6aBox3 {
            padding: 35px 15px 0px 15px;
        }
        .m2pro_nslick {
            left: 5px;
            width: auto;
            right: 15px;
        }
        .m2pro_c6tip {
            font-size: 15px;
            line-height: 28px;
        }
        .m2proCon6 {
            padding-bottom: 50px;
        }
        .m2yfCon5 {
            padding: 40px 0 60px;
        }
        .m2yfTable {
            margin-top: 25px;
        }
        .m2proCon9Wpr {
            padding-top: 50px;
        }
        .m2proCon9 {
            margin-top: 25px;
        }
        .m2pro_c9t strong {
            font-size: 20px;
            line-height: 38px;
            margin-top: 5px;
        }
        .m2pro_c9des {
            font-size: 15px;
            line-height: 30px;
        }
        .m2pro_c9item {
            padding-bottom: 70px;
            padding-top: 50px;
        }
        .pubBtn_m_blue,
        .pubBtn_m {
            transform: scale(0.9);
            transform-origin: left center;
        }
        .m2pro_c6aBox1 {
            padding-left: 182px;
            padding-right: 10px;
        }
        .m2proCon6 {
            padding-top: 50px;
        }
        .m2pro_c6t {
            font-size: 34px;
        }
        .m2yfc2box {
            transform: scale(0.25) !important;
            margin-top: -510px;
        }
        .m2yfCon3 {
            padding-top: 50px;
        }
        .m2yf_pubt span.m2yf_ts2 {
            font-size: 18px;
        }
        .m2yf_c3x1 {
            font-size: 38px;
        }
        .m2yfuls li {
            width: 50%;
        }
        .m2yf_c3x1 span {
            transform: translateY(-15px);
            font-size: 14px;
        }
        .m2yf_c4box {
            transform: scale(0.25);
            margin-top: -500px;
        }
    }
    @media (max-width:375px) {
        .m2pro_c5item2 .m2pro_c5p2box {
            left: -298px;
        }
        .m2pro_c5s1Tab {
            transform: translateX(45px);
        }
        .m2pro_c5item3 .m2pro_c5p2box {
            top: 46px;
            left: -428px;
        }
        .m2pro_c5item4 .m2pro_c5p2box {
            left: -348px;
        }
    }
    @media (max-width:360px) {
        .m2pro_c5item2 .m2pro_c5p2box {
            left: -298px;
        }
        .m2pro_c5s1Tab {
            transform: translateX(55px);
        }
        .m2pro_c5item3 .m2pro_c5p2box {
            top: 46px;
            left: -428px;
        }
        .m2pro_c5item4 .m2pro_c5p2box {
            left: -348px;
        }
    }
    /*2021-09-28 CSS*/
    .m2htlCon6 {
        background: url(../images/0928bg1.png) repeat-x left bottom;
        padding: 4.5vw 0px 4.68vw;
    }
    .m2htlc6ul {
        margin: 2.7vw -10px 0px;
    }
    .m2htlc6ul li {
        padding: 0px 10px;
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }
    .m2htl_c6box {
        display: block;
        overflow: hidden;
        border-radius: 0.9em;
        position: relative;
        height: 340px;
        padding: 52px 55px 0px;
        background: #fff;
        box-shadow: 0 2px 25px rgba(10, 102, 196, 0.1);
    }
    .m2htl_c6box:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/0928line.png) repeat-y center top;
        transition: all 0.5s ease-in-out;
        opacity: 0;
    }
    .m2htl_c6box:hover:before {
        opacity: 1;
    }
    .m2htlc6x {
        position: relative;
    }
    .m2htlc6x span {
        background: url(../images/0928_rund.png) no-repeat center center;
        height: 67px;
        width: 67px;
        position: relative;
        margin-bottom: 16px;
        font-size: 25px;
        line-height: 67px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        display: block;
    }
    .m2htlc6x strong {
        line-height: 28px;
        margin-bottom: 14px;
        font-size: 22px;
        display: block;
    }
    .m2htlc6x strong i {
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        display: block;
        transition: all 0.5s ease-in-out;
        color: #ADADAD;
        font-weight: normal
    }
    .m2htlc6x p {
        font-size: 18px;
        line-height: 30px;
    }
    .m2htl_c6box:hover {
        color: #fff;
        box-shadow: 0 2px 18px rgba(10, 102, 196, 0.3);
    }
    .m2htl_c6box:hover .m2htlc6x strong i {
        color: #739ED9;
    }
    @media (max-width:1799px) {
        .m2htl_c6box {
            padding: 35px 25px 0px;
        }
        .m2htlc6x p {
            font-size: 16px;
        }
        .m2htlc6x strong {
            font-size: 20px;
        }
    }
    @media (max-width:993px) {
        .m2htlc6ul li {
            width: 100%;
        }
        .m2htl_c6box {
            height: auto;
            padding-bottom: 52px;
        }
    }
    @media (max-width:767px) {
        .m2htlc6ul {
            margin-top: 25px;
        }
        .m2htlc6x strong {
            font-size: 16px;
        }
        .m2htlc6x strong i {
            font-size: 12px;
        }
        .m2htlc6x p {
            font-size: 14px;
            line-height: 28px;
        }
    }
    .m2ptBan {
        background: url(../images/m2pt_ban1.jpg) no-repeat center center;
        background-size: cover;
    }
    .m2ptBan_txt {
        height: 41.66vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .m2ptBan_txt strong {
        font-size: 64px;
        display: block;
        ;
        line-height: 80px;
    }
    .m2ptBan_tag {
        margin: 2.08vw 0px;
    }
    .m2ptBan_tag span {
        line-height: 44px;
        color: #F58F35;
        display: inline-block;
        padding: 0px 28px;
        height: 46px;
        margin-right: 8px;
        border: 1px solid #F58F35;
        border-radius: 1.8em;
        font-size: 21px;
    }
    .m2ptBan_tag2 {
        font-size: 22px;
        line-height: 42px;
    }
    .m2ptBan_tag2 span {
        display: inline-block;
        color: #333;
        margin-right: 66px;
        position: relative;
    }
    .m2ptBan_tag2 span:after {
        content: "";
        background: #D6DBDF;
        width: 1px;
        height: 32px;
        position: absolute;
        right: -32px;
        top: 5px;
    }
    .m2ptBan_tag2 span:last-child:after {
        display: none;
    }
    .m2ptCon1 {
        background: url(../images/m2pt_c2bg.jpg) no-repeat center center;
        padding: 5.2vw 0px;
        background-size: cover;
    }
    .m2pt_pubt {
        font-size: 46px;
        line-height: 60px;
        ;
        text-align: center;
        padding-bottom: 32px;
        position: relative;
        font-weight: bold;
    }
    .m2pt_pubt:after {
        content: "";
        background: #F58F35;
        height: 4px;
        width: 150px;
        margin-left: -75px;
        position: absolute;
        left: 50%;
        bottom: 0px;
    }
    .m2pt_pubt span {
        font-size: 32px;
        line-height: 42px;
        font-weight: normal;
        display: inline-block;
        margin-top: -8px;
    }
    .m2pt_pubdes {
        max-width: 1060px;
        font-size: 22px;
        color: #888888;
        line-height: 40px;
        margin: 30px auto 0px;
        text-align: center;
    }
    .m2ptc1ul {
        margin: 2.6vw -20px 0px;
    }
    .m2ptc1ul li {
        padding: 0px 20px;
        float: left;
        width: 50%;
    }
    .m2pt_c1a {
        display: block;
        border-radius: 1.2em;
        overflow: hidden;
        box-shadow: 0 5px 25px rgba(28, 152, 247, 0.1);
    }
    .m2pt_c1a:hover {
        box-shadow: 0 10px 30px rgba(28, 152, 247, 0.25);
        transform: translateY(-10px);
    }
    .m2pt_c1a .overflowHide {
        height: 380px;
    }
    .m2bld_c3bm p {
        text-transform: uppercase;
    }
    .m2ptCon2 {
        background: url(../images/m2pt_c3bg.jpg) no-repeat center bottom;
        padding: 5.2vw 0px;
        background-size: cover;
    }
    .m2ptc2Lx {
        width: 50%;
        float: left;
        text-align: center;
        padding-top: 18px;
    }
    .m2pt_c2ul {}
    .m2pt_c2ul li {
        padding: 38px 0px 16px;
    }
    .m2pt_c2ul li p {
        font-size: 21px;
        line-height: 32px;
        margin-top: 10px;
    }
    .m2pt_c2ico {
        font-size: 25px;
        line-height: 67px;
        color: #FFF;
        background: url(../images/0928_rund.png) no-repeat center center;
        display: inline-block;
        height: 67px;
        width: 67px;
        font-weight: bold;
    }
    .m2ptc2rimg {
        width: 50%;
        float: right;
        overflow: hidden;
    }
    .m2ptc2rimg img {
        border-radius: 1.3em;
    }
    .m2ptc2rimg p {
        text-align: right;
        color: #999999;
        line-height: 20px;
        margin-top: 15px;
        font-size: 16px;
    }
    .m2ptc2Lx .m2pt_pubt {
        line-height: 50px;
    }
    .m2ptCon3 {
        padding: 5.2vw 0px;
        background: url(../images/m2pt_c4bg.jpg) no-repeat center center;
        background-size: cover;
    }
    .m2ptc3img {
        margin-top: 2.08vw;
        border-radius: 1.4em;
        overflow: hidden;
    }
    .m2ptc3ul {
        margin-top: 2.6vw;
        display: flex;
        justify-content: space-between;
        margin-left: -3.64vw;
        margin-right: -3.64vw;
    }
    .m2ptc3ul li {
        width: 33.33%;
        padding: 0 3.64vw;
    }
    .m2ptc3ico {
        font-size: 25px;
        line-height: 67px;
        font-weight: bold;
        color: #FFF;
        background: url(../images/0928_rund.png) no-repeat;
        text-align: center;
        display: block;
        height: 67px;
        width: 67px;
    }
    .m2ptc3ul li p {
        font-size: 21px;
        line-height: 30px;
        margin-top: 15px;
    }
    .m2ptCon4 {
        background: url(../images/m2pt_c5bg2.jpg) no-repeat center center;
        padding: 5.2vw 0px;
        background-size: cover;
        overflow: hidden
    }
    .m2ptc4swiper {
        margin-top: 2.34vw;
    }
    .m2ptc4item {
        display: block;
        height: 450px;
        overflow: hidden;
        border-radius: 1.3em;
    }
    .m2ptc4item .bgImg {
        width: 50%;
        float: left;
        height: 450px;
    }
    .m2ptc4rx {
        background: url(../images/m2pt_c5bg.jpg) no-repeat center center;
        float: right;
        height: 450px;
        width: 50%;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .m2ptc4rul {
        padding: 0 55px;
    }
    .m2ptc4rul li {
        margin: 26px 0px;
        height: 67px;
        padding-left: 85px;
        font-size: 21px;
        line-height: 30px;
        color: #FFF;
        ;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .m2ptc4rul li span {
        font-size: 25px;
        line-height: 67px;
        color: #1c98f7;
        background: url(../images/m2pt_c5rund.png) no-repeat center center;
        text-align: center;
        display: block;
        height: 67px;
        width: 67px;
        position: absolute;
        left: 0px;
        top: 0px;
        font-weight: bold;
    }
    .m2ptc4swiper .slick-prev {
        display: inline-block;
        height: 55px;
        width: 55px;
        position: absolute;
        top: 50%;
        left: -115px;
        margin-top: -27px;
        z-index: 1;
        background: url(../images/m2htl_btn2.png) no-repeat center center;
        overflow: hidden;
        text-indent: 1000px;
    }
    .m2ptc4swiper .slick-prev:before {
        content: "";
        background: url(../images/m2htl_btna.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        transition: all 0.5s ease-in-out;
    }
    .m2ptc4swiper .slick-prev:after {
        content: "";
        background: url(../images/m2htl_btn.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        animation: radiusRotate 5s linear infinite;
    }
    .m2ptc4swiper .slick-next {
        display: inline-block;
        height: 55px;
        width: 55px;
        position: absolute;
        top: 50%;
        right: -115px;
        margin-top: -27px;
        z-index: 1;
        background: url(../images/m2htl_btn2.png) no-repeat center center;
        transform: rotate(180deg);
        overflow: hidden;
        text-indent: 1000px;
    }
    .m2ptc4swiper .slick-next:before {
        content: "";
        background: url(../images/m2htl_btna.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        transition: all 0.5s ease-in-out;
    }
    .m2ptc4swiper .slick-next:after {
        content: "";
        background: url(../images/m2htl_btn.png) no-repeat center center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        animation: radiusRotate 5s linear infinite;
    }
    .m2ptc4swiper .slick-prev:hover:before {
        opacity: 0;
    }
    .m2ptc4swiper .slick-prev:hover:after {
        opacity: 1;
    }
    .m2ptc4swiper .slick-next:hover:before {
        opacity: 0;
    }
    .m2ptc4swiper .slick-next:hover:after {
        opacity: 1;
    }
    .m2ptc4_tags {
        background: url(../images/m2htl_line.png) no-repeat center 12px;
        height: 75px;
        display: flex;
        justify-content: space-between;
        margin: 2.34vw 100px 0;
        background-size: 100% auto;
    }
    .m2ptc4_tags a {
        width: 50%;
        text-align: center;
        padding-top: 25px;
        position: relative;
        color: #999999;
        background-position: center top;
    }
    .m2ptc4_tags a.on {
        background: url(../images/m2htl_c3lien.png) no-repeat center top;
        color: #333;
    }
    .m2ptc4_tags p {
        font-size: 22px;
        line-height: 50px;
    }
    .m2ptc4_tags span {
        font-size: 22px;
        line-height: 42px;
    }
    .m2ptCon5 {
        background: url(../images/m2pt_c6bg.jpg) no-repeat center bottom;
        padding: 5.2vw 0px 0;
    }
    .m2ptc5uls {
        margin-top: 25px;
        max-width: 990px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }
    .m2ptc5uls li {
        text-align: center;
    }
    .m2ptc5ico {
        display: block;
    }
    .m2ptc5uls li strong {
        font-size: 22px;
        line-height: 30px;
        ;
        display: block;
        line-height: 60px;
    }
    .m2ptc5bom {
        background: url(../images/m2pt_c6car.png) no-repeat center top;
        height: 448px;
        position: relative;
        margin-top: 25px;
        padding-top: 260px;
    }
    .m2ptc5bom ul {
        overflow: hidden;
    }
    .m2ptc5bom ul li {
        width: 50%;
        float: left;
        text-align: center;
        font-size: 21px;
        line-height: 68px;
        height: 118px;
    }
    .m2ptc5bom ul li:nth-child(1) {
        padding-right: 15px;
    }
    .m2ptc5bom ul li:nth-child(2) {
        padding-left: 15px;
    }
    .m2ptc5bom ul li span {
        background: url(../images/m2pt_c6btn.png) no-repeat center center;
        text-align: center;
        display: inline-block;
        height: 68px;
        width: 171px;
        margin-right: 15px;
        color: #FFF;
    }
    .m2ptCon6 {
        background: url(../images/m2pt_c7bg.jpg) no-repeat center center;
        padding: 5.2vw 0px 4.16vw;
        background-size: cover;
        color: #fff;
    }
    .m2ptCon6 .m2pt_pubt {
        line-height: 50px;
    }
    .m2ptc6ul {
        overflow: hidden;
        margin: 0 5vw;
    }
    .m2ptc6ul li {
        text-align: center;
        padding: 2.34vw 0px 1.56vw;
        float: left;
        width: 50%;
    }
    .m2ptc6ico {
        display: block
    }
    .m2ptc6ul li p {
        font-size: 21px;
        line-height: 40px;
        ;
        margin-top: 12px;
    }
    .m2ptCon7 {
        background: url(../images/m2pt_c8bg.png) no-repeat center top;
        padding: 6.2vw 0px;
        background-size: cover;
        border-bottom: 1px solid #DDDDDD;
    }
    .m2ptCon7 .m2pt_pubt {
        text-align: left;
    }
    .m2ptCon7 .m2pt_pubt:after {
        left: 0;
        margin-left: 0;
    }
    .m2abtc7box {
        position: relative;
    }
    .m2ptc7Lx {
        float: left;
        max-width: 725px;
    }
    .m2ptc8img {
        position: absolute;
        right: 3vw;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 15px;
        width: 40.15vw;
        height: auto;
    }
    .m2pt_ptxt {
        font-size: 21px;
        line-height: 40px;
        margin-top: 65px;
    }
    .m2pt_ptxt span {
        color: #F58F35;
        font-weight: bold;
    }
    @media (max-width:1799px) {
        .m2ptBan_txt strong {
            font-size: 48px;
            line-height: 60px;
        }
        .m2ptBan_tag span {
            line-height: 40px;
            padding: 0px 22px;
            height: 42px;
            margin-right: 5px;
            font-size: 18px;
        }
        .m2ptBan_tag2 {
            font-size: 20px;
        }
        .m2pt_pubt {
            font-size: 32px;
            line-height: 50px;
            padding-bottom: 25px;
        }
        .m2pt_pubdes {
            font-size: 20px;
            line-height: 36px;
            margin-top: 22px;
        }
        .m2pt_c1a .overflowHide {
            height: 350px;
        }
        .m2pt_pubt span {
            font-size: 26px;
        }
        .m2ptc2Lx .m2pt_pubt {
            line-height: 44px;
        }
        .m2pt_c2ico {
            font-size: 22px;
        }
        .m2pt_c2ul li p {
            font-size: 17px;
        }
        .m2pt_c2ul li {
            padding: 12px 0px 2px;
        }
        .m2pt_c2ul {
            margin-top: 10px;
        }
        .m2ptc2Lx {
            padding-top: 0;
        }
        .m2ptc3ico {
            font-size: 22px;
        }
        .m2ptc3ul li p {
            font-size: 18px;
        }
        .m2ptc4swiper .slick-prev {
            left: -85px;
        }
        .m2ptc4swiper .slick-next {
            right: -85px;
        }
        .m2ptc4item {
            height: 400px;
        }
        .m2ptc4item .bgImg {
            height: 400px;
        }
        .m2ptc4rx {
            height: 400px;
        }
        .m2ptc4rul li span {
            font-size: 22px;
        }
        .m2ptc4rul li {
            font-size: 18px;
        }
        .m2ptc4_tags p {
            font-size: 20px;
        }
        .m2ptc4_tags span {
            font-size: 20px;
        }
        .m2ptc5uls li strong {
            font-size: 20px;
        }
        .m2ptc5bom ul li {
            font-size: 18px;
        }
        .m2ptc6ul li p {
            font-size: 18px
        }
        .m2pt_ptxt {
            font-size: 19px;
        }
    }
    @media (max-width:1379px) {
        .m2ptc4swiper {
            margin-left: 50px;
            margin-right: 50px;
        }
        .m2ptc5bom {
            height: 380px;
            background-size: auto 380px;
            padding-top: 230px;
        }
        .m2ptc2rimg p {
            font-size: 14px;
        }
    }
    @media (max-width:1199px) {
        .m2ptc4rul li {
            font-size: 16px;
        }
        .m2ptc5uls {
            max-width: 780px;
        }
        .m2ptc5bom {
            height: 300px;
            background-size: auto 300px;
            padding-top: 200px;
        }
    }
    @media (max-width:993px) {
        .m2ptBan_txt {
            height: 400px;
        }
        .m2ptBan_txt strong {
            font-size: 30px
        }
        .m2ptBan_tag span {
            line-height: 36px;
            padding: 0px 15px;
            height: 38px;
            margin-right: 3px;
            font-size: 16px;
        }
        .m2ptBan_tag2 {
            font-size: 16px;
        }
        .m2ptBan_tag2 span {
            margin-right: 30px;
        }
        .m2ptBan_tag2 span:after {
            display: none;
        }
        .m2ptBan_txt {
            padding-top: 28px;
        }
        .m2pt_pubt {
            font-size: 26px;
            line-height: 40px;
        }
        .m2pt_pubdes {
            font-size: 17px;
            line-height: 30px;
        }
        .m2ptc1ul {
            margin-left: -10px;
            margin-right: -10px;
        }
        .m2ptc1ul li {
            padding: 0 10px;
        }
        .m2pt_c1a .overflowHide {
            height: 220px;
        }
        .m2ptCon1 {
            padding: 50px 0 60px;
        }
        .m2ptCon2 {
            padding: 50px 0 60px;
        }
        .m2ptc2Lx {
            width: 100%;
            float: none;
            margin-bottom: 25px;
        }
        .m2ptc2rimg {
            width: 100%;
            float: none;
        }
        .m2ptCon3 {
            padding: 50px 0 60px;
        }
        .m2ptc3img {
            margin-top: 35px;
        }
        .m2ptc3ul {
            margin-top: 35px;
        }
        .m2ptCon4 {
            padding: 50px 0 75px;
        }
        .m2ptc4swiper .slick-prev {
            left: -65px;
        }
        .m2ptc4swiper .slick-next {
            right: -65px;
        }
        .m2ptc4item .bgImg {
            width: 100%;
            float: none;
        }
        .m2ptc4item {
            overflow: hidden;
            height: auto
        }
        .m2ptc4rx {
            width: 100%;
            float: none;
        }
        .m2ptc4_tags p {
            font-size: 16px;
        }
        .m2ptc5uls {
            width: 650px;
        }
        .m2ptc5bom {
            height: 400px;
            background-size: auto 200px;
            padding-top: 150px;
        }
        .m2ptc5bom ul li {
            width: 100%;
            margin: 8px 0
        }
        .m2ptCon5 {
            padding: 50px 0 0px;
        }
        .m2ptCon6 {
            padding: 50px 0 60px;
        }
        .m2ptc6ul li p {
            font-size: 15px;
        }
        .m2ptc7Lx {
            max-width: 445px;
        }
        .m2ptc5bom ul li {
            padding-left: 0 !important;
            padding-right: 0 !important;
            max-width: 400px;
        }
    }
    @media (max-width:767px) {
        .m2ptBan {
            background: url(../images/m2pt_mban1.jpg) no-repeat center bottom;
            padding: 80px 0px 300px;
            height: auto;
            background-size: cover;
        }
        .m2ptBan_txt {
            height: auto;
            padding-top: 0
        }
        .m2ptBan_txt strong {
            font-size: 24px;
            line-height: 48px;
        }
        .m2ptBan_tag span {
            line-height: 34px;
            height: 36px;
            margin-right: 10px;
            width: 40%;
            text-align: center;
            margin-bottom: 20px;
            font-size: 14px;
        }
        .m2ptBan_tag {
            margin-top: 20px;
            margin-bottom: 0
        }
        .m2ptBan_tag2 span {
            margin-right: 14px;
        }
        .m2pt_pubt {
            font-size: 22px;
            line-height: 36px;
        }
        .m2pt_pubt:after {
            height: 2px;
        }
        .m2pt_pubdes {
            font-size: 15px;
            line-height: 28px;
        }
        .m2ptc1ul li {
            width: 100%;
            margin-bottom: 18px;
        }
        .m2ptc1ul {
            margin-top: 30px;
        }
        .m2pt_c1a {
            transform: translateY(0) !important;
        }
        .m2pt_pubt span {
            font-size: 20px;
        }
        .m2ptc2Lx .m2pt_pubt {
            line-height: 34px;
        }
        .m2pt_c2ul li p {
            font-size: 15px;
            line-height: 28px;
        }
        .m2ptc3ul li {
            width: 100%;
            margin-bottom: 15px;
        }
        .m2ptc3ul {
            overflow: hidden;
            display: block;
            text-align: center
        }
        .m2ptc3ico {
            margin-left: auto;
            margin-right: auto;
        }
        .m2ptc3ul li p {
            font-size: 15px;
            line-height: 28px;
            margin-top: 10px;
        }
        .m2ptc4swiper .slick-prev {
            display: none !important;
        }
        .m2ptc4swiper .slick-next {
            display: none !important;
        }
        .m2ptc4swiper {
            margin: 35px 0 0;
        }
        .m2ptc4item .bgImg {
            height: 240px;
        }
        .m2ptc4rul {
            padding: 0 15px
        }
        .m2ptc4rul li {
            font-size: 13px;
            line-height: 22px;
            margin: 8px 0
        }
        .m2ptc4_tags {
            margin-left: 15px;
            margin-right: 15px;
            margin-top: 25px;
        }
        .m2ptc4_tags p {
            font-size: 14px;
            line-height: 22px;
            height: 44px;
        }
        .m2ptc4rx {
            height: 280px;
        }
        .m2ptc5uls {
            width: 100%;
            overflow: hidden;
            padding: 0 15px
        }
        .m2ptc5ico img {
            width: 70px;
            height: auto;
        }
        .m2ptc5uls li strong {
            font-size: 16px;
            margin-top: 20px;
            height: 36px;
            line-height: 36px;
        }
        .m2ptc5bom {
            height: 280px;
            background-size: auto 100px;
            padding-top: 80px;
        }
        .m2ptc5bom ul li span {
            width: 145px;
            height: 60px;
            background-size: 145px auto;
            margin-right: auto;
            margin-left: auto;
            display: block;
            line-height: 60px;
        }
        .m2ptc5bom ul li {
            font-size: 16px;
            line-height: 50px;
            height: auto;
            text-align: center;
        }
        .m2ptCon6 .m2pt_pubt {
            line-height: 36px;
        }
        .m2ptc6ul {
            margin-top: 25px;
            margin-left: 0;
            margin-right: 0;
        }
        .m2ptc6ul li p {
            font-size: 14px;
            line-height: 22px;
            height: 44px;
            padding: 0 8px
        }
        .m2ptc6ico img {
            width: 90px;
            height: auto;
        }
        .m2ptCon7 {
            padding: 60px 0;
        }
        .m2pt_ptxt {
            margin-top: 25px;
            font-size: 16px;
            line-height: 34px;
        }
        .m2ptc8img {
            position: static;
            transform: translateY(0);
            width: auto;
        }
        .m2ptc7Lx .m2pt_pubt {
            text-align: center;
        }
        .m2ptc7Lx .m2pt_pubt:after {
            left: 50%;
            margin-left: -75px;
        }
    }