article,
aside,
audio,
blockquote,
body,
button,
canvasde,
dd,
details,
div,
dl,
dt,
fieldset,
figca1tion,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
legend,
li,
main,
nav,
ol,
p,
pre,
section,
summary,
td,
textarea,
th,
ul,
video {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
    visibility: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

del {
    font-family: Arial;
}

img {
    vertical-align: middle;
    border: 0;
}

li {
    list-style: none;
}

mark {
    background: #ff0;
    color: #000;
}

pre {
    white-space: pre-wrap;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

address,
caption,
cite,
dfn,
em,
i,
q,
th {
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: 700;
}

fieldset,
legend {
    border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button,
input,
select,
select optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: middle;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: 微软雅黑 !important;
    margin-bottom: 120px;
}

a {
    cursor: pointer;
    text-decoration: none;
    display: block;
}

a:active,
a:hover {
    text-decoration: none;
}

.page {
    width: 100%;
    height: 100%;
}

.banner {
    background-image: url("../images/img1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 660px;
}

.ban {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.form {
    width: 380px;
    height: 509px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 83px;
    right: 70px;
    box-sizing: border-box;
    padding: 0 30px;
}

.form_top {
    width: 100%;
    text-align: center;
}

.form_top h2 {
    font-size: 40px;
    color: #2F43B6;
    text-align: center;
    padding-top: 20px;
}

.form_top h3 {
    font-size: 24px;
    color: #20267E;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 50px;
    background-color: #E7F0FF;
    margin: 10px auto 0;
    letter-spacing: 1px;
    /*font-weight: 100;*/
}

.form_top p {
    font-size: 18px;
    color: #343434;
    margin-top: 10px;
    letter-spacing: 1px;
}

.form_top p span {
    color: #E61772;
    font-weight: bold;
}

.form_box input {
    width: 100%;
    height: 55px;
    border: 1px solid #7B86A4;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
}

.form_box select {
    width: 100%;
    height: 55px;
    border: 1px solid #7B86A4;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
    background-color: #fff;
}

.form_box button {
    width: 70%;
    height: 50px;
    border-radius: 50px;
    background-color: #E61772;
    font-size: 20px;
    color: #fff;
    border: 0;
    display: block;
    margin: 30px auto 0;
}

.navigation {
    width: 100%;
    height: 60px;
    background-color: #F8F8F8;
}

.nav {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav a {
    width: 18%;
    height: 40px;
    border-radius: 50px;
    color: #343434;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}

.nav a:hover {
    background-color: #2054E4;
    color: #fff;
}

.content1 {
    width: 100%;
}

.con1 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.title {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.title h2 {
    font-size: 40px;
    color: #343434;
    font-weight: 100;
}

.title p {
    font-weight: bold;
    font-size: 48px;
    color: #343434;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}

.title p span {
    color: #E61772;
}

.answer {
    background-image: url("../images/img2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1038px;
    height: 695px;
    margin: 0 auto;
    position: relative;
}

.answer a {
    text-align: center;
    color: #fff;
    font-size: 21px;
    width: 357px;
    height: 58px;
    line-height: 58px;
    border-radius: 50px;
    background-color: #2054E4;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -150px;
}

.content2 {
    width: 100%;
    background-color: #F8F8F8;
}

.con2 {
    width: 100%;
    margin: 0 auto;
}

.method {
    background-image: url("../images/img3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 507px;
}

.method ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.method ul li {
    text-align: center;
}

.method ul li h2 {
    font-size: 20px;
    color: #343434;
    text-align: center;
}

.method ul li p {
    font-size: 16px;
    color: #343434;
    text-align: center;
    margin: 10px 0;
}

.method ul li a {
    display: inline-block;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background-color: #2054E4;
    margin: 10px auto 0;
}

.method ul li:nth-child(1) {
    position: absolute;
    bottom: 160px;
    left: 0;
}

.method ul li:nth-child(2) {
    position: absolute;
    bottom: 125px;
    left: 267px;
}

.method ul li:nth-child(3) {
    position: absolute;
    bottom: 140px;
    left: 540px;
}

.method ul li:nth-child(4) {
    position: absolute;
    bottom: 125px;
    right: 245px;
}

.method ul li:nth-child(5) {
    position: absolute;
    bottom: 160px;
    right: -45px;
}

.content3 {
    width: 100%;
}

.con3 {
    width: 1200px;
    margin: 0 auto;
}

.select {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select span {
    display: block;
    width: 18%;
    height: 100%;
    border-radius: 50px;
    border: 2px solid #428DFF;
    text-align: center;
    line-height: 60px;
    color: #343434;
    box-sizing: border-box;
    font-size: 24px;
    margin: 0 80px;
    cursor: pointer;
}

.school_box {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
}

.school_box .school:first-child {
    display: block;
}

.school {
    width: 100%;
    display: none;
}

.school ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 864px;
    overflow: auto;
}

.school ul li {
    width: 23%;
    height: 424px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 7px 15px 7px;
}

.school ul li img {
    width: 100%;
    height: 179px;
}

.school ul li h2 {
    font-size: 20px;
    color: #343434;
    padding: 20px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.school ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.school ul li button {
    width: 100%;
    height: 50px;
    background-color: #2054E4;
    color: #fff;
    border: 0;
    border-radius: 50px;
    display: block;
    margin: 30px auto 0;
    font-size: 20px;
}

.blue {
    background-image: linear-gradient(to right, #2054E4, #4D1FEB);
    color: #fff !important;
    border: 0 !important;
}

.content4 {
    width: 100%;
    background-color: #F8F8F8;
}

.con4 {
    width: 1200px;
    margin: 0 auto;
}

.power {
    width: 100%;
    margin: 0 auto;
}

.power ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.power ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
}

.power ul li div {
    background-image: url("../images/img5.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 236px;
    height: 236px;
    display: inline-block;
    text-align: center;
}

.power ul li div p {
    font-size: 18px;
    color: #343434;
    margin-top: 80px;
}

.power ul li div span {
    display: block;
    font-size: 18px;
    color: #E61772;
    font-weight: bold;
    margin-top: 5px;
}

.content5 {
    background-image: url("../images/img6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 221px;
}

.con5 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.c1 {
    width: 60%;
    height: 100%;
}

.c1 h2 {
    font-size: 46px;
    color: #fff;
    margin-top: 20px;
}

.c1 p {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.c1 span {
    display: inline-block;
    font-size: 26px;
    color: #2E2F30;
    padding: 10px 60px;
    border-radius: 50px;
    background-color: #E8EEFF;
    margin-top: 20px;
}

.form1 {
    width: 40%;
    height: 100%;
}

.form1_p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.form1_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.form1_box input {
    width: 49%;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 0;
}

.form1_box select {
    width: 49%;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 0;
    margin-top: 15px;
    color: #666;
}

.form1_box button {
    width: 49%;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #E61772;
    border: 0;
    margin-top: 15px;
}

.content6 {
    width: 100%;
}

.con6 {
    width: 1200px;
    margin: 0 auto;
}

.book {
    width: 100%;
    padding-bottom: 20px;
}

.book ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.book ul li {
    width: 23%;
    height: 376px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 25px;
}

.book ul li img {
    width: 100%;
    height: 201px;
}

.book ul li div {
    width: 100%;
}

.book ul li div h2 {
    font-size: 16px;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 20px;
    font-weight: 100;
}

.book ul li div p {
    font-size: 14px;
    color: #666666;
    text-align: right;
    margin-top: 15px;
}

.book ul li div button {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #2054E4;
    border-radius: 50px;
    border: 0;
    font-size: 16px;
    margin-top: 20px;
}

.content7 {
    background-image: url("../images/img8.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.con7 {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.c2 {
    width: 50%;
    height: 100%;
}

.c2 h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 1px;
}

.c2 p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 5px;
}

.c2 p span {
    color: #FAFF68;
    font-weight: bold;
}

.form2_box {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form2_box input {
    width: 49%;
    height: 33px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 0;
}

.form2_box select {
    width: 49%;
    height: 33px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 0;
    margin-top: 5px;
    color: #666;
}

.form2_box button {
    width: 49%;
    height: 33px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #E61772;
    border: 0;
    margin-top: 5px;
}

.bottom_hide {
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.left {
    background-image: url("../images/img9.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 136px;
    height: 404px;
    position: fixed;
    top: 30%;
    left: 40px;
    box-shadow: 0 0 5px 0 #E6E6E6;
    display: none;
}

.ss {
    position: relative;
}

.left_top {
    width: 100%;
    height: 80px;
    position: relative;
    text-align: center;
}

.left_top span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.left_top h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.left_top p {
    font-size: 14px;
    color: #20267E;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    border-radius: 50px;
    margin-top: 5px;
    background-color: #fff;
}

.left_a {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
}

.left_a a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #343434;
    height: 32px;
    line-height: 32px;
}

.left_a a:hover {
    background-color: #194bac;
    color: #fff;
}

.last_p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
}

.form_box1 {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.form_show {
    width: 560px;
    height: 636px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: -280px;
    margin-top: -315px;

}

.form_top1 {
    background-image: url(../images/form_show.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 119px;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

.form_top1 h2 {
    font-size: 44px;
    color: #ffffff;
    padding-top: 10px;
}

.form_top1 p {
    font-size: 28px;
    color: #fce8bc;
}

.form_name {
    width: 460px;
    height: 70px;
    border: 1px solid #c2c2c2;
    margin: 30px auto;
    display: flex;
    align-items: center;
}

.form_name img {
    width: 21px;
    height: 23px;
    margin: 0 20px;
}

.form_name input {
    width: 100%;
    height: 68px;
    border: 0;
    font-size: 16px;
    color: #999;
}

.form_call {
    width: 460px;
    height: 70px;
    border: 1px solid #c2c2c2;
    margin: 30px auto;
    display: flex;
    align-items: center;
}

.form_call img {
    width: 18px;
    height: 28px;
    margin: 0 20px;
}

.form_call input {
    width: 100%;
    height: 70px;
    border: 0;
    font-size: 16px;
    color: #999;
}

.form_name select {
    width: 100%;
    height: 70px;
    border: 0;
    font-size: 16px;
    color: #999;
}

.form_btn {
    position: relative;
    text-align: center;
}

.form_btn button {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 20px 80px;
    background-color: #e61673;
    border: 0;
    border-radius: 5px;
}

.ys {
    font-size: 14px;
    color: #cecece;
    position: absolute;
    right: 80px;
    bottom: 0;
}

.hide_show {
    display: inline-block;
    font-size: 56px;
    color: #fff;
    position: absolute;
    top: -483px;
    right: -46px;
}

.hide_show:hover {
    color: #fff;
    text-decoration: none;
}

#GUOJI-114STUDY-TOPIC-PC-HEADER a, #GUOJI-114STUDY-TOPIC-PC-FOOTER a, #GUOJI-114STUDY-TOPIC-PC-LAYER a, #GUOJI-114STUDY-TOPIC-PC-DISH a {
    display: inline-block !important;
}

.checkbox1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    font-size: 10px;
    box-sizing: border-box;
    padding-left: 347px;
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
}

.checkbox1 p {
    width: 81%;
    font-size: 8px;
    box-sizing: border-box;
    padding-right: 20px;
    color: #9f9c9c;
}

.checkbox1 dt a {
    color: #9f9c9c;
}

.checkbox1 dt {
    width: 19%;
}

.checkbox2 {
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
}

.checkbox2 a {
    color: #9f9c9c;
}

.checkbox2 dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox2 input {
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 0 !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
}

.checkbox2 p {
    width: 100%;
    font-size: 8px;
    box-sizing: border-box;
    color: #9f9c9c;
    margin-top: 10px;
    text-align: left;
}