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

/* 导航栏+宣传页 */
.main-publicity {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main-publicity .publicity-bgImg {
    position: relative;
}

.publicity-bgImg img {
    position: absolute;
    width: 100%;
    margin-top: -100px;
    z-index: -999;
}

.main-publicity .publicity-navs {
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

.publicity-navs .navs-left {
    display: flex;
    align-items: center;
}

.navs-left .navs-logo {
    display: inline-block;
}

.navs-logo img {
    margin-left: 10px;
    width: 50px;
    height: 48px;
}

.navs-ul ul {
    list-style-type: none;
}

.navs-ul ul li {
    float: left;
    color: #fff;
    font-family: '宋体';
    font-size: 20px;
    margin-left: 80px;
    cursor: pointer;
}


.navs-ul ul li a,
.navs-myText a{
    text-decoration: none;
}
.navs-ul ul li a:hover,
.navs-myText a:hover{
    text-decoration: none;
    color: rgb(186, 126, 72);
}
.nav-noactive{
    color: #fff;
}
.nav-active{
    color: rgb(186, 126, 72);
}


.publicity-navs .navs-right {
    display: flex;
    align-items: center;
}

.navs-right .navs-input {
    margin-right: 50px;
    width: 280px;
    position: relative;
}

.navs-input input {
    background-color: transparent;
    width: 100%;
    height: 24px;
    border: 0.1px solid rgb(136, 136, 136);
    border-radius: 50px;
    color: rgb(239, 239, 239);
    padding-left: 10px;
    line-height: 24px;
}

.navs-input img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 3px;
}

.navs-right .navs-myText {
    color: #fff;
    font-family: '宋体';
    font-size: 20px;
    margin-right: 40px;
    cursor: pointer;
}

.nav-listImgs {
    margin: auto;
    width: 90%;
    height: 550px;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.nav-listImgs .nav-listItme {
    background-color: #f6f6f6;
    width: 300px;
    height: 100%;
    border-radius: 50px;
    position: relative;
}

.nav-listItme .listItem-title {
    padding-top: 50%;
}

.nav-listItme .listItem-title p {
    color: #fff;
    writing-mode: vertical-lr;
    margin: auto;
    letter-spacing: 20px;
    font-size: 28px;
    font-family: '宋体';
    font-weight: 700;
}

.nav-listItme .listItem-text {
    background-color: rgba(255, 255, 255, 0.4);
    height: 280px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: rgb(255, 255, 255);
}

.listItem-text .text-title {
    text-align: center;
    font-size: 22px;
    font-family: '宋体';
    letter-spacing: 1px;
    margin: 30px 0;
    
}

.listItem-text .text-p {
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: 2px;
    font-family: '宋体';
    text-indent: 2em;
    text-align: justify;
    line-height: 20px;
}

.nav-listImgs .nav-listItme:nth-child(1) {
    background-image: url('../images/slxImg/2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nav-listImgs .nav-listItme:nth-child(2) {
    background-image: url('../images/slxImg/3.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nav-listImgs .nav-listItme:nth-child(3) {
    background-image: url('../images/slxImg/4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nav-listImgs .nav-listItme:nth-child(4) {
    background-image: url('../images/slxImg/5.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 内容部分 */
.main-content {
    width: 100%;
    background-color: rgb(204, 213, 208);
}

/* --路线推荐 */
.main-content .recommend-route {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommend-route .route-titleImg {
    padding: 30px 0;
}

.route-titleImg img {
    width: 100%;
    height: 100px;
}

.recommend-route .route-listImg {
    width: 80%;
    height: 150px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 140px;
}

.listImg-item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.recommend-route .route-timeLine {
    width: 80%;
    height: 1280px;
    background-color: rgb(28, 72, 73);
    position: relative;
}

.route-timeLine .timeLine-topImg {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    z-index: 999;
}

.timeLine-topImg img {
    width: 100%;
}

.route-timeLine .timeLine-line {
    display: block;
    width: 3px;
    height: 1250px;
    background-color: rgb(234, 234, 234);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 1.5px;
}

.route-timeLine .timeRight-imgText {
    width: 50%;
    height: 650px;
    margin-top: 100px;
    position: relative;
}

.route-timeLine .timeleft-imgText {
    width: 50%;
    height: 650px;
    margin-left: 50%;
    margin-top: -460px;
    position: relative;
}

/* --公共样式 */
.time-public {
    width: 80%;
    background-color: #fff;
    padding: 20px;
    font-family: '宋体';
    position: absolute;
    right: 50px;
}

.time-public img {
    width: 100%;
    height: 300px;
}

.time-public .time-public-title {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.time-public-title p:first-child {
    font-weight: 600;
    margin-right: 10px;
}

.time-public .time-public-text {
    text-indent: 2em;
    text-align: justify;
    letter-spacing: 2px;
}

/* --公共样式end */

.timeRight-imgText .time-right-botton {
    margin-top: 500px;
}

.timeleft-imgText .time-right-botton {
    margin-top: 500px;
}

.tiem-botton-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}

.tiem-botton-round .time-round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
    background-color: #fff;
}

.time-leftone-triangular {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    margin-left: -26px;
    margin-top: -800px;
}

.time-leftone-round {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    margin-top: -800px;
}

.time-lefttwo-triangular {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    margin-left: -26px;
    margin-top: -300px;
}

.time-lefttwo-round {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    margin-top: -300px;
}

.time-rightone-triangular {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    transform: rotate(-90deg);
    position: absolute;
    left: 50%;
    margin-left: 12px;
    margin-top: -600px;
}

.time-rightone-round {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    margin-top: -600px;
}

.time-righttwo-triangular {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    transform: rotate(-90deg);
    position: absolute;
    left: 50%;
    margin-left: 12px;
    margin-top: -100px;
}

.time-righttwo-round {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    margin-top: -100px;
}

/* --ar体验 */
.main-content .ar-experience {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}

.ar-experience .experience-titleImg {
    padding: 50px 0 30px 0;
}

.experience-titleImg img {
    width: 100%;
    height: 100px;
}

.ar-experience .ar-imgs{
    display: flex;
    justify-content: center;
}

.ar-imgs .ar-left-img{
    width: 300px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.ar-left-img img{
    width: 100%;
    height: 300px;
}

/* .ar-left-img p{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    font-family: '宋体';
} */

.ar-imgs .ar-right-img{
    width: 400px;
    overflow: hidden;
    margin-left: 20px;
}

.ar-right-img img{
    width: 100%;
    height: 300px;
}

/* 脚部 */
.main-foot{
    width: 100%;
    background-color: rgb(28, 74, 75);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: '宋体';
}

.main-foot .foot-partner{
    font-size: 18px;
    margin: 40px 0 50px 0px;
}

.foot-partner ul{
    list-style: none;
}

.foot-partner ul li{
    float: left;
    margin: 0 50px;
}

.main-foot .foot-copyright{
    text-align: center;
    letter-spacing: 2px;
}
.foot-copyright p{
    margin-bottom: 10px;
}

.foot-copyright p:last-child{
    margin-bottom: 30px;
}