.tourpage-hero {
    padding: 32px 0 86px;
}
.tourpage-hero .tourpage-hero-desc .banner-title {
    margin-bottom: 44px;
    font-size: 48px;
    line-height: 96px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.tourpage-hero .tourpage-hero-desc .banner-inof {
    color: #fff;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 22px;
    line-height: 32px;
}
.box-function-top {
    display: block;
    overflow: hidden;
}
.box-function-top li {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 55px;
    text-align: left;
}
.box-function-top li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 45px;
}
.box-function-top li .icon i {
    font-size: 40px;
}
.box-function-top li span {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 22px;
}
.box-function-top li p {
    color: #888;
    font-size: 14px;
    line-height: 22px;
    margin: 0 !important;
}

.new-home {
    margin-top: 50px !important;
}

.new-home .new-home-2 {
    display: flex;
    vertical-align: middle;
    margin-left: 40px !important;
    padding: 0 !important;
    position: relative;
    height: auto;
    width: 48%;
}
.new-home .new-home-2:first-child {
    margin-left: 0 !important;
}
.new-home-2-tit {
    display: flex;
    flex-direction: column;
}
.new-home-2-tit-box {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    align-items: flex-start;
}
.new-home-2-tit-txt {
    font-size: 17px;
    line-height: 24px;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
}
.new-home-2-tit-txt img{
    height: 30px;
    margin-right: 10px;
}
.new-home-2-con {
    display: flex;
    padding: 25px;
    width: 100%;
    justify-content: space-between;
}
.new-home-2-name {
    color: #333333;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    margin-top: 45px;
}
.new-home-2-more {
    position: relative;
    background-image:linear-gradient(270deg, #ff6f06 0%, #fb8a37 100%);
    margin-top: 54px;
    box-shadow: 0 2px 8px 0 rgba(53,139,255,0.23);
    height: 32px;
    width: 106px;
	float: left;
    border-radius: 16px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}
.new-home-2-tag {
    position: absolute;
    color: #fff;
    top: 4px;
    right: 42px;
    font-size: 16px;
}
.new-home-2-bk {
    width: 100%;
    height: 100%;
}
.new-home-2-pic {
    margin-bottom: -25px;
}
.new-home-2-pic img {
    width: 320px;
    height: 283px;
}


.new-home-3-hend{
    color: #333333;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
}
.new-home-3-hend .info{
    color: #808080;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
    border-left: 2px solid #ECEDF2;
    padding-left: 8px;
}
.new-home-3 {
    padding-top: 20px;
    display: flex;
}

.new-home-3-list {
    display: flex;
    vertical-align: middle;
    width: calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    position: relative;
    margin-left: 20px;
    padding: 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
}
.new-home-3-list:nth-child(1) {
    margin-left: 0;
    background: url(../img/3x-2.png)  no-repeat;
    background-size: 100% 100%;
}
.new-home-3-list:nth-child(2) {
    background: url(../img/3x-3.png)  no-repeat;
    background-size: 100% 100%;
}
.new-home-3-list:nth-child(3) {
    background: url(../img/3x-1.png)  no-repeat;
    background-size: 100% 100%;
}
.new-home-3-list .new-home-3-pic {
    width: 250px;
    height: 269px;
    margin-bottom: -15px;
}
.new-home-3-list img {
    width: 100%;
    height: 100%;
}

.new-home-3-name {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
}
.new-home-4 {
}

.new-home-4-list {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    margin-right: 30px;
    padding: 25px 0 20px 30px;
    height: 144px;
    width: 321px;
    background: #FFFFFF;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07);
    transition: all ease-in-out .3s;
    cursor: pointer;
}
.new-home-4-list:nth-child(4n) {
    margin-right: 0;
}

.new-home-4-list:hover {
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07);
    background: #ff6f06;
}

.new-home-4-pic {
    height: 50px;
}

.new-home-4-pic img {
    height: 100%;
    transition: all ease-in-out .3s;
}

.new-home-4-pic img:first-child,
.new-home-4-list:hover .new-home-4-pic img:last-child {
    width: auto;
}

.new-home-4-pic img:last-child,
.new-home-4-list:hover .new-home-4-pic img:first-child {
    width: 0;
}

.new-home-4-name {
    color: #4D4D4D;
    font-size: 18px;
    padding-top: 18px;
    line-height: 1;
    transition: all ease-in-out .3s;
}

.new-home-4-list:hover .new-home-4-name {
    color: #FFFFFF;
}



.partners_js {
    position: relative;
    overflow: hidden;
}
.partners_js li {
    width: 23%;
    float: left;
    padding: 0 !important;
    margin-right: 2.66%;
    border: 1px solid #eee;
    margin-top: 20px;
}
.partners_js li a .imgauto {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    padding: 5px;
    padding: 10%;
    background: #fff;
}
.partners_js li a .imgauto img {
    max-height: 65px;
}

.partners_js .pagination {
    text-align: center;
    width: 100%;
    z-index: 10;
    margin-top: 15px;
}
.partners_js .pagination span {
        width: 10px;
        height: 10px;
        background: #fff;
        border: 1px solid #ff6000;
        opacity: 1;
        margin: 0 3px;
}
.partners_js .pagination span.swiper-pagination-bullet-active {
    background: #ff6000;
}

@media screen and (max-width: 1600px) {
    .new-home-2-name {
        font-size: 24px;
    }
    .new-home-3-name {
        font-size: 20px;
    }
    .new-home-3-list .new-home-3-pic {
        width: 220px;
        height: 237px;
    }
    .new-home-4-list:nth-child(4n) {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .new-home .new-home-2 {
        margin-left: 24px !important;
    }
    .new-home-2-tit-txt {
        font-size: 15px;
    }
    .new-home-2-pic img {
        width: 250px;
        height: 221px;
    }
    .new-home-3-list .new-home-3-pic {
        width: 162px;
        height: 175px;
    }
}

@media screen and (max-width: 767px) {
    .new-home {
        padding: 0 15px;
    }
    .new-home-3 {
        padding: 15px;
        display: flex;
    }
    .ey-index-templates .content .list_none {
        margin-bottom: 15px;
        border: none;
    }
    .ey-index-templates .content .list_none:nth-child(2n) {
        margin-bottom: 0;
    }
    .new-home-2-con {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .new-home .new-home-2 {
        width: 100%;
        margin-left: 0 !important;
        background-image: ();
    }
    .new-home-2-tit-box {
        align-items: center;
    }
    .new-home-2-name {
        display: block;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .new-home-2-tit-txt, .new-home-2-more {
        display: none;
    }
    .new-home-2-pic {
        margin-bottom: 0;
    }
    .new-home-3 {
        flex-direction: column;
    }
    .new-home-3-list {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 20px;
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .new-home-3-name {
        margin-bottom: 15px;
    }
    .new-home-3-list .new-home-3-pic {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    .new-home-4 {
        display: flex;
        flex-wrap: wrap;
    }
    .new-home-4-list {
        margin-right: 20px;
        width: calc((100% - 20px) / 2);
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        display: flex;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .new-home-4-list:nth-child(2n) {
        margin-right: 0;
    }
}
