@font-face {
    font-family: "SourceHanSansCN";
    src: url("/SourceHanSansCN.woff2") format("woff2"),
        url("/SourceHanSansCN.woff") format("woff"),
        url("/SourceHanSansCN.ttf") format("truetype"),
        url("/SourceHanSansCN.eot") format("embedded-opentype"),
        url("/SourceHanSansCN.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    line-height: 1;
    font-weight: 500;
    margin: 0;
    padding: 0;
    touch-action: pan-y;
}

a {
    text-decoration-line: none;
}

.container1 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    font-family: Microsoft YaHei;
}

@media(max-width:1367px) {
    .container1 {
        width: 1100px;
    }
}

@media(max-width:1200px) {
    .container1 {
        width: 970px;
    }
}

@media(max-width:1000px) {
    .container1 {
        width: 100%;
        padding: 0 20px;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration-line: none;
}

ul {
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.section {
    background: url(../images/itwo.jpg) no-repeat center;
    background-size: cover;
}

.section:nth-child(1) {
    background: url(../images/ione.jpg) no-repeat center;
    background-size: cover;
}

.head {
    padding: 10px 0;
}

.logo {
    float: left;
}

.logo img {
    max-width: 100%;
}

.nav {
    float: right;
    padding-top: 14px;
}

.nav li {
    float: left;
    margin-left: 20px;
}

.nav li a {
    color: #fff;
}

.ione-box {
    width: 100%;
    height: calc(100% - 65px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 12%;
}

.ione-box div {
    width: 100%;
}

.ione-box div h1 {
    display: inline-block;
    font-size: 81px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    background: linear-gradient(to right, #47FFF3 0%, #a0d1fa 30%, #d0b7f5 40%, #fcd8e1 90%, #ffdddd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ione-box div p:nth-child(2) {
    font-size: 39px;
    font-family: SourceHanSansCN;
    margin-top: 2%;
}

.ione-box div p:nth-child(3) {
    font-size: 20px;
    font-family: SourceHanSansCN;
    margin-top: 5%;
}

.ione-box div p:nth-child(3) span:nth-child(1) {
    margin-right: 3%;
}

.itwo,
.ithree,
.ifour,
.ifive,
.isix {
    padding-top: 4%
}

.itwo-tit {
    text-align: center;
}

.itwo-tit h6 {
    font-size: 33px;
}

.itwo-tit p {
    font-size: 14px;
    margin-top: 10px;
}

.itwo-tit p span {
    margin-right: 10px;
}

.itwo-bref {
    margin-top: 4%;
}

.itwo-bref p {
    font-size: 16px;
    line-height: 2;
    text-indent: 30px;
}

.itwo-bref p:first-child {
    margin-bottom: 24px;
}

#itwo .swiper-pagination {
    position: initial;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin: 20px auto 30px;
    width: 98%;
}

#itwo .swiper-pagination span {
    width: auto;
    height: auto;
    font-size: 39px;
    font-family: SourceHanSansCN;
    background: none;
    font-weight: 300;
    opacity: 1;
    border-radius: 0;
    padding-bottom: 6px;
    margin: -2px 0 0;
}

#itwo .swiper-pagination .swiper-pagination-bullet-active {
    border-bottom: 3px solid #1282f6;
}

#itwo .swiper-slide {
    position: relative;
}

#itwo .swiper-slide div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, .9) 100%);
    padding: 0 0 3% 3%;
    text-align: center;
}
#itwo .swiper-slide a{
    color: #fff;
}

#itwo .swiper-slide div span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: -40px;
}

#itwo .swiper-slide div h6 {
    font-size: 48px;
    font-family: SourceHanSansCN;
    margin-bottom: 14px;
    text-align: left;
    font-weight: 500;
    padding-top: 20px;
}

#itwo .swiper-slide div p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.round {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #9576fc;
    position: relative;
}

.square {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #04c4fd;
    position: relative;
}

.triangle {
    display: inline-block;
    width: 32px;
    height: 26px;
    background: url(../images/triangle.png) no-repeat center;
    position: relative;
}

.ithree-tit,
.ifour-tit,
.ifive-tit,
.isix-tit {
    text-align: center;
}

.ithree-tit .square {
    left: -16px;
}

.ithree-tit .triangle {
    z-index: 1;
}

.ithree-tit .round {
    right: -10px;
    z-index: 2;
}

.ithree-tit h6,
.ifour-tit h6,
.ifive-tit h6,
.isix-tit h6 {
    font-size: 40px;
    line-height: 1.4;
}

#ithree .swiper-slide {
    background: url(../images/ithree-slide.jpg) no-repeat center;
    background-size: cover;
    padding: 3%;
}
#ithree .swiper-slide:nth-child(2){
    background-image: url(../images/three-21bg.jpg);
}
#ithree .swiper-slide:nth-child(2) .slide-right p:nth-child(1){
    display: block;
    font-size: 28px;
    background: linear-gradient(to right, #47FFF3 0%, #a0d1fa 16%, #d0b7f5 30%, #fcd8e1 50%, #ffdddd 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5%;
}
#ithree .swiper-slide:nth-child(2) .slide-right p:nth-child(2){
    font-size: 12px;
    margin-top: 10px;
}
#ithree .slide-left {
    float: left;
    width: 30%;
}

#ithree .slide-right {
    float: left;
    width: 70%;
}

#ithree .slide-left h6 {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    background: linear-gradient(to right, #47FFF3 0%, #918AE5 39.990234375%, #FEB4B4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#ithree .slide-left p {
    font-size: 23px;
    line-height: 1.7;
    margin-top: 14%;
}

.slide-right {
    font-size: 14px;
    line-height: 2;
    min-height: 364px
}

#ithree .swiper-pagination {
    position: initial;
    margin: 30px 0;
}

#ithree .swiper-pagination .swiper-pagination-bullet {
    width: 30%;
    height: auto;
    background: none;
    border-radius: 0;
    text-align: left;
    padding: 14px;
    opacity: 1;
    border: 1px solid transparent
}

#ithree .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background: url(../images/ithree-pa1.jpg) no-repeat center;
    margin-right: 2%;
}

#ithree .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    background: url(../images/ithree-pa2.jpg) no-repeat center;
}

#ithree .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #0074f8
}

#ithree .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
    font-size: 20px;
    line-height: 2;
}

#ithree .swiper-pagination .swiper-pagination-bullet p:nth-child(2) {
    font-size: 14px;
    line-height: 2;
}



.ifour-tit .round {
    right: -10px;
    z-index: 15;
}


.ifour-box {
    background: url(../images/ifour-box.jpg) no-repeat center;
    background-size: cover;
    padding: 2%;
    margin-top: 3%;
}

#ifour .swiper-pagination {
    position: initial;
    text-align: left;
}

#ifour .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    border-radius: 0;
    text-align: left;
    margin-right: 4%;
}

#ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
    font-size: 26px;
    position: relative;
    float: left;
    padding-bottom: 10px;
}

#ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 30px;
    height: 3px;
    background: transparent;
}

#ifour .swiper-pagination .swiper-pagination-bullet-active p:nth-child(1):before {
    background: #029FFC;
}

#ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(2) {
    float: left;
}

#ifour .ifour-slide-t {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #0069FF;
    margin-top: 10px;
}

#ifour .ifour-slide-t p:nth-child(1) {
    font-size: 24px;
    line-height: 1.4;
}

#ifour .ifour-slide-t p:nth-child(2) {
    font-size: 16px;
    line-height: 1.8;
}

.ifour-slide-ul li {
    width: 50%;
    float: left;
    font-size: 18px;
    line-height: 1.4;
    padding: 16px 0;
}

.ifour-slide-ul li:nth-child(odd) {
    text-align: center;
    position: relative;
}

.ifour-slide-ul li:nth-child(odd):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    height: 1px;
    background: #fff;
}

.ifour-slide-ul li:nth-child(even) {
    padding-left: 10%;
}

.ifour-slide-ul li:nth-last-child(2):after {
    display: none;
}

.ifive-tit .round {
    right: -16px;
    z-index: 1;
}

.ifive-tit .square {
    width: 32px;
    background: url(../images/five-square.png) no-repeat center;
}

.ifive-tit .triangle {
    width: 32px;
    background: url(../images/five-triangle.png) no-repeat center;
    left: -16px;
}

.five-box-top {
    position: relative;
    padding-top: 7%;
    margin-top: 2%;
}

.five-box-top div {
    position: absolute;
    top: 0;
    right: 0;
    background: #0072F8;
    padding: 3%;
}

.five-box-top img {
    width: 100%;
}

.five-box-top div h6 {
    font-size: 36px;
    margin-bottom: 30%;
}

.five-box-top div p:nth-child(2) {
    font-size: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.five-box-top div p:nth-child(3) {
    font-size: 23px;
    margin-top: 10px;
}

.five-box-top div p:nth-child(3) span {
    font-size: 12px;
    line-height: 2;
}

.five-box-bot {
    padding: 5% 5% 0;
}

.five-box-bot li {
    width: 47%;
    float: left;
}

.five-box-bot li:nth-child(1) {
    margin-right: 6%;
}

.five-box-bot li p:nth-child(1) {
    padding-left: 40px;
    background: url(../images/gaotie.png) no-repeat left;
    font-size: 18px;
    margin-bottom: 14px;
}

.five-box-bot li p:nth-child(2) {
    font-size: 16px;
    line-height: 1.5;
}

.five-box-bot li:nth-child(2) p:nth-child(1) {
    background: url(../images/air.png) no-repeat left;
}

.isix .ifive-tit .square {
    right: -16px;
}

.isix .ifive-tit .triangle {
    left: 0;
}

.isix .ifive-tit .round {
    right: 14px;
}

.six-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 84px);
    padding-bottom: 10%;
}

.six-box ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.six-box ul li img {
    width: 100%;
}

.six-box ul li div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5% 7%;
    font-size: 22px;
}

.six-box ul li:last-child {
    margin-right: 0;
}

.six-box ul li div p:nth-child(1) {
    position: relative;
    line-height: 2;
    margin-bottom: 16px;
}

.six-box ul li div p:nth-child(1):after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: #fff;
}

#my-nav {
    position: fixed;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-align: center;
}

#my-nav span {
    display: block;
    color: #fff;
    font-size: 21px;
    margin: 10px 0;
}

.fp-scrollable {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}
.movedown{
    cursor: pointer;
}

@media(max-width:1441px) {
    .itwo-bref {
        margin-top: 2%;
    }

    .itwo-bref p:first-child {
        margin-bottom: 14px;
    }

    #itwo .swiper-pagination span {
        font-size: 36px
    }

    .ifour-slide-ul li {
        padding: 14px 0;
    }

    .ifour-slide-ul li:nth-child(even) {
        padding-left: 10%;
    }

    .five-box-top div {
        padding: 2%;
    }

    .five-box-top div h6 {
        font-size: 30px;
        margin-bottom: 22%;
    }

    .five-box-top {
        margin-top: 0;
    }

    .five-box-bot {
        padding: 2% 5% 0;
    }

    .five-box-top div p:nth-child(2),
    .five-box-top div p:nth-child(3) {
        font-size: 20px;
    }
}

@media(max-width:1367px) {
    .five-box-top {
        padding: 3% 3% 0;
    }

    .five-box-top div {
        right: 3%;
    }

    .five-box-bot {
        padding: 2% 3% 0;
    }

    .five-box-bot li p:nth-child(1) {
        margin-bottom: 10px;
    }

    .ifour-box {
        margin-top: 1%;
    }

    #ifour .ifour-slide-t p:nth-child(1) {
        font-size: 20px;
    }

    #ifour .ifour-slide-t p:nth-child(2) {
        font-size: 14px
    }

    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
        font-size: 24px;
    }

    .ifour-slide-ul li {
        padding: 10px 0;
        font-size: 16px;
    }

    .ifour-slide-ul li:nth-child(even) {
        padding-left: 8%;
    }

    #ithree .swiper-pagination {
        margin: 20px 0;
    }

    #ithree .swiper-slide {
        padding: 2%;
    }

    .slide-right {
        line-height: 1.7;
        min-height: 322px;
    }

    .itwo-bref p {
        font-size: 14px
    }

    #itwo .swiper-pagination {
        margin: 10px auto 10px;
    }

    #itwo .swiper-pagination span {
        font-size: 30px;
        font-weight: 500;
    }

    .itwo,
    .ithree,
    .ifour,
    .ifive,
    .isix {
        padding-top: 1%;
    }

    .itwo-bref p:first-child {
        margin-bottom: 0;
    }
}

@media(max-width:1024px) {
    #my-nav {
        bottom: 20px;
        left: 10px;
    }

    #my-nav span {
        font-size: 16px;
    }

    .ione-box div h1 {
        font-size: 60px;
    }

    #itwo .swiper-slide div h6 {
        font-size: 34px;
    }

    .six-box ul li div {
        font-size: 18px
    }
    #itwo .swiper-slide div span{
        top: -30px;
    }
}

@media(max-width:800px) {

    .five-box-bot li p:nth-child(1),
    .ione-box div p:nth-child(3),
    #ifour .ifour-slide-t p:nth-child(1) {
        font-size: 16px
    }

    .ione-box div h1 {
        font-size: 54px
    }

    .ione-box div p:nth-child(2),
    .itwo-tit h6,
    .ithree-tit h6,
    .ifour-tit h6,
    .ifive-tit h6,
    .isix-tit h6,
    #ithree .slide-left h6 {
        font-size: 30px
    }

    .itwo-bref p,
    #itwo .swiper-slide div p,
    #ithree .swiper-pagination .swiper-pagination-bullet p:nth-child(2),
    .slide-right,
    .ifour-slide-ul li {
        font-size: 12px;
    }

    #itwo .swiper-pagination span {
        font-size: 24px;
    }

    #itwo .swiper-slide div h6,
    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
        font-size: 22px;
    }

    #ithree .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
        font-size: 18px;
    }

    #ithree .swiper-pagination {
        margin: 10px 0;
    }

    .ifour-slide-ul li {
        padding: 7px 0;
    }

    .ifour-slide-ul li:nth-child(even) {
        padding-left: 6%;
    }

    .five-box-top div h6 {
        font-size: 20px;
    }

    .five-box-top div p:nth-child(2),
    .five-box-top div p:nth-child(3),
    .five-box-bot li p:nth-child(2),
    #ithree .slide-left p,
    .six-box ul li div {
        font-size: 14px;
    }
    #itwo .swiper-slide div span {
        top: -20px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .container1 {
        padding: 0 24px
    }

    .ione-box {
        height: 50%;
    }

    .six-box {
        display: block;
        padding-top: 6%;
    }

    .itwo,
    .ithree,
    .ifour,
    .ifive,
    .isix {
        padding-top: 4%;
    }

    .five-box-top {
        margin-top: 4%;
    }

    .swiper-pagination * {
        outline: none;
    }

    #itwo .swiper-slide img {
        display: block;
    }
}

@media(max-width:540px) {

    .head {
        display: none;
    }

    .ione-box {
        height: 60%;
    }

    .ione-box div h1 {
        font-size: 40px;
    }

    .ione-box div p:nth-child(2) {
        font-size: 22px;
        margin-top: 20px;
    }

    .ione-box div p:nth-child(3) {
        font-size: 14px;
    }

    .itwo-bref {
        margin-top: 4%;
    }

    #itwo .swiper-slide div {
        position: initial;
        padding: 0 0 1% 1%;
    }

    #itwo .swiper-slide div span {
        position: initial;
    }

    #itwo .swiper-slide div h6 {
        font-size: 18px;
        margin: 10px 0;
        padding-top: 10px;
    }

    #my-nav {
        left: 4px;
    }

    #my-nav span {
        font-size: 14px;
    }

    #itwo .swiper-slide:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 60px;
        left: 0;
        top: 29%;
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .6) 100%);
    }

    #ithree .swiper-pagination .swiper-pagination-bullet {
        width: 40%;
        padding: 10px;
    }

    #ithree .slide-left,
    #ithree .slide-right {
        float: initial;
        width: 100%;
    }

    #ithree .slide-left p {
        margin: 2% 0;
    }

    #ithree .slide-left {
        text-align: center;
    }

    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
        font-size: 18px;
    }

    .ifour-box {
        margin-top: 6%;
        padding: 4% 2% 2%;
    }

    .ifour-slide-ul li {
        font-size: 14px;
        padding: 10px 0;
    }

    .ifour-slide-ul li:nth-child(even) {
        padding-left: 2%;
    }

    .ione-box div p:nth-child(2),
    .itwo-tit h6,
    .ithree-tit h6,
    .ifour-tit h6,
    .ifive-tit h6,
    .isix-tit h6,
    #ithree .slide-left h6 {
        font-size: 26px;
    }

    .five-box-bot li {
        width: 100%;
        float: initial;
        margin: 20px 0;
    }

    .five-box-top div {
        position: initial;
        width: 100%;
        margin-left: auto;
        background: transparent;
        padding: 20px 0 0;
    }

    .five-box-top div h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .six-box ul li {
        width: 100%;
        margin: 0;
        max-height: 150px;
        overflow: hidden;
        margin-bottom: 10px
    }

}

@media(max-width:414px) {
    .ione-box div h1 {
        font-size: 32px;
    }

    .ione-box div p:nth-child(2) {
        font-size: 20px;
    }

    .ione-box div p:nth-child(3) span {
        display: block;
        margin: 0;
        line-height: 2;
    }

    .itwo-tit h6,
    .ithree-tit h6,
    .ifour-tit h6,
    .ifive-tit h6,
    .isix-tit h6,
    #ithree .slide-left h6 {
        font-size: 22px;
    }

    .itwo-bref p {
        line-height: 1.7;
    }

    #itwo .swiper-pagination span {
        font-size: 20px;
    }

    #itwo .swiper-slide div span {
        top: 16%;
    }

    #itwo .swiper-slide:before {
        height: 40px;
        top: 25%;
    }

    #ithree .swiper-pagination .swiper-pagination-bullet {
        width: 49%;
        margin: 0 2% 0 0;
    }

    #ithree .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
        margin-right: 0;
    }

    #ithree .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
        font-size: 16px;
    }

    #ithree .slide-right {
        min-height: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 22;
        -webkit-box-orient: vertical;
    }

    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1),
    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(2) {
        float: initial
    }

    #ifour .swiper-pagination .swiper-pagination-bullet {
        width: 29%;
        text-align: center;
    }

    #ifour .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
        margin-right: 0;
    }

    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1):before {
        right: 50%;
        margin-right: -15px;
    }

    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(1) {
        margin-bottom: 10px;
    }

    .five-box-bot li p:nth-child(2) {
        font-size: 12px;
    }

    .five-box-bot,
    .five-box-top {
        padding: 2% 0 0;
    }
    #ithree .swiper-slide:nth-child(2) .slide-right p:nth-child(1){
        font-size: 18px;
    }
    #ithree .swiper-slide:nth-child(2) .slide-right{
        padding-bottom: 40%;
    }
}

@media(max-width:375px) {

    .five-box-top div h6,
    #itwo .swiper-pagination span {
        font-size: 18px;
    }

    .five-box-bot li p:nth-child(2),
    .itwo-bref p {
        font-size: 11px;
    }

    #ithree .slide-right {
        -webkit-line-clamp: 19;
    }

    .ione-box div h1 {
        font-size: 30px;
    }


    #itwo .swiper-slide:before {
        top: 20%;
    }
}

@media(max-width:360px) {
    #itwo .swiper-slide div p {
        font-size: 11px
    }

    #itwo .swiper-slide div span {
        font-size: 16px
    }

    #ithree .swiper-pagination .swiper-pagination-bullet {
        padding: 6px;
    }

    #ithree .slide-left h6 {
        font-size: 18px;
    }

    #ifour .swiper-pagination .swiper-pagination-bullet p:nth-child(2) {
        font-size: 12px;
    }

    .ifour-slide-ul li {
        font-size: 12px;
    }

    .itwo-tit h6,
    .ithree-tit h6,
    .ifour-tit h6,
    .ifive-tit h6,
    .isix-tit h6,
    #ithree .slide-left h6 {
        font-size: 20px;
    }
}

@media(max-width:320px) {
    .ione-box div h1 {
        font-size: 26px;
    }

    .ione-box div p:nth-child(2) {
        font-size: 16px;
    }

    .itwo-tit h6,
    .ithree-tit h6,
    .ifour-tit h6,
    .ifive-tit h6,
    .isix-tit h6,
    #ithree .slide-left h6 {
        font-size: 18px;
    }

    .itwo-tit p {
        font-size: 12px
    }

    .itwo-bref {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
    }
    .five-box-top div h6, #itwo .swiper-pagination span {
        font-size: 16px;
    }
    #itwo .swiper-slide:before {
        height: 28px;
        top: 26%;
    }
    #itwo .swiper-slide div span {
        top: 14%;
    }
    #itwo .swiper-slide div h6{
        font-size: 16px;
        padding-top: 0;
    }
    #itwo .swiper-slide div p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    #ithree .swiper-pagination .swiper-pagination-bullet{
        padding: 0 0 0 3px;
    }
    #ithree .swiper-pagination .swiper-pagination-bullet p:nth-child(2){
        font-size: 11px;
    }
    #ithree .swiper-pagination .swiper-pagination-bullet p:nth-child(1),.five-box-bot li p:nth-child(1) {
        font-size: 14px;
    }
    #ithree .slide-right{
        -webkit-line-clamp: 18;
        font-size: 11px;
    }
    .six-box ul li{
        max-height:130px
    }
}