.index-new220 {
    padding: 50px 0;
}

header .ion-ios-navicon {
    top: 27px;
}

.container:before,
.container:after {
    display: none !important;
}

.index-div1 {
    display: flex;
    justify-content: space-between;
}

.index-div1~div {
    margin-top: 60px;
}

.index-div1>.left {
    width: 66.47%;
    background: #fff;
    padding: 60px 50px 65px;
}

.index-div1-bottom>div>div>div {
    width: calc(50% - 25px);
    min-height: 455px;

}

.index-div1-bottom>div>div {
    display: flex;
    justify-content: space-between;
}

.index-div1-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    align-items: center;
}

.index-div1-title .title220 {
    margin-bottom: 0 !important;
}

.index-div1>.right {
    width: calc((100% - 66.47% - 30px));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.index-div1-5 {
    display: none;
}

.title220 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 45px;
    color: #111111;
}

.swiper-container-n {
    margin-bottom: 30px;
}

.swiper-container-n .swiper-slide div {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 25px;
    width: 100%;
    text-align: left;
}

.swiper-container-n .swiper-slide div p:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    max-width: 75%;
}

.swiper-container-n .swiper-slide div p:nth-child(2) {
    font-size: 12px;
    line-height: 1;
}

.swiper-pagination-n {
    bottom: 15px !important;
    right: 30px;
    left: auto !important;
    width: auto !important;
}

.swiper-pagination-n span {
    border-radius: initial;
    background: #1ba0a7;
    opacity: .5;
}

.swiper-pagination-n .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1ba0a7;
}

.gallery-thumbs .swiper-slide {
    text-align: left;
}

.gallery-thumbs .swiper-slide p:nth-child(1) {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #666666;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.gallery-thumbs .swiper-slide p:nth-child(2) {
    font-size: 14px;
    color: #1ba0a7;
    line-height: 1;
    border-bottom: 1px solid #1ba0a7;
    padding-bottom: 4px;
    display: inline-block;
}

.index-div1-top {
    position: relative;
}

.index-div1-top div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.index-div1-top p {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    position: relative;
    transition: .4s;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}

.index-div1-top p i {
    position: absolute;
    top: 50%;
    right: 0;
    background: #ccc;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
}

.index-div1-top p.active,
.index-div1-top p:hover {
    color: #1ba0a7;
}

.index-div1-top p:last-child {
    border: none;
    padding-right: 0;
}

.index-div1-top p:last-child i {
    display: none;
}

.index-div1-top p:first-child {
    padding-left: 0;
}

/*
.index-div1-top div:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.index-div1-top div:nth-child(2) i{
    width: 1px;
    height: 100%;
    background: #ccc;
}
.index-div1-top div:nth-child(2):after,.index-div1-top div:nth-child(2):before{
    content: '';
}*/


.index-div1-bottom>div>div>div:nth-child(2) a {
    display: flex;
    justify-content: space-between;
}

.index-div1-bottom a:nth-child(1)~a {
    margin-top: 40px;
}

.index-div1-bottom .left {
    width: 75px;
    border-right: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-div1-bottom .left p:nth-child(1) {
    font-size: 36px;
    color: #1ba0a7;
    line-height: 1;
    margin-bottom: 15px;
}

.index-div1-bottom .left p:nth-child(2) {
    font-size: 14px;
    line-height: 1;
    color: #ababab;
}

.index-div1-bottom .right {
    width: calc(100% - 95px);
}

.index-div1-bottom .right p:nth-child(1) {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    transition: 0.4s;
}

.index-div1-bottom .right p:nth-child(2) {
    font-size: 14px;
    line-height: 25px;
    color: #888888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-div1 .right>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
    padding: 20px;
}

.index-div1 .right>div>p {
    font-size: 20px;
    line-height: 1;
}

.index-div1 .right>div div p:nth-child(1) {
    font-size: 60px;
    line-height: 1;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 2px solid #d2eced;
    margin-bottom: 20px;
}

.index-div1 .right>div div p:nth-child(2) {
    font-size: 18px;
    line-height: 1;
}

.index-div1-bottom a:hover .right p:nth-child(1) {
    color: #1ba0a7;
}

.index-div2-top {
    position: relative;
    margin-bottom: 35px;
}

.index-div2-top .title220 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    margin-bottom: 0;
    width: 23%;
}

.index-div2>div,
.index-div4>div,
.index-div1-5>div {
    width: 100%;
    background: #fff;
    padding: 60px 50px 65px;
    position: relative;
}

.index-div2-bottom {
    display: flex;
    justify-content: space-between;
}

.index-div2-bottom a {
    width: calc((100% - 60px) / 3);
    background: #f1f1f1;
    padding: 40px 35px;
    transition: .4s;
}

.index-div2-bottom a:hover {
    background: #af9061;
}

.index-div2-bottom a:hover p {
    color: #fff !important;
}

.swiper-container33 {
    height: 165px;
}

.swiper-container33 .swiper-slide .left {
    width: 23%;
    padding-right: 25px;
    padding-bottom: 50px;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    color: #666666;
    height: 100%;
}

.swiper-container33 .swiper-slide .left p {
    text-align: left;
}

.swiper-container33 .swiper-slide .right {
    width: 77%;
}

.index-div2-bottom a p {
    transition: .4s;
}

.index-div2-bottom a p:nth-child(1) {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-bottom: 25px;
}

.index-div2-bottom a p:nth-child(2) {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 25px;
}

.index-div2-bottom a p:nth-child(3) {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-div3-div img {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.index-div3-div div {
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-div3-div2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.index-div3-div2>a {
    width: calc(100% / 6);
    height: 100%;
    transition: .4s;
    text-align: center;
    padding-top: 7%;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.index-div3-div2>a:last-child {
    border: none;
}

.index-div3-div2>a.active {
    background: #af9061;
}

.index-div3-div2>a.active p {
    color: #fff !important;
}

.index-div3-div2>a i {
    font-size: 70px !important;
    line-height: 1 !important;
    height: auto;
    margin-bottom: 10%;
    display: block;
    color: #fff !important;
    transition: 0s;
}

.index-div3-div2>a i:hover {
    transform: none !important;
    height: auto !important;
}

.index-div3-div2>a i:before {
    font-size: 70px !important;
    color: #fff !important;
}

.index-div3-div2>a div {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 20px;
    transition: .4s;
}

.index-div3-div2>a p:nth-child(1) {
    font-size: 28px;
    line-height: 1;
    color: #af9061;
    margin-bottom: 10px;
}

.index-div3-div2>a p:nth-child(2) {
    font-size: 16px;
    line-height: 1;
    color: #af9061;
}

.index-div3-div2>a p:nth-child(3) {
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.index-div3-div2>a.active p:nth-child(2) {
    display: none;
}

.index-div3-div2>a.active p:nth-child(3) {
    display: -webkit-box;
}

.index-div3-div2>a.active div {
    background: rgba(255, 255, 255, 0);
    padding: 0 20px;
}

.index-div3-div2>a.active p:nth-child(1) {
    margin-bottom: 8%;
}

.index-div3-div2>a.active i {
    margin-bottom: 8%;
}

.index-div4-div {
    display: flex;
    justify-content: space-between;
}

.index-div4-div div {
    width: calc((100% - 90px) / 4);
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.index-div4-div div img {
    display: block;
    width: auto;
    float: none;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.index-div4-div div:hover {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.index-div4 .con-j {
    width: calc((100% - 90px) / 4);
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    position: absolute;
    top: 60px;
    right: 50px;
}

.index-div4 .con-j select {
    margin: 0 !important;
}

@media (max-width: 1600px) {
    .index-div1 .right>div>p {
        width: 40%;
        font-size: 18px;
        line-height: 25px;
    }

    .index-div1 .right>div div {
        width: 50%;
    }

    .index-div1 .right>div div p:nth-child(2) {
        font-size: 16px;
        line-height: 25px;
    }

    .index-div1 .right>div div p:nth-child(1) {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .index-div1-top p {
        font-size: 16px;
    }

    .index-div1-bottom a:nth-child(1)~a {
        margin-top: 30px;
    }

    .swiper-container33 {
        height: 150px;
    }

    .index-div3-div2>a p:nth-child(1) {
        font-size: 24px;
    }

    .index-div3-div2>a div {
        min-height: 116px;
    }

    .index-div3-div div {
        height: 450px;
    }
}

@media (max-width: 1440px) {
    .index-div3-div div {
        height: 400px;
    }

    .index-div1>.left {
        width: 60%;
    }

    .index-div1>.left,
    .index-div2>div,
    .index-div4>div,
    .index-div1-5>div {
        padding: 45px 35px;
    }

    .index-div4 .con-j {
        right: 35px;
        top: 45px;
    }

    .index-div1>.right {
        width: calc(40% - 30px);
    }

    .index-div1-title .title220 {
        margin-bottom: 30px !important;
    }

    .title220 {
        font-size: 30px;
    }

    .index-div1-bottom>div>div>div {
        width: calc(50% - 15px);
        min-height: 425px;
    }

    .index-div1-title.index-div1-title {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .index-div1-top {
        width: 100%;
    }

    .index-div3-div2>a p:nth-child(1) {
        font-size: 24px;
    }

    .index-div1-bottom .left p:nth-child(1) {
        font-size: 30px;
    }

    .swiper-container33 {
        height: 130px;
    }

    .index-div2-bottom a p:nth-child(1),
    .index-div2-bottom a p:nth-child(2) {
        margin-bottom: 15px;
    }
}

@media (max-width: 1366px) {

    /* .index-div1-bottom .left {
         display: none;
     }

     .index-div1-bottom .right {
         width: 100%;
     }*/
    .index-div1-bottom .right p:nth-child(1) {
        font-size: 16px;
    }

    .index-div1-title {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .index-div1-title .title220 {
        width: 100%;
        margin-bottom: 25px !important;
    }

    .index-div1-top {
        width: 100%;
    }

    .index-div1>.left>div:nth-child(1) {
        width: 100%;
    }

    .index-div1-5 {
        display: block;
    }

    .index-div1~div {
        margin-top: 50px;
    }

    .index-div1-top div:nth-child(1) {
        justify-content: left;
    }

    .swiper-container33 .swiper-slide .left {
        padding-bottom: 15px;
    }

    .swiper-container33 {
        height: 120px;
    }
}

@media (max-width: 1200px) {
    .index-div1-top p {
        padding: 0 10px;
    }

    .index-div3-div2>a p:nth-child(2) {
        font-size: 14px;
    }

    .index-div3-div div {
        height: 300px;
    }

    .index-div1-bottom>div>div>div:nth-child(1) {
        margin-bottom: 30px;
    }

    .index-div1-bottom>div>div {
        flex-wrap: wrap;
    }

    .index-div1-bottom>div>div>div {
        width: 100%;
    }

    .index-div1-bottom>div>div>div:nth-child(1) {
        margin-bottom: 0;
    }

    .index-div1-bottom>div>div>div:nth-child(2) {
        display: none;
    }

    .index-div1-top {
        margin-bottom: 0 !important;
    }

    .index-div1>.left {
        width: 55%;
    }

    .index-div1>.right {
        width: calc(45% - 30px);
        min-height: 500px;
    }

    .swiper-container33 .swiper-slide .left {
        display: none;
    }

    .swiper-container33 .swiper-slide .right {
        width: 100%;
    }

    .index-div2-top .title220,
    .index-div1-top,
    .title220 {
        position: relative;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .index-div3-div2>a i,
    .index-div3-div2>a i:before {
        font-size: 40px !important;
    }

    .index-div3-div2>a p:nth-child(1) {
        font-size: 18px;
    }

    .index-div3-div2>a div {
        padding: 10px 15px;
        min-height: 80px;
    }

    .index-div2-bottom a {
        padding: 25px;
    }

    .index-div1~div {
        margin-top: 30px;
    }

    .index-div3 {
        margin-top: 50px !important;
        overflow: hidden;
    }

    .index-div2-top {
        margin-bottom: 28px;
    }
}

@media (max-width: 992px) {
    .index-div3-div div {
        height: 250px;
    }

    .index-div1-bottom>div>div>div:nth-child(1) {
        margin-bottom: 30px;
    }

    .index-div1-bottom>div>div>div:nth-child(2) {
        display: block;
    }

    .index-div1 {
        flex-wrap: wrap;
    }

    .index-div1>.left {
        width: 100%;
        margin-bottom: 25px;
    }

    .index-div1>.right {
        width: 100%;
        min-height: 850px;
    }

    .swiper-container33 {
        height: 90px;
    }

    .index-div2-bottom a {
        padding: 15px;
    }


    .index-div3-div2>a.active div {
        min-height: 50px;
        padding: 15px;
    }

    .index-div3-div2>a p:nth-child(2) {
        font-size: 14px;
    }

    .swiper-container-n .swiper-slide div {
        padding: 15px;
    }

    .swiper-pagination-n {
        right: 15px;
    }

    .index-div1>.left {
        padding: 25px;
    }

    .index-div4-div div {
        width: calc((100% - 45px) / 4);
    }
}

@media (max-width: 767px) {
    .index-div1-bottom>div>div>div {
        min-height: auto;
    }

    .index-div3-div2>a.active p:nth-child(3) {
        display: none;
    }

    .index-div3>p {
        padding: 0 15px;
    }

    .index-div3-div2>a:nth-child(3)~a {
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .index-div3 {
        padding: 0;
    }

    .index-new220 {
        padding: 25px 0;
    }

    .index-div1 {
        flex-wrap: wrap;
    }

    .index-div1>.left {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }

    .index-div1>.right {
        width: 100%;
        min-height: 450px;
    }

    .index-div1 .right>div div p:nth-child(2) {
        font-size: 14px;
    }

    .index-div1 .right>div div p:nth-child(1) {
        font-size: 30px;
    }

    .index-div1 .right>div>p {
        font-size: 16px;
    }

    .index-div1>.left,
    .index-div2>div,
    .index-div4>div,
    .index-div1-5>div {
        padding: 15px;
    }

    .index-div1-bottom .left p:nth-child(1) {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .index-div1-bottom .right p:nth-child(1) {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .index-div2-top .title220 {
        width: 100%;
    }

    .index-div2-top .title220,
    .index-div1-top,
    .title220 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .index-div1-top div:nth-child(1) {
        flex-wrap: wrap;
    }

    .index-div1-top p {
        font-size: 16px;
        padding: 0 15px !important;
    }

    .index-div3-div2>a {
        width: calc(100% / 3);
        padding-bottom: 7%;
    }


    .index-div3-div2 {
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .index-div3-div {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .index-div3-div div {
        height: 100%;
    }

    .index-div3-div img {
        height: 100%;
        width: auto;
    }

    .index-div3-div2>a.active div,
    .index-div3-div2>a div {
        min-height: auto;
        padding: 10px 15px;
    }

    .index-div3-div2>a p:nth-child(1) {
        font-size: 16px;
        margin-bottom: 0;
    }

    .index-div3-div2>a div {
        min-height: auto;
    }

    .index-div3-div2>a p:nth-child(2) {
        font-size: 12px;
        display: none;
    }

    .index-div3-div2>a.active i {
        margin-bottom: 10%;
    }

    .index-div3-div2>a.active p:nth-child(1) {
        margin-bottom: 0;
    }

    .index-div4-div {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .index-div4-div div {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
    }

    .index-div4-div div:nth-child(2)~div {
        margin-top: 15px;
    }

    .index-div4-div div:nth-child(2n) {
        margin-right: 0;
    }

    .index-div4 .con-j {
        top: 15px;
        right: 15px;
    }

    .index-div4 .title220 {
        margin-bottom: 30px;
    }

    .con-j select {
        height: 30px;
    }

    .index-div2-top {
        margin-bottom: 15px;
    }

    .index-div2-bottom a {
        width: 100%;
        margin-bottom: 15px;
    }

    .index-div2-bottom {
        flex-wrap: wrap;
    }

    .index-div2-bottom a p:nth-child(2) {
        font-size: 16px;
    }

    .index-div2-bottom a p:nth-child(1) {
        font-size: 14px;
    }

    .index-div1-top {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .index-div1-top p:nth-child(3) i {
        display: none;
    }
}

@media (max-width: 414px) {
    .swiper-container33 {
        height: 50px;
    }

    .index-div1-top p:nth-child(4)~p {
        margin-top: 15px;
    }

}

@media (max-width: 375px) {
    .index-div1-top p:nth-child(3)~p {
        margin-top: 15px;
    }
}
