html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Arial";
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    border: 0;
    box-sizing: border-box;
}

input,
select,
textarea {
    vertical-align: middle;
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

ul li {
    list-style-type: none;
}
a {
    text-decoration: none;
}

div,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}


/* 顶部导航 start */
.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
    background: black;
}
.top-c {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /*padding: 0 13.5%;*/
    height: 100%;
    overflow: hidden;
    background: rgb(0, 0, 0);
}
.logo {
    width: 4.65%;
    float: left;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav {
    width: 70%;
    height: 90px;
    float: right;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
}
.nav li {
    margin-left: 25px;
    font-size: 18px;
    padding: 0 3px 15px 3px;
    /* margin-top: 4%; */
    cursor: pointer;
    color: #FFFFFF;
}
.nav li.active {
    color: #E20012;
}
/* 顶部导航 end */

/* banner样式 */
.banner {
    width: 100%;
    height: 600px;
    /*padding: 200px 13.5% 0;*/
    background: url(../images/banner.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    /*display: flex;*/
    /*justify-two: flex-start;*/
}
.banner .main{
    max-width: 1400px;
    margin: 0 auto;
    padding: 205px 0;
    display: block;
    /*justify-two: space-around*/
}
.bannerLeft {
    width: 48%;
}
.bannerText {
    width: 100%;
    margin-bottom: 50px;
}
.bannerRight {
    width: 40%;
}
.bannerDesc {
    width: 100%;
    font-size: 18px;
    color: #ECECEC;
    line-height: 27px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bannerDesc span {
    font-weight: 700;
}
.bannerDesc img {
    width: 28px;
    height: 33px;
    margin-right: 20px;
}
.bannerDesc:hover {
    cursor: pointer;
}
.banner-tit {
    width: 43.6%;
    margin-top: 6.5%;
}
/* banner end */


/* 内容页面 start */
.content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #F6F6F6;
}
.content .main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /*padding: 50px 13.5%;*/
}

/* 内容1 菜单1 */
#m0 {
    background: #FFFFFF;
}
.mainFlex {
    display: flex;
    justify-content: space-between
}
.intLeft {
    padding-top: 100px;
    flex: 6;
    padding-right: 40px;
}
#m0 .mainTit {
    width: 30%;
    margin-bottom: 30px;
}
.mainDesc{
    width: 92%;
}
.mainDesc p {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    text-align: left;
}
.intRight {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 4;
    height: max-content;
}
.intRight img {
    margin: 2px;
    /* padding: 10px 0; */
}
.intline1 {
    /* height: 40%; */
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
    position: relative;
    margin-top: 40px;
}
.intline1 img {
    width: 50%;
}
.intline1::after {
    position: absolute;
    right: 54px;
    top: 30%;
    width: 40px;
    height: 40px;
    background: url("../images/two/infoc2.png") no-repeat;
    background-size: cover;
    content: " ";
}
.intline2 {
    /* height: 25%; */
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.intline2 img:nth-child(1) {
    width: 22%;
}
.intline2 img:nth-child(2) {
    width: 26%;
    height: calc(100% - 15px);
}
.intline2 img:nth-child(3) {
    width: 52%;
    height: calc(100% - 14px);
}
.intline3 {
    /* height: 30%; */
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding-left: calc(22% + 5px);
    margin-top: -15px;
    margin-bottom: 40px;
}
.intline3 img:nth-child(1) {
    width: 40%;
}
.intline3 img:nth-child(2) {
    width: 30%;
    height: 60%;
}
.intline3::after {
    position: absolute;
    left: 13%;
    top: -8px;
    width: 88px;
    height: 74px;
    background: url(../images/two/infoc1.png) no-repeat;
    background-size: cover;
    content: " ";
}


/* 内容2 菜单2 */
#m1 {
    background-image: url('../images/two/bg1.png');
    background-size: cover;
}
#m1 .mainTit {
    width: 15%;
    margin: 10px auto 10px;
    padding-top: 100px;
}
.diaCards {
    width: calc(100% + 10px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 160px;
}
.diaCard {
    width: calc(25% - 40px);
    margin: 20px 20px;
    font-weight: 700;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0 0 5px #f1f0f0;
    padding: 20px;
    padding-top: 34px;
    height: 420px;
}
.diaCard:hover {
    cursor: pointer;
    border-radius: 30px;
    font-weight: 700;
    border: 3px solid transparent;
    border-image-source: linear-gradient(90deg, #012BFF,#FDA5FF );
    border-image-slice: 1;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(75deg, #ffffff, #ffffff), linear-gradient(90deg,#012BFF,#FDA5FF);
}
.diaCard:hover .diaTime {
    background: url("../images/two/timehover2.png") no-repeat;
    background-size: contain;
}
.diaCard:hover .diaAdd {
    background: url("../images/two/addhover2.png") no-repeat;
    background-size: contain;
}
.diaCard:hover .diaTit {
    background-image: linear-gradient(90deg,  #012BFF 0%, #FDA5FF 30%); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
    background-clip: text;/*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;/*给文字设置成透明*/
}
/* 待更新的内容 */
.disabled {
    /*width: calc(25% - 40px);*/
    box-shadow: 0px 0px 6px 0px rgba(60,90,151,0.1);
    opacity: 0.5;
}
.disabled:hover {
    /*margin: 20px 20px;*/
    font-weight: 700;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0 0 5px #f1f0f0;
    padding: 20px;
    padding-top: 34px;
    /*min-height: 420px;*/
    /* width: calc(25% - 20px);
    font-weight: 700;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0 0 5px #f1f0f0;
    padding: 20px; */
}
.disabled:hover .diaTime {
    background: url("../images/two/time2.png") no-repeat;
    background-size: contain;
}
.disabled:hover .diaAdd {
    background: url("../images/two/add.png") no-repeat;
    background-size: contain;
}
.disabled:hover .diaTit {
    color: #000000;
    background: none;
    background-clip: inherit;
    -webkit-text-fill-color: #000000;
}

.diaTit {
    height: 24px;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
}
.diaDesc {
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    text-align: left;
    margin: 16px 0;
}
.diaCard img {
    margin: 16px 0;
}
.diaText {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.diaText span {
    font-weight: 700;
}
.diaTime,
.diaAdd {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.diaTime {
    background: url("../images/two/time2.png") no-repeat;
    background-size: contain;
}
.diaAdd {
    background: url("../images/two/add.png") no-repeat;
    background-size: contain;
}


/* 内容3 菜单3 */
#m2{
    height: 660px;
}
#m2 .mainTit {
    width: 7.5%;
    margin: 28px auto 0px;
    padding-top: 70px;
}
.news {
    width: calc(100% + 60px);
    display: flex;
    /*justify-content: space-around;*/
    justify-content: flex-start;
    align-items: center;
    height: 500px;
}
.newCard {
    width: 30%;
    height: 400px;
    margin: 0 30px;
    background: #FFFFFF;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #E6E8ED;
    overflow: hidden;
    cursor: pointer;
}
.newCard img:first-child {
}
.newCard div {
    margin: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    padding: 0 10px 0 10px;
}
.newGo {
    width: 24px;
    height: 12px;
    margin: 24px;
}
.newGo:hover {
    cursor: pointer;
}



/* follow-us 样式 */
.follow-us .main {
    padding-top: 0;
}

.follow-us h5 {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.follow-us .learn-more {
    width: 224px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    border: 2px solid #1d1d1d;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #1d1d1d;
    position: relative;
}

.follow-us .learn-more span {
    padding-right: 10px;
}

.follow-us .learn-more img {
    position: absolute;
    width: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}

.follow-us .learn-more img.hover {
    display: none;
}

.follow-us .learn-more:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
}

.follow-us .top1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3%;
}

.follow-us h2 {
    font-size: 44px;
    line-height: 1.4;
    font-weight: bold;
    margin-right: 100px;
    margin-top: 5px;
}

.follow-us {
    background: #e8e9ef;
    padding: 0;
    width: 100%;
}

.follow-us .container {
    width: 1200px;
    margin: 0 auto;
    padding: 60px;
}

.follow-us .top1 a {
    margin-right: 40px;
    float: left;
}

.follow-us .top1 .youtube {
    margin-right: 0;
}

.top2 {
    overflow: hidden;
    margin-top: 20px;
}

.bottom-img {
    width: 260px;
}

.bottom-titw1 {
    font-size: 20px;
    color: #000;
    line-height: 1;
}

.bottom-titw2 {
    font-size: 18px;
    color: #666666;
    line-height: 1;
    margin-top: 17px;
}
.bottom-icons {
    position: absolute;
    top: 10%;
    right: 0;
    width: 15.71%;
}

.bottom-icon {
    width: 18.18%;
    position: absolute;
    top: 10%;
}

.bottom-in {
    left: 0%;
}

.bottom-f {
    left: 27%;
}

.bottom-niao {
    left: 54%;
}

.bottom-video {
    right: 0;
}


/* 底部 footer start */
.footer {
    width: 100%;
    height: 60px;
    background-color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}
.footer .main {
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
    overflow: hidden;
}
.footer .right {
    float: right;
}

.footer .right a {
    padding-right: 40px;
    font-size: 14px;
    color: #e5e5e5;
}

.footer .right .youtube {
    padding-right: 0;
}

.footer img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 1%;
    margin-right: 0.5%;
    width: 18px;
    height: 20px;
}

.footer .div-br {
    margin-left: 20px;
}
/* 底部footer end */

.swiper-wrapper {
    height: max-content !important;
}


/* 使用媒体查询 兼容移动端样式 */
@media (max-width: 1750px) {
    .banner {
        width: 100%;
        height: 600px;
    }

    .banner-tit {
        margin-top: 4.5%;
    }
}

@media (max-width: 1600px) {
    .banner {
        width: 100%;
        height: 600px;
    }

    .banner-tit {
        margin-top: 3.5%;
    }
}

@media (max-width: 1400px) {
    .banner {
        width: 100%;
        height: 600px;
    }
    .follow-us .container {
        margin: 0 auto;
        width: 1200px;
        padding: 60px;
    }

}

@media (max-width: 1200px) {

    .banner {
        height: 600px;
    }

    .follow-us .container {
        width: 960px;
        margin: 0 auto;
        padding: 60px;
    }
}

/* 移动端样式 */
@media (min-width: 560px) and ( max-width: 768px) {
    .banner .main{
        display: block;
        padding: 0;
        padding: 2em 0;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .content .main{
        padding: 0;
        height: 1110px;
    }
    .mainDesc{
        width: 100%;
    }
    .intline3::after{
        width: 24%;
        height: 98%;
        top: -22%;
        left: 11%;
    }
    .intline1::after{
        width: 9%;
        height: 26%;
        left: 83%;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }

    .nav {
        display: none;
        width: 100%;
        height: auto;
        left: 0;
        top: 100%;
        background-color: #fff;
        box-shadow: 0 2px 11px #ccc;
        float: none;
        position: absolute;
    }

    .nav li {
        position: relative;
        width: 100%;
        margin: 0 auto;
        float: none;
        font-size: 3.5vw;
        border-bottom: none;
        padding: 4% 0 4% 8%;
        color: #333;
    }

    .nav li::after {
        content: '';
        width: 84%;
        position: absolute;
        height: 1px;
        left: 8%;
        bottom: 0;
        background-color: #E3E3E3;
    }

    .nav li:first-child {
        margin: 0 auto;
        border-bottom: none;
    }

    .nav li.active {
        border-bottom: none;
        background-color: #F7F7F7;
    }

    .top {
        height: auto;
        padding: 3% 0;
        overflow: visible;
        background-color: #000;
    }
    .top-c {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .top-c::after {
        content: '';
        display: block;
        clear: both;
    }
    .logo {
        width: 11.5%;
        float: left;
        margin-left: 4%;
        margin: 0 0 0 4%;
        height: auto;
    }
    .menu {
        width: 6.8%;
        float: right;
        margin-right: 4%;
        margin-top: 3.5%;
    }
    .cur .menu-line {
    }
    .menu-line {
        width: 100%;
        background-color: #E30012;
        height: 3px;
        border-radius: 4px;
        display: block;
        margin-bottom: 5px;
    }
    .menu.cur>span:nth-child(1) {
        transform: translateY(10px) translateX(0) rotate(45deg);
    }
    .menu.cur>span:nth-child(2) {
        opacity: 0;
    }
    .menu.cur>span:nth-child(3) {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }
    /* ---menu样式 end--- */
    .banner {
        width: 100vw;
        background: url(../images/bannerbg2x.png) no-repeat;
        background-size: 94%;
        background-position-x: right;
        background-position-y: 100%;
        height: 107vw;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 133px 0 0;
        background-color: #040A38;
    }
    .bannerLeft {
        width: 86%;
        padding: 0 10%;
        height: max-content;
    }

    /* introduction */
    .mainFlex {
        display: block;
    }
    .intLeft {
        padding-right: 0;
        width: 96%;
        padding-top: 60px;
        margin: 0 auto;
    }
    .intRight {
        width: 86%;
        height: 320px;
        /*margin-top: 20px;*/
        margin-left: auto;
        margin-right: auto;
    }
    .bannerDesc{
        font-size: 3.6vw;
    }
    #m0 {
        padding: 0 20px;
    }
    #m0 .mainTit {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #m0  .mainTit img{
        width: 40%;
    }
    .mainDesc p {
        font-size: 22px;
        line-height: 34px;
    }
    /* end */

    /* dia */
    #m1 .mainTit {
        width: 80%;
        margin-bottom: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
    }
    #m1 .main {
        padding: 8% 0;
        height: auto;
    }
    #m1 .mainTit img{
        width: 40%;
    }
    .diaCards {
        width: 100%;
        padding: 0 4%;
    }
    .diaCard {
        width: calc(50% - 6%);
        margin: 3%;
        max-height: 410px;
        padding: 7% 30px;
        height: 40%;
        border: 4px solid #FFFFFF;
    }
    .diaCard:hover {
        border: 4px solid transparent;
    }
    .diaCard:hover .diaTit{
        background-image: initial;
        -webkit-text-fill-color: black;
        background-clip: initial;
        text-transform: initial;
    }

    .diaTit{
        background-image: initial;
        -webkit-text-fill-color: black;
        background-clip: initial;
        text-transform: initial;
        margin-top: 10px;
    }
    .diaTime, .diaAdd {
        margin-right: 5px;
        width: 24px;
    }
    .diaText span{
        font-size: 18px;
        font-weight: 200;
    }
    .diaDesc{
        margin: 15px 0px;
        font-size: 14px;
    }
    /* news */
    #m2{
        height: auto;
    }
    #m2 .main{
        height: auto;
        margin-bottom: 80px;
    }
    #m2 .mainTit {
        width: 18%;
        margin: 30px auto 50px;
    }
    .swiper-container {
       padding: 0 20px;
    }
    .swiper-slide {
        width: 80%;
        height: auto !important;
        background: #FFFFFF;
        border-radius: 35px;
        border: 1px solid #E6E8ED;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 21px;
        text-align: left;
    }
    .swiper-slide div {
        margin: 30px;
        font-size: 24px;
        line-height: 30px;
        min-height: 5rem;
    }
    .newGo {
        width: 10%;
        height: 8%;
        margin: 5%;
    }
    .newGo:hover {
        cursor: pointer;
    }
    .news-phone-swiper{
        /*overflow: hidden;*/
    }
    .news-phone-swiper img:first-child{
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        /*margin-top: -82px;*/
    }
    /* end */


    /* follow-us */
    .follow-us {
        padding: 0;
        width: 100%;
    }
    .follow-us h5 {
        font-size: 19px;
        line-height: 1.6;
    }

    .follow-us h5 span {
        display: inline-block;
        line-height: 1.6;
    }

    .follow-us .learn-more {
        width: 40%;
        height: 8vw;
        margin: 20px auto 0;
        border: 1px solid #1d1d1d;
        line-height: 27px;
        font-size: 24px;
    }

    .follow-us .learn-more img {
        width: 7px;
        right: 15px;
    }

    .follow-us .container {
        width: auto;
        padding: 30px 13.5%;
    }

    .follow-us .top1 {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5%;
    }

    .follow-us .top1>div {
        text-align: center;
        margin-top: 4%;
    }

    .follow-us h2 {
        font-size: 44px;
        margin-right: 0;
        margin-bottom: 10%;
    }

    .follow-us .top1 a {
        margin: 0 12px;
    }

    .follow-us .top1 a img {
        width: 55px;
    }

    .follow-us .main {
        width: 92%;
    }

    .follow-us .top2 {
        overflow: hidden;
        margin-top: 54px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .follow-us .top2 a:nth-child(1) {
        margin-left: 0;
    }

    /* footer start */
    .footer {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 2.4vw;
        text-align: center;
    }
    .footer .main {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .footer span {
        display: block;
    }
    .footer .right {
        float: none;
        margin-bottom: 5px;
    }
    .footer .div-br img {
        width: 3.8%;
    }
    /* footer end */

    .bottom-titw1 {
        font-size: 3.6vw;
        width: 76%;
        margin: 0 auto;
    }

    .bottom-titw2 {
        font-size: 3.6vw;
        color: #666666;
        margin-top: 8%;

    }
    .bottom-img {
        width: 58%;
        margin: 4% auto 0;
    }

    /* footer end */
}

@media (max-width: 560px){
    .banner .main{
        display: block;
        padding: 0;
        padding: 2em 0;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .content .main{
        padding: 0;
    }
    .mainDesc{
        width: 100%;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }

    .nav {
        display: none;
        width: 100%;
        height: auto;
        left: 0;
        top: 100%;
        background-color: #fff;
        box-shadow: 0 2px 11px #ccc;
        float: none;
        position: absolute;
    }

    .nav li {
        position: relative;
        width: 100%;
        margin: 0 auto;
        float: none;
        font-size: 3.5vw;
        border-bottom: none;
        padding: 4% 0 4% 8%;
        color: #333;
    }

    .nav li::after {
        content: '';
        width: 84%;
        position: absolute;
        height: 1px;
        left: 8%;
        bottom: 0;
        background-color: #E3E3E3;
    }

    .nav li:first-child {
        margin: 0 auto;
        border-bottom: none;
    }

    .nav li.active {
        border-bottom: none;
        background-color: #F7F7F7;
    }

    .top {
        height: auto;
        padding: 3% 0;
        overflow: visible;
        background-color: #000;
    }
    .top-c {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .top-c::after {
        content: '';
        display: block;
        clear: both;
    }
    .logo {
        width: 11.5%;
        float: left;
        margin-left: 4%;
        margin: 0 0 0 4%;
        height: auto;
    }
    .menu {
        width: 6.8%;
        float: right;
        margin-right: 4%;
        margin-top: 3.5%;
    }
    .cur .menu-line {
    }
    .menu-line {
        width: 100%;
        background-color: #E30012;
        height: 3px;
        border-radius: 4px;
        display: block;
        margin-bottom: 5px;
    }
    .menu.cur>span:nth-child(1) {
        transform: translateY(10px) translateX(0) rotate(45deg);
    }
    .menu.cur>span:nth-child(2) {
        opacity: 0;
    }
    .menu.cur>span:nth-child(3) {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }
    /* ---menu样式 end--- */
    .banner {
        width: 100%;
        height: 480px;
        padding: 20% 0 0;
        background: url(../images/bannerbg2x.png) no-repeat;
        /*background-position: 99px 90px;*/
        background-size: 88%;
        background-position-x: right;
        background-position-y: 100%;
        background-color: #040A38;
    }
    .bannerText{
        margin-bottom: 18px;
    }
    .bannerLeft {
        width: 86%;
        padding: 0 10%;
        height: max-content;
    }
    .bannerDesc img{
        width: 21px;
        height: 24px;
        margin-right: 20px;
    }

    /* introduction */
    .mainFlex {
        display: block;
    }
    .intLeft {
        padding-right: 0;
        width: 100%;
        padding-top: 12%;
    }
    .intRight {
        width: 86%;
        height: 320px;
        /* margin-top: 20px; */
        margin-left: auto;
        margin-right: auto;
    }
    .intline1{
        margin-top: 0;
    }
    .intline3{
        margin-top: -0.5rem;
    }
    #m0 {
        padding: 0 20px;
    }
    #m0 .main{
        height: 710px;
    }
    #m0 .mainTit {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #m0  .mainTit img{
        width: 40%;
    }
    .mainDesc p {
        font-size: 13px;
    }
    /* end */

    /* dia */
    #m1 .mainTit {
        width: 78%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }
    #m1 .main {
        padding: 6% 0;
        height: auto;
    }
    #m1 .mainTit img{
        width: 40%;
    }
    .diaCards {
        width: 100%;
        padding: 0 10px;
        height: auto;
    }
    .diaCard {
        width: calc(50% - 20px);
        margin: 10px;
        max-height: 260px;
        min-height: 260px;
        font-weight: 700;
        padding: 14px;
        padding-top: 22px;
        border-radius: 20px;
    }
    .diaCard:hover {
        border: 2px solid transparent;
    }
    .diaCard:hover .diaTit{
        background-image: initial;
        -webkit-text-fill-color: black;
        background-clip: initial;
        text-transform: initial;
    }

    .diaTit{
        background-image: initial;
        -webkit-text-fill-color: black;
        background-clip: initial;
        text-transform: initial;
        font-size: 20px;
    }
    .diaTime, .diaAdd {
        margin-right: 5px;
        margin-right: 5px;
        background-size: 86%;
        background-position-y: 3px;
        width: 18px;
    }
    .diaText{
        margin-bottom: 0px;
    }
    .diaText span{
        font-size: 14px;
        font-weight: 200;
    }
    .diaDesc{
        margin: 5px 0px;
        font-size: 12px;
    }
    /* news */
    #m2{
        height: auto;
    }
    #m2 .main{
        height: auto;
        margin-bottom: 50px;
    }
    #m2 .mainTit {
        width: 16%;
        margin: 42px auto 20px;
        padding-top: 0px;
    }
    .swiper-container {
        padding: 0 20px;
    }
    .swiper-slide {
        height: auto !important;
        background: #FFFFFF;
        border-radius: 26px 26px 26px 26px;
        border: 1px solid #E6E8ED;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 21px;
        text-align: left;
    }
    .swiper-slide div {
        margin: 20px;
        min-height: 4rem;
    }
    .newGo {
        width: 24px;
        height: 12px;
        margin: 20px;
    }
    .newGo:hover {
        cursor: pointer;
    }
    .news-phone-swiper{
        /*overflow: hidden;*/
    }
    .news-phone-swiper img:first-child{
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        /*margin-top: -42px;*/
    }
    /* end */


    /*  follow-us */
    .follow-us {
        padding: 0;
        width: 100%;
    }
    .follow-us h5 {
        font-size: 12px;
        line-height: 1.6;
    }

    .follow-us h5 span {
        display: inline-block;
        line-height: 1.6;
    }

    .follow-us .learn-more {
        width: 112px;
        height: 29px;
        margin: 20px auto 0;
        border: 1px solid #1d1d1d;
        line-height: 27px;
        font-size: 12px;
    }

    .follow-us .learn-more img {
        width: 7px;
        right: 15px;
    }

    .follow-us .container {
        width: auto;
        padding: 30px 13.5%;
    }
    .follow-us .top1 {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5%;
    }

    .follow-us .top1>div {
        text-align: center;
        margin-top: 4%;
    }

    .follow-us h2 {
        font-size: 25px;
        margin-right: 0;
        margin-bottom: 10%;
    }

    .follow-us .top1 a {
        margin: 0 12px;
    }

    .follow-us .top1 a img {
        width: 32px;
    }

    .follow-us .main {
        width: 92%;
    }

    .top2 {
        overflow: hidden;
        margin-top: 20px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .bottom-titw1 {
        font-size: 4vw;
        width: 76%;
        margin: 0 auto;
    }

    .bottom-titw2 {
        font-size: 3.6vw;
        color: #666666;
        margin-top: 4%;

    }
    .bottom-img {
        width: 58%;
        margin: 4% auto 0;
    }

    .top2 a:nth-child(1) {
        margin-left: 0;
    }


    /* footer start */
    .footer {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 2.4vw;
        text-align: center;
    }
    .footer .main {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .footer span {
        display: block;
    }
    .footer .right {
        float: none;
        margin-bottom: 5px;
    }
    .footer .div-br img {
        width: 3.8%;
    }

}
