.well-large {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8
}

.form-horizontal .control-label {
    float: left;
    width: 80px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 100px;
    margin-left: 100px;
    *margin-left: 0
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all;
    -o-transition: all;
    -ms-transition: all;
    -moz-transition: all;
    -webkit-transition: all
}

body, html {
    font: 12px/1.5 "Lucida Grande", Arial, Helvetica, "Microsoft YaHei", "黑体", "宋体", sans-serif, "Source Han Sans Normal", "PingFangSC-Regular";
    font-size: 14px;
    color: #000
}

a {
    text-decoration: none;
    color: #333;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s
}

a:hover {
    text-decoration: none
}

input, textarea {
    outline: 0
}

em, i, strong, cite {
    font-style: normal
}

img {
    display: inline-block;
    max-width: 100%;
    border: 0
}

table td, table th {
    padding: 10px
}

.content {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden
}

.header {
    height: 48px;
    background: #fff
}

.header .left {
    float: left
}

.header .left .child {
    height: 48px;
    display: table-cell;
    vertical-align: middle
}

.header .left .child p {
    float: left;
    margin-right: 30px;
    font-weight: bold
}

.header .left .child p span {
    float: left;
    margin-right: 5px
}

.header .left .child p img {
    float: left
}

.header .right {
    float: right;
    line-height: 48px
}

.header .right a {
    font-weight: bold;
    margin-right: 35px
}

.banner {
    background: linear-gradient(left, #11564a 50%, #4e4c42 50%);
    background: -o-linear-gradient(left, #11564a 50%, #4e4c42 50%);
    background: -ms-linear-gradient(left, #11564a 50%, #4e4c42 50%);
    background: -moz-linear-gradient(left, #11564a 50%, #4e4c42 50%);
    background: -webkit-linear-gradient(left, #11564a 50%, #4e4c42 50%)
}

.banner .content {
    position: relative
}

.banner img {
    display: block;
    float: right
}

.banner .text {
    position: absolute;
    top: 0;
    left: 0
}

.banner .text .bannerL {
    float: left
}

.banner .text .info {
    height: 221px;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 30px
}

.banner .text .info span {
    font-size: 36px
}

.banner .text .info h4 {
    font-size: 30px;
    margin-top: 20px
}

.banner .text .info h4 i {
    font-style: italic;
    font-family: 'Myriad Pro'
}

.banner .text .info h4 sup {
    font-size: 18px;
    font-weight: normal
}

.nav1 {
    background: transparent;
    text-align: right;
    margin-left: -1em;
    padding-left: 0;
    width: 680px
}

.nav1 .content {
    overflow: visible
}

.nav1 ul {
    display: inline-block;
    background: url(/static/toefl/images/nav_bg.png) no-repeat 48px 34px;
    height: 90px
}

.nav1 ul li {
    float: left;
    margin-right: 54px;
    text-align: center;
    position: relative
}

.nav1 ul li a {
    text-decoration: none
}

.nav1 ul li:last-child {
    margin-right: 0
}

.nav1 ul li i {
    display: block;
    width: 45px;
    height: 45px;
    border: 5px solid #febf57;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 14px auto 0;
    background-repeat: no-repeat;
    background-position: center
}

.nav1 ul li span {
    font-weight: 600;
    margin-top: 5px;
    display: block
}

.nav1 ul li:nth-child(1) i {
    background-image: url(/static/toefl/images/nav_icon2.png)
}

.nav1 ul li:nth-child(2) i {
    background-image: url(/static/toefl/images/nav_icon3.png);
    border-color: #f98f3f
}

.nav1 ul li:nth-child(3) i {
    background-image: url(/static/toefl/images/nav_icon6.png);
    border-color: #05a5bf
}

.nav1 ul li:nth-child(4) i {
    background-image: url(/static/toefl/images/nav_icon1.png);
    border-color: #ae5da1
}

.nav1 ul li:nth-child(1) span {
    color: #b35a00
}

.nav1 ul li:nth-child(2) span {
    color: #9b3d01
}

.nav1 ul li:nth-child(3) span {
    color: #2c73a0
}

.nav1 ul li:nth-child(4) span {
    color: #66255c
}

.nav1 ul li:nth-child(5) span {
    color: #2d797e
}

.nav1 ul li .slidDown {
    position: absolute;
    top: 90px;
    left: 50%;
    background: #fff;
    width: 180px;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 7px 15px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.nav1 ul li:nth-child(3) .slidDown {
    width: 210px
}

.nav1 ul li .slidDown a {
    display: block;
    color: #50797e;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none
}

.nav1 ul li .slidDown a:last-child {
    border-bottom: 0
}

.nav1 ul li .slidDown:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    width: 16px;
    height: 7px;
    margin-left: -8px;
    background: url(/static/toefl/images/slideDown_icon.jpg) no-repeat
}

.nav1 ul li:nth-child(2) .slidDown a {
    color: #b35a00;
    font-size: 14px
}

.nav1 ul li:nth-child(3) .slidDown a {
    color: #9b3d01;
    font-size: 14px
}

.nav1 ul li:nth-child(4) .slidDown a {
    color: #2c73a0;
    font-size: 14px
}

.nav1 ul li:nth-child(5) .slidDown a {
    color: #1f477a;
    font-size: 14px
}

.nav1 ul li:nth-child(6) .slidDown a {
    color: #66255c;
    font-size: 14px
}

.nav1_en {
    background: transparent;
    text-align: right;
    margin-left: 0;
    margin-top: .5em;
    padding: 0;
    width: 660px
}

.nav1_en .content {
    overflow: visible
}

.nav1_en ul {
    display: inline-block;
    background: url(/static/toefl/images/nav_bg_en_5_c.png) no-repeat 65px 34px;
    height: 90px
}

.nav1_en ul li {
    float: left;
    margin-right: 23px;
    text-align: center;
    position: relative
}

.nav1_en ul li a {
    text-decoration: none
}

.nav1_en ul li i {
    display: block;
    width: 45px;
    height: 45px;
    border: 5px solid #b6b9ff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 14px auto 0;
    background-repeat: no-repeat;
    background-position: center
}

.nav1_en ul li span {
    font-weight: 600;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    width: 7.8em
}

.nav1_en_f {
    background: transparent;
    text-align: right;
    margin-left: 0;
    padding: 0;
    width: 660px
}

.nav1_en_f .content {
    overflow: visible
}

.nav1_en_f ul {
    display: inline-block;
    background: url(/static/toefl/images/nav_bg_en_52.png) no-repeat 65px 34px;
    height: 90px
}

.nav1_en_f ul li {
    float: left;
    margin-right: 23px;
    text-align: center;
    position: relative
}

.nav1_en_f ul li a {
    text-decoration: none
}

.nav1_en_f ul li i {
    display: block;
    width: 45px;
    height: 45px;
    border: 5px solid #febf57;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 14px auto 0;
    background-repeat: no-repeat;
    background-position: center
}

.nav1_en_f ul li span {
    font-weight: 600;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    width: 7.8em
}

.nav1_en ul li:nth-child(1) i {
    background: #9196ff url(/static/toefl/images/shouye.png) 8px 8px no-repeat
}

.nav1_en ul li:nth-child(2) i {
    background: #9196ff url(/static/toefl/images/kaoshi.png) 8px 8px no-repeat
}

.nav1_en ul li:nth-child(3) i {
    background: #9196ff url(/static/toefl/images/khnr.png) 8px 8px no-repeat
}

.nav1_en ul li:nth-child(4) i {
    background: #9196ff url(/static/toefl/images/wenhao.png) 8px 8px no-repeat;
    margin-left: 1.6em
}

.nav1_en ul li:nth-child(5) i {
    background: #9196ff url(/static/toefl/images/shiyongwendang.png) 10px 10px no-repeat
}

.nav1_en ul li:nth-child(1) span {
    color: #000
}

.nav1_en ul li:nth-child(2) span {
    color: #000
}

.nav1_en ul li:nth-child(3) span {
    color: #000;
    width: 8.5em
}

.nav1_en ul li:nth-child(4) span {
    color: #000;
    width: 7em
}

.nav1_en ul li:nth-child(5) span {
    color: #000
}

.nav1_en_f ul li:nth-child(1) i {
    background-image: url(/static/toefl/images/nav_icon7.png);
    border: 5px solid #febf57
}

.nav1_en_f ul li:nth-child(2) i {
    background-image: url(/static/toefl/images/nav_icon2.png);
    border-color: #f98f3f
}

.nav1_en_f ul li:nth-child(3) i {
    background-image: url(/static/toefl/images/nav_icon3_5.png);
    border-color: #05a5bf
}

.nav1_en_f ul li:nth-child(4) i {
    background-image: url(/static/toefl/images/nav_icon6.png);
    border-color: #157dbf
}

.nav1_en_f ul li:nth-child(5) i {
    background-image: url(/static/toefl/images/nav_icon1.png);
    border-color: #ae5da1
}

.nav1_en_f ul li:nth-child(1) span {
    color: #b35a00
}

.nav1_en_f ul li:nth-child(2) span {
    color: #9b3d01
}

.nav1_en_f ul li:nth-child(3) span {
    color: #057789;
    width: 8.5em
}

.nav1_en_f ul li:nth-child(4) span {
    color: #1f477a;
    width: 4.5em
}

.nav1_en_f ul li:nth-child(5) span {
    color: #66255c
}

.nav1_en ul li .slidDown {
    position: absolute;
    top: 90px;
    left: 50%;
    background: #fff;
    width: 240px;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 7px 15px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.nav1_en ul li .slidDown a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none
}

.nav1_en ul li .slidDown a:last-child {
    border-bottom: 0
}

.nav1_en ul li .slidDown:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 35%;
    width: 16px;
    height: 7px;
    margin-left: 30px;
    background: url(/static/toefl/images/slideDown_icon.jpg) no-repeat
}

.nav1_en ul li:nth-child(2) .slidDown a {
    color: #000;
    font-size: 14px
}

.nav1_en ul li:nth-child(3) .slidDown a {
    color: #000;
    font-size: 14px
}

.nav1_en ul li:nth-child(4) .slidDown a {
    color: #000;
    font-size: 14px
}

.nav1_en ul li:nth-child(5) .slidDown a {
    color: #000;
    font-size: 14px
}

.nav1_en ul li:nth-child(6) .slidDown a {
    color: #000;
    font-size: 14px
}

.nav1_en_f ul li .slidDown {
    position: absolute;
    top: 90px;
    left: 50%;
    background: #fff;
    width: 210px;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 7px 15px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.nav1_en_f ul li .slidDown a {
    display: block;
    color: #50797e;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none
}

.nav1_en_f ul li .slidDown a:last-child {
    border-bottom: 0
}

.nav1_en_f ul li .slidDown:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 35%;
    width: 16px;
    height: 7px;
    margin-left: 30px;
    background: url(/static/toefl/images/slideDown_icon.jpg) no-repeat
}

.nav1_en_f ul li:nth-child(2) .slidDown a {
    color: #b35a00;
    font-size: 14px
}

.nav1_en_f ul li:nth-child(3) .slidDown a {
    color: #9b3d01;
    font-size: 14px
}

.nav1_en_f ul li:nth-child(4) .slidDown a {
    color: #2c73a0;
    font-size: 14px
}

.nav1_en_f ul li:nth-child(5) .slidDown a {
    color: #1f477a;
    font-size: 14px
}

.nav1_en_f ul li:nth-child(6) .slidDown a {
    color: #66255c;
    font-size: 14px
}

.bm-in h4 {
    font-size: 30px;
    color: #e26b11
}

.bm-in h4 font {
    font-size: 18px
}

.modular {
    background: #ededed;
    padding: 30px 0;
    overflow: hidden
}

.modular .left {
    float: left
}

.modular .left .sign {
    height: 370px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.modular .left .sign h4 {
    font-size: 30px;
    color: #e26b11
}

.modular .left .sign h4 font {
    font-size: 18px
}

.modular .left .sign .info {
    margin-top: 30px
}

.modular .left .info .dec {
    margin-bottom: 20px;
    line-height: 36px;
    overflow: hidden
}

.modular .left .info .dec span {
    float: left;
    width: 60px;
    height: 36px;
    font-size: 18px;
    text-align: right;
    margin-right: 20px
}

.modular .left .info .dec input {
    float: left;
    border: 1px solid #d2d2d2;
    height: 34px;
    padding-left: 5px;
    font-family: '微软雅黑';
    box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.2) inset
}

.modular .left .sign .info .dec.yzm input {
    width: 87px
}

.modular .left .sign .info .dec.yzm img {
    margin: 0 5px;
    float: left;
    cursor: pointer
}

.modular .left .sign .info .dec.yzm em {
    text-decoration: underline;
    cursor: pointer
}

.modular .left .info .dec input[type='submit'] {
    width: 148px;
    height: 40px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #bb5717;
    border: 0;
    font-size: 18px;
    cursor: pointer
}

.modular .left .sign .info .dec a {
    display: inline-block;
    text-decoration: underline;
    margin-right: 20px
}

.modular .left .sign .info .dec:last-child {
    height: auto;
    line-height: normal;
    margin-bottom: 0
}

.modular .left .query {
    height: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.modular .left .query h4 {
    font-size: 18px;
    color: #333
}

.modular .left .query .info {
    margin-top: 41px
}

.modular .left .query .info .dec span {
    float: left;
    width: 40px
}

.modular .left .query .info .day input {
    background: url(/static/toefl/images/query_dayIcon.png) no-repeat 190px center
}

.modular .left .query .info .city input {
    background: url(/static/toefl/images/query_cityIcon.png) no-repeat 190px center
}

.modular .left .query .info .dec input[type='submit'] {
    background: #41c0c9
}

.modular .news {
    height: 370px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.modular .news h4 {
    font-size: 30px;
    color: #366db2
}

.modular .news h4 font {
    font-size: 18px
}

.modular .news .img {
    margin: 16px 0
}

.modular .news .img img {
    width: 100%;
    height: 100%
}

.modular .news .info {
    line-height: 30px;
    height: 120px;
    overflow: hidden
}

.modular .news .info ul li {
    overflow: hidden
}

.modular .news .info ul li p {
    float: left;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.modular .news .info ul li span {
    float: right
}

.modular2 {
    padding: 30px 0;
    min-height: 280px
}

.modular2 .child {
    width: 112%
}

.modular2 .child .dec {
    float: left;
    margin-right: 30px;
    position: relative;
    margin-bottom: 6px
}

.img img {
    width: 100%;
    height: 100%
}

.text {
    padding: 20px 15px;
    position: relative;
    height: 165px;
    color: #000
}

.text .title {
    position: absolute;
    top: -20px;
    left: 0;
    height: 44px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    background: url(/static/toefl/images/modular2_titleBg1.png) no-repeat;
    font-weight: bold
}

.title_lx span {
    margin-left: -2em;
    font-size: 18px
}

.text .info {
    font-size: 14px;
    line-height: 24px;
    height: 180px;
    overflow: hidden;
    text-align: left;
    color: #000
}

.text .info_en {
    display: block;
    font-size: 15px;
    line-height: 21px;
    height: 180px;
    overflow: hidden;
    text-align: left
}

.text a.move {
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 14px;
    color: #000
}

.text a.move_en {
    position: absolute;
    bottom: 0;
    top: 17em;
    left: 5px;
    font-size: 14px;
    color: #000
}

.text a.move1 {
    position: absolute;
    top: 320px;
    right: 10px;
    font-size: 16px;
    color: #38979d
}

.text a:hover {
    text-decoration: underline
}

.modular2 .span3 .child .dec:nth-child(2) .text .title {
    background-image: url(/static/toefl/images/modular2_titleBg2.png)
}

.modular2 .span3 .child .dec:nth-child(3) .text .title {
    background-image: url(/static/toefl/images/modular2_titleBg3.png)
}

.modular2 .span3 .child .dec:nth-child(4) .text .title {
    background-image: url(/static/toefl/images/modular2_titleBg4.png)
}

.modular2 .child .dec:nth-child(2) .text a.move {
    color: #e07100
}

.modular2 .child .dec:nth-child(3) .text a.move {
    color: #9b3d01
}

.modular2 .child .dec:nth-child(4) .text .info {
    text-align: center;
    margin-top: 25px;
    overflow: visible
}

.text .info .follow {
    display: inline-block;
    width: 80px;
    text-align: center;
    position: relative;
    margin: 0 10px
}

.modular2 .child .dec .text .info .follow .piece i {
    display: block
}

.modular2 .child .dec .text .info .follow .piece a {
    color: #146395;
    font-size: 18px
}

.modular2 .child .dec .text .info .follow .ewm {
    position: absolute;
    top: -166px;
    left: 50%;
    margin-left: -75px;
    width: 151px;
    height: 166px;
    background: url(/static/toefl/images/footCodeBg.png) no-repeat;
    display: none
}

.modular2 .child .dec .text .info .follow .ewm img {
    width: 140px;
    height: 145px;
    margin-left: -5px
}

.modular2 .child .dec .text .info .follow:hover .ewm {
    display: block
}

.modular2 .child .dec .text .info .follow a:hover {
    text-decoration: none
}

.modular2 .child .dec:after {
    content: '';
    height: 5px
}

.men1 a {
    font-weight: bolder;
    font-size: 18px;
    color: #000
}

.men2 a {
    font-weight: bolder;
    font-size: 18px;
    color: #000
}

.men3 a {
    font-weight: bolder;
    font-size: 18px;
    color: #000
}

.men4 a {
    font-weight: bolder;
    font-size: 18px;
    color: #000
}

.men5 a {
    font-weight: bolder;
    font-size: 18px;
    color: #000
}

.men6 a {
    font-weight: bolder;
    font-size: 18px;
    color: #000
}

.men1_en a {
    font-weight: bolder;
    font-size: 16px;
    color: #2d797e
}

.men2_en a {
    font-weight: bolder;
    font-size: 16px;
    color: #b35a00
}

.men3_en a {
    font-weight: bolder;
    font-size: 16px;
    color: #9b3d01
}

.men4_en a {
    font-weight: bolder;
    font-size: 16px;
    color: #2c73a0
}

.men5_en a {
    font-weight: bolder;
    font-size: 16px;
    color: #1f477a
}

.men6_en a {
    font-weight: bolder;
    font-size: 16px;
    color: #66255c
}

.footer {
    background: #f7f7f7
}

.footer .footer_nav1 {
    height: 103px;
    line-height: 103px;
    border-bottom: 2px solid #eaeaea;
    border-top: 2px solid #fff;
    text-align: center
}

.footer .footer_nav1 a {
    font-size: 18px;
    margin: 0 17px;
    font-weight: bold
}

.footer .footer_nav1 a:nth-child(1) {
    color: #2d797e
}

.footer .footer_nav1 a:nth-child(2) {
    color: #b35a00
}

.footer .footer_nav1 a:nth-child(3) {
    color: #9b3d01
}

.footer .footer_nav1 a:nth-child(4) {
    color: #2c73a0
}

.footer .footer_nav1 a:nth-child(5) {
    color: #1f477a
}

.footer .footer_nav1 a:nth-child(6) {
    color: #66255c
}

.footer .footer_nav1 a:hover {
    text-decoration: underline
}

.copy {
    padding: 45px 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px
}

.copy .content p {
    padding: 0 131px
}

.headerN {
    background: #f5f5f5;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding-top: .5em
}

.headerN .content {
    overflow: visible
}

.headerN .left {
    float: left
}

.headerN .left .logo {
    display: table-cell;
    vertical-align: middle;
    height: 90px
}

.headerN .nav1 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    width: 775px;
    float: left
}

.headerN .nav1 .content {
    width: 775px
}

.headerN .right .child {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.headerN .right .child p {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 7px
}

.headerN2 {
    background: #fff;
    border-bottom: 1px solid #000;
    position: relative;
    width: 100%
}

.headerN2 .content {
    overflow: visible
}

.headerN2 .left {
    float: left
}

.headerN2 .left .logo {
    display: table-cell;
    vertical-align: middle;
    height: 90px
}

.headerN2 .nav1 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    width: 775px;
    float: left
}

.headerN2 .nav1 .content {
    width: 775px
}

.headerN2 .right .child {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.headerN2 .right .child p {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 7px
}

.nbanner {
    height: 518px;
    background: #f7f7f7
}

.nbanner .text .info {
    display: inline-block;
    height: 518px;
    display: table-cell;
    vertical-align: middle;
    width: 410px;
    float: none;
    margin-top: 0
}

.nbanner .text .info h4 {
    font-size: 36px;
    color: #b35a00
}

.nbanner .text .info .infos {
    color: #333;
    font-weight: bold;
    line-height: 24px;
    font-size: 18px;
    overflow: hidden;
    margin: 35px 0
}

.nbanner .text .info .dec p {
    font-size: 20px;
    font-weight: bold;
    color: #b35a00;
    margin-bottom: 24px;
    cursor: pointer
}

.nbanner .nbanner1 .info h4, .nbanner .nbanner1 .info .dec p {
    color: #2c73a0
}

.item .dec {
    padding: 40px 0 50px
}

.item .dec:nth-child(even) {
    background: #f7f7f7
}

.item .dec:nth-child(2) .content {
    overflow: visible
}

.item .dec .title {
    text-align: center
}

.item .dec .title h4 {
    font-size: 36px;
    color: #1f477a;
    margin-bottom: 10px
}

.item .dec .title p {
    font-size: 16px
}

.item .dec .process .tabT {
    overflow: hidden;
    text-align: center
}

.item .dec .process .tabT .child {
    display: inline-block;
    width: 183px;
    margin: 0 27px;
    cursor: pointer
}

.item .dec .process .tabT .child .icon {
    width: 183px;
    height: 128px;
    background: url(/static/toefl/images/process_yy.png) no-repeat;
    position: relative
}

.item .dec .process .tabT .child .icon span {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -39.5px;
    width: 79px;
    height: 73px
}

.item .dec .process .tabT .child .icon span i {
    display: inline-block;
    background: url(/static/toefl/images/process_icon.png) no-repeat center;
    width: 79px;
    height: 73px
}

.item .dec .process .tabT .child:nth-child(2) .icon span i {
    background-image: url(/static/toefl/images/process_icon1.png)
}

.item .dec .process .tabT .child:nth-child(3) .icon span i {
    background-image: url(/static/toefl/images/process_icon2.png)
}

.item .dec .process .tabT .child p {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px
}

.item .dec .process .tabT .child.cur p, .item .dec .process .tabT .child:hover p {
    color: #45c1ca
}

.item .dec .process .tabB {
    margin-top: 40px
}

.item .dec .process .tabB:not(:first-child) {
    display: none
}

.item .dec .process .tabB .tabB_t {
    height: 45px;
    line-height: 45px;
    background: #e1e1e1;
    padding-left: 28px
}

.item .dec .process .tabB .tabB_t span {
    color: #666;
    font-weight: bold;
    padding: 0 30px;
    display: inline-block;
    cursor: pointer
}

.item .dec .process .tabB .tabB_t span.cur, .item .dec .process .tabB .tabB_t span:hover {
    color: #fff;
    position: relative;
    z-index: 1
}

.item .dec .process .tabB .tabB_t span.cur:after, .item .dec .process .tabB .tabB_t span:after {
    content: '';
    width: 100%;
    height: 50px;
    background: #faa319;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: -1
}

.item .dec .process .tabB .tabB_b {
    background: url(/static/toefl/images/tabB_b_bg.jpg) no-repeat left bottom #f2f2f2;
    min-height: 166px;
    padding: 30px 35px;
    line-height: 28px;
    font-size: 16px
}

.item .dec .process .tabB .tabB_b .list:not(:first-child) {
    display: none
}

.item .dec .notice {
    position: relative
}

.item .dec .notice .listBox {
    margin-top: 40px;
    overflow: hidden
}

.item .dec .notice .listBox ul {
    width: 800%;
    position: relative;
    overflow: hidden
}

.item .dec .notice .listBox ul li {
    float: left;
    padding: 0 55px 60px;
    overflow: hidden;
    position: relative;
    width: 1170px;
    min-height: 390px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.item .dec .notice .listBox ul li .left {
    width: 525px;
    float: left
}

.item .dec .notice .listBox ul li .left .text {
    line-height: 24px;
    font-size: 16px;
    padding-left: 10px
}

.item .dec .notice .listBox ul li .num {
    width: 330px;
    height: 93px;
    color: #fff;
    line-height: 90px;
    margin-bottom: 35px
}

.item .dec .notice .listBox ul li .num span {
    float: left;
    width: 85px;
    height: 85px;
    font-size: 48px;
    text-align: center
}

.item .dec .notice .listBox ul li .num strong {
    float: left;
    font-size: 16px;
    margin-left: 22px
}

.item .dec .notice .listBox ul li .right {
    width: 360px;
    height: 314px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 55px;
    margin-top: -157px
}

.item .dec .notice .listBox ul li .right img {
    max-width: 100%;
    max-height: 100%
}

.item .dec .notice .btn {
    width: 25px;
    height: 53px;
    position: absolute;
    top: 50%;
    margin-top: -26.5px;
    cursor: pointer
}

.item .dec .notice .btn.left_btn {
    left: -53px;
    background: url(/static/toefl/images/left_btn.png) no-repeat
}

.item .dec .notice .btn.right_btn {
    right: -53px;
    background: url(/static/toefl/images/right_btn.png) no-repeat
}

.item .dec .notice ol {
    width: 100%;
    text-align: center
}

.item .dec .notice ol li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #83d6dc;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer
}

.item .dec .notice ol li.cur {
    background: #f98f3f
}

.item .dec .dayList {
    margin-top: 30px
}

table {
    border-collapse: collapse
}

.item .dec .title h4 i {
    font-style: italic
}

.item .dec .title h4 sup {
    font-size: 20px
}

.item .dec .expense table {
    margin: 30px auto 30px;
    border: 11px solid #edebe2;
    border-collapse: collapse
}

.item .dec .expense table tr {
    border: 1px solid #f0f0f0;
    background: #fff
}

.item .dec .expense table tr th {
    border-right: 1px solid #e1e1e1;
    background: #366db2;
    color: #fff;
    font-size: 16px;
    height: 55px
}

.item .dec .expense table tr th:nth-child(2) {
    background: #ae5da1
}

.item .dec .expense table tr td {
    padding-left: 55px;
    border-right: 1px solid #e1e1e1;
    width: 50%;
    font-size: 16px;
    padding: 15px 55px
}

.item .dec .expense p {
    text-align: center
}

.item1 .dec .title h4 {
    color: #00849a
}

.item1 .dec .send {
    overflow: hidden
}

.item1 .dec .send .left {
    float: left;
    width: 490px;
    height: 395px
}

.item1 .dec .send .right {
    float: right;
    width: 625px;
    padding-top: 55px
}

.item1 .dec .send .right h4 {
    font-size: 16px
}

.item1 .dec .send .right .info {
    margin: 25px 0;
    font-size: 16px;
    line-height: 26px
}

.item1 .dec .send .right .info strong.fontC {
    color: #1f477a
}

.item1 .dec .send .right h4.fontC {
    color: #f98f3f
}

.item1 .dec .querys {
    background: url(/static/toefl/images/querys_bg.jpg) no-repeat center top;
    min-height: 350px;
    padding-top: 55px;
    margin-top: 40px
}

.item1 .dec .querys .left {
    float: left
}

.item1 .dec .querys .left > p {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center
}

.item1 .dec .querys .left > p a {
    color: #faa319;
    text-decoration: underline
}

.item1 .dec .querys .search {
    width: 390px;
    height: 260px;
    background: rgba(104, 102, 94, .8);
    border-radius: 5px;
    padding: 20px 18px;
    color: #fff;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.item1 .dec .querys .search h2 {
    font-size: 24px;
    padding-left: 25px;
    background: url(/static/toefl/images/search_icon.png) no-repeat left center
}

.item1 .dec .querys .search p {
    margin: 10px 0;
    font-size: 16px
}

.item1 .dec .querys .search form .condition {
    overflow: hidden
}

.item1 .dec .querys .search form .condition span {
    float: left;
    margin-right: 10px
}

.item1 .dec .querys .search form .condition div {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden
}

.item1 .dec .querys .search form .condition div input {
    display: none
}

.item1 .dec .querys .search form .condition div label {
    cursor: pointer
}

.item1 .dec .querys .search form .condition div label span {
    display: inline-block;
    margin: 2px 5px 0 0;
    width: 14px;
    height: 14px;
    background: url(/static/toefl/images/radio.png) no-repeat left top
}

.item1 .dec .querys .search form .condition div.cur label span {
    background-position: 0 -14px
}

.item1 .dec .querys .search form .search_box {
    margin: 20px 0
}

.item1 .dec .querys .search form .search_box input[type='text'] {
    width: 280px;
    height: 27px;
    background: #c3cbc6;
    color: #222;
    padding-left: 9px
}

input[placeholder], [placeholder], *[placeholder], ::-webkit-input-placeholder {
    color: #222 !important;
    opacity: 1
}

.item1 .dec .querys .search form .search_box input[type='submit'] {
    width: 26px;
    height: 28px;
    outline: 0;
    border: 0;
    background: url(/static/toefl/images/search-btn.png);
    color: transparent;
    cursor: pointer
}

.item1 .dec .querys .search p > a {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px
}

.item1 .dec .querys .search p > a:hover {
    text-decoration: underline
}

.item1 .dec .querys .right {
    float: left;
    width: 682px;
    margin-left: 38px;
    padding-top: 10px
}

.item1 .dec .querys .right .decs {
    float: left;
    width: 225px
}

.item1 .dec .querys .right .decs .child {
    width: 163px;
    height: 185px;
    line-height: 185px;
    text-align: center;
    margin: 0 auto
}

.item1 .dec .querys .right .decs .child h4 {
    font-size: 16px;
    color: #fff
}

.item1 .dec .querys .right .decs:nth-child(2) .child {
    background-image: url(/static/toefl/images/querys_download2_bg.png)
}

.item1 .dec .querys .right .decs:nth-child(3) .child {
    background-image: url(/static/toefl/images/querys_download3_bg.png)
}

.item1 .dec .querys .right .decs .info {
    width: 224px;
    height: 95px;
    background: #ffeed3;
    padding: 12px 15px 15px;
    margin-top: 12px;
    font-size: 16px;
    color: #b49563;
    line-height: 24px;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.item1 .dec .querys .right .decs .info:after {
    content: '';
    width: 224px;
    height: 27px;
    position: absolute;
    bottom: -28px;
    left: 0;
    background: url(/static/toefl/images/querys_download1_yy.png) no-repeat
}

.item1 .dec .success {
    background: url(/static/toefl/images/success_bg.png) no-repeat;
    height: 471px;
    width: 1134px;
    margin: 0 auto;
    padding: 78px 95px 0 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.item1 .dec .success .info p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px
}

.item1 .dec .success .info p i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/static/toefl/images/success_icon.png) no-repeat;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 16px
}

.item1 .dec .success .link {
    text-align: center;
    margin-top: 25px
}

.item1 .dec .success a.move {
    padding: 10px 22px;
    background: #f98f3f;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin-right: 0;
    display: inline-block
}

.item1 .dec .success a.move:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: #f98f3f;
    opacity: .2;
    border-radius: 5px;
    z-index: -1
}

.item .dec .notice .listBox ul li .left .text p.icon {
    padding-left: 25px;
    position: relative
}

.item .dec .notice .listBox ul li .left .text p i {
    position: absolute;
    top: 0;
    left: 10px
}

.nav-tabs li a {
    font-size: 14px
}

.help-block a {
    color: #adadad
}

.help-block a:hover {
    color: #e11186
}

.nav-tabs a {
    color: #666
}

.breadcrumb li a:hover {
    text-decoration: underline;
    color: #38979d
}

.nav-stacked li a {
    color: #666;
    border: 0
}

.nav-stacked li a:hover {
    color: #333
}

.well-large {
    padding: 2em;
    margin-bottom: 1em;
    -webkit-box-shadow: 1px 1px 4px 4px #f1f1f1;
    -moz-box-shadow: 1px 1px 4px 4px #f1f1f1;
    box-shadow: #f1f1f1;
    background: #fafafa
}

.well {
    background: #fff;
    border: 1px solid #000
}

.showElementError {
    color: #c00;
    font-size: 13px
}

.errtext {
    margin-left: 3.8em
}

.errtext_en {
    margin-left: 8.8em
}

.errtext2 {
    margin-left: 0
}

.errtext3 {
    margin-left: 1.6em
}

.errtext4 {
    margin-left: 11em
}

.errtext4_en {
    margin-left: 13em
}

.errtext5 {
    margin-left: 4.5em
}

.errtext5_en {
    margin-left: 8.5em
}

.errtext5_en_2 {
    margin-left: 11em
}

.errtext5_en_3 {
    margin-left: 15.8em
}

.errtext6 {
    margin-left: 3em
}

.errtext6_en {
    margin-left: 7em
}

.errtext6_en_reapply {
    margin-left: 7em
}

.help-block {
    display: inline-block
}

.find_pass a {
    margin-left: .5em
}

.help-block a {
    color: #08c
}

.con-width {
    max-width: 1050px
}

.main_info_block {
    background: #fff;
    padding: 1.5em;
    margin-bottom: 2em;
    min-width: 255px;
    height: 370px;
    border-bottom: 6px solid #e5e5e5
}

.main_info_block1 {
    background: #fff;
    padding: 1.5em;
    margin-bottom: 2em;
    min-width: 400px;
    height: 370px;
    border-bottom: 6px solid #e5e5e5
}

.main_info_act_block {
    min-width: 245px;
    height: 375px
}

.title_xz, .title_lx, .title_jh, .title_gz {
    position: absolute;
    top: -23px;
    left: 0;
    height: 44px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    width: 145px;
    font-weight: bold
}

.info_ext {
    line-height: 3em;
    margin-left: 1em
}

.label_c {
    padding: 0
}

.alert-block ul li {
    font-size: 14px;
    line-height: 1.5em;
    color: #b03d01
}

.alert-block {
    background: #fdefbd
}

.formElementError {
    margin-left: 4px;
    font-weight: normal
}

.stu-info-bg {
    background: #fff;
    padding: 1.2em 3em 8px 3em;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    -khtml-opacity: .90;
    opacity: .90
}

.con-width ol {
    margin-left: 0;
    padding-left: 0;
    text-indent: 2em
}

.con-width ol li {
    line-height: 1.5em
}

.prof-butt a.ty-link {
    font-size: 18px;
    color: #38979d;
    font-weight: bolder;
    margin-right: 1em
}

.prof-butt a:hover.ty-link {
    text-decoration: underline
}

.myhome_info_cn {
    display: inline-block;
    margin-right: 1.5em;
    FONT-SIZE: 14PX;
    width: 12em
}

.myhome_info_en {
    display: inline-block;
    FONT-SIZE: 14PX
}

.company {
    width: 600px;
    margin: 0 auto
}

@keyframes lefteaseinAnimate {

0
{
    transform: translateX(-2000px)
;
    opacity: 0
}
100
%
{
    transform: translateX(0)
;
    opacity: 1
}
}
@-webkit-keyframes lefteaseinAnimate {

0
{
    -webkit-transform: translateX(-2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
@-o-keyframes lefteaseinAnimate {

0
{
    -webkit-transform: translateX(-2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
@-ms-keyframes lefteaseinAnimate {

0
{
    -webkit-transform: translateX(-2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
@-moz-keyframes lefteaseinAnimate {

0
{
    -webkit-transform: translateX(-2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
.company_name {
    animation: lefteaseinAnimate 1s ease 1;
    -webkit-animation: lefteaseinAnimate 1s ease 1;
    -ms-animation: lefteaseinAnimate 1s ease 1;
    -o-animation: lefteaseinAnimate 1s ease 1;
    -moz-animation: lefteaseinAnimate 1s ease 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards
}

@keyframes righteaseinAnimate {

0
{
    transform: translateX(2000px)
;
    opacity: 0
}
100
%
{
    transform: translateX(0)
;
    opacity: 1
}
}
@-webkit-keyframes righteaseinAnimate {

0
{
    -webkit-transform: translateX(2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
@-o-keyframes righteaseinAnimate {

0
{
    -webkit-transform: translateX(2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
@-ms-keyframes righteaseinAnimate {

0
{
    -webkit-transform: translateX(2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
@-moz-keyframes righteaseinAnimate {

0
{
    -webkit-transform: translateX(2000px)
;
    opacity: 0
}
100
%
{
    -webkit-transform: translateX(0)
;
    opacity: 1
}
}
.company_introduce {
    animation: righteaseinAnimate 1s ease 1;
    -webkit-animation: righteaseinAnimate 1s ease 1;
    -moz-animation: righteaseinAnimate 1s ease 1;
    -ms-animation: righteaseinAnimate 1s ease 1;
    -o-animation: righteaseinAnimate 1s ease 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards
}

.bz .span3 {
    border: 1px solid #c0e2e4;
    border-radius: 35px
}

.bz .span3:hover {
    border: 1px solid #38979d
}

.bz .active {
    border: 1px solid #38979d
}

.bz .active:hover {
    border: 1px solid #38979d
}

.sub-h {
    color: #f90;
    font-weight: normal
}

.login {
    min-width: 320px;
    margin: 0 auto
}

.login h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 50px 0;
    font-family: 'Droid Serif', serif
}

.login-top {
    background: #fff;
    padding: 30px 5px
}

.login-top h1 {
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    color: #38979d;
    margin: 0 0 15px 0
}

.login-top input[type="text"] {
    outline: 0;
    font-size: 15px;
    font-weight: 500;
    color: #818181
}

.login-top input[type="password"] {
    outline: 0;
    font-size: 15px;
    font-weight: 500
}

.forgot a {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 7px;
    margin-top: .5em
}

.forgot a:hover {
    color: #005580
}

.forgot input[type="submit"] {
    background: #de6821;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    padding: 8px 7px;
    width: 32%;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 0 7px 0 3px;
    outline: 0;
    border: 0
}

.forgot input[type="submit"]:hover {
    background: #818181;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all
}

.forgot {
    text-align: left
}

.login-bottom {
    background: #9196fe;
    padding: 5px 30px;
    text-align: center;
    border-top: 1px solid #2d858b
}

.login-bottom h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.login-bottom h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.login-bottom h3 a:hover {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    text-decoration: underline
}

.copyright {
    padding: 150px 0 0 0;
    text-align: center
}

.copyright p {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.copyright p a {
    font-size: 15px;
    font-weight: 400;
    color: #e15748
}

.copyright p a:hover {
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all
}

.login_bgpic {
    padding: 0;
    background: #b6b9ff
}

.login_left_bg {
    background: url(/static/toefl/images/login_bg.png) no-repeat left;
    background-size: cover;
    height: 480px
}

.forgot a {
    font-size: 14px
}

.resetpass h3 {
    color: #38979d
}

.modular2 {
    background: #fff;
    padding: 3em 0
}

.person_info {
    margin-bottom: 1em
}

.label-tab {
    width: 10em;
    margin-right: 1em
}

.contr_c {
    padding-top: 4px;
    color: #666;
    font-size: 15px
}

.bodybg {
    background: #f7f7f7
}

.contactus a {
    color: #888
}

.contactus a:hover {
    color: #004c88;
    text-decoration: none
}

.timeline {
    border-left: 3px solid #e1e1e1;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
    padding: 0 29px;
    margin-left: 0
}

.timeline .item {
    position: relative;
    margin-bottom: 45px
}

.timeline .item:last-child {
    margin-bottom: 0
}

.timeline .item:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 3px solid #e1e1e1
}

.timeline .item:after {
    content: "";
    position: absolute;
    left: -34px;
    top: 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #e1e1e1;
    z-index: 10
}

job-meta {
    position: absolute;
    left: -280px;
    top: 0
}

job-meta .title {
    font-size: 22px;
    color: #38979d
}

job-meta .time {
    color: #8a8a8a
}

.timeline .job-desc {
    color: #666
}

.bg_blue {
    background-color: #0798bc
}

.border_radius {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.btn-warning {
    background: #cb6702;
    padding: 6px 2em;
    box-shadow: none
}

.btn-warning:hover {
    background: #b35a00
}

.about-details p {
    margin: 0;
    padding: 0;
    width: 15em
}

.about-details-home p {
    margin: 0;
    padding: 0;
    width: 8.5em
}

.about-grids {
    margin-top: 3em;
    text-align: center
}

.about-grids-home {
    text-align: center;
    padding-left: 0
}

.about-details {
    background: #ff8100;
    border-top: 2px solid #fff;
    transition: all .7s ease 0;
    -moz-transition: all .7s ease 0;
    -o-transition: all .7s ease 0;
    -ms-transition: all .7s ease 0
}

.about-details-home {
    border-top: 2px solid #fff;
    transition: all .7s ease 0;
    -moz-transition: all .7s ease 0;
    -o-transition: all .7s ease 0;
    -ms-transition: all .7s ease 0
}

.about-grid h4 {
    color: #fff;
    margin-top: 0;
    font-size: 1.8em;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 600;
    border-radius: 10px
}

.about-grid h5 {
    color: #fff;
    margin-top: 0;
    font-size: 1.3em;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 600
}

.about-grid p {
    font-size: 1em;
    color: #fff;
    padding: .5em 1em 1em;
    line-height: 1.8em
}

.about-grid-home h4 {
    color: #fff;
    margin-top: 0;
    font-size: .9em;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 600
}

.about-grid-home_en h4 {
    color: #fff;
    margin-top: 0;
    font-size: .9em;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 600
}

.about-grid-home h5 {
    color: #fff;
    margin-top: 0;
    font-size: 1.1em;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 600
}

.about-grid-home_en h5 {
    color: #fff;
    margin-top: 0;
    font-size: 1.1em;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 600
}

.about-grid-home p {
    width: 8.5em
}

.about-text {
    width: 70px;
    height: 52px;
    background: #ff8100;
    position: relative;
    top: -30px;
    left: 38%
}

.about-text-home {
    width: 20%;
    height: 20px;
    background: transparent;
    position: relative;
    top: 0;
    left: 0
}

.about-text-home_en {
    width: 20%;
    height: 23px;
    background: transparent;
    position: relative;
    top: 0;
    left: 0
}

.about-text h5 {
    font-size: 3.5em;
    color: #fff;
    margin-top: 0;
    transition: all .7s ease 0;
    -webkit-transition: all .7s ease 0;
    -moz-transition: all .7s ease 0;
    -o-transition: all .7s ease 0;
    -ms-transition: all .7s ease 0;
    position: absolute;
    left: 15%;
    width: 50px;
    top: .2em
}

.about-text-home h5 {
    font-size: 1.6em;
    color: #fff;
    background: #ff8100;
    display: block;
    left: 5%;
    top: .2em;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom-right-radius: 12px
}

.about-text-home_en h5 {
    font-size: .9em;
    color: #fff;
    background: #ff8100;
    display: block;
    left: 3%;
    top: .1em;
    padding-bottom: 5px;
    padding-top: 0;
    border-bottom-right-radius: 12px
}

.about-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #ff8100
}

.about-text-home:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent
}

.about-text-home_en:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent
}

.about-text:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #ff8100
}

.about-text-home:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent
}

.about-text-home_en:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent
}

.about-details:hover .about-text h5 {
    color: #fff
}

.about-details-home:hover .about-text h5 {
    color: #fff
}

.about-details:hover .about-text-home h5 {
    color: #fff
}

.about-details-home:hover .about-text-home h5 {
    color: #fff
}

.about-details:hover .about-text-home_en h5 {
    color: #fff
}

.about-details-home:hover .about-text-home_en h5 {
    color: #fff
}

.about-text-over {
    width: 70px;
    height: 52px;
    background: #dadada;
    position: relative;
    top: -30px;
    left: 38%
}

.about-text-home-over {
    width: 70px;
    height: 52px;
    background: #dadada;
    position: relative;
    top: -30px;
    left: 38%
}

.about-text-home-over_en {
    width: 70px;
    height: 52px;
    background: #dadada;
    position: relative;
    top: -30px;
    left: 38%
}

.about-text-over h5 {
    font-size: 3.5em;
    color: #fff;
    margin-top: 0;
    transition: all .7s ease 0;
    -webkit-transition: all .7s ease 0;
    -moz-transition: all .7s ease 0;
    -o-transition: all .7s ease 0;
    -ms-transition: all .7s ease 0;
    position: absolute;
    left: 15%;
    width: 50px;
    top: .2em
}

.about-text-home-over h5 {
    font-size: 3.5em;
    color: #fff;
    margin-top: 0;
    transition: all .7s ease 0;
    -webkit-transition: all .7s ease 0;
    -moz-transition: all .7s ease 0;
    -o-transition: all .7s ease 0;
    -ms-transition: all .7s ease 0;
    position: absolute;
    left: 15%;
    width: 50px;
    top: .2em
}

.about-text-home-over_en h5 {
    font-size: 3.5em;
    color: #fff;
    margin-top: 0;
    transition: all .7s ease 0;
    -webkit-transition: all .7s ease 0;
    -moz-transition: all .7s ease 0;
    -o-transition: all .7s ease 0;
    -ms-transition: all .7s ease 0;
    position: absolute;
    left: 15%;
    width: 50px;
    top: .2em
}

.about-text-over:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #dadada
}

.about-text-home-over:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #dadada
}

.about-text-home-over_en:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #dadada
}

.about-text-over:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #dadada
}

.about-text-home-over:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #dadada
}

.about-text-home-over_en:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #dadada
}

.about-details:hover .about-text-over h5 {
    color: #fff
}

.about-details-home:hover .about-text-over h5 {
    color: #fff
}

.about-details:hover .about-text-home-over h5 {
    color: #fff
}

.about-details-home:hover .about-text-home-over h5 {
    color: #fff
}

.about-details:hover .about-text-home-over_en h5 {
    color: #fff
}

.about-details-home:hover .about-text-home-over_en h5 {
    color: #fff
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #ff8100;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-in-home {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #ff8100;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px
}

.hvr-rectangle-in-over {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #dadada;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-in-home-over {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #dadada;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px
}

.hvr-rectangle-in-home-over_en {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #dadada;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px
}

.hvr-rectangle-in-home-over h5 {
    background: #adadad
}

.hvr-rectangle-in-home-over_en h5 {
    background: #adadad
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004a77;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-in-home:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004a77;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-in-home:hover, .hvr-rectangle-in-home:focus, .hvr-rectangle-in-home:active {
    color: white
}

.hvr-rectangle-in-home:hover:before, .hvr-rectangle-in-home:focus:before, .hvr-rectangle-in-home:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-in-act {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #ff8100;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-in-home-act {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #ff8100;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004a77;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

ul.nav-tabs {
    width: 150px;
    margin-top: 5px;
    border-radius: 0
}

ul.nav-tabs li {
    margin: 0
}

ul.nav-tabs li:first-child {
    border-top: 0
}

ul.nav-tabs li a {
    margin: 0;
    color: #666;
    font-size: 14px;
    padding: 8px 5px;
    border-radius: 0;
    text-align: center
}

ul.nav-tabs li a:hover {
    color: #00afe8
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    font-weight: bolder;
    color: #fff;
    text-align: left;
    cursor: default;
    background-color: #08c;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

ul.nav-tabs li:first-child a {
    border-radius: 4px 4px 0 0
}

ul.nav-tabs li:last-child a {
    border-radius: 0
}

ul.nav-tabs.affix {
    top: 80px
}

.about-section {
    padding: 2em 0
}

.about-section-home {
    padding: 2em 0
}

.profile_font {
    font-size: 16px;
    min-width: 8em;
    margin-right: .5em
}

.workday_bg {
    display: inline-block;
    vertical-align: bottom;
    font-weight: bolder;
    margin-right: 10px;
    margin-top: .5em;
    width: 180px;
    height: 23px;
    background: url(/static/toefl/images/iphone_3.png) no-repeat;
    color: #39979d;
    font-size: 18px;
    padding-left: 80px
}

.examday_bg {
    display: inline-block;
    vertical-align: bottom;
    font-weight: bolder;
    margin-right: 10px;
    margin-top: .5em;
    width: 180px;
    height: 23px;
    background: url(/static/toefl/images/iphone_1.png) no-repeat;
    color: #39979d;
    font-size: 18px;
    padding-left: 80px
}

.email_bg {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin-top: .5em;
    width: 220px;
    height: 23px;
    background: url(/static/toefl/images/iphone_2.png) no-repeat;
    color: #39979d;
    font-size: 16px;
    padding-left: 30px
}

.e-errMsg {
    font-size: 13px;
    padding-bottom: 0;
    padding-left: 0
}

.active1 {
    background: #ff5b5b;
    color: #fff
}

:root .gradient {
    filter: none
}

.ad-pic {
    background: url(/static/toefl/images/hero-bg.jpg) no-repeat;
    width: 1020px;
    height: 338px
}

.ad-right {
    height: 220px;
    background: #68665e;
    border-radius: 6px
}

.ad-right-border {
    padding-top: 1.5em
}

.menulist-style a {
    text-decoration: none
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #666;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: none
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    text-decoration: none;
    background-color: #ccc
}

.ad_textcolour {
    padding-top: 14em;
    animation-delay: 5s
}

.ad_textcolour > span {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0
}

.ad_textcolour1 {
    padding-top: 12em;
    animation-delay: 5s
}

.ad_textcolour1 > span {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5em
}

.ad_textcolour1 a {
    margin-top: 1em;
    background: #df3232;
    color: #fff;
    padding: 8px 22px;
    border-radius: 6px
}

.follow_toefl {
    width: 155px;
    height: 155px;
    margin: 4em 0 0 6em
}

.follow_toefl h4 {
    color: #fff;
    letter-spacing: 2px;
    display: block;
    text-align: left
}

.follow_toefl img {
    border-radius: 3px;
    box-shadow: #4f4f4f 1px 1px 6px 6px
}

.date_color {
    color: #aaa
}

.more {
    float: right;
    color: #38979d;
    font-size: 15px
}

.more:hover {
    text-decoration: underline;
    color: #38979d
}

.new_tab1 {
    padding: 0 8px 0 0;
    color: #266fac;
    letter-spacing: 2px
}

.new_tab1 a {
    display: inline;
    float: right;
    font-size: 12px;
    color: #fff
}

.new_tab1 a:hover {
    text-decoration: underline
}

.alert1_color {
    color: #000;
    background: #f1f1f1;
    border-radius: 2px;
    border: 0;
    padding: 1em;
    text-shadow: none
}

.alert2_color {
    color: #000
}

.alert3_color {
    color: #327394
}

.alert4_color {
    color: #3b733b
}

.alert5_color {
    color: #a1403f
}

.neealogo a {
    background: url(/static/toefl/images/neealogo.jpg) no-repeat;
    width: 58px;
    display: inline-block;
    height: 68px;
    margin-top: 1.2em;
    float: right
}

.login_box {
    position: absolute;
    right: 0;
    top: 1.4em
}

.login_box h3 {
    color: #fff;
    font-size: 22px;
    padding-left: 1.1em
}

.newuser_butt a {
    background: #38979d url(/static/toefl/images/main_login_pe.png) no-repeat 8px 6px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 40px;
    border-radius: 3px
}

.loginuser_butt a {
    background: #e85f3d url(/static/toefl/images/main_login_pe2.png) no-repeat 8px 6px;
    padding: 12px 48px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 3px
}

.newuser_butt_en a {
    background: #38979d url(/static/toefl/images/main_login_pe.png) no-repeat 8px 2px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 55px;
    border-radius: 5px
}

.loginuser_butt_en a {
    background: #e85f3d url(/static/toefl/images/main_login_pe2.png) no-repeat 8px 2px;
    padding: 8px 40px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 5px
}

.triangle-down {
    width: 0;
    position: absolute;
    left: 19em;
    top: 21.3em;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #68665e
}

.login_text_bg {
    display: block;
    margin-top: .5em;
    font-size: 20px;
    color: #38979d;
    letter-spacing: 5px;
    font-weight: 500;
    text-align: center;
    vertical-align: top
}

.login_text_bg_en {
    display: block;
    margin-top: .5em;
    font-size: 20px;
    color: #38979d;
    letter-spacing: 1px;
    margin-left: -.3em;
    font-weight: 500;
    text-align: center;
    vertical-align: top
}

.no_tf_id {
    height: 1.5em;
    margin: 1.8em 0;
    color: #38979d;
    width: 100%;
    font-style: italic
}

.no_tf_id_en {
    height: 1.5em;
    margin: 2em 0;
    color: #38979d;
    font-weight: 600;
    width: 100%;
    font-size: 12px
}

.cirHollow li {
    list-style: circle
}

.cirSolid li {
    list-style: disc;
    color: #000
}

.profile_link {
    font-weight: 600
}

.profile_link a {
    color: #3b5998;
    text-decoration: underline
}

.profile_link a:hover {
    color: #006dcc
}

.news_bg {
    background: #f6f6f6;
    border-bottom: 4px solid #6f6f6f;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-height: 308px
}

.stu_plan {
    border-bottom: 4px solid #9b3d01;
    border-radius: 3px;
    min-height: 308px;
    background: #f6f6f6
}

.practice_test {
    border-bottom: 4px solid #e07100;
    border-radius: 3px;
    min-height: 368px;
    background: #f6f6f6
}

.exam_notes {
    border-bottom: 4px solid #38979d;
    border-radius: 3px;
    height: 368px;
    background: #f6f6f6
}

#addressShow {
    border-top: 2px solid #ccf;
    border-right: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    border-left: 2px solid #ccf;
    background: transparent url('/static/toefl/images/addressShow_bg.jpg') repeat-x;
    padding: 15px;
    position: absolute;
    z-index: 10;
    display: none
}

.xhs_bg a {
    z-indenx: 999;
    display: inline-block;
    background: url("/static/toefl/images/xiaohongshu2.png");
    width: 100px;
    height: 48px
}

.blb_bg a {
    z-indenx: 999;
    display: inline-block;
    background: url("/static/toefl/images/bilibili2.png");
    width: 100px;
    height: 48px
}

.dy_bg a {
    z-indenx: 999;
    display: inline-block;
    background: url("/static/toefl/images/douyin.png");
    width: 100px;
    height: 48px
}

.wx_bg a {
    z-indenx: 999;
    display: inline-block;
    background: url("/static/toefl/images/weixin2.png");
    width: 100px;
    height: 48px
}

.btn_login {
    border-radius: 2px;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    box-shadow: none;
    border: 1px solid #000;
    font-weight: 600
}

.btn_reg {
    border-radius: 2px;
    background: #fff;
    color: #000;
    padding: 8px 25px;
    box-shadow: none;
    border: 1px solid #000;
    font-weight: 600
}

.btn_profile {
    border-radius: 6px;
    background: #38979d;
    color: #fff;
    padding: 5px 20px;
    box-shadow: none;
    border: 0
}

.about_toefl {
    background: #f6f6f6 url(/static/toefl/images/studyabroad1_0.png) no-repeat 75% 80%;
    padding: 2em 0;
    min-height: 400px
}

.neea_text {
    position: absolute;
    right: 0;
    top: 72px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #093162;
    font: 13px/1.5 Microsoft YaHei, Helvetica, Arial, '宋体', sans-serif;
    font-weight: bolder
}

.contact_us {
    margin: 0 .5em 0 0;
    font: 15px/2 Microsoft YaHei, Helvetica, Arial, '宋体', sans-serif;
    font-weight: bolder
}

.ad_star {
    position: absolute;
    top: 4em;
    animation-delay: 2.5s;
    animation-duration: .5s
}

.ad_anim_text {
    font-size: 42px;
    letter-spacing: 4px;
    color: #fff;
    animation-delay: 2s;
    animation-duration: .5s
}

.ad_anim_text1 {
    font-size: 42px;
    letter-spacing: 4px;
    color: #fff
}

.left_logo_text {
    position: absolute;
    top: 4.5em;
    left: .8em;
    font-size: 14px;
    font-weight: 600;
    color: #034292
}

.left_logo {
    background: url(/static/toefl/images/ETSlogo.jpg) no-repeat;
    width: 222px;
    display: inline-block;
    height: 68px;
    margin-top: .3em;
    overflow: hidden
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .agreement_bg {
        background: url(/static/toefl/images/regnew100.png) no-repeat 75% 15%;
        min-height: 457px
    }

    .agreement_bg_sta {
        background: url(/static/toefl/images/explore-interior.png) no-repeat 100% 12em;
        min-height: 457px;
        border-bottom: 8px solid #f98f3f
    }

    .agreement_text {
        width: 70%
    }
}

@media (min-width: 780px) and (max-width: 1200px) {
    .agreement_bg {
        background: url(/static/toefl/images/regnew500.png) no-repeat 90% 30%;
        min-height: 457px
    }

    .agreement_bg_sta {
        background: url(/static/toefl/images/explore-interior_500.png) no-repeat 100% 12em;
        min-height: 457px;
        border-bottom: 8px solid #f98f3f
    }

    .agreement_text {
        width: 70%
    }
}

.mooc_style a {
    color: #f98f3f
}

.mooc_style a:hover {
    color: #146395;
    text-decoration: underline
}

.mooc_style {
    height: 165px;
    padding: 1em;
    border-radius: 12px;
    min-height: 165px;
    border: 1px solid #ccc;
    background-image: linear-gradient(to top, #f5f5f5 0, white 100%)
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f1f1f1;
    *background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -o-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: linear-gradient(to bottom, #f1f1f1, #f1f1f1);
    background-repeat: repeat-x;
    border: 1px solid #f1f1f1;
    *border: 0;
    border-color: #f1f1f1 #f1f1f1 #f1f1f1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #bababa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#fff1f1f1', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #f1f1f1;
    *background-color: #f1f1f1
}

.btn:active, .btn.active {
    background-color: #ccc \9
}

.btn:first-child {
    *margin-left: 0
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-primary {
    color: #fff;
    text-shadow: none;
    background-color: #006dcc;
    *background-color: #08c;
    background-image: -moz-linear-gradient(top, #08c, #08c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#08c));
    background-image: -webkit-linear-gradient(top, #08c, #08c);
    background-image: -o-linear-gradient(top, #08c, #08c);
    background-image: linear-gradient(to bottom, #08c, #08c);
    background-repeat: repeat-x;
    border-color: #08c #08c #08c;
    border-color: #08c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0088cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #08c;
    *background-color: #003bb3
}

.btn-primary:active, .btn-primary.active {
    background-color: #039 \9
}

.btn-danger {
    color: #fff;
    text-shadow: none;
    background-color: #ee5f5b;
    *background-color: #ee5f5b;
    background-image: -moz-linear-gradient(top, #ee5f5b, #ee5f5b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee5f5b));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #ee5f5b);
    background-image: -o-linear-gradient(top, #ee5f5b, #ee5f5b);
    background-image: linear-gradient(to bottom, #ee5f5b, #ee5f5b);
    background-repeat: repeat-x;
    border-color: #ee5f5b #ee5f5b #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee5f5b', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #ee5f5b;
    *background-color: #a9302a
}

.btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9
}

.row_width {
    width: 15em;
    margin-right: 1em
}

.neealog_sty {
    background: url(/static/toefl/images/neealogo.jpg) no-repeat;
    width: 58px;
    display: inline-block;
    height: 68px
}

.etslogo_sty {
    background: url(/static/toefl/images/ETSlogo.jpg);
    width: 222px;
    display: inline-block;
    height: 68px
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, .50);
    border-radius: 6px
}

.carousel-indicators .active {
    background-color: #fff
}

.new_posi {
    left: 0;
    top: 340px
}

.ad1_bg {
    background: url(/static/toefl/images/neea-banner1.jpg?_v=1539045327617) no-repeat 120% 80%;
    background-size: cover;
    height: 338px;
    padding: 1em 0
}

.ad2_bg {
    background: url(/static/toefl/images/neea-banner2.jpg?_v=1539045327617) no-repeat 120% 80%;
    background-size: cover;
    height: 338px;
    padding: 1em 0
}

.ad3_bg {
    background: url(/static/toefl/images/neea-banner3.jpg?_v=1539045327617) no-repeat 120% 80%;
    background-size: cover;
    height: 338px;
    padding: 1em 0
}

.ad4_bg {
    background: url(/static/toefl/images/neea-banner4.jpg?_v=1539045327617) no-repeat 120% 80%;
    background-size: cover;
    height: 338px;
    padding: 1em 0
}

.ad_bg {
    background: url(/static/toefl/images/banner_1.jpg);
    height: 338px
}

.anim2_sty1 {
    display: block;
    animation-delay: 1.5s;
    animation-duration: .8s
}

.anim2_sty2 {
    display: block;
    animation-delay: 2s;
    animation-duration: .8s
}

.anim2_sty3 {
    animation-delay: 2.5s;
    animation-duration: .8s
}

.anim1_sty1 {
    display: inline-block;
    animation-delay: .4s;
    animation-duration: .5s
}

.anim1_sty2 {
    display: inline-block;
    animation-delay: .9s;
    animation-duration: .5s
}

.anim1_sty3 {
    display: inline-block;
    animation-delay: 1.4s;
    animation-duration: .5s
}

.menu_width {
    width: 580px
}

.exami_reg_m {
    background: url(/static/toefl/images/testreg.png) no-repeat 70% 100%;
    padding: 2em 0;
    min-height: 380px
}

.exami_reg_m2 {
    background: url(/static/toefl/images/download.png) no-repeat 70% 100%;
    padding: 2em 0;
    min-height: 380px
}

.resource_inf {
    background: #fff url(/static/toefl/images/source.png) no-repeat 70% 100%;
    padding: 1em 0;
    min-height: 380px
}

.toefl_advantage {
    background: #fff url(/static/toefl/images/home-plan.png) no-repeat 80% 100%;
    padding: 2em 0;
    border-bottom: 5px solid #38979d;
    min-height: 400px
}

.toefl_reasons {
    background: #fff url(/static/toefl/images/explore-interior.png) no-repeat 80% 10%;
    padding: 2em 0;
    border-bottom: 5px solid #38979d;
    min-height: 350px
}

.service_inf {
    background: #f6f6f6 url(/static/toefl/images/tips-slide1.png) no-repeat 80% 90%;
    padding: 2em 0;
    min-height: 400px
}

.free_reasources {
    background: #fff url(/static/toefl/images/practice-interior.png) no-repeat 80% 100%;
    padding: 2em 0;
    border-bottom: 5px solid #e07100;
    min-height: 400px
}

.news_link {
    background: #fff;
    min-height: 260px
}

.fag_inf {
    background: #f7f7f7 url(/static/toefl/images/fag_bg.jpg) no-repeat 80% 100%;
    border-bottom: 5px solid #38979d;
    min-height: 289px
}

.contactus_inf {
    background: #fff url(/static/toefl/images/contact.jpg) no-repeat 80% 100%;
    padding: 2em 0;
    min-height: 400px
}

.ad2_anim1 {
    color: #e07100;
    display: block;
    animation-delay: .7s;
    animation-duration: .8s;
    font-size: 24px;
    text-indent: .5em
}

.ad2_anim2 {
    animation-delay: .5s;
    animation-duration: .8s
}

.font-sty {
    font-weight: 600;
    color: red
}

.state_li, state_li li {
    padding: 0;
    margin: 0
}

.state_sel a {
    line-height: 2em;
    font-size: 16px;
    color: #000;
    padding-left: 1.5em;
    font-weight: bolder;
    background: url(/static/toefl/images/jiantou.png) no-repeat
}

.state_sel a:hover {
    text-decoration: underline
}

.footer_butt {
    background: #343579;
    border-radius: 1px;
    text-align: center;
    color: #fff;
    padding: 8px 20px;
    margin-right: 1em
}

.footer_butt:hover {
    color: #fff
}

.footer_butt_en {
    background: #343579;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 8px 10px;
    white-space: nowrap;
    margin-right: 1em
}

.footer_butt_en:hover {
    color: #fff
}

.footer_butt_sign_up {
    background: #fff;
    border-radius: 1px;
    color: #000;
    text-align: center;
    padding: 8px 20px;
    border: 1px solid #000
}

.footer_butt_sign_up:hover {
    color: #000
}

.footer_butt_en_sign_up {
    background: #fff;
    border-radius: 3px;
    color: #000;
    text-align: center;
    font-size: 13px;
    padding: 8px 10px;
    white-space: nowrap
}

.footer_butt_en_sign_up:hover {
    color: #000
}

.link_width {
    float: right;
    width: 18em
}

.form-tab {
    height: 35px;
    border-bottom: 1px solid #bbb;
    margin-top: 2px;
    margin-bottom: 1em
}

.form-tab-dline {
    font-size: 16px;
    font-weight: bolder;
    color: #444
}

.action_stat a {
    color: #2842a2;
    text-decoration: none
}

.action_stat a:hover {
    color: #525252
}

.btn_cross {
    border-radius: 2px;
    background: #fff;
    color: #000;
    padding: 8px 25px;
    box-shadow: none;
    border: 0;
    font-weight: 600
}

.footer_g {
    background: #b6b9ff;
    color: #000;
    padding: 1.5em 0;
    font-weight: 600;
    font-size: 18px
}

.testcenter_bgheight {
    min-height: 200px;
    margin-top: 2em
}

.free_res {
    font-size: 16px;
    padding-top: 2em
}

.free_res a {
    color: #c35315;
    font-weight: 600
}

.free_res_en {
    font-size: 14px;
    padding-top: 2em
}

.free_res_en a {
    color: #c35315;
    font-weight: 600
}

.news_date {
    background: url(/static/toefl/images/rss.png) no-repeat;
    height: 2em;
    padding-left: 2em;
    font-size: 16px;
    color: #333
}

.js_line-height li {
    line-height: 1.8em
}

.contact_us a {
    color: #000
}

.contact_us a:hover {
    text-decoration: none
}

.mounter_bg {
    background: #fff url(/static/toefl/images/object_con3_bg.png) no-repeat 90% 100%;
    padding: 2em 0
}

.tab_bg_color {
    font-size: 16px;
    background: #f7f7f7
}

.tab_bg_color thead tr {
    background: #f2dede
}

.reasons_link {
    margin-top: 1em;
    padding: 5px 0;
    background: #ff7f2b
}

.reasons_link a:first-child {
    background: url("/static/toefl/images/sar_icon1.png") no-repeat;
    padding-top: 8px;
    padding-left: 3em;
    font-weight: bolder;
    font-size: 16px;
    color: #fff;
    height: 31px;
    margin-right: 4em
}

.reasons_link a:nth-child(2) {
    background: url("/static/toefl/images/sar_icon2.png") no-repeat;
    padding-top: 8px;
    padding-left: 3em;
    font-weight: bolder;
    font-size: 16px;
    color: #fff;
    height: 31px;
    margin-right: 4em
}

.reasons_link a:last-child {
    background: url("/static/toefl/images/sar_icon3.png") no-repeat;
    padding-top: 8px;
    padding-left: 3em;
    font-weight: bolder;
    font-size: 16px;
    color: #fff;
    height: 31px;
    margin-right: 4em
}

.reasons_a a {
    color: #ba5716;
    font-weight: 600
}

.text_info_size p {
    font-size: 16px;
    line-height: 1.5em
}

.info_more a {
    background: #ba5716;
    color: #fff;
    padding: 10px 35px;
    margin-top: 2em;
    font-weight: bolder;
    font-size: 16px;
    border-radius: 5px
}

.info_more a:hover {
    color: #fff;
    text-decoration: none
}

.icon-team, .icon-blog, .icon-home, .icon-portfolio, .icon-services, .icon-contact, .icon-menu {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.icon-team:before {
    content: "\e000"
}

.icon-blog:before {
    content: "\e001"
}

.icon-home:before {
    content: "\e002"
}

.icon-portfolio:before {
    content: "\e003"
}

.icon-services:before {
    content: "\e004"
}

.icon-contact:before {
    content: "\e005"
}

.icon-menu:before {
    content: "\f0c9"
}

a, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.nav_bar ul {
    max-width: 1240px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em
}

.nav_bar li span {
    display: block;
    margin-left: 2.4em;
    overflow: hidden;
    white-space: nowrap
}

.nav_bar a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s
}

.nav_bar i {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.no-touch .nav ul:hover a {
    color: rgba(249, 249, 249, .5)
}

.no-touch .nav ul:hover a:hover {
    color: rgba(249, 249, 249, 0.99)
}

.nav_bar li:nth-child(6n+1) {
    background: #9196fe url("/static/toefl/images/nav_icon2-white.png") no-repeat 10px 15px;
    border: 1px solid #fff;
    display: inline-block;
    width: 100%
}

.nav_bar li:nth-child(6n+2) {
    background: #9196fe url("/static/toefl/images/nav_icon3-white.png") no-repeat 10px 15px;
    border: 1px solid #fff;
    display: inline-block;
    width: 100%
}

.nav_bar li:nth-child(6n+3) {
    background: #9196fe url("/static/toefl/images/nav_icon6-white.png") no-repeat 10px 15px;
    border: 1px solid #fff;
    display: inline-block;
    width: 100%
}

.nav_bar li:nth-child(6n+4) {
    background: #9196fe url("/static/toefl/images/nav_icon1-white.png") no-repeat 10px 15px;
    border: 1px solid #fff;
    display: inline-block;
    width: 100%
}

.nav_bar li:nth-child(6n+6) {
    height: 0
}

.sc_show {
    font-weight: bolder;
    font-size: 16px;
    color: #000;
    text-align: right;
    text-indent: 0
}

.nav_bar_phone li {
    display: inline-block;
    margin: 0 1em;
    background: #004a77;
    width: 8em;
    padding: 1em 1em;
    text-align: left
}

.rec_bg span3 {
    background: #004a77;
    color: #fff;
    text-align: center
}

.rec_bg a {
    padding: .5em 1em;
    display: block;
    width: 85%;
    background: #e5e5e5;
    text-align: left;
    color: #888;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 1em
}

.rec_bg .rec_act {
    padding: .5em 1em;
    display: block;
    background: #ff8100;
    text-align: left;
    color: #fff;
    margin-bottom: 1em
}

@media (min-width: 980px) and (max-width: 1200px) {
    .nav1 {
        margin-left: -7em
    }

    .ad1_bg {
        background: url(/static/toefl/images/neea-banner1.jpg?_v=1539045327617) no-repeat 120% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .ad2_bg {
        background: url(/static/toefl/images/neea-banner2-980-1200.jpg?_v=1539045327617) no-repeat 120% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .ad3_bg {
        background: url(/static/toefl/images/neea-banner3-980-1200.jpg?_v=1539045327617) no-repeat 100% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .ad4_bg {
        background: url(/static/toefl/images/neea-banner4-980-1200.jpg?_v=1539045327617) no-repeat 110% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .nav1_en {
        margin-left: -4em
    }

    .login_left_bg {
        height: 500px;
        background: url(/static/toefl/images/login_bg.png) no-repeat left;
        background-size: cover
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ad1_bg {
        background: url(/static/toefl/images/neea-banner1.jpg?_v=1539045327617) no-repeat 120% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .ad2_bg {
        background: url(/static/toefl/images/neea-banner2-780-980.jpg?_v=1539045327617) no-repeat 120% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .ad3_bg {
        background: url(/static/toefl/images/neea-banner3-780-980.jpg?_v=1539045327617) no-repeat 120% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .ad4_bg {
        background: url(/static/toefl/images/neea-banner4-780-980.jpg?_v=1539045327617) no-repeat 100% 80%;
        background-size: cover;
        height: 338px;
        padding: 1em 0
    }

    .ad_bg {
        background: url(/static/toefl/images/banner_1_980.jpg);
        height: 338px
    }

    .errtext5_en_2 {
        margin-left: 0
    }

    .login_left_bg {
        margin-top: 0;
        background: url(/static/toefl/images/login_bg.png) no-repeat left;
        background-size: cover;
        height: 510px
    }
}

@media (max-width: 1280px) {
    .contactus_inf {
        background: #fff url(/static/toefl/images/contact.jpg) no-repeat 110% 100%;
        padding: 2em 0;
        min-height: 400px
    }
}

@media (max-width: 980px) {
    .contactus_inf {
        background: #fff url(/static/toefl/images/contact_300.jpg) no-repeat 100% 100%;
        padding: 2em 0;
        min-height: 400px
    }
}

@media (max-width: 767px) {
    .errtext5_en_2 {
        margin-left: 0
    }

    .myhome_text li {
        display: inline-block;
        margin: 0 5px
    }

    .myhome_text li a {
        background: #f8f8f8;
        border: 1px solid #e6e6e6
    }

    .myhome_text li a:hover {
        background: #fafafa;
        border: 1px solid #c66;
        color: #c66
    }

    .login_left_bg {
        margin-top: -1em;
        background: url(/static/toefl/images/login_bg.png) no-repeat left;
        background-size: cover;
        height: 500px
    }

    .sc_show {
        font-weight: bolder;
        font-size: 16px;
        color: #000;
        text-indent: 2em;
        text-align: left
    }

    .login-top {
        background: url(/static/toefl/images/object_con3_bg.png) no-repeat 60% 100%;
        padding: 10px 1em
    }

    .login_bgpic {
        padding: 1em 0;
        background-size: cover;
        background: #fff;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }

    .footer_g1 {
        background: #b6b9ff;
        color: #000;
        padding: 1em 15px;
        text-align: center;
        font-weight: 600;
        font-size: 18px
    }

    .resource_inf {
        background: #fff url(/static/toefl/images/practice-interior_300.png) no-repeat 100% 100%;
        padding: 2em 15px;
        min-height: 300px
    }

    .exami_reg {
        background: url(/static/toefl/images/home-plan_300.png) no-repeat 100% 100%;
        padding: 2em 15px;
        min-height: 300px
    }

    .exami_reg_m {
        background: url(/static/toefl/images/home-plan_300.png) no-repeat 100% 100%;
        padding: 1em 15px;
        min-height: 300px
    }

    .exami_reg_m2 {
        background: url(/static/toefl/images/download_300.png) no-repeat 100% 100%;
        padding: 1em 15px;
        min-height: 300px
    }

    .about_toefl {
        background: #f6f6f6 url(/static/toefl/images/studyabroad1_0_300.png) no-repeat 100% 80%;
        padding: 2em 15px;
        min-height: 300px
    }

    .toefl_advantage {
        background: #fff url(/static/toefl/images/home-plan_300.png) no-repeat 100% 100%;
        padding: 2em 0;
        border-bottom: 5px solid #38979d;
        min-height: 400px
    }

    .toefl_reasons {
        background: #f6f6f6 url(/static/toefl/images/explore-interior_300.png) no-repeat 100% 100%;
        padding: 2em 0;
        border-bottom: 5px solid #38979d;
        min-height: 300px
    }

    .service_inf {
        background: #f6f6f6 url(/static/toefl/images/tips-slide1_300.png) no-repeat 100% 100%;
        padding: 2em 15px;
        min-height: 300px
    }

    .free_reasources {
        background: #fff url(/static/toefl/images/practice-interior_300.png) no-repeat 100% 100%;
        padding: 2em 15px;
        min-height: 300px
    }

    .news_link {
        background: #fff url(/static/toefl/images/news-inner2_0_300.jpg) no-repeat 100% 100%;
        padding: 2em 15px;
        border-bottom: 5px solid #052f68;
        min-height: 226px
    }

    .fag_inf {
        background: #f7f7f7 url(/static/toefl/images/fag_bg_550.jpg) no-repeat 100% 100%;
        padding: 0 15px;
        border-bottom: 5px solid #38979d;
        min-height: 269px
    }

    .contactus_inf {
        background: #fff;
        padding: 2em 15px;
        min-height: 300px
    }

    .ad_bg, .ad1_bg {
        background: #fff
    }

    .login_box {
        width: 100%;
        height: 230px;
        background: #f1f1f1;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e1e1e1;
        border-radius: 6px;
        position: absolute;
        right: 0;
        top: 2.7em;
        padding: 0
    }

    .mobile_none {
        display: block;
        background: #fff;
        height: 270px
    }

    .mobile1_none {
        display: none
    }

    .login_box h3 {
        color: #fff;
        font-size: 22px;
        padding-left: 1.1em
    }

    .login_text_bg {
        display: block;
        margin-top: .5em;
        font-size: 22px;
        color: #333;
        letter-spacing: 2px;
        font-weight: bolder;
        margin-left: 1em;
        text-align: left
    }

    .login_text_bg_en {
        display: block;
        margin-top: .5em;
        font-size: 20px;
        color: #333;
        letter-spacing: -1px;
        font-weight: bolder;
        margin-left: 1em;
        text-align: left
    }

    .no_tf_id {
        color: #444
    }

    .no_tf_id_en {
        color: #444
    }

    .loginuser_butt a {
        background: #e85f3d url(/static/toefl/images/main_login_pe2.png) no-repeat 15px 12px;
        padding: 8px 68px;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        border-radius: 0
    }

    .newuser_butt a {
        background: #38979d url(/static/toefl/images/main_login_pe.png) no-repeat 15px 12px;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        padding: 8px 60px;
        border-radius: 0
    }

    .loginuser_butt_en a {
        background: #e85f3d url(/static/toefl/images/main_login_pe2.png) no-repeat 15px 12px;
        padding: 15px 64px;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        border-radius: 0
    }

    .newuser_butt_en a {
        background: #38979d url(/static/toefl/images/main_login_pe.png) no-repeat 15px 12px;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        padding: 15px 82px;
        border-radius: 0
    }

    .no-touch .nav_bar ul li:nth-child(6n+1) a:hover, .no-touch .nav_bar ul li:nth-child(6n+1) a:active, .no-touch .nav_bar ul li:nth-child(6n+1) a:focus {
        background: #83d6dc url("/static/toefl/images/nav_icon1-white.png") no-repeat 10px 15px
    }

    .no-touch .nav_bar li:nth-child(6n+2) a:hover, .no-touch .nav_bar li:nth-child(6n+2) a:active, .no-touch .nav_bar li:nth-child(6n+2) a:focus {
        background: #febf57 url("/static/toefl/images/nav_icon2-white.png") no-repeat 10px 15px
    }

    .no-touch .nav_bar li:nth-child(6n+3) a:hover, .no-touch .nav_bar li:nth-child(6n+3) a:active, .no-touch .nav_bar li:nth-child(6n+3) a:focus {
        background: #f98f3f url("/static/toefl/images/nav_icon3-white.png") no-repeat 10px 15px
    }

    .no-touch .nav_bar li:nth-child(6n+4) a:hover, .no-touch .nav_bar li:nth-child(6n+4) a:active, .no-touch .nav_bar li:nth-child(6n+4) a:focus {
        background: #05a5bf url("/static/toefl/images/nav_icon4-white.png") no-repeat 10px 15px
    }

    .no-touch .nav_bar li:nth-child(6n+5) a:hover, .no-touch .nav_bar li:nth-child(6n+5) a:active, .no-touch .nav_bar li:nth-child(6n+5) a:focus {
        background: #366db2 url("/static/toefl/images/nav_icon5-white.png") no-repeat 10px 15px
    }

    .no-touch .nav_bar li:nth-child(6n+6) a:hover, .no-touch .nav_bar li:nth-child(6n+6) a:active, .no-touch .nav_bar li:nth-child(6n+6) a:focus {
        background: #ae5da1 url("/static/toefl/images/nav_icon6-white.png") no-repeat 10px 15px
    }

    .nav_bar ul li {
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        -ms-transition: background .5s;
        transition: background .5s
    }
}

@media (max-width: 480px) {
    .myhome_text li {
        display: inline-block;
        margin: 0 5px
    }

    .myhome_text li a {
        background: #f8f8f8;
        border: 1px solid #e6e6e6
    }

    .myhome_text li a:hover {
        background: #fafafa;
        border: 1px solid #c66;
        color: #c66
    }

    .about_toefl {
        background: #f6f6f6;
        padding: 1em 15px
    }

    .login_left_bg {
        margin-top: -1em;
        height: 480px;
        background: url(/static/toefl/images/login_bg.png) no-repeat left;
        background-size: cover
    }

    .nav_bar li span {
        display: block;
        margin-left: 2.4em;
        font-size: 12px
    }

    .exami_reg_m {
        padding: 1em 15px;
        min-height: 300px
    }

    .resource_inf {
        background: #fff;
        padding: 1em 15px;
        min-height: 300px
    }

    .toefl_advantage {
        background: #fff;
        padding: 1em 15px;
        min-height: 300px
    }

    .toefl_reasons {
        background: #f6f6f6;
        padding: 1em 15px;
        min-height: 300px
    }

    .free_reasources {
        background: #fff;
        padding: 1em 15px;
        min-height: 300px
    }

    .service_inf {
        background: #f6f6f6;
        padding: 1em 15px;
        min-height: 300px
    }

    .news_link {
        background: #fff;
        border-bottom: 5px solid #052f68;
        padding: 1em 15px;
        min-height: 160px
    }

    .fag_inf {
        background: #f7f7f7 url(/static/toefl/images/fag_bg_300.jpg) no-repeat 100% 100%;
        padding: 0 15px;
        border-bottom: 5px solid #38979d;
        min-height: 209px
    }

    .contactus_inf {
        background: #fff;
        padding: 1em 15px;
        min-height: 300px
    }

    .footer_g1 {
        background: #b6b9ff;
        color: #000;
        padding: 1em 15px;
        font-weight: 600;
        font-size: 18px
    }

    .row-fluid .offset1 {
        margin-left: 0
    }
}

.nav_bar li {
    display: block;
    float: left;
    width: 50%
}

.nav_bar a {
    padding: .8em
}

.nav_bar li span, .nav_bar li span.icon {
    display: inline-block
}

.nav_bar li span.icon {
    width: 50%
}

.nav_bar li .icon + span {
    font-size: 1em
}

.icon + span {
    position: relative;
    top: -0.2em
}

.nav_bar li i {
    display: inline-block;
    padding: 8% 9%;
    border: 4px solid transparent;
    border-radius: 50%;
    font-size: 1.5em;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s
}

.no-touch .nav_bar li:hover i, .no-touch .nav_bar li:active i, .no-touch .nav_bar li:focus i {
    border: 4px solid rgba(255, 255, 255, 0.1)
}

.con_info_color {
    color: #a6a6a6
}

.myhome_text, .myhome_text_cn {
    background: #fff
}

.myhome_text li {
    font-size: 13px;
    color: #333
}

.myhome_text .active {
    font-size: 12px;
    font-weight: 600
}

.font_en_head {
    padding-top: 2em
}

.login-box-bg {
    background: #fff url(/static/toefl/images/shan.png) no-repeat 100% 100%
}

.f-regform-td-seq {
    width: 1%;
    text-align: center
}

.f-regform-td-label {
    width: 32%
}

.f-regform-confirm-td-label {
    width: 25%
}

.triangle-right {
    display: inline-block;
    width: 0;
    margin-left: 3px;
    vertical-align: middle;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #004a77;
    border-bottom: 6px solid transparent
}

.triangle-right-over {
    display: inline-block;
    width: 0;
    margin-left: 5px;
    vertical-align: middle;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #adadad;
    border-bottom: 6px solid transparent
}

.triangle-right-5 {
    display: inline-block;
    width: 0;
    margin-left: 5px;
    vertical-align: middle;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 6px solid transparent
}

.con-logo {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/static/toefl/images/ai-user.png) no-repeat
}

.con-logo2 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/static/toefl/images/diqiu.png) no-repeat;
    padding-top: -3px
}

.zhinfologo {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bolder;
    color: #555;
    border-bottom: 1px solid #e1e1e1;
    padding: 1em 56px;
    margin: 5px 0 10px 0;
    background: url(/static/toefl/images/zhinfologo.png) no-repeat
}

.noticeTip {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bolder;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
    padding: 1em 56px;
    margin: 5px 0 10px 0;
    background: url(/static/toefl/images/noticeTip.png) no-repeat
}

.schoolList_span {
    width: 300px;
    display: inline-block
}

.schoolDiv {
    border: 1px solid #e5e5e5;
    padding: 5px
}

.cityDiv {
    padding-left: 5px;
    padding-top: 10px
}

.schoolListDiv {
    margin-top: 5px
}

.logo_text {
    left: 14px;
    top: 60px;
    margin-top: -.5em;
    letter-spacing: .3px;
    width: 23em;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    color: #000
}

.vrt_style {
    color: #3e4e93;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 3px 5px;
    font-size: 13px;
    display: block;
    text-align: center
}

.vrt_style:hover {
    text-decoration: underline
}

#box {
    width: 100%;
    position: relative;
    z-index: 999
}

.top_butt_cn {
    max-height: 35px;
    padding-top: .6em
}

.top_butt_en {
    max-height: 35px;
    padding-top: .6em;
    float: right;
    text-align: right
}

.container .footer_butt_top {
    background: #bb5717;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 10px
}

.container .footer_butt_top_en {
    background: #bb5717;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 10px
}

.font_ito {
    font-style: italic
}

.state_margin {
    margin-left: 2em
}

.view_scores {
    display: inline-block;
    width: 150px
}

.demo-class .layui-layer-btn0 {
    border-color: #e6e3e6;
    background-color: #FFF;
    color: #FFF
}

.demo-class .layui-layer-btn1 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff
}

.info-detail {
    color: #447aa5;
    border: 1px solid #447aa5;
    border-radius: 4px;
    padding: 3px 12px;
    margin-right: 1em
}

.info-detail:hover {
    color: #d0061e;
    border: 1px solid #d0061e;
    border-radius: 4px;
    padding: 3px 12px;
    text-decoration: none
}

.OnlineService_Bg {
    width: 100px;
    z-index: 10;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 0
}

.OnlineService_Box {
    width: 100%;
    overflow: hidden
}

.OnlineService_Phone {
    width: 90px;
    height: 90px;
    margin-bottom: 10px
}

.OnlineService_Phone a {
    display: block;
    width: 90px;
    height: 33px;
    background-color: #343579;
    padding-top: 57px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-image: url(/static/toefl/images/icon_Online.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

.img-box {
    width: 100%
}

.imgWrapper {
    width: 100%
}

hr {
    border-top: 1px solid #000;
    border-bottom: 0
}

.main_info_top0 {
    min-height: 415px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -15em
}

.main_info_top {
    min-height: 415px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -15em
}

.main_info_top1 {
    min-height: 415px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -15em
}

@media (max-width: 414px) {
    .main_info_top0 {
        min-height: 415px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-top: -15em
    }

    .main_info_top {
        min-height: 415px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-top: -2em
    }

    .main_info_top1 {
        min-height: 415px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-top: -2em
    }
}

.sjiantou {
    background: url(/static/toefl/images/shuangjiantouyou.png) no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 1em;
    left: 102%
}

.offset_cus {
    padding-left: 3.5em
}

@media (max-width: 480px) {
    .offset_cus {
        padding-left: 0
    }
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #fff;
    background-color: #343579
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #343579
}