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;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:active,
a:hover {
    text-decoration: none;
}
a:focus {
    outline: thin dotted #333;
    outline: 0.05rem auto -webkit-focus-ring-color;
    outline-offset: -0.02rem;
}
.page {
    width: 100%;
    height: 100%;
}
.top {
    width: 100%;
    height: 115px;
    background-color: #fff;
}
.top_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo {
    width: 240px;
    height: 60px;
    margin-right: 20px;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav a {
    display: block;
    width: 127px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    color: #000;
}
.nav a:hover {
    background: linear-gradient(to right,#2DB9FA,#0A6FF7);
    color: #32266d;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 18%!important;
    top: 48%!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 18%!important;
    top: 48%!important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    opacity: 0;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    opacity: 0;
}
.swiper-button-next {
    background: url("../ht/img4.png")no-repeat center center;
    background-size: cover;
    width: 61px!important;
    height: 61px!important;
}
.swiper-button-prev {
    background: url("../ht/img3.png")no-repeat center center;
    background-size: cover;
    width: 61px!important;
    height: 61px!important;
}
.swiper-pagination-bullet {
    background-color: #fff!important;
}
.swiper-pagination-bullet-active{
    background-color: #fff!important;
}
.content1 {
    width: 100%;
}
.con1 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}
.title1 {
    font-size: 40px;
    color: #343434;
    text-align: center;
    padding: 50px 0;
}
.course {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c1 {
    width: 398px;
    height: 334px;
}
.c2 {
    width: 800px;
    box-sizing: border-box;
    padding-left: 40px;
}
.c3 {
    font-size: 18px;
    color: #343434;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: -13px;
}
.c2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c2 ul li {
    display: flex;
    align-items: center;
}
.c2 ul li {
    width: 47%;
    height: 73px;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #e6e6e6;
    border: 1px solid #D0DEE9;
}
.c2 ul li:nth-child(1) {
    margin-bottom: 30px;
}
.c2 ul li:nth-child(2) {
    margin-bottom: 30px;
}
.c2 ul li i {
    width: 23%;
    text-align: center;
    height: 100%;
    line-height: 73px;
}
.c2 ul li i img {
    display: inline-block;
}
.c2 ul li:nth-child(1) i img {
    width: 28px;
    height: 28px;
}
.c2 ul li:nth-child(2) i img {
    width: 32px;
    height: 29px;
}
.c2 ul li:nth-child(3) i img {
    width: 32px;
    height: 32px;
}
.c2 ul li:nth-child(4) i img {
    width: 25px;
    height: 24px;
}
.c2 ul li div {
    width: 77%;
}
.c2 ul li div h2 {
    font-size: 20px;
    color: #343434;
}
.c2 ul li div p {
    font-size: 18px;
    color: #343434;
    margin-top: 3px;
}
.form1 {
    width: 100%;
    height: 116px;
    background-color: #32266d;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.form_title {
    color: #fff;
    width: 24%;
}
.form_title p {
    font-size: 28px;
    letter-spacing: 2px;
}
.form_title h2 {
    font-size: 34px;
    letter-spacing: 2px;
}
.form_in {
    width: 76%;
}
.form_in_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.form_in_box label {
    width: 24%;
    height: 56px;
}
.form_in_box label input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    padding-left: 15px;
    outline: none;
    font-size: 20px;
    color: #222;
}
.form_in_box label select {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 20px;
    color: #222;
    outline: none;
}
.form_in_box button {
    width: 20%;
    height: 56px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 20px;
    color: #343434;
    border: 0;
    outline: none;
}
.content2 {
    background: url("../ht/img10.png")no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 444px;
}
.content2_box {
    background: rgba(243,243,243,0.9);
    width: 100%;
    height: 100%;
}
.con2 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.feature {
    width: 100%;
}
.feature ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feature ul li {
    width: 20%;
    text-align: center;
}
.feature ul li i {
    width: 100%;
    text-align: center;
}
.feature ul li i img {
    display: inline-block;
    width: 92px;
    height: 92px;
}
.feature ul li h2 {
    font-size: 26px;
    color: #343434;
    margin-top: 20px;
}
.feature ul li p {
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.content3 {
    width: 100%;
}
.con3 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.zs {
    width: 100%;
}
.zs ul {
    width: 100%;
}
.zs ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px dashed #B4B4B4;
}
.zs ul li:first-child {
    padding-top: 0;
}
.zs ul li:last-child {
    border-bottom: 0;
}
.z1 {
    width: 344px;
    height: 224px;
}
.z2 {
    width: 663px;
    box-sizing: border-box;
    padding: 0 30px;
}
.z2 div {
    display: flex;
    align-items: center;
}
.z2 dd {
    width: 100%;
    text-align: left;
}
.z2 dd h2 {
    font-size: 28px;
    color: #343434;
}
.z2 dd p {
    font-size: 18px;
    color: #343434;
    margin-top: 20px;
}
.z2 dt {
    width: 50%;
    text-align: left;
}
.z2 dt h2 {
    font-size: 28px;
    color: #343434;
}
.z2 dt p {
    font-size: 18px;
    color: #343434;
    margin-top: 20px;
}
.z3 {
    width: 193px;
}
.z3 button {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
}
.z3 button:first-child {
    background-color:#32266d;
    color: #fff;
}
input,select,button {
    outline: none;
}
.z3 button:last-child {
    background-color:#32266d;
    color: #fff;
    margin-top: 30px;
}
.content4 {
    background: url("../ht/img16.png")no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 342px;
}
.con4_box {
    width: 100%;
    height: 100%;
    background: #32266d;
}
.con4 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.title2 {
    font-size: 40px;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.lc_box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.lc {
    width: 78%;
}

.lc ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lc ul li {
    width: 16%;
    position: relative;
}
.lc ul li:after {
    content: '';
    background: url("../ht/img22.png")no-repeat center center;
    background-size: cover;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 21px;
    right: -35px;
}
.lc ul li:last-child:after {
    display: none;
}
.lc ul li img {
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto;
}
.lc ul li h2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.lc ul li p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.lc ul li span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 7px;
}
.bb {
    width: 22%;
    text-align: right;
}
.bb button {
    width: 193px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
}
.bb button:first-child {
    border: 2px solid #fff;
    color: #fff;
    background: none;
}
.bb button:last-child {
    border: 0;
    color: #32266d;
    background: #fff;
    margin-top: 20px;
}
.content5 {
    width: 100%;
}
.con5 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.sz {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sz img {
    width: 538px;
    height: 300px;
}
.sz div {
    width: 662px;
    box-sizing: border-box;
    padding: 0 60px;
}
.sz div dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sz div dt h2 {
    font-size: 24px;
    color: #343434;
    text-align: center;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 50px;
}
.sz div dt h2:first-child {
    background-color: #CCDAE4;
}
.sz div dt h2:last-child {
    background-color: #FFE5E5;
}
.sz div p {
    font-size: 18px;
    color: #343434;
    margin-top: 25px;
    line-height: 30px;
}
.sz div button {
    width: 193px;
    height: 50px;
    background-color: #fff;
    font-size: 22px;
    color: #32266d;
    font-weight: bold;
    border: 0;
    border-radius: 5px;
    display: block;
    margin: 30px auto 0;
}
.content6 {
    width: 100%;
    background-color: #F5F5F2;
}
.con6 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.hj {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hj img {
    width: 275px;
    height: 185px;
    margin-bottom: 30px;
}
.content7 {
    background: url("../ht/img25.png")no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 689px;
}
.con7_box {
    width: 100%;
    height: 100%;
    background: #32266d;
}
.con7 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.q1 {
    width: 572px;
    height: 358px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.qq {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.q1 i {
    display: block;
    content: '';
    width: 572px;
    height: 358px;
    border-radius: 10px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.q1 dt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.q1 dt h2 {
    font-size: 28px;
    color: #343434;
    margin-left: 15px;
}
.q1 dd p {
    font-size: 20px;
    color: #343434;
    margin: 14px 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
}
.q1 dd p:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #343434;
    border: 4px solid #E6E7EC;
    position: absolute;
    top: 7px;
    left: 0;
}

.q2 {
    width: 50%;
    border: 3px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
}
.q2 h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.form2 {
    width: 100%;
}
.form2_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f1 {
    width: 47.5%;
    height: 45px;
    margin-top: 30px;
}
.f1 input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    background-color: #fff;
    border: 0;
}
.f2 {
    width: 100%;
    height: 45px;
    margin-top: 30px;
}
.f2 select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    background-color: #fff;
    border: 0;

}
.form2 button {
    width: 224px;
    height: 50px;
    background-color: #fff;
    color: #32266d;
    border: 0;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    margin: 40px auto 0;
}
.show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}
.show_box {
    width: 500px;
    height: 500px;
    border-radius: 5px;
    background-color:#32266d;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: right;
    margin-top: -250px;
    margin-left: -250px;
    box-sizing: border-box;
    padding: 5px;
}
.hide1 {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.form_h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.form_p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #336B95;
    width: 88%;
    height: 29px;
    line-height: 29px;
    border-radius: 50px;
    margin: 15px auto 0;
}
.form3 {
    width: 96%;
    background-color: #fff;
    border-radius: 5px;
    margin: 20px auto 0;
}
.form3_box {
    box-sizing: border-box;
    padding: 30px 50px;
}
.form3_box label {
    width: 100%;
    display: block;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #C2D2DF;
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px 2px #e6e6e6;
}
.form3_box label input {
    background-color: #fff;
    border: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}
.form3_box label select {
    background-color: #fff;
    border: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
.form3_box button {
    width: 243px;
    height: 48px;
    border-radius: 50px;
    background-color: #32266d;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border: 0;
    display: block;
    margin: 20px auto 0;
}
.left {
    background: url("../ht/img27.png")no-repeat center center;
    width: 130px;
    height: 329px;
    position: fixed;
    top: 50%;
    left: 20px;
    margin-top: -164.5px;
    /*z-index: 9;*/
}
.left_box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    position: relative;
}
.hide2 {
    font-size: 16px;
    color: #32266d;
    font-weight: bold;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -25px;
    cursor: pointer;
}
.left_box h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.left_box ul {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
}
.left_box ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #32266d;
    border-radius: 5px;
    background: #BBD8EE;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}
.left_box p {
    font-size: 16px;
    color: #fff;
   /* font-weight: bold;*/
    text-align: center;
    margin-top: 7px;
}
.bottom_form_box {
    width: 100%;
    height: 105px;
    background-color: #32266d;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.bottom_form {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.bottom_form dt {
    width: 32%;
}
.bottom_form dt h2 {
    font-size: 28px;
    color: #fff;
}
.bottom_form dt p {
    font-size: 18px;
    color: #fff;
    margin-top: 7px;
}
.bottom_form .form4 {
    width: 68%;
    height: 100%;
}
.form4_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form4_box label {
    width: 25%;
    height: 52px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.form4_box label input {
    width: 100%;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    padding-left: 20px;
}
.form4_box label select {
    width: 100%;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    padding-left: 20px;
}
.form4_box button {
    width: 20%;
    height: 52px;
    border-radius: 5px;
    background-color: #fff;
    color: #32266d;
    font-size: 18px;
    border: 0;
    font-weight: bold;
}
.hide3 {
    font-size: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: -40px;
}
.bottom_form_hide {
    width: 190px;
    height: 120px;
    border-radius: 5px;
    background-color: #32266d;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    cursor: pointer;
}
.bottom_form_hide h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 20px 0 10px 0;
}
.bottom_form_hide p {
    width: 150px;
    height: 40px;
    background-color: #F74040;
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}












