* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.jamp {
  width: 92%;
  margin: 0 auto;
  text-align: center;
  margin-top: 72px;
}

.jamp a {
  width: 200px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: linear-gradient(90deg, #FE8343, #F9462A);
  border-radius: 6px;
  font-weight: 400;
  color: #FFFFFF;
}

.promote {
  width: 1200px;
  margin: 0 auto;
}

.promote ul {
  display: flex;
  margin-top: 40px;
}

.promote ul li {
  width: 25%;
  padding: 15px;
  text-align: center;
  margin-right: 20px;
}

.promote ul li:last-child {
  margin-right: 0;
}

.promote ul li:hover {
  box-shadow: 0px 0px 40px 0px rgba(133, 133, 133, 0.58);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.58);
}

.promote ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
}

.promote ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-top: 10px;
  display: block;
}

.promote ul li img {
  width: 50px;
  height: 52px;
}

.advantage {
  width: 1200px;
  margin: 0 auto;
}

.advantage ul {
  display: flex;
  margin-top: 15px;
}

.advantage ul:last-child {
  margin-top: 30px;
}

.advantage ul li {
  width: 368px;
  margin-right: 43px;
}

.advantage ul li p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  line-height: 34px;
  margin-top: 10px;
}

.advantage ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.advantage ul li:last-child {
  margin-right: 0;
}

.advantage ul li img {
  width: 100%;
}
/* 
.process {
  width: 100%;
  height: 677px;
  margin-top: 80px;
  background: url(/Public/Home/images/tiaojian_img/officer.png) no-repeat;
  background-size: 100% 100%;
} */

.scholarship {
  width: 1200px;
  margin: 0 auto;
}

.scholarship ul {
  display: flex;
}

.scholarship li {
  width: 374px;
  height: 211px;
  margin-right: 40px;
  text-align: center;
  border-radius: 6px;
}

.scholarship li:last-child {
  margin-right: 0;
}

.scholarship ul li p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 35px;
}

.scholarship ul li span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 15px;
}

.scholarship_li1 {
  background: url(/Public/Home/images/tiaojian_img/scholarship1.png)no-repeat;
}

.scholarship_li2 {
  background: url(/Public/Home/images/tiaojian_img/scholarship2.png)no-repeat;
}

.scholarship_li3 {
  background: url(/Public/Home/images/tiaojian_img/scholarship3.png)no-repeat;
}

.rate {
  width: 1200px;
  margin: 0 auto;
}

.rate ul {
  display: flex;
  margin-top: 30px;
}

.rate ul li {
  width: 272px;
  margin-right: 15px;
  padding: 0 15px;
  text-align: center;
}

.rate ul li:last-child {
  margin-right: 0;
}

.rate ul li img {
  margin-top: 15px;
}

.rate ul li p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
}

.rate ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: block;
  margin-top: 15px;
}

.rate ul li:hover {
  color: #FFFFFF;
  background: #F24419;

}

.rate ul li:hover p,
.rate ul li:hover span {
  color: #FFFFFF;
}

.school {
  height: 712px;
  width: 100%;
  background: url(/Public/Home/images/tiaojian_img/offer_bg.png) no-repeat;
  background-size: 100% 100%;
}

.school_ul li {
  width: 182px;
  height: 196px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}

.school_ul li img {
  width: 95px;
  height: 95px;
  margin-top: 22px;
}

.offer ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}

.offer ul li {
  margin-right: 43px;
}

.offer ul li:last-child {
  margin-right: 0;
}

.graduate_top7 {
  height: 515px;
  background: url(/Public/Home/images/tiaojian_img/input.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
}

.top7_input {
  width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

.graduate_top7 p {
  width: 120px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  font-size: 28px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
}

.top7_input input {
  width: 376px;
  height: 50px;
  padding-left: 10px;
  margin-right: 15px;
  border-radius: 4px;
  border: none;
  margin-top: 30px;
  background: rgba(255, 255, 255, .7);
}

.top7_input input:last-child {
  margin-right: 0;
}

.top7_input textarea {
  width: 1183px;
  height: 156px;
  color: #424242;
  margin-top: 30px;
  padding-left: 10px;
  padding-top: 10px;
  background: rgba(255, 255, 255, .7);
  border-radius: 4px;
}

.school {
  padding-top: 1px;
  margin-top: 50px;
}

.school_ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 15px;
}

.school_ul p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 15px;
}

.school_ul li {
  width: 182px;
  height: 176px;
  margin-right: 22px;
  background: #FFFFFF;
  background: rgba(133, 133, 133, 0.58);
}

.admission_list {
  width: 1200px;
  margin: 0 auto;
}

.admission_list_top {
  display: flex;
  height: 40px;
  background: #F03939;
}

.admission_list_top p {
  height: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.admission_list_top p:nth-child(1) {
  width: 194px;
}

.admission_list_top p:nth-child(2) {
  width: 305px;
}

.admission_list_top p:nth-child(3) {
  width: 275.5px;
}

.admission_list_top p:nth-child(4) {
  width: 354.3px;
}

.admission_list_top p:nth-child(5) {
  width: 171.7px;
}

.admission_list_main ul {
  display: flex;
}

.admission_list_main ul {
  background: #FFFBFA;
}

.admission_list_main ul:nth-child(2n) {
  background: #FCF5F4;
}

.admission_list_main ul li {
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #666666;
}

.admission_list_main ul li a {
  color: #FC431E;
}

.admission_list_main ul li:nth-child(1) {
  width: 194px;
}

.admission_list_main ul li:nth-child(2) {
  width: 305px;
}

.admission_list_main ul li:nth-child(3) {
  width: 275.5px;
}

.admission_list_main ul li:nth-child(4) {
  width: 354.3px;
}

.admission_list_main ul li:nth-child(5) {
  width: 171.7px;
}

#tit {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#tit li {
  width: 300px;
  height: 54px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  border-right: 1px solid #fff;
  line-height: 54px;
  text-align: center;
  background: #FD8F3F;
}

#con dt {
  width: 1131px;
  height: 560px;
  margin: 0 auto;
  padding-left: 68px;
  background: #FCF5F4;
  padding-top: 5px;
  color: #333333;
  font-size: 18px;
}

#con dt img {
  margin-right: 15px;
}

#con dt span {
  color: #666666;
  font-size: 16px;
  margin: 15px 0;
  display: block;
  line-height: 30px;
}

#con dt div {
  display: flex;
  margin-top: 30px;
}

.select {
  background: #F73735 !important;
}

.encapsulation_btn {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.encapsulation_btn a {
  width: 200px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FE8343, #F9462A);
  border-radius: 6px;
  letter-spacing: 2px;
}

#wrapper {
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  position: relative;
}

#carousel {
  width: 1200px;
  margin: 0 auto;
}

#carousel li {
  width: 250px;
  height: 320px;
  /* font-size: 40px; */
  color: #999;
  text-align: center;
  display: block;
  padding: 0;
  margin: 6px;
  float: left;
  /* padding: 0 15px; */
  position: relative;
  margin-right: 35px;
  margin-left: 15px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.11);

}

#carousel li a {
  color: #010920;
}

#carousel li img {
  width: 100%;
  margin-bottom: 10px;
}

.caroufredsel_wrapper {
  width: 1200px !important;
}

#carousel .prev {
  background-position: 0 0;
  left: -30px;
  top: 133px;
}

#carousel .next {
  background-position: -18px 0;
  right: -20px;
  top: 133px;
}

#carousel .prev,
#carousel .next {
  background: transparent url(/Public/Home/images/tiaojian_img/carousel_control.png) no-repeat 0 0;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 21px;
  margin-left: 10px;
  position: absolute;
  top: 70px;
}

#carousel .prev {
  background-position: 0 0;
  left: -50px;
  top: 133px;
}

#carousel .prev:hover {
  left: -31px;
  top: 133px;
}

#carousel .next {
  background-position: -18px 0;
  right: -20px;
  top: 133px;
}

#carousel .next:hover {
  right: -21px;
  top: 133px;
}

#carousel .pager {
  text-align: center;
  margin: 0 auto;
  top: 133px;
}

#carousel .pager a {
  background: transparent url(/Public/Home/images/tiaojian_img/carousel_control.png) no-repeat -2px -32px;
  text-decoration: none;
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
}

#carousel .pager a.selected {
  background: transparent url(/Public/Home/images/tiaojian_img/carousel_control.png) no-repeat -12px -32px;
  text-decoration: underline;
}

.carousel ul li:hover .carousel_p {
  display: none;
}

.carousel_p {
  line-height: 40px;
  color: #010920;
}

.carousel .p {

  color: #010920;
}

/* 底部新增模块 开始 */
.home_offer_btn a {
  border-radius: 22px;
  width: 217px;
  height: 48px;
  margin: 0 auto;
  display: block;
  background: linear-gradient(85deg, rgb(241 0 0 / 76%), #f53c3cc2);
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
}

.home_offer_ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.home_offer_ul li {
  margin-right: 60px;
}

.home_offer_ul li:last-child {
  margin-right: 0;
}

.home_offer_ul_con {
  display: flex;
  width: 255px;
}

.home_offer_ul_con img {
  width: 136px;
  height: 136px;
}

.home_offer_ul_font p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

.home_offer_ul_font span {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.home_offer_ul_font {
  margin-top: 35px;
}

.home_offer_ul_btn {
  display: flex;
  margin-top: 15px;
}

.home_offer_ul_btn a {
  width: 114px;
  height: 29px;
  display: block;
  border: 1px solid #666666;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 29px;
  text-align: center;
  letter-spacing: 2px;
}

.home_offer_ul_btn a:last-child {
  color: #666666;
  margin-left: 18px;
}

.home_offer_ul_btn a:hover {
  color: #EE4F4F;
  border: 1px solid #EE4F4F;
}

.power_bottom {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 55px;
}

.power_bottom dt {
  margin-right: 50px;
  text-align: center;
}

.power_bottom dt:last-child {
  margin-right: 0;
}

.power_bottom img {
  width: 126px;
  height: 126px;
}

.power_bottom p {
  width: 157px;
  height: 29px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 29px;
  text-align: center;
  margin-top: 10px;
}

.power_bottom p span {
  color: #F53C3C;
  font-size: 16px;
  margin-left: 10px;
}

.topic_title {
  width: 92%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}

.topic_title b {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  letter-spacing: 2px;
}

.topic_title span {
  width: 260px;
  height: 23px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: block;
  margin: 0 auto;
}

.topic_title p {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  margin: 0 auto;
  line-height: 26px;
  margin-top: 20px;
}

.link_p_bottom {
  width: 210px;
  position: absolute;
  left: 44%;
  bottom: 4px;
  border-bottom: solid #ED4545 5px;
  opacity: 0.14;
}

/* 底部新增模块 结束 */
/* 新增额特色模块开始 */
.speTit {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.speTit p {
  font-weight: bold;
  font-size: 30px;
  color: #151515;
  line-height: 38px;
  position: relative;
  margin-bottom: 20px;
}
.speTit p::before {
  display: block;
  content: "";
  width: 53px;
  height: 53px;
  background-image: url(/Public/Home/images/tiaojian_img/0.11.png);
  background-size: 100% 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.speTit p::after {
  display: block;
  content: "";
  width: 53px;
  height: 53px;
  background-image: url(/Public/Home/images/tiaojian_img/0.22.png);
  background-size: 100% 100%;
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.speThCoTabItemActive {
  background: #d43339 !important;
  color: #ffffff !important;
}
.speThi {
  height: 750px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 44px;
}
.speThi .speThiCon {
  margin-top: 35px;
}
.speThi .speThiCon .speThCoTab {
  display: flex;
  justify-content: space-between;
  width: 852px;
  height: 50px;
  margin: 0 auto;
}
.speThi .speThiCon .speThCoTab div {
  width: 198px;
  height: 50px;
  background: #ececec;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  line-height: 50px;
  transition: 0.3s;
  text-align: center;
}
.speThi .speThiCon .speThCoTab div:hover {
  background: #d43339;
  color: #ffffff;
}
.speThi .speThiCon .speThCoCoWrap {
  width: 1210px;
  height: 471px;
  margin: 27px auto 0 auto;
}
.speThi .speThiCon .speThCoCoWrap .speThCoCoItem {
  display: flex;
  flex-wrap: wrap;
}
.speThi .speThiCon .speThCoCoItemSec {
  background-image: url(/Public/Home/images/tiaojian_img/3.0.png);
  background-image: 100% 100%;
  background-repeat: no-repeat;
  width: 1210px;
  height: 471px;
}
.speThi .speThiCon .speThCoCoItemSec .itemInner {
  width: 396px;
  height: 215px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 13px;
  padding-right: 18px;
}
.speThi .speThiCon .speThCoCoItemSec .itemInner > p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #151515;
  line-height: 36px;
}
.speThi .speThiCon .speThCoCoItemSec .itemInner > p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
.speThi .speThiCon .speThCoCoItemSec > .itemInner:nth-child(1) {
  background-image: url(/Public/Home/images/tiaojian_img/3.1.png);
  background-image: 100% 100%;
  margin-left: -5px;
}
.speThi .speThiCon .speThCoCoItemSec > .itemInner:nth-child(2) {
  background-image: url(/Public/Home/images/tiaojian_img/3.3.png);
  background-image: 100% 100%;
  margin-left: 10px;
}
.speThi .speThiCon .speThCoCoItemSec > .itemInner:nth-child(3) {
  background-image: url(/Public/Home/images/tiaojian_img/3.5.png);
  background-image: 100% 100%;
  margin-left: 12px;
}
.speThi .speThiCon .speThCoCoItemSec > .itemInner:nth-child(4) {
  background-image: url(/Public/Home/images/tiaojian_img/3.2.png);
  background-image: 100% 100%;
  margin-top: 40px;
  margin-left: 188px;
  padding-top: 20px;
}
.speThi .speThiCon .speThCoCoItemSec > .itemInner:nth-child(5) {
  background-image: url(/Public/Home/images/tiaojian_img/3.4.png);
  background-image: 100% 100%;
  margin-top: 40px;
  margin-left: 34px;
  padding-top: 20px;
}
.speThi .speThiCon .speThCoCoItemFir {
  background-image: url(/Public/Home/images/tiaojian_img/3.00.png);
  background-image: 100% 100%;
  width: 1210px;
  height: 471px;
  background-repeat: no-repeat;
}
.speThi .speThiCon .speThCoCoItemFir .itemInner {
  width: 396px;
  height: 215px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 13px;
  padding-right: 18px;
}
.speThi .speThiCon .speThCoCoItemFir .itemInner > p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #151515;
  line-height: 36px;
}
.speThi .speThiCon .speThCoCoItemFir .itemInner > p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
.speThi .speThiCon .speThCoCoItemFir > .itemInner:nth-child(1) {
  background-image: url(/Public/Home/images/tiaojian_img/3.1.png);
  background-image: 100% 100%;
  margin-left: 89px;
}
.speThi .speThiCon .speThCoCoItemFir > .itemInner:nth-child(2) {
  background-image: url(/Public/Home/images/tiaojian_img/3.3.png);
  background-image: 100% 100%;
  margin-left: 228px;
}
.speThi .speThiCon .speThCoCoItemFir > .itemInner:nth-child(3) {
  background-image: url(/Public/Home/images/tiaojian_img/3.2.png);
  background-image: 100% 100%;
  margin-left: 402px;
  margin-top: 40px;
  padding-top: 20px;
}
/* 新增额特色模块结束 */