/*---------------样式重置--------------*/
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
br,
hr,
table,
tr,
td,
dl,
dt,
dd,
form {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: PingFangSC-Regular, Inter, sans-serif;
	src: url('../fonts/pingfangsc/PingFangSC-Regular.woff2') format('woff2'),
	url('../fonts/pingfangsc/PingFangSC-Regular.woff') format('woff'),
	url("../fonts/inter/Inter-Regular.ttf") format('ttf');
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: PingFangSC-Regular, "微软雅黑", sans-serif;
	font-size: 14px;
	color: #111;
}

.clear {
	clear: both;
	font-size: 0;
}

ul,
li {
	list-style: none;
}

img {
	border: none;
}

input {
	outline: none;
}

textarea {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #222;
	cursor: pointer;
}

a:focus {
	outline: none;
}

a:visited {
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}



.header {
	/*background: #FFFBF6;*/
	width: 100%;
	position:fixed;
	top:0;
	z-index:100;
}

.widthCommon {
	width: 1200px;
	margin: 0 auto;
}

.headerMain {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.headerLogo {
	width: 200px;
}

.headerNavs {
	display: flex;
	color: #262626;
	flex: 1;
	align-items: center;
	margin-left: 110px;
	font-weight: 600;
}

.headerNav {
	margin-right: 50px;
	transition: all 0.3s ease;
}

.headerNav:hover {
	color: rgba(242, 122, 68, 1) !important;
	cursor: pointer;
	transition: all 0.3s ease;
}

.headerNav a:hover {
	color: rgba(242, 122, 68, 1);
}

.header-white {
	background-color:#ffffff;
}
.header-orange {
	background-color: #FFFBF6;
}

.text-primary {
	color: rgba(242, 122, 68, 1);
}

.section-visible {
	opacity: 1;
	transform: translateY(0);
}

.headerIcons {
	display: flex;
	align-items: center;
}

.headerIcons .header-icon{
	width: 40px;
	height: 40px;
	display:grid;;
	place-items:center;
	margin-right: 16px;
}

.headerIcons .header-icon:hover {
	background-color: #FEE8DE;
}

.headerIcons .footer-icon {
	width: 40px;
	height: 40px;
	display:grid;;
	place-items:center;
	margin-right: 16px;
}


.headerIcons .footer-icon a {

}

.headerIcons .footer-icon:hover {
	background-color: #282E3D;
}

.headerIcon {
	height: 18px;
}

.headerIcon:last-child {
	margin-left: 20px;
}

.banner {
	background: #FFFBF6;
	width: 100%;
}

.bannerMain {
	padding-top: 10%;
	padding-bottom: 3%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bannerCon {}

.bannerConTitle {
	margin-left: 112px;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 6px;
	color: #181313;
}

.bannerLogo {
	width: 416px;
}

.bannerDesc {
	font-weight: 400;
	font-size: 20px;
	color: #28272C;
	margin-left: 112px;
	margin-top: 20px;
}
.bannerPeople{
	width: 280px;
}
.bannerBtn {
	width: 144px;
	height: 56px;
	background: rgba(242, 122, 68, 1);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	box-shadow: 0px 16px 40px 0px #F27A4454;
	display: block;
	border-radius: 30px;
	margin-left: 112px;
	margin-top: 30px;
	transition: background 0.3s ease;
}

.bannerBtn:hover {
	color: #fff;
	background: rgba(229, 116, 64, 1);
	transition: background 0.3s ease;
}

.aboutUs {
	background: #fff;
}

.aboutUsMain {
	padding: 96px 0;
	/*padding-top: 96px;*/
}

.aboutUsTitle {
	font-weight: 600;
	font-size: 40px;
	text-align: center;
}

.aboutUsTabs {
	margin: 50px 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutUsTab {
	width: 244px;
	line-height: 76px;
	text-align: center;
	border-radius: 83px;
	/*padding: 10px;*/
	font-size: 24px;
	margin-right: 30px;
	color: #7B7881;
	position: relative;
	cursor: pointer;
}

.aboutUsTab:last-child {
	margin-right: 0px;
}

.aboutUsTab.current {
	/* border: 2px solid #F27A44;
	color: #fff;
	padding: 4px;
	background: #fff; */
}

.aboutUsTab {}

.aboutUsTab .aboutUsTabCon {
	background: #F0F0F1;
	border-radius: 83px;
	transition: background 0.3s ease;
}

.aboutUsTab.current .aboutUsTabCon {
	background: #F27A44;
}

.aboutUsTab .aboutUsTabCon:hover {
	background: #FFEFE8;
	color: rgba(242, 122, 68, 1);
	transition: background 0.3s ease;
}

.aboutUsTab.current .aboutUsTabCon:hover {
	background: #F27A44;
	color: #fff;
}


.aboutUsTab .ui-slider-tooltip{
	border: 1px solid transparent;
}
.aboutUsTab.current .ui-slider-tooltip{
	border: 1px solid rgba(242, 122, 68, 1)
}

.aboutUsTab .ui-slider-inner{
	background: #F0F0F1;
	transition: all 0.3s ease;
}
.aboutUsTab.current .ui-slider-inner{
	background: #F27A44;
	color: #fff;
}
.aboutUsTab .ui-tooltip-pointer-down{
	display: none;
}
.aboutUsTab.current .ui-tooltip-pointer-down{
	display: block;
}
.aboutUsTab .ui-slider-inner:hover {
	background: rgba(255, 239, 232, 1);
	color: rgba(242, 122, 68, 1);
	transition: all 0.3s ease;
}
.aboutUsTab.current .ui-slider-inner:hover{
	background: #F27A44;
	color: #fff;
	transition: all 0.3s ease;
}

.aboutUsTabArrow {
	width: 16px;
	height: 16px;
	background-color: transparent;
	/* 模块背景为透明 */
	border-color: #F27A44;
	border-style: solid;
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	/*箭头方向可以自由切换角度*/
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 2;
	display: none;
}

.aboutUsConItem {
	padding: 10px;
	border-radius: 24px;
	border: 2px solid #EDECEE;
	padding: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	background: linear-gradient(180deg, #FDFAF2 0%, rgba(253, 250, 242, 0) 100%);
	text-align: justify;
	display: none;
	cursor: pointer;
	color: #28272C;
}

.aboutUsConItem.active {
	display: block;
}

.aboutUsConItem .hasTop {
	margin-top: 15px;
}

.aboutUsConItemBtn {
	width: 168px;
	height: 48px;
	border: 2px solid #F27A44;
	background: #F27A4414;
	color: #F27A44;
	font-weight: 600;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	/*box-shadow: 0px 16px 40px 0px #F27A4454;*/
	display: block;
	border-radius: 30px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.3s ease;
}

.aboutUsConItemBtn:hover {
	color: #F27A44;
	box-shadow: 0px 16px 40px 0px #F27A4454;
}

.iconBtnArrow {
	width: 24px;
	margin-left: 10px;
}

.aboutUs.team {
	background: #F4F7FA;
}

.aboutUs.course {
	background: #fff;
}

.aboutUs.report {
	background: #F4F7FA;
}

/*.aboutUs.meeting {
	background-position: center center;
	background-image: url(../images/bgMeeting.png);
	background-image: url(../images/bgSeminar.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 735px;
}*/

.aboutUs.feature {
	background: #fff;
}

.aboutUs.share {
	background: #F4F7FA;
	padding-bottom: 60px;
}

.aboutUs.share .shareConItemName {
	font-weight: 600;
	color: #02033B;
	font-size: 16px;
	line-height: 24px;
}

.aboutUs.contact {
	background: linear-gradient(270deg, rgba(244, 247, 250, 0) 0%, #F4F7FA 46.33%);
	/* background-position: right center;
	background-image: url(../images/bgAddr.png);
	background-size: 50% 100%;
	background-repeat: no-repeat; */
}


.teamTeachers {
	display: flex;
	padding: 140px 0 33px 0;
}

.teamTeacher:last-child {
	margin-left: 20px;
}

.teamTeacher {
	flex: 1;
	display: flex;
	padding: 20px 20px 32px 30px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 1px #E5E5EA;
	transition: box-shadow 0.3s ease;
}

.teamTeacher:hover {
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
}

.teamTeacherPic {
	width: 208px;

	position: relative;
	display: flex;
}

.teamTeacherPicImg {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 20px;
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 1;
}

.teamTeacherDesc {
	margin-left: 20px;
	flex: 1;
}

.teamTeacherTagName {
	border: 1px solid #F27A44;
	color: #F27A44;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 8px;
}

.teamTeacherName {
	font-weight: 600;
	font-size: 24px;
	margin: 10px 0;
}

.teamTeacherInfo {
	text-align: justify;
	font-size: 14px;
	color: #7B7881;
}

.teamGroups {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.teamGroup {
	width: 23%;
	padding: 32px;
	border-radius: 24px;
	display: flex;
	background: #fff;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	flex-direction: column;
	margin-right: 1%;
	/*margin-right: 24px;*/
	box-sizing: border-box;
	margin-bottom: 2%;
	/*margin-bottom: 24px;*/
	transition: box-shadow 0.3s ease;
}

.teamGroup:nth-child(4n) {
	margin-right: 0%;
}

.teamGroup:hover {
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);

}

.teamGroupPic {
	position: relative;
	padding: 7px;
	background: #fff;
	/*border: 1px solid #F27A44;
	border-radius: 50%;*/
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:2;
}

.teamGroupPic::before {
	content: '';
	position: absolute;
	border: 1px solid #F27A44;
	border-radius: 50%;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.teamGroupPic::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	border: 1px solid transparent;
	box-shadow: 0 0 2px #F27A44;
	clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
	z-index: 1;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}


.teamGroupPicImg {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
}

.teamGroupName {
	font-weight: 600;
	font-size: 20px;
	color: #28272C;
	margin: 20px 0 10px 0;
}

.teamGroupDesc {
	font-weight: 400;
	font-size: 14px;
	color: #7B7881;
	margin-top:2rem;
}



.courseInfo {
	padding: 40px 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.courseTabs {}

.courseTab {
	width: 288px;
	height: 100px;
	border-radius: 24px;
	border: 1px solid #E5E5EA;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 1px rgba(229, 229, 234, 1) inset;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

.courseTab:last-child {
	margin-bottom: 0px;
}

.courseTab.current {
	border: 1px solid #F27A44;
	box-shadow: 0px 50px 50px 0px rgba(242, 122, 68, 0.08);
}

.courseTabCon {
	font-weight: 600;
	font-size: 20px;
	color: rgba(40, 39, 44, 0.6);
	transition: all 0.3s ease;
}

.courseTab.current .courseTabCon {
	color: #28272C;
}

.courseTabDesc {
	font-weight: 400;
	font-size: 14px;
	color: rgba(123, 120, 129, 0.6);
	transition: all 0.3s ease;
}

.courseTab.current .courseTabDesc {
	color: rgba(123, 120, 129, 1);
}

.courseTab:hover {
	border: 1px solid #F27A44;
	transition: all 0.3s ease;
}

.courseTab:hover .courseTabCon {
	color: #28272C;
	transition: all 0.3s ease;
}

.courseTab:hover .courseTabDesc {
	color: rgba(123, 120, 129, 1);
	transition: all 0.3s ease;
}

.courseTabBorder {
	width: 10px;
	height: 100%;
	background: #F27A44;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}

.courseTab.current .courseTabBorder {
	display: block;
}

.courseCon {
	padding: 16px;
	border: 1px solid rgba(242, 190, 68, 1);
	background: #fff;
	border-radius: 24px;
	margin-left: 30px;
	box-sizing: border-box;
}

.courseConItem {
	display: none;
	background: rgba(253, 250, 242, 1);
	height: 100%;
	padding: 32px;
	border-radius: 20px;
	font-size: 18px;
}

.courseConItem.active {
	display: block;
}

.courseConItem span {
	font-weight: bold;
}

.courseConItem .hasTop {
	margin-top: 20px;
}


.reportInfo {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.reportItem {
	/* flex: 1; */
	/* border: 2px dashed rgba(250, 177, 43, 1); */
	border-radius: 36px;
	box-shadow: 16px 16px 0px 0px rgba(255, 228, 175, 1);
	/* background: rgba(246, 244, 238, 1); */
	padding: 75px 32px;
	cursor: pointer;
	transition: box-shadow 0.3s ease;
	
	
/* 	background-position: top center;
	background-image: url(../images/bgWord.png);
	background-size: cover;
	background-repeat: no-repeat; */
	width: 570px;
	height: 1042px;
	position: relative;
	z-index: 1;
}
.reportItemDesc{
	position: relative;
	z-index: 2;
}

.reportItemMask{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.reportItem:hover {
	box-shadow: 16px 16px 0px 0px rgba(238, 198, 116, 1);

}

.reportItem:last-child {
	margin-left: 50px;
}

.reportItem .hasTop {
	margin-top: 40px;
	font-family: Songit SC;
	color: #28272C;
}

.reportBtn {
	width: 340px;
	height: 68px;
	background: rgba(242, 122, 68, 1);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 68px;
	text-align: center;
	box-shadow: 0px 16px 40px 0px #F27A4454;
	display: block;
	border-radius: 30px;
	margin-left: 112px;
	margin-top: 30px;
	margin: 80px auto 0 auto;
	transition: all 0.3s ease;
}

.reportBtn:hover {
	color: #fff;
	background: rgba(229, 116, 64, 1);
}

.meetingInfo {}

.meetingTitle {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	color: #fff;
}

.meetingCon {
	width: 80%;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.meetingDesc {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.meetingDesc .hasTop {
	margin-top: 80px;
}

.meetingForm {
	width: 370px;
	height: 330px;
	box-shadow: 0px 44px 54px 0px rgba(0, 0, 0, 0.35);
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 44px;
	padding: 30px;
	font-weight: 400;
	font-size: 16px;
	background: #DAD3CD;
	color: #51291B;
	position: relative;
}

.meetingFormItem:first-child {
	margin-top: 0px;
}

.meetingFormItem {
	margin-top: 15px;
}

.meetingFormTime {
	margin-top: 10px;
}

.meetingFormTimeInfo {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.meetingFormTimeDate {
	background: linear-gradient(90deg, rgba(242, 122, 68, 0) 0%, #F27A44 49.53%, rgba(242, 122, 68, 0) 100%);
	padding: 4px;
}

.meetingFormTimeLabel {
	margin-bottom: 10px;
}

.meetingFormTimeNum {
	font-weight: 600;
	font-size: 16px;
	background: rgba(242, 122, 68, 1);
	color: #fff;
	padding: 4px;
	border-radius: 4px;
}

.meetingFormTimeWay {
	border: 1px solid rgba(242, 122, 68, 1);
	color: rgba(242, 122, 68, 1);
	margin-left: 10px;
	padding: 4px;
	border-radius: 4px;
}

.meetingFormIcon {
	width: 113px;
	height: 174px;
	position: absolute;
	right: -100px;
	bottom: -25px;
	z-index: 1;
	transform: rotateY(180deg);
}

.featureTitle {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	color: #000;
}

.featureCon {
	display: flex;
	padding-top: 60px;
	align-items: stretch;
	justify-content: space-between;
}

.featureCon .featureConItem:nth-of-type(1) {
	font-family: Inter;
	width: 205px;
}

.featureCon .featureConItem:nth-of-type(2) {
	font-family: Inter;
	width: 282px;
}


.featureConItem:last-child {
	margin-right: 0px;
}

.featureConItem {
	margin-right: 100px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}

.featureConItemNum {
	font-weight: 700;
	font-style: Bold;
	font-size: 70px;
}

.featureConItemIcons {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.featureConItemIcon {
	width: 16px !important;
	height: 14px !important;
	margin-right: 5px;
}

.featureConItemLabel {
	font-weight: 600;
	font-size: 32px;
}

.featureConItemDesc {
	font-weight: 400;
	font-size: 16px;
}

.shareCon {
	display: flex;
	flex-direction: row;
	padding-top: 40px;
}

.shareConItem {
	background: #fff;
	/* width: 400px; */
	width: 100%;
	height: 348px;
	padding: 32px 36px;
	border-radius: 48px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/*margin-right: 30px;*/
	cursor: pointer;
	transition: box-shadow 0.3s ease;
}

.shareConItem:hover {
	box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.24);
}

.shareConItemDesc {
	flex: 1;
	font-size:16px;
	weight:400;
	line-height:24px;
}

.shareConItemIcons {
	display: flex;
	align-items: center;
	margin: 10px 0 30px 0;
}

.supportDesc {
	font-weight: 400;
	font-size: 16px;
	padding: 30px 0 30px 0;
	text-align: center;
}

.supportCon {
	/*padding-top: 40px;*/
	display: flex;
}

.supportConItem {
	background: linear-gradient(180deg, #F7C95F 0%, #FDB235 100%);
	width: 288px;
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 48px 32px;
	border-radius: 48px;
	margin-right: 16px;
}

.supportConItem:last-child {
	margin-right: 0px;
}

.supportConItemTitle {
	font-weight: 600;
	font-size: 23px;
}

.supportConItemBtn {
	width: 100%;
	height: 50px;
	background: rgba(67, 53, 222, 1);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	box-shadow: 0px 16px 40px 0px #F27A4454;
	display: block;
	border-radius: 42px;

	font-weight: 600;
	font-size: 16px;

	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.3s ease;
}

.supportConItemBtn:hover {
	color: #fff;
	box-shadow: 0px 8px 20px 0px rgba(67, 53, 222, 0.6);
	background: rgba(33, 19, 192, 1);
}

.supportConItemBtnIcon {
	width: 20px;
	margin-left: 20px;
}

.contactBg {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.contactBgImg {
	height: 608px;
	object-fit: cover;
}

.contactMain {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 0;

}

.contactInfo {
	padding: 100px 0 0 0;
	width: 50%;
}

.contactTitle {
	font-weight: 600;
	font-size: 40px;
}

.contactTitleSub {
	font-weight: 400;
	font-size: 20px;
	margin: 30px 0;
}

.contactTitleLine {
	height: 2px;
	width: 100%;
	background: rgba(237, 236, 238, 1);
	position: relative;
	margin: 33px 0;
}

.contactTitleLineActive {
	position: absolute;
	width: 15%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(242, 122, 68, 1)
}

.contactCon {}

.contactConItem {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contactConItemRound {
	border: 1px solid rgba(204, 204, 204, 1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactConItemIcon {
	width: 16px;
}

.contactConItemInfo {
	/*margin-left: 20px;*/
	margin-left: 9px;
}

.contactConItemInfoLabel {
	font-weight: 400;
	font-size: 12px;
	line-height:20px;
	color:#A4A1AA;
}

.contactConItemInfoVal {
	font-weight: 400;
	font-size: 16px;
	/*margin-top: 10px;*/
	color: #28272C;
	cursor: pointer;
	line-height:24px;
}

.contactConItemInfoVal a {
	color:#28272C !important;
}

.contactConItemInfoVal:hover {
	text-decoration: underline;
}

.footer {
	background: rgba(22, 28, 45, 1);
	padding: 30px 0;
}

.footerMain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.footerLogo {
	width: 200px;
}

.swipper-content {
	position: relative;
}

.swiper {
	width: 94%;
	height: 420px;
	position: relative;
}

.swipperArrowPrev {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #E1E1E1;
	background-color: #ffffff;
	/*background: rgba(225, 225, 225, 1);*/
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	left: 2%;
	top: 37%;
	/*margin-top: -60px;*/
	z-index: 9999;
	fill: #FFF;
	stroke-width: 1px;
	stroke: #E1E1E1;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
}

.swipperArrowNext {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #E1E1E1;
	background-color: #ffffff;
	/*background: rgba(225, 225, 225, 1);*/
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(180deg);
	cursor: pointer;
	position: absolute;
	right: 2%;
	top: 37%;
	/*margin-top: -60px;*/
	z-index: 9999;
	fill: #FFF;
	stroke-width: 1px;
	stroke: #E1E1E1;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
}

/*.swiper-wrapper div.swiper-slide {
	margin-right: 30px !important;
}*/

.swipperArrowIcon {
	width: 26px;
	display: block;
}

.swiper-pagination-bullet {
	width: 32px !important;
	border-radius: 4px !important;
	margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
	background: rgba(242, 122, 68, 1) !important;
}

.ui-slider-tooltip{
	background:#FFF; 
	border: 1px solid rgba(242, 122, 68, 1);
	color:#222222;
	display: block;
	text-align: center;
	padding: 2px;
	/* width: 244px; */
	width: 100%;
	position: relative; 
}
.ui-slider-inner{
	background: rgba(242, 122, 68, 1); 
	display: block;
	border-radius: 65px;
}
.ui-corner-all {
	-moz-border-radius-bottomleft:65px;
	-moz-border-radius-bottomright:65px;
	-moz-border-radius-topleft:65px;
	-moz-border-radius-topright:65px;
	-webkit-border-top-left-radius:65px 65px;
	-webkit-border-top-right-radius:65px 65px;
	-webkit-border-bottom-right-radius:65px 65px;
	-webkit-border-bottom-left-radius:65px 65px;
}
.ui-tooltip-pointer-down {
	border-bottom-width: 0;
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent;
	border-top: 8px solid rgba(242, 122, 68, 1);
	bottom:	-8px;
	display: block;
	height:0;
	left: 50%;
	margin-left: -7px;
	position: absolute; 
	width:0;
}
 
.ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent; 
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	left: -6px;
	top: -9px;
	position: absolute; 
}

.supportConItemBDesc a {
	color:#28272C;
}

.supportConItemBDesc a:hover{
	text-decoration:underline;
}

.footerMainCopy {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.aboutUsConItem .sub-line-height {
	margin:15px 0;
}

.aboutUsConItem div.about-two-title {
	color: #28272C;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
}
.aboutUsConItem p.sub-title {
	color: #28272C;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.aboutUsConItem p.sub-content{
	color:  #28272C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

@media screen and (max-width: 1200px) {
	.widthCommon {
		width: 96%;
	}

	.headerNavs {
		margin-left: 20px;
	}

	.contactInfo {
		margin: 0 auto;
	}

	.supportConItemBtn {
		height: auto;
	}

	.supportCon {
		flex-wrap: wrap;
		justify-content: center;
	}

	.supportConItem {
		width: 46%;
		margin-bottom: 12px;
	}

	.supportConItem:nth-child(2n) {
		margin-right: 0;
	}
	.featureCon{
		flex-wrap: wrap;
	}
	.featureConItem {
		margin-bottom: 40px;
		margin-right: 20px;
		flex: 1;
	}
	.aboutUs.meeting{
		height: 600px;
	}
	.reportItem{
		width: 520px;
		height: 942px;
		padding: 50px 20px;
		background-position: center center;
	}

	.reportItem .hasTop{

	}
}

@media screen and (max-width: 920px) {
	.widthCommon {
		display: flex;
		flex-direction: column;
	}

	.headerNavs {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.headerNav {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.headerIcon:last-child{
		margin-right: 20px;	
	}
	.bannerPeople {
		margin-top: 10px;
	}
	.bannerConTitle{
		margin-left: 74px;
	}
	.bannerLogo{
		width: 160px;
		margin-left: 30px;
	}
	.bannerDesc{
		margin-left: 74px;
	}
	.bannerBtn{
		margin-left: 74px;
	}
	.aboutUsTabs{
		flex-direction: column;
	}
	.aboutUsTab {
		font-size: 16px;
		line-height: 30px;
		margin-right: 10px;
	}
	
	.teamTeachers {
		flex-direction: column;
	}
	.teamTeacherPic{
		width: 100px;
	}
	.teamTeacherPicImg{
		height: 100px;
		position: relative;
		top: 0;
	}
	.teamTeacher:last-child {
		margin-left: 0;
		margin-top: 80px;
	}

	.teamGroup {
		width: 48%;
	}
	
	.teamGroup:nth-child(2n) {
		margin-right: 0;
	}
	.teamGroupPicImg{
		width: 80px;
		height: 80px;
		object-fit: cover;
	}
	.courseInfo {
		flex-direction: column;
	}

	.courseTabs {
		display: flex;
		flex-direction: column;
	}

	.courseTab {
		/* flex: 1; */
		width: auto;
		padding-left: 10px;
		height: 80px;
	}

	.courseTab.current .courseTabBorder {
		width: 8px;
	}

	.courseCon {
		margin-left: 0;
		margin-top: 20px;
	}

	.reportInfo {
		flex-direction: column;
		align-items: center;
	}
	.reportItem{
		width: 300px;
	}
	.reportItem:last-child {
		margin-left: 0px;
		margin-top: 40px;
	}
	.aboutUs.meeting{
		height: 250px;
		object-fit: cover;
	}

	.meetingCon {
		flex-direction: column;
	}

	.meetingForm {
		width: 100%;
		margin-top: 20px;
	}

	.featureCon {
		flex-direction: column;
	}

	.featureConItem {
		margin-bottom: 40px;
		margin-right: 0px;
	}
	
	.supportCon {
		flex-direction: column;
	}

	.supportConItem {
		width: 100%;
		margin-bottom: 20px;
	}

	.contactBg {
		flex-direction: column;
		justify-content: center;
	}

	.contactBgImg {
		width: 92%;
		height: auto;
	}
	.contactInfo{
		width: 80%;
	}
	.contactMain {
		position: relative;
		left: 0;
		margin-left: 0;
		margin: 20px auto;
	}
	.contactConItemInfo {
		flex: 1;
	}
	.aboutUs.contact {
		background: none;
	}

	.footerMain {
		align-items: flex-start;
	}

	.footerMainCopy {
		margin: 20px 0;
		font-size:12px;
		font-weight:400;
	}
	
	.reportItem{
		width: 320px;
		height: 650px;
		padding: 30px 10px;
		font-size: 12px;
	}
	.reportItem .hasTop{
		margin-top: 12px;
	}
}

