* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}
a {
  text-decoration: none;
  cursor: pointer;
}
a {
  transition: 0.3s;
}
a:hover {
  color: #d43339 !important;
}
/* 公共样式开始 */
.mainTit {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 21px;
}
.mainTit .mainTitL {
  display: flex;
  position: relative;
}
.mainTit .mainTitL::after {
  content: "";
  display: block;
  width: 6px;
  height: 23px;
  background: #d43339;
  position: absolute;
  left: -20px;
  top: 5px;
}
.mainTit .mainTitL::before {
  content: "";
  display: block;
  width: 6px;
  height: 23px;
  background: #d43339;
  position: absolute;
  left: -12px;
  top: 5px;
}
.mainTit .mainTitL span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-right: 6px;
}
.mainTit .mainTitL .mainTitLR {
  display: flex;
  flex-direction: column;
}
.mainTit .mainTitL .mainTitLR img {
  width: 90px;
  height: 6px;
  display: block;
  margin-bottom: 3px;
  margin-top: 5px;
}
.mainTit .mainTitL .mainTitLR p {
  font-weight: 400;
  font-size: 12px;
  color: #d43339;
}
.mainTit .mainTitR {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

/* 公共样式结束 */
/* 出国留学机构知多少 开始 */
.knowWrap {
  width: 100%;
  height: 515px;
  background-image: url(/Public/Home/images/lxzjsy_img/1.0.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 25px;
}
.knowWrap .swiper-button-next,
.knowWrap .swiper-button-prev {
  color: #ffffffd4;
}
.knowWrap .knInner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.knowWrap .knInner .knIL {
  width: 820px;
  height: 465px;
}
.knowWrap .knInner .knIR {
  width: 365px;
}
.knowWrap .knInner .knIR .knIRT {
  width: 365px;
  height: 275px;
  background: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(22, 23, 25, 0.1);
  border-radius: 7px;
  margin-bottom: 10px;
  overflow: hidden;
}
.knowWrap .knInner .knIR .knIRT .knIRTTit {
  text-align: center;
  font-weight: bold;
  line-height: 44px;
  font-size: 24px;
  color: #000000;
  margin-top: 14px;
  margin-bottom: 10px;
}
.knowWrap .knInner .knIR .knIRT .knIRTTit span {
  color: #d43339;
}
.knowWrap .knInner .knIR .knIRT input {
  width: 327px;
  height: 41px;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.knowWrap .knInner .knIR .knIRT .knIRTIn {
  display: flex;
  justify-content: center;
  position: relative;
}
.knowWrap .knInner .knIR .knIRT .knIRTIn img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 32px;
  top: 11px;
}
.knowWrap .knInner .knIR .knIRT .knIRTIn input {
  box-sizing: border-box;
  padding-left: 42px;
}
.knowWrap .knInner .knIR .knIRT .sub-btn {
  background: linear-gradient(90deg, #f76c5f 0%, #da453b 100%);
  border-radius: 20px;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}
.knowWrap .knInner .knIR .knIRT .sub-btn:hover {
  opacity: 0.8;
}
.knowWrap .knInner .knIR .knIRT #yzm-btn-left {
  padding-right: 100px;
}
.knowWrap .knInner .knIR .knIRT #yzm-btn {
  position: absolute;
  padding-left: 0;
  border: none;
  font-size: 16px;
  right: 28px;
  top: 5px;
  color: #d43339;
  width: 90px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.knowWrap .knInner .knIR .knIRT #yzm-btn:hover {
  opacity: 0.7;
}
.knowWrap .knInner .knIR .knIRB {
  width: 365px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(22, 23, 25, 0.1);
  border-radius: 7px;
  box-sizing: border-box;
  padding: 19px 14px 19px 19px;
}
.knowWrap .knInner .knIR .knIRB .knIRBTit {
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  height: 28px;
  align-items: center;
}
.knowWrap .knInner .knIR .knIRB .knIRBTit::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 21px;
  background: #ff9100;
  left: 0;
  top: 5px;
}
.knowWrap .knInner .knIR .knIRB .knIRBTit p {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
.knowWrap .knInner .knIR .knIRB .knIRBTit a {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.knowWrap .knInner .knIR .knIRB .knIRBCon {
  margin-top: 15px;
}
.knowWrap .knInner .knIR .knIRB .knIRBCon a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  display: block;
  box-sizing: border-box;
  padding-left: 11px;
  height: 37px;
  position: relative;
}
.knowWrap .knInner .knIR .knIRB .knIRBCon a::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.knowWrap .knInner .knIR .knIRB .knIRBCon a span {
  color: #d43339;
}
/* 出国留学机构知多少 结束 */
/* 地名 开始 */
.placeRT {
  position: relative;
}
.placeRT::before {
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url(/Public/Home/images/lxzjsy_img/2.1.png);
  background-size: 100% 100%;
}
.placeWrap {
  width: 1200px;
  margin: 0 auto;
  height: 116px;
  margin-top: 21px;
  background-image: url(/Public/Home/images/lxzjsy_img/2.0.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 10px 25px 0 100px;
  box-shadow: 0px 0px 17px 1px rgba(22, 23, 25, 0.1);
  border-radius: 7px;
}
.placeWrap .placeItem {
  display: flex;
  justify-content: space-between;
}
.placeWrap .placeItem a {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 48px;
  height: 48px;
  display: block;
  padding: 0 5px;
}
.placeChoose{
	color: #D43339 !important;
}
/* 地名 结束 */
/* 出国留学机构推荐 开始 */
.recommendWrap {
  width: 1200px;
  margin: 0 auto;
  height: 370px;
  margin-top: 68px;
}
.recommendWrap .recConWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.recommendWrap .recConWrap .recL {
  width: 368px;
  height: 315px;
  background-image: url(/Public/Home/images/lxzjsy_img/3.0.png);
  box-shadow: 0px 0px 17px 1px rgba(22, 23, 25, 0.1);
}
.recommendWrap .recConWrap .recL h1 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-top: 40px;
  margin-left: 32px;
  line-height: 22px;
}
.recommendWrap .recConWrap .recL h2 {
  font-weight: bold;
  font-size: 25px;
  color: #d43339;
  display: block;
  width: 203px;
  height: 36px;
  line-height: 36px;
  background: #fbdfc4;
  box-sizing: border-box;
  padding-left: 12px;
  margin-top: 10px;
  margin-left: 65px;
}
.recommendWrap .recConWrap .recL .recLCon {
  width: 339px;
  height: 143px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.recommendWrap .recConWrap .recL .recLCon .recLCItem {
  margin-top: 15px;
  width: 160px;
  height: 64px;
  background: #fbfbfb;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommendWrap .recConWrap .recL .recLCon .recLCItem img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.recommendWrap .recConWrap .recL .recLCon .recLCItem span {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.recommendWrap .recConWrap .recR {
  display: block;
  height: 315px;
  width: 817px;
}
/* 出国留学机构推荐 结束 */
/* 留学机构五花八门，一旦选错，损失难以挽回 开始 */
.falWrap {
  width: 1200px;
  height: 70px;
  background-image: url(/Public/Home/images/lxzjsy_img/4.0.png);
  background-size: 100% 100%;
  overflow: hidden;
  margin: 50px auto 0 auto;
}
.falWrap a {
  display: block;
  width: 246px;
  height: 53px;
  background: #ffffff;
  border-radius: 27px;
  font-weight: 400;
  font-size: 18px;
  color: #de1d13;
  text-align: center;
  line-height: 53px;
  margin-top: 9px;
  margin-left: 944px;
}
.falWrap a:hover {
  background-color: #d43339 !important;
  color: #ffffff !important;
}
/* 留学机构五花八门，一旦选错，损失难以挽回 结束 */
/* 出国留学机构费用 开始 */
.costWrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 41px;
}
.costWrap .costCon {
  height: 400px;
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.costWrap .costCon span {
  color: #d43339;
}
.costWrap .costCon .costConItem {
  width: 286px;
  height: 400px;
}
.costWrap .costCon .costConItem .cosCoIteT {
  display: block;
  width: 286px;
  height: 311px;
  background: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(22, 23, 25, 0.1);
  border-radius: 7px;
  box-sizing: border-box;
  padding: 13px;
}
.costWrap .costCon .costConItem .cosCoIteT:hover h2,
.costWrap .costCon .costConItem .cosCoIteT:hover h3 {
  color: #d43339 !important;
}
.costWrap .costCon .costConItem .cosCoIteT img {
	width: 260px;
    height: 146px;
    display: block;
    margin: 0 auto;
    border-radius: 7px;
}
.costWrap .costCon .costConItem .cosCoIteT h2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 16px;
  transition: 0.3s;
}
.costWrap .costCon .costConItem .cosCoIteT h3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-top: 11px;
  transition: 0.3s;
}
.costWrap .costCon .costConItem .cosCoIteB {
  font-weight: 400;
  font-size: 16px;
}
.costWrap .costCon .costConItem .cosCoIteB a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 17px;
}
.costWrap .costCon .costConItem .cosCoIteB span {
  color: #d43339;
}
/* 出国留学机构费用 结束 */
/* 推荐机构 开始 */
.recInsWrap {
  margin: 0 auto;
  width: 1200px;
  height: 71px;
  background: #fff7f7;
  border-radius: 35px;
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 10px;
  border: 1px solid #de1d13;
  display: flex;
  position: relative;
  margin-top: 35px;
}
.recInsWrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 13px;
  background-image: url(/Public/Home/images/lxzjsy_img/6.5.png);
  background-size: 100% 100%;
  top: 28px;
  right: 22px;
}
.recInsWrap .recInsInp {
  width: 243px;
  display: flex;
  align-items: center;
  position: relative;
}
.recInsWrap .recInsInp::after {
  content: "";
  display: block;
  width: 1px;
  height: 31px;
  background: #999999;
  position: absolute;
  top: 20px;
  left: 52px;
}
.recInsWrap .recInsInp img {
  width: 38px;
  height: 38px;
  margin-right: 15px;
  display: block;
}
.recInsWrap .recInsInp input {
  height: 40px;
  width: 180px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 16px;
  color: #a9a9a9;
  border: none;
  box-sizing: border-box;
  padding-left: 15px;
  border-radius: 20px;
  outline: none;
}
.recInsWrap #yzm-btn1 {
  width: 98px;
  height: 27px;
  background: #efefef;
  border-radius: 13px;
  text-align: center;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 27px;
  margin-top: 24px;
  cursor: pointer;
}
.recInsWrap #sub-btn1 {
  width: 138px;
  height: 53px;
  line-height: 53px;
  background: linear-gradient(0deg, #f14545 0%, #ff6161 100%);
  border-radius: 27px;
  text-align: left;
  border: none;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  box-sizing: border-box;
  padding-left: 19px;
  margin-top: 9px;
  margin-left: 14px;
  cursor: pointer;
  display: block;
}
/* 推荐机构 结束 */
/* 出国留学机构对比 开始 */
.contrastWrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contrastWrap .contCon {
  margin-top: 17px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.contrastWrap .contCon .contConItem {
  display: block;
  width: 387px;
  height: 165px;
  background: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(22, 23, 25, 0.1);
  border-radius: 7px;
  box-sizing: border-box;
  padding: 10px;
}
.contrastWrap .contCon .contConItem:hover span,
.contrastWrap .contCon .contConItem:hover p {
  color: #d43339 !important;
}
.contrastWrap .contCon .contConItem .contConItT {
  display: flex;
}
.contrastWrap .contCon .contConItem .contConItT img {
  width: 107px;
  height: 73px;
  border-radius: 7px;
  margin-right: 10px;
}
.contrastWrap .contCon .contConItem .contConItT p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  height: 56px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
  margin-top: 8px;
  line-height: 28px;
}
.contrastWrap .contCon .contConItem .contConItT p span {
  color: #d43339;
  transition: 0.3s;
}
.contrastWrap .contCon .contConItem > p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-top: 15px;
  transition: 0.3s;
}
/* 出国留学机构对比 结束 */
