@charset "utf-8";

/*清除设置默认*/

html,
body,
img,
form,
ul,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
input,
strong,
b {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*苹果去掉点击透明背景*/
    box-sizing: border-box;
    /* touch-action: pan-y; */
}

body {
    font: 14px/20px '微软雅黑', Microsoft Yahei;
    color: #666;
    background-color: #fff;
}


/* touch-action: none; */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\20";
    clear: both;
    display: block;
}


/*去掉黑色透明阴影*/

input {
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

button {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.backgroundgray {
    background: #f4f3f3;
}

.backgroundwhite {
    background: #fff;
}


/* 超出显示省略号 */

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.disabled {
    pointer-events: none;
}

header input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7091C5;
    opacity: 0.5;
}

header input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7091C5;
    opacity: 0.5;
}

header input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7091C5;
    opacity: 0.5;
}

.header {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

.header img {
    width: 100%;
}

#top {
    height: 0px;
}

.nav {
    height: 50px;
    width: 100%;
    background-color: rgb(254, 135, 24);
    z-index: 99;
}

.nav .mid {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.nav ul {
    width: 90%;
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

.nav ul li {
    width: 80px;
    float: left;
    margin: 0 35px;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-align: center;
}

.nav ul li a {
    color: #fff;
}

.nav ul .line {
    border-bottom: 2px solid #fff;
}

.nav ul span {
    width: 100px;
    float: right;
    margin: 0 80px;
    color: rgba(255, 147, 0, 1);
    font-size: 16px;
    background: #ffffff;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
}

.cons {
    width: 100%;
    float: left;
    overflow: hidden;
}

.gray {
    background: #f4f4f4;
}

.mid {
    width: 1200px;
    margin: 0 auto;
}

.cons .tit {
    width: 100%;
    float: left;
}

.cons .tit .up {
    width: 100%;
    float: left;
    margin-top: 75px;
    color: #161616;
    font-size: 38px;
    text-align: center;
}

.cons .tit .down {
    width: 100%;
    float: left;
    margin-top: 25px;
    color: #4f4f4f;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.cons .infor .inforbox {
    width: 334px;
    height: 334px;
    float: left;
    margin: 123px 0 215px 99px;
    position: relative;
}

.cons .infor .inforbox:nth-child(2) {
    margin-left: 0;
}

.cons .infor .inforbox:nth-child(3) {
    margin-top: 170px;
}

.cons .infor .inforbox strong {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 10px;
    top: 10px;
    width: 314px;
    height: 314px;
    border-radius: 314px;
    text-align: center;
    line-height: 314px;
    font-size: 24px;
    color: #fff;
    display: none;
}

.cons .sys .leftbox {
    float: left;
    width: 330px;
}

.cons .sys .leftbox span {
    float: left;
    width: 330px;
    margin-top: 68px;
}

.cons .sys .leftbox span img {
    float: left;
    width: 94px;
}

.cons .sys .leftbox span dl {
    float: left;
    width: 222px;
    box-shadow: 0px 0px 5px #ccc;
    height: 90px;
    padding: 8px 10px;
}

.cons .sys .leftbox span dl dt {
    float: left;
    width: 202px;
    color: #161616;
    font-size: 20px;
}

.cons .sys .leftbox span dl dd {
    float: left;
    width: 202px;
    color: #161616;
    font-size: 16px;
    margin-top: 8px;
}

.cons .sys .midbox {
    width: 540px;
    text-align: center;
    float: left;
    margin: 180px 0 250px 0;
}

.cons .sys .rightbox {
    float: right;
    width: 330px;
}

.cons .sys .rightbox span {
    float: left;
    width: 330px;
    margin-top: 68px;
}

.cons .sys .rightbox span img {
    float: left;
    width: 94px;
}

.cons .sys .rightbox span dl {
    float: left;
    width: 222px;
    box-shadow: 0px 0px 5px #ccc;
    height: 90px;
    padding: 8px 10px;
}

.cons .sys .rightbox span dl dt {
    float: left;
    width: 202px;
    color: #161616;
    font-size: 20px;
}

.cons .sys .rightbox span dl dd {
    float: left;
    width: 202px;
    color: #161616;
    font-size: 16px;
    margin-top: 8px;
}

.cons .online .pc {
    float: left;
    margin-top: 28px;
}

.cons .online .apply {
    margin: 126px 486px 118px 486px;
    width: 288px;
    float: left;
}

.cons .online .apply button {
    float: left;
    width: 228px;
    height: 78px;
    background: #fa8c23;
    color: #fff;
    font-size: 34px;
    text-align: center;
    line-height: 78px;
    border-radius: 39px;
    border: 0;
}

.cons .ecology .ecologybox {
    width: 360px;
    float: left;
    margin: 88px 0 188px 60px;
}

.cons .ecology .ecologybox:nth-child(2) {
    margin-left: 0px;
}

.cons .ecology .ecologybox img {
    width: 360px;
    float: left;
}

.cons .ecology .ecologybox dl {
    width: 360px;
    float: left;
    margin-top: 24px;
    padding: 10px 24px;
}

.cons .ecology .ecologybox:nth-child(2) dl {
    background: url(../images/ecology4.png);
    width: 358px;
    height: 104px;
}

.cons .ecology .ecologybox:nth-child(3) dl {
    background: url(../images/ecology5.png);
    width: 358px;
    height: 104px;
}

.cons .ecology .ecologybox:nth-child(4) dl {
    background: url(../images/ecology6.png);
    width: 358px;
    height: 104px;
}

.cons .ecology .ecologybox dl dt {
    float: left;
    width: 318px;
    color: #fff;
    font-size: 20px;
}

.cons .ecology .ecologybox dl dd {
    float: left;
    width: 318px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
}

.cons .cost .costbox {
    width: 267px;
    height: 267px;
    float: left;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 8px;
    margin: 90px 0px 135px 44px;
}

.cons .cost .costbox:nth-child(2) {
    margin-left: 0;
}

.cons .cost .costbox img {
    width: 92px;
    margin: 50px 87px 50px 87px;
    float: left;
}

.cons .cost .costbox span {
    float: left;
    width: 100%;
    color: #161616;
    font-size: 30px;
    text-align: center;
}

.cons .message .messagebox {
    width: 376px;
    height: 430px;
    float: left;
    position: relative;
    margin: 88px 0 118px 36px;
}

.cons .message .messagebox:nth-child(2) {
    margin-left: 0;
}

.cons .message .messagebox img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 138px;
    z-index: 2;
}

.cons .message .messagebox dl {
    width: 376px;
    height: 380px;
    float: left;
    position: absolute;
    top: 50px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 8px;
    background: #fff;
}

.cons .message .messagebox dl dt {
    float: left;
    width: 376px;
    color: #161616;
    font-size: 26px;
    text-align: center;
    margin-top: 80px;
}

.cons .message .messagebox dl dd {
    float: left;
    width: 376px;
    color: #161616;
    font-size: 18px;
    line-height: 28px;
    padding: 26px;
}

.contact {
    width: 100%;
    background: #333;
    float: left;
    display: flex;
    justify-content: center;
}

.contact ul {
    width: 600px;
    /* height: 368px; */
    /* margin: 0 auto; */
}

.contact ul span {
    width: 100%;
    color: #fff;
    font-size: 30px;
    float: left;
    margin: 28px 0 10px 0;
}

.contact ul li {
    width: 100%;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-top: 15px;
}

.contact ul .we {
    width: 100%;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-top: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer {
    width: 100%;
    height: 110px;
    background: #202020;
    color: #fff;
    font-size: 12px;
    float: left;
    text-align: center;
    line-height: 110px;
}


/* 产品 */

.pro-online {
    width: 100%;
    float: left;
    overflow: hidden;
}

.gray {
    background: #f4f4f4;
}

.pro-mid {
    width: 1200px;
    margin: 0 auto;
}

.pro-online .tit {
    width: 100%;
    float: left;
    margin-top: 75px;
    color: #161616;
    font-size: 38px;
    text-align: center;
}

.pro-online .four {
    width: 100%;
}

.pro-online .four ul li {
    width: 298px;
    height: 369px;
    float: left;
    margin: 87px 0 46px 0;
}

.pro-online .four ul li.border {
    width: 298px;
    height: 369px;
    float: left;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 10px;
}

.pro-online .four ul li img {
    float: left;
    margin: 86px 81px 47px 81px;
}

.pro-online .four ul li span {
    width: 100%;
    font-size: 26px;
    color: #161616;
    text-align: center;
    float: left;
}

.pro-online .flower {
    width: 100%;
    text-align: center;
    float: left;
    margin: 108px 0;
}

.pro-online .introduce {
    width: 100%;
}

.pro-online .introduce .in-left {
    float: left;
    width: 320px;
}

.pro-online .introduce .in-left .tits {
    float: left;
    margin-top: 207px;
    font-size: 36px;
    color: #161616;
}

.pro-online .introduce .in-left .box {
    float: left;
    margin: 47px 0 30px 0;
}

.pro-online .introduce .in-left .box dl {
    width: 100%;
    float: left;
}

.pro-online .introduce .in-left .box dl dt {
    font-size: 30px;
    color: #ff7034;
    float: left;
    margin-bottom: 8px;
}

.pro-online .introduce .in-left .box dl dd {
    font-size: 24px;
    color: #161616;
    float: left;
    margin-top: 25px;
}

.pro-online .introduce .in-right {
    float: right;
    margin: 300px 0 202px 0;
}

.pro-online .introduce .in-left2 {
    float: left;
    margin: 117px 300px 67px 42px;
}

.pro-online .introduce .in-right2 {
    float: left;
    width: 350px;
}

.pro-online .introduce .in-right2 .tits {
    float: left;
    margin-top: 207px;
    font-size: 36px;
    color: #161616;
}

.pro-online .introduce .in-right2 .box {
    float: left;
    margin: 47px 0 30px 0;
}

.pro-online .introduce .in-right2 .box dl {
    width: 100%;
    float: left;
}

.pro-online .introduce .in-right2 .box dl dt {
    font-size: 30px;
    color: #ff7034;
    float: left;
    margin-bottom: 8px;
}

.pro-online .introduce .in-right2 .box dl dd {
    font-size: 24px;
    color: #161616;
    float: left;
    margin-top: 25px;
}

.pro-online .introduce .in-right3 {
    float: right;
    margin: 113px 0 153px 0;
}


/* 申请试用 */

.popupbg {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.popupbg .popupcon {
    width: 80%;
    position: absolute;
    top: 50px;
    left: 10%;
    z-index: 101;
    background: #fff;
    overflow: hidden;
}

.popupbg .popupcon .pleft {
    width: 50%;
    height: 100%;
    float: left;
}

.popupbg .popupcon .pleft img {
    width: 100%;
    height: 100%;
}

.popupbg .popupcon .pright {
    float: left;
    width: 50%;
}

.popupbg .popupcon .pright span {
    float: left;
    width: 100%;
    font-size: 29px;
    color: #ffb140;
    text-align: center;
    line-height: 36px;
    margin-top: 12%;
    margin-bottom: 5%;
}

.popupbg .popupcon .pright input {
    border: 0;
    border-bottom: solid 1px #c7c7c7;
    float: left;
    width: 80%;
    margin: 0 10%;
    font-size: 15px;
    color: #8f8f8f;
    line-height: 50px;
    margin-top: 4%;
}

.popupbg .popupcon .pright button {
    border: 0;
    float: left;
    width: 80%;
    margin: 0 10%;
    font-size: 19px;
    color: #fff;
    line-height: 50px;
    background: #ffd0a6;
    border-radius: 7px;
    margin-top: 8%;
}

.popupbg .popupcon .pright b {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #989898;
    text-align: center;
    line-height: 36px;
    margin-top: 5%;
}

.popupbg .popupcon .close {
    position: absolute;
    right: 3%;
    top: 5%;
    cursor: pointer;
}


/* 外教网页 */

.foreign {
    width: 100%;
    float: left;
    overflow: hidden;
}

.gray {
    background: #f4f4f4;
}

.mid {
    width: 1200px;
    margin: 0 auto;
}

.foreign .pattern .tit {
    width: 100%;
    float: left;
    margin-top: 75px;
    color: #161616;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
}

.foreign .pattern .box {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.foreign .pattern .box .left {
    float: left;
    width: 600px;
    height: 324px;
}

.foreign .pattern .box .right {
    float: left;
    width: 550px;
    margin-left: 50px;
    height: 324px;
}

.foreign .pattern .box .right i {
    float: left;
}

.foreign .pattern .box .right span {
    width: 100%;
    float: left;
    color: #161616;
    font-size: 34px;
    margin-top: 41px;
}

.foreign .pattern .box .right strong {
    width: 100%;
    float: left;
    color: #999;
    font-size: 26px;
    margin-top: 30px;
    line-height: 46px;
}

.foreign .pattern .box .right b {
    float: right;
}

.foreign .pattern .box2 {
    width: 100%;
    float: left;
    margin: 100px 0 130px 0;
}

.foreign .pattern .box2 .left {
    float: right;
    width: 600px;
    height: 324px;
}

.foreign .pattern .box2 .right {
    float: left;
    width: 550px;
    margin-right: 50px;
    height: 324px;
}

.foreign .pattern .box2 .right i {
    float: left;
}

.foreign .pattern .box2 .right span {
    width: 100%;
    float: left;
    color: #161616;
    font-size: 34px;
    margin-top: 41px;
}

.foreign .pattern .box2 .right strong {
    width: 100%;
    float: left;
    color: #999;
    font-size: 26px;
    margin-top: 30px;
    line-height: 46px;
}

.foreign .pattern .box2 .right b {
    float: right;
}

.foreign .system {
    margin: 80px 0 50px 0;
    float: left;
}

.foreign .words {
    font-size: 24px;
    line-height: 50px;
    color: #666;
    width: 847px;
    text-align: center;
    margin: 50px auto 74px auto;
}

.advantages {
    width: 100%;
    overflow: hidden;
}

.advantages-con {
    width: 250px;
    float: left;
    margin: 125px 25px 136px 25px;
    text-align: center;
}

.advantages-con dl dt {
    margin-top: 60px;
    font-size: 26px;
    color: #333;
}

.advantages-con dl dd {
    font-size: 22px;
    color: #333;
    line-height: 39px;
    margin-top: 25px;
}

.says {
    position: relative;
    width: 1086px;
    height: 278px;
    float: left;
    margin-top: 85px;
}

.says img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.says dl {
    width: 1086px;
    height: 206px;
    position: absolute;
    background: #fab13c;
    border-radius: 206px;
    top: 72px;
}

.says dl dt {
    float: left;
    margin: 30px 50px 0 256px;
    font-size: 28px;
    color: #fff;
    line-height: 50px;
}

.says dl b {
    font-weight: bold;
}

.says2 {
    position: relative;
    width: 1102px;
    height: 278px;
    float: right;
    clear: both;
}

.says2 img {
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 2;
}

.says2 dl {
    width: 1086px;
    height: 206px;
    position: absolute;
    background: #6973ee;
    border-radius: 206px;
    top: 72px;
}

.says2 dl dt {
    float: left;
    margin: 30px 256px 0 50px;
    font-size: 28px;
    color: #fff;
    line-height: 50px;
}

.says2 dl b {
    font-weight: bold;
}

.says3 {
    position: relative;
    width: 1086px;
    height: 278px;
    float: left;
    clear: both;
}

.says3 img {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
}

.says3 dl {
    width: 1086px;
    height: 206px;
    position: absolute;
    background: #c983ff;
    border-radius: 206px;
    top: 72px;
}

.says3 dl dt {
    float: left;
    margin: 30px 50px 0 256px;
    font-size: 28px;
    color: #fff;
    line-height: 50px;
}

.says3 dl b {
    font-weight: bold;
}

.kong {
    height: 145px;
    width: 100%;
    float: left;
}

.cooperation {
    width: 100%;
    height: 145px;
    background: rgba(0, 0, 0, 0.6);
    float: left;
}

.coop-mid {
    width: 1200px;
    margin: 0 auto;
}

.coop-mid input {
    border: 0;
    float: left;
    width: 20%;
    margin: 0 2.5%;
    font-size: 22px;
    color: #b0b0b0;
    line-height: 70px;
    margin-top: 39px;
    border-radius: 10px;
    text-indent: 10px;
}

.coop-mid button {
    border: 0;
    float: left;
    width: 20%;
    margin: 0 2.5%;
    font-size: 28px;
    color: #fff;
    line-height: 70px;
    background: #ff7034;
    border-radius: 10px;
    margin-top: 39px;
}

.contactAdd {}