@import url('../iconfont/iconfont.css');
@import url('/skin/css/jquery.fancybox.min.css');
@import url('/skin/css/video.css');
@import url('/skin/css/swiper.min.css');
.m-player .mplayer-poster:before{
    background:none;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

*,
::after,
::before {
    box-sizing: border-box;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

html,
body {
    width: 100%;
    font-family: cursive;
    font-size: 16px;
    font-weight: 400;
    background-color: #f1f1f1;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0bae04;
}

video {
    max-width: 100%;
    display: block;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
    transition: all 300ms linear;
    text-decoration: none;
    outline: 0
}

ul,
ul li,
ol,
ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0 0 15px;
    background: 0;
    color: #2d3434;
    line-height: 1.25em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2d3434
}

h1 {
    font-size: 72px
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif
}

textarea {
    overflow: hidden;
    resize: none
}

p {
    position: relative;
    margin-bottom: 0px
}

.text {
    position: relative;
    line-height: 1.80em;
    margin-bottom: 0
}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.theme-btn {
    display: inline-block;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.chunk {
    padding: 40px 0;
}

.navigation {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.navigation h3 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 3px;
}

.navigation h3 span {
    color: #0baa94;
}

.navigation>span {
    font-size: 14px;
    display: inline-block;
    padding: 2px 15px;
    background: linear-gradient(90deg, #9cab08, #0baa94);
    border-radius: 8px;
    border: 2px solid #fee704;
    color: #fff;
}

.shadeblue .navigation h3 {
    color: #fff;
}

.shadeblue .navigation h3 span {
    color: #fee704;
}

.center {
    text-align: center
}

.body {
    width: 100%;
    max-width: 414px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 3px 10px #999;
}

@media(max-width:500px) {
    .body {
        max-width: 100%;
    }
}

.banner img {
    display: block;
    width: 100%;
}

.head_hint {
    position: relative;
    z-index: 1;
    margin-top: -90px;
}

.head_hint .head_hintwave img {
    display: block;
    width: 100%;
    pointer-events: none;
}

.head_hint .head_hint_txt {
    background-color: #0baa94;
    padding: 0 15px 15px;
    text-align: center;
}

.head_hint .head_hint_label {
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    padding: 4px 15px;
    background-color: #fffbe3;
    color: #0baa94;
    border-radius: 15px;
}

.head_hint .head_hint_txt h3 {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.head_hint .head_hint_txt h3 span {
    color: #fee704;
}

.head_hint .head_hint_script {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 15px;
    position: relative;
}

.head_hint .head_hint_scripttit {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
}

.head_hint .head_hint_script h6 {
    display: inline-block;
    background: linear-gradient(90deg, #f7aeae, #e44b3f);
    padding: 6px 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 8px;
}

.head_hint .head_hint_script h6 span {
    background-color: #fff;
    color: #e44b3f;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 8px;
    margin-right: 7px;
}

.head_hint .head_hint_script p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.about .about_content p {
    font-size: 14px;
    font-family: none;
    font-weight: bold;
    text-indent: 28px;
    margin-bottom: 10px;
    color: #1d1d1d;
}

.about .about_inner {
    margin-top: 10px;
}

.about .about_inner .video_details {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.address,
.fullview {
    padding: 20px 0 0;
    position: relative;
}

.address::before,
.fullview::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0baa94;
    height: 20px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.address .navigation,
.fullview .navigation {
    background-color: #0baa94;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.fullview .fullview_vr {
    width: 100%;
    display: block;
    height: 320px;
    position: relative;
    z-index: 1;
}
.fullview .fullview_vr .fullview_vrqunjin{
    width: 100%;
    height: 100%;
}

.tombtype_inner {
    display: flex;
    flex-wrap: wrap;
}

.tombtype {
    padding-bottom: 25px;
}

.tombtype .tombtype_item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0px 7.5px;
}

.tombtype .tombtype_item:nth-child(2n) {
    padding-right: 0;
}

.tombtype .tombtype_item:nth-child(2n-1) {
    padding-left: 0;
}

.tombtype .tombtype_item img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.serve {
    background-color: #0baa94;
}

.serve .serve_block {
    background-color: #f7f0e5;
    border-radius: 15px;
    margin-top: -67px;
    padding: 60px 12px 40px;
}

.serve .navigation h3 {
    background: linear-gradient(to bottom, #fff 50%, #cd0000 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serve .navigation h3 span {
    background: linear-gradient(to bottom, #cd0000 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serve {
    overflow: hidden;
}

.serve .serve_item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.serve .serve_item .serve_item_img {
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid rgba(11, 170, 148, 0.3);
    position: relative;
}

.serve .serve_item .serve_item_txt:nth-child(2n-1) {
    margin-right: 15px;
}

.serve .serve_item .serve_item_txt:nth-child(2n) {
    margin-left: 15px;
}

.serve .serve_item .serve_item_img img {
    width: 100%;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
}

.serve .serve_item .serve_item_img::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 90%;
    transform: rotate(45deg);
    z-index: 0;
    width: 140%;
    border-top: 1px dashed #0baa94;
    border-radius: 50%;
    height: 110%;
    pointer-events: none;
}

.serve .serve_item:nth-child(2n) .serve_item_img::before {
    right: 10%;
    left: auto;
    top: 90%;
    transform: rotate(-45deg);
}

.serve .serve_item:last-child .serve_item_img::before {
    display: none;
}

.serve .serve_item_txt .serve_item_texthei {
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #0baa94;
    border-radius: 15px;
}

.serve .serve_item_txt .serve_item_title {
    margin-bottom: -32px;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}

.serve .serve_item_txt .serve_item_title h6 {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding: 3px 8px;
    background-color: #0baa94;
    border-radius: 15px;
    margin: 0;
    color: #fff;
}

.serve .serve_item_txt .serve_item_title h6 i {
    color: #fee704;
    margin-right: 2px;
}

.serve .serve_item_txt .serve_item_text {
    background-color: rgba(11, 170, 148, 0.3);
    border-radius: 8px;
}

.serve .serve_item_txt .serve_item_texttxt {
    padding: 10px 14px;
}

.scenery {
    padding-bottom: 25px;
}

.scenery .scenery_inner {
    display: flex;
    flex-wrap: wrap;
}

.scenery .scenery_item {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 7.5px;

}

.scenery .scenery_item_block {
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px #ccc solid;
}

.scenery .scenery_item:nth-child(2n) {
    padding-right: 0;
}

.scenery .scenery_item:nth-child(2n-1) {
    padding-left: 0;
}

.scenery .scenery_item img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.scenery .scenery_item h6 {
    text-align: center;
    padding: 4px 0;
    font-size: 16px;
    margin: 0;
}

.address .address_inner {
    padding-bottom: 40px;
    background-color: #0baa94;
}

.address .address_inner img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.footer {
    background-color: #0baa94;
    padding-bottom: 70px;
}

.footer .footer_img img {
    display: block;
    width: 100%;
}

.tel {
    width: 100%;
    max-width: 414px;
    position: fixed;
    z-index: 50;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.tel button,
.tel a {
    width: 40%;
    padding: 14px;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    border-color: #0baa94;
    cursor: pointer;
    border-style: solid;
    background-color: #0baa94;
    color: #fff;
    box-shadow: #077d6d 0px 0.0625rem 0.375rem 0px;
}

.tel i {
    font-size: 24px;
    margin-right: 5px;
}

.weixin_inner {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.weixin_inner.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.weixin_block {
    position: relative;
    width: 100%;
    padding-top: 10px;
    max-width: 320px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.weixin_block::before, .weixin_block::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #077d6d;
}
.weixin_block::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.weixin_block::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.weixin_block img{
    max-width: 170px;
}
.weixin_block p {
    font-family: none;
    font-size: 14px;
    padding:0 8px 10px;
}

.weixin_block p span {
    color: #0baa94;
    font-weight: 600;
}
.weixin_block .weixin_ul{
    display: flex;
}
.weixin_block .weixin_ul li {
    width: 50%;
}

.weixin_block .weixin_ul button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-size: 15px;
}
.weixin_block .weixin_ul button i{
    font-size: 24px;
    margin-right: 5px;
}
.weixin_block .weixin_ul li:first-child button {
    background: #0baa94;
    border-radius: 0 0 0 .25em;
}


.weixin_block .weixin_ul li:last-child button {
    background: #97b0ad;
    border-radius: 0 0 .25em 0;
}