@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 12px;
    font-family: "微软雅黑", "Arial Regular";
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: normal;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

.clear {
    height: 0px;
    clear: both;
}

img {
    border: 0px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

input, select, textarea {
    border-radius: 0;
    font-family: "微软雅黑", "Arial Regular";
    font-size: 100%;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

.relative {
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.input {
    -webkit-appearance: none;
}

.hidden {
    display: none
}

.block {
    display: block !important;
}

.mt20 {
    margin-top: 20px;
}

.mtop60 {
    margin-top: 60px !important;
}

.mtop80 {
    margin-top: 80px;
}

.mtop100 {
    margin-top: 100px;
}

.mtop50 {
    margin-top: 50px;
}

.mtop40 {
    margin-top: 40px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.ptop20 {
    padding-top: 20px !important;
}

.mtop5 {
    margin-top: 5px;
}

.h67 {
    height: 67px;
}

.f8f0d7 {
    background: #efefef;
}

.f2e4b9 {
    background: #bedde2;
}

.fcf9ef {
    background: #fcf9ef;
}

.mtop10 {
    margin-top: 10px;
}

.mtop12 {
    margin-top: 8px;
}

.mtop45 {
    margin-top: 45px;
}

.bfff {
    background-color: #FFF;
}

.f9f9f9 {
    background-color: #f9f9f9;
}

.mtop26 {
    margin-top: 26px !important;
}

.bfff {
    background: #fff !important;
}

.ptop40 {
    padding-top: 40px;
}

.pbottom27 {
    padding-bottom: 27px;
}

.ptb20 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop17 {
    margin-top: 17px;
}

.mtop7 {
    margin-top: 7px;
}

.mtop20 {
    margin-top: 20px !important;
}
.mtop112{ margin-top:112px !important;}
.mtop107{ margin-top:107px;}
.mtop35{ margin-top:35px;}
.cfff{ color: #fff !important;}
.c434242{ color:#434242 !important;}
.mtop5{ margin-top:5px;}

/*@font-face {
    font-family: 'Lantinghei';
    src: url(../Lantinghei.ttc);
    src: url('../Lantinghei.ttc?#iefix') format('embedded-opentype'), url('../Lantinghei.ttc') format('ttf'), url('../Lantinghei.ttc') format('truetype')
}

@font-face {
    font-family: 'KozGoPr6N-Light';
    src: url(../KozGoPr6N-Light.otf);
    src: url('../KozGoPr6N-Light.otf?#iefix') format('embedded-opentype'), url('../KozGoPr6N-Light.otf') format('ttf'), url('../KozGoPr6N-Light.otf') format('truetype')
}

@font-face {
    font-family: '方正兰亭纤黑_GBK';
    src: url(../qian.ttf);
    src: url('../qian.ttf?#iefix') format('embedded-opentype'), url('../qian.ttf') format('ttf'), url('../qian.ttf') format('truetype')
}

@font-face {
    font-family: '方正兰亭中黑_GBK';
    src: url(../zong.ttf);
    src: url('../zong.ttf?#iefix') format('embedded-opentype'), url('../zong.ttf') format('ttf'), url('../zong.ttf') format('truetype')
}*/

/* index 首页 */
.top_2 {
    border-bottom: 1px solid #b7afb4;
    height: 109px;
}

.auto {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    float: left;
    margin-top: 20px;
}

.nav {
    /* width: 724px; */
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.nav li {
    float: left;
    /* width : 120px; */
}

.nav li span.nav_1 a {
    padding: 0 28px;
    line-height: 109px;
    height: 109px;
    font-size: 15px;
    color: #111;
    display: block;
    
}

.nav li span.nav_1 a.navs {
    font-weight: bold;
    height: 108px;
    line-height: 108px;
    
}

.top_1 {
    position: absolute;
    left: 0px;
    top: 110px;
    width: 100%;
    min-height: 50px;
    display: none;
    z-index: 99999;
    background: #fff;
}

.top_1 ul {
    /*position:absolute;
	left:0;
	top:100px;
	width:100%;
	min-height:50px;
	display:none;
	z-index:99999;
	background:#fff;*/
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.nav li ul li a {
    display: block;
    padding: 0 38px 0 33px;
    color: #111;
    font-size: 15px;
    line-height: 50px;
    
}

.top {
    float: right;
}

.top a, .top span {
    display: block;
    float: left;
    font-size: 15px;
    color: #111;
    line-height: 100px;
    position: relative;
    
}

/*.top a img{
	position:absolute;
	top:32px;
	left:-12px;
}*/
.top span {
    padding: 0 15px;
}

/* banner */
.banner {
    position: relative;
    overflow: hidden;
}

.banner .banner_1 {
    position: relative;
    z-index: 1;
}

.banner img, .banner_3 img {
    width: 100%;
}

.banner .flex-control-nav {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.banner .flex-control-nav li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    *display: inline;
    zoom: 1;
}

.banner .flex-control-nav a {
    display: inline-block;
    width: 7px;
    height: 7px;
    line-height: 100px;
    overflow: hidden;
    background: #c9c9ca;
    cursor: pointer;
    border-radius: 100%;
}

.banner .flex-control-nav .flex-active, .banner_3 .flex-control-nav .flex-active {
    background: #fff;
    border-radius: 100%;
}

.banner .banner_2 {
	display:none;
    /*text-align: center;
    color: #fff;
    font-size: 40px;
    position: absolute;
    z-index: 99999;
    top: 40%;
    left: 0;
    width: 100%;
    */
}

/* 场馆位置 */
.midd h1 {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 30px;
    
}

.midd h3 {
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 25px;
    height: 25px;
    
}

.midd_1 {
	text-align:center;
    margin-top: 55px;
    
}

.midd_1 h2 {
	display:inline-block;
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-right: 77px;
    padding-bottom: 5px;
    height: 29px;
    line-height: 29px;
    /*border-bottom: 1px solid #202020;*/
}

.midd_1 h2.navs {
    border-bottom: 1px solid #202020;
}

/* banner */
.banner_3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.banner_3 .banner_1 {
    position: relative;
    z-index: 1;
}

.banner_3 .flex-control-nav {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.banner_3 .flex-control-nav li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    *display: inline;
    zoom: 1;
    border-radius: 100%;
}

.banner_3 .flex-control-nav a {
    display: inline-block;
    width: 7px;
    height: 7px;
    line-height: 100px;
    overflow: hidden;
    background: #c9c9ca;
    cursor: pointer;
    border-radius: 100%;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 40%;
}

.banner_3 .flex-direction-nav li a {
    display: block;
    width: 27px;
    height: 72px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner_3 .flex-direction-nav li a.flex-prev {
    left: 100px;
    background: url(../images/3_03.png) no-repeat;
}

.banner_3 .flex-direction-nav li a.flex-next {
    right: 100px;
    background: url(../images/3_05.png) no-repeat;
}

.midd_2 {
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-size: 100% 500px;
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
}

.midd_160 {
	width: 100%;
	height: 800px;
	display: block;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size:cover;
}

.midd_3 {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.midd_3 h1 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding-top: 23px;
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 30px;
    
}

.midd_3 h1.midd_6 {
    padding-top: 122px;
}

.midd_3 h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
	height:37px;
    
}

.midd_3 h3 span {
    border-bottom: 2px solid #fff;
    padding-bottom: 13px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    line-height: 21px;
    height: 21px;
    
}

.midd_215{
	display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    line-height: 36px;
	letter-spacing:2px;
	height:230px;
}
.midd_4 {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 70px;
    line-height: 36px;
	letter-spacing:2px;
	height:355px;
    
}

.input_1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 161px;
    height: 45px;
    cursor: pointer;
    background-image: url(../images/5_03.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.midd_5 {
    text-align: center;
    padding-top: 132px;
}

.midd_5 img {
    width: 107px;
    height: 107px;
}

.midd_3 h1.midd_7 {
    padding-top: 55px;
	margin-bottom:28px;
}

.midd_8 {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    line-height: 25px;
    font-size: 14px;
    
}

.midd_9 {
    background: #fbf6e7;
    height: 760px;
}

.midd_21 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.foot .midd_21 li span a {
    letter-spacing: 5px;
}
.foot .midd_21 li span{
	color:#fff;
}

.midd_21 li {
    letter-spacing: 5px;
}

.midd_10 h1 {
    font-size: 36px;
    color: #333;
    text-align: center;
    padding-top: 83px;
    margin-bottom: 25px;
    line-height: 30px;
    text-transform: uppercase;
    
}

.midd_10 h3 {
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 25px;
    height: 25px;
    
}
.midd_216{
	width:1100px;
	margin-left:auto;
	margin-right: auto;
}

.input_2 {
    height: 45px;
    background: #fff;
    border: 0;
    width: 560px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #c1c1c2;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
}

.input_2::-webkit-input-placeholder, .input_3::-webkit-input-placeholder {
    color: #c1c1c2;
}

.input_3 {
    height: 160px;
    background: #fff;
    border: 0;
    width: 560px;
    padding: 10px 10px 10px 20px;
    resize: none;
    display: block;
    color: #666;
    font-size: 17px;
    text-transform: capitalize;
}

.input_4 {
    border: 0;
    width: 565px;
    height: 45px;
    cursor: pointer;
    margin-top: 22px;
    color: #fff;
    background: #923f59;
    font-size: 17px;
}

.input_normal {
    border: 1px solid #ccc;
    width: 320px;
    height: 35px;
    margin: 0px;
    font-size: 14px;
}

.btn_normal {
    border: 0;
    width: 120px;
    height: 35px;
    cursor: pointer;
    margin: 0px 10px;
    color: #fff;
    background: #923f59;
    font-size: 14px;
}

.midd_11 a {
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: 50px;
}

img.midd_157 {
    width: 224px;
    height: 224px;
}
img.midd_221 {
    width: 258px;
    height: 258px;
}
.midd_158 a{ margin-right:42px; margin-top:26px;}
.midd_158 img {
    width: 58px;
    height: 58px;
}

.foot {
    background: #7d3750;
    height: 350px;
}

.foot ul {
    height: 257px;
}

.foot ul li {
    float: left;
    margin-top: 65px;
}

.foot ul li span {
    display: block;
	line-height:24px;
	margin-bottom:5px;
}

.foot ul li a {
    display: block;
    color: #fff;
    line-height: 24px;
    letter-spacing: 3px;
}

.foot ul li span a {
    float: left;
}

.foot ul li span.midd_13 {
    display: block;
    padding: 0 36px;
    color: #ceb6be;
    font-weight: bold;
    float: left;
}

.foot ul li a img {
    margin-left: 28px;
    width: 38px;
    height: 38px;
}

.foot_1 {
    height: 90px;
    border-top: 1px solid #9b6478;
    color: #fff;
    line-height: 60px;
    
}

/* 右侧 */
.midd_14 {
    display: none;
    position: fixed;
    right: 0;
    border-right: 5px solid #c7abb4;
    width: 142px;
    height: auto;
    top: 50%;
    margin-top: -125px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
}

.midd_14 a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-bottom: 1px solid #fff;
    
}

.midd_14 a:nth-child(4) {
    border-bottom: 0;
}

.midd_15 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999998;
    position: fixed;
}

.midd_16 {
    position: absolute;
    z-index: 999999;
    right: 0;
    top: 0;
    width: 40%;
    height: 700px;
    background: #a66079;
    /*width:524px;
	height:631px;*/
}

.sidd_162 {
    height: 800px;
}

.midd_17 span {
    margin-top: 20px;
    margin-right: 30px;
    float: right;
    color: #fff;
    font-size: 2.0rem;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
}

.midd_16 h1 {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
    line-height: 30px;
    
}

.midd_16 h3 {
    color: #fff;
    font-size: 15px;
    border-bottom: 2px solid #fff;
    text-align: center;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    margin-bottom: 40px;
    line-height: 25px;
    height: 25px;
    margin-top: 15px;
    
}

.input_5 {
    width: 70%;
    height: 40px;
    border: 1px solid #d2b9c2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    text-align: center;
    background-color: transparent;
    
}

.input_5::-webkit-input-placeholder {
    color: #fff;
}

.input_5s {
    float: left;
    margin-left: 15%;
    padding-left: 10%;
    border-right: 0px;
    width: 60%;
}

.input_6s {
    border-left: 0px;
    float: left;
    width: 10%;
}

.input_6 {
    width: 70%;
    height: 40px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #a66e82;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    
}

.midd_18 {
    text-align: center;
    margin-top: 30px;
    
}

.midd_18 a{
	display:block;
	text-align:center;
	font-size:15px;
	color:#4f1121;
	line-height:25px;
	
}

.midd_19 {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.midd_19 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    
}

.midd_19 span a {
    display: block;
    border-bottom: 2px solid #e5d7dc;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    
}

.midd_20 {
    display: block;
    float: right;
    font-size: 22px;
    line-height: 10px;
    padding-left: 8px;
    
}

/* curriculum  Y+课程 */
.midd_22 img {
    width: 100%;
    height: auto;
	display:block;
}

.midd_23 {
    background-image: url(../images/14_03.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}

.midd_23 h2 {
	font-weight:bold;
    line-height: 35px;
    font-size: 32px;
	display:inline-block;
}

.midd_23 h3 {
    line-height: 15px;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
	display:inline-block;
    margin-left:10px;
}

.midd_24 {
    margin-top: 45px;
}

.midd_25 {
    text-align: center;
    display: block;
    line-height: 35px;
    height: 35px;
    font-size: 22px;
	font-weight:bold;
}

.midd_26 {
    text-align: center;
    display: block;
    line-height: 25px;
    height: 25px;
    font-size: 15px;
	margin-top:10px;
    
}

.midd_27 {
    display: block;
    width: 400px;
    height: 220px;
    /*position:relative;*/
    float: left;
    margin-bottom: -3px;
}

.midd_139 {
    position: relative;
}

.midd_139, .midd_139 img {
    width: 100%;
    height: 220px;
}

.midd_28 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.midd_28 h2 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 90px;
    text-transform: capitalize;
    
}
.midd_28 h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
    
}

.midd_28 h3 a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    text-transform:lowercase;
}

/*.midd_120{
	background-image: url(../images/17_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/
.midd_29 {
    padding: 145px 0 105px 0;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 10;
    width: 100%;
    left: 0;
}
.midd_217{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.midd_29 .left {
    width: 255px;
	margin-right:25px;
}

.midd_29 .left h2 {
    font-size: 32px;
    color: #1a1817;
    line-height: 72px;
    
}

.midd_29 .left h3 {
    font-size: 22px;
    color: #1a1817;
    line-height: 30px;
    
}

.midd_29 .left h1 {
    line-height: 75px;
}

.midd_29 .left h1 span.midd_30 {
    font-size: 65px;
    color: #246c74;
}

.midd_29 .left h1 span.midd_31 {
    color: #246c74;
    font-size: 20px;
}

.midd_32 {
    float: left;
    width: 640px;
}

.midd_33 {
    width: 700px;
}

.midd_35 {
    margin-top: 20px;
    color: #282724;
}

.midd_35 img {
    margin-right: 2px;
    margin-top: 7px;
}

.midd_36 {
    position: absolute;
    top: -24px;
    width: 33.33%;
    text-align: center;
    left: 0;
    z-index: 99;
}

.midd_22 a {
    display: block;
    padding: 0;
    margin: 0 0 -4px 0;
    width: 100%;
}

/* auto  关于我们 */
.midd_213{
	width:830px;
	margin-left:auto;
	margin-right: auto;
}
.midd_37 {
    margin-bottom: 15px;
    padding-top: 70px;
}

.midd_38 {
    font-size: 26px;
}

.midd_39 {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding-left: 10px;
}

.midd_40 {
    font-size: 14px;
	line-height:30px;
	
}

.midd_41 {
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
}

.midd_42 {
    padding-top: 100px;
}

.midd_43 {
    margin-top: 15px;
}

.midd_43 li {
    width: 50%;
    font-size: 14px;
    line-height: 26px;
	float:left;
	
}

.midd_43 li span {
    color: #62954b;
    padding-right: 10px;
}

/* clubvenue  会所场地 */
.midd_44 {
	text-align:center;
    margin-top: 120px;
}

.midd_44 img {
	display:inline-block;
    width: 175px;
    height: 175px;
    margin-right: 60px;
}

.midd_45 {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.midd_46 {
    background-image: url(../images/22_15.png);
    background-repeat: no-repeat;
    height: 55px;
    line-height: 50px;
    background-position: 0px center;
    background-size: 100% auto;
}

.midd_47 h2 {
	display:inline-block;
    font-size: 33px;
    margin-right: 97px;
}

.midd_47 {
	text-align:center;
}

.midd_48 {
    text-align: center;
    font-size: 16px;
	margin-top:25px;
}

.midd_168 {
    height: 420px;
}

.midd_169 {
    background: #baddc8;
    height: auto;
}

img.midd_49 {
    float: left;
    width: 60%;
    height: 420px;
}

.midd_50 {
    width: 30%;
    background: #9acbac;
    height: 420px;
    padding-left:5%;
	padding-right:5%;
}



.midd_51 {
	width:280px;
	margin-top:35px;
}

.midd_51 h3 {
    font-size: 22px;
	line-height:35px;
	text-align:center;
}
.midd_51 h4{
	color: #0d0d0d;
	background-image: url(../images/93_05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 3px;
	text-align:center;
	padding-bottom:15px;
}

.midd_52 {
    display: block;
    font-size: 16px;
    line-height: 36px;
	margin-top:25px;
	height:206px;
	overflow:hidden;
}

.input_7 {
	display: block;
	border: 0;
	width: 150px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/93_09.png);
	background-repeat: no-repeat;
	background-size:auto 25px;
	background-color: transparent;
	margin-top: 10px;
	background-position: center center;
	border:1px solid #fff;
}

/* clubvenuexx  会所场地详细页 */
.banner_4, .banner_5 {
    margin-top: 0;
}

.banner_4 .flex-control-nav {
    bottom: 25px;
}

.midd_53 {
    margin-left: auto;
    margin-right: auto;
    width: 470px;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    line-height: 28px;
    
}

.midd_53 p {
    margin: 0;
}

.midd_54 h2 {
    font-size: 22px;
    padding-top: 55px;
    font-weight: bold;
    margin-bottom: 25px;
}

.midd_54 h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px;
}

.midd_55 {
	text-align:center;
    padding-bottom: 60px;
	background-image: url(../images/25_03.png);
    background-repeat: no-repeat;
    background-position: center 40px;
	padding-top:100px;
}

.midd_55 a {
    display: inline-block;
    font-size: 22px;
    color: #000;
    width: 224px;
    height: 40px;
    border: 1px solid #919191;
    text-align: center;
    line-height: 40px;
    margin-right: 85px;
}

.midd_56 img {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}

span.midd_61 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-image: url(../images/39_03.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
}

.midd_57, .midd_58, .midd_59, .midd_60 {
    position: relative;
    text-align: center;
}
.midd_56 img{
	display:block;
}
.midd_57 {
    line-height: 402px;
}

.midd_57 {
    width: 60%;
    height: 386px;
}
.midd_57 img {
    width: 100%;
    height: 386px;
}

.midd_58, .midd_59, .midd_60 {
    line-height: 201px;
}

.midd_58 {
    float: left;
}

.midd_58 {
    width: 40%;
    height: 193px
}

.midd_58 img {
    height: 193px
}

.midd_59 {
    width: 60%;
    height: 193px;
}

.midd_59 img, .midd_60 img {
    width: 100%;
    height: 193px;
}

.midd_60 {
    width: 20%;
    height: 193px;
}

/* registernew  注册新学员 */
.midd_62{
	width:515px;
	margin-left:auto;
	margin-right:auto;
}
.midd_62 h1 {
    font-size: 36px;
    text-align: center;
    color: #040000;
    line-height: 40px;
    text-transform: uppercase;
    
}

.midd_62 h2 {
    color: #040000;
    /*font-weight:bold;*/
    font-size: 14px;
    line-height: 30px;
    
}
.midd_62 h3{
	font-size:22px;
	text-align:center;
	font-weight:bold;
	color:#040000;
	margin-top:35px;
}
.midd_62 h4{
	font-size:18px;
	text-align:center;
	color:#040000;
	line-height:30px;
}

.midd_63 {
    display: block;
    color: #040000;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    
}

.midd_64 {
    height: 2px;
    background: #434242;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
	margin-bottom:40px;
}

.input_8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 562px;
    height: 45px;
    background: #fff;
    border: 1px solid #a3a2a0;
    font-size: 14px;
    margin-bottom: 13px;
    padding-left: 20px;
    
}

.midd_65 {
    margin-left: auto;
    margin-right: auto;
    width: 562px;
    height: 45px;
    border: 1px solid #a3a2a0;
}

.input_9 {
    display: block;
    width: 450px;
    height: 45px;
    background: #fff;
    border: 0;
    font-size: 14px;
    float: left;
    padding-left: 20px;
    
}

.midd_205 {
    float: left;
    width: 107px;
    height: 39px;
    background: #bedee4;
    margin-top: 3px;
    text-align: center;
    color: #4d4d4e;
    
    display: block;
}

.midd_205 span {
    display: inline-block;
    padding-top: 5px;
}

.midd_65 img {
    float: right;
    height: 40px;
}
.input_10 {
    margin-top: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 562px;
    height: 44px;
    background: #bedee4;
    cursor: pointer;
    font-size: 18px;
    border: 0;
}

.midd_66 {
    margin-top: 70px;
}

.midd_66 img {
    float: left;
    width: 50%;
    height: auto;
}

.midd_67 {
    height: 80px;
    background: #89b0be;
    padding-top: 20px;
	padding-bottom:20px;
}

.midd_68 {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 80px;
}

.input_11 {
    float: left;
    width: 520px;
    border: 0;
    background: #fff;
    height: 80px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 30px;
}

.input_11::-webkit-input-placeholder {
    color: #000;
}

.input_12 {
    width: 130px;
    height: 80px;
    float: left;
    border: 0;
    cursor: pointer;
    background-image: url(../images/32_09.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: auto 60px;
	background-color:#ededed;
}

/* contact  联系我们 */
.midd_69 {
    width: 50%;
    height: 250px;
}

.midd_70 {
    margin-left: 40%;
    width: 60%;
}


.midd_70 p {
    margin-top: 30px;
}

.midd_70 h2 {
    line-height: 33px;
    height: 33px;
	margin-top:35px;
}

.midd_70 h6 {
    line-height: 20px;
    height: 20px;
}

.midd_71 {
    color: #434242;
}

.midd_206 {
    background: #c1e5e4;
    height: 92px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    
}

.midd_206 span {
    display: block;
    font-size: 36px;
    padding-top: 4px;
}

/* teacher  教师认证 */
.midd_72 {
    height: 352px;
}

.midd_72 h1 {
    font-size: 40px;
    color: #424242;
    text-align: center;
    text-transform: uppercase;
    padding-top: 100px;
    
}

.midd_72 h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #424242;
    border-bottom: 2px solid #4e4e4e;
    padding-bottom: 10px;
    width: 105px;
    padding-top: 8px;
    
}

.midd_73 {
    background: #89b0be;
    height: 80px;
}

.midd_74 {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
}

.midd_740 {
    position: absolute;
    background: #fff;
    top: 80px;
    right: 0;
    display: none;
    width: 130px;
}

.midd_740 a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    color: #246c74;
    text-align: center;
}

.midd_74 img {
    float: left;
    margin-top: 30px;
}

.midd_74 span {
    display: block;
    float: left;
    width: 80px;
    padding-left: 13px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/34_15.png);
    background-repeat: no-repeat;
    background-position: right 38px;
    text-align: left;
}

.midd_75 {
    border-bottom: 1px solid #909091;
    padding: 30px 0;
}

.midd_75 .left {
    width: 230px;
}

.midd_76 {
    color: #424242;
}

.midd_75 .left h3 {
    line-height: 16px;
    font-weight: bold;
    font-size: 20px;
}

.midd_75 .right {
    width: 350px;
}

.midd_77 {
    font-size: 16px;
    line-height: 30px;
}

.midd_75 .right .midd_77 a {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #89b0be;
    border-bottom: 2px solid #b5ced6;
    padding-bottom: 5px;
    line-height: 20px;
    float: right;
    margin-top: 40px;
}

/* community 社区 */
.midd_79 {
    text-align: center;
}

.midd_79 h1 {
    font-size: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}

.midd_79 h2 {
    font-weight: bold;
}

.midd_78 {
    float: left;
    width: 235px;
    margin-right: 102px;
    margin-top: 50px;
}

.midd_80 {
    width: 45px;
    height: 45px;
    border: 1px solid #494949;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 27px;
    margin-left: auto;
    margin-right: auto;
}

.midd_81 {
    text-align: center;
    color: #040000;
    line-height: 28px;
    margin-top: 30px;
    height: 84px;
    
}

.midd_82 {
    width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.midd_83 {
    float: left;
    width: 18%;
}

.midd_83 img {
    margin-top: 85px;
    width: 126px;
    height: 126px;
}

.midd_83 a {
    display: block;
    margin-top: 65px;
    width: 130px;
    height: 30px;
    border: 1px solid #625e5b;
    font-size: 16px;
    color: #040000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.midd_84 {
    float: left;
    width: 50%;
}

.midd_84 img {
    width: 100%;
}

/* shopping  Y+商城 */
.banner_5 .flex-control-nav {
    bottom: 10px;
}

.midd_85 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    
}

.midd_86 {
    text-align: center;
    font-size: 13px;
    
}

.midd_87, .midd_88, .midd_89 {
    position: relative;
}

.midd_87, .midd_88 {
    width: 50%;
}

.midd_87 img {
    width: 100%;
    height: 445px;
    display: block;
}

.midd_88 img {
    width: 100%;
    height: 222.5px;
    display: block;
}

.midd_89 {
    width: 25%;
}

.midd_89 img {
    width: 100%;;
    height: 222.5px;
    display: block;
}

/* listpage  商城列表  */
.midd_90 {
    margin-top: 90px;
    height: 80px;
    background: #d26981;
}

.midd_90 a {
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 80px;
}

.midd_91 {
    float: right;
    width: 167px;
    margin-top: 29px;
}

.input_13 {
    float: left;
    width: 130px;
    background: #cfcfcf;
    padding-left: 10px;
    border: 0;
    height: 25px;
    line-height: 20px;
}

.input_13::-webkit-input-placeholder {
    color: #636363;
}

.input_14 {
    float: left;
    height: 25px;
    width: 37px;
    border: 0;
    cursor: pointer;
    background-image: url(../images/42_22.png);
    background-repeat: no-repeat;
}

.midd_92 {
    background: #fff;
    width: 275px;
    height: auto;
    margin-right: 33px;
    float: left;
    margin-bottom: 33px;
}

.midd_92 a img {
    width: 100%;
    height: 366px;
}

.midd_147 {
    height: 60px;
}

.midd_147 h6 {
    font-size: 16px;
    text-align: center;
    color: #424242;
    margin-top: 15px;
    
}

span.midd_148 {
    text-align: center;
    display: block;
    color: #424242;
    
    font-size: 14px;
    margin-top: 10px;
}

/* teacherxx  教师认证详细页 */
.midd_72 h6 {
    font-size: 12px;
    color: #424242;
    text-align: center;
    padding-top: 10px;
    
}

.midd_93 {
    height: 143px;
    background: #89b0be;
    padding: 47px 0;
}

.midd_93 li {
    float: left;
    width: calc(33.33% - 70px);
    color: #fff;
    background-image: url(../images/43_03.png);
    background-repeat: no-repeat;
    background-position: 40px 9px;
    padding-left: 70px;
    margin-top: 10px;
    font-size: 16px;
    
    line-height: 34px;
}

.midd_94 {
    padding: 47px 0;
    border-bottom: 2px solid #6f6e6b;
}

.midd_94 .left {
    width: 400px;
}

.midd_94 .left img {
    width: 400px;
    height: 260px;
}

.midd_95 {
    border-bottom: 2px solid #1a1a1a;
    display: block;
    padding-bottom: 5px;
    margin-top: 15px;
    
    font-size: 14px;
    color: #333;
}

.midd_94 .right {
    width: 550px;
    margin-top:-15px;
}

.midd_94 .right p.midd_96 {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 25px;
    
}

.midd_94 .right p.midd_97 {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin: 0;
    
}

a.midd_98 {
    background-image: url(../images/44_07.png);
    background-repeat: no-repeat;
    height: 46px;
    width: 162px;
    margin-top: 75px;
    display: block;
}

/* latestactivity  最新活动 */
.midd_99 {
    height: 80px;
    background: #eca76e;
}

.midd_99 .left {
    line-height: 80px;
    font-size: 20px;
    color: #fff;
}

.midd_102 {
    line-height: 80px;
    font-size: 20px;
    color: #fff;
}

.midd_103 {
    text-align: center;
    font-weight: bold;
}

.midd_100 {
    width: 485px;
    margin-bottom: 30px;
}

.midd_100 img {
    width: 100%;
    height: 260px;
}

span.midd_101 {
    color: #333;
    display: block;
    margin-top: 10px;
    
}

.midd_100 h3 {
    font-weight: bold;
    line-height: 25px;
}

.midd_100 span.midd_101 a {
    display: block;
    font-size: 14px;
    color: #e06d0e;
    border-bottom: 2px solid #e06d0e;
    padding-bottom: 5px;
    float: left;
    font-weight: bold;
}

/* aboutclass  约课 */
.input_15 {
    width: 94%;
    border: 1px solid #e4e5e5;
    height: 32px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    margin: 3%;
}

.midd_105 {
    background: #fff;
    margin-bottom: 3%;
}

.midd_113 {
    width: 75px;
    text-align: center;
    margin: 3% 0 4% 4%;
}

.midd_113 img {
    width: 69px;
    height: 69px;
    border-radius: 50px;
    border: 3px solid #904a63;
    display: block;
}

.midd_113 h5 {
    color: #070002;
    font-weight: bold;
    margin-top: 8px;
}

.midd_113 h6 {
    color: #070002;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 3px;
    font-size: 12px;
}

span.midd_106 {
    display: block;
    color: #c9a063;
    font-weight: bold;

    margin-top: 8px;
}

.midd_107 {
    display: block;
    height: 2px;
    background: #c9a063;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.midd_114 {
    width: calc(88% - 75px);
    background-image: url(../images/48_03.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 3% 4% 4% 4%
}

.midd_108 {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-left: 11px;
    background-image: url(../images/49_03.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
    font-weight: bold;
}

.midd_108 a {
    color: #595757;
    display: block;
}

.midd_109 {
    text-align: center;
    color: #595757;
    font-weight: bold;
}

.midd_109 b, .midd_110 .left b {
    font-size: 35px;
    color: #3e3a39;
}

.midd_110 {
    border-top: 1px solid #edeeee;
    margin-top: 3%;
}

.midd_110 .left {
    width: 50%;
    font-size: 14px;
    color: #595757;
    padding-top: 5%;
    text-align: center;
    font-weight: bold;
}

.midd_110 .left b {
    display: block;
}

.midd_111 {
    border-bottom: 1px solid #edeeee;
    padding: 0 4%;
}

.midd_112 {
    color: #595757;
    font-size: 14px;
    margin-bottom: 3%;
    margin-top: 3%;
    font-weight: bold;
}

.midd_112 a {
    color: #595757;
}

.midd_115, .midd_116 {
    padding: 4% 0;
}

.midd_115 h2 {
    color: #3e3a39;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.midd_115 h6 {
    color: #727171;
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
}

.midd_116 {
    text-align: right;
    width: 65px;
}

.midd_116 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3e3a39;
    text-transform: uppercase;
}

.midd_116 h6 {
    background-image: url(../images/50_03.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
}

.midd_117 {
    padding: 3% 0;
    margin: 0 4%;
    color: #595757;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../images/49_03.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
}

.midd_117 a {
    display: block;
    color: #595757;
}

.midd_118 {
    margin-top: 4%;
    overflow: hidden;
    width: 96%;
    height: 100px;
    margin-left: 2%;
    padding-bottom: 4%;
}

.midd_118 img {
    float: left;
    height: 115px;
    width: auto;
    margin-left: 2%;
}

.midd_119 {
    min-width: 100%;
    max-width: 100000%;
    overflow: auto;
}

/* 底部 */
.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: #fff;
    z-index: 999;
}

.bottom a {
    float: left;
    width: 25%;
    display: block;
}

.bottom a img {
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 27px;
}

.bottom a span {
    display: block;
    text-align: center;
    color: #595757;
    font-weight: bold;
    margin-top: 5px;
    font-size: 13px;
}

/* curriculumschedule    课程表 */
.midd_121 {
    background: #508990;
    height: 80px;
}

.midd_122 {
    width: 125px;
    margin-left: 165px;
    margin-right: 82px;
    padding-top: 20px;
    cursor: pointer;
    float: left;
    height: 60px;
    background-image: url(../images/54_11.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.midd_1352 .midd_122 {
    margin: 0 237.5px;
}

.midd_1352 .midd_203 {
    margin-left: 225px;
}

.midd_1352 .midd_203_2 {
    margin-left: 835px;
}

.midd_122 span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-right: 27px;
    display: inline-block;
    line-height: 30px;
    margin-top: 5px;
    height: 30px;
}

.midd_122 img {
    margin-right: 10px;
    margin-top: 6px;
    float: left;
}

.midd_123 {
    height: 100px;
    background: #e9e9e9;
}

.midd_124 {
    width: 197px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 38px;
}

.midd_124 span {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.midd_124 img {
    cursor: pointer;
}

.midd_143 {
    float: left;
    width: 14.28%;
    
}

.midd_125 {
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #9b9585;
    text-align: center;
}

.auto .auto .midd_143 .midd_125 h3 {
    height: 48px;
    font-size: 15px;
    line-height: 22px;
}

.midd_125 h3 {
    line-height: 25px;
    color: #1a1817;
    padding-bottom: 10px;
    font-size: 20px;
}

.midd_125 h5 {
    line-height: 20px;
    color: #282724;
    padding-top: 5px;
    font-size: 15px;
}

.midd_125 h4 {
    line-height: 24px;
    color: #282724;
    font-size: 14px;
    
}

.midd_125 h6 {
    line-height: 20px;
    color: #282724;
    font-size: 12px;
}

.midd_126 {
    background-color: #246c74;
}

.midd_126 h3, .midd_126 h6, .midd_126 h4, .midd_126 h5 {
    color: #fff;
}

.midd_127 {
    padding: 70px 0 60px 0;
    text-align: center;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff !important;
}

.midd_127 h3 {
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.midd_128 {
    background: #246c74;
    padding: 30px 0 45px 0;
    text-align: center;
    color: #fff;
}

.midd_128 h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

/* teacherteam  教师团队 */
.midd_170 {
    width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.midd_208{
	width:66.66%;
	margin-left:auto;
	margin-right:auto;
}

.midd_129 {
    float: left;
    width: 385px;
}

.midd_129 h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    line-height: 45px;
}

.midd_130 {
    border-right: 2px solid #d1d1d1;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    height: 180px;
	padding:0 45px;
}

.midd_130 h4 {
	line-height:24px;
    font-size: 16px;
	font-weight:bold;
}

.midd_130 h6 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    
}

.midd_131 {
    background: #975f73;
    height: 80px;
    margin-top: 26px;
}

.midd_132 {
    margin-left: auto;
    margin-right: auto;
    width: 510px;
}

.midd_133 {
    float: left;
    width: 25%;
    height: auto;
}

.midd_134 {
    background-color: rgba(0, 0, 0, 0.3);
}

.midd_135 {
    height: 100px;
    background: #7d3750;
}
.midd_209{
	width:790px;
	margin-left:auto;
	margin-right:auto;
}
.midd_1351 {
    padding-top: 10px;
    height: 70px;
    line-height: 30px;
}

.midd_1352 {
    height: 80px;
}

.midd_135 h1 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 25px;
    
}

.midd_135 h3 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    
}

.midd_136 {
    font-size: 14px;
    line-height: 26px;
}

.midd_212 {
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

.midd_137 .left {
    font-size: 16px;
    font-weight: bold;
	line-height: 30px;
}

.midd_137 .midd_210 {
    line-height: 30px;
    font-size: 14px;
	float:left;
}

.midd_138 .left h3 {
    color: #000;
    text-align: left;
	margin-top:20px;
}
.midd_211{
	font-size:13px;
	line-height:26px;
	margin-top:5px;
}
.midd_211 b{
	display:block;
}
.midd_211 span{
	display:block;
}

/* clubvenue 会所场地 地图 */
.midd_140 {
    border: 0;
    width: 50%;
    height: 250px;
    overflow: hidden;
}

.midd_140 img {
    height: 250px;
    width: auto;
    max-width: none;
}

/* clubvenuexx 会所场地详细页 地图 */
.midd_141 {
    width: 40%;
    background: #a9d4ba;
    height: 335px;
}

.midd_142 {
    margin-left: 50px;
}

.midd_142 h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-top: 60px;
}

.midd_142 h4 {
    font-size: 14px;
    margin-bottom: 40px;
}

.midd_142 h6 {
    font-weight: bold;
}

.midd_142 p {
    margin-bottom: 20px;
    margin-top: 0;
}

.midd_142 h5 {
    font-size: 15px;
}

.midd_144 {
    position: absolute;
    top: -24px;
    width: 14.28%;
    text-align: center;
    left: 0;
    z-index: 99;
}

.midd_145 {
    position: absolute;
    top: -24px;
    width: 25%;
    text-align: center;
    left: 0;
    z-index: 99;
}

.midd_146 {
    position: relative;
}

.midd_146 img {
    display: block;
    width: 100%;
    height: 210px;
}

/* listpagexx 商品详细 */
.prd_img {
    float: left;
    width: 600px;
}

.prd_img img {
    width: 100%;
    height: 625px;
}

.prd_txt {
    background: #fff;
    margin-left: 15px;
    width: 500px;
    height: 578px;
    padding: 10px 20px 0;
}

.color_sele li {
    float: left;
    height: 20px;
    line-height: 20px;
    border: 1px solid #4e4e4e;
    padding: 0 5px;
    margin-right: 10px;
}

.color_sele li a {
    color: #000;
}

.color_sele li.cur {
    background: #424242;
    color: #fff;
}

.color_sele li.cur a {
    color: #fff;
}

.midd_150 {
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
}

.midd_150 h3 {
    line-height: 30px;
}

span.midd_151 {
    line-height: 22px;
    display: block;
    margin-top: 20px;
}

span.midd_152 {
    float: left;
    font-weight: bold;
    width: 65px;
}

.table {
    margin-top: 10px;
}

.table td {
    height: 30px;
    padding-left: 30px;
}

.table th {
    width: 65px;
    text-align: left;
    border-right: 1px solid #a8a8a8;
}

/* 数量 */
/* 整体样式 */
.spinner {
    margin-top: 10px;
}

/* 加减号样式 */
.spinner .decrease {
    width: 22px;
    height: 22px;
    border: 2px solid #adadad;
    padding: 0;
    background: #fff;
    line-height: 10px;
    color: #000;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

.spinner .increase {
    width: 22px;
    height: 22px;
    border: 2px solid #adadad;
    padding: 0;
    background: #fff;
    line-height: 10px;
    color: #000;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

/* 显示数量样式 */
.spinner .value {
    background-position: 0 -100px;
    width: 37px;
    height: 20px;
    border: 0;
    background: #d26981;
    color: #fff;
    padding: 0px;
    margin: 1px;
    float: left;
    line-height: 1px;
}

.spinner button, .spinner .value {
    text-align: center;
}

a.midd_153 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 135px;
    height: 25px;
    border: 1px solid #8b5e6c;
    color: #000;
    line-height: 25px;
    margin-top: 30px;
}

a.midd_154 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 135px;
    height: 25px;
    border: 1px solid #101010;
    color: #000;
    line-height: 25px;
    margin-left: 40px;
    margin-top: 30px;
}

.midd_156 {
    background: #fdfaf2;
}

.midd_156 a {
    display: block;
    float: left;
    font-size: 13px;
    color: #000;
    background: #fff;
    border: 1px solid #f6f5f3;
    width: 135px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    margin-right: 1px;
}

.midd_156 a.navs {
    background: #e5e5e5;
}

.midd_161 {
    width: 55%;
}

.midd_162 {
    background: #fff;
    width: calc(100% - 88px);
    padding: 0 48px 0 40px;
    padding-top: 47px;
    height: 430px
}

.midd_163 p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0;
}

.midd_164 {
    width: 45%;
}

.midd_164 img {
    width: 100%;
    height: 477px;
}

.midd_165 {
    background: #fff;
    padding: 55px 33px 0 42px;
}

img.midd_166 {
    width: 100%;
}

.midd_167 {
    text-align: center;
    padding-bottom: 100px;
}

.midd_167 img {
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* s
.s_1{
	margin-left: auto;
	margin-right:auto;
	width:1200px;
}*/

/* 后改 */
.xing_2 {
    margin-left: 34px;
}

.xing_2 img {
    float: left;
    margin-top: 13px;
    margin-right: 8px;
}

.xing_3 {
    margin-left: 20px;
    margin-right: 20px;
}

.xing_4 {
    margin-left: 50px;
    margin-right: 50px;
}

.midd_171 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 201px;
    height: 201px;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -100px;
}

.midd_171 h2 {
    text-align: center;
    
    padding-top: 120px;
    color: #040000;
}

.midd_171 h6 {
    text-align: center;
    
    padding-top: 20px;
    color: #040000;
}

.midd_172 {
    text-align: center;
    
    padding-top: 20px;
    color: #434242;
}

.midd_173 {
    width: 535px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
}

.midd_173 a {
    float: left;
    display: block;
    color: #040000;
    font-size: 18px;
    
    margin-right: 65px;
}

.midd_173 a.navs {
    color: #904a63;
    border-bottom: 2px solid #904a63;
    padding-bottom: 13px;
}

.midd_174 {
    height: 46px;
    width: 665px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.midd_175 {
    float: left;
    width: 85px;
    color: #434242;
    font-size: 14px;
    
    color: #434242;
    line-height: 46px;
    margin-right: 18px;
}

.midd_175 span {
    
    color: #d26981;
    font-size: 14px;
    display: block;
    float: left;
    margin-right: 5px;
}

.midd_176 {
    width: 562px;
    float: left;
}

.input_16 {
    width: 562px;
    height: 46px;
    border: 2px solid #cecece;
    padding-left: 28px;
    color: #bababa;
    font-size: 14px;
    
}

.midd_178 {
    float: left;
    width: 120px;
    height: 43px;
    border: 1px solid #b9b9b9;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #040000;
    
    margin-right: 23px;
    background: #fff;
    cursor: pointer;
}

.midd_178 input {
    opacity: 0;
}

.midd_177 {
    float: left;
    width: 125px;
    height: 45px;
    background: #da8699;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #040000;
    
    margin-right: 23px;
    cursor: pointer;
    border: 0;
}

.input_17 {
    font-size: 14px;
    color: #434242;
    float: left;
    
    border: 1px solid #cecece;
    width: 78px;
    height: 43px;
    margin-right: 23px;
    cursor: pointer;
    padding-left: 10px;
}

.midd_180 {
    float: left;
    width: 167px;
    height: 43px;
    border: 1px solid #b9b9b9;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #040000;
    
    margin-right: 23px;
    background: #fff;
    cursor: pointer;
}

.midd_179 {
    float: left;
    width: 170px;
    height: 45px;
    background: #da8699;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #040000;
    
    margin-right: 30px;
    cursor: pointer;
    border: 0;
}

.midd_181 {
    color: #434242;
    
}

.input_18 {
    width: 562px;
    height: 46px;
    border: 0;
    cursor: pointer;
    font-size: 21px;
    background: #d26981;
    line-height: 46px;
}

.midd_182 {
    width: 665px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #a2a2a2;
    padding-bottom: 20px;
}

.midd_183 {
    width: 665px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #cdcdcd;
    height: 80px;
    line-height: 80px;
}

.midd_184 {
    font-size: 14px;
    
    color: #434242;
    width: 80px;
    margin-right: 18px;
    float: left;
}

.midd_185 {
    font-size: 14px;
    
    color: #434242;
}

.midd_186 {
    width: 691px;
    margin-left: auto;
    margin-right: auto;
}

.input_19 {
    float: left;
    height: 42px;
    width: 560px;
    border: 1px solid #a2a2a2;
    padding-left: 25px;
    font-size: 14px;
    color: #bababa;
    
}

.input_20 {
    float: left;
    height: 42px;
    width: 130px;
    border: 0;
    background-image: url(../images/61_03.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.input_21 {
    float: left;
    width: 79px;
    height: 43px;
    border: 1px solid #a2a2a2;
    padding-left: 10px;
}

.midd_187 {
    float: left;
    line-height: 43px;
    color: #434242;
    font-size: 14px;
    
    width: 30px;
    text-align: center;
}

.table_1 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.table_1 tr th {
    color: #040000;
    font-size: 14px;
    
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 15px;
}

.table_1 tr td {
    color: #434242;
    font-size: 12px;
    
    height: 58px;
    text-align: center;
    border-bottom: 1px solid #bababa;
    line-height: 20px;
}

#pagina {
    clear: both;
    text-align: center;
    padding: 40px 0px 60px;
}

#pagina a {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    color: #000;
    line-height: 20px;
    font-size: 14px;
    
}

.midd_188 {
    width: 682px;
    margin-left: auto;
    margin-right: auto;
}

.midd_189 {
    float: left;
    width: 121px;
}

.midd_189 img {
    width: 121px;
    height: 121px;
}

.midd_189 h3 {
    text-align: center;
    color: #040000;
    
    margin-top: 5px;
}

.midd_189 h6 {
    text-align: center;
    color: #434242;
    
    margin-top: 14px;
    padding-top: 17px;
    background-image: url(../images/63_06.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}

.midd_190 {
    width: 531px;
    float: right;
}

.midd_191 {
    border-top: 2px solid #a3a3a3;
    border-bottom: 1px solid #bababa;
    padding: 14px 0;
}

.midd_192 {
    float: left;
    width: 383px;
    margin-left: 5px;
    border-right: 1px solid #a3a3a3;
}

.midd_193 {
    color: #434242;
    
}

.midd_194 {
    font-size: 18px;
    color: #434242;
    
    margin-top: 5px;
}

.midd_195 {
    width: 102px;
    float: left;
    margin-left: 40px;
}

.midd_196 {
    padding: 30px 0;
    position: relative;
}

.midd_196 img {
    display: block;
    float: left;
}

.midd_196 a {
    display: block;
    float: left;
    
    color: #fff;
    text-align: center;
    width: 81px;
    height: 33px;
    line-height: 33px;
    background: #89b0be;
    margin-left: 226px;
    position: absolute;
    bottom: 30px;
}

/* 弹窗 */
.tan_1 {
    display: none;
    width: 415px;
    height: 720px;
    background: #904a63;
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -207.5px;
    top: 50%;
    margin-top: -360px;
}

.tan_2 {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.tan_3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    
}

.tan_4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    
    margin-top: 6px;
    margin-bottom: 15px;
}

.tan_5 {
    width: 291px;
    height: 301px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
}

.tan_6 {
    font-size: 15px;
    color: #904a63;
    
}

.tan_7 {
    float: left;
    width: 135px;
    margin-top: 13px;
    margin-right: 21px;
}

.tan_8 {
    width: 50px;
    height: 55px;
    float: left;
    background: #fff;
    font-size: 14px;
    color: #8a485f;
    line-height: 55px;
    text-align: center;
    
}

.tan_9 {
    color: #904a63;
    
    margin-top: 6px;
}

.tan_10 {
    width: 291px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 20px 20px;
}

.tan_11 {
    font-size: 16px;
    color: #904a63;
    
    background: #fff;
    height: 44px;
    width: 290px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.tan_12 {
    font-size: 16px;
    color: #fff;
    
    background: #904a63;
    height: 44px;
    width: 290px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.tan_13 {
    text-align: center;
    width: 290px;
    border-bottom: 1px solid #b15a72;
    margin-top: 105px;
    margin-left: auto;
    margin-right: auto;
}

.tan_14 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.tan_15 {
    display: none;
    width: 415px;
    height: 500px;
    background: #904a63;
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -207.5px;
    top: 50%;
    margin-top: -250px;
}

.tan_16 {
    font-size: 16px;
    color: #fff;
    
    background: #a4536c;
    height: 44px;
    width: 290px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.midd_197 {
    width: 293px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 132px;
}

.midd_197 .left img {
    border-right: 1px solid #b15a72;
    padding-right: 27px;
}

.midd_197 img {
    display: block;
}

.midd_197 span {
    display: block;
    font-size: 14px;
    color: #fff;
    
    text-align: center;
    margin-top: 12px;
    width: 119px;
}

.tan_17 {
    display: none;
    width: 415px;
    min-height: 600px;
    background: #904a63;
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -207.5px;
    top: 50%;
    margin-top: -300px;
}

.tan_18 {
    width: 55px;
    height: 45px;
    background: #fff;
    margin-bottom: 6px;
    font-size: 14px;
    color: #8a485f;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    
    float: left;
}

.tan_18.a {
    background: #d26981;
}

.tan_19 {
    width: 80px;
    height: 45px;
    float: left;
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff;
    
}

.tan_19 img {
    width: 80px;
    height: 45px;
}

/* 继续购买 */
.tan_09, .tan_02 {
    cursor: pointer;
}

.table_2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.table_2 th {
    border-bottom: 2px solid #a3a3a3;
    font-size: 18px;
    
}

.table_2 tr {
    padding: 5px 0;
}

.table_2 td {
    font-size: 14px;
    color: #434242;
    border-bottom: 1px solid #a3a3a3;
    
}

.midd_198 {
    background-image: url(../images/69_05.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.t_1 {
    cursor: pointer;
}

/* Y+学院 */
.midd_199 {
    height: 100px;
    width: 100%;
    background: #246c74;
}

.midd_199 h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 20px;
}

.midd_199 h4 {
    color: #fff;
    text-align: center;
    padding-top: 4px;
}

.midd_200 {
    width: 60%;
    height: 335px;
}

.midd_201 {
    width: 45%;
    height: 245px;
}
.midd_218 h2{
	padding-top:120px;
}

/* 课程表场地2级 */
.midd_202 {
    display: none;
    width: 1200px;
    position: absolute;
    background: #fff;
    cursor: default;
    height: 160px;
    overflow-y: auto;
    left: 0;
    top: 80px;
    z-index: 9;
}

.midd_203 {
    width: 125px;
    margin-left: 165px;
    text-align: center;
}

.midd_203_2 {
    margin-left: 535px;
}

.midd_203_3 {
    margin-left: 905px;
}

.midd_203 img {
    margin: 0;
    float: none;
}

.midd_204 {
    margin-top: 19px;
}

.midd_204 a {
    display: block;
    font-size: 20px;
    color: #246c74;
    text-align: center;
    width: 390px;
    float: left;
    
    margin-bottom: 14px;
}


.midd_207 {
    width: 560px;
    min-height: 45px;
    background-color: #fff;
    background-image: url(../images/82_06.png);
    background-position: 512px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}

.midd_207 span {
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 17px;
    color: #c1c1c2;
    
}

.midd_207 ul {
    display: none;
    height: auto;
    position: absolute;
    border-top: 0;
    background-color: #eee;
    width: 560px;
    top: 45px;
    left: 0;
    z-index: 9;
}

.midd_207 ul li {
    height: 46px;
    line-height: 46px;
    font-size: 19px;
    color: #8d8d8d;
    text-align: center;
    border-bottom: 1px dashed #bababa;
    margin: 0 77px;
}

.midd_214{
	position:absolute;
	top:110px;
	left:305px;
	display:none;
}
.midd_214 img{
	width:120px;
	height:120px;
}
.midd_219{
	height:40px;
	background:#89b0be;
}
.midd_220{
	border-bottom:2px solid #424242;
	padding-bottom:10px;
}
.midd_222{
	width:680px;
	margin-left:auto;
	margin-right:auto;
}
.midd_223{
	width:720px;
	margin-left:auto;
	margin-right:auto;
}
.midd_223 h6{
	text-align:center;
	line-height:38px;
	font-size:18px;
}
.midd_223 p{
	line-height:38px;
	text-align:center;
}
.midd_224{
	height:250px;
	width:40%;
}
img.midd_225 {
    float: left;
    width: 60%;
    height: 250px;
}
.midd_224 .midd_70{
	margin-left:15%;
}


.content-table{
	width: 60%;
	margin: 80px auto 70px;
}
.content-table table {
  border-spacing: 0;
  border-collapse: collapse;
}
.content-table th{
	border-top: none;
	border-right:none ;
}
@media print {
	thead {
    	display: table-header-group;
    }
	.table {
	    border-collapse: collapse !important;
	}
	.table td,
	.table th {
	    background-color: #fff !important;
	}
}

/*学员证书页面*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.bg-icon{
	display: inline-block;
	background: url(../images/icon1.png);
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.bg-border{
	display: inline-block;
    height: 30px;
    margin: 0px 5px;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}
/*学员证书页面 end*/