body {
	font-family: "Microsoft Yahei";
	background: #fff;
	overflow-x: hidden;
	color: #5a5a5a;
	font-size: 1.4rem;
}

input,
button {
	border: none;
	outline: none;
	border-radius: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.width1250 {
	width: 1250px;
	overflow: hidden;
	margin: 0 auto;
}
.position {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #424a5c;
}

.width1350 {
	width: 1280px;
	margin: 0 auto;
}
.clearfloat {
    zoom: 1;
}
.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.width {
	width: 100%;
}

.height {
	height: 100%;
}

.f11 {
	font-size: 1.1rem;
}

.f12 {
	font-size: 1.2rem;
}

.f13 {
	font-size: 1.3rem;
}

.f14 {
	font-size: 1.4rem;
}

.f15 {
	font-size: 1.5rem;
}

.f16 {
	font-size: 1.6rem;
}

.f18 {
	font-size: 1.8rem;
}

.f20 {
	font-size: 2rem;
}

.f22 {
	font-size: 2.2rem;
}

.f24 {
	font-size: 2.4rem;
}

.f32 {
	font-size: 3.2rem;
}

.f36 {
	font-size: 4.2rem;
}

.pad5 {
	padding-left: 5px;
}

.white {
	color: #ffffff;
}

.color {
	color: #455da3;
}

.green {
	color: #07913a;
}

.blue {
	color: #2064e1;
}

.black {
	color: #000000;
}

.green2 {
	color: #055555;
}

.marginBottom {
	margin-bottom: 6px;
	margin-top: 6px;
}

.header_meta {
	background: #fce5b9;
	padding-top: 10px
}

.header_top {
	background: #455da3;
	padding: 10px 0;
}

.header_wrap {
	display: flex;
	justify-content: space-between;
}

.top-list {
	display: inline;
}

.top-list a {
	padding-right: 5px;
	font-size: 14px;
	display: inline-block;
	height: 12px;
	border-right: solid 1px #fff;
	line-height: 12px;
}

.top-list a:hover {
	color: #fce5b9;
	font-weight: 700;
}

.top-list a:last-child {
	border-right: none;
}

.top-right {
	display: flex;
}

.top-tel {
	margin-right: 2rem;
}

.top-contact {
	background: #fce5b9;
	border-radius: 20px;
	padding: 0 20px;
	line-height: 20px;
}

.nav_wrap {
	background: #2c417a;
	width: 100%;
	height: 80px;
	position: relative;
}

.header_main {
	display: flex;
	justify-content: space-between;
}

.header_main>a,
.header_main>ul {
	vertical-align: middle;
}

.logo {
	background: url(../img/logo.png) no-repeat top;
	background-size: 100%;
	width: 80px;
	height: 50px;
	align-self: center;
}

.menubig {
	align-self: center;
	height: 100%;
	line-height: 80px;
}

.header_main>ul>li {
	display: inline-block;
	align-self: center;
	height: 100%;
	cursor: pointer;
}

.header_main>ul>li>a {
	display: block;
	color: #fff;
	padding: 0 1.5rem;
	font-size: 1.6rem;
}

.header_main>ul>li:last-child>a {
	border-right: none;
}

.dropdown-content>a {
	white-space: nowrap;
	padding: 15px 10px 8px;
	display: block;
	color: #333;
}

.dropdown>a:hover {
	color: #fce5b9;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: 0;
	right: 15px;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 16px;
	z-index: 999;
	font-size: 1.6rem;
}

.nav_two {
	display: flex;
	width: 100%;
	    flex-wrap: wrap;
}

.left_wrap {
	padding-left: 100px;
}

.line2 {
	height: 140px;
	width: 1px;
	background-color: #a6a6a6;
	align-self: center;
	margin: 60px 100px 0 100px;
}

.line1 {
	height: 140px;
	width: 1px;
	/*background-color: #a6a6a6;*/
	align-self: center;
	margin: 60px 100px 0 100px;
}

.right_wrap {}

.nav_title {
	white-space: nowrap;
	font-size: 1.8rem;
	font-weight: bold;
	color: #455da3;
	line-height: 60px;
}

.nav_list {
	display: flex;
	flex-direction: column;
}

.nav_list1 {
	display: flex;
	flex-wrap: wrap;
	width: 400px;
}

.nav_list1>div {
	width: 200px;
}

.nav_item {
	display: flex;
	line-height: 60px;
}

.nav_item>a {
	font-size: 1.6rem;
	color: #455da3;
}

.nav_item>img {
	width: 20px;
	height: 20px;
	align-self: center;
	margin-right: 8px;
}

.header_main>ul>li.active>a {
	color: #fce5b9;
	font-weight: bold;
}

#menuSmall,
.menuSmallMask,
.menuSmallInfobox,
.phone_nav {
	display: none;
}


.menuSmallInfobox ul.fl li i:before,
ul.fl li i:after {
	transition: all 0.25s ease-in-out;
}

.menuSmallInfobox ul.fl li {
	animation: flipdown 0.5s ease both;
}

.menuSmallInfobox ul.fl {
	list-style: none;
	padding: 10px 0 30px;
}

.menuSmallInfobox ul.fl li {
	position: relative;
	padding: 0;
	margin: 0;
}

.menuSmallInfobox ul.fl li:last-of-type {
	padding-bottom: 0;
}

.menuSmallInfobox ul li p {
	display: block;
	font-size: 16px;
	line-height: 35px;
	padding-left: 50px;
	color: #16181a;
}

.menuSmallInfobox ul li p a {
	display: block;
	color: #16181a;
	font-size: 15px;
	text-align: left;
}

.menuSmallInfobox ul.fl li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 50px;
}

.menuSmallInfobox ul.fl li i:before,
.menuSmallInfobox ul li i:after {
	content: "";
	position: absolute;
	background-color: #51585f;
	width: 3px;
	height: 9px;
}

.menuSmallInfobox ul.fl li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}

.menuSmallInfobox ul.fl li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

.menuSmallInfobox ul.fl li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 35%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
	right: 0;
}

.menuSmallInfobox ul.fl li input[type=checkbox]:checked~p {
	margin: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.menuSmallInfobox ul.fl li input[type=checkbox]:checked~i:before {
	transform: translate(2px, 0) rotate(45deg);
}

.menuSmallInfobox ul.fl li input[type=checkbox]:checked~i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

/* banner */

.banner {
	width: 100%;
}

.banner img {
	isplay: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.banner_title {
	display: flex;
	justify-content: center;
	position: relative;
	top: -20px;
}

.banner_title a {
	background-color: #2c417a;
	color: #fce5b9;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	white-space: nowrap;
}

.banner_title>a:first-child {
	margin-right: 20px;
}

.banner_title a:hover {
	background-color: #fce5b9;
	color: #2c417a;
	cursor: pointer;
}

/* 纽交所 */
.new_wrap {
	margin-top: 60px;
}

.new_title {
	text-align: center;
	color: #2c417a;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.new_con {
	display: flex;
	width: 100%;
}

.new_con>img {
	width: 60%;
	height: 350px;
	margin-right: 20px;
}

.new_con_title {
	flex: 1;
	align-self: center;
	padding: 10px;
}

.new_con_title>div:first-child {
	background-color: #e8c37d;
	color: #fff;
	letter-spacing: 3px;
	width: 240px;
	text-align: center;
}

.new_con_title>div:nth-child(2) {
	line-height: 30px;
	margin-top: 30px;
	color: #7f7f7f;
}

/* offer */
.offer_wrap {
	margin-top: 50px;
	display: flex;
}

.offer_left {
	width: 50%;
	background-color: #ececec;
	padding: 20px;
}

.offer_left_title {
	display: flex;
	justify-content: space-between;
}

.offer_left_title>span:nth-child(2) {
	color: #2c417a;
	font-size: 30px;
	font-weight: bold;
}

.offer_left_title>a {
	color: #e7d0a7;
	align-self: flex-end;
}

.offer_left_list {
	display: flex;
	flex-wrap: wrap;
}

.offer_left_item {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	margin-top: 20px;
}

.offer_left_item>img {
	width: 183px;
	height: 90px;
}

.offer_left_item_name {
	background-color: #fce5b9;
	text-align: center;
}

.offer_left_item>span {
	color: #2c417a;
	align-items: center;
	align-self: center;
}

.offer_left_item .number {
	color: #2c417a;
	font-size: 30px;
	font-weight: bold;
}

.offer_right {
	position: relative;
	width: 50%;
	background-color: #2c417a;
	padding: 20px;
}

.offer_right_title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.offer_right_title {
	display: flex;
	flex-direction: column;
}

.offer_right_item {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
}

.offer_right_item>img {
	width: 242px;
	height: 100px;
}

.offer_right_school_con {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.offer_right_school_con>div:nth-child(1) {
	display: flex;
}

.offer_right_school_con>div:nth-child(1)>img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.offer_right_school_con>div:nth-child(2) {
	margin: 10px 0;
}

.offer_right_school_con>div:nth-child(3) {
	display: flex;
	justify-content: space-between;
}

.offer_right_school_con>div:nth-child(3) .num {
	display: flex;
}

.offer_right_school_con>div:nth-child(3) .num>img {
	width: 20px;
	height: 16px;
	margin-right: 4px;
	align-self: center;
}

.offer_right_list_wrap .more {
	display: flex;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.offer_right_list_wrap .more>a {
	color: #eac47d;
	align-self: center;
}

.offer_right_list_wrap .more>img {
	width: 20px;
	height: 20px;
	align-self: center;
	margin-left: 4px;
}

/* 流程 */
.process_wrap {
	background-color: #f8f8f8;
	margin-top: 80px;
	padding: 50px 0 50px 0;
}

.process_goSchool {
	background-color: #e8c37d;
	color: #fff;
	letter-spacing: 3px;
	width: 240px;
	text-align: center;
}

.process_fw {
	margin: 20px 0 40px 0;
	color: #2c417a;
	font-size: 40px;
	font-weight: bold;
}

.process_con {
	background-image: url(../img/process.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 90%;
	height: 371px;
	position: relative;
}

.process_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20%;
}

.process_item .process_name {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #2C4079;
	white-space: nowrap;
}

.process_item .process_desc {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.process_item img {
	width: 48px;
	height: 45px;
}

.process_item1 {
	position: absolute;
	top: 4px;
	left: 50px;
}

.process_item2 {
	position: absolute;
	top: 4px;
	left: 330px;
}

.process_item3 {
	position: absolute;
	top: 4px;
	left: 600px;
}

.process_item4 {
	position: absolute;
	top: 4px;
	left: 840px;
}

.process_item5 {
	position: absolute;
	bottom: 36px;
	right: 220px;
}

.process_item6 {
	position: absolute;
	bottom: 48px;
	right: 480px;
}

.process_item6>img {
	width: 50px !important;
	height: 50px !important;
}

.process_item7 {
	position: absolute;
	bottom: 36px;
	right: 760px;
}

.resume_wrap {
	padding: 50px 0 0 0;
	position: relative;
}

.resume_wrap .swiper-slide {
	display: flex;
	flex-direction: column;
}

.resume_wrap .swiper-slide:nth-child(1) {
	margin-left: 10px;
}

/* .resume_wrap .swiper-slide>img {
	width: 260px;
	height: 260px;
	position: relative;
	left: 36px;
	z-index: 99;
} */

.resume_name {
	font-size: 35px;
	color: #000;
	text-align: center;
}

.rating {
	height: 26px;
	display: flex;
	justify-content: center;
	margin: 15px 0 30px 0;
}

.rating-item {
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../img/xing.png) no-repeat;
	background-size: 25px;
}

.resume_item {
	box-shadow: 0 0 5px 5px #e5e5e5;
	border-radius: 20px;
	height: 390px;
	margin-top: 190px;
	position: relative;
	padding-top: 180px;
	margin-bottom: 10px;
}
.resume_item>img{
	width: 260px;
	height: 260px;
	position: absolute;
	left: 36px;
	top: -110px;
	z-index: 99;
}

.resume_con {
	color: #2c417a;
	margin: 0 auto;
	text-align: center;
	width: 65%;
}

.resume_wrap .swiper-container{
	margin-bottom: 180px;
}

.resume_wrap .swiper-button-prev {
	top: 82%;
	background-image: url(../img/leftTriangle.png);
	background-repeat: no-repeat;
	background-size: 50%;
	width: 40px;
	height: 60px;
}

.resume_wrap .swiper-button-next {
	left: 50px;
	right: 0;
	top: 82%;
	background-image: url(../img/rightTriangle.png);
	background-repeat: no-repeat;
	background-size: 50%;
	width: 40px;
	height: 60px;
}

/* 学业 */
.study_wrap {
	position: relative;
	top: -50px;
	display: flex;
	justify-content: space-between;
}

.item_wrap {
	width: 30%;
}

.study_title_wrap {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #2c417a;
}

.study_title_wrap>span:nth-child(1) {
	color: #2c417a;
	font-size: 30px;
	font-weight: bold;
}

.study_title_wrap>a {
	color: #e7d0a7;
	align-self: flex-end;
}

.study_list {
	padding-top: 10px;
	min-height: 190px;
}

.study_item {
	margin-top: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.study_item>div:nth-child(1) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
}

.study_num {
	display: flex;
	margin-left: 16px;
}

.study_num>img {
	width: 20px;
	height: 16px;
	margin-right: 6px;
	align-self: center;
}

/* 服务 */
.serve_wrap {
	display: flex;
	/* width: 100%; */
}

.serve_left {
	width: 70%;
}

.serve_left_title {
	color: #2c417a;
	font-size: 30px;
	font-weight: bold;
}

.serve_left_list {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
}

.serve_left_item {
	width: 270px;
	height: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.serve_left_item:nth-child(3n) {
	margin-right: 0;
}

.serve_left_item>img {
	width: 100%;
	height: 100%;
}

.serve_right {
	width: 30%;
}

.serve_right_list {
	margin-top: 16px;
}

.serve_right_item {
	display: flex;
	margin-bottom: 20px;
}

.serve_right_item>img {
	width: 180px;
	height: 110px;
	margin-right: 10px;
}

.serve_right_item_right>div:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.serve_right_item_num {
	display: flex;
	margin-top: 10px;
}

.serve_right_item_num>img {
	width: 20px;
	height: 16px;
	margin-right: 6px;
	align-self: center;
}

/* 申请 */
.applyFor_wrap {
	background-color: #f1f2f7;
	padding: 50px 0;
}

.middleSchool_sq {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.middleSchool_sq>div:first-child {
	color: #2c417a;
	font-size: 40px;
	font-weight: bold;
}

.middleSchool_wrap {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.middleSchool_item {
	width: 30%;
}

.middleSchool_con {
	margin-top: 20px;
	min-height: 170px;
}

.middleSchool_con>li {
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 广告 */
.advertisement_wrap {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}

.advertisement_item {
	width: 32%;
	height: 220px;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.advertisement_item1 {
	background-image: url(../img/advertisement1.png);
}

.advertisement_item2 {
	background-image: url(../img/advertisement2.png);
}

.advertisement_item3 {
	background-image: url(../img/advertisement3.png);
}

.img_wrap {
	display: flex;
	position: absolute;
	bottom: 15px;
	left: 20px;
}

.img_wrap>img:nth-child(1) {
	/* display: flex; */
}

.img_wrap>img:nth-child(2) {
	width: 20px;
	height: 15px;
	align-self: flex-end;
	margin-left: 10px;
	margin-bottom: 4px;
}

.advertisement_item2 .img_wrap>img:nth-child(2) {
	position: absolute;
	left: 170px;
	bottom: 6px;
}

.advertisement_name {
	font-size: 35px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.advertisement_name:hover {
	color: #fff;
}

.otherServe_wrap {
	display: flex;
	flex-direction: column;
}

.otherServe_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.otherServe_item {
	display: flex;
	flex-direction: column;
	width: 32%;
}

.otherServe_top {
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 40px;
	color: #2c417a;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.otherServe_top>span {
	position: absolute;
}

.otherServe_top>img {
	width: 100%;
	height: 100%;
}

/* .otherServe_top1{
	background-image: url(../img/otherServe1.png);
}
.otherServe_top2{
	background-image: url(../img/otherServe2.png);
}
.otherServe_top3{
	background-image: url(../img/otherServe3.png);
}
.otherServe_top4{
	background-image: url(../img/otherServe4.png);
}
.otherServe_top5{
	background-image: url(../img/otherServe5.png);
}
.otherServe_top6{
	background-image: url(../img/otherServe6.png);
} */
.otherServe_wrap>div:nth-child(1) {
	color: #2c417a;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}

.otherServe_bottom {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 20px 0;
}

.otherServe_bottom>div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 65%;
	align-self: center;
}

.otherServe_bottom>button {
	background-color: #e8c37d;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	padding: 0 16px;
}

.otherServe_top:hover {
	color: #e8c37d;
}

.visa_wrap {
	display: flex;
	justify-content: space-between;
}

.visa_item {
	width: 30%;
	margin-top: 80px;
}

.visa_item1 {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	width: 30%;
}

.visa_item1>div:nth-child(1) {
	font-size: 40px;
	color: #2c417a;
	font-weight: bold;
}

.visa_item1>div:nth-child(2) {
	color: #2c417a;
	margin: 15px 0;
}

.visa_item1>input {
	height: 28px;
	background-color: #ECECEC;
	margin-bottom: 8px;
	padding-left: 10px;
}

.visa_item1>input::-webkit-input-placeholder {
	/*Webkit browsers*/
	font-size: 12px;
	color: #2c417a;
}

.visa_item1>input:-moz-placeholder {
	/*Mozilla Firefox 4 to 8*/
	font-size: 12px;
	color: #2c417a;
}

.visa_item1>input::moz-placeholder {
	/*Mozilla Firefox 19+*/
	font-size: 12px;
	color: #2c417a;
}

.visa_item1>input:-ms-input-placeholder {
	/*Internet Explorer 10+*/
	color: #2c417a;
	font-size: 12px;
}

.visa_item1>img {
	width: 90%;
	margin: 0 auto;
	height: 41px;
	cursor: pointer;
}

/* 学生 */
.student_wrap {
	margin-top: 100px;
	padding: 0 10px 100px 10px;
	position: relative;
}

.student_item {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.student_item>div:nth-child(1) {
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	text-align: center;
}

.student_item>div:nth-child(2) {
	padding: 0 20px;
	align-self: center;
	background: #FAB33F;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 6px;
}

.student_item>div:nth-child(3) {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #A0A0A0;
	text-align: center;
	margin-bottom: 8px;
}

.student_item>div:nth-child(4) {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #666666;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.student_item>img {
	width: 100%;

}

.student_wrap .swiper-slide {
	background: #FFFFFF;
	box-shadow: 0px 5px 14px 1px rgba(185, 185, 185, 0.2);
	border-radius: 20px;
}

.student_wrap .swiper-button-prev {
	top: 90%;
	background-image: url(../img/leftTriangle.png);
	background-repeat: no-repeat;
	background-size: 50%;
	width: 40px;
	height: 60px;
}

.student_wrap .swiper-button-next {
	left: 50px;
	right: 0;
	top: 90%;
	background-image: url(../img/rightTriangle.png);
	background-repeat: no-repeat;
	background-size: 50%;
	width: 40px;
	height: 60px;
}

/* 底部 */
.bottom_wrap {

	padding: 50px 0;
	background-color: #2C4079;
	width: 100%;
}

.bottom_list {
	display: flex;
	justify-content: space-around;
	padding-bottom: 30px;
}

.bottom_item {
	display: flex;
	flex-direction: column;
	width: 23%;
}

.bottom_item:first-child {
	padding-left: 30px;
}

.bottom_item:not(:first-child) {
	padding-left: 80px;
}

.bottom_item>img {
	width: 185px;
	height: 118px;
}

.bottom_item .first_name {
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	margin: 30px 0 20px 0;
}

.bottom_item .first_desc {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}

.bottom_item .bottom_name {
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #E8C37D;
	border-bottom: 4px solid #E8C37D;
	align-self: flex-start;
	margin-left: 10px;
}

.bottom_item .bottom_name {
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #E8C37D;
}

.bottom_item>ul {
	display: flex;
	flex-direction: column;
}

.bottom_item>ul>li {
	display: flex;
	margin-top: 35px;
}

.bottom_item>ul>li>img {
	width: 30px;
	height: 30px;
	align-self: center;
}

.bottom_item>ul>li>a {
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}


.copy_wrap {
	text-align: center;
	font-size: 26px;
	font-family: Segoe UI Historic;
	font-weight: 400;
	color: #E8C37D;
}

@media screen and (max-width: 767px) {
    .wid1200 {
        width: 100%;
        padding: 0 20px;
    }
	.header_wrap {
		justify-content: center;
		width: 100%;
	}

	.banner_title>a {
		font-size: 14px;
	}

	.top-right {}

	.header_main>.menubig {
		display: none;
	}

	.header_meta {
		margin-top: 0;
	}

	#menuSmall {
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
	}

	#menuSmall>.menuIcon {
		display: block;
		width: 30px;
		height: 3px;
		border-radius: 5px;
		margin-bottom: 5px;
		background: #fff;
		z-index: 22;
	}

	.menuSmallMask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .5);
		z-index: 20;
		height: 12000px;
	}

	.top-list {
		display: none;
	}

	.menuSmallInfobox {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		width: 80%;
		height: 90%;
		padding-top: 20px;
		z-index: 1000;
	}

	.menuSmallInfobox ul {
		width: 100%;
		height: 90%;
		overflow-y: auto;
		border-top: 1px solid #e0e0e0;
	}

	.menuSmallInfobox li>a {
		display: block;
		font-size: 1.6rem;
		line-height: 3.5rem;
		padding-left: 30px;
		color: #16181a;
		text-align: left;
	}

	#closemenu {
		display: block;
		float: right;
		width: 28px;
		height: 28px;
		margin-right: 15px;
	}

	#closemenu i {
		display: block;
		width: 50%;
		height: 50%;
		background: url(../img/close.png);
		background-size: 100%;
	}

	#closemenu:hover {
		transform: rotate(360deg);
		transition: all .5s;
	}

	.new_wrap {
		width: 100%;
	}

	.width1250 {
		width: 100%;
	}

	.width1350 {
		width: 100%;
	}

	.new_wrap {
		margin-top: 10px;
	}

	.new_con {
		display: flex;
		flex-direction: column;
	}

	.new_con>img {
		width: 100%;
	}

	.offer_wrap {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}

	.offer_left {
		width: 100%;
	}

	.offer_right {
		width: 100%;
	}

	.offer_right_item {
		display: flex;
		flex-direction: column;
	}

	.offer_right_school_con {
		margin-left: 0;
		margin-top: 10px;
	}

	.offer_right_list_wrap .more {
		display: flex;
		justify-content: flex-end;
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 20px;
		text-align: center;
	}

	.process_wrap {
		margin-top: 20px;
		padding: 20px;
	}
	
	.offer_left_item{
		width: 46%;
	}

	.offer_left_item>img {
		width: 100%;
		height: 80px;
	}

	.study_wrap {
		padding: 20px;
		flex-direction: column;
	}

	.item_wrap {
		width: 100%;
	}

	.serve_left {
		width: 100%;
	}

	.serve_wrap {
		padding: 20px;
		flex-direction: column;
	}

	.serve_left_item {
		width: 47%;
		height: auto;
		margin-bottom: 20px;
		margin-right: 10px;
	}

	.serve_left_item:nth-child(3n) {
		margin-right: 10px;
	}
	.serve_right{
		width: 100%;
	}
	.middleSchool_wrap{
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	.middleSchool_item{
		width: 100%;
	}
	.middleSchool_sq>div{
		padding: 0 20px;
	}
	.middleSchool_con{
		margin-bottom: 20px;
	}
	.advertisement_wrap,.otherServe_list,.visa_wrap,.bottom_list{
		display: flex;
		flex-direction: column;
		padding: 0 20px;
	}
	.advertisement_item,.otherServe_item,.visa_item,.visa_item1,.bottom_item{
		width: 100%;
	}
	.bottom_item:first-child {
		padding-left: 10px;
	}
	
	.bottom_item:not(:first-child) {
		padding-left: 0;
	}
	.resume_wrap{
		padding: 0 30px;
	}
	.resume_wrap .swiper-slide{
		width: 90% !important;
		margin-left: 0 !important;
	}
	.resume_item>img{
		width: 215px;
		height: 215px;
		left: calc((100% - 215px)/2);
	}
	.otherServe_wrap>div:nth-child(1){
		margin-top: 40px;
	}
	.student_wrap{
		padding: 0 30px;
		margin-top: 50px;
	}
	.student_wrap  .swiper-slide{
		width: 100% !important;
		margin-left: 0 !important;
	}
	.student_wrap .swiper-container1{
		padding-bottom: 100px;
	}
	.process_con{
		background-image: none;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
	}
	.process_item1,.process_item2,.process_item3,.process_item4,.process_item5,.process_item6,.process_item7{
		position: static;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 767px) and (max-width: 1010px) {
    .wid1200 {
        width: 100%;
        padding: 0 20px;
    }
	.header_wrap {
		justify-content: center;
		width: 100%;
	}

	.banner_title>a {
		font-size: 14px;
	}

	.top-right {}

	.header_main>.menubig {
		display: none;
	}

	.header_meta {
		margin-top: 0;
	}

	#menuSmall {
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
	}

	#menuSmall>.menuIcon {
		display: block;
		width: 30px;
		height: 3px;
		border-radius: 5px;
		margin-bottom: 5px;
		background: #fff;
		z-index: 22;
	}

	.menuSmallMask {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .5);
		z-index: 20;
		height: 12000px;
	}

	.top-list {
		display: none;
	}

	.menuSmallInfobox {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		width: 80%;
		height: 90%;
		padding-top: 20px;
		z-index: 1000;
	}

	.menuSmallInfobox ul {
		width: 100%;
		height: 90%;
		overflow-y: auto;
		border-top: 1px solid #e0e0e0;
	}

	.menuSmallInfobox li>a {
		display: block;
		font-size: 1.6rem;
		line-height: 3.5rem;
		padding-left: 30px;
		color: #16181a;
		text-align: left;
	}

	#closemenu {
		display: block;
		float: right;
		width: 28px;
		height: 28px;
		margin-right: 15px;
	}

	#closemenu i {
		display: block;
		width: 50%;
		height: 50%;
		background: url(../img/close.png);
		background-size: 100%;
	}

	#closemenu:hover {
		transform: rotate(360deg);
		transition: all .5s;
	}

	.new_wrap {
		width: 100%;
	}

	.width1250 {
		width: 100%;
	}

	.width1350 {
		width: 100%;
	}

	.new_wrap {
		margin-top: 10px;
	}

	.new_con {
		display: flex;
		flex-direction: column;
	}

	.new_con>img {
		width: 100%;
	}

	.offer_wrap {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}

	.offer_left {
		width: 100%;
	}

	.offer_right {
		width: 100%;
	}

	.offer_left_item:nth-child(2n+1) {
		/* margin-left: 0; */
	}

	.offer_right_item {
		display: flex;
		flex-direction: column;
	}

	.offer_right_school_con {
		margin-left: 0;
		margin-top: 10px;
	}

	.offer_right_list_wrap .more {
		display: flex;
		justify-content: flex-end;
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 20px;
		text-align: center;
	}

	.process_wrap {
		margin-top: 20px;
		padding: 20px;
	}

	.offer_left_item>img {
		width: 170px;
		height: 90px;
	}

	.swiper-wrapper {
		/* display: flex; */
		/* flex-wrap: wrap; */
	}

	.study_wrap {
		padding: 20px;
		flex-direction: column;
	}

	.item_wrap {
		width: 100%;
	}

	.serve_left {
		width: 100%;
	}

	.serve_wrap {
		padding: 20px;
		flex-direction: column;
	}

	.serve_left_item:nth-child(3n) {
		margin-right: 20px;
	}
	
	.advertisement_wrap,.otherServe_list,.visa_wrap,.bottom_list{
		display: flex;
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.advertisement_item,.otherServe_item,.visa_item,.visa_item1,.bottom_item{
		width: 50%;
	}
	
	.process_item1 {
		position: absolute;
		top: 4px;
		left: 20px;
	}
	
	.process_item2 {
		position: absolute;
		top: 4px;
		left: 230px;
	}
	
	.process_item3 {
		position: absolute;
		top: 4px;
		left: 450px;
	}
	
	.process_item4 {
		position: absolute;
		top: 4px;
		left: 650px;
	}
	
	.process_item5 {
		position: absolute;
		bottom: 14px;
		right: 100px;
	}
	
	.process_item6 {
		position: absolute;
		bottom: 30px;
		right: 330px;
	}
	
	.process_item6>img {
		width: 50px !important;
		height: 50px !important;
	}
	
	.process_item7 {
		position: absolute;
		bottom: 14px;
		right: 560px;
	}
	
	.resume_wrap{
		padding: 0 30px;
	}
	.resume_wrap .swiper-slide{
		width: 40% !important;
		margin-left: 0 !important;
	}
	.resume_item>img{
		width: 215px;
		height: 215px;
		left: calc((100% - 215px)/2);
	}
	.otherServe_wrap>div:nth-child(1){
		margin-top: 40px;
	}
	.student_wrap{
		padding: 0 40px 0 0;
		margin-top: 50px;
	}
	.student_wrap  .swiper-slide{
		width: 49% !important;
		margin-left: 0 !important;
	}
	.student_wrap .swiper-container1{
		padding-bottom: 100px;
	}
	.serve_right{
		width: 100%;
	}
	.middleSchool_sq{
		padding: 0 20px;
	}
	.middleSchool_wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.middleSchool_item{
		width: 48%;
	}
	.advertisement_item{
		margin-left: 10px;
		margin-bottom: 20px;
		width: 48%;
	}
	.otherServe_item,.visa_item,.visa_item1{
		width: 48%;
	}
}
