body {
    min-width: 320px;
    max-width: 680px;
    margin: 0 auto;
    font-size: 16px;
    background-color: #f1ebde;
}

* {
    margin: 0;
    padding: 0;
}

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

li {
    list-style: none;
}

img {
    width: 100%;
}

div, a, img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.clearfix{
    zoom: 1;
}

.logo-top {
    display: block;
    line-height: 0;
}

nav {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
    background-color: #a42c2c;
	float:left;
}

nav ul {
    padding: 0 0 0 1%;
}

nav ul li {
    float: left;
    width: 31%;
    line-height: 2.75rem;
    text-align: center;
    font-size: 1rem;
}
nav ul .search_mn{ position:relative; margin:0px; width:2.75rem; height:2.75rem; float:right; }
nav ul .search_mn1{ position:relative; margin:0px; width:2.75rem; height:2.75rem; float:right; }

@media screen and (min-width: 600px){
    nav ul li {
		width: 31%;
        line-height: 3.75rem;
        text-align: center;
        font-size: 1.5rem;
    }
nav ul .search_mn{ position:relative; margin:0px; width:3.75rem; height:3.75rem; float:right; }
nav ul .search_mn1{ position:relative; margin:0px; width:3.75rem; height:3.75rem; float:right; }
}

nav ul .search_mn i{ margin:0px; width:100%; height:100%; text-align:center; background:url(../images/search_btn1.jpg) no-repeat center center; background-size:auto 100%; font-style:normal; float:left; display:block; }
nav ul .search_mn .conbox{ position:absolute; z-index:20; right:0px; bottom:-40px; margin:0px; width:280px; height:38px; background:#fff; border:#a2a576 1px solid; border-right:none; display:none; overflow:hidden;}
nav ul .search_mn .conbox .s_sel{ margin:0px; padding:0 0 0 10px; width:60px; height:38px; line-height:38px; font-size:13px; color:#333; background:none; border:none; outline:none; float:left; }
nav ul .search_mn .conbox .s_text{ margin:0 0 0 3px; padding:0 0 0 10px; width:158px; height:38px; line-height:38px; font-size:13px; color:#666; background:none; border:none; outline:none; border-left:#a2a576 1px solid; float:left; }
nav ul .search_mn .conbox .s_sub{ margin:0 3px 0 0; padding:0px; width:40px; height:38px; background:url(../images/search_btn2.png) no-repeat center center; background-size:25px auto; border:none; outline:none; cursor:pointer; float:right; display:block; }

nav ul .search_mn1 i{ margin:0px; width:100%; height:100%; text-align:center; background:url(../images/search_btn11.jpg) no-repeat center center; background-size:auto 100%; font-style:normal; float:left; display:block; }
nav ul .search_mn1 .conbox{ position:absolute; z-index:20; right:0px; bottom:-40px; margin:0px; width:280px; height:38px; background:#fff; border:#a2a576 1px solid; border-right:none; display:none; overflow:hidden;}
nav ul .search_mn1 .conbox .s_sel{ margin:0px; padding:0 0 0 10px; width:60px; height:38px; line-height:38px; font-size:13px; color:#333; background:none; border:none; outline:none; float:left; }
nav ul .search_mn1 .conbox .s_text{ margin:0 0 0 3px; padding:0 0 0 10px; width:158px; height:38px; line-height:38px; font-size:13px; color:#666; background:none; border:none; outline:none; border-left:#a2a576 1px solid; float:left; }
nav ul .search_mn1 .conbox .s_sub{ margin:0 3px 0 0; padding:0px; width:40px; height:38px; background:url(../images/search_btn2.png) no-repeat center center; background-size:25px auto; border:none; outline:none; cursor:pointer; float:right; display:block; }


nav ul li a {
    color: #fff;
}

.but-menu {
    padding: 0.75rem 4%;
    background-color: #f1ebde;
}

@media screen and (min-width: 600px){
    .but-menu {
        padding: 1.25rem 4%;
    }
}

.b-but-menu a {
    float: left;
    display: block;
    width: 49%;
    line-height: 0;
}

@media screen and (min-width: 600px){
    .b-but-menu a {
        width: 48.5%;
    }
}

.b-but-menu a:first-child {
    margin-right: 2%;
}

@media screen and (min-width: 600px){
    .b-but-menu a:first-child{
        margin-right: 3%;
    }
}

.s-but-menu {
    margin-top: 0.75rem;
}

.s-but-menu a {
    float: left;
    display: block;
    width: 23.5%;
}

@media screen and (min-width: 600px){
    .s-but-menu a {
        width: 23.125%;
    }
}

.s-but-menu a:first-child, .s-but-menu a:nth-child(2), .s-but-menu a:nth-child(3) {
    margin-right: 2%;
}

@media screen and (min-width: 600px){
    .s-but-menu a:first-child, .s-but-menu a:nth-child(2), .s-but-menu a:nth-child(3) {
        margin-right: 2.5%;
    }
}

.case {
    margin-bottom: 0.375rem;
    padding: 1.125rem 4% 1rem;
    background-color: #fff;
}

@media screen and (min-width: 600px){
    .case {
       margin-bottom: 0.5rem;
        padding: 1.75rem 4% 1.5rem;
    }
}

.case-hd, .men-hd {
    position: relative;
}

.case-hd h2, .men-hd h2 {
    font-size: 1.125rem;
}

@media screen and (min-width: 600px){
    .case-hd h2, .men-hd h2 {
        font-size: 1.75rem;
    }
}

.case-more-r {
    position: absolute;
    top: 0.25rem;
    right: 0;
    font-size: 0.875rem;
}

@media screen and (min-width: 600px){
    .case-more-r {
        top: 0.625rem;
        font-size: 1.25rem;
    }
}

.case-more-r a, .men-more-r a {
    color: #ab893e;
}

.case-con {
    margin-top: 0.875rem;
}

.case-con-li {
    float: left;
    width: 32%;
    position: relative;
}

.case-con-li .img1 {
    position: absolute;
    top:0;
    left:0;
}

.case-con-li .img2 {
    opacity: 0.9;
}

@media screen and (min-width: 600px){
    .case-con-li {
        width: 31.333%;
    }
}

.case-con-li:first-child, .case-con-li:nth-child(2) {
    margin-right: 2%;
}

@media screen and (min-width: 600px){
    .case-con-li:first-child, .case-con-li:nth-child(2) {
        margin-right: 3%;
    }
}

.case-con-li a img {
    border-radius: 0.5rem;
}

.case-con-li p {
    padding: 0 0.5rem;
    margin-top: 0.25rem;
    line-height: 1.2rem;
    font-size: 0.75rem;
    text-align: center;
}

.case-con-li p a {
    color: #b99c5b;
}

@media screen and (min-width: 600px){
    .case-con-li p {
        padding: 0 2rem;
        line-height: 1.75rem;
           font-size: 1.125rem;
    }
}

.men {
    padding: 1.125rem 3% 1rem;
    background-color: #fff;
}

@media screen and (min-width: 600px){
    .men {
        padding: 1.75rem 3% 1.5rem;
    }
}

.men-hd {
    padding: 0 1%;
}

.men-more-r {
    position: absolute;
    top: 0.375rem;
    right: 0.25rem;
    font-size: 0.875rem;
}

@media screen and (min-width: 600px){
    .men-more-r {
        top: 0.625rem;
        font-size: 1.25rem;
    }
}

.jhzt_gn_gy_index{ padding:10px 0 0 0; width:100%; margin: 0 auto; height:auto; overflow:hidden; }
.jhzt_gn_gy_index dl{ margin:8px 0 0 8px; padding:0px; width:10%; text-align:center; float:left; }
.jhzt_gn_gy_index dl dt{ margin:0px; width:100%; height:22px; float:left; }
.jhzt_gn_gy_index dl dt img{ width:36px; height:22px; }
.jhzt_gn_gy_index dl dd{ margin:2px 0 0 0; width:100%; height:20px; color: #909090; font-size:12px; float:left; }
.jhzt_gn_gy_index dl a{ width:100%; height:100%; display:block; }

.men-con {
    width: 100%;
    margin-top: 0.5rem;
}
    
.men-con ul li {
    float: left;
    width: 23%;
    padding: 0.25rem 1%;
}

@media screen and (min-width: 600px){
    .men-con ul li {
        width: 22.5%;
        padding: 0.375rem 1.25%;
    }
}

.men-con ul li a {
    display: block;
    line-height: 0;
}

.men-con ul li a img {
    border-radius: 0.5rem;
}

.service {
    margin-bottom: 0.375rem;
    padding: 2rem 2%;
}

@media screen and (min-width: 600px){
    .service {
        padding: 3rem 4%;
    }
}

.service-hd {
    margin-bottom: 1rem;
}

@media screen and (min-width: 600px){
    .service-hd {
        margin-bottom: 2.25rem;
    }
}

.service-hd img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.f-row, .s-row {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 600px){
    .f-row, .s-row {
        margin-bottom: 1.25rem;
    }
}

.f-row-li {
    float: left;
    width: 27%;
    padding: 0.25rem 2.5%;
}

.f-row-li p {
    margin-top: 0.375rem;
    font-size: 0.875rem;
    color: #ab893e;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 600px){
    .f-row-li p {
        font-size: 1.375rem;
    }
}

.s-row-li {
    float: left;
    width: 20%;
    padding: 0.25rem 4%;
}

.s-row-li p {
    margin-top: 0.375rem;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 600px){
    .s-row-li p {
        font-size: 1.375rem;
    }
}

.s-row-li-l {
    padding-left: 12%;
}

.s-row-li-r {
    padding-right: 12%;
}

.s-row-li-l p {
    color: #e8875f;
}

.s-row-li-m p {
    color: #e57171;
}

.s-row-li-r p {
    color: #c34545;
}

.team {
    padding: 2rem 3% 0.25rem;
    background-image: linear-gradient(#fff, #f0f0f0);
}

@media screen and (min-width: 600px){
    .team {
        padding: 3rem 3% 0.5rem;
    }
}

.team-hd {
    padding: 0 1%;
}

.team-hd img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.team-con {
    width: 100%;
    margin-top: 0.875rem;
}
    
.team-con-li {
    position: relative;
    float: left;
    width: 30.3333%;
    margin: 0.25rem 1.5%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.team-con-li p {
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    width: 100%;
    height: 25%;
    line-height: 1rem;
    background: rgba(0,0,0,.5);
    color: #ffe8b7;
    font-size: 0.75rem;
    text-align: center;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

@media screen and (min-width: 600px){
    .team-con-li p {
        line-height: 1.75rem;
        font-size: 1.25rem;
    }
}

.about {
    padding: 2rem 3% 1rem;
    background: url(../images/v3-about-bg.jpg) no-repeat;
    color: #ffe8b7;
}

.about-hd img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.about-con {
    margin-top: 1.5rem;
}

.digit-info {
    float: left;
    width: 33.333%;
    text-align: center;
}

.bit-digit {
    height: 2rem;
    line-height: 2rem;
    font-size: 2.125rem;
}

@media screen and (min-width: 600px){
    .bit-digit {
        margin-right: 0.5rem;
        font-size: 3.75rem;
    }
}

.digit-con {
    font-size: 1.25rem;
}

@media screen and (min-width: 600px){
    .digit-con {
        font-size: 1.875rem;
    }
}

.digit-tit {
    margin-top: 0.375rem;
    font-size: 0.75rem;
}

@media screen and (min-width: 600px){
    .digit-tit {
        font-size: 1.125rem;
    }
}

.about-txt {
    width: 125%;
    margin: 0 -12.5%;
    line-height: 1.5rem;
    font-size: 0.75rem;
    text-align: center;
    transform: scale(0.8);
}

@media screen and (min-width: 600px){
    .about-txt {
        width: 100%;
        margin: 0;
        padding-top: 2.25rem;
        padding-bottom: 2rem;
        line-height: 2.25rem;
        font-size: 1.125rem;
        transform: scale(1);
    }
}

.html-end {
    width: 100%;
    height: 1rem;
    display: inline-block;
    padding-top: 0.75rem;
}

@media screen and (min-width: 600px){
    .html-end {
        height: 1.5rem;
        padding-top: 1rem;
    }
}

.foot-menu {
    float: left;
    width: 100%;
    left: 0;
    padding: 0.375rem 0;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    z-index: 100001;
    background: #a42c2c;
}

.foot-menu ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.li-img a {
    display: block;
}

.li-img a img {
    width: 50%;
    max-width: 1.75rem;
    max-height: 1.75rem;
    margin-top: 0.125rem;
}

@media screen and (min-width: 600px){
    .li-img a img {
        max-width: 2.5rem;
        max-height: 2.5rem;
        margin-top: 0.375rem;
    }
}

.li-img a p {
    line-height: 0.8125rem;
    font-size: 0.8125rem;
    color: #fff;
}

@media screen and (min-width: 600px){
    .li-img a p {
        line-height: 1.25rem;
        font-size: 1.125rem;
    }
}

.c-col-menu {
    padding: 0.75rem 4%;
}

.c-col-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.c-col-menu ul:after {
    content: '';
    width: 49%;
}

.c-col-menu ul li {
    width: 23.5%;
    margin: 0.25rem 0;
    line-height: 2rem;
    background-color: #e0d3b6;
    font-size: 0.75rem;
    text-align: center;
}

.h_nowrap{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  }

@media screen and (min-width: 600px){
    .c-col-menu ul li {
        margin-bottom: 0.75rem;
        line-height: 3rem;
        font-size: 1.25rem;
    }
}

.c-col-menu ul li a {
    display: block;
}

.c-col-menu-on {
    background-color: #a42c2c;
    color: #fff;
}

.case-c-con, .news-c-con, .men-c-con, .coaches-c-con, .service-c-con, .about-c-con {
    background-color: #fff;
    padding: 0 4%;
}

.service-c-con, .about-title {
	padding-bottom: 1.25rem;
}

.c-hd-tit {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}

@media screen and (min-width: 600px){
    .c-hd-tit {
        height: 5.5rem;
        line-height: 5.5rem;
    }
}

.c-hd-tit h1, .c-hd-tit h2 {
    display: inline-block;
    font-size: 1.25rem;
}

@media screen and (min-width: 600px){
    .c-hd-tit h1, .c-hd-tit h2 {
        font-size: 2.125rem;
    }
}

.c-hd-tit-l {
    padding-right: 4%;
}


.c-hd-tit-r {
    padding-left: 4%;
}

.c-hd-tit-l img, .c-hd-tit-r img {
    width: 10%;
}

.c-hd-tit-line {
    border-bottom: 1px solid #f1ebde;
}

.video-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
}

@media screen and (min-width: 600px){
    .video-box {
        padding-top: 1.5rem;
    }
}

.video-box dl {
    width: 48%;
    padding-bottom: 1rem;
}

@media screen and (min-width: 600px){
    .video-box dl {
        padding-bottom: 1.5rem;
    }
}

.video-box dl dd h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 0.875rem;
    text-align: center;
    color: #a42c2c;
    font-weight: normal;
}

@media screen and (min-width: 600px){
    .video-box dl dd h2 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

.video-box dl dd a {
    color: #a42c2c;
}

.news-box dl {
    width: 100%;
    padding: 0.75rem 0;
    border-bottom: 1px dashed #f1ebde;
}

.news-box dl dt {
    float: left;
    display: inline;
    width: 28%;
    margin-right: 4%;
    text-align: center;
}

.news-box dl dt a img {
    border-radius: 0.25rem;
}

.news-box dl dd h2 {
    margin-bottom: 0.25rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
    font-weight: normal;
}

@media screen and (min-width: 600px){
    .news-box dl dd h2 {
        margin-bottom: 0.5rem;
        line-height: 2rem;
        font-size: 1.375rem;
    }
}

.news-box dl dd h2 a {
    color: #a42c2c;
}

.news-box dl dd p {
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #828282;
}

@media screen and (min-width: 600px){
    .news-box dl dd p {
        line-height: 1.875rem;
        font-size: 1.125rem;
    }
}

.news-box ul li {
    width: 100%;
    padding: 0.35rem 0 0 0;
}

.news-box ul li h2 {
    float: left;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    font-weight: normal;
}

@media screen and (min-width: 600px){
    .news-box ul li h2 {
        margin-bottom: 0.5rem;
        line-height: 2rem;
        font-size: 1.375rem;
    }
}

.news-box ul li h2 a {
    color: #a42c2c;
}

.news-time {
    float: right;
    width: 20%;
    font-size: 0.75rem;
    color: #999;
}

@media screen and (min-width: 600px){
    .news-time {
        font-size: 1rem;
    }
}

.news-des {
    float: left;
    width: 100%''
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
    color: #666;
    font-size: 0.875rem;
}

@media screen and (min-width: 600px){
    .news-des {
        margin-bottom: 0.5rem;
        line-height: 1.875rem;
        font-size: 1.125rem;
    }
}

.activity-box {
    padding-top: 1rem;
}

.activity-box ul li {
    margin-bottom: 0.5rem;
}

.case-box dl {
    width: 100%;
    padding: 0.75rem 0;
    border-bottom: 1px dashed #f1ebde;
}

.case-box dl dt {
    float: left;
    display: inline;
    width: 28%;
    margin-right: 4%;
    text-align: center;
}

.case-box dl dt a img {
    border-radius: 0.25rem;
}

.case-box dl dd h2 {
    margin-bottom: 0.25rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
    font-weight: normal;
}

@media screen and (min-width: 600px){
    .case-box dl dd h2 {
        margin-bottom: 0.5rem;
        line-height: 2rem;
        font-size: 1.375rem;
    }
}

.case-box dl dd h2 a {
    color: #a42c2c;
}

.case-box dl dd p {
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #828282;
}

@media screen and (min-width: 600px){
    .case-box dl dd p {
        line-height: 1.75rem;
        font-size: 1.125rem;
    }
}

.page-box {
    width: 100%;
    padding: 1.25rem 0;
    line-height: 1.5rem;
    font-size: 0.75rem;
    text-align: center;
    overflow: hidden;
}

@media screen and (min-width: 600px){
    .page-box {
        padding: 2.75rem 0;
        font-size: 1.125rem;
    }
}

.page-box span, .page-box a {
    height: 1.5rem;
    display: inline-block;
    margin: 0 0.125rem;
    padding: 0 0.75rem;
    line-height: 1.5rem;
    background-color: #b99c5b;
    color: #fff;
    vertical-align: top;
    overflow: hidden;
}

@media screen and (min-width: 600px){
    .page-box span, .page-box a {
        height: 2.875rem;
        margin: 0 0.375rem;
        padding: 0 1.5rem;
        line-height: 2.875rem;
    }
}

.page-box a.on {
    height: 1.5rem;
    display: inline-block;
    margin: 0 0.125rem;
    padding: 0 0.75rem;
    line-height: 1.5rem;
    background-color: #83692f;
    color: #fff;
    vertical-align: top;
    overflow: hidden;
}

@media screen and (min-width: 600px){
    .page-box a.on {
        height: 2.875rem;
        margin: 0 0.375rem;
        padding: 0 1.5rem;
        line-height: 2.875rem;
    }
}

.men-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-left-con {
    width: 12%;
    padding-top: 1.125rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
    color: #ad8c43;
    text-align: center;
    background-color: #e6dbc4;
}

@media screen and (min-width: 600px){
    .search-left-con {
        padding-top: 1.125rem;
        line-height: 2.5rem;
        font-size: 1.5rem;
    }
}

.search-right-con {
    width: 86%;
    color: #b99c5b;
}

.search-right-con form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.men-search-opt {
    width: 80%;
    padding: 0.375rem 0;
}

.men-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.75rem;
}

@media screen and (min-width: 600px){
    .men-box {
        margin-top: 1.25rem;
    }
}

.men-box dl {
    width: 48.5%;
    margin-bottom: 0.75rem;
    background-color: #f4f4f4;
}

@media screen and (min-width: 600px){
    .men-box dl {
        margin-bottom: 1.25rem;
    }
}

.search-right-con span {
    color: #ad8c43;
    font-size: 0.75rem;
}

@media screen and (min-width: 600px){
    .search-right-con span {
        font-size: 1.125rem;
    }
}

.input-box {
    display: inline-block;
    width: 36%;
    margin: 0.25rem 0;
}

@media screen and (min-width: 600px){
    .input-box {
        width: 38%;
        margin: 0.5rem 0;
    }
}

.input-box dt {
    position: relative;
}

.input-box dt input {
    width: 76%;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.375rem;
    color: #fff;
    font-size: 0.75rem;
    background: #b99c5b;
    border: 1px #e4c580 solid;
}

@media screen and (min-width: 600px){
    .input-box dt input {
        width: 9.5rem;
        height: 2.25rem;
        line-height: 2rem;
        font-size: 1.125rem;
    }
}

.input-box dt input:hover .listcon {
    display: block;
}

.input-box dd {
    float: left;
    display: inline;
    width: 4.375rem;
    height: 0;
    margin: 0;
    text-align: left;
}

@media screen and (min-width: 600px){
    .input-box dd {
        width: 9.5rem;
    }
}

.input-box-icon {
    position: absolute;
    top: 11px;
    right: 15px;
    vertical-align: middle;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

@media screen and (min-width: 600px){
    .input-box-icon {
        top: 14px;
        right: 22px;
        border-top: 8px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }
}

.listcon {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 5.15rem;
    background: #b99c5b;
    border: 1px #e4c580 solid;
    border-top: none;
    float: left;
    display: none;
    overflow: hidden;
}

@media screen and (min-width: 600px){
    .listcon {
        width: 10rem;
    }
}

.listcon p {
    float: left;
    display: inline;
    width: 100%;
    height: 7.5rem;
    margin: 0;
    background: #b99c5b;
    overflow-x: no;
    overflow-y: auto;
}

@media screen and (min-width: 600px){
    .listcon p {
        height: 15rem;
    }
}

.listcon p i {
    float: left;
    display: inline;
    width: 91%;
    margin: 0px;
    padding: 0 6%;
    line-height: 1.625rem;
    font-size: 0.75rem;
    color: #fff;
    font-style: normal;
}

@media screen and (min-width: 600px){
    .listcon p i {
        line-height: 2.75rem;
        font-size: 1.125rem;
    }
}

.man-search-but {
    width: 19%;
    margin: 0.625rem 0;
    border-left: 0.025rem dotted #e6dbc4;
}

.man-search-but input {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-top: 0.75rem;
    outline: none;
}

@media screen and (min-width: 600px){
    .man-search-but input {
        padding-top: 1rem;
    }
}

.men-con-info {
    width: 90%;
    margin: 0 auto;
    padding: 0.25rem 0 0.5rem;
}

@media screen and (min-width: 600px){
    .men-con-info {
        padding: 0.375rem 0 0.75rem;
    }
}

.men-con-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.men-con-info ul li {
    width: 50%;
    line-height: 1.375rem;
    font-size: 0.75rem;
    color: #666;
}

@media screen and (min-width: 600px){
    .men-con-info ul li {
        line-height: 2.125rem;
           font-size: 1.125rem;
    }
}

.men-info-name {
	width: 46% !important;
}

.men-info-gj {
	width: 54% !important;
}

.men-info-right {
    text-align: right;
}

.men-income {
    width: 100% !important;
}

.coaches-box {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}

@media screen and (max-width: 340px){
    .coaches-box {
        margin-top: 1.75rem;
    }
}

.coaches-box dl {
    display: flex;
    width: 125%;
    margin: -1.5rem -12.5%;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: scale(0.8);
}

@media screen and (max-width: 340px){
    .coaches-box dl {
        width: 144%;
        margin: -2.875rem -22%;
        transform: scale(0.7);
    }
}

@media screen and (min-width: 600px){
    .coaches-box dl {
        width: 100%;
        margin: 1.25rem 0;
        transform: scale(1);
    }
}

.coaches-left {
    width: 27%;
    background: url(../images/v3-coaches-bg.png) no-repeat;
    background-size:100%;
}

.coaches-left>a {
     display: block;
    width: 5rem;
    height: 5rem;
    margin: 0.75rem auto 0.25rem;
    border-radius: 2.75rem;
    overflow: hidden;
    border: 0.25rem solid #fff;;
}

@media screen and (min-width: 600px){
    .coaches-left>a {
        width: 7rem;
        height: 7rem;
        margin: 1rem auto 0.375rem;
        border-radius: 3.875rem;
        border: 0.375rem solid #fff;
    }
}

.coaches-left a img {
    display: block;
    /*width: 80%;*/
    margin: 0 auto;
}

.coaches-left p {
    text-align: center;
}

@media screen and (min-width: 600px){
    .coaches-left p {
        line-height: 2rem;
        font-size: 1.5rem;
    }
}

.coaches-left p a {
    color: #fff;
}

.coaches-left span {
    display: block;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 600px){
    .coaches-left span {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }
}

.coaches-right {
    width: 73%;
    margin: 0.5rem 0 0.875rem;
    background-color: #fbf2e7;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.coaches-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.5rem 0;
}

@media screen and (min-width: 600px){
    .coaches-right ul {
        margin: 1rem 0;
    }
}

.coaches-right ul li {
    width: 46%;
    padding-left: 4%;
    height: 1.375rem;
    line-height: 1.375rem;
    font-size: 0.75rem;
    color: #ab893e;
    overflow: hidden;
}

@media screen and (min-width: 600px){
    .coaches-right ul li {
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 1.0625rem;
    }
}

.coaches-right p {
    padding: 0 4%;
    margin-bottom: 0.75rem;
    line-height: 1.375rem;
    color: #828282;
    font-size: 0.75rem;
}

@media screen and (min-width: 600px){
    .coaches-right p {
        padding: 0 2% 0 4%;
        line-height: 1.875rem;
        font-size: 1.0625rem;
    }
}

.detail-main, .reg-main {
    margin-bottom: 0.375rem;
    padding: 0 4%;
    background-color: #fff;
}

.detail-con {
    margin: 0.75rem 0;
}

.coaches-img {
    position: relative;
}

.coaches-head {
    position: absolute;
    left: 44px;
    top: 58px;
    min-width: 102px;
    max-width: 176px;
    text-align: right;
    z-index: 2;
}

@media screen and (min-width: 600px){
    .coaches-head {
        top: 106px;
        left: 76px;
        min-width: 180px;
        max-width: 404px;
    }
}

.coaches-head h1 {
    margin: 0;
    line-height: 1rem;
    font-size: 1.25rem;
    color: #81642c;
}

@media screen and (min-width: 600px){
    .coaches-head h1 {
        line-height: 2.25rem;
        font-size: 2.25rem;
    }
}

.coaches-head span {
    font-size: 0.75rem;
    color: #81642c;
}

@media screen and (min-width: 600px){
    .coaches-head span {
        font-size: 1.375rem;
        color: #81642c;
    }
}

.coaches-tx {
    position: absolute;
    top: 116px;
    left: 44px;
}

@media screen and (min-width: 600px){
    .coaches-tx {
        top: 206px;
        left: 76px;
    }
}

.coaches-tx p {
    margin: 0 !important;
    line-height: 1.375rem !important;
    font-size: 0.75rem !important;
    color: #81642c;
}

@media screen and (min-width: 600px){
    .coaches-tx p {
        line-height: 2.25rem;
        font-size: 1.1255rem;
    }
}

.coaches-con p {
    margin-bottom: 1.125rem;
    line-height: 1.75rem;
    text-indent: 2em;
}

@media screen and (min-width: 600px){
    .coaches-con p {
        line-height: 2.3755rem;
        font-size: 1.25rem;
    }
}

.coaches-m-img p {
    margin: -4px !important;
    padding: 0;
}

.h_prenext {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    text-align: center;
    border-top: 1px solid #fbf2e7;
}

@media screen and (min-width: 600px){
    .h_prenext {
        padding-top: 1rem;
	    padding-bottom: 1.5rem;
	    font-size: 1.375rem;
    }
}

.h_prenext i {
    margin-right: 30px;
    font-style: normal;
}

.h_prenext em {
    font-style: normal;
}

.h_prenext i a, .h_prenext em a {
    color: #ab893e;
}

.detail-title {
    padding-top: 1.125rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px dotted #e3e3e3;
	overflow:hidden;
}

@media screen and (min-width: 600px){
    .detail-title {
        padding-top: 2.125rem;
    	padding-bottom: 0.875rem;
    }
}

.detail-title h1 {
    line-height: 1.75rem;
    font-size: 1.25rem;
    color: #a42c2c;
    font-weight: normal;
}

@media screen and (min-width: 600px){
    .detail-title h1 {
        line-height: 2.75rem;
    	font-size: 2.125rem;
    }
}

.detail-title p {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #999;
}

@media screen and (min-width: 600px){
    .detail-title p {
        margin-top: 0.75rem;
    	font-size: 1.125rem;
    }
}

.detail-con p {
    margin-bottom: 0.875rem;
    line-height: 1.75rem;
}

@media screen and (min-width: 600px){
    .detail-con p {
        line-height: 2.25rem;
    	font-size: 1.25rem;
    }
}

.detail-con iframe {
    width: 100% !important;
}

.detail-con img {
    width: 100%!important;
    height: auto!important;
    vertical-align: top;
}

.detail-con a {
    color:#E53333;
    text-decoration: none;
}

.c-bqsm {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    border: 1px solid #e2d9bc;
}

@media screen and (min-width: 600px){
    .c-bqsm {
        margin-bottom: 1rem;
    }
}

.bqsm-left {
	width: 6%;
    padding: 0.5rem 2%;
    line-height: 0.875rem;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    color: #ab9355;
    background-color: #f1ebdf;
    border-right: 1px solid #e2d9bc;
}

@media screen and (min-width: 600px){
    .bqsm-left {
        padding: 1rem 2%;
    	line-height: 1.5rem;
    	font-size: 1.5rem;
    }
}

.bqsm-right {
	width: 83%;
    padding: 0.5rem 3%;
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #ab9355;
    text-align: justify;
}

@media screen and (min-width: 600px){
    .bqsm-right {
        padding: 1rem 3%;
    	line-height: 1.875rem;
    	font-size: 1.25rem;
    }
}

.n-bqsm {
	width: 94%;
    padding: 0.5rem 3%;
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #ab9355;
    text-align: justify;
}

@media screen and (min-width: 600px){
    .n-bqsm {
         padding: 1rem 3%;
    	line-height: 1.875rem;
    	font-size: 1.25rem;
    }
}

.n-conhj {
	padding: 1.125rem 4% 1rem;
    background-color: #fff;
}

.n-conhj h2 {
	font-size: 1.125rem;
}

.n-conhj ul {
	margin-top: 0.875rem;
}

.n-conhj ul li {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.25rem 0;
    border-bottom: 1px dotted #e2d9bc;
}

.n-conhj-tit {
	width: 100%;
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: normal;
}

@media screen and (min-width: 600px){
    .n-conhj-tit {
        line-height: 2.25rem;
        font-size: 1.25rem;
    }
}

.n-conhj-tit a {
	color: #a42c2c;
}

.n-conhj-time {
	float: right;
    width: 20%;
	font-size: 0.75rem;
    color: #ccc;
}

@media screen and (min-width: 600px){
    .n-conhj-time {
        font-size: 1.125rem;
    }
}

.men-box-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.men-box-left {
	width: 44%;
}

.men-box-right {
	width: 52%;
}

.men-info-tit {
	margin-bottom: 0.375rem;
}

@media screen and (min-width: 600px){
    .men-info-tit {
    	margin-bottom: 0.75rem;
    }
}

.men-info-tit h1 {
	display: inline-block;
    line-height: 1.5rem;
    font-size: 1rem;
}

@media screen and (min-width: 600px){
    .men-info-tit h1 {
    	line-height: 2.5rem;
    	font-size: 1.75rem;
    }
}

.men-info-tit span {
	float: right;
    padding: 0.25rem 0.375rem;
    font-size: 0.75rem;
    background-color: #efe9dd;
}

@media screen and (min-width: 600px){
    .men-info-tit span {
    	padding: 0.375rem 0.625rem;
    	font-size: 1.125rem;
    }
}

.men-detail-info {
    font-size: 0.75rem;
}

@media screen and (min-width: 600px){
    .men-detail-info {
        font-size: 1.125rem;
    }
}

.men-detail-info ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.men-detail-info ul li {
	width: 50%;
	line-height: 1.25rem;
}

@media screen and (min-width: 600px){
    .men-detail-info ul li {
        line-height: 2.25rem;
    }
}

.men-box-but {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.75rem;
}

@media screen and (min-width: 600px){
    .men-box-but {
        margin-top: 1.25rem;
    }
}

.box-but-left, .box-but-right {
	width: 48%;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    text-align: center;
}

@media screen and (min-width: 600px){
    .box-but-left, .box-but-right {
        height: 3.25rem;
    	line-height: 3.25rem;
    	font-size: 1.5rem;
    }
}

.box-but-left {
	background-color: #dcb282;
}

.box-but-right {
	background-color: #a42c2d;
}

.box-but-left a, .box-but-right a {
	color: #fff;
}

.men-detail-txt {
	padding-bottom: 0.25rem;
}

.men-tags {
    margin: 1.5rem 0;
}

.men-tags span {
    margin: 0 8px;
}

.men-tags span a {
    text-decoration: underline;
    color: #a42c2c;
}

.men-rec, .reg-rec {
	display: flex;
    position: relative;
    margin: 1.5rem 0;
}

.men-rec-hd, .reg-rec-hd {
	position: relative;
	padding-right: 0.625rem;
	font-size: 1.125rem;
    font-weight: lighter;
    color: #bda054;
    background: #fff;
    z-index: 2;
}

@media screen and (min-width: 600px){
    .men-rec-hd, .reg-rec-hd {
        padding-right: 1rem;
    	font-size: 1.75rem;
    }
}

.men-rec-line, .reg-rec-line {
	position: absolute;
    width: 100%;
    top: 13px;
    border-bottom: 1px solid #dcb282;
    z-index: 1;
}

.td-req-f {
	color: #a42c2c;
}

.r-textarea {
    width: 96%;
    height: 4rem;
    padding: 0.5rem 2%;
    font-size: 0.875rem;
    color: #666;
    font-family: "微软雅黑";
    border: 1px solid #bda054;
    border-radius: 0.25rem;
    outline: none;
}

@media screen and (min-width: 600px){
    .r-textarea {
        font-size: 1.25rem;
    }
}

textarea::-webkit-input-placeholder {
	color: #999;
}

.message-con, .reg-con {
	padding-bottom: 0.75rem;
	font-weight: normal;
}

.r-text1 {
	width: 95%;
}

.r-text2 {
	width: 30%;
}

.r-text1, .r-text2 {
	height: 1.75rem;
    padding: 0.125rem 2%;
    font-size: 0.875rem;
    color: #888;
    border: 1px solid #bda054;
    border-radius: 0.25rem;
    outline: none;
}

@media screen and (min-width: 600px){
    .r-text1, .r-text2 {
        height: 2.5rem;
        padding: 0.25rem 2%;
   		font-size: 1.25rem;
    }
}

.reg-rec {
	padding: 0.75rem 0 !important;
    margin: 0.125rem 0 0.75rem !important;
}

@media screen and (min-width: 600px){
    .reg-rec {
        padding: 1.25rem 0 !important;
   		margin: 0.375rem 0 1rem !important;
    }
}

.reg-rec-line {
	top: 24px !important;
}

.message-con b, .reg-con b {
	font-size: 0.875rem;
	font-weight: normal;
}

@media screen and (min-width: 600px){
    .message-con b, .reg-con b {
        font-size: 1.25rem;
    }
}

.message-con p, .reg-con p {
	margin: 0.25rem 0 0.375rem;
}

@media screen and (min-width: 600px){
    .message-con p, .reg-con p {
        margin: 0.5rem 0 0.75rem;
    }
}

.message-con p span, .reg-con p span {
	height: 34px;
    margin-left: 0.625rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
}

.message-con p span img, .reg-con p span img {
	width: 80px;
	height: 30px;
}

@media screen and (min-width: 600px){
    .message-con p span img, .reg-con p span img {
        width: 116px;
    	height: 48px;
    }
}

.r-sub {
	display: block;
    width: 100%;
    height: 2.75rem;
    margin-top: 1.5rem;
    line-height: 2.75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    background: #a42c2d;
    border: none;
    border-radius: 0.25rem;
    vertical-align: top;
}

@media screen and (min-width: 600px){
    .r-sub {
        height: 3.75rem;
        margin-top: 2.5rem;
    	line-height: 3.75rem;
    	font-size: 1.75rem;
    }
}

.service-box img {
    height: auto !important;
    vertical-align: top;
}

.service-title, .about-title {
	display: flex;
	position: relative;
	padding: 1.25rem 0;
}

.service-line, .about-line {
	position: absolute;
    width: 100%;
    top: 34px;
    border-bottom: 1px solid #e3e3e3;
    z-index: 1;
}

.service-title h2, .about-title h2 {
	position: relative;
	margin: 0 auto;
    padding: 0 1.125rem;
    font-size: 1.25rem;
    background: #fff;
    z-index: 2;
}

.service-main p, .about-main p {
	margin-bottom: 0.75rem;
	line-height: 1.75rem;
}

.service-main table {
	width: 100%;
	margin-bottom: 12px;
	font-size: 0.875rem;
	border:1px solid #d1e8eb;
}

.service-main table tr:nth-child(2n+1) {
	background-color: #F4F9F9;
}

.service-main table tr td:first-child {
	width: 50px;
}

.service-main table tr td img {
	display: block;
	margin: 0 auto;
	width: auto;
}

.service-main table tr td:nth-child(2) {
	padding: 8px 12px;
}

.service-img, .about-img {
	padding: 0.75rem 0;
	text-align: center;
}

.service-but {
	width: 40%;
    height: 2.6rem;
    margin: 0 auto;
    line-height: 2.6rem;
    border-radius: 1.3rem;
    text-align: center;
    font-size: 1.25rem;
    background: #d26060;
}

.service-but a {
	display: block;
	color: #fff;
}


.jhzt_wordcon{ margin-top:10px; width:100%; padding-bottom:10px; background:url(../images/m_bg01.png) no-repeat center top; background-size:100% 100%; border-radius:6px; overflow:hidden; }
.jhzt_wordcon .h_title{ margin:8px 0 0 0; width:100%; line-height:150%; text-align:center; font-size:17px; font-weight:bold; color:#fff; float:left; }
.jhzt_wordcon .h_conbox{ margin:8px 0 0 4%; width:92%; background:#fff; border-radius:6px; float:left; }
.jhzt_wordcon .h_conbox p{ margin:0 0 0 5%; padding:6px 0; width:90%; line-height:20px; font-size:13px; color:#666; background:#fff; border-radius:6px; float:left; overflow:hidden; }

.jhzt_bword { margin:15px 0 0 0; padding-bottom:18px; width:100%; overflow:hidden; }
.jhzt_bword .h_title1{ margin:6px 0 0 0; width:100%; height:25px; float:left; }
.jhzt_bword .h_title1 i{ margin:5px 0 0 0; width:3px; height:15px; background:#dc0d78; font-style:normal; float:left; }
.jhzt_bword .h_title1 span{ margin:0 0 0 7px; line-height:25px; font-size:15px; color:#000; float:left; }
.jhzt_bword .h_conbox1{ margin:8px 0 0 0; width:100%; float:left; }
.jhzt_bword .h_conbox1 span{ margin:0 12px 0 0; width:auto; line-height:22px; font-size:13px; white-space:nowrap; float:left; }
.jhzt_bword .h_conbox1 span a{ color:#666; text-decoration:underline; }
.jhzt_bword .h_conbox1 span a:hover{ color:#666;; text-decoration:underline; }

.jhzt_bword .h_title2{ margin:12px 0 0 0; padding-top:12px; width:100%; height:25px; font-size:15px; color:#333; border-top:#ccc 1px dashed; float:left; }
.jhzt_bword .h_conbox2{ margin:0px; width:100%; float:right; }
.jhzt_bword .h_conbox2 span{ margin:0 12px 0 0; width:auto; line-height:22px; font-size:13px; white-space:nowrap; float:left; }
.jhzt_bword .h_conbox2 span a{ color:#666; text-decoration:underline; }
.jhzt_bword .h_conbox2 span a:hover{ color:#666; text-decoration:underline; }



.jhzt_gn_conbox{ margin:7px 0 0 0; padding:0 0 5px 0; width:100%; height:auto; float:left; overflow:hidden; }
.jhzt_gn_conbox .h_typename{ margin:0px; width:100%; height:25px; float:left; }
.jhzt_gn_conbox .h_typename i{ margin:5px 0 0 0; width:3px; height:15px; background:#dc0d78; font-style:normal; float:left; }
.jhzt_gn_conbox .h_typename span{ margin:0 0 0 7px; line-height:25px; font-size:15px; color:#000; float:left; }
.jhzt_gn_conbox .h_conbox1{ margin:10px 0 0 0; width:100%; height:auto; float:left; overflow:hidden; }
.jhzt_gn_conbox .h_conbox1 img{ width:100%; }

.jhzt_gn_conbox .h_conbox2{ margin:10px 0 0 0; padding:10px 4%; width:92%; height:auto; line-height:21px; font-size:13px; color:#555; background:#f9f5ea; float:left; overflow:hidden; }
.jhzt_gn_conbox .h_conbox2 a{ color:#555; text-decoration:underline; }
.jhzt_gn_conbox .h_conbox2 a:hover{ color:#555; text-decoration:underline; }



.navwork_box{ margin:18px 0 0 0; width:100%; overflow:hidden; }
.navwork_box span{ margin:0 12px 0 0; width:auto; line-height:22px; font-size:13px; white-space:nowrap; float:left; }
.navwork_box span a{ color:#666; text-decoration:underline; }
.navwork_box span a:hover{ color:#666; text-decoration:underline; }



.keyworbox { margin:8px 0 15px 0; padding:0px; width:100%; line-height:20px; font-size:12px; color:#555; text-align:left; float:left; overflow:hidden; border-bottom: 1px solid #fbf2e7;}
.keyworbox span{ margin:0 5px 0 0; padding:0px; width:auto; line-height:20px; font-size:12px; color:#999; }
.keyworbox em{ margin:0 5px; width:auto; line-height:22px; font-size:12px; color:#ccc; }
.keyworbox a{ white-space:nowrap; text-decoration: underline; color: #e53333;}


.tag_location{ margin:0px; padding:12px 0 6px 0; width:100%; line-height:20px; font-size:14px; color:#555; overflow:hidden; }
.tag_location a.tag{ color:#bc9a5a; }
.tag_location a.tag:hover{ color:#bc9a5a; }

.tag_more{ margin:12px 0 0 0px; width:100%; text-align:center; }
.tag_more span{ margin:0px; width:auto; height:28px;  font-size:14px; vertical-align:top; display:inline-block; }
.tag_more span a{ padding:0 15px; width:auto; height:26px; line-height:26px; color:#bc9a5a; border:#bc9a5a 1px solid; border-radius:5px; display:block; }
.tag_more span a:hover{ color:#bc9a5a; }

.ewmbox {
    margin: 12px 0 0 3%;
    padding: 0px;
    width: 94%;
    font-size: 12px;
    text-align: center;
    float: left;
}

.ewmbox dl {
    margin: 0 10px;
    width: 90px;
    vertical-align: top;
    display: inline-block;
}

.ewmbox dl dt {
    margin: 0px;
    width: 100%;
    height: 90px;
    border-radius: 4px;
    float: left;
    overflow: hidden;
}

.f_conbox {
    margin: 0 0 0 3%;
    padding: 10px 0;
    width: 94%;
    line-height: 19px;
    font-size: 12px;
    color: #666;
    text-align: center;
    overflow: hidden;
}

.hotbox { padding: 0 4% 1rem 4%; background-color: #fff; }

.hot_news_tit { width: 100%; font-weight: bold; margin-top: 0.4rem; padding: 0.875rem 0 0 0;}

.hot_news_box { margin:0px; width:100%; }
.hot_news_box dl{ margin:0px; padding:0.7rem 0; width:100%; border-bottom:#ddd 1px dashed; float:left; }
.hot_news_box dl dt{ margin:0px; width:30%; float:left; }
.hot_news_box dl dt img{ width:100%; }
.hot_news_box dl dd{ margin:0px; padding:0px; width:67%; float:right; }
.hot_news_box dl dd span{ margin:0px; padding:0px; width:100%; line-height:1.25rem; font-size:1.1rem; color:#e24443; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.hot_news_box dl dd i{ margin:0.1rem 0 0 0; width:100%; line-height:1rem; font-size:0.8rem; color:#999; font-style:normal; float:left; }
.hot_news_box dl dd p{ margin:0.10rem 0 0 0; padding:0px; width:100%; line-height:1.1rem; font-size:0.85rem; color:#6f6f6f; float:left; overflow: hidden; }
.hot_news_box a{ display:block; }

