.head_up .city .city_con {
	right: -70px;
}

.box_curriculum {
	font-family: Microsoft YaHei;
	background: #fff;
	padding-top: 105px !important;
}

.box_curriculum .curriculum_bot .list_right {
	width: 289px;
	border-left: 1px #ebeef2 solid;
	box-sizing: border-box;
	/* padding-left: 49px; */
	padding: 20px 30px;
}

.kb_info {
	display: flex;
}

.kb_info_left .bd {
	display: flex;
	justify-content: space-between;
}

.box_curriculum .curriculum_bot .list_right .kb_info .bd ul {
	float: left;
	margin: 10px 0 0 0;
	overflow: hidden;
}

.box_curriculum .curriculum_bot .list_right .kb_info .bd ul li {
	height: 100%;
	line-height: 22px;
	position: relative;
	height: auto !important;
	margin: 4px 0;

}

.box_curriculum .curriculum_top .cur span {
	font-weight: bold;
	color: #ff3434;
}

.box_curriculum .curriculum_top .cur:before {
	bottom: -1px;
}

.box_curriculum .title-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.box_curriculum .title-wrapper .p1 {
	font-weight: 400;
	font-size: 36px;
	color: #333333;
	margin-bottom: 27px;
}

.box_curriculum .title-wrapper .p2 {
	font-weight: 400;
	font-size: 14px;
	/*color: #999999;*/
}



.box_curriculum .curriculum_bot .cur_list {

	background: none;
}

.box_curriculum .curriculum_bot .list_bot {
	border-radius: 28px;
	background: #fff;
	overflow: hidden;
}

.box_curriculum .curriculum_bot .list_bot .jylp2 {
	display: none;
}

.box_curriculum .curriculum_bot .ad-img {
	margin-top: 30px;
}

.box_curriculum .curriculum_bot .ad-img img {
	width: 1200px;
	height: 90px;
	background: #ffffff;
	border-radius: 28px;
}

.box_curriculum .curriculum_bot .listbot_con .show-img {
	margin: 40px 0;

	display: flex;
}

.box_curriculum .curriculum_bot .listbot_con .list_right {
	border: none;
}

.box_curriculum .curriculum_bot .listbot_con .hd {
	display: flex;
	height: 30px !important;
}

.box_curriculum .curriculum_bot .listbot_con .hd .select {
	margin-left: 10px;
}

.box_curriculum .curriculum_bot .listbot_con .title {
	display: inline-block;
	height: 26px;
	padding: 0 25px;
	border-bottom: 13px solid #f7f7f7;
}

.box_curriculum .curriculum_bot .listbot_con .title .text1 {
	font-weight: 600;
	font-size: 28px;
	color: rgb(255, 80, 17);

}

.box_curriculum .curriculum_bot .listbot_con .title .text2 {
	font-weight: 300;
	font-size: 20px;
	color: #444444;
	padding-left: 30px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent {
	display: flex;
	flex-direction: row;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .list_right {
	width: 100%;
	/* 	height: 187px; */

	border-radius: 12px;
	overflow: hidden;
}

.kb_info_left {
	width: 845px;
	background-color: #fafafa;
	padding: 0 20px;
	border-radius: 10px;
	padding-top: 24px;
	padding-bottom: 20px;
}


.box_curriculum .curriculum_bot .listbot_con .newcontent .list_right .hd span b {
	font-size: 15px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .list_right .hd .select dt {
	font-size: 13px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content1 {
	box-sizing: border-box;
	width: 257px;
	height: 187px;
	background: #fafafa;
	border-radius: 12px;
	padding: 20px 15px;
	margin-right: 10px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content1 .span {
	font-weight: bold;
	font-size: 15px;
	color: #434a53;
	margin-bottom: 18px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content1 li {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 400;
	font-size: 13px;
	color: #434a53;
	line-height: 24px;
	padding-bottom: 10px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content1 li span {
	font-size: 30px;
	color: #ffa48a;
}

.kb_info {
	overflow: hidden;
}


.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 a img {
	margin-right: 6px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 a:nth-child(1) {
	font-size: 12px;
	width: 160px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 a:nth-child(2) {
	font-size: 12px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 a:nth-child(3) {
	font-size: 13px;
}

.content2 {
	padding-top: 20px;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 .seek-btn {
	position: relative;
	top: -17px;
	left: 30px;
	width: 119px;
	height: 32px;
	line-height: 32px;
	background: linear-gradient(90deg, #fe6e47, #fe5a47);
	border-radius: 16px;
	text-align: center;
	margin-top: 30px;
	color: #fff;
	padding-left: 11px;
	box-sizing: border-box;
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 .seek-btn::after {
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 2px solid #ff7566;
	border-left: none;
	border-top: none;
	transform: rotate(-45deg);
}

.box_curriculum .curriculum_bot .listbot_con .newcontent .content2 a {
	height: 32px;
	width: 107px !important;
	border: 1px solid rgb(236, 236, 236);
	border-radius: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
	padding-left: 10px;

}

.content2 {
	margin-left: 68px;
}

.content2_a1 {
	background-image: url(../image/index/picture1.png);
	background-repeat: no-repeat;
	background-position: 16px center;

}

.content2_a1:hover {
	background-image: url(../image/index/newPicture1.png);
	background-color: #fd4f10;
	color: #fff;

}

.content2_a2 {
	background-image: url(../image/index/picture2.png);
	background-repeat: no-repeat;
	background-position: 16px center;

}

.content2_a2:hover {
	background-image: url(../image/index/newPicture2.png);
	background-color: #fd4f10;
	color: #fff;

}

.content2_a3 {
	background-image: url(../image/index/picture3.png);
	background-repeat: no-repeat;
	background-position: 16px center;

}

.content2_a3:hover {
	background-image: url(../image/index/newPicture3.png);
	background-color: #fd4f10;
	color: #fff;

}



.box_curriculum {
	font-family: Microsoft YaHei;
	background: #fff;
	padding-top: 105px !important;
}

.box_curriculum .title-wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.box_curriculum .curriculum_bot {
	position: relative;
	width: 100%;
	background: #f7f7f7;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
	padding-bottom: 40px;
}

.box_curriculum .curriculum_bot .cur_list {
	background: none;
	border-radius: 20px
}

.box_curriculum .curriculum_bot .main_list {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height: 824px;
}

.list_bot {
	overflow: hidden;
}

.show-img {
	position: relative;
	cursor: pointer;
}

.showImg_ul {
	width: 115px;
	line-height: 36px;
	text-align: right;
}

.showImg_li {
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

.showImg_li1 {
	position: absolute;
	left: 200px;
	bottom: 40px;
	width: 180px;
}

.showImg_li1>.showImg_text {
	width: 140px;
}

.showImg_text {
	color: rgb(102, 102, 102);
}

.box_curriculum {
	position: relative;
	padding: 46px 0 0;
}

* {
	box-sizing: border-box;
}

.box_curriculum .curriculum_bot .listbot_con {
	position: relative;
	width: 1200px;
	padding-left: 20px;
	box-sizing: border-box;
	padding-top: 36px;
	float: right;
	height: 624px;
}

.clears::after {
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.showImg_li2 {
	position: absolute;
	left: 488px;
	bottom: 74px;
	width: 180px;
}

.showImg_li3 {
	position: absolute;
	left: 830px;
	bottom: 33px;
	width: 180px;
}

.showImg_li4 {
	position: absolute;
	left: 1054px;
	bottom: 56px;
	width: 180px;
}

.content2 span {
	margin-left: 14px;

}

.show-img {
	position: relative;
	cursor: pointer;
}



.shouImg_yuan_con {
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
}


.showImg_li1>.showImg_text {
	width: 140px;

}

.showImg_li1 {
	position: absolute;
	left: 200px;
	bottom: 40px;
	width: 180px;

}

.showImg_li1 .shouImg_yuan {
	position: absolute;

	bottom: -22px;
	right: -20px;
	text-align: center;
	width: 80px;
	color: red;
	font-weight: bold;
}

.showImg_li2 {
	position: absolute;
	left: 488px;
	bottom: 74px;
	width: 180px;

}

.showImg_li2>.showImg_text {
	width: 100px;

}

.showImg_li2 .shouImg_yuan {
	position: absolute;

	bottom: -20px;
	right: 39px;
	text-align: center;
	width: 80px;
	color: red;
	font-weight: bold;
}

.showImg_li3 {
	position: absolute;
	left: 830px;
	bottom: 33px;
	width: 180px;

}

.showImg_li3>.showImg_text {
	width: 100px;

}

.showImg_li3 .shouImg_yuan {
	position: absolute;

	top: -37px;
	left: -56px;
	text-align: center;
	width: 80px;
	color: red;
	font-weight: bold;
}


.showImg_li4 {
	position: absolute;
	left: 1054px;
	bottom: 56px;
	width: 180px;

}

.showImg_li4>.showImg_text {
	width: 112px;

}

.showImg_li4 .shouImg_yuan {
	position: absolute;

	top: -44px;
	left: -53px;
	text-align: center;
	width: 80px;

	font-weight: bold;
	color: red;
}
}

.show-img>img {
	width: 1017px;
}

.showImg_li4 .shouImg_yuan_con {
	width: 10px;
	height: 10px;
	/* background-color: 0163ff; */
	border-radius: 50%;
	display: inline-block;
}

.showImg_text {
	color: rgb(102, 102, 102);
}

.showImg_li {
	opacity: 0;
	/* 初始状态为透明 */
	transition: opacity 2s ease-in-out;
	/* 定义过渡效果 */
	/* 保持动画结束时的状态 */
}