@charset "utf-8";

body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, sans-serif, Simsun;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    background: #fff;
    max-width: 768px;
}

a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
input,
textarea,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

i {
    display: block;
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right2 {
    float: right;
    display: inline;
}

.block {
    display: block;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.hidden {
    display: none;
}

.width {
    width: 100%
}

.auto {
    margin: 0 auto;
}

.fontcolor {
    color: #21b660;
}

.textcolor {
    color: #666;
    line-height: 2em;
}

.bjcolor {
    background-color: #f8f8f8;
}

.huizi {
    color: #999 !important;
}

.white {
    color: #fff;
}

.border_r {
    border-right: solid 1px #e5e5e5;
}

.border_l {
    border-left: solid 1px #e5e5e5;
}

.border_b {
    border-bottom: dotted 1px #e5e5e5;
}

.border_b2 {
    border-bottom: dashed 1px #e5e5e5;
}

.mb5 {
    margin-bottom: .5em;
}

.mr10 {
    margin-right: 10px;
}

.mtb5 {
    margin: 5px 0;
}

.radius {
    border-radius: 4px;
    background-color: white;
    border: 1px solid #d9d9d9;
}

.bold {
    font-weight: bold;
}

.news_xq div {
    text-indent: 2em
}

.news_xq div a {
    display: contents;
}

.tel_title {
    text-align: center;
    display: block;
    line-height: 45px;
    color: #999;
}

#head {
    width: 100%;
    height: 2.5em;
}

#head .logo {
    width: 36%;
    margin-top: .3125em;
    margin-left: .625em;
    height: 1.875em;
    max-width: 10em;
}

#head .logo img {
    max-width: 130px;
}

.icon_tel {
    width: .9em;
    height: .9em;
    background: url(../images/icon_m_ju.png) no-repeat 0 0;
    background-size: 6.25em auto;
    margin: .5em .3em auto 0;
}

#head .tel {
    color: #21b660;
    font-weight: bold;
    line-height: 1.875em;
    margin: .3em .625em auto auto;
}

#nav {
    width: 100%;
    height: 45px;
    margin-top: 0px;
    overflow: hidden;
    background: url(../images/bj.png) repeat-x;
    position: relative;
    z-index: 2;
}

#nav a {
    line-height: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    padding: 0 .625em;
}

#nav a:first-child {
    margin-left: .3em;
    padding: 0 1em;
}

#nav a.current {
    background-color: #21b660;
}

#main {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

#main #slider1 {
    width: 100%;
    height: 16.75em;
    margin-top: -2.8em;
}

#main #slider1 .banner1 {
    background: url(../images/m_banner1.jpg) no-repeat center;
    width: 100%;
    height: 16.75em;
}

#main #slider {
    width: 100%;
    height: 200px;
    margin-top: -45px;
}

#main #slider .mtime-box {
    min-width: 100%;
    height: 200px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

#main #slider .mtime-box .bd {
    width: 100% !important;
}

#main #slider .mtime-box .bd li .m-width {
    width: 100%;
    overflow: hidden;
}

#main #slider .mtime-box .bd li {
    width: 100% !important;
    height: 200px;
}

#main #slider .mtime-box .bd li a {
    display: block;
    height: 200px;
}

#main #slider .mtime-btn {
    width: 100%;
    position: absolute;
    top: 2em;
}

#main #slider .mtime-btn a {
    display: block;
    width: 1em;
    height: 1.8em;
    position: absolute;
    top: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#main #slider .mtime-btn a.prev {
    left: 0px;
    background: url(../images/icon_m_ju.png) 4em 0 no-repeat;
    background-size: 6.25em auto;
}

#main #slider .mtime-btn a.next {
    right: 0px;
    background: url(../images/icon_m_ju.png) 5em 0 no-repeat;
    background-size: 6.25em auto;
}

#main #slider .mtime-box .hd {
    position: absolute;
    top: 115px;
    left: 50%;
    margin-left: -5em;
}

#main #slider .mtime-box .hd ul li {
    width: 3em;
    height: 2em;
    text-indent: -9999px;
    margin-right: .625em;
    border-bottom: solid 5px #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    float: left;
    cursor: pointer;
}

#main #slider .mtime-box .hd ul li.on {
    border-bottom: solid 5px #21b660;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#main #slider #prev_next {
    display: none;
}

#main .title {
    width: 100%;
    border-bottom: solid 1px #21b660;
    position: relative;
    z-index: 1;
}

#main .title h2 {
    border-bottom: solid 3px #21b660;
    font-size: 1.25em;
    width: 60%;
    text-align: center;
    margin-bottom: -2px;
}

#main .title h2 a {
    height: 2em;
    overflow: hidden;
    line-height: 2em;
    background-size: 2em auto;
    padding: .3em 0 0 .8em;
}

.couse_btn {
    padding: 0 10px;
}

.couse_btn a {
    height: 34px;
    line-height: 34px;
    background: #fff;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 2px;
    margin-bottom: 10px;
}

.couse_btn a.current {
    background: #21b660;
    color: #fff;
}

#foot .couse_btn {
    padding: 10px
}

#foot .couse_btn a {
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 0 20px;
}

#foot .couse_btn a:last-child {
    margin-right: 0;
}

.content .duo {
    background-color: #79c64c;
    width: 120px;
    height: 34px;
    border-radius: 4px;
    line-height: 32px;
    margin: 0 auto;
}

.content .duo a {
    color: white;
    text-align: center;
    display: block;
    background: url(../images/icon_m_ju.png) no-repeat 95px -28px;
    padding-right: 7px;
    background-size: 150px auto;
}

.content ul li {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    margin-top: 0;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}

.page_btn li {
    float: left;
    padding: 0.6em 1em;
    color: #282828;
    background: white;
    margin-right: 2%;
    margin-top: 0.8em;
}

.content ul li a {
    display: block;
}

.content ul li .kc_img,
.content ul.xq_detail li .tj_img {
    width: 30%;
    max-width: 6.25em;
    margin-top: .65em;
}

.content ul li .kc_img img,
.content ul.xq_detail li .tj_img img {
    max-width: 6.25em;
}

.content ul li h3 {
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
}

#kech1 .content ul li h3 {
    height: 1.5em;
}

#xq .content ul li h3 {
    height: 1.5em;
}

.content ul li h3 span {
    height: 1.5em;
    overflow: hidden;
    max-width: 90%;
}

.content ul li h3 .shu {
    width: 3px;
    height: 1em;
    background-color: #21b660;
    margin-right: .625em;
    margin-top: 4px;
}

.content ul li .text,
.content ul.xq_detail li .tj_text {
    width: 66%;
    float: left;
    margin-left: 4%;
}

.content ul.xq_detail li .tj_text p {
    font-size: .875em;
    line-height: 2em;
    color: #999;
    height: 2em;
    overflow: hidden;
    position: relative;
}

.content ul li .text p {
    font-size: .875em;
    line-height: 2em;
    color: #999;
    overflow: hidden;
    position: relative;
}

.content ul li #luo {
    font-size: .875em;
    line-height: 4em;
    color: #999;
    height: 2em;
    overflow: hidden;
    position: relative;
}

.content ul li .text p.duanluo {
    height: 4em;
    overflow: hidden;
    position: relative;
}

.btn_ckxq {
    color: #21b660;
    position: absolute;
    white-space: nowrap;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.icon_ckxq {
    width: 16px;
    height: 14px;
    background: url(../images/icon_m_ju.png) -13px 0 no-repeat;
    background-size: 100px auto;
    margin: 7px .3em 0 0;
}

.icon_huo {
    width: .813em;
    height: 1.2em;
    background: url(../images/icon_m_ju.png) -1.75em 0 no-repeat;
    background-size: 6.25em auto;
    margin-left: .2em;
    margin-top: .2em;
}


.content ul.xq_list {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    margin-top: 0;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}

.content ul.xq_list li {
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    border-bottom: 1px dashed #d9d9d9
}

.content ul.xq_detail li .kc_img {
    width: 100%;
    max-width: 640px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.content ul.xq_detail li .kc_img img {
    width: 100%;
    max-width: 640px;
    position: relative;
    top: -50%;
    margin-top: 30px;
}

.content ul.xq_detail li .text {
    float: none;
    width: 100%;
    margin: 0;
}

.content ul.xq_detail li h3 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 5px 0;
    height: auto;
    overflow: auto;
}

.content ul.xq_detail li p {
    font-size: 1em;
    height: auto;
    overflow: auto;
}

.content ul.xq_detail li h5,
.content ul.sz_detail li h5 {
    font-size: 1em;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    position: relative;
}

.content ul.xq_detail li .tj_text p.duanluo_tj {
    height: 4em;
    overflow: hidden;
    position: relative;
    font-size: .875em;
    line-height: 2em;
    color: #999;
}

.content ul.sz_detail li h3 {
    font-weight: bold;
    font-size: 1.1em;
    height: auto;
    overflow: auto;
}

.content ul.sz_detail li p {
    height: auto;
    overflow: auto;
}

.content ul.sz_detail li .tj_text p {
    overflow: hidden;
    position: relative;
}

#main #sz .content ul li .kc_img {
    width: 36%;
    max-width: 130px;
    margin-top: 0;
    height: 10em;
    overflow: hidden;
}

#main #sz .content ul li .kc_img img {
    max-width: 130px;
}

#main #sz .content ul li .text {
    width: 60%;
    margin-left: 2%;
    padding: 5px 2% 5px 0;
}

#main #sz .content ul li .text p.duanluo {
    height: 4em;
}

.icon_xin {
    width: 15px;
    height: 15px;
    background: url(../images/icon_m_ju.png) 0 -68px no-repeat;
    background-size: 160px auto;
    margin: 5px 3px 0 0;
}

.icon_xin2 {
    background-position: 0 -169px;
    margin-top: 7px;
}

.icon_xin3 {
    background-position: 0 -169px;
    margin-top: 5px;
}

.icon_xing {
    width: 70px;
    height: 24px;
    background: url(../images/icon_m_ju.png) 0 -86px no-repeat;
    background-size: 160px auto;
    margin: 0 3px 0 0;
}

#main #ys .content {
    background-color: #f8f8f8;
}

#main #ys ul {
    line-height: 2em;
}

#main #ys ul li {
    overflow: hidden;
    padding: .625em;
    text-align: center;
    border: none;
}

#main #ys ul li a {
    display: block;
}

#main #ys ul li .icon_img {
    text-align: center;
    float: left;
    width: 30%;
    padding-top: 2.3em;
}

#main #ys ul li .icon_img img {
    max-width: 8em;
}

#main #ys ul li .text {
    width: 65%;
    margin-left: 5%;
    text-align: left;
}

#main #ys ul li .ys_title {
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #b9b9b9;
}

#main #ys ul li .ys_title span.lv {
    color: #3a923c;
}

#main #ys ul li .ys_title span.hong {
    color: #e74b43;
}

#main #ys ul li .ys_title span.lan {
    color: #258dd8;
}

#main #ys ul li .ys_p {
    overflow: hidden;
    padding-top: .2em;
    font-size: .875em;
    line-height: 2em;
    max-height: 4em;
    color: #666;
}

#main #ys ul li .ys_xq_btn {
    width: 6.5em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 3px;
    text-align: center;
    color: white;
    background: #21b660;
    margin: .4em 0;
}

#main #news .tab_block_l {
    width: 100%;
}

#main #news .tab_block_l .tab a {
    display: block;
    width: 29%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    margin: 0px 1.5% 0;
    border-radius: 4px;
}

#main #news .tab_block_l .tab a:first-child {
    margin-left: 3.5%;
}

#main #news .tab_block_l .tab a.on {
    color: #21b660;
}

#main #news .tab_block_l .tab_content {
    overflow: hidden;
    width: 100%;
}

#main #news .tab_block_l .tab_content ul {
    margin-bottom: 0;
}

#main #news .tab_block_l .tab_content li {
    display: none;
    font-size: 1em;
    margin-top: 10px;
    padding-bottom: 20px;
}

#main #news .tab_block_l .tab_content li .td {
    background: #fff;
    border-radius: 4px;
}

#main #news .tab_block_l .tab_content li .td .news_img {
    position: relative;
}

#main #news .tab_block_l .tab_content li .td .news_img a {
    display: block;
}

#main #news .tab_block_l .tab_content li .td .news_img img {
    width: 100%;
}

#main #news .tab_block_l .tab_content li .td .news_p {
    padding: 5px 2%;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    line-height: 24px;
    height: 56px;
    position: absolute;
    bottom: 0;
    width: 96%;
}

#main #news .tab_block_l .tab_content li .td a.news_list {
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #eaeaea;
}

#main #news .tab_block_l .tab_content li .td a.news_list p {
    line-height: 24px;
    height: 48px;
    width: 72%;
    overflow: hidden;
    float: left;
}

#main #news .tab_block_l .tab_content li .td a.news_list .xq_kefu {
    float: right;
    width: 20%;
    height: 40px;
    margin-top: 4px;
}

#main #news .tab_block_l .tab_content li .td a.news_list .xq_kefu img {
    width: 100%;
    max-height: 40px;
}

#foot {
    font-size: .875em;
    width: 100%;
    height: 60px;
    line-height: 2.2em;
    color: #666;
    text-align: center;
}

/*预约表单*/
#yuyue1 {
    width: 100%;
    margin-top: 1.5em;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#yuyue1 .yy_title {
    width: 100%;
    height: 2em;
    line-height: 2em;
    background-color: #fff;
    padding-bottom: .4em;
    font-size: 1.24em;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}

#yuyue1 .yy_title span {
    color: #f64444;
}

#yuyue1 .yy_content {
    width: 76%;
    background-color: #21b660;
    line-height: 2.8em;
    padding: 2em 2em 1.2em;
    margin: 0 auto;
}

#yuyue1 .yy_content .input1,
#yuyue1 .yy_content .input2 {
    width: 100%;
    font-size: 1em;
    height: 2.5em;
    background-color: #fff;
    border: none;
    margin-bottom: .625em;
    color: #666;
    line-height: 2.5em;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, sans-serif, Simsun;
}

#yuyue1 .yy_content .input2 {
    width: 48%;
    float: left;
}

#yuyue1 .yy_content .yy_btn {
    width: 100%;
    height: 2.5em;
    background-color: #ffde00;
    color: #222;
    line-height: 2.5em;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

/*优惠券*/
.xyh {
    padding: .45rem 0;
    text-align: center;
    width: 100%;
}

.xyh ul {
    width: 90%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.xyh ul img {
    margin: 0 auto;
    width: 100%
}

/*底部悬浮*/
.lv_bj {
    background-color: #3a923c;
}

.lan_bj {
    background-color: #2ca5e0;
}

.cheng_bj {
    background-color: #fa4c06;
}

.sch_bottom_b {
    width: 100%;
    height: 3.125em;
}

#sch_bottom {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 3.125em;
    z-index: 10;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

#sch_bottom .block {
    width: 1.1%;
    float: left;
    height: 3.125em;
}

#sch_bottom .btn {
    width: 30%;
    float: left;
    color: #fff;
    line-height: 2.5em;
    height: 2.5em;
    overflow: hidden;
    margin: .3125em 1.3%;
    border-radius: 8px;
    text-align: center;
}

#sch_bottom .btn span {
    display: inline-block;
    position: relative;
    padding-left: 1.5625em;
}

#sch_bottom .btn .label {
    position: absolute;
    display: block;
    right: -6px;
    line-height: 18px;
    top: -11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FF0000;
    color: #fff;
    font-size: 10px;
    font-style: normal;
}

#sch_bottom .btn span .icon_tel {
    background: url(../images/icon_m_ju.png) no-repeat 2px -73px;
    background-size: 6.25em auto;
    width: 1.3em;
    height: 1.3em;
    position: absolute;
    top: .7em;
    left: 0;
    margin: 0;
}

#sch_bottom .btn span .icon_line {
    background: url(../images/icon_m_ju.png) no-repeat -21px -73px;
    background-size: 6.25em auto;
    width: 1.4em;
    height: 1.3em;
    position: absolute;
    top: .7em;
    left: 0;
}

#sch_bottom .btn span .icon_yuyue {
    background: url(../images/icon_m_ju.png) no-repeat -42px -73px;
    background-size: 6.25em auto;
    width: 1.3em;
    height: 1.3em;
    position: absolute;
    top: .7em;
    left: 0;
}

/*详情页*/
.btn1,
.btn2 {
    background-color: #fa4c06;
    border-radius: 50px;
    margin-top: 8px;
    text-align: center;
    color: white;
    padding: 0 20px;
    line-height: 30px;
}

.btn2 {
    background-color: #2ca5e0;
    margin-right: 10px;
}

.detail_text h4 {
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
}

.detail_text {
    margin-bottom: 10px;
}

.detail_text table {
    width: 100%;
}

.detail_text p,
.detail_text div {
    padding-bottom: 5px;
}

#sz .btn1,
#sz .btn2 {
    padding: 0 10px;
    margin-top: 0;
}

.positionbox {
    padding: 10px;
    color: #bbb;
}

.positionbox a {
    color: #666;
}

.news_xq {
    background: #fff;
    margin: 10px;
    margin-top: 0;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.news_xq h1 {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
}

.resource p {
    color: #999;
    float: left;
}

.resource {
    margin-top: 10px;
}

.news_para {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news_para p {
    line-height: 2em;
    text-indent: 2em;
    margin: 5px 0;
}

.news_para img {
    max-width: 640px;
    display: block;
    margin: 10px auto;
    width: 90%;
}

.updown {
    line-height: 2.5em;
    color: #999
}

.updown a {
    display: contents;
}

.page_btn {
    width: 90%;
    margin: 0 auto;
}

/* banner */
.slide-main {
    position: relative;
    z-index: 0;
}

.item {
    display: block;
    width: 200px;
    height: 5px;
    position: absolute;
    z-index: 124;
    bottom: 8%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}

.item a {
    display: inline-block;
    width: 24px;
    height: 5px;
    margin-right: 11px;
    background: #444;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: hidden;
}

.item a.cur {
    background: #fff;
}

.slide-box,
.slide {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
}

.slide-box {
    position: relative;
}

.slide {
    display: none;
    overflow: hidden;
    z-index: 8;
}

#bgstylea {
    background: #f0dfa9;
}

#bgstyleb {
    background: #e8d9b8;
}

#bgstylec {
    background: #e7d0ae;
}

#bgstyled {
    background: #379e67;
}

#bgstylee {
    background: #4ea0f8;
}

/**/

.detail_text table img,
.detail_text img {
    max-width: 640px;
    display: block;
    margin: 10px auto;
    width: 90%;
}

#dituContent {
    width: 100% !important;
    height: 200px !important;
}

.resource p {
    text-indent: 0em !important;
}

.news_xq div a,
td {
    text-indent: 0em !important
}

#top_x {
    position: fixed;
    display: flex;
    top: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    z-index: 999;
    background-color: transparent;
}

#top_x.scrolled {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

#top_x .logo {
    width: 30%;
    height: 100%;
}

#top_x .logo img {
    height: 100%;
    width: auto
}

#top_x .tel {
    width: 70%;
    height: 100%;
    font-size: 18px;
    line-height: 60px;
    text-align: right;
}