@charset "utf-8";

.test2 {
    border: 1px solid green;
}

body {
    overflow-x: auto;
    overflow-y: auto;
}

.team_personal_show_other_title {
    font-size: 14px;
    color: white;
    line-height: 20px;
    margin: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.team_avatar, .more_team_avatar {
    float: left;
    width: 149px;
    height: 194px;
    margin-top: 1px;
    margin-left: 1px;
    background-size: cover;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.team_avatar_dim {
    opacity: .3;
    background-color: black;
}

.team_avatar_namebar {
    width: 149px;
    height: 50px;
    background: rgba(37, 59, 83, 0.5);
    position: absolute; /* added */
    bottom: 0; /* added */
    padding: 4px;
    box-sizing: border-box;

}

.team_avatar_namebar strong {
    font-size: 16px;
}

.team_avatar_namebar p {
    font-size: 12px;
}

.schools_nav {

    width: 410px;
    height: 260px;
    font-size: 16px;

}

.schoolname {
    border: 1px solid #FFF;
    margin-top: 15px;
    border-radius: 5px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    opacity: .8;
    width: 108px;

}

.schoolname p:hover {
    /*background-color: #95cb1b;*/
    color: #95cb1b;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.schoolname p {

    font-weight: bold;
    color: white;

}

.schoolname div.more {
    border: 1px solid white;
    margin: 10px 10px 10px 10px;
    border-radius: 5px;
    text-align: center;
    width: 366px;
    height: 52px;
    vertical-align: middle;
    margin-left: 28px
}

.wcl_star {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wcl_star_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
}

.bgimg_zoom_norepeat {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.search_bar {
    background-image: url(../images/search_bar_text.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 2vw;
    border: none;
    padding-left: 1vw;
    padding-right: 5vw;
    /*line-height: 20px;*/
    /*display: inline-block;*/

    margin-top: 2vw;
    border-radius: 0.05vw;
    /*-webkit-border-radius: 50px;*/
    /*-moz-border-radius: 50px;*/
}

.ourpartners {
    float: left;
    width: 20%;
    margin: 0 auto;
}

.course_card {
    float: left;
    width: 15%;
    margin-left: 2%;
}

.course_card_text {
    float: left;
    width: 25%;
    background-color: rgba(248, 244, 233, 1);
    text-align: center;
    height: 155px;
    /*border: 1px solid #fff;*/
    padding: 30px 23px;
    box-sizing: border-box;
    position: relative;
}

.white_line {
    height: 100px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 30px;
    background-color: #fff;
}

.course_card_text p {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.course_card img {
    height: 184px;
    width: 184px;
}

.course_card p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #373737;
    margin-left: 5px;
}
.course_card p:last-child {
    font-size: 16px;
    color: #666;
}

.course_card div {
    height: 115px;
    width: 184px;
    text-align: center;
}

.course_nav_link {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    z-index: 99;
}

.course_nav_link ul {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.course_nav_link li {
    float: left;
    height: 35px;
    padding:0 20px;
    line-height: 35px;
    text-align: center;
    margin: 5px 5px auto;
    border-radius: 17px;
}

.course_nav_link li a {
    display: block;
    height: 35px;
}

/*.course_nav_link li a:link,.course_nav_link li a:visited,.course_nav_link li a:hover,.course_nav_link li a:active{*/
/*!*color:#000;*!*/
/*}*/
.course_nav_link li:first-child {
    border: 1px solid #eeb9d4;
    color: #eeb9d4;
}
.course_nav_link li:nth-child(2) {
    border: 1px solid #79e4ee;
}
.course_nav_link li:nth-child(3) {
    border: 1px solid #eccb7a;
}
.course_nav_link li:nth-child(4) {
    border: 1px solid #ebccfc;
}
.course_nav_link li:nth-child(5) {
    border: 1px solid #ccdffc;
}
.course_nav_link li:nth-child(6) {
    border: 1px solid #bfcc72;
}
.course_nav_link li:nth-child(7) {
    border: 1px solid #92e39a;
}
.course_nav_link li:nth-child(8) {
    border: 1px solid #ccd0fc;
}
.course_nav_link li:nth-child(9) {
    border: 1px solid #a5d285;
}
.course_nav_link li:nth-child(10) {
    border: 1px solid #fcccd0;
}
.course_nav_link li:nth-child(11) {
    border: 1px solid #f4b483;
}
.course_nav_link li:nth-child(12) {
    border: 1px solid #cfd17d;
}
.course_nav_link li:nth-child(13) {
    border: 1px solid #90d3d9;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
.course-fixed {
    height: 140px;
}
.course-type-title {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
}
.course-type-title1 {
    background: url("../images/course_type_title01.png") center center no-repeat;
}
.course-type-title2 {
    background: url("../images/course_type_title02.png") center center no-repeat;
}
.course-type-title3 {
    background: url("../images/course_type_title03.png") center center no-repeat;
}
.new-course-title {
    width: 1200px;
    height: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
}
.new-course-title img {
    margin-right: 15px;
}
.course-item-wrap {
    width: 1200px;
    margin:0 auto;
    padding-bottom: 30px;
    color: #3c3c3c;
    padding-left: 35px;
}
.course-item-title {
    display: inline-block;
    position: relative;
}
.course-item-title p {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 26px;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.course-item-color {
    display: inline-block;
    font-size: 26px;
    height: 15px;
    padding: 0 15px;
    border-radius: 8px;
    z-index: 0;
    color: rgba(0,0,0,0);
    margin-top: 40px;
}
.course-item-desc {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 15px;
}
.course-item-content {
    font-size: 16px;
}

.course_show {
    height: 264px;
    width: 100%;
    /*border: 1px solid #000;*/
    /*overflow: hidden;*/
}

.course_show_title1 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_00.jpg");
}

.course_show_title2 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_02.jpg");
}

.course_show_title3 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_03.jpg");
}

.course_show_title4 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_04.jpg");
}

.course_show_title5 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_05.jpg");
}

.course_show_title6 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_06.jpg");
}

.course_show_title7 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_07.jpg");
}

.course_show_title8 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_08.jpg");
}

.course_show_title9 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_09.jpg");
}

.course_show_title10 {
    height: 174px;
    width: 100%;
    background-image: url("../images/course_show_10.jpg");
}

.course_img {
    float: left;
    width: 400px;
    height: 100%;
    /*height: 230px;*/
    padding-top: 30px;
}

.course_img img {
    width: 400px;
    height: 230px;
}

.course_description {
    float: left;
    width: 800px;
    height: 100%;
    padding-left: 35px;
    padding-right: 50px;
    margin-top: 80px;

}

.course_description h2 {
    font-size: 32px;
    color: #FFF;
    font-weight: 700;

}

.course_description h3 {
    font-size: 18px;
    margin: 15px 0;
    color: #FFF;
    font-weight: 700;
}

.course_description p {
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.government_act {
    font-size: 16px !important;
    font-weight: 700;
}

.government_nav_item {
    overflow: hidden;
}

.government_nav {
    width: 320px;
    height: 500px;
    float: left;
    box-sizing: border-box;
    padding: 20px 40px 0;
}

.government_nav li {
    font-size: 14px;
    width: 235px;
    height: 68px;
    line-height: 68px;

    cursor: pointer;
    font-family: "微软雅黑", serif;
}

.government_cont {
    width: 870px;
    overflow: hidden;
    float: left;
}

.government_cont ul {
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
}

.government_cont li {
    width: 410px;
    height: 310px;
    float: left;
    list-style: none;
    margin-left: 24px;
    cursor: pointer;
}

.government_cont li img {
    padding: 5px;
    box-sizing: border-box;
    width: 410px;
    height: 260px;
}

.government_cont h3 {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    font-size: 14px;
}

.government_cont p {
    line-height: 30px;
    font-size: 14px;
    margin-left: 25px;
    clear: both;
}

.video_act {
    background-image: url("../images/course_show_07.jpg");
}

.perspective_cont {
    height: 580px;
    /*border: 1px solid greenyellow;*/
}

.perspective_video {
    width: 690px;
    height: 625px;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
    border: 1px solid transparent;

}

.video_mask {
    width: 255px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.perspective_video h3 {
    margin-top: 75px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*border: 1px solid #f29802;*/
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.perspective_video_cont {
    width: 690px;
    height: auto;
}

.perspective_video p {
    margin: 10px auto 55px;
    line-height: 22px;
    letter-spacing: 2px;

    font-size: 14px;
    color: gray;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.perspective_video ul {
    overflow: hidden;
    text-align: center;
    margin-left: 25%;
    position: absolute;
    bottom: -15px;

}

.perspective_video li {
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #27beab;
    margin: 0 5px;
    cursor: pointer;
    color: #27beab;
}

.perspective_video li:first-child {
    background-color: #27beab;
    color: #fff;
    font-size: 14px;
}

.perspective_category {
    height: 500px;
    /*margin-top: 70px;*/
    /*border: 1px solid #000;*/

}

.perspective_category .perspective_li {
    padding: 30px;
    height: 450px;
    /*border: 1px solid #000;*/
    /*overflow: hidden;*/
}

.perspective_category .perspective_li li {
    width: 255px;
    height: 185px;
    /*background-color: #d3d3d3;*/
    float: left;
    margin: 15px 10px 0px;
    cursor: pointer;
    position: relative;
}

.perspective_category .perspective_li li img {
    width: 255px;
    height: 150px;
}

.perspective_category .perspective_li li p {
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*页面跳转Start*/
.perspective_category .switch_page {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    /*border: 1px solid #000;*/
    margin: 0 auto;
}

.box {
    height: 40px;
    line-height: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 360px;
    /*border: 1px solid #000;*/
}

.box button {
    padding: 0 10px;
    /*margin: 0 10px;*/
    height: 40px;
    float: left;
    cursor: pointer;
    background-color: #ffffff;
    outline: none;
    border: none;
}

.box .first-page,
.box .last-page {
    margin: 0;
}

.box .pageWrap {
    height: 40px;
    float: left;
    overflow: hidden;
}

.box .pageWrap ul {
    width: 100000px;
    height: 40px;
    float: left;
}

.box .pageWrap ul li {
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    border: none;
}

.box .pageWrap ul .sel-page {
    color: #27beab;
}

.box .jump-text {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    border: none;
    outline: none;
}

.box .jump-button {
    margin: 0;
    float: left;
}

.box .total-pages,
.box .total-count {
    float: left;
    font-size: 14px;
}

.turnPage i {
    color: #27beab;

}

/*页面跳转End*/

.quick_link_zx {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;

}

.quick_link_zx:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.quick_link_yy {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;

}

.quick_link_yy:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.quick_link_cp {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;

}

.quick_link_cp:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* CSS Document */
body, h1, h2, h3, h4, h5, h6, input, form, dd, dt, dl, ul, li, img, p, table, tr, td, th, select {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #FC7C01;
}

img {
    vertical-align: middle;
}

body {
    font-size: 12px;
    font-family: "宋体", \5FAE\8F6F\96C5\9ED1;
    min-width: 1200px;
}

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

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
}

.input-text:focus {
    outline: none;
}

/*去除谷歌默认input获取焦点的样式*/
.nav_top {
    background-color: rgba(255, 255, 255, 0.3);
    height: 120px;
    z-index: 1000;
    position: static;
}

#banner_tabs {
    margin: 0px auto 20px;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

#banner_tabs ul {
    width: 100%;
    height: 715px;
    oevrflow: hidden;
    padding: 0;
    margin: 0
}

body {
    background: #fff;
}

.satnav {
    height: 30px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}

.satnav .satnav_con {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 13px;
    color: #666;
}

.satnav .satnav_con p, .satnav .satnav_con .login {
    float: right;
}

.satnav .satnav_con p {
    padding-right: 46px;
}

.satnav .satnav_con .login a {
    color: #666;
    font-size: 14px;
}

.header {
    width: 1200px;
    margin: 0 auto 6px;
    padding-top: 8px;
}

.logo {
    width: 200px;
    height: 76px;
    padding: 0 62px 0 28px;
}

.menu li {
    width: 110px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-family: "微软雅黑", serif;
    display: inline-block;
    position: relative;
    margin: 20px 10px 0 0;
    /*border: 1px solid #000;*/

}

.menu li:hover {
    height: 60px;
    width: 110px;
    text-decoration: none;
}

.menu li a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    font-family: MicrosoftYaHei;
}

.menu li a.hover {
    color: #f29802;
    border-bottom: 4px solid #ef5512;
}

.header_ip {
    padding-top: 15px;
    padding-right: 25px;
}

.header_ip p {
    color: #797878;
    line-height: 20px;
    margin-bottom: 4px;
}

.header_ip p span {
    color: #fe9519;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
}

/*.lunbo{ overflow: hidden;zoom: 1;position: relative;width: 100%;cursor: pointer;height: 715px;*/
/*border: 1px solid transparent;}*/
/*.lunbo a img{*/
/*width:100%;*/
/*height: 100%;*/
/*}*/
.slider {
    position: relative;
    height: 718px;
    margin-bottom: 40px;
    z-index: 2;
}

.slider_ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0 auto;
}

.slider_ul li {
    list-style: none;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}

.slider_ul li a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;

}

.lunbo_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.lunbo01 {
    font-family: "微软雅黑";
    color: #fff;
    padding: 53px 0 0 35px;
}

.lunbo01 h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 28px;
}

.lunbo01 h3 span {
    font-size: 36px;
}

.lunbo01 h4 {
    line-height: 35px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 124px;
}

.lunbo01 h5 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 19px;
}

span.lunbo_jt {
    position: absolute;
    top: 287px;
    width: 18px;
    height: 20px;
    display: block;
    cursor: pointer;
}

span.lunbo_jtl {
    left: 10px;
    background: url("../images/lunbo_jtl.png") no-repeat center;
}

span.lunbo_jtr {
    right: 10px;
    background: url("../images/lunbo_jtr.png") no-repeat center;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url("../images/dot.png") no-repeat 0 -25px;
    display: block;
    height: 12px;
    overflow: hidden;
    text-indent: -99em;
    width: 42px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
    background-position: 0 -5px;
}

.link {
    width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    padding: 30px 0 46px;
}

.link dl {
    padding-left: 51px;
}

.link dt {
    width: 230px;
    height: 52px;
    font-size: 22px;
    color: #323232;
    padding: 1px 0 0 87px;
    border-right: 1px solid #d2d2d2;
    margin-right: 49px;
}

.link dt span {
    display: block;
    font-size: 14px;
    color: #979797;
}

.link dt a {
    color: #323232;
}

.link dt.link01 {
    background: url("../images/link1.png") no-repeat;
}

.link dt.link02 {
    background: url("../images/link2.png") no-repeat;
}

.link dt.link03 {
    background: url("../images/link3.png") no-repeat;
    margin: 0;
    border: none;
}

.link dt.link02 span, .link dt.link03 span {
    padding-left: 6px;
}

.link dd {
    font-size: 14px;
    margin: 8px 9px 0 0;
}

.link dd a {
    display: block;
    width: 144px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e1635b;
    border-radius: 5px;
    color: #de4e47;
}

.Autism_Teaching {
    height: 440px;
}

.Autism_Teaching_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.Autism_Teaching .Autism_Teaching_fr {
    width: 900px;
    height: 440px;
}

.Autism_Teaching a {
    display: block;
    width: 232px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #fff;
    filter: alpha(opacity=80);
    background: rgba(255, 255, 255, 0.8);
    color: #9e8443;
    border-radius: 30px;
}

.Autism_Teaching .Autism_Teaching_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1141px;
    height: 138px;
    font-family: "微软雅黑";
    color: #fff;
    padding-left: 59px;
}

.Autism_Teaching .Autism_Teaching_bottom h3 {
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0 18px;
}

.Autism_Teaching .Autism_Teaching_bottom p {
    font-size: 16px;
    line-height: 24px;
}

.Autism {
    background: #f0e7d1;
    margin-bottom: 70px;
}

.Autism .Autism_Teaching_fr {
    width: 900px;
    height: 440px;
    padding-top: 216px;
    background: url("../images/autism_banner.jpg") no-repeat;
}

.Autism .Autism_Teaching_fr p {
    font-size: 14px;
    margin: 0 0 6px 27px;
}

.Autism .Autism_Teaching_bottom {
    background: url("../images/autism_bottom_bg.png") no-repeat;
}

.Teaching {
    background: #d1eaf0;
    margin-bottom: 60px;
}

.Teaching .Autism_Teaching_fr {
    background: url("../images/teaching_banner.jpg") no-repeat;
}

.Teaching .Autism_Teaching_bottom {
    background: url("../images/teaching_bottom_bg.png") no-repeat;
}

.Teaching .Autism_Teaching_bottom a {
    position: absolute;
    top: 81px;
    left: 462px;
    width: 216px;
    color: #116eb4;
}

.expert_team {
    height: 570px;
    background: #c6d1da;
}

.expert_team_con {
    width: 1200px;
    margin: 0 auto;
}

.expert_team_list {
    position: relative;
}

.expert_team_list dl {
    width: 399px;
    height: 250px;
    margin: 0 1px 1px 0;
}

.expert_team_list dt img {
    width: 240px;
    height: 250px;
}

.expert_team_list dd {
    width: 159px;
    height: 100%;
    padding: 49px 8px 0;
    background: #949da3;
    color: #fff;
}

.expert_team_list dd h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}

.expert_team_list dd h5 {
    height: 83px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.expert_team_list dd p {
    font-size: 12px;
    line-height: 18px;
}

.expert_team_list span {
    position: absolute;
    top: 221px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.expert_team_list span.left {
    left: 0px;
    background: url("../images/expert_team_jtl.png") no-repeat;
}

.expert_team_list span.right {
    right: 0px;
    background: url("../images/expert_team_jtr.png") no-repeat;
}

.development_history {
    width: 1200px;
    margin: 0 auto;
    padding: 33px 0 59px;
}

.development_history h3 {
    margin-bottom: 77px;
}

.development_history_list {
    width: 1200px;
    height: 435px;
    background: url("../images/development_history_bg.jpg") no-repeat 22px 52px;
    position: relative;
}

.development_history_list dt {
    position: absolute;
    color: #464646;
    font-size: 16px;
    font-weight: bold;
}

.development_history_list dt.development_history_year04 {
    top: 180px;
    left: 29px;
}

.development_history_list dt.development_history_year05 {
    top: 215px;
    left: 117px;
}

.development_history_list dt.development_history_year06 {
    top: 180px;
    left: 207px;
}

.development_history_list dt.development_history_year07 {
    top: 215px;
    left: 297px;
}

.development_history_list dt.development_history_year08 {
    top: 180px;
    left: 387px;
}

.development_history_list dt.development_history_year09 {
    top: 215px;
    left: 486px;
}

.development_history_list dt.development_history_year10 {
    top: 180px;
    left: 585px;
}

.development_history_list dt.development_history_year11 {
    top: 215px;
    left: 684px;
}

.development_history_list dt.development_history_year12 {
    top: 180px;
    left: 783px;
}

.development_history_list dt.development_history_year13 {
    top: 215px;
    left: 882px;
}

.development_history_list dt.development_history_year14 {
    top: 180px;
    left: 981px;
}

.development_history_list dt.development_history_year15 {
    top: 215px;
    left: 1080px;
}

.development_history_list dt.development_history_year16 {
    top: 180px;
    left: 1149px;
}

.development_history_list dd {
    position: absolute;
    color: #7e7e7e;
    line-height: 18px;
    cursor: pointer;
}

.development_history_list dd:hover {
    border-left: 1px solid #a1bcca;
    padding: 8px;
    background-color: #fffdd4;
    color: #53839b;
    border-top: 1px solid #a1bcca;
    border-right: 3px solid #a1bcca;
    border-bottom: 3px solid #a1bcca;
    z-index: 999;
}

.development_history_list dd.development_history_deeds04 {
    top: 272px;
    left: 0px;
}

.development_history_list dd.development_history_deeds05 {
    top: 87px;
    left: 43px;
}

.development_history_list dd.development_history_deeds06 {
    top: 359px;
    left: 168px;
}

.development_history_list dd.development_history_deeds07 {
    top: -3px;
    left: 232px;
}

.development_history_list dd.development_history_deeds08 {
    top: 281px;
    left: 314px;
}

.development_history_list dd.development_history_deeds09 {
    top: 86px;
    left: 427px;
}

.development_history_list dd.development_history_deeds10 {
    top: 359px;
    left: 524px;
}

.development_history_list dd.development_history_deeds11 {
    top: -3px;
    left: 590px;
}

.development_history_list dd.development_history_deeds12 {
    top: 275px;
    left: 706px;
}

.development_history_list dd.development_history_deeds13 {
    top: 86px;
    left: 795px;
}

.development_history_list dd.development_history_deeds14 {
    top: 359px;
    left: 897px;
}

.development_history_list dd.development_history_deeds15 {
    top: -25px;
    left: 925px;
}

.team_honor {
    height: 180px;
    background: #f4f5f7;
    margin-bottom: 12px;
}

.team_honor_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.team_honor_list {
    padding: 0 0 0 18px;
}

.team_honor_list li {
    width: 172px;
    height: 112px;
    position: relative;
    float: left;
    margin-left: 52px;
    cursor: pointer;
}

.team_honor_list li img {
    width: 168px;
    height: 108px;
    border: 2px solid #d7d7d7;
}

.team_honor_list li p {
    font-size: 12px;
    position: absolute;
    left: 6px;
    top: 37px;
    width: 160px;
    color: #9a6900;
    line-height: 18px;
    text-align: center;
}

.site_map {
    border-bottom: 1px solid #d7d7d7;
    background-color: #f4f5f7
}

.site_map_con {
    width: 1200px;
    margin: 0 auto;
    color: #5a5a5a;
}

.site_map_con .site_map_con_text dl.site_map_con_text01 {
    width: 130px;
    height: 200px;
}

.site_map_con .site_map_con_text dl.site_map_con_text02 {
    width: 130px;
    height: 200px;
    margin-left: 70px;
}

.site_map_con .site_map_con_text dl.site_map_con_text03 {
    width: 250px;
    height: 200px;
    margin-left: 70px;
}

.site_map_con .site_map_con_text dt {
    font-weight: bold;
    width: 130px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcddde;
    margin: 10px 0;
}

.site_map_con .site_map_con_text dd a {
    width: 100%;
    line-height: 25px;
    color: #999;
    float: left;
    font-size: 14px;
    display: inline-block;
}

.site_map_con .site_map_con_text dl.site_map_con_text03 a {
    width: 50%;
}

.site_map_con .weixin {
    width: 280px;
}

.site_map_con .weixin dt {
    color: #666;
    line-height: 18px;
}

.site_map_con .weixin dt span {
    display: block;
}

.site_map_con .weixin dt p {
    height: 50px;
    padding: 3px 0 0 52px;
}

.site_map_con .weixin dt .weixin01 {
    background: url("../images/weixin.png") no-repeat 0 8px;
    margin-bottom: 18px;
    padding-top: 8px;
}

.site_map_con .weixin dt .weixin01 span {
    color: #5cc02a;
}

.site_map_con .weixin dt .weixin02 {
    background: url("../images/ip.png") no-repeat;
}

.site_map_con .weixin dt .weixin02 span {
    color: #e96e68;
    font-weight: bold;
}

.friendly_link {
    width: 1200px;
    color: #5a5a5a;
    margin: 0 auto;
}

.friendly_link li {
    float: left;
    margin-right: 30px;
}

.friendly_link li a {
    color: #b06e00;
}

.link_active {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 210px;
}

.link_active li {
    width: 190px;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    box-shadow: 1.5px 1.5px 0px 0.8px #ddd;
}

.link_active li a {
    display: block;
    width: 190px;
    height: 60px;
}

.link_active li a img {
    width: 190px;
    height: 60px;
    box-sizing: border-box;
    background-color: #fff;
}

.footer {
    height: 60px;
    line-height: 60px;
    background: #ffa81b;
}

.footer_con {
    font-size: 13px;
    width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 21px;
    color: #ffffff;
}

.footer_con p {
    line-height: 60px;
}

.focus-img {
    position: relative;
    width: 1000px;
    height: 60px;
    margin: 100px auto;
    background-color: #333;
}

.focus-img-con {
    position: relative;
    width: 800px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.focus-img-con ul {
    position: absolute;
    top: 0;
}

.focus-img-con ul li {
    color: #fff;
    text-align: center;
    line-height: 60px;
    padding-right: 10px;
    float: left;
}

.focus-img-con ul li div {
    width: 104px;
    height: 60px;
    background-color: #B74343;
}

.focus-img .change-bnt {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: #B74343;
}

.focus-img .change-bnt.prev-bnt {
    left: 10px;
}

.focus-img .change-bnt.next-bnt {
    right: 10px;
}

/**/
.second_menu {
    height: 60px;
    background: #4c6d99;
}

.second_menu_con {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.second_menu_con li {
    text-align: center;
    line-height: 55px;
    float: left;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
}

.second_menu_con .title {
    width: 223px;
    margin-right: 22px;
}

.second_menu_con li a {
    display: inline-block;
    width: 127px;
    color: #fff;
}

/*.second_menu_con li a.hover,.second_menu_con li a:hover{ color: #fff17b; background: url("../images/second_menu_jt.png") no-repeat center bottom;}*/

.experts_recommend {
    width: 100%;
    /*height: 410px;*/
    /*border: 1px solid red;*/

}

.experts_recommend img {
    width: 100%;
    height: 100%;

}

.content {
    background: #f5f5f5;
    padding-bottom: 17px;
}

.content_title {
    width: 1156px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    color: #4c6d99;
    font-size: 13px; /*padding-left: 44px;*/
}

.content_title a {
    color: #4c6d99;
}

.content_title span {
    color: #8f949c;
}

.content_con {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 1px;
}

.content_top {
    padding: 35px 43px 0 44px;
    border-bottom: 1px solid #dbdbdb;
}

.content_top dl {
    padding: 5px 0 0 0px;
}

.content_top dd {
    padding: 12px 0 0 38px;
}

.content_top h5 {
    color: #4c6d99;
    font-size: 18px;
    font-weight: normal;
    font-family: "微软雅黑";
    margin-bottom: 38px;
}

.content_top p {
    color: #646464;
    line-height: 21px;
    padding-left: 1px;
}

.content_text {
    padding: 0px 43px 0 44px;
    font-size: 14px;
    color: #646464;
    line-height: 24px;
}

.content_text li {
    margin-bottom: 63px;
}

.content_text ul li {
    margin-bottom: 10px;
}

#BMapLib_search_bus_btn1, #BMapLib_search_drive_btn1 {
    width: 47px;
}

.content_text h4 {
    font-size: 16px;
    line-height: 18px;
    padding-left: 29px;
    color: #4a4a4a;
    font-weight: bold;
    background: url("../images/fwti_bs.png") no-repeat 1px 0;
    margin-bottom: 25px;
}

.content_text p {
    margin: 15px 0;
    line-height: 30px;
    color: #666;
}

.content_text img.fr {
    margin-right: 8px;
}

.content_text dd {
    margin-bottom: 25px;
}

.content_text dd p {
    margin: 0;
}

.content_text h6 {
    font-size: 14px;
    padding-left: 28px;
    color: #3a88c9;
}

.content_text .jxkc dd p {
    padding-left: 28px;
}

.content_text .jxkc_img {
    width: 1155px;
    margin-left: -19px;
}

.content_text .jxkc_img img {
    float: left;
    margin: 0 5px 5px 0;
    display: inline;
}

.content_text .tips {
    color: #333;
    letter-spacing: 2px;
    line-height: 20px;
}

.content_text .sport_tag h3 {
    color: #000;
    text-indent: 2em;
    margin-top: 20px;
}

.content_text .sport_tag h5 {
    color: #B00100;
    text-align: center;
    font-size: 20px;
}

.content_text .sport_tag img {
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.content_text .bookClass img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.content_text .bookClass h5 {
    color: orange;
    text-align: center;
    font-size: 16px;
}

.content_text .sport_tag p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #000;
}

.content_text .sport_tag span {
    float: right;
}

.jzxy {
    padding: 40px 43px 0 45px;
}

.jzxy h3, .zbzbd h3 {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: bold;
    background: url("../images/jzxy_title.jpg") no-repeat;
    padding-left: 43px;
    line-height: 22px;
    margin-bottom: 40px;
}

.jzxy h3 a {
    font-size: 12px;
    color: #6e8ea0;
    font-weight: normal;
    margin-left: 33px;
}

.jzxy_list {
}

.jzxy_list dl {
    padding-bottom: 60px;
}

.jzxy_list dt {
    width: 380px;
    height: 240px;
}

.jzxy_list dt img {
    width: 380px;
    height: 240px;
}

.jzxy_list dd {
    width: 685px;
    height: 240px;
    padding: 30px 0 0 15px;
    border-bottom: 1px solid #e8e8e8;
}

.jzxy_list dd h5 {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 34px;
}

.jzxy_list dd p {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    text-indent: 2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.jzxy_list dd .more {
    padding: 1px 12px 0 0;
}

.jzxy_list dd .more a {
    width: 80px;
    height: 25px;
    background: url("../images/more.jpg") no-repeat;
    text-indent: -99999px;
}

/*家长之声*/
.community_cont {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 1px;
    overflow: hidden;
}

.lf_community {
    width: 780px;
    padding: 20px 10px;
    /*border: 1px solid #000;*/
    float: left;
}

.lf_community_title {
    width: 760px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #aaaaaa;
    font-size: 18px;
}

.topic_list {
    display: inline-block;
    height: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    border-bottom: 3px solid #8ebd0f;

}

/*.topic_icon{*/
/*display: inline-block;*/
/*float: right;*/
/*font-size: 14px;*/
/*background-color: #8ebd0f;*/
/*padding: 0 10px 0 0;*/
/*color:#fff;*/
/*cursor: pointer;*/
/*height: 30px;*/
/*line-height: 30px;*/
/*border-radius: 5px;*/
/*}*/
.topic_icon i {
    padding: 0 6px;
    font-size: 18px;
}

.lf_community ul {
    width: 760px;
    font-size: 14px;
    margin-top: 10px;

}

.lf_community ul li {
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin-left: -8px;

}

.lf_community ul li a {
    display: inline-block;
    width: 395px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*border: 1px solid #000;*/
}

.topic_time {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #000;*/
    vertical-align: top;
    font-size: 12px;
    text-align: center;
}

.topic_place {
    display: inline-block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #000;*/
    vertical-align: top;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic_num {
    display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #000;*/
    vertical-align: top;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic_num em {
    font-style: normal;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}

.topic_num em i {
    padding: 0 3px;
}

.rt_community {
    padding: 20px 10px;
    /*border: 1px solid #000;*/
    float: left;
    margin-left: 10px;
}

.rt_community_title {
    padding: 0 30px;
    width: 380px;
    height: 40px;
    line-height: 40px;
    background-color: #f8736c;
    border-radius: 5px 5px 0 0;
}

.rank_title {
    font-size: 18px;
    color: #fff;
}

.rank_more {
    font-size: 16px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.rt_community ul {
    padding: 0 30px;
    margin-top: 20px;
}

.rt_community ul li {
    width: 310px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.rt_community ul li a {
    color: #000;
}

.rank_num1 {
    font-size: 14px;
    color: #f8736c;
    font-weight: 700;
    margin-right: 15px;
}

.rank_num2 {
    font-size: 14px;
    color: #e9873e;
    font-weight: 700;
    margin-right: 15px;
}

.rank_num3 {
    font-size: 14px;
    color: #e8bb5b;
    font-weight: 700;
    margin-right: 15px;
}

.rank_num4 {
    font-size: 14px;
    color: #7bd1d6;
    font-weight: 700;
    margin-right: 15px;
}

.rank_small_title {
    display: inline-block;
    max-width: 220px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.rt_community_bottom {
    margin-top: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.rt_community_bottom .rt_community_title {
    background-color: #54cad1;
}

.active_title {
    font-size: 18px;
    color: #fff;
}

.active_more {
    font-size: 16px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.active_small_title {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #000;*/
    vertical-align: top;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*color: #000;*/
}

/*五彩动态*/
.dynamic dl {
    padding-bottom: 20px;
}

.dynamic dt {
    width: 230px;
    height: 120px;
}

.dynamic dt img {
    width: 230px;
    height: 120px;
}

.dynamic dd {
    width: 840px;
    height: 120px;
    padding-top: 20px;
}

.dynamic dd p {
    text-indent: 0;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paging {
    text-align: center;
    font-size: 14px;
    padding: 5px 0 74px;
}

.paging li {
    display: inline-block;
}

.paging li a {
    color: #8d8d8d;
    display: inline-block;
}

.paging li.fh a {
    width: 39px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #a5a5a5;
    color: #545454;
    margin: 0 23px 0 20px;
}

.paging li.num a {
    width: 29px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #a5a5a5;
    color: #545454;
}

.paging li.num a.hover, .paging li.num a:hover {
    border: 1px solid #d9d9d9;
}

.zbzbd {
    padding: 30px 30px 0 45px;
}

.zbzbd h3 {
    padding-left: 64px;
    margin-bottom: 21px;
}

.zbzbd p {
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    padding-left: 34px;
}

.zbzbd h4 {
    font-size: 16px;
    line-height: 16px;
    color: #4a4a4a;
    font-weight: bold;
    padding: 31px 0 23px 61px;
}

.zbzbd dl {
    padding: 26px 0 33px;
    border-bottom: 1px solid #bebebe;
    margin-bottom: -14px;
}

.zbzbd dt {
    padding: 4px 0 0 34px;
}

.zbzbd dd {
    padding-left: 138px;
}

.zbzbd dd p {
    font-size: 14px;
    line-height: 26px;
    color: #474747;
    font-weight: bold;
    background: url("../images/jzxy_d.jpg") no-repeat 0 11px;
    padding-left: 15px;
}

.testTab {
    width: 1112px;
    /*border-bottom: 1px solid #d7d7d7;*/
    overflow: hidden;
}

.testTab li {
    color: #000;
    font-size: 14px;
    width: 144px;
    height: 43px;
    float: left;
    background-color: #e7f2f9;
    line-height: 43px;
    text-align: center;
    margin-right: 9px;
    border: 1px solid #d7d7d7;
    border-radius: 7px;

}

.testTab a {
    color: #6a6a6a;
}

.testTab .active {
    color: #fff;
    font-weight: bold;
    background-color: #739ec2;
}

.texth4 {
    font-size: 16px;
    line-height: 18px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 32px;
}

.testMemo {
    width: 958px;
    margin: 0 auto;
    height: auto;
    border-top: 1px solid #dbdbdb;
    position: relative;
    margin-top: 48px;
    padding-bottom: 180px;
}

.testMemo b {
    color: #2b699c;
    display: inline-block;
    position: absolute;
    padding: 0 8px 0 0;
    background-color: #fff;
    line-height: 23px;
    height: 23px;
    top: -13px;
    font-size: 16px;
}

.testMemo p {
    color: #3e3e3f;
    line-height: 20px;
    font-size: 16px;
}

.testMemo p input {
    margin-left: 10px;
}

.submit {
    height: 46px;
    line-height: 46px;
    width: 146px;
    text-align: center;
    display: inline-block;
    background-color: #61a649;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-left: 53px;
}

.clear {
    width: 106px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    line-height: 44px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #555555;
    float: left;
    margin-left: 50px;
}

.topBtn {
    position: absolute;
    right: 0;
    top: -24px;
    padding-left: 8px;
    background-color: #fff;
}

.submit:hover {
    color: #fff;
}

.clear:hover {
    color: #555555;
}

.jstd .jzxy_list dt {
    margin-left: 35px;
}

.jstd .jzxy_list dt, .jstd .jzxy_list dt img {
    width: 200px;
    height: 200px;
}

.jstd .jzxy_list dd {
    width: 790px;
    height: 200px;
    padding: 29px 0 0;
    margin-right: 35px;
}

.jstd .jzxy_list dd p {
    text-indent: 2em;
    width: 80%
}

.wcl_jztd {
    padding-bottom: 26px;
}

.wcl_jztd .expert_team_list {
    background: #c6d1da;
}

.wcl_jztd h2 {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: bold;
    background: url("../images/wcl_zjtd.jpg") no-repeat;
    padding-left: 39px;
    margin: 31px 0 22px 44px;
}

.wclfwlc {
    padding: 0 43px 30px 44px;
}

.wclfwlc h3 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 26px 0 45px;
}

.wclfwlc dt {
    width: 60px;
    margin: 0 0 0 0px;
}

.wclfwlc dt p {
    width: 60px;
    height: 60px;
    text-indent: -999999px;
}

.wclfwlc dt .border {
    width: 2px;
    margin: 0 auto;
    background: #b6bfcb;
    overflow: hidden;
}

.wclfwlc dd {
    width: 995px;
    margin-left: 31px;
    font-size: 14px;
}

.wclfwlc dd h5 {
    font-size: 18px;
    line-height: 18px;
    color: #466895;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 20px;
    margin-bottom: 14px;
}

.wclfwlc dd p {
    color: #4a4a4a;
    line-height: 36px;
    padding-left: 28px;
}

.wclfwlc dd p span {
    color: #de5139;
}

.wclfwlc dd p a {
    color: #168014;
    text-decoration: underline;
}

.wclfwlc dd .link_a {
    padding: 8px 4px 0 0;
}

.wclfwlc dd .link_a a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    float: right;
    background: #4c6d99;
    margin-right: 14px;
    display: inline;
}

.wclfwlc1 dt p {
    background: url("../images/fwlc1.png") no-repeat;
}

.wclfwlc1 dt .border {
    height: 166px;
}

.wclfwlc2 dt p {
    background: url("../images/fwlc2.png") no-repeat;
}

.wclfwlc2 dt .border {
    height: 179px;
}

.wclfwlc3 dt p {
    background: url("../images/fwlc3.png") no-repeat;
}

.wclfwlc3 dt .border {
    height: 181px;
}

.wclfwlc4 dt p {
    background: url("../images/fwlc4.png") no-repeat;
}

.wclfwlc4 dt .border {
    height: 183px;
}

.wclfwlc5 dt p {
    background: url("../images/fwlc5.png") no-repeat;
}

.wclfwlc5 dt .border {
    height: 192px;
}

.wclfwlc6 {
    padding-bottom: 30px;
}

.wclfwlc6 dt p {
    background: url("../images/fwlc6.png") no-repeat;
}

.fzlcline {
    width: 1051px;
    border-left: 2px solid #dba885;
    margin-left: 150px;
    clear: both;
    height: auto;
    margin-bottom: 150px;
}

.fzlc {
    width: 1051px;
    position: relative;
    padding-bottom: 20px;
    clear: both;
}

.fzlc_div {
    width: 100%;
    padding-top: 10px;
}

.fzlc_div_l {
    float: left;
    margin-left: 64px;
}

.fzlc_div_l ul {
    overflow: hidden;
    padding: 0;
    margin: 30px 0 0;

}

.fzlc_div_l li {
    height: 225px;
    width: 270px;
    float: left;
    margin-right: 10px;

}

.fzlc_div_l li img {
    height: 165px;
    width: 270px;
}

.fzlc_div_l li p {
    text-indent: 0;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fzlc_div_l h2 {
    font-size: 28px;
    color: #e76157;
}

.fzlc_div_l h3 {
    font-size: 20px;
    color: #333;
}

.time_icon img {
    width: 42px;
    height: 42px;
}

.time_nav {
    height: 110px;
    margin-bottom: 20px;
}

.time_nav ul {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    /*background-color: palevioletred;*/

}

.time_nav li {
    float: left;
    width: 136px;
    height: 110px;
    line-height: 110px;
    text-align: center;

}

.time_nav li img {
    width: 110px;
    height: 90px;
}

.blank_box {
    overflow: hidden;
    /*height: 140px;*/
    /*border: 1px solid #000;*/
    clear: both;
}

/*.w575{width: 525px;}*/
.fzlc_div_r {
    float: right;
    margin-right: 86px;
}

.fzlc .fzlc_tit {
    position: absolute;
    top: 0;
    left: -28px;
}

.fzlc .fzlc_tit i {
    font-style: normal;
    font-size: 24px;
    color: #e76258;
    display: inline-block;
    margin-left: -160px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 60px;
    top: 4px;
}

.fzlc .fzlc_tit span {
    display: inline-block;
    width: 57px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #e76258;
    font-size: 26px;
    border-radius: 5px;
    font-weight: bold;
}

.fzlc .arrow {
    position: absolute;
    top: 0px;
    left: -21px;
    width: 43px;
    height: 42px
}

.w775 {
    width: 775px;
}

.last {
    padding-bottom: 0px !important;
    height: 25px;
}

.joinus {
    width: 1078px;
    height: auto;
    position: relative;
    margin-top: 60px
}

.joinus .img {
    position: absolute;
    top: 0;
    right: 0;
}

.joinus .title {
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
}

.joinus .title i {
    font-style: normal;
    color: #4c6d99;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    float: left;
    margin-top: 5px;
    margin-left: 54px;
}

.joinus .title span {
    width: 34px;
    height: 31px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    background-color: #7da2cc;
    border-radius: 5px;
    line-height: normal;
    padding-top: 5px;
    font-weight: bold;
    float: left;
}

.joinus .memo {
    width: 900px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
}

.joinus .memo b {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #000;
    font-size: 16px
}

.joinus .memo p {
    color: #000;
    margin: 0;
    font-size: 12px
}

.joinus .memo .sj {
    text-indent: 4em;
}

.linkus {
    width: 858px;
    margin: 0 auto;
    margin-top: 60px
}

.linkus .title {
    height: 36px;
    margin-bottom: 22px;
}

.linkus .title i {
    font-style: normal;
    color: #4c6d99;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    float: left;
    margin-left: 35px;
}

.linkus .title b {
    width: 35px;
    height: 32px;
    display: inline-block;
    background: url(../images/address.jpg) no-repeat;
    float: left;
    margin-top: -5px;
}

.linkus .title span {
    width: 29px;
    height: 21px;
    display: inline-block;
    background: url(../images/tele.jpg) no-repeat;
    float: left;
}

.linkus .memo {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 23px;
    margin-bottom: 28px;
    margin: 0 auto;
    width: 729px;
}

.linkus .memo p {
    color: #000;
    line-height: 8px;
    text-indent: 0;
}

.linkus .memo p a {
    color: #4c6d99;
    text-decoration: underline;
    display: inline-block;
    margin-left: 52px;
}

.workRequire {
    margin-left: 40px;
    margin-bottom: 10px;
    width: 620px
}

.linkus .last {
    border: 0;
}

.sintro {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    clear: both;
    margin-top: 60px;
}

.sintro .t1 {
    color: #3c3c3c;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-bottom: 45px;
    font-weight: bold;
}

.sintro .t2 {
    display: block;
    padding: 0 15px;
    margin-bottom: 70px;
}

.sintro .title {
    height: 35px;
}

.sintro .title i {
    font-style: normal;
    color: #4a4a4a;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    float: left;
    margin-left: 15px;
}

.sintro .title b {
    width: 35px;
    height: 32px;
    display: inline-block;
    background: url(../images/address.jpg) no-repeat;
    float: left;
    margin-top: -5px;
}

.sintro .title span {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/jzxy_title.jpg) no-repeat;
    float: left;
}

.introlist {

    width: 1080px;
}

.introlist ul {
    width: 100%;
    margin-top: 55px;
    overflow: hidden
}

.introlist ul li {
    width: 340px;
    height: 210px;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.introlist ul li img {
    width: 340px;
    height: 210px;
}

.introlist .listone {
    margin: 0 auto;
    padding-top: 58px;
}

.introlist .listone .title {
    height: 36px;
    margin-bottom: 10px;
    clear: both;
}

.introlist .listone .title i {
    margin-top: 1px;
    font-style: normal;
    color: #557fb4;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    float: left;
    margin-left: 15px;
}

.introlist .listone .title b {
    width: 35px;
    height: 32px;
    display: inline-block;
    background: url(../images/address.jpg) no-repeat;
    float: left;
    margin-top: -5px;
}

.introlist .listone .title span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/fwti_bs.png) no-repeat;
    float: left;
}

.introlist .listone p {
    color: #646464;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}

.map {
    width: 876px;
    height: 397px;
    background-color: #ccc;
    margin: 0 auto;
    margin-top: 63px;
    margin-bottom: 80px;
}

.map1 {
    width: 876px;
    height: 397px;
    background-color: #ccc;
    margin: 0 auto;
}

.mapp {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -434px;
    margin-top: -198px;
    width: 876px;
    height: 397px;
    border: 1px solid #ccc;
}

.mmm1 {
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    background-color: #d88440;
    position: absolute;
    z-index: 1001;
    box-shadow: 2px 2px 1px #d88440;
    /*top: 61px;*/
    top: 76px;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}

.mmm1 b {
    display: block;
    position: absolute;
    width: 19px;
    height: 9px;
    background: url(../images/m1.png);
    top: -8px;
    left: 62px;
}

.mmm1 a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff !important;
    display: block;
    border-top: 1px solid #c67a3c;
}

.mmm1 a:nth-of-type(1) {
    border-top: 0px solid #c67a3c;
}

.mmm1 a:hover {
    background-color: #c67a3c;
}

.mmm2 {
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    background-color: #379749;
    position: absolute;
    z-index: 1001;
    box-shadow: 2px 2px 1px #379749;
    /*top: 61px;*/
    top: 76px;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}

.mmm2 b {
    display: block;
    position: absolute;
    width: 19px;
    height: 9px;
    background: url(../images/m2.png);
    top: -8px;
    left: 62px;
}

.mmm2 a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff !important;
    display: block;
    border-top: 1px solid #358944;
}

.mmm2 a:nth-of-type(1) {
    border-top: 0px solid #358944;
}

.mmm2 a:hover {
    background-color: #358944;
}

.mmm3 {
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    background-color: #2c7291;
    position: absolute;
    z-index: 1001;
    box-shadow: 2px 2px 1px #2c7291;
    /*top: 61px;*/
    top: 76px;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}

.mmm3 b {
    display: block;
    position: absolute;
    width: 19px;
    height: 9px;
    background: url(../images/m3.png);
    top: -8px;
    left: 62px;
}

.mmm3 a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff !important;
    display: block;
    border-top: 1px solid #1e6484;
}

.mmm3 a:nth-of-type(1) {
    border-top: 0px solid #1e6484;
}

.mmm3 a:hover {
    background-color: #1e6484;
}

.mmm4 {
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    background-color: #e57567;
    position: absolute;
    z-index: 1001;
    box-shadow: 2px 2px 1px #e57567;
    /*top: 61px;*/
    top: 76px;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}

.mmm4 b {
    display: block;
    position: absolute;
    width: 19px;
    height: 9px;
    background: url(../images/m4.png);
    top: -9px;
    left: 62px;
}

.mmm4 a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff !important;
    display: block;
    border-top: 1px solid #e45746;
}

.mmm4 a:nth-of-type(1) {
    border-top: 0px solid #e45746;
}

.mmm4 a:hover {
    background-color: #e45746;
}

.sub_menu1 a {
    height: 20px;
    height: 20px;
}

.s_title {
    font-size: 10px;
    color: #676767;
    width: 100%;
    text-align: right;
}

/*a:link{*/
/*color:#fff;*/
/*}*/
/************悬浮框******START********/
.fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.fixed .fixed_up i {
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.2);
    font-size: 30px;
    color: #FFF;
}

.fixed ul {
    padding: 0;
    margin: 0;
}

.fixed ul li {
    width: 60px;
    height: 60px;
    list-style-type: none;
    position: relative;
}

.fixed ul li div {
    position: absolute;
    top: 0;
    right: 60px;
    overflow: hidden;
    width: 0;
}

.fixed ul li i {
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.2);
    font-size: 30px;
    color: #FFF;
}

.fixed_phone {
    background-color: #df8a87;
    width: 200px;
    height: 120px;
}

.fixed_phone p {
    font-size: 14px;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
}

.fixed_weixin {
    width: 340px;
    height: 225px;
    background-color: #bfde7c;
    position: relative;
}

.fixed_weixin .erwei {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -40%);
    cursor: pointer;
}

.fixed_weixin .enterprise_wechat_customer {
    width: 136px;
    height: 136px;
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -40%);
    cursor: pointer;
}

.fixed_qq {
    background-color: #9cb4ea;
    width: 200px;
    height: 135px;
}

.fixed_qq p {
    width: 155px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

.fixed_edit {
    width: 200px;
    height: 190px;
    background-color: #ecbd47;
}

.fixed_edit p {
    width: 155px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    margin: 10px auto;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

/************悬浮框******END********/

/*图标*/
.second_menu_con .hover_icon {
    position: relative;

}

.second_menu_con .hover_icon a {
    font-weight: 700;

}

.second_menu_con .hover_icon .iconfont {
    position: absolute;
    bottom: -35%;
    left: 50%;
    transform: translateX(-50%);

}

/*弹出层开始*/
.modle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.popup {
    width: 350px;
    height: 350px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    position: absolute;
    border-radius: 5px;
}

.popup .popup_close {
    height: 30px;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-align: right;
    color: #000;
    margin: 20px 0 0 0;
}

.popup .popup_close i {
    margin-right: 20px;
    font-size: 25px;
    cursor: pointer;
}

.pop_img {
    text-align: center;
}

/* 弹框 end */

.starClass {
    /*border: 1px solid #000;*/
    overflow: hidden;
    margin: 10px auto;
}

.starClass li {
    /*margin-bottom: 10px!important;*/
    overflow: hidden;
    clear: both;
}

.starClass_left {
    width: 300px;
    height: 200px;
    /*border: 1px solid #000;*/
    float: left;
    margin-bottom: 10px;
}

.starClass_left img {
    width: 300px;
    height: 200px;
}

.starClass_right {
    border-bottom: 1px solid #f2f2f2;
    height: 200px;
    width: 750px;
    margin-left: 50px;
    float: left;
    position: relative;
}

.starClass_right h4 {
    font-size: 16px;
    margin: 20px;
}

.starClass_right p {
    padding: 0 20px;
    box-sizing: border-box;
}

.starClass_more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #337ab7;
    float: right;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.startClassDetail {
    background-color: #fff;
    width: 1200px;
    margin: 0px auto;
    padding: 50px;
    /*border: 1px solid #000;*/
    box-sizing: border-box;
}

.startClassDetail h5 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
}

.donate {
    overflow: hidden;
    margin: 50px 30px;
}

.donate li {
    float: left;
    width: 20%;
}

.donate li h3 {
    height: 35px;
    line-height: 35px;
}

.donate li p {
    font-size: 12px;
    width: 210px;
    line-height: 25px;
    color: #666;
    margin-top: 20px;
}

.donate_line {
    margin: 80px auto;
    width: 30px;
    margin-bottom: 30px;
    height: 3px;
    background-color: #83b725;
}

.donate_register {
    display: block;
    margin: 80px auto;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: #a9c96e;
    color: #fff;
    font-size: 26px;
    box-shadow: #e7f0d7 0px 15px 10px 0px;

}

.donate_register:hover, .donate_register:link, .donate_register:active, .donate_register:visited {
    color: #fff;
}

.donate_detail {
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.donate_detail span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.donate_detail p {
    line-height: 30px;
    font-size: 14px;
}

.donate_goods {
    margin: 50px 30px;
}

.donate_goods p {
    margin: 10px 0;
}

.donate_goods h5 {
    text-align: center;
    margin: 20px 0;
    margin-top: 50px;
    font-size: 20px;
}

.donate_tb {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-color: #eee;
    margin-top: 20px;
}

.donate_tb th {
    height: 30px;
    line-height: 30px;
}

.donate_tb td {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.school-overview {
    margin: 20px 0 40px;
    /*border: 1px solid #000;*/
    width: 1060px;
}

.school-overview p {
    text-indent: 2em;
}

.school_banner {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.school-item {
    display: block;
    height: 153px;
    width: 237px;
    margin: 1px;
    float: left;
    /*border: 1px solid #000;*/
}

.school-item:hover {
    opacity: 0.5;
}

.school-item img {
    height: 153px;
    width: 237px;
}

.BMapLib_sms_input_l {
    margin: 5px 0px !important;
}

.BMapLib_ap input[type='button'] {
    margin-top: 10px;
}

.BMapLib_nav_tab_content li {
    padding: 0 !important;
}

.BMapLib_SearchInfoWindow .BMapLib_nav input[type='button'] {
    width: 47px !important;
}

.BMapLib_nav_tab_content {
    margin-top: 5px !important;
}

.works {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/azwcl_bg.png");
}

.works .title {
    height: 330px;
    width: 865px;
    margin: 120px auto 60px;
}

.works .title img {
    width: 100%;
    height: 100%;

}

.works .cont {
    margin: 0 44px;
    background-color: #fff;
    border-radius: 20px;
    padding: 90px 15px 70px;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.4)

}

.works .work-view {
    position: relative;
    height: 530px;
}

.works .work-view .header-title {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -35%);
}

.works .works-container {
    width: 100%;
    height: 490px;
    position: relative;
}

.works .swiper-slide {
    width: 100%;
}

.works-container .slide-img {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    height: 340px;
    padding: 5px;
    text-align: center;
    margin-right: 20px;
}

.works-container .slide-img img {
    height: 100%;
}

.works-container .slide-cont {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: 340px;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff;
    line-height: 40px;
}

.works-container .slide-cont h4 {
    color: #0e45be;
    font-weight: 700;
    font-size: 20px;
}

.works-container .slide-cont .subName {
    color: #0e45be;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #a0a0a0;
}

.works-container .slide-cont h5 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
}

.works-container .slide-cont p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.swiper-slide-box {
    border-radius: 10px;
    width: 915px;
    margin: 0 auto;
    padding: 70px 0;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.works .swiper-button-prev, .works .swiper-container-rtl .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    -webkit-background-size: contain !important;
    background-image: url("../images/prev.png") !important;
}

.works .swiper-button-next, .works .swiper-container-rtl .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    -webkit-background-size: contain !important;
    background-image: url("../images/next.png") !important;

}

.works .works-tags {
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 32px;
    position: absolute;
    left: 260px;
    z-index: 2;

}

.works .works-tags li {
    float: left;
    background-color: pink;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
}

.works .works-tags li:first-child {
    border: 1px solid #fe289a;
    color: #fe289a;
    background-color: #fff;
}
.abstract-active{
    color: #fff!important;
    background-color: #fe289a!important;
}

.works .works-tags li:nth-child(2) {
    background-color: #fff;
    border: 1px solid #29b445;
    color: #29b445;
}
.action-active{
    color: #fff!important;
    background-color: #29b445!important;
}

.works .works-tags li:nth-child(3) {
    background-color: #fff;
    border: 1px solid #ff8085;
    color: #ff8085;
}
.emotion-active{
    color: #fff!important;
    background-color: #ff8085!important;
}

.works .works-tags li:nth-child(4) {
    background-color: #fff;
    border: 1px solid #0e45be;
    color: #0e45be;
}
.people-active{
    color: #fff!important;
    background-color: #0e45be!important;
}

.story {
    width: 915px;
    margin: 80px auto 0;
    border-radius: 10px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 50px 15px;
    box-sizing: border-box;
    height: 610px;
}

.story .header-title {
    position: absolute;
    width: 590px;
    height: 54px;
    left: 50%;
    transform: translate(-50%, -35%);
    top: -10px;
}

.story .content {
    /*background-color: #fff;*/
    overflow: hidden;
    padding:0;
}

.story .content .story-left {
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    width: 420px;
    height: 520px;
    margin: 0 10px;
}
.story .content .story-left img{
    width: 390px;
    height: 225px;
}
.story .content .story-left .desc{
    width: 390px;
    height: 200px;
    font-size: 14px;
    color: #2a2a2a;
    padding: 0px 20px 0;
    box-sizing: border-box;
    margin-top: 15px;
}
.story .content .story-left .desc p{
    line-height: 24px;
    margin: 0;
}
.story .content .story-left .more{
    display: block;
     width: 130px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     border: 1px solid #29b445;
     color: #29b445;
     border-radius: 17px;
     float: right;
    cursor: pointer;
}


.advisory {
    width: 915px;
    margin: 80px auto 0;
    border-radius: 10px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    position: relative;
    height: 500px;
    text-align: center;
    padding: 75px 0 0;
}

.advisory .header-title {
    position: absolute;
    width: 490px;
    height: 54px;
    left: 50%;
    transform: translate(-50%, -35%);
    top: -10px;
}
.advisory .advisory-left{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 360px;
    margin: 0 20px;
    background-color: #317ad4;
    color: #fff;
    border-radius: 10px;
    padding: 30px 35px;
}
.advisory .advisory-left h4{
    font-size: 20px;
    margin: 10px 0 25px;
}
.advisory .advisory-left p{
    height: 100px;
    font-size:14px;
    line-height: 25px;
    text-align: left;
}
.advisory .advisory-left .consult-now{
    width: 90px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    color: #317ad4;
    border-radius: 17px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

.advisory .advisory-right{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 360px;
    margin: 0 20px;
    background-color: #e6eee8;
    color: #01a62a;
    border: 1px solid #01a62a;
    border-radius: 10px;
    padding: 30px 35px;
}
.advisory .advisory-right h4{
    font-size: 20px;
    margin: 10px 0 25px;
}
.advisory .advisory-right p{
    height: 100px;
    font-size:14px;
    line-height: 25px;
    text-align: left;
}
.advisory .advisory-right .consult-now{
    width: 90px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #01a62a;
    color: #01a62a;
    border-radius: 17px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}
.guide{
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;
}
.anniversary-banner{
    height: 423px;
    width: 100%;
    background-color: #174799;
}
.anniversary-banner .banner-cont{
    width: 1200px;
    margin: 0 auto;
}
.anniversary-course{
    height: 925px;
    width: 100%;
    background-color: #f8f8f8;
}
.anniversary-course .course-cont{
    width: 1200px;
    margin: 0 auto;
}
.anniversary-course .course-cont .title{
    height: 155px;
}
.anniversary-course .course-cont .cont{
    width: auto;
    height: 773px;
}

.anniversary-profession{
    width: 100%;
}
.anniversary-profession .profession-cont{
    width: 1200px;
    margin: 0 auto;
}
.anniversary-profession .profession-cont .title{
    height: 154px;
}
.anniversary-profession .profession-cont .cont{
    height: 495px;
}

.anniversary-teacher{
    height: 960px;
    width: 100%;
    background-color: #f8f8f8;
}
.anniversary-teacher .teacher-cont{
    width: 1200px;
    margin: 0 auto;

}
.anniversary-teacher .teacher-cont .title{
    height: 161px;
}
.anniversary-teacher .teacher-cont .cont .subtitle{
    height: 76px;
    margin: 10px 0;
}
.anniversary-teacher .teacher-cont .cont ul{
    padding: 0 44px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
}
.anniversary-teacher .teacher-cont .cont li{
    float: left;
}
.anniversary-teacher .teacher-cont .cont li img{
    width: 278px;
    height: 295px;
}
.anniversary-teacher .teacher-cont .cont li div{
    width: 278px;
    padding: 30px 35px 0;
    box-sizing: border-box;
    height: 295px;
    background-color: #fff;
}
.anniversary-teacher .teacher-cont .cont li div h4{
    font-size: 22px;
    margin-bottom: 10px;
}
.anniversary-teacher .teacher-cont .cont li div p{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #999;
}
.anniversary-teacher .teacher-cont .cont li div h5{
    font-size: 14px;
    border-left: 2px solid #0f8cd2;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.anniversary-teacher .teacher-cont .cont .button{
    width: 100%;
    height: 120px;
    text-align: center;
    background:url("../images/anniversary_teacher_bg.png");
}
.anniversary-teacher .teacher-cont .cont .button a{
    width: 390px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background-color: #929292;
    font-size: 18px;
    color: #fff;
    /*font-weight: 700;*/
    cursor: pointer;
    text-align: center;
    margin-top: 38px;
}

.anniversary-international{
    height: 711px;
    width: 100%;
}
.anniversary-international .international-cont{
    width: 1200px;
    margin: 0 auto;
}
.anniversary-international .baby-course{
    height: 80px;
    text-align: center;
}
.anniversary-international .baby-course div{
    width: 235px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px;
}
.anniversary-international .baby-course div:first-child{
    color: #6bb527;
    border: 1px solid #6bb527;
}
.anniversary-international .baby-course div:last-child{
    color: #0f8cd2;
    border: 1px solid #0f8cd2;
}
.anniversary-international .baby-course-cont{
    padding: 0 40px;
    overflow: hidden;
}
.anniversary-international .baby-course-cont .course-left{
    width: 425px;
    height: 320px;
    margin-right: 2px;
    float: left;
}
.anniversary-international .baby-course-cont .course-left img{
    width: 425px;
    height: 320px;
}

.anniversary-international .baby-course-cont .course-right {
    float: left;
}
.anniversary-international .baby-course-cont .course-right .course-title{
    width: 685px;
    height: 65px;
    background-color: #ccf4a7;
    color: #50990d;
    line-height: 65px;
}
.anniversary-international .baby-course-cont .course-right .course-title2{
    width: 685px;
    height: 65px;
    background-color: #ccedff;
    color: #0079bc;
}

.anniversary-international .baby-course-cont .course-right  strong{
    font-size: 26px;
    margin-left: 30px;
}
.anniversary-international .baby-course-cont .course-title2  strong{
    font-size: 26px;
    margin-left: 30px;
   line-height: 65px;
}
.anniversary-international .baby-course-cont .course-right .course-title2 span{
    display: inline-block;
    vertical-align: top;
    word-wrap:break-word;
    width: 520px;
    margin-top: 15px;
}
.anniversary-international .baby-course-cont .course-right .des{
    width: 227px;
    height: 255px;
    background-color: #6bb527;
    float: left;
    margin-right: 2px;
    color: #fff;
    padding: 35px 30px 0;
}
.anniversary-international .baby-course-cont li{
    display: none;
}
.anniversary-international .baby-course-cont .course-right .des2{
    width: 227px;
    height: 255px;
    background-color: #0079bc;
    float: left;
    margin-right: 2px;
    color: #fff;
    padding: 35px 30px 0;
}
.anniversary-international .baby-course-cont .course-right .des h5{
    font-size: 20px;
    margin-bottom: 10px;
}
.anniversary-international .baby-course-cont .course-right .des p{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}
.anniversary-international .baby-course-cont .course-right .des2 h5{
    font-size: 20px;
    margin-bottom: 10px;
}
.anniversary-international .baby-course-cont .course-right .des2 p{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}
 .group-course-active{
     background-color: #6bb527;
     color: #fff!important;
 }
.training-course-active{
     background-color: #0079bc;
     color: #fff!important;
 }

.anniversary-international .international-cont .button{
    width: 100%;
    height: 120px;
    text-align: center;
}
.anniversary-international .international-cont .button a{
    width: 390px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background-color: #929292;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-top: 38px;
}
.anniversary-schools{
    width: 100%;
    background-color: #f8f8f8;
}
.anniversary-schools .schools-cont{
    width: 1200px;
    margin: 0 auto;
}
.anniversary-schools .schools-rotate{
    padding: 44px;
    box-sizing: border-box;
}
.anniversary-guide{
    width: 100%;
}
.anniversary-guide .guide-cont{
    width: 1200px;
    margin: 0 auto;
}
.schools-cont .schools-rotate{
    position: relative;
    overflow: hidden;
    height: 580px;
}
.schools-rotate img:nth-child(1){
    width: 120px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 315px;
}
.schools-rotate img:nth-child(2){
    width: 260px;
    height: 195px;
    position: absolute;
    top: 35px;
    left: 10px;
}
.schools-rotate img:nth-child(3){
    width: 120px;
    height: 80px;
    position: absolute;
    top: 266px;
    left: 165px;
}
.schools-rotate img:nth-child(4){
    width: 150px;
    height: 100px;
    position: absolute;
    top: 340px;
    left: 10px;
}
.schools-rotate img:nth-child(5){
    width: 168px;
    height: 112px;
    position: absolute;
    top: 390px;
    left: 185px;
}
.schools-rotate img:nth-child(7){
    width: 162px;
    height: 110px;
    position: absolute;
    top: 10px;
    right: 211px;
}
.schools-rotate img:nth-child(8){
    width: 103px;
    height: 68px;
    position: absolute;
    top: 32px;
    right: 40px;
}
.schools-rotate img:nth-child(9){
    width: 236px;
    height: 155px;
    position: absolute;
    top: 145px;
    right: 50px;
}
.schools-rotate img:nth-child(10){
    width: 203px;
    height: 135px;
    position: absolute;
    top: 340px;
    right: 20px;
}
.schools-rotate img:nth-child(11){
    width: 112px;
    height: 80px;
    position: absolute;
    top: 435px;
    right: 248px;
}

.schools-cont .img-right{
    display: inline-block;
    vertical-align: top;
}