/* 这个不是我写的 >.< */
/* 这个不是我写的 >.< */
/* 这个不是我写的 >.< */
/* 这个不是我写的 >.< */
/* 这个不是我写的 >.< */
@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }   /*去掉input等聚焦时的蓝色边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table { border-collapse:collapse; }
body {
    /*font:12px/150% Arial,Verdana,"\5b8b\4f53";*/
    color:#666;
    background:#fff
}
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {text-decoration:none;
color: #333333;
}
/*a:hover{color:#C81623;}*/
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}  /*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color: #C81623!important;}

/*公共类*/
.w {  /*版心 提取 */
    width: 1210px;margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.al {
    text-align:left;
}
.ac {
    text-align:center;
}
.ar {
    text-align:right;
}
.hide {
    display:none;
}
.reveal{
	display: block!important;
}
.active1{
	height: 100px;
	background:url("../../img/yaoshi/group.png") 0 0 no-repeat;
	font-size:34px!important;
	line-height: 100px;
	/*transform: scaleY(1.1);*/
	padding-top:15px;
	position: relative;
	top:-15px;
}
/*公共部分*/
/*老师介绍蒙板效果--begin*/
.bgc{
	background: -webkit-linear-gradient(#10aafd, #1863c2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#10aafd, #1863c2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#10aafd, #1863c2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#10aafd, #1863c2); /* 标准的语法 */
     padding-top: 20px;
     padding-bottom: 20px;
     position: relative;
     top:-20px;
     
     
    /*height:192px!important;*/
        /*transition: all .1s linear;*/
       /*transform: scaleY(1.5);*/
}






/* 
面授体系、网课体系
重写混乱的布局和css 
*/
.iceflower-fix {
    box-sizing: border-box;
    height: 100px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.iceflower-fix p:first-child {
    font-weight: bold;
    color: #333;
    padding: 15px 0;
}
.iceflower-fix p:nth-of-type(2) {
    height: 80px;
    color: #555;
}
.iceflower-noborder {
    border: none !important;
}



/*添加下拉菜单*/
.header-course__li {
    position: relative;
}
.header-course__li:hover .header-course__dropdown {
    display: block;
}
.header-course__dropdown {
    position: absolute;
    width: 150px;
    background: white;
    padding: 0 !important;
    height: auto !important;
    line-height: 50px !important;
    left: -20px;
    display: none;
}
.header-course__dropdown>li {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.header-course__dropdown>li>a {
    display: block;
    padding-left: 20px;
}
.header-course__dropdown>li>a:hover {
    background: #e1e1e1;
}


/* course-listen  =====================================================*/

/* course-listen  =====================================================*/

/* course-listen  =====================================================*/
.course-listen {
    width: 1200px;
    margin: 60px auto 0 auto;
}
.course-listen * {
    box-sizing: border-box;
}
.course-listen__big {
    margin: 0 auto;
    width: 853px;
    height: 46px;
    background: url(../../img/yaoshi/titkebg03.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #393c44;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px
}

.course-listen__small {
    margin-top: 30px;
    color: #242a39;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 30px;

}
.course-listen__content {
    width: 1161px;
    margin: 0 auto;
    border-radius: 15px 0 0 15px;
    position: relative;
    z-index: 29; 
}
.course-listen__content::after {
    content: '';
    display: block;
    clear: both;
}
.course-listen__list {
    width: 315px;
    float: left;
}
.course-listen__list ul {
    background: #ecf6ff;
    padding: 10px 0 20px 0;
    height: 475px;
    border-radius: 15px 0 0 15px;
    box-shadow: 0px 0 10px rgba(0,0,0,0.2);
}
.course-listen__list ul li {
    margin: 0 26px;
    padding: 20px 0 15px 0;
}
.course-listen__list ul li span:hover{
    color: red;
    cursor: pointer;
}
.course-listen__list ul li span.active {
    color: red;
}
.course-listen__list ul li h5 {
    color: #353c4f;
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 16px;
}
.course-listen__list ul li h5::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    background: url(../../img/yaoshi/3-1.png);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.course-listen__list ul li span {
    display: block;
    font-size: 15px;
    color: #353c4f;
    margin-bottom: 15px;
}
.course-listen__list ul li span:nth-of-type(1) {
    margin-right: 80px;
}

.course-listen__video {
    width: 845px;
    height: 475px;
    float: left;
}
.course-listen__video .video{
    width: 845px;
    height: 475px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}






.container {
    overflow: hidden;
    margin: 0 auto;
    max-width: 20in;
    min-width: 75pc;
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

.container .header_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    min-width: 75pc;
    background: #fff
}

.container .header {
    position: relative;
    margin: 0 auto;
    padding: 0 150px 0 200px;
    width: 850px;
    height: 5pc;
    min-width: 850px
}

.container .header .column {
    float: left;
    height: 5pc
}

.container .header .header_main {
    width: 100%;
    word-break: break-all
}

.container .header .header_main ul {
    padding-left: 70px;
    height: 5pc;
    line-height: 5pc
}

.container .header .header_main ul li {
    float: left;
    margin: 0 20px;
    font-size: 1pc
}

.container .header .header_main ul li a {
    color: #333
}

.container .header .header_left {
    position: relative;
    left: -200px;
    margin-left: -100%;
    width: 200px;
    height: 5pc
}

.container .header .header_left img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -93px
}

.container .header .header_right {
    position: relative;
    left: 150px;
    margin-left: -150px;
    width: 150px;
    height: 5pc
}

.container .header .header_right img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -63px
}

/* .container .carousel {
    height: 460px;
    background: url(../../img/yaoshi/banner2018.jpg?1) center center no-repeat
} */

.container .system {
    padding-top: 60px;
    height: 780px;
    background: url(../../img/yaoshi/bg01.jpg) 0 0 no-repeat
}

.container .system .system_centent {
    margin: 0 auto;
    width: 75pc;
    box-shadow: 0 5px 10px #d7e3eb
}

.container .system .system_centent .system_centent_top {
    height: 5pc
}

.container .system .system_centent .system_centent_top .system_top_left,
.container .system .system_centent .system_centent_top .system_top_right {
    width: 50%;
    height: 5pc;
    border-radius: 10px 10px 0 0;
    background-color: #343d4f;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 30px;
    line-height: 5pc
}

.container .system .system_centent .system_main {
    padding-top: 40px;
    background: #fff
}

.container .system .system_centent .system_main .system_main_left,
.container .system .system_centent .system_main .system_main_right {
    display: none;
    padding-bottom: 40px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single,
.container .system .system_centent .system_main .system_main_right .system_main_left_single {
    box-sizing: border-box;
    width: 33.3%;
    border-right: 1px solid #ccc
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content {
    margin: 0 auto;
     /* 有意思？还15*12计算 */
    width: 15pc;   
    /* padding: 0 50px; */
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_p,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_p {
    margin-bottom: 24px;
    color: #43464f;
    text-align: center;
    font-weight: 600;
    font-size: 26px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_character,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_character {
    border-bottom: 1px dashed #ccc
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_character p:nth-child(1),
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_character p:nth-child(1) {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 900;
    font-size: 14px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_character p:nth-child(2),
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_character p:nth-child(2) {
    padding-bottom: 20px;
    color: #555;
    font-size: 14px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_reason,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_reason {
    border-bottom: 1px dashed #ccc
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_reason p:nth-child(1),
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_reason p:nth-child(1) {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 900;
    font-size: 14px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_reason p:nth-child(2),
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_reason p:nth-child(2) {
    padding-bottom: 20px;
    border-bottom: 1px;
    color: #555;
    font-size: 14px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_feature,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_feature {
    height: 72px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_feature p:nth-child(1),
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_feature p:nth-child(1) {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 900;
    font-size: 14px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_main_left_single_feature p:nth-child(2),
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_main_left_single_feature p:nth-child(2) {
    margin-bottom: 20px;
    border-bottom: 1px;
    color: #555;
    font-size: 14px
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_public,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_public {
    margin: 30px 0 0;
    height: 46px;
    border-radius: 23px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 46px;
    cursor: pointer
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_one,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_one {
    background: #fdc001
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_one:hover,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_one:hover {
    background: #feae02
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_two,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_two {
    background: #0ab742
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_two:hover,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_two:hover {
    background: #0ba03c
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_three,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_three {
    background: #186de9
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_three:hover,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_three:hover {
    background: #145fd0
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_four,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_four {
    background: #fe6a1f
}

.container .system .system_centent .system_main .system_main_left .system_main_left_single .system_main_left_single_content .system_advisory_four:hover,
.container .system .system_centent .system_main .system_main_right .system_main_left_single .system_main_left_single_content .system_advisory_four:hover {
    background: #ee4f01
}

.container .system .system_centent .system_main .system_main_left #system_rim,
.container .system .system_centent .system_main .system_main_right #system_rim {
    border-right: none!important
}

.container .through {
    position: relative;
    overflow: hidden;
    height: 40pc;
    background: url(../../img/yaoshi/bg02_2018.png) center center no-repeat
}

.container .through .through_top .through_h2 {
    margin: 0 auto;
    margin-top: 70px;
    width: 490px;
    background: url(../../img/yaoshi/titlebg01.png) center center no-repeat;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 900;
    font-size: 42px
}

.container .through .through_top .through_h3 {
    margin: 30px auto 0;
    width: 490px;
    color: #ffc867;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1pc
}

.container .through .throught_main {
    margin: 0 auto;
    margin-top: 55px;
    width: 1137px
}

.container .through .throught_main p {
    width: 310px;
    color: #fff;
    font-size: 18px;
    line-height: 35px
}

.container .through .throught_main .throught_main_p {
    margin-top: 40px;
    color: #ffc867;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px
}

.container .teachers {
    padding-top: 70px;
    height: 750px
}

.container .teachers .teachers_h2 {
    margin: 0 auto;
    width: 490px;
    height: 42px;
    background: url(../../img/yaoshi/titkebg02.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #393c44;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px
}

.container .teachers .teachers_main {
    overflow: hidden;
    margin: 70px auto 0;
    width: 75pc
}

.container .teachers .teachers_main .teachers_main_content {
    position: relative;
    left: 0;
    width: 9999px;
    transition: all 1s
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top {
    float: left
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_left {
    width: 450px;
    height: 380px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right {
    width: 750px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right h3 {
    margin-top: 70px;
    color: #333;
    font-weight: 900;
    font-size: 2pc
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .teachers_main_right_p {
    margin-top: 15px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .teachers_main_right_p span:nth-child(1) {
    display: inline-block;
    width: 5pc;
    height: 30px;
    background: -webkit-linear-gradient(#10a7f9, #1965c3);
    background: linear-gradient(#10a7f9, #1965c3);
    color: #fff;
    text-align: center;
    font-size: 1pc;
    line-height: 30px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .teachers_main_right_p span:nth-child(2) {
    margin-left: 20px;
    color: #333;
    font-size: 1pc
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .synopsis {
    margin-top: 15px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .synopsis span:nth-child(1) {
    display: inline-block;
    width: 10%;
    height: 30px;
    min-width: 5pc;
    background: -webkit-linear-gradient(#10a7f9, #1965c3);
    background: linear-gradient(#10a7f9, #1965c3);
    color: #fff;
    text-align: center;
    font-size: 1pc;
    line-height: 30px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .synopsis span:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
    width: 85%;
    color: #333;
    letter-spacing: 1px;
    font-size: 1pc;
    line-height: 30px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .relation {
    margin-top: 50px;
    width: 750px;
    height: 85px;
    border-top: 1px dotted #ddd;
    line-height: 85px
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .relation span:nth-child(1) {
    width: 65%;
    color: #b4a27f;
    font-weight: 600;
    font-size: 1pc
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .relation span:nth-child(2) {
    float: right;
    margin-top: 22px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background: red;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-weight: 900;
    font-size: 1pc;
    line-height: 40px;
    cursor: pointer
}

.container .teachers .teachers_main .teachers_main_content .teachers_main_content_top .teachers_main_content_right .relation span:nth-child(2):hover {
    background: #e32500
}

.container .teachers .teachers_main .teachers_main_character {
    width: 75pc;
    height: 152px;
    background: #393d42
}

.container .teachers .teachers_main .teachers_main_character div {
    float: left;
    margin: 0 12.5px;
    width: 141px;
    height: 152px;
    text-align: center;
    cursor: pointer
}

.container .teachers .teachers_main .teachers_main_character div img {
    margin-top: 17px;
    width: 90px;
    height: 90px
}

.container .teachers .teachers_main .teachers_main_character div p {
    margin-top: 15px;
    color: #fff;
    font-size: 1pc
}

.container .teachers .teachers_main .teachers_main_character div:nth-child(1) {
    margin-left: 31px
}

.container .exclusive {
    padding-top: 70px;
    padding-bottom: 90px;
    background: url(../../img/yaoshi/bg03.jpg) 0 0 no-repeat;
    background-size: cover;
}

.container .exclusive .exclusive_center {
    margin: 0 auto;
    width: 75pc
}

.container .exclusive .exclusive_center h2 {
    margin: 0 auto;
    width: 500px;
    height: 46px;
    background: url(../../img/yaoshi/titkebg02.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #393c44;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px
}

.container .exclusive .exclusive_center h3 {
    margin: 35px auto 0;
    width: 660px;
    color: #212736;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single {
    margin: 10px 15px 0;
    width: 370px;
    box-shadow: 0 5px 10px #bbcddf
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_top {
    overflow: hidden;
    width: 370px;
    height: 130px;
    background: url(../../img/yaoshi/Textbook01.png) 0 0 no-repeat
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_top p:nth-child(1) {
    margin: 50px 0 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_top p:nth-child(2) {
    margin-top: 10px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_top_two {
    background: url(../../img/yaoshi/Textbook02.png) 0 0 no-repeat
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_top_three {
    background: url(../../img/yaoshi/Textbook03.png) 0 0 no-repeat
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom {
    background: url(../../img/yaoshi/Textbookbg.jpg) 0 0 no-repeat;
    background-size: 100% 100%
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center {
    overflow: hidden;
    margin: 0 auto;
    width: 324px;
    padding: 20px 0 35px 0;
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center p {
    margin: 10px 0;
    height: 20px;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center p span {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 13px;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #ff944b
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center .exclusive_main_single_button {
    margin-top: 10px;
    height: 75px;
    border-top: 1px dashed #ddd;
    text-align: center;
    line-height: 75px
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center .exclusive_main_single_button span {
    display: inline-block;
    width: 250px;
    height: 45px;
    border-radius: 20px;
    background: #0ba8ee;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center .exclusive_main_single_button .spanOne:hover {
    background: #0390d1
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center .exclusive_main_single_button .spanTwo {
    background-color: #0284dc
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center .exclusive_main_single_button .spanTwo:hover {
    background-color: #056fb7
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center .exclusive_main_single_button .spanThree {
    background-color: #0366c1
}

.container .exclusive .exclusive_center .exclusive_main .exclusive_main_single .exclusive_main_single_bottom .exclusive_main_single_bottom_center .exclusive_main_single_button .spanThree:hover {
    background-color: #074f93
}

.container .exclusive .exclusive_center .exclusive_bottom {
    padding-top: 45px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content {
    margin: 0 auto;
    width: 1170px;
    height: 305px;
    background: url(../../img/yaoshi/book_t.png) 0 0 no-repeat
}


.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_p {
    margin-left: 300px;
    height: 55px;
    font-weight: 600;
    font-size: 20px;
    line-height: 55px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_p span:nth-child(1) {
    color: #000;
    letter-spacing: 1px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_p span:nth-child(2) {
    margin-left: 5px;
    color: #ff051b;
    letter-spacing: 1.5px;
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom {
    margin-top: 30px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left {
    width: 50%
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_img {
    margin-left: 50px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_describe {
    margin-left: 60px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_describe .exclusive_bottom_content_p1 {
    color: #fff;
    font-weight: 900;
    font-size: 20px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_describe .exclusive_bottom_content_p2 {
    margin-top: 10px;
    color: #fff;
    font-size: 14px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_describe .exclusive_bottom_content_detail {
    margin-top: 20px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_describe .exclusive_bottom_content_detail p {
    margin-top: 10px
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_describe .exclusive_bottom_content_detail p span:nth-child(1) {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 15px;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background: #ff944b
}

.container .exclusive .exclusive_center .exclusive_bottom .exclusive_bottom_content .exclusive_bottom_content_bottom .exclusive_bottom_content_left .exclusive_bottom_content_describe .exclusive_bottom_content_detail p span:nth-child(2) {
    color: #fff;
    font-size: 14px
}

.container .prospect {
    padding-top: 70px;
    height: 647px;
    background: url(../../img/yaoshi/bg04.jpg) center center no-repeat
}

.container .prospect h2 {
    margin: 0 auto;
    width: 550px;
    height: 46px;
    background: url(../../img/yaoshi/titlebg01.png) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px
}

.container .prospect .prospect_content {
    margin: 40px auto 0;
    width: 75pc
}

.container .prospect .prospect_content .prospect_content_top .prospect_single_left {
    width: 50%
}

.container .prospect .prospect_content .prospect_content_top .prospect_single_left .prospect_single_description {
    color: #fff
}

.container .prospect .prospect_content .prospect_content_top .prospect_single_left .prospect_single_description p:nth-child(1) {
    margin-top: 50px;
    font-weight: 600;
    font-size: 18px
}

.container .prospect .prospect_content .prospect_content_top .prospect_single_left .prospect_single_description p:nth-child(2) {
    margin-top: 10px;
    font-weight: 900;
    font-size: 28px
}

.container .prospect .prospect_content .prospect_content_top .prospect_single_left .prospect_single_description p:nth-child(3) {
    margin-top: 30px;
    font-weight: 300;
    font-size: 15px
}

.container .prospect .prospect_content .prospect_content_top .prospect_single_left .prospect_single_description p:nth-child(4) {
    margin-top: 15px;
    font-weight: 300;
    font-size: 15px
}

.container .fingerpost {
    padding-top: 70px;
    padding-bottom: 75pt;
    background: url(../../img/yaoshi/bg05.jpg) center center no-repeat
}

.container .fingerpost .fingerpost_content {
    margin: 0 auto;
    width: 75pc
}

.container .fingerpost .fingerpost_content h2 {
    margin: 0 auto;
    width: 853px;
    height: 46px;
    background: url(../../img/yaoshi/titkebg03.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #393c44;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px
}

.container .fingerpost .fingerpost_content h3 {
    margin-top: 30px;
    color: #242a39;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 18px;

}

.container .fingerpost .fingerpost_content .fingerpost_content_main,
.container .fingerpost .fingerpost_content .fingerpost_content_main_three,
.container .fingerpost .fingerpost_content .fingerpost_content_main_two {
    margin-top: 65px
}

.container .fingerpost .fingerpost_content .fingerpost_content_main .fingerpost_single,
.container .fingerpost .fingerpost_content .fingerpost_content_main_three .fingerpost_single,
.container .fingerpost .fingerpost_content .fingerpost_content_main_two .fingerpost_single {
    margin: 0 10px;
    padding: 0 20px;
    height: 62px;
    border: 1px solid #00b8da;
    border-radius: 31px;
    background: #fff;
    vertical-align: middle;
    line-height: 62px;
}

.container .fingerpost .fingerpost_content .fingerpost_content_main .fingerpost_single span:nth-child(1),
.container .fingerpost .fingerpost_content .fingerpost_content_main_three .fingerpost_single span:nth-child(1),
.container .fingerpost .fingerpost_content .fingerpost_content_main_two .fingerpost_single span:nth-child(1) {
    position: relative;
    top: 6px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    width: 45px;
    height: 45px;
    background: url(../../img/yaoshi/icon.png) 0 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main .fingerpost_single span:nth-child(2),
.container .fingerpost .fingerpost_content .fingerpost_content_main_three .fingerpost_single span:nth-child(2),
.container .fingerpost .fingerpost_content .fingerpost_content_main_two .fingerpost_single span:nth-child(2) {
    float: left;
    display: inline-block;
    height: 62px;
    color: #242a39;
    font-size: 17px;
    line-height: 62px
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two {
    margin-top: 20px;
    padding-left: 5pc;
    width: 75pc
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three {
    margin-top: 20px;
    padding-left: 135px;
    width: 75pc
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(1):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(1):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) 0 -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(1):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(2) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -45px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(2):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(2):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -45px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(2):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(3) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -90px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(3):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(3):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -90px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(3):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(4) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -135px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(4):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(4):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -135px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main div:nth-child(4):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(1) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -180px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(1):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(1):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -180px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(1):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(2) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -225px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(2):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(2):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -225px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(2):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(3) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -270px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(3):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(3):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -270px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_two div:nth-child(3):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(1) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -315px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(1):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(1):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -315px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(1):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(2) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -360px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(2):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(2):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -360px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(2):hover span:nth-child(2) {
    color: #fff
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(3) span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -405px 0 no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(3):hover {
    background: #3da1f1
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(3):hover span:nth-child(1) {
    background: url(../../img/yaoshi/icon.png) -405px -45px no-repeat
}

.container .fingerpost .fingerpost_content .fingerpost_content_main_three div:nth-child(3):hover span:nth-child(2) {
    color: #fff
}

.container .synopsis_two {
    overflow: hidden;
    padding-bottom: 60px;
    background: #e4eef6
}

.container .synopsis_two .synopsis_content {
    margin: 50px auto 0;
    width: 1170px
}

.container .synopsis_two .synopsis_content .synopsis_content_singleton {
    width: 164px;
    height: 190px;
    border-right: 1px dashed #cad2db
}

.container .synopsis_two .synopsis_content .synopsis_content_singleton .synopsis_content_p {
    padding-left: 40px;
    color: #333;
    font-size: 1pc
}

.container .synopsis_two .synopsis_content .synopsis_content_singleton .synopsis_content_singleton_classify {
    margin-top: 20px;
    padding-left: 40px
}

.container .synopsis_two .synopsis_content .synopsis_content_singleton .synopsis_content_singleton_classify p {
    margin-top: 7px;
    color: #666;
    font-size: 14px
}

.container .synopsis_two .synopsis_content .synopsis_content_singleton .synopsis_content_singleton_classify p a {
    color: #666;
    letter-spacing: 1px
}

.container .synopsis_two .synopsis_content .synopsis_content_right .synopsis_content_center {
    width: 25pc;
    height: 190px;
    border-right: 1px dashed #cad2db
}

.container .synopsis_two .synopsis_content .synopsis_content_right .synopsis_content_center .synopsis_content_center_p {
    padding-left: 40px;
    color: #333;
    font-size: 1pc
}

.container .synopsis_two .synopsis_content .synopsis_content_right .synopsis_content_center .synopsis_content_center_abstract {
    margin-top: 20px;
    padding-left: 40px
}

.container .synopsis_two .synopsis_content .synopsis_content_right .synopsis_content_center .synopsis_content_center_abstract p {
    margin-top: 7px;
    color: #666;
    font-size: 14px
}

.container .synopsis_two .synopsis_content .synopsis_content_right .synopsis_content_center .synopsis_content_center_abstract p a {
    color: #666;
    letter-spacing: 1px
}

.container .synopsis_two .synopsis_content .synopsis_content_right .synopsis_content_center_right {
    padding-left: 40px
}

.container .synopsis_two .synopsis_content .synopsis_content_right .synopsis_content_center_right img {
    margin-top: 15px
}

.container body,
.container html {
    position: relative
}

.container #nav {
    position: fixed;
    top: 50%;
    left: 20px;
    display: inline-block;
    margin-top: -140px;
    vertical-align: middle
}

.container #nav a {
    position: relative;
    width: 98px;
    border-top: 1px solid #4e525b;
    border-left: 2px solid transparent;
    font-size: 14px;
    line-height: 35px
}

.container #nav a,
.container #nav span {
    display: block;
    height: 35px;
    background: #41484e;
    color: #fff;
    text-align: center
}

.container #nav span {
    line-height: 34px;
    cursor: pointer
}

.container #nav a:hover {
    width: 98px;
    border-left: 2px solid #4b59ff
}

.container #nav a p {
    position: relative;
    z-index: 3
}

.container #nav a.active {
    background-color: #0d86e4;
    color: #fff
}

.container #main {
    margin: 0 auto;
    max-width: 75pc
}






















/* school 全国分校=====================================================*/

/* school 全国分校=====================================================*/

/* school 全国分校=====================================================*/
.container123 {
    width: 1200px;
    margin: 0 auto;
}
.school {
    margin-top: 70px;
    overflow: hidden;
}
.school-content__top_left {
    width: 320px;
    float: left;
}
.school-content__top_left ul {
    padding-top: 40px;
    padding-left:  10px;
}
.school-content__top_left ul li{
    width: 270px;
    box-shadow: 0px 5px 5px rgba(210,221,238,0.7);
    padding: 22px 0;
    margin-bottom: 30px;
    border-radius: 10px;
}

.school-content__top_left ul li h2 {
    color: #0850b2;
    font-size: 60px;
    text-align: center;
}
.school-content__top_left ul li h2 span.unit {
    font-size: 30px;
    position: relative;
}
.school-content__top_left ul li h2 span.unit-plus::before {
    content: '';
    height: 16px;
    width: 4px;
    background:#0850b2; 
    position: absolute;
    right: -16px;
    top: -2px;
    border-radius: 1px;
}
.school-content__top_left ul li h2 span.unit-plus::after {
    content: '';
    height: 4px;
    width: 16px;
    background:#0850b2; 
    position: absolute;
    right: -22px;
    top: 4px;
    border-radius: 1px;
}
.school-content__top_left ul li p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 8px;
}
.school-content__top_right {
    width: 880px;
    float: left;
}
.school-content__bottom {
    margin-bottom: 60px;
}
.school-title {
    margin: 0 auto;
    width: 500px;
    height: 46px;
    background: url(../../img/yaoshi/titkebg02.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #393c44;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 45px;
}
.school-title__desc {
    margin: 35px auto 0;
    width: 660px;
    color: #212736;
    text-align: center;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}




/* 联系 ******************************************** */
/* 联系 ******************************************** */
/* 联系 ******************************************** */
/* 联系 ******************************************** */
/* 联系 ******************************************** */
/* 联系 ******************************************** */
.runde-contact {
    background: #e4edf6;
    padding: 50px 0;
}
.runde-contact__container {
    width: 1200px;
    margin: 0 auto;
}
.runde-contact h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
    color: #333;
}
.runde-contact__content::after {
    content: '';
    display: block;
    clear: both;
}
.runde-contact__content ul {
    float: left;
    width: 600px;
}
.runde-contact__content ul li h5{
    font-size: 16px;
    padding-left: 20px; 
    color: #333;
    position: relative;
    margin-bottom: 15px;
    font-weight: 400;
}
.runde-contact__content ul li p {
    font-size: 16px;
    padding-left: 90px; 
    color: #333;
    margin-top: -10px;
}
.runde-contact__content ul li h5::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0850b2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}












/* 加微信 */
.add-wechat {
    width: 180px;
    position: fixed;
    right: 25px;
    bottom: 5px;
    z-index: 290;
}
.add-wechat .wechat-logo {
    height: 45px;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.add-wechat span {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    line-height: 45px;
    font-weight: bold;
    height: 45px;
    text-align: center;
}
.add-wechat .qr-code {
    position: absolute;
    width: 180px;
    top: -180px;
    left: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}











/* 轮播图的 bug */
#iceflowerCarousel {
    /* margin-top: 80px; */
}
.iceflower-carousel__item {
    display: none;
}
.iceflower-carousel__item img {
    min-width: 1900px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}











/* 导航栏 */
/* .runde-nav__right {
    width: 100px;
    position: fixed;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 290;
}
.runde-nav__right a {
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid white;
    text-align: center;
}
.runde-nav__right a:hover {
    color: red;
    border-bottom: 1px solid red;
}
.runde-nav__right .active {
    color: red;
    border-bottom: 1px solid red;
}
.runde-nav__right div {
    padding: 15px 0;
} */