@charset "utf-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    background: #f5f5f5;
}

@font-face {
    font-family: candara;
    src:;
}

ul {
    list-style-type: none;
}

a, a:hover {
    text-decoration: none;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.main {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.content {
    width: 100%;
    height: 1045px;
    background: url(../images/datu.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 77px;
}

.header {
    width: 1063px;
    height: 54px;
    margin: 0 auto;
    padding: 2px 0 0 35px;
    background: #ad5357;
    border-radius: 4px;
    box-shadow: 3px 3px 0 #1a1e25;
}

.logo {
    float: left;
}

.city {
    float: left;
    margin-left: 18px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.city a {
    font-size: 12px;
    color: #f4b4ac;
    font-weight: normal;
}

.city a:hover {
    color: #fff;
}

.nav {
    margin: 0 0 0 40px;
    float: left;
}

.nav ul {
    width: 552px;
    height: 54px;
}

.nav ul li {
    float: left;
    width: 95px;
    margin-left: 5px;
    text-align: center;
}

.nav ul li a {
    color: #FFF;
    font-size: 16px;
    line-height: 54px;
    font-weight: bolder;
    text-decoration: none;
    display: block;
}

.nav ul li a:hover {
    color: #000;
    background: #fff;
    height: 54px;
    box-shadow: 3px 3px 0 #991d1a;
}

.nav ul li a.current {
    color: #000;
    background: #fff;
    height: 54px;
    box-shadow: 3px 3px 0 #991d1a;
}

.phono {
    width: 135px;
    height: 33px;
    background: url(../images/tel.png) no-repeat 6px #222325;
    float: right;
    margin: 7px 30px 0 0;
    padding: 5px 0 0 40px;
    border-radius: 40px;
    font-size: 21px;
    font-family: candara;
    color: #d0d0d0;
}

.tabs {
    width: 800px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 140px;
    overflow: hidden;
}

/* Nav */
.radius {
    position: relative;
    overflow: hidden;
    width: 800px;
    margin: 0px auto;
    text-align: center;
    margin-top: 50px;
}

.radius > li > a {
    width: 160px;
    height: 100px;
    display: block;
    border: 1px solid #fff;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%;
    float: left;
    margin-left: 80px;
}

.radius > li > a:hover {
    display: block;
    font-size: 90px;
    border: 1px solid #ad5357;
}

.radius > li > a:hover {
    color: #ad5357;
    font-size: 90px;
}

.radius > li > a {
    display: block;
    margin-top: 21px;
    text-align: center;
    font-size: 90px;
    color: #fff;
    padding-top: 60px;
}

.jiaoxue {
    width: 800px;
    margin: 0px auto;
    margin-top: 40px;
}

.jiaoxue > li {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    display: none;
}

.jiaoxue li span {
    font-size: 14px;
    color: #e3e3e3;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1000px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 6px 0;
    color: #fff;
    font-weight: 800px;
    font-size: 22PX;
    line-height: 1;
}

.tabs-style-circlefill nava li::before {
    position: absolute;
    top: 20%;
    left: 38%;
    margin: -25px 0 0 -35px;
    width: 135px;
    height: 135px;
    border: 1px solid #8c8c8c;
    border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz- border-
    radius-topright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz- border- radius-
    bottomright: 4px;
    content: '';
    transition: transform 0.3s;
    color: #FFF;
    text-align: center;
}

.tabs-style-circlefill nava li.tab-current::before {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.botton_one {
    display: block;
    width: 150px;
    height: 40px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #FFF;
    border-radius: 20px;
    cursor: pointer;
}

.botton_one:hover {
    background: #ad5357;
    border: none;
}

.Project {
    position: relative;
   /* margin-top: -250px;*/
   margin-top:60px;
    height: 500px;
}

.pro-row {
    background: #f5f5f5;
    float: left;
}

.pro-md-1 {
    width: 183px;
    background: #efeeee;
    height: 200px;
    float: left;
    text-align: center;
    padding-top: 50px;
    color: #666666;
}

.pro-md-1 dl {
	font-size:em;
    padding-top: 120px;
    text-shadow: 2px 2px 0 #8f2c2f;
    color: #FFF;
}

.pro-md-1 dl a {
    color: #FFF;
}
.pro-md-1 dl a:hover {
    color: #FF0;
    font-size: 24px;
}

.pro-md-1 dt {
	font-weight:bold;
	font-size:1.17em;
    color: #ad5357;
    padding-bottom: 24px;
}

.col1 {
    background: url(../images/book.jpg) no-repeat center 43px #ad5357;
}

.col2 {
    background: url(../images/hat.jpg) no-repeat center 43px #ad5357;
}
.col22 {
    background: url(../images/hat22.jpg) no-repeat center 43px #ad5357;
}

.col3 {
    background: url(../images/medal.jpg) no-repeat center 43px #ad5357;
}

.col4 {
    background: url(../images/cup.jpg) no-repeat center 43px #ad5357;
}
.col44 {
    background: url(../images/cup22.jpg) no-repeat center 43px #ad5357;
}
.arrow-up {
    position: relative;
    width: 51px;
    height: 51px;
    background: url(../images/arrow1.png) no-repeat;
    margin: 30px 0 0 67px
}

.arrow-down {
    position: relative;
    width: 51px;
    height: 51px;
    background: url(../images/arrow2.png) no-repeat;
    margin: 5px 0 0 67px
}

.lab {
    width: 252px;
    height: 67px;
    text-align: center;
    background: url(../images/border.png) no-repeat;
    margin-top: 30px;
    margin-bottom: 20px;
}

.lab dl {
	font-weight:bold;
	font-size:2em;
    color: #666666;
    line-height: 49px;
    letter-spacing: 8px;
}

.course {
    height: 500px;
}

.cou-lie-1 {
    width: 365px;
    border-left: 1px solid #b9b3b3;
    float: left;
}

.cou-lie-1.line {
    border-right: 1px solid #b9b3b3;
}

.box_1 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative; /*相对定位*/
}

.info {
    width: 180px;
    height: 180px;
    border-radius: 50%; /*圆形*/
    border: 3px solid #ad5357;
    position: relative; /*相对定位*/
    color: #ad5357;
}

.ingo_fm {
    width: 180px;
    height: 180px;
    border-radius: 50%; /*圆形*/
    background-color: #ad5357;
    position: absolute; /*移动元素 绝对定位*/
    left: 3px;
    top: 3px;
    opacity: 0; /*透明度*//*放大1.5倍*/
    color: #FFF;
}

.box_1 dl {
	font-weight:bold;
    text-align: center;
    padding: 10px;
    margin: 62px 10px 0 22px;
    display: block; /*块集元素*/
    letter-spacing: 12px;
    font-size: 40px;
}

.infoFan dl, .ingo_fmFan dl {
    margin-top: 31px;
    line-height: 50px;
}

/*鼠标经过*/
.box_1:hover .ingo_fm {
    opacity: 0.9; /*透明度*/
    transform: scale(1); /*放大1.5倍*/
}

.jt-btn {
    cursor: pointer;
    margin-top: 50px;
}

.our-advantage {
    width: 100%;
    height: 483px;
    background: url(../images/ban_1.jpg) no-repeat center;
}

.our-advantage dl {
	font-size:2em;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
    letter-spacing: 8px;
}

.our-advantage .adv-lie-2 {
	
    float: left;
    width: 365px;
    color: #f1e8e7;
}

.our-advantage .adv-lie-2 dt {
	font-size:1.17em;
	font-weight:bold;
    margin-bottom: 15px;
}

.box_2 {
    width: 106px;
    height: 106px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative; /*相对定位*/
    cursor: pointer; /*手指形状*/
}

.info2 {
    width: 106px;
    height: 78px;
    position: relative; /*相对定位*/
    padding-top: 28px;
    border-radius: 50%;
    border: 1px solid #b98781;
}

.ingo_fm2 {
    width: 106px;
    height: 78px;
    border-radius: 50%;
    padding-top: 28px;
    background: #b98781;
    position: absolute; /*移动元素 绝对定位*/
    left: 0px;
    top: 0px;
    opacity: 0; /*透明度*/
    transition: all .8s; /*延迟*/
    transform: scale(1.1); /*放大1.5倍*/
}

/*鼠标经过*/
.box_2:hover .ingo_fm2 {
    opacity: 0.9; /*透明度*/
    transform: scale(1); /*放大1.5倍*/
}

.box_2:hover .info2 {
    opacity: 0;
}

.Teachers {
    height: 285px;
    position: relative;
    overflow: visible;
}
.Teacherss {
    height: 765px;
    position: relative;
    overflow: visible;
}

/***** Jazz *****/
figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #ae595e;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

figure figcaption {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before, figure figcaption::after {
    pointer-events: none;
}

figure figcaption, figure figcaption > a {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
	background:#222;
	opacity:0.6;
}

figure p {
    letter-spacing: 1px;
    font-size: 15px;
    margin: 20px;
}

figure.effect-jazz {
    background: #ae595e;
}

figure.effect-jazz img, figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption {
    padding: 0 0;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 285px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    overflow: hidden;
}

figure.effect-jazz p, figure.effect-jazz dl {

}

figure.effect-jazz dl {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}

figure.effect-jazz:hover img {
    opacity: 0.2;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover dl, figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.items li {
    position: relative;
    width: 270px;
    height: 285px;
    margin: 10px 5px 0 0;
    float: left;
}

.itemss li {
    position: relative;
    width: 270px;
    height: 385px;
    margin: 10px 5px 0 0;
    float: left;
}

.daka {
    height: 300px;
    padding-bottom: 70px;
}

.daka_img {
    float: left;
}

.daka_xx {
    width: 440px;
    float: right;
    text-align: left;
    margin-right: 10px;
}

.daka_xx h3 {
    color: #ad5357;
    padding: 20px 0;
}

.daka_xx p {
    color: #666666;
}

.daka_btn {
    float: right;
}


/*报名*/
.apply_box {
    background: url(../images/apply_bj.jpg) no-repeat center;
    width: 1100px;
    height: 345px;
    margin: 60px auto 60px auto;
    text-align: center;
}

.apply_title {
    font-size: 38px;
    color: #1c1c38;
    line-height: 64px;
    padding-top: 85px;
}

.apply_title span {
    color: #ad5357;
}

.apply_button {
    display: block;
    width: 1100px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-top: 72px;
}

.apply_button:hover {
    background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

/*教师资格证add*/
.teacher_bg{
	
    background: url("../images/teacher_bg.jpg") no-repeat center 0;
    height: 472px;
    margin-top: 60px;
    padding-top: 80px;
}

.teacher_tit{
	font-weight:bold;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing:8px;
    cursor: pointer;
}

.teacher_con{
    background: rgba(28,28,28,0.42);
    width: 1100px;
    height: 206px;
    margin:56px auto 0;
    padding-top: 90px;
    position: relative;
}

.teacher_pic{
    background: url("../images/teacher_pic.png") no-repeat 0 0;
    width: 457px;
    height: 343px;
    position: absolute;
    top:0;
    left:-15px;
}

.teacher_words{
    margin: 0 0 0 470px;
}

.teacher_p1{
    font-size: 24px;
    color: #f5f5f5;
    line-height: 1;
    font-weight: bold;
    letter-spacing:5px;
}

.teacher_p2{
    font-size:18px;
    color: #f5f5f5;
    line-height: 1;
    margin-top: 13px;
}

.teacher_p3{
    font-size:32px;
    color: #e8a199;
    line-height: 1;
    font-weight: bold;
    margin-top: 18px;
    letter-spacing:6.2px;
}

/*tanchuan*/
#area,
.gussbtn_ri a {
    cursor: pointer;
    color: #333;
}

.guess_area {
    width: 390px;
    height: 183px;
    background: #fff;
    box-shadow: 0 0 40px rgba(7, 0, 0, 0.6);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -195px;
    margin-top: -91px;
    z-index: 999;
    border-top: 3px solid #fa6a00;
    border-radius: 3px;
    display: none;
}

.guess_area p {
    font-size: 18px;
    color: #606060;
    text-align: center;
    margin-top: 50px;
}

.guess_area p img {
    width: 14px;
    height: 19px;
    margin: 0 3px;
    margin-bottom: 3px;
}

.btn_wrap {
    width: 246px;
    height: 33px;
    margin: 0 auto;
    margin-top: 20px;
}

.gussbtn_le {
    width: 78px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #fa6a00;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    float: left;
    cursor: pointer;
}

.gussbtn_ri {
    width: 136px;
    height: 31px;
    border: 1px solid #d7d7d7;
    float: right;
    background: #f6f6f6;
    text-align: center;
    line-height: 31px;
    color: #898989;
    border-radius: 2px;
    cursor: pointer;
}

.guess_area span {
    width: 9px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.mimi {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    filter: alpha(opacity=60);
    opacity: .6\9;
    z-index: 997;
    display: none;
}
/**/