body, html {
    margin: 0;
    padding: 0;
    font: 13px "PingFang SC", Cambria, Courier, microsoft yahei, Helvetica, Tahoma, Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

@font-face {
    font-family: mysimhei;
    src: url(../fonts/SourceHanSansSC-Bold.otf);
}

@font-face {
    font-family: futura;
    src: url(../fonts/Futura-Medium-6.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

.texts {
    font-family: "mysimhei", serif;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    float: left;
    display: inline-block;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

input, select, textarea {
    font-family: microsoft yahei, Helvetica, Tahoma, Arial, sans-serif
}

img {
    border: none;
    vertical-align: middle;
}

form {
    margin: 0;
}

.float_l {
    float: left
}
.float_c {
    float: contour;
}
.float_r {
    float: right
}

.align_l {
    text-align: left;
}

.align_r {
    text-align: right
}

.align_c {
    text-align: center
}

.red {
    color: #e50017;
    font-size: 22px;
}

.white {
    color: #FFFFFF;
}

.blue {
    font-family: "mysimhei", sans-serif;
    color: #0050a3;
    font-size: 22px;
    font-weight: bold;
}

.green {
    font-family: "mysimhei", sans-serif;
    font-size: 22px;
    color: #007f39;
    font-weight: bold;
}

.yellow {
    font-family: "mysimhei", sans-serif;
    font-size: 22px;
    color: #f59800;
    font-weight: bold;
}

.rose {
    color: #c5007c;
}

.sky {
    color: #0087d4;
}

.bg_red {
    background: #e50017;
}

.bg_blue {
    background: #0050a3;
}

.bg_green {
    background: #007f39;
}

h1 {
    font-family: "Roboto-Regular", serif;
    font-size: 58px;
    margin: 10px 0;
}

h1es {
    font-family: "Roboto-Regular", serif;
    font-size: 58px;
    margin: 10px 0;
}

h2 {
    font-family: "Roboto-Regular", serif;
    font-size: 50px;
    margin: 0;
}

h21 {
    font-family: "mysimhei", serif;
    font-size: 48px;
    margin-top: 10px;
}

h3 {
    font-family: "mysimhei", serif;
    font-size: 28px;
    margin: 0;
}

h4 {
    font-family: "mysimhei", serif;
    font-size: 24px;
    margin: 0;
}

map area {
    outline: none;
}

.clear {
    clear: both;
}

.clearNew {
    width: 800px;
}

.newbig {
    width: 1144px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.img_border {
    border: 1px solid #000;
}

.img_border img {
    width: 100%;
}

.border_bottom {
    border-bottom: 1px solid #e50017;
}

.border_bottom_blue {
    border-bottom: 1px solid #0050a3;
}

.border_bottom_yellow {
    border-bottom: 1px solid #f59800;
}

.border_bottom_red {
    border-bottom: 1px solid #e50017;
}

.border_bottom_black {
    border-bottom: 1px solid #000;
}

.border_bottom_sky {
    border-bottom: 1px solid #0087d4;
}

.margin_t10 {
    margin-top: 10px;

}

.margin_t20 {
    margin-top: 20px;
}

.margin_tb20 {
    margin: 20px 0;
}

.margin_b20 {
    margin-bottom: 20px;
}

.margin_l30 {
    margin-left: 30px;
}

.padding_t110 {
    padding-top: 110px;
}

.padding_t160 {
    padding-top: 160px;
}

.padding_l140 {
    padding-left: 60px;
}

.margin_sides {
    margin: 0 10px;
}

.wrapper {
    width: 1144px;
    margin: 0 auto;
    min-height: 100%;
    position: static;
    overflow: hidden;
}

.main-header {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.main-header .logo {
    float: left;
    display: inline-block;
    width: 428px;
}

.main-header .navbar {
    width: 716px;
}

.main-header .navbar_menu {
    width: 100%;
    margin-right: 5px;
}

.main-header .navbar .navbar_menu > .nav {
    margin-right: 10px;
}

.main-header .navbar .navbar_menu .nav_menu {
    margin: 0 0 0 30px;
}

.main-header .navbar .nav > li > a > .language {
    display: inline-block;
}

.main-header .navbar .nav > li > a > .language_text {
    font-family: "futura", serif;
    padding: 2px 3px;
    margin: 0;
    font-size: 15px;
}

.navbar-custom-menu > .nav > li {
    position: relative;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hr_w2 {
    width: 756px;
    height: 3px;
    background: #7ccef4;
}

.position_r {
    position: relative;
}

.position_a {
    position: absolute;
}

.voice_position_r {
    width: 210px;
    height: 140px;
}

.position_right_top {
    margin-left: 8px;
    top: 8px;
}

.position_right_bottom {
    margin-left: 8px;
    bottom: 8px;
}

.position_left_bottom {
    left: 8px;
    bottom: 8px;
}

.content-wrapper {
    width: 1144px;
    margin-bottom: 10px;
}

.left {
    width: 450px;
}

.left_210 {
    margin-top: 50px;
    width: 210px;
}

.voice_ad0 {
    width: 210px;
    height: 310px;
}

.voice_ad {
    width: 220px;
    height: 140px;
}

.voice_00 {
    width: px;
    height: 310px;
}

.left_line {
    margin: 20px auto;
}

.left_book1 {
    clear: both;
    width: 250px;
    margin-left: 100px;
    margin-bottom: 100px;
}

.left_book {
    clear: both;
    width: 250px;
    height: 350px;
    border: 1px solid #000;
    margin: 20px auto;
}

.left_img {
    border: 1px solid #000;
    margin: 0 auto;
}

.right {
    width: 655px;
}

.right_770 {
    width: 770px;
}

.right .right_title {
    font-family: "Roboto-Regular", serif;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}

.right .title_text {
    padding: 0 0 0 10px;
}

.right .title_text span {
    display: inline-block;
    /*padding: 0 16px 0 0;*/
}

.right .right_title p {
    margin: 0;
    padding: 0;
}

.right .title_line {
    border-bottom: 1px solid #e50017;
}

.right .right_text {
    font-family: "Roboto-Regular", serif;
    font-size: 22px;
    line-height: 220%;
}

.right .right_text p {
    margin: 0;
    padding: 0;
}

.line_box {
}

.box_border {
    border: 1px solid #000;
    margin: 10px 0;
    font-size: 22px;
    padding-bottom: 30px;
}

.box_border .box_title {
    width: 1064px;
    margin: 0 auto 30px auto;

    line-height: 200%;
}

.box_border .box_con {
    width: 1064px;
    margin: 0 auto;
}

.box_border .box_con .con_li {
    width: 512px;
}

.line_box p {
    font-family: "Roboto-Regular", serif;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

.input_demo {
    font-family: "Roboto-Regular", serif;
    width: 510px;
    font-size: 22px;
    color: #636363;
    padding: 0 10px;
    line-height: 220%;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.textarea_remarks {
    font-family: "Roboto-Regular", serif;
    width: 510px;
    height: 322px;
    font-size: 22px;
    color: #636363;
    padding: 12px 10px;
    line-height: 220%;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.btn_refer {
    font-family: "Roboto-Regular", serif;
    width: 140px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    color: #333;
    margin: 40px 30px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
}

.company {
    width: 1144px;
    margin: 20px auto;
}

.company .company_li {
    width: 550px;
    margin: 10px 0;
}

.company .company_li p {
    margin: 0 auto;
    padding: 10px 0;
}

.login_box {
    width: 740px;
    margin: 0 auto;
    font-size: 24px;
}

.login_box p {
    margin: 20px 0 0 0;
    padding: 0;
}

.input_login_demo {
    font-family: "mysimhei", serif;
    width: 740px;
    font-size: 22px;
    color: #666;
    padding: 0 10px;
    line-height: 220%;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.input_login_red {
    font-family: "mysimhei", serif;
    width: 420px;
    font-size: 22px;
    color: #666;
    padding: 0 10px;
    line-height: 220%;
    border: 1px solid #e50017;
    margin-bottom: 10px;
}

.input_login_code {
    width: 420px;
    font-size: 22px;
    color: #666;
    padding: 0 10px;
    line-height: 220%;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.input_shore {
    width: 120px;
    font-size: 22px;
    color: #666;
    padding: 0 10px;
    line-height: 220%;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.input_shore_red {
    font-family: "mysimhei", serif;
    width: 120px;
    font-size: 22px;
    color: #666;
    padding: 0 10px;
    line-height: 220%;
    border: 1px solid #e50017;
    margin-bottom: 10px;
}

.btn_refer_check {
    font-family: "mysimhei", serif;
    height: 40px;
    font-size: 22px;
    color: #333;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
}

.photo_box {
    width: 540px;
    margin: 0 13px 80px 13px;
}

.photo_box .photo_img {
    width: 540px;
    height: 473px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.line_box ul {
    margin: 10px 0;
}

.line_box ul li {
    font-family: "mysimhei", serif;
    width: 50%;
    display: inline-block;
    font-size: 22px;
    line-height: 200%;
}

.btn_course {
    font-family: "mysimhei", serif;
    width: 177px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #666;
    margin: 20px 5px;
    border: 1px solid #000;
    border-radius: 10px;
    background: #FFF;
}

.content-wrapper .content .banner {
    width: 1144px;
    height: 580px;
    margin-bottom: 10px;
    position: relative;
}

.content-wrapper .content .banner .img {
    width: 1144px;
    height: 580px;
}

.content-wrapper .content .banner .text {
    font-family: "mysimhei", serif;
    color: #FFF;
    text-shadow: 2px 2px 0px black;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
}

.content-wrapper .content .banner .text h1 {
    font-family: "mysimhei", serif;
    font-size: 120px;
    margin: 0;
    padding: 0;
}

.content-wrapper .content .banner .text h2 {
    font-family: "mysimhei", serif;
    font-size: 86px;
    margin: 0;
    padding: 0;
}

content-wrapper .content .text_con {
    margin-bottom: 30px;
}

.content-wrapper .content .text_con p {
    font-family: "mysimhei", serif;
    margin: 0;
    padding: 0;
    font-size: 22px;
    /*line-height: 38px;*/
}

.box_modular {
    margin-bottom: 30px;
}

.box_modular .modular_title {
    font-family: "mysimhei", serif;
    font-size: 40px;
    color: #FFF;
    height: 60px;
    line-height: 60px;
}

.box_modular .modular_con {
}

.box_modular .modular_con .modular_img {
    width: 572px;
    height: 572px;
}

.box_modular .modular_con .modular_img .img_box {
    width: 50%;
    position: relative;
}

.box_modular .modular_con .modular_img .img_box img {
    width: 100%;
    height: 100%;
}

.box_modular .modular_con .modular_img .img_box .img_num_1 {
    right: 10px;
    bottom: 10px;
}

.box_modular .modular_con .modular_img .img_box .img_num_2 {
    left: 10px;
    bottom: 10px;
}

.box_modular .modular_con .modular_img .img_box .img_num_3 {
    right: 10px;
    top: 10px;
}

.box_modular .modular_con .modular_img .img_box .img_num_4 {
    left: 10px;
    top: 10px;
}

.box_modular .modular_con .modular_img .img_box .img_num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 2em;
    font-weight: bold;
    border-radius: 30px;
    background: #FFF;
    position: absolute;
}

.box_modular .modular_con .modular_text {
    width: 552px;
    font-size: 15px;
}

.box_modular .modular_con .modular_text b {
    font-size: 22px;
}

.box_modular .modular_con .modular_text p {
    margin: 10px 0;
    padding: 0;
}

.map_box {
    width: 1144px;
    margin: 60px auto 0 auto;
}

.btn_line {
}

.btn_red {
    min-width: 138px;
    height: 38px;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 10px;
    border-bottom: 5px solid #990000;
    background-color: #e50017;
    clear: none;
    float: none;
}

.btn_yellow {
    min-width: 138px;
    height: 38px;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 10px;
    border-bottom: 5px solid #8e5100;
    background-color: #f8ab00;
}

.main-footer {
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    border-top: 2px solid #7ccef4;
    margin: 0 20px;
    padding-top: 10px;
    /*position: fixed;*/
    bottom: 0;
    background: #ffffff;
}

.main-footero {
    width: 1144px;
    font-size: 14px;
    line-height: 140%;
    border-top: 2px solid #7ccef4;
    margin: 20px 0;
    padding-top: 10px;
}

.main-footer .footer_sides {
    width: 312px;
}

.main-footer .footer_con {
    margin-top: 40px;
    margin-bottom: 20px;
}

.main-footer .footer_coder {
    width: 520px;
}

.main-footer p {
    margin: 0;
    padding: 0;
}

.main-footer .footer_bq {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}

.teacher_box {
    width: 1065px;
    height: 473px;
    margin: 30px auto;
    position: relative;
}

.teacher_img {
    width: 1065px;
    height: 473px;
}

.teacher_box h2 {
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.teacher_text_left {
    top: 30px;
    left: 60px;
    width: 600px;
    font-size: 15px;
    line-height: 180%;
    padding: 20px 20px 0 0;
    position: absolute;
}

.teacher_text_right {
    top: 30px;
    right: 60px;
    width: 600px;
    font-size: 15px;
    line-height: 180%;
    padding: 20px 20px 0 0;
    position: absolute;
}

.teacher_title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Regular", serif;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
}
.input_search {
    font-family: "Roboto-Regular", serif;
    width: 240px;
    font-size: 22px;
    color: #666;
    padding: 0 10px;
    line-height: 200%;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-left: 200px;
}
.btn_search{
    font-family: "Roboto-Regular", serif;
    width: 140px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    color: #333;
    margin: 10px 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
}