@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue','Noto Sans SC','Source Han Sans CN',sans-serif;
	color: #333
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

::after,::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

dd,dl,h1,h2,h3,h4,h5,h6,li,p,ul {
	margin: 0
}

ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0
}

li {
	list-style: none
}

a {
	color: #333;
	text-decoration: none
}

.clearover {
	zoom: 1
}

.clearover::before {
	display: table;
	content: ''
}

.container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px
}

.container-fluid {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.text-center {
	text-align: center
}

.text-white {
	color: #fff!important
}

.my-1 {
	margin-top: 30px;
	margin-bottom: 30px
}

.mt-1 {
	margin-top: 30px
}

.px-1 {
	padding-left: 30px!important;
	padding-right: 30px!important
}

.w-100 {
	width: 100%
}

.arrow-blue::before {
	display: inline-block;
	width: 16px;
	height: 8px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: -56px -33px;
	background-size: 94px 64px
}

.arrow-dark-red::before {
	display: inline-block;
	width: 16px;
	height: 8px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: -74px -33px;
	background-size: 94px 64px
}

.arrow-light-red::before {
	display: inline-block;
	width: 16px;
	height: 8px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: -56px -43px;
	background-size: 94px 64px
}

.arrow-yellow::before {
	display: inline-block;
	width: 16px;
	height: 8px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: -74px -43px;
	background-size: 94px 64px
}

.click-purple::before {
	display: inline-block;
	width: 30px;
	height: 31px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: 0 0;
	background-size: 94px 64px
}

.click-red::before {
	display: inline-block;
	width: 30px;
	height: 31px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: -32px 0;
	background-size: 94px 64px
}

.click-white::before {
	display: inline-block;
	width: 30px;
	height: 31px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: -64px 0;
	background-size: 94px 64px
}

.click-yellow::before {
	display: inline-block;
	width: 30px;
	height: 31px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: 0 -33px;
	background-size: 94px 64px
}

.mouse::before {
	display: inline-block;
	width: 22px;
	height: 22px;
	content: '';
	background-image: url(../images/a5483bb003c74cd88dc047aaa1847cb5.gif);background-position: -32px -33px;
	background-size: 94px 64px
}

.btn {
	padding: 5px 20px;
	font-size: 20px;
	border: 0;
	cursor: pointer;
	outline: 0;
	border-radius: 10px
}

.btn-rounded {
	border-radius: 100px
}

.btn-orange {
	color: #fff;
	background-color: #ff9600
}

.btn-orange:hover {
	background-color: #cc7800
}

.btn-yellow {
	color: #514d80;
	background-color: #f6cf63
}

.btn-yellow:hover {
	background-color: #f3c033
}

.btn-red {
	color: #fff;
	background-color: #ce2f2c
}

.btn-red:hover {
	background-color: #a42523
}

.btn-black {
	color: #fff;
	background-color: #000
}

.btn-black:hover {
	background-color: #000
}

.btn-outline-orange {
	color: #ff9600;
	background-color: #fff;
	border: 1px solid #ff9600
}

.btn-outline-orange:hover {
	color: #fff;
	background-color: #ff9600
}

.btn-blue {
	color: #fff;
	background-color: #514d80
}

.btn-blue:hover {
	background-color: #3d3a60
}

.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-inline .form-group {
	margin-bottom: 0
}

.form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}

.form-group:last-child {
	margin-bottom: 0
}

.form-control {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #b3b3b3
}

.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.input-group input {
	border-width: 1px 0 1px 1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.codetxt {
	font-size: 16px
}

.disabled {
	color: #fff;
	background-color: #ccc
}

.title-primary {
	position: relative;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	color: #ce2f2c
}

.title-primary::before {
	position: absolute;
	left: 50%;
	bottom: -4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 140px;
	height: 4px;
	content: '';
	background-color: #ce2f2c
}

.subtitle {
	font-size: 24px;
	font-weight: 400;
	text-align: center
}

.table-level {
	width: 100%;
	border-spacing: 4px
}

.table-level td,.table-level th {
	padding: 10px;
	text-align: center;
	background-color: #fff
}

.table-level td:first-child,.table-level th:first-child {
	color: #fff;
	background-color: #ff9600
}

.table-level th {
	color: #fff;
	background-color: #514d80
}

.banner {
	position: relative;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center
}

.banner .logo {
	margin-top: 10px;
	margin-left: 80px
}

.banner .logo img {
	height: 50px
}

.intro-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.intro-item {
	width: 415px;
	height: 270px;
	padding: 30px 20px 20px;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #ce2f2c;
	border-radius: 10px
}

.intro-item h4 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -60px;
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background-color: #ce2f2c;
	border-radius: 100px
}

.intro-item h4 i {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	width: 28px;
	height: 28px;
	line-height: 8px;
	background-color: #fff;
	border-radius: 50%
}

.intro-item p {
	line-height: 1.8
}

.intro-item:last-child {
	margin-top: 80px;
	border-color: #ff403c
}

.intro-item:last-child h4 {
	color: #fff;
	background-color: #ff403c
}

.language-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px
}

.language-tab li {
	padding: 4px 60px;
	font-size: 24px;
	background-color: #e6e6e6;
	border-radius: 30px 40px 40px 0;
	cursor: pointer
}

.language-tab .active {
	color: #fff;
	background-color: #ce2f2c
}

.language-tab .active:nth-child(2) {
	color: #fff;
	background-color: #5e91c7
}

.language-tab .active:nth-child(3) {
	color: #fff;
	background-color: #ee8091
}

.language-tab .active:nth-child(4) {
	color: #fff;
	background-color: #ff9600
}

.language-tab .active:nth-child(5) {
	color: #fff;
	background-color: #514d80
}

.language-content .current {
	display: block
}

.language {
	display: none
}

.language:nth-child(2) li {
	color: #3e77b4;
	background-color: #bdd2e8
}

.language:nth-child(2) .active {
	color: #fff;
	background-color: #5e91c7
}

.language:nth-child(2) .course {
	background-color: #5e91c7
}

.language:nth-child(2) .course p {
	color: #fff;
	border-bottom-color: #315e8e
}

.language:nth-child(3) li {
	color: #e8536a;
	background-color: #fdf0f2
}

.language:nth-child(3) .active {
	color: #fff;
	background-color: #ee8091
}

.language:nth-child(3) .course {
	background-color: #ee8091
}

.language:nth-child(3) .course p {
	color: #fff;
	border-bottom-color: #e22643
}

.language:nth-child(4) li {
	color: #ff9600;
	background-color: #ffe0b3
}

.language:nth-child(4) .active {
	color: #fff;
	background-color: #ffab33
}

.language:nth-child(4) .course {
	background-color: #ffab33
}

.language:nth-child(4) .course p {
	color: #fff;
	border-bottom-color: #cc7800
}

.language:nth-child(5) li {
	color: #5b5790;
	background-color: #c2c0d9
}

.language:nth-child(5) .active {
	color: #fff;
	background-color: #7570a9
}

.language:nth-child(5) .course {
	background-color: #7570a9
}

.language:nth-child(5) .course p {
	color: #fff;
	border-bottom-color: #474370
}

.course-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.course-tab li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 6px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #e37f7d;
	cursor: pointer
}

.course-tab .active {
	background-color: #ce2f2c
}

.course-content .current {
	display: block
}

.course {
	display: none;
	padding: 20px;
	background-color: #ce2f2c
}

.course p {
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	border-bottom: 2px dashed #7a1c1a
}

.course p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.advantage-title {
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
	color: #5e91c7
}

.advantage-list div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px 10px
}

.advantage-list div:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.advantage-list div:last-child {
	margin-bottom: 0
}

.advantage-list dt {
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	background-color: #5e91c7;
	border-radius: 5px
}

.advantage-list dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 20px;
	font-size: 18px;
	color: #5e91c7;
	background-color: #e2ebf5
}

.title-gaokaoriyu {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center
}

.text-gaokaoriyu strong {
	display: inline-block;
	width: 230px
}

.bg-gift {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 200px;
	padding: 15px 80px 13px 80px;
	margin-bottom: 30px;
	background: url(../images/000.png) no-repeat center
}

.gift-info {
	width: 380px;
	color: #fff
}

.gift-title {
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100px
}

.gift-title strong {
	font-size: 24px;
	color: #f6ff00
}

.gift-text {
	margin-left: 46px;
	font-size: 14px;
	line-height: 1.3
}

.form1 .form-group {
	margin-bottom: 5px
}

.btn-gift-circle {
	width: 116px;
	height: 116px;
	font-size: 30px;
	line-height: 50px;
	color: #ce2f2c;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#f2daac),to(#f6f0e9));
	background-image: -webkit-linear-gradient(bottom,#f2daac,#f6f0e9);
	background-image: linear-gradient(0deg,#f2daac,#f6f0e9);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 4px #7a1c1a;
	box-shadow: 0 0 0 4px #7a1c1a
}

.btn-gift-circle:hover {
	background-color: #f69e63
}

.bg-why {
	background-color: #f7f7f7
}

.reason-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px
}

.reason-item {
	width: 324px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,.2);
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,.2);
	overflow: hidden
}

.reason-item dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	background-color: #ce2f2c;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#ce2f2c),to(#ff403c));
	background-image: -webkit-linear-gradient(bottom,#ce2f2c,#ff403c);
	background-image: linear-gradient(0deg,#ce2f2c,#ff403c)
}

.reason-item:nth-child(even) dt {
	background-color: #ff403c;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#ce2f2c),to(#ee8091));
	background-image: -webkit-linear-gradient(bottom,#ce2f2c,#ee8091);
	background-image: linear-gradient(0deg,#ce2f2c,#ee8091)
}

.form2 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 20px 30px;
	background-color: #ce2f2c;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(40%,#ce2f2c),color-stop(#ff403c),color-stop(60%,#ce2f2c));
	background-image: -webkit-linear-gradient(left,#ce2f2c 40%,#ff403c,#ce2f2c 60%);
	background-image: linear-gradient(90deg,#ce2f2c 40%,#ff403c,#ce2f2c 60%);
	-webkit-box-shadow: 0 0 0 6px #ffa4a2;
	box-shadow: 0 0 0 6px #ffa4a2;
	border-radius: 100px
}

.service-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px
}

.service-list:last-child {
	margin-bottom: 0
}

.service-list>dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 0;
	margin-left: 10px;
	background: #ffe5e4
}

.service-list:nth-of-type(2) .service-title {
	color: #ce2f2c;
	background-color: #f6cf63;
	-webkit-box-shadow: 3px 3px 0 0 #ce2f2c;
	box-shadow: 3px 3px 0 0 #ce2f2c
}

.service-list:nth-of-type(2) .service-title:hover {
	background-color: #ffef5a
}

.service-list:nth-of-type(2)>dd {
	background-color: #fdf4dc
}

.service-title {
	width: 190px;
	padding: 10px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #ff403c;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 0 0 #ce2f2c;
	box-shadow: 3px 3px 0 0 #ce2f2c
}

.service-title:hover {
	background-color: #fa0025
}

.service-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.service-desc-item {
	width: 180px;
	text-align: center
}

.service-desc-item dt {
	font-size: 20px
}

.service-desc-item dd {
	color: gray
}

.service-desc-item a:hover {
	color: #ff9600
}

.bg-certification {
	padding: 30px 0;
	background-color: #f2f2f2
}

.certification-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 1000px;
	margin: 10px auto 0
}

.certification-item {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #ff9600
}

.enviorment-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px
}

.enviorment-item {
	margin: 10px;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,.2);
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,.2)
}

.enviorment-item img {
	display: block
}

.leyu {
	cursor: pointer
}