/*/!*头部*!/ banner*/

#header {
    width: 100%;
    position: relative;
}

#header>img {
    width: 100%;
}

#header>div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#header>div>.container {
    text-align: center;
    height: 100%;
    position: relative;
}

#header .container p {
    position: absolute;
    top: 18.8%;
    left: 50%;
    margin-left: -140px;
    color: rgba(255, 255, 255, .6);
    font-size: 20px;
}

#header .container>div {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -240px;
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

#header .container>a {
    width: 340px;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -170px;
    font-size: 30px;
    color: #ffffff;
    background: url("../images/green_right_jiantou.png") no-repeat right center;
}

#header .container>a:hover {
    color: #4ae9a0;
}

#header .container>span {
    color: #4ae9a0;
    position: absolute;
    bottom: 10%;
    right: 10%;
}


/*level*/

#level {
    background: #fafafa;
}

.a_level,
.o_level {
    width: 100%;
    height: 270px;
}

.a_left,
.o_right {
    float: left;
    width: 200px;
    text-align: center;
}

.a_left>a,
.o_right>a {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url("../images/yuan2.png") no-repeat center top;
}

.a_left>a:hover,
.o_right>a:hover {
    background: url("../images/yuan1.png") no-repeat center top;
}

.a_left>p,
.o_right>p {
    margin-top: 50px;
    font-size: 124px;
    color: #4ae9a0;
}

.a_right,
.o_left {
    float: right;
    width: 998px;
    text-align: left;
}

.a_right>h2,
.o_left>h2 {
    color: #000;
    margin: 50px 0 40px;
}

.o_right {
    float: right;
}

.o_left {
    float: left;
    text-align: right;
}

.knows>h3 {
    text-align: center;
    padding-top: 30px;
    color: #000;
    font-size: 20px;
}

.knows>p {
    text-align: center;
    padding: 15px 0;
}

.knows_bt {
    text-align: center;
}

.knows_bt>a {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #ddd;
    color: #000;
}

.knows_bt>a:first-child {
    margin-right: 20px;
}

.knows_bt>a:last-child {
    margin-left: 20px;
}

.olevel {
    display: none;
}

.knows_bt>a:hover,
.knows_bt>a.active {
    border-color: #4ae9a0;
    color: #ffffff;
    background: #4ae9a0;
}

.knows_bt {
    padding-bottom: 50px;
}


/*考试*/

#exam {
    padding-bottom: 70px;
}

#exam>div:not(:first-child) {
    padding: 30px;
    width: 380px;
    height: 220px;
    float: left;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    border: 2px solid #F4F4F4;
}

#exam>div:not(:first-child)>h3 {
    font-size: 20px;
    color: #000;
    text-align: left;
}

#exam>div:not(:first-child)>p {
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    color: #303030;
}

#exam>div:not(:first-child)>h3>b {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

#exam>.exam_l>h3>b {
    width: 21px;
    height: 21px;
    background: url("../images/01.png") no-repeat 0 0;
}

#exam>div.exam_l:hover>h3 b {
    background: url("../images/01-2.png") no-repeat 0 0;
}

#exam>div.exam_c>h3 b {
    width: 16px;
    height: 19px;
    background: url("../images/02.png") no-repeat 0 0;
}

#exam>div.exam_c:hover>h3 b {
    background: url("../images/02-2.png") no-repeat 0 0;
}

#exam>div.exam_r>h3 b {
    width: 26px;
    height: 20px;
    background: url("../images/03.png") no-repeat 0 0;
}

#exam>div.exam_r:hover>h3 b {
    background: url("../images/03-2.png") no-repeat 0 0;
}

#exam>div:not(:first-child)>i {
    padding-top: 50px;
    display: none;
}

#exam>div:not(:first-child)>p:nth-child(2) {
    padding: 20px 0;
}

#exam>div:not(:first-child)>p>a {
    font-size: 14px;
    color: #46DCBF;
    border-bottom: 2px solid #4ae9a0;
}

.xian1 {}

.xian2 {
    display: none;
}

.xian3 {
    display: none;
}

.xian4 {
    display: none;
}


/*banner图*/

#banner_1 {
    font-size: 32px;
    line-height: 140px;
    color: #4ae9a0;
    margin-top: 50px;
    height: 140px;
    width: 100%;
    background: url("../images/banner_1.png") no-repeat 0px 0;
    background-position: center;
    background-size: cover;
    text-align: center;
}

#banner_1>span {
    margin-left: 40px;
}

#banner_1>a {
    display: inline-block;
    margin-left: 100px;
    width: 120px;
    height: 36px;
    color: #000;
    border-radius: 18px;
    background: #4ae9a0;
    font-size: 20px;
    vertical-align: middle;
    line-height: 36px;
}


/*介绍*/

#introduce {
    height: 470px;
    background: #f9f7f7;
    text-align: center;
}

#introduce>.container {
    position: relative;
}

#introduce>.container>h3 {
    padding: 10px 0;
    color: #000;
    font-size: 20px;
}

#introduce>.container>img {
    position: absolute;
    top: 50px;
    left: 280px;
}


/*移动*/

#automatic p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 0;
}

#automatic>ul>li>div {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.pos_3>div {
    padding: 0 95px 0;
}

.pos_3>div>p>span {
    display: inline-block;
}

.pos_3>div>h4>span>img {
    margin-top: -45px;
}

.pos_3>div>h3 {
    padding: 20px 0;
}


/*automatic*/

#automatic>ul>li>div {}


/*最新动向*/

#main {
    height: 700px;
    text-align: center;
}

#main>div {
    height: 310px;
    text-align: left;
    padding-top: 10px;
}

#main>h3 {
    padding: 10px 0;
    color: #000;
    font-size: 20px;
}

.main_box>div {
    width: 400px;
    float: left;
    height: 310px;
}

.main_box div a {
    display: inline-block;
    overflow: hidden;
}

.main_box>div>h3 {
    padding: 10px 0;
}

.main_box>div>h3>a {
    color: #000;
    font-size: 18px;
}

.main_box>div>h3>a:hover {
    color: #4ae9a0;
}

.main_box>div>p {
    color: #708090;
    font-size: 12px;
}

.main_box>a {
    display: inline-block;
    width: 390px;
    height: 195px;
    text-align: center;
    line-height: 195px;
    background: #4ae9a0;
    font-size: 24px;
    color: #fff;
}

.main_box>div img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main_box>div img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/*底部盒子*/

#footer_box {
    background: #FAFAFA;
    height: 400px;
}

#footer_box>.container {
    margin-top: 30px;
    background: url("../images/foot_box_b.png") no-repeat 0 0;
}

#footer_box>.container>h3,
#footer_box>.container>p {
    text-align: center;
}

#footer_box>.container>h3 {
    padding: 10px 0;
    color: #000;
    font-size: 20px;
}

.lianxi_box {
    padding: 40px 0;
    overflow: hidden;
}

.lianxi_box>div>h3 {
    font-size: 18px;
    padding: 10px 0;
}

.lianxi_box>div>h3>a {
    color: #000;
}

.lianxi_box>div>h3>a:hover {
    color: #4ae9a0;
}

.lianxi_box>div {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 267px;
    height: 188px;
    padding: 20px;
    margin-right: 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd;
    -moz-box-shadow: 0 0 20px 0 #dddddd;
    box-shadow: 0 0 20px 0 #dddddd;
}

.lianxi_box>div:first-child {
    margin-left: 10px;
    ;
}

.lianxi_box>div:last-child {
    margin-right: 0;
}

.lianxi_box>div>p {
    color: #b6b6b6;
    font-size: 10px;
    padding: 2px 0;
}

#banner_2 {
    font-size: 32px;
    line-height: 140px;
    color: #4ae9a0;
    height: 140px;
    width: 100%;
    background: url("../images/banner_2.png") no-repeat 0 0;
    text-align: center;
    background-position: center;
    background-size: cover;
}

#banner_2>span {
    margin-left: 40px;
    color: #000;
}

#banner_2>a {
    display: inline-block;
    margin-left: 100px;
    width: 120px;
    height: 36px;
    color: #4ae9a0;
    border-radius: 18px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 36px;
    border: 1px solid #4ae9a0;
}

#banner_2>a:hover {
    background: #4ae9a0;
    color: #fff;
}

.circle {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


/*课程*/

.duanxian {
    border: 2px solid #4ae9a0;
    width: 30px;
    display: inline-block;
    border-radius: 2px;
}

#course {
    text-align: center;
    padding-bottom: 90px;
}

#course>.container>h3 {
    padding: 10px 0;
    color: #000;
    font-size: 20px;
}

.course_box {
    margin-top: 30px;
    padding: 0 60px;
}

.course_box li {
    background: #ffffff;
    float: left;
    width: 340px;
    height: 360px;
    margin-right: 30px;
}

.course_box li>a img {
    width: 340px;
    height: 260px;
}

.course_box li:nth-child(3) {
    margin-right: 0;
}

.course_box div {
    height: 100px;
    border: 1px solid #E1E3E8;
    border-top: 0;
    -webkit-box-shadow: 0 0 13px 5px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 13px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, .05);
}

.course_box div h4 {
    padding: 25px 0 15px;
    font-size: 20px;
}

.course_box div h4 a {
    color: #464f61;
}

.course_box div h4 a:hover {
    color: #4ae9a0;
}

.course_box div p {
    font-size: 14px;
    color: #c5cbd1;
}


/*新增修改*/

.growbtn>span:first-child {
    margin-right: 35px
}

.growbtn {
    overflow: hidden;
    width: 245px;
    margin: 45px auto 80px auto;
}

.growbtn>span {
    color: #5ed39d;
    border: 2px solid #ddd;
    border-radius: 30px;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left
}

.growbtn>span.on {
    background-color: #5ed39d;
    color: #fff;
    border-color: #5ed39d;
}

.growbtn>span:hover {
    background-color: #5ed39d;
    color: #fff;
    border-color: #5ed39d;
}

.congai {
    width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.conbox {
    display: none;
    width: 100%;
}

.conbox>a>em {
    color: #333;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    margin-left: 10px
}

.conbox>a:hover em {
    color: #5ed39d;
}

.conbox>a {
    float: left;
    width: 50%;
}

.conbox>a>em>i {
    font-size: 14px;
    color: #c5cbd1;
}
.f-contect p img {
    width: 100%;
}
.left_lianxi p img{
    width:100%;
}