html,body {
    margin: 0;
    padding: 0;
}

.main {
    min-width: 1200px;
    margin: 0 auto;
    background-color: #f3f7ff;
}

.bannerWrap {
    height: 535px;
    background: url(../images/banner.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 61px;
}
.bannerWrap a{
    display: block;
    width: 860px;
    height: 130px;
    margin: 0 auto;
    padding-top: 323px;
    cursor: pointer;
}
/* questionWrap */

.questionWrap {
    height: 562px;
    background-color: #f3f7ff;
    padding-top: 63px;
}

.question_content {
    margin: 0 auto;
    height: 497px;
    width: 1198px;
    /* background-color: rgba(222, 184, 135, 0.219); */
}

.question_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 764px;
    margin: 0 auto;
}

.question_title p {
	font-family: AlibabaPuHuiTiB;
	font-size: 48px;
	color: #1b2072;
    display: inline-block;
    font-weight: 600;
    padding-left: 24px;
}

.question_fourWrap {
    width: 100%;
    height: 399px;
    /* background-color: rgba(128, 255, 0, 0.137); */
    margin-top: 39px;
    display: flex;
    justify-content: space-between;
}

.contact_wrap {
    width: 283px;
    height: 399px;
    background-color: #e3e7fe;
}

.imgWrap {
    width: 220px;
    height: 147px;
    margin: 0 auto;
    /* background-color: rgba(255, 127, 80, 0.171); */
    border-bottom: dashed 1px #275ab5;
    text-align: center;
    display: flex;
}

.imgWrap img {
    align-self: center;
    margin: 0 auto;
}

.contact_wrap p {
	font-family: AlibabaPuHuiTiM;
	font-size: 33px;
	letter-spacing: 2px;
    color: #275ab5;
    margin-left: 24px;
    margin-bottom: 38px;
}

.buttonWrap {
    width: 204px;
    height: 46px;
    background-color: #ffae00;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
}

.buttonWrap p {
	align-self: center;
    font-family: AlibabaPuHuiTiM;
	font-size: 26px;
	letter-spacing: 1px;
	color: #2029b0;
    margin: 0 auto;
}

.buttonWrap a {
	text-decoration: none;
	color: #2029b0;
    line-height: 46px;
}

/* questionWrap */


/* teacherInfoWrap */

.teacherInfoWrap {
    height: 917px;
    background-color: rgba(37, 37, 204, 0.555);
    padding-top: 27px;
    background: url(../images/bg_teacherInfo.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.question_title02 {
    width: 922px;
    padding-bottom: 40px;
}

.question_title02 p {
    padding-left: 0;
}

.teacherInfo_wrap {
    width: 1201px;
    height: 616px;
    border-top: 15px solid #275ab5;
    margin: 0 auto;
    background-color: #fff;
    display: flex;  
}

.teacherImg {
    width: 540px;
    display: inline-block;
    /* background-color: rgba(220, 20, 60, 0.342); */
    height: 616px;
    padding-left: 43px;
    padding-top: 21px;
}

.teacherInfo {
    width: 618px;
    display: inline-block;
    height: 651px;
    position: relative;
}

.nameWrap {
    width: 618px;
    margin-top: 73px;
    height: 95px;
}

.nameBoard {
    height: 55px;
    display: inline-block;
    position: relative;
    border-bottom: solid 15px #ffd42d;
    width: 155px;
    margin-right: 26px;
}

.positionBoard {
    display: inline-block;
}

.nameBoard p {
	font-family: AlibabaPuHuiTiM;
	font-size: 50px;
	color: #275ab5;
}

.nameBoard span {
	width: 6px;
    height: 10px;
    display: inline-block;
}

.positionBoard p {
	font-family: AlibabaPuHuiTiM;
	font-size: 40px;
	color: #275ab5;
}

.positionBoard span {
	width: 37px;
    height: 10px;
    display: inline-block;
}

.descWrap {
    /* background-color: rgba(255, 140, 0, 0.212); */
    display: flex;
}

.descWrapLeft {
    display: inline-block;
    padding-top: 13px;
    padding-right: 15px;
}

.descWrapRight {
	display: inline-block;
    line-height: 51px;
    width: 546px;
}

.descWrapRight p {
	font-family: AlibabaPuHuiTiM;
	font-size: 30px;
	color: #262626;
    width: 550px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.descWrapRight a{
    display: block;
    width: 200px;
    height: 60px;
    border-radius: 30px;
    margin: 20px auto;
    font-size: 24px;
    background: #ffdb35;
    color: #2029b0;
    text-align: center;
}
/* teacherInfoWrap */

/* hotSchoolWrap */

.hotSchoolWrap {
    width: 100%;
    height: 850px;
    background-color: #1b2072;
    /* background-color: #1b1f722d; */
    margin-top: -21px;
}

.hotSchool_content {
    width: 1200px;
    margin: 0px auto;

}

.question_title03 p {
    color: white;
    padding-left: 0;
    width: 764px;
    text-align: center;
    line-height: 48px;
    margin-top: 52px;
}

.fiveUniversity {
    margin-top: 50px;
    height: 550px;
    background-color: white;
    margin-bottom: 50px;
    display: flex;
}

.titleWrap {
	font-family: AlibabaPuHuiTiR;
	font-size: 32px;
    margin-top: 22px;
    text-align: center;
    display: inline-block;
    width: 239px;
    padding-bottom: 35px;
    margin-bottom: 0;
    border-bottom: 1px solid #bdbed6;
}

.desc_Wrap {
    font-family: AlibabaPuHuiTiR;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    width: 239px;
    margin-top: 14px;
    line-height: 44px;
    margin-bottom: 20px;
}

.uni01,.uni02,.uni03,.uni04,.uni05 {
    width: 239px;
    height: 550px;
    border-right: 1px solid #bdbed6;
}

.ico_logo {
    margin: 0 auto;
    margin-top: 40px;
    width: 118px;
    height: 118px;
}

.yellowButton {
    width: 191px;
	height: 46px;
	background-image: linear-gradient(180deg, 
		#ffdb35 0%, 
		#ffae00 100%), 
	linear-gradient(
		#275ab5, 
		#275ab5);
	background-blend-mode: normal, 
		normal;
	border-radius: 24px;
    margin: 0 auto;
}

.yellowButton p {
	font-family: AlibabaPuHuiTiR;
	font-size: 26px;
	line-height: 46px;
	letter-spacing: 1px;
	color: #2029b0;
    margin-top: 0px;
    text-align: center;
}

.yellowButton a {
	text-decoration: none;
	line-height: 46px;
	color: #2029b0;
}

.moreInfo {
    width: 575px;
	height: 73px;
	background-image: linear-gradient(180deg, 
		#ffdb35 0%, 
		#ffae00 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 37px;
    margin: 0 auto;
}

.moreInfo p {
    width: 575px;
	font-family: AlibabaPuHuiTiM;
	font-size: 36px;
	line-height: 73px;
	letter-spacing: 10px;
	color: #0d159d;
    text-align: center;
}

.moreInfo a {
    text-decoration: none;
    font-family: AlibabaPuHuiTiM;
	font-size: 36px;
	line-height: 73px;
	letter-spacing: 10px;
	color: #0d159d;
    text-align: center;
}

/* hotSchoolWrap */

/* contact_accessWrap */

.contact_accessWrap {
    background-color: #1b2072;
}

.question_title04 {
    width: 876px;
}

.question_title04 p {
    color: white;
    padding-left: 0;
    /* width: 876px; */
    text-align: center;
    line-height: 26px;
    margin-top: 14px;
}

.question_title04 img {
    padding-top: 24px;
}

.oto {
    width: 575px;
	height: 73px;
	background-image: linear-gradient(180deg, 
		#ffdb35 0%, 
		#ffae00 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 37px;
    margin: 0 auto;
}   

.oto p {
    width: 575px;
	font-family: AlibabaPuHuiTiM;
	font-size: 36px;
	line-height: 73px;
	letter-spacing: 10px;
	color: #0d159d;
    text-align: center;
}

.oto a {
    text-decoration: none;
	font-family: AlibabaPuHuiTiM;
	font-size: 36px;
	line-height: 73px;
	letter-spacing: 10px;
	color: #0d159d;
    text-align: center;
}

.pre_access {
    margin-top: 0;
}

.zcBorder {
    width: 410px;
	height: 601px;
	background-color: #ffffff;
	box-shadow: 0px 7px 9px 0px 
		rgba(112, 112, 112, 0.19);
	border-radius: 10px;
    margin: auto auto;
    background: url(../images/zc_white.png) center center no-repeat;
    background-size: cover;
}
/* 
.zcBorder4 {
    background: url(../images/white.png) center center no-repeat;
    background-size: cover;

} */
.CarouselWrap {
    width: 100%;
    background-color: #1b2072;
    min-width: 1200px;
    background-image: url();
    padding-top: 50px;
}

.topImg {
    padding-top: 17px;
    text-align: center
}

.topImg img {
    margin: 0 auto;
}

.nameBoarder {
    padding-top: 24px;
    position: relative;
}

.nameBoarder p {
	font-family: SourceHanSansCN-Medium;
	font-size: 40px;
	color: #333333;
}

.underLineBoard {
    width: 80px;
	height: 4px;
	background-color: #ffdb35;
    position: absolute;
    top: 82px;
    left: 165px;
}

.underLineBoard_wjm {
    width: 120px;
    left: 144px;
}

.paragraphWrap {
    display: flex;
    padding-top: 31px;
    padding-left: 22px;
    padding-bottom: 52px;
}

.paragraphWrap_wjm {
    padding-bottom: 15px;
}

.paragraphWrap img {
    padding-top: 11.5px;
}

.paragraphBorder {
	font-family: AlibabaPuHuiTiR;
	font-size: 19px;
	color: #000000;
    padding-left: 10px;
    line-height: 36px;
}

.contactNow {
    width: 165px;
	height: 39px;
	background-image: linear-gradient(180deg, 
		#ffdb35 0%, 
		#ffae00 100%), 
	linear-gradient(
		#1b2072, 
		#1b2072);
	background-blend-mode: normal, 
		normal;
	border-radius: 19px;
    margin: 0 auto;
}

.contactNow p {
    display: inline-block;
	font-family: AlibabaPuHuiTiR;
	font-size: 22px;
	line-height: 39px;
	letter-spacing: 3px;
	color: #2029b0;
    text-align: center;
}

.contactNow a {
    text-decoration: none;
	font-family: AlibabaPuHuiTiR;
	line-height: 39px;
	letter-spacing: 3px;
	color: #2029b0;
    text-align: center;
}

/* advance_Wrap */

.advance_Wrap {
    width: 100%;
    height: 1546px;
    background: url(../images/bg_tqms.png) center center no-repeat;
    background-size: cover;
}

.advanceParagraph {
    margin-top: 125px;
    margin-bottom: 41px;
}

.advanceImg {
    margin-top: 90px;
}

.advance_content {
    width: 1192px;
    height: 603px;
    border: 4px solid #4f8efc;
    border-radius: 54px 0px 54px 0px;
    overflow: hidden;
    background: url(../images/bg_blue.png) center center no-repeat;
    background-size: cover;
}

.whiteBoarder {
    width: 1192px;
    margin: 0 auto;
    height: 106px;
    background-color: white;
    border-radius: 0px 0px 54px 0px;
}

.whiteBoarder p {
    font-family: AlibabaPuHuiTiM;
	font-size: 46px;
	line-height: 106px;
	color: #333333;
    margin: 0;
    text-align: center;
    letter-spacing: 2px;
}

.whiteBoarder span {
	color: #115cdd;
}

.descriptionWrap {
	/* font-family: SourceHanSansCN-Medium; */
	font-size: 35px;
	line-height: 58px;
	letter-spacing: 1px;
	color: #ffffff;
    padding-left: 40px;
    margin-top: 54px;
    margin-bottom: 46px;
}

.button_border {
    width: 575px;
	height: 73px;
	background-image: linear-gradient(180deg, 
		#ffdb35 0%, 
		#ffae00 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 37px;
    margin: 0 auto;
}

.button_border p {
	font-family: AlibabaPuHuiTiM;
	font-size: 36px;
	line-height: 73px;
	letter-spacing: 10px;
	color: #2029b0;
    text-align: center;
}

.button_border a {
    text-decoration: none;
	font-family: AlibabaPuHuiTiM;
	font-size: 36px;
	line-height: 73px;
	letter-spacing: 10px;
	color: #2029b0;
    text-align: center;
}

.question_title05 {
    width: 792px;
}

.question_title05 p {
    padding-left: 0px;
}

.whiteBoarder02 {
    margin-top: 84px;
    height: 110px;
    background: #F3F7FF;
}

.whiteBoarder02 p {
    line-height: 46px;
}

.ico_wrap {
    width: 1250px;
    height: 130px;
    margin: 0 auto;
    /* background-color: rgba(127, 255, 212, 0.322); */
    display: flex;
    position: relative;
    padding-right: 50px;
}

.doc_wrap1 {
    width: 147px;
    height: 130px;
    background: url(../images/submit.png) center center no-repeat;
    background-size: cover;
}

.doc_wrap2 {
    width: 147px;
    height: 130px;
    background: url(../images/check.png) center center no-repeat;
    background-size: cover;
}

.doc_wrap3 {
    width: 147px;
    height: 130px;
    background: url(../images/notice.png) center center no-repeat;
    background-size: cover;
}

.doc_wrap4 {
    width: 147px;
    height: 130px;
    background: url(../images/doc.png) center center no-repeat;
    background-size: cover;
}

.doc_wrap5 {
    width: 147px;
    height: 130px;
    background: url(../images/interview.png) center center no-repeat;
    background-size: cover;
}

.doc_wrap6 {
    width: 147px;
    height: 130px;
    background: url(../images/result.png) center center no-repeat;
    background-size: cover;
}

.arrow_wrap {
    width: 64px;
    height: 130px;
    background: url(../images/arrow.png) center center no-repeat;
    background-size: 60%;
}

.tipWrap {
	font-family: AlibabaPuHuiTiR;
	font-size: 29px;
	line-height: 72px;
	color: #333333;
    position: absolute;
    top: 113px;
}

.tipWrap p {
	line-height: 38px;
    margin-top: 51px;
}

.tipWrap1 {
	left: 11px;
}

.tipWrap2 {
	left: 216px;
}

.tipWrap3 {
	left: 433px;
}

.tipWrap4 {
	left: 646px;
}

.tipWrap5 {
	left: 854px;
}

.tipWrap6 {
	left: 1045px;
}

.button_border01 {
    width: 575px;
	height: 74px;
    background-image: linear-gradient(180deg, 
    #ffdb35 0%, 
    #ffae00 100%), 
linear-gradient(
    #ffffff, 
    #ffffff);
}

.button_border01 p {
    margin-top: 158px;
}

/* advance_Wrap */

/* course_system */

.course_system {
    width: 100%;
    height: 1602px;
    background-color: #caddfe;
}

.courseSystemCon {
    margin: 0 auto;
    height: 1602px;
    width: 1200px;
    /* background-color: rgba(222, 184, 135, 0.219); */
}

.tableWrap {
    border-collapse: collapse;
    width: 1198px;
}

.tableWrap td {
    border: 1px solid #2873f6;
    font-family: SourceHanSansCN-Regular;
	font-size: 26px;
	color: #333333;
    line-height: 39px;
    background-color: #fff;
}

.tableWrap td>span {
	font-family: SourceHanSansCN-Bold;
	font-size: 29px;
	line-height: 41px;
	color: #0d56d5;
    font-weight: bold;
}

.tableWrap td:first-child {
	font-family: SourceHanSansCN-Bold;
	font-size: 30px;
	color: #ffffff;
    width: 192px;
	/* height: 256px; */
	background-color: #1b2072;
    text-align: center;
}

.tableWrap td:nth-child(2) {
	padding-left: 40px;
}

.line1 > td {
	height: 256px;
}

.line2 > td {
	height: 174px;
}

.line3 > td {
	height: 173px;
}

.line4 > td {
	height: 172px;
}

.tableWrap td:nth-child(3) {
	width: 212px;
}

.contact_now {
    width: 159px;
	height: 48px;
	background-color: #ffd42d;
	border-radius: 5px;
	font-family: SourceHanSansCN-Regular;
	font-size: 26px;
	line-height: 48px;
	color: #2029b0;
    text-align: center;
    margin: 0 auto;
}

.contact_now a {
	font-family: SourceHanSansCN-Regular;
	font-size: 26px;
	line-height: 48px;
	color: #2029b0;
    text-align: center;
    text-decoration: none;
}

.tableWrap1 td:first-child {
	height: 97px;
}

/* course_system */

/* formContactWrap */

.formContactWrap {
    width: 100%;
    height: 606px;
    background: url(../images/contactWrap.png) center center no-repeat;
    background-size: cover;
}

.wrapboarder {
    width: 1200px;
    height: 606px;
    /* background-color: rgba(245, 245, 220, 0.247); */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.lunBo {
    width: 692px;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.199); */
}

.biaoDan {
    width: 476px;
    height: 100%;
    /* background-color: rgba(25, 90, 187, 0.322); */
    text-align: right;
}

.biaoDan input {
    width: 410px;
	height: 69px;
	background-color: #ffffff;
	border-radius: 10px;
	font-family: SourceHanSansCN-Regular;
	font-size: 26px;
	line-height: 69px;
	letter-spacing: 1px;
	color: #808080;
    border: none;
    outline: none;
    padding-left: 22px;
    margin-right: 12px;
}

#mflq {
    width: 434px;
	height: 71px;
    background-color: #ffd42d;
	font-family: SourceHanSansCN-Bold;
	font-size: 34px;
	line-height: 71px;
	letter-spacing: 7px;
	color: #2029b0;
    padding-left: 0px;
}

.biaoDan p {
	font-family: SourceHanSansCN-Bold;
	font-size: 44px;
	color: #ffffff;
    margin-top: 128px;
    margin-bottom: 26px;
}

.biaoDan span {
	color: #ffc000;
}

/* formContactWrap */

/* endingWrap */

.endingWrap {
    width: 100%;
    height: 1048px;
}

.successImg {
    width: 100%;
    height: 643px;
    background: url(../images/successImg.png) center center no-repeat;
    background-size: cover;
}

.button_border04 {
    width: 754px;
	height: 73px;
	background-image: linear-gradient(180deg, 
		#ffdb35 0%, 
		#ffae00 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	border-radius: 37px;
}

.swiper-slide1 {
	width: 520px;
	/* height: 348px; */
	background: transparent;
}

/* endingWrap */