@charset "UTF-8";
.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.center-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* 首页 */

.header {
    padding: 35px 0;
}

.header .logo {
    float: left;
    width: 397px;
}

.header .language {
    float: left;
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px solid #000;
    font-size: 14px;
    color: #999999;
}

.header select {
    width: 140px;
    padding-left: 5px;
    height: 30px;
    background-color: #e6e6e6;
    font-size: 14px;
    color: #666666;
}

.header .drop-btn {
    pointer-events: none;
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background-color: #666666;
    transition: all .2s;
}

.header .drop-btn:hover {
    background-color: #3e640d;
}

.header .drop-btn img {
    width: 13px;
}

.header-right {
    float: right;
}

.search-wrap {
    width: 424px;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    transition: all .3s;
}

.search-wrap:hover {
    border: 1px solid #3e640d;
}

.search-wrap input {
    float: left;
    width: calc(100% - 60px);
    height: 100%;
    padding-left: 10px;
}

.search-wrap .search-icon {
    cursor: pointer;
    position: relative;
    float: right;
    width: 60px;
    height: 100%;
    background-color: #3e640d;
}

.search-wrap .search-icon img {
    width: 18px;
}

.search-list {
    float: left;
    width: 100%;
    padding-top: 17px;
    font-size: 14px;
}

.search-list li {
    display: inline-block;
    margin: 0 5px;
}

.search-list li:not(.first) {
    cursor: pointer;
    transition: all .4s;
}

.search-list li:not(.first):hover {
    color: #3e640d;
    font-weight: bold;
}

.search-list li:first-child {
    color: #cccccc;
}

.nav {
    position: relative;
    z-index: 5;
    padding: 7px 0;
}

.nav li {
    position: relative;
    display: inline-block;
    width: 13.98601%;
    text-align: center;
}

.nav li>a {
    display: inline-block;
    font-size: 18px;
    transition: all .4s;
    padding-bottom: 23px;
}

.nav li>a:hover {
    color: #3e640d;
}

.nav li.active a.fafpnm{
    border-bottom: 4px solid #3e640d;
}

.nav .nav-child {
    pointer-events: none;
    position: absolute;
    top: 90%;
    left: 50%;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all .4s;
    transform: translate(-50%, 40px);
}

.nav .nav-child a {
    display: block;
    width: 94px;
    font-size: 14px;
    padding: 14px 0;
    color: #666666;
    transition: all .4s;
}

.nav .nav-child a:hover {
    background-color: #3e640d;
    color: #fff;
}

.nav li:hover .nav-child {
    pointer-events: inherit;
    opacity: 1;
    transform: translate(-50%, 0);
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
    height: 700px;
}

.banner>.swiper-pagination-bullets {
    bottom: 75px !important;
    background-color: transparent;
    text-align: center;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    opacity: 0.5;
}

.banner .swiper-pagination-bullet-active {
    width: 34px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    opacity: 1;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 60px;
    padding: 19px 0;
    height: auto;
    text-align: center;
    background-color: #000000;
    background-image: none;
    transition: all .4s;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-color: #3e640d;
}

.banner .swiper-button-prev {
    left: 12%;
}

.banner .swiper-button-next {
    right: 12%;
    transform: rotate(180deg);
}

.tab-list {
    width: 1200px;
    padding: 54px 0;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.tab-list a {
    width: 240px;
    float: left;
    position: relative;
    padding-left: 102px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    border-right: 1px solid #e6e6e6;
    transition: all .3s;
}

.tab-list a:hover {
    padding-left: 92px;
}

.tab-list a:hover img {
    transform: translateX(-22px);
}

.tab-list a:last-child {
    border-right: none;
}

.tab-list a img {
    transform: translateX(-32px);
    transition: all .3s;
}

.description {
    padding-bottom: 100px;
    background: url(../images/index-bg1.png) no-repeat center;
    background-size: cover;
}

.description .container {
    margin-top: 100px;
    position: relative;
}

.description .circle-logo {
    z-index: 2;
    width: 127px;
    left: 17%;
}

.description .descri-text {
    float: left;
    width: calc(100% - 500px);
    padding-right: 140px;
}

.description .descri-text p {
    font-size: 14px;
    margin: 30px 0;
    line-height: 2em;
}

.description .name {
    position: relative;
}

.description .name img {
    width: 125px;
    position: absolute;
    top: 0;
    right: 0;
}

.description .more-btn {
    margin-top: 30px;
}

.description .describe-img {
    width: 500px;
}

.description .info {
    margin-top: 88px;
}

.description .info-item {
    cursor: pointer;
    height: 160px;
    float: left;
    width: 20%;
    padding: 40px 24px 23px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #e5e5e5;
    border-left: none;
    transition: all .4s;
}

.description .info-item:first-child {
    border-left: 1px solid #e5e5e5;
}

.description .info-item:hover {
    background-color: #3e640d;
    color: #fff;
}

.description .info-item:hover h3 {
    color: #fff;
}

.description .info-item h3 {
    font-size: 40px;
    color: #3e640d;
    margin-bottom: 27px;
    transition: all .4s;
}

.description .info-item span {
    font-size: 24px;
    font-weight: normal;
}

.name {
    font-size: 40px;
    color: #000000;
    letter-spacing: 5px;
}

.eng-name {
    font-weight: normal;
    font-size: 14px;
    margin-top: 12px;
    display: block;
    letter-spacing: 3px;
}

.more-btn {
    padding: 18px 43px;
    background-color: #3e640d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: all .4s;
    border: 1px solid #3e640d;
}

.more-btn:hover {
    background-color: transparent;
    color: #3e640d;
}

.scenery .swiper-slide {
    height: 600px;
    transition: all .5s;
    text-align: center;
    color: #fff;
}

.scenery .swiper-slide-active {
    width: 46.875% !important;
    padding-top: 0;
}

.scenery .swiper-slide-active .play-icon,
.scenery .swiper-slide-active .more-btn {
    display: inline-block;
}

.scenery .swiper-slide-active::after {
    opacity: 0;
}

.scenery .swiper-slide-active .scene-name {
    padding-top: 0;
}

.scenery .play-icon {
    display: none;
    width: 49px;
    margin-bottom: 146px;
    margin-top:200px;
}

.scenery .scene-name {
    padding-top: 234px;
    font-size: 20px;
    color: #ffffff;
}

.scenery .location {
    margin-top: 23px;
    font-size: 14px;
}

.scenery .location img {
    display: inline-block;
    transform: translateY(3px);
    width: 14px;
    margin-right: 14px;
}

.scenery .more-btn {
    display: none;
    width: 180px;
    height: 50px;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border: solid 1px #e5e5e5;
    margin-top: 30px;
    transition: all .5s;
}

.scenery .more-btn:hover {
    border-radius: 10px;
}

.scenery .swiper-slide::after {
    content: '';
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

.scenery .swiper-slide:hover::after {
    opacity: 0;
}

.scenery .swiper-scrollbar {
    position: absolute;
    left: 0 !important;
    bottom:0 !important;
    height: 12px !important;
    z-index: 10;
    width: 100% !important;
    border-radius: 0;
    background: #e5e5e5;
}

.scenery .swiper-scrollbar-drag {
    height: 6px;
    width: 180px !important;
    position: absolute;
    background: #3e640d;
    border-radius: 0;
    left: 0;
    top: auto;
    bottom: 0;
}

.scenery-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 900px;
    height: 100%;
    max-width: 1000%;
}

.record {
    padding: 100px 0;
    background: url(../images/index-bg1.png) no-repeat center;
    background-size: cover;
}

.record .eng-name {
    margin-bottom: 63px;
}

.record-list {
    width: 1200px;
    margin: 0 auto;
}

.record .name {
    text-align: center;
}

.record-list .item {
    width: 360px;
    float: left;
    margin-right: 60px;
    margin-bottom: 50px;
}

.record-list .item:nth-child(3n) {
    margin-right: 0;
}

.record-list .item:hover img {
    transform: scale(1.1);
}

.record-list .item:hover h4 {
    color: #3e640d;
}

.record-list .item:hover .btn {
    background-color: #3e640d;
    color: #fff;
}

.record-list .record-img {
    width: 360px;
    height: 216px;
}

.record-list .text {
    position: relative;
    font-size: 14px;
    padding-top: 22px;
}

.record-list .text h4 {
    font-size: 20px;
    font-weight: normal;
    padding-right: 80px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
}

.record-list .text p {
    padding-right: 80px;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.record-list .text .btn {
    position: absolute;
    right: 0;
    top: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    transition: all .4s;
}

.img-wrap {
    overflow: hidden;
}

.img-wrap img {
    transition: all .4s;
}

.img-wrap:hover img {
    transform: scale(1.1);
}

.sight {
    padding: 120px 0;
    background: url(../images/index-bg2.png) no-repeat center;
    background-size: cover;
}

.sight .name {
    text-align: center;
    color: #fff;
}

.sight .eng-name {
    margin-bottom: 63px;
}

.sight .news-tab {
    float: left;
    margin-right: 80px;
    width: 240px;
    background-image: -webkit-linear-gradient(90deg, rgba(62, 100, 13, 0.1) 0%, rgba(62, 100, 13, 0.8) 100%);
    background-blend-mode: normal, normal;
}

.sight .news-tab a {
    display: block;
    width: 100%;
    padding: 43px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .4s;
}

.sight .news-tab a:hover {
    width: 110%;
    background-color: #3e640d;
}

.sight .news-tab .active {
    width: 110%;
    background-color: #3e640d;
    border-left: 4px solid #ebad02;
}

.sight .news-detail {
    float: left;
    width: calc(100% - 320px);
    padding: 40px;
    background-color: #fff;
}

.sight .news-img {
    width: 260px;
    height: 156px;
    float: left;
}

.sight .text {
    float: left;
    width: calc(100% - 260px);
    padding-left: 20px;
}

.sight .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.sight .text .news-date {
    font-size: 14px;
    color: #b3b3b3;
}

.sight .text p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    margin-top: 31px;
}

.sight .news-item {
    display: block;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.sight .news-item .news-item-text {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s;
}

.sight .news-item .date {
    font-size: 14px;
    color: #999999;
    float: right;
}

.sight .news-item:hover .news-item-text {
    color: #3e640d;
    padding-left: 10px;
}

.sight:first-child {
    margin-top: 20px;
}

.sight:last-child {
    border-bottom: none;
}

.message {
    padding: 120px 0;
    background: url(../images/index-bg1.png) no-repeat center;
    background-size: cover;
}

.message .name {
    text-align: center;
}

.message .eng-name {
    margin-bottom: 63px;
}

.message .contact {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.message .map {
    float: left;
    width: 720px;
    height: 424px;
}

.message .form {
    float: left;
    width: 480px;
    padding: 34px 40px;
    background-color: #fff;
    box-shadow: -10px 0 30px 0 rgba(0, 0, 0, 0.1);
    background: url("../images/index-bg3.png") no-repeat;
}

.message .form h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.message .input-item {
    padding: 23px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999999;
    transition: all .4s;
}

.message .input-item:hover {
    border-color: #3e640d;
}

.message .input-item input {
    font-size: 16px;
    padding-left: 30px;
}

.message .area-item span {
    float: left;
    color: #999;
}

.message .area-item textarea {
    float: left;
    min-height: 60px;
    font-size: 16px;
    margin-left: 30px;
}

.message .symbol {
    margin-right: 3px;
    color: #ff0000;
}

.message .sub {
    padding: 15px 0;
    background-color: #3e640d;
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 32px;
    transition: all .4s;
    border: 1px solid #3e640d;
}

.message .sub:hover {
    background-color: transparent;
    color: #3e640d;
}

.footer {
    position: relative;
    background: #1f1f1f;
}

.footer .foot-bg {
    width: 161px;
    position: absolute;
    bottom: 53px;
    right: 22%;
}

.footer .top {
    margin-bottom: 30px;
    padding: 45px 0 50px;
    border-bottom: 1px solid #333333;
}

.footer .logo-white {
    float: left;
    width: 276px;
    margin-right: 45px;
}

.footer .service,
.footer .time {
    float: left;
    position: relative;
    padding: 0 50px;
    font-size: 14px;
    color: #666;
}

.footer .service::before,
.footer .time::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 50px;
    background-image: linear-gradient(0deg, rgba(62, 100, 13, 0.1) 0%, rgba(62, 100, 13, 0.8) 50%, rgba(62, 100, 13, 0.1) 100%), linear-gradient(#3e640d, #3e640d);
    background-blend-mode: normal, normal;
}

.footer .service span,
.footer .time span {
    display: block;
    font-size: 20px;
    color: #ebad02;
    margin-top: 8px;
}

.footer .time span {
    color: #fff;
}

.footer .top-btn {
    cursor: pointer;
    float: right;
    width: 50px;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border: solid 1px #333333;
    transition: all .4s;
}

.footer .top-btn:hover {
    background-color: #3e640d;
}

.footer .links {
    float: left;
    padding-right: 70px;
}

.footer .links h4 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 31px;
}

.footer .links a {
    display: block;
    margin-bottom: 1.2em;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    transition: all .4s;
}

.footer .links a:hover {
    color: #3e640d;
    opacity: 1;
}

.footer .other {
    padding-right: 120px;
}

.footer .ercode {
    float: right;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer .ercode img {
    width: 140px;
    height: 140px;
    margin-bottom: 13px;
}

.footer .copyright {
    margin-top: 20px;
    background-color: #121212;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}

.slider-bar {
    display: none;
    position: fixed;
    z-index: 10;
    right: 40px;
    bottom: 10%;
    background-color: #ffffff;
}

.slider-bar-item {
    position: relative;
    width: 100%;
    display: block;
    padding: 11px 16px;
    transition: all .4s;
    border: solid 1px #e5e5e5;
    border-bottom: none;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.slider-bar-item:hover {
    color: #fff;
    background-color: #3e640d;
}

.slider-bar-item:hover .ercode {
    display: block;
}

.slider-bar-item:last-child {
    border-bottom: solid 1px #e5e5e5;
    background-color: #e6e6e6;
}

.slider-bar-item:last-child:hover {
    color: #fff;
    background-color: #3e640d;
}

.slider-bar-item img {
    display: block;
    margin: 0 auto 8px;
}

.slider-bar .ercode {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid #3e640d;
}

.slider-bar .ercode img {
    width: 140px;
    max-width: none;
    margin: 0;
}


/* 2-1 关于我们 */

.child-banner {
    display: block;
    width: 100%;
}

.child-content {
    padding: 45px 0 90px;
    background: url(../images/index-bg1.png) no-repeat center;
    background-size: cover;
}

.child-nav {
    float: left;
    width: 260px;
    padding-bottom: 30px;
    margin-right: 40px;
    background-color: #fff;
}

.child-nav .title {
    margin-bottom: 18px;
    padding: 30px 20px;
    color: #fff;
    font-size: 20px;
    background: url("../images/title-bg.png") no-repeat center;
    background-size: cover;
}

.child-nav .title .eng-title {
    margin-top: 10px;
    display: block;
    color: #ffffff;
    opacity: 0.5;
}

.child-nav-item {
    box-sizing: border-box;
    display: block;
    padding: 18px 20px;
    font-size: 16px;
    transition: all .3s;
    border-left: 6px solid #fff;
}

.child-nav-item.active {
    background-color: #3e640d;
    border-color: #ebad02;
    color: #fff;
}

.child-nav-item:hover {
    background-color: #3e640d;
    border-color: #3e640d;
    color: #fff;
}

.child-wrap {
    float: left;
    width: 900px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 60px 70px;
}

.about-title {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}


/* 2-2语音导游 */

.voice-list .item {
    float: left;
    width: 358px;
    margin-bottom: 45px;
}

.voice-list .item:nth-child(odd) {
    margin-right: 40px;
}

.voice-list .voice-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 240px;
    text-align: center;
}

.voice-list .voice-wrap .mask {
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s;
}

.voice-list .voice-wrap:hover .mask {
    opacity: 0;
}

.voice-list .voice-wrap video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 240px;
    -o-object-fit: fill;
    object-fit: fill;
}

.voice-list .voice-wrap .play-icon,
.voice-list .voice-wrap .stop-icon {
    width: 40px;
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}

.voice-list .voice-wrap .stop-icon {
    display: none;
}

.voice-list .progress {
    z-index: 3;
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    padding: 0 13px;
    font-size: 14px;
    color: #ffffff;
}

.voice-list .progress span {
    float: left;
}

.voice-list .progress .time {
    float: right;
}

.voice-list .progress-bar {
    position: relative;
    display: none;
    float: left;
    width: 158px;
    height: 10px;
    background-color: #e6e6e6;
    border-radius: 5px;
    margin-left: 15px;
    transform: translateY(4px);
    overflow: hidden;
}

.voice-list .progress .inner-bar {
    height: 10px;
    background-color: #e29824;
    border-radius: 5px;
    width: 0;
}

.voice-list .text {
    position: relative;
    padding-top: 17px;
}

.voice-list h4 {
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.voice-list p {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.voice-list .type {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ebad02;
    border-radius: 4px;
}

.pagination {
    text-align: center;
}

.pagination a {
    display: inline-block;
    margin: 0 3px;
    padding: 8px 13px;
    font-size: 16px;
    color: #4d4d4d;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    transition: all .3s;
}

.pagination .prev {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    padding: 10px 13px;
}

.pagination .prev img {
    width: 7px;
}

.pagination .next {
    padding: 10px 13px;
    background-color: #3e640d;
    border-color: #3e640d;
}

.pagination .next img {
    transform: rotate(180deg);
    width: 7px;
}

.pagination .active {
    background-color: #3e640d;
    color: #fff;
    border-color: #3e640d;
}

.pagination a.item:hover {
    background-color: #3e640d;
    color: #fff;
}

.pagination input {
    width: 60px;
    height: 38px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin: 0 5px;
}

.child-wrap .record-list {
    width: 100%;
}

.child-wrap .record-list .item {
    width: 354px;
    margin-right: 40px;
}

.child-wrap .record-list .item:nth-child(even) {
    margin-right: 0;
}

.child-wrap .record-list .item p {
    color: #999;
}

.reserve {
    padding: 40px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.reserve .search-list,
.reserve .search-wrap {
    float: none;
    margin: 0 auto;
}

.reserve .search-list {
    text-align: center;
}

.reserve .tab-list {
    width: 100%;
    margin-top: 44px;
}

.reserve .tab-list a {
    width: 20%;
    font-size: 16px;
}

.reserve-item {
    padding: 30px 0;
}

.reserve-img {
    width: 220px;
    height: 220px;
}

.reserve-item .img-wrap {
    position: relative;
    float: left;
    margin-right: 20px;
}

.reserve-item .img-wrap .text {
    z-index: 2;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 14px;
    color: #fff;
}

.reserve-item .img-wrap .text img {
    width: 17px;
    margin-right: 5px;
}

.reserve-item-text {
    position: relative;
    float: left;
    width: calc(100% - 240px);
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.reserve-name {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
}

.reserve-item .location {
    float: right;
    font-size: 14px;
    color: #666;
}

.reserve-item .location img {
    width: 14px;
    margin-right: 3px;
    transform: translateY(3px);
}

.reserve-item .tags {
    font-size: 14px;
}

.reserve-item .tags span {
    display: inline-block;
    border-radius: 4px;
    padding: 2px 8px;
    margin-right: 4px;
}

.reserve-item .tags span:nth-child(1n) {
    color: #ebad02;
    background-color: #fff2cf;
}

.reserve-item .tags span:nth-child(2n) {
    color: #3dbc1b;
    background-color: #eaf4dd;
}

.reserve-item .tags span:nth-child(3n) {
    color: #ee2d2d;
    background-color: #ffe2e2;
}

.reserve-item p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
    margin: 22px 0;
    width: 420px;
}

.reserve-item .price {
    font-size: 18px;
    color: #f00;
}

.reserve-item .price strong {
    font-size: 32px;
}

.reserve-item .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 56px;
    font-size: 16px;
    color: #fff;
    transition: all .4s;
    background-color: #3e640d;
    border: 1px solid #3e640d;
}

.reserve-item .btn:hover {
    background-color: transparent;
    color: #3e640d;
}

.navigation {
    padding: 18px;
    background-color: #e6e6e6;
    color: #666666;
}

.navigation span {
    color: #3e640d;
}
.navigation a{
     color: #3e640d;

}
.navigation a.reomg{
    text-decoration: underline !important;
    float: right;
}

.reserve-detail {
    background: url(../images/index-bg1.png) no-repeat center;
    background-size: cover;
}

.reserve-detail .container {
    padding-bottom: 84px;
}

.reserve-detail .detail-item .img-wrap {
    width: 500px;
    margin-right: 40px;
}

.reserve-detail .detail-item .img-wrap:hover img {
    transform: scale(1);
}

.reserve-detail .detail-item .reserve-img {
    width: 500px;
    height: 500px;
}

.reserve-detail .detail-item .reserve-item-text {
    border-bottom: none;
    padding-bottom: 0;
    width: calc(100% - 540px);
}

.reserve-detail .detail-item .reserve-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.reserve-detail .detail-item p {
    margin: 30px 0;
}

.reserve-detail .detail-item .btn {
    top: 40%;
    right: 42%;
    font-size: 16px;
}

.reserve-detail .detail-item .btn img {
    transform: translateY(4px);
    width: 18px;
    margin-right: 6px;
}

.reserve-detail .swiper-button-next,
.reserve-detail .swiper-button-prev {
    width: 40px;
    padding: 14px 0;
    height: auto;
    text-align: center;
    background-color: #000000;
    background-image: none;
    transition: all .4s;
}

.reserve-detail .swiper-button-next:hover,
.reserve-detail .swiper-button-prev:hover {
    background-color: #3e640d;
}

.reserve-detail .swiper-button-prev {
    left: 0%;
}

.reserve-detail .swiper-button-next {
    right: 0%;
    transform: rotate(180deg);
}

.reserve-detail .adver-img {
    width: 378px;
    margin: 0;
    margin-top: 26px;
    display: block;
}

.reserve-detail .tab {
    margin-top: 20px;
    padding: 6px 42px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}

.reserve-detail .tab-item {
    display: inline-block;
    position: relative;
    padding: 20px 0 14px;
    font-size: 14px;
    color: #999999;
    margin-right: 130px;
    text-align: center;
    transition: all .4s;
}

.reserve-detail .tab-item:after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-color: #3e640d;
}

.reserve-detail .tab-item:hover::after,
.reserve-detail .tab-item.active::after {
    display: block;
}

.reserve-detail .tab-item span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.reserve-detail .title {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 22px;
}

.reserve-detail .title span {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.reserve-detail .Introduction p {
    line-height: 2em;
    margin: 25px 0;
}

.reserve-detail .position {
   /* display: none;*/
}

.reserve-detail .position .map {
    width:1200px;
    min-height: 424px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.reserve-detail .recommend {
/*    display: none;*/
}

.travel-detail {
    background: url(../images/index-bg1.png) no-repeat center;
    background-size: cover;
}

.travel-detail .container {
    margin: 50px auto;
    padding: 50px 0;
    border: solid 1px #e5e5e5;
}

.travel-detail .travel-content {
    float: left;
    width: 895px;
    padding: 0 40px;
}

.travel-detail .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.travel-detail .date {
    font-size: 14px;
    color: #b3b3b3;
}

.travel-detail .recommend {
    float: left;
    width: 300px;
    padding: 0 20px;
    border-left: 1px solid #e6e6e6;
    font-size: 20px;
}

.travel-detail .recommend-item {
    display: block;
    margin: 30px 0;
    font-size: 16px;
}

.travel-detail .recommend-item img {
    width: 260px;
    height: 156px;
    margin-bottom: 10px;
}

.travel-record {
    background: url(../images/index-bg1.png) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}

.travel-record .search-wrap {
    margin: 0 auto;
}

.travel-record .search-list {
    float: none;
    text-align: center;
}

.travel-record .record-list {
    padding: 70px 0;
}

.news-child .news-img {
    width: 260px;
    height: 156px;
    float: left;
}

.news-child .text {
    float: left;
    width: calc(100% - 260px);
    padding-left: 20px;
}

.news-child .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-child .text .news-date {
    font-size: 14px;
    color: #b3b3b3;
}

.news-child .text p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    margin-top: 31px;
}

.news-child .news-item {
    display: block;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.news-child .news-item .news-item-text {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s;
}

.news-child .news-item .date {
    font-size: 14px;
    color: #999999;
    float: right;
}

.news-child .news-item:hover .news-item-text {
    color: #3e640d;
    padding-left: 10px;
}

.news-child .child-wrap {
    padding: 40px;
}

.news-child .pagination {
    margin-top: 40px;
}

.service-center .child-wrap {
    padding-top: 0;
}

.service-center .service-item {
    cursor: pointer;
    padding: 25px 0;
    border-bottom: 1px dashed #ccc;
}

.service-center .service-item:hover img {
    transform: scale(1.1);
}

.service-center .service-item .img-wrap {
    float: left;
    width: 260px;
}

.service-center .service-item img {
    width: 260px;
    height: 156px;
}

.service-center .service-item .text {
    margin-left: 20px;
    float: left;
    width: calc(100% - 280px);
    padding-left: 0;
}

.service-center .service-item h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.service-center .service-item .date {
    font-size: 14px;
    color: #b3b3b3;
}

.service-center .service-item p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
}

.contact-chlid .map-img {
    display: block;
    width: 100%;
    height: 424px;
}

.contact-chlid .list {
    padding-top: 35px;
}

.contact-chlid .list .item {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.contact-chlid .list span {
    color: #999999;
}

.contact-chlid .list img {
    margin-right: 10px;
    transform: translateY(4px);
}

.contact-center .child-wrap {
    background: url("../images/contact-bg.png") no-repeat center;
    background-size: 100%;
}

.contact-center h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-center form {
    width: 500px;
    margin: 0 auto;
}

.contact-center .input-item {
    padding: 23px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999999;
    transition: all .4s;
}

.contact-center .input-item:hover {
    border-color: #3e640d;
}

.contact-center .input-item input {
    font-size: 16px;
    padding-left: 30px;
}

.contact-center .area-item span {
    float: left;
    color: #999;
}

.contact-center .area-item textarea {
    float: left;
    min-height: 60px;
    font-size: 16px;
    margin-left: 30px;
}

.contact-center .symbol {
    margin-right: 3px;
    color: #ff0000;
}

.contact-center .sub {
    padding: 15px 0;
    background-color: #3e640d;
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 32px;
    transition: all .4s;
    border: 1px solid #3e640d;
}

.contact-center .sub:hover {
    background-color: transparent;
    color: #3e640d;
}

.contact-center .tips {
    margin-top: 20px;
    color: #f00;
    text-align: center;
}

.contact-center .tips img {
    transform: translateY(4px);
}

.recruit .table-head {
    font-size: 16px;
    color: #999999;
    padding: 0 25px;
    margin-bottom: 48px;
}

.recruit .table-head span {
    width: 24.5%;
    display: inline-block;
}

.recruit-item {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.recruit-item .head {
    position: relative;
    padding: 18px 25px;
}

.recruit-item .head span {
    display: inline-block;
    width: 24.5%;
    font-size: 16px;
}

.recruit-item .head img {
    position: absolute;
    right: 25px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.recruit-item .recruit-text {
    display: none;
    padding: 18px 25px;
    line-height: 2em;
}

.recruit-item.show img {
    transform: rotate(180deg);
}
.conte{width: 100%;margin:80px auto;overflow: hidden;}
.conte img{max-width: 100%;height: auto;}


.map-img{width: 818px;height: 424px;margin: 0 auto;}

.vompt{position: absolute;top: 0;left: 0;z-index:2;}



.pmom{width: 100%;margin:40px auto;overflow: hidden;font-size: 16px;line-height:36px;color:#343434;}
.pmom img{max-width: 100%;}

.ompatg{width: 100%;line-height: 80px;font-size: 16px;text-align: center;overflow: hidden;color: #343434;}