* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}

a {
  text-decoration: none;
  cursor: pointer;
}

.doTp {
  color: #131313;
  line-height: 18px;
  margin-bottom: 1px;
  position: relative;
  margin-bottom: 13px;
}

.doTp::before {
  position: absolute;
  left: -20px;
  top: 5px;
  width: 7px;
  height: 7px;
  background-color: #131313;
  transform: rotate(45deg);
  content: "";
}

.doTpP {
  color: #131313;
  line-height: 18px;
  margin-bottom: 1px;
  position: relative;
  margin-bottom: 13px;
}

.doTpP::before {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 7px;
  height: 7px;
  background-color: #131313;
  transform: rotate(45deg);
  content: "";
}

.dotCon {
  font-size: 16px;
  line-height: 30px;
}

.fontWeight {
  font-weight: bold;
}

.conditionBtn {
  width: 221px;
  height: 49px;
  background: linear-gradient(0deg, #ff6b3c 0%, #ff9c7c 100%);
  border-radius: 24px;
  display: block;
  margin: 0 auto 40px auto;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 49px;
  transition: 0.3s;
  letter-spacing: 1px;
}

.conditionBtn:hover {
  background: linear-gradient(0deg, #ff4e19 0%, #ff8a63 100%);
}

.mainTitle {
  width: 1200px;
  margin: 0 auto;
}

.mainTitle .mainTitleTop {
  font-weight: bold;
  font-size: 38px;
  color: #192445;
  height: 71px;
  position: relative;
  display: flex;
  justify-content: center;
}

.mainTitle .mainTitleTop::before {
  content: "STUDY ABROAD";
  font-weight: bold;
  font-size: 71px;
  line-height: 71px;
  color: #192445;
  opacity: 0.05;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.mainTitle .mainTitleTop .mainTitleTopC {
  line-height: 71px;
  text-align: center;
  position: relative;
  align-self: center;
  letter-spacing: 2px;
}

.mainTitle .mainTitleTop .mainTitleTopC::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/Public/Home/images/mbsq_img/0.0.png);
  background-size: 100% 100%;
  right: -35px;
  top: 10px;
  content: "";
}

.mainTitle .mainTitleTop .mainTitleTopC::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/Public/Home/images/mbsq_img/0.1.png);
  background-size: 100% 100%;
  left: -35px;
  bottom: 7px;
  content: "";
}

.mainTitle .mainTitleBottom {
  font-weight: 400;
  font-size: 16px;
  color: #192445;
  line-height: 24px;
  text-align: center;
  margin-top: -2px;
}

/* banner 开始 */
.bannerWrap {
  height: 480px;
  width: 100%;
  position: relative;
}

.bannerWrap .banCenter {
  overflow: hidden;
  display: block;
  height: 480px;
  width: 100%;
  background-image: url(/Public/Home/images/mbsq_img/1.1.png);
  background-size: 100% 100%;
}

.bannerWrap .banCenter img {
  width: 1073px;
  height: 173px;
  margin: 100px auto 0 auto;
  display: block;
}

.bannerWrap .banBtn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 120px;
  display: block;
  width: 298px;
  height: 46px;
  background: linear-gradient(0deg, #ff6b3c 0%, #ff9c7c 100%);
  border-radius: 23px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 46px;
}

/* banner 结束 */
/* 美国留学硬性条件 开始 */
.stiffTabActive {
  font-weight: bold !important;
  background: #f8e1c7 !important;
}

.stiffTabActive::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #d08738;
}

.stiffConditionWrap {
  padding-bottom: 30px;
  padding-top: 80px;
}

.stiffConditionWrap .stiffConditionCont {
  width: 1200px;
  margin: 20px auto 30px auto;
  height: 188px;
  background: #ffffff;
  box-shadow: 0px 0px 36px 2px rgba(109, 62, 0, 0.15);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.stiffConditionWrap .stiffConditionCont .stiConL {
  width: 144px;
  height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stiffConditionWrap .stiffConditionCont .stiConL .stiConLItem {
  width: 144px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #fff1e3;
  font-weight: 400;
  font-size: 20px;
  color: #904c03;
  position: relative;
  transition: 0.3s;
}

.stiffConditionWrap .stiffConditionCont .stiConR {
  width: 1056px;
  height: 188px;
  box-sizing: border-box;
  background-image: url(/Public/Home/images/mbsq_img/2.1.png);
  background-size: 1056px 188px;
  background-position-x: -10px;
  background-position-y: -20px;
  background-clip: border-box;
  padding: 0px 60px 0 45px;
  overflow-y: auto;
  border: 10px solid #ffffff00;
  border-bottom: 30px solid #ffffff00;
  border-top: 20px solid #ffffff00;
}

.stiffConditionWrap .stiffConditionCont .stiConR .stiConRITem {
  display: none;
  font-size: 16px;
}

/* 美国留学硬性条件 结束 */
/* 美国留学软性条件 开始 */
.softConditionWrap {
  width: 100%;
  height: 897px;
  background-image: url(/Public/Home/images/mbsq_img/3.0.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 20px;
}

.softConditionWrap .softConWrap {
  width: 1200px;
  margin: 15px auto 33px auto;
}

.softConditionWrap .softConWrap .softConT {
  width: 1200px;
  height: 296px;
  display: flex;
  justify-content: space-between;
}

.softConditionWrap .softConWrap .softConT .soCoTL {
  width: 46px;
  height: 289px;
  background-image: url(/Public/Home/images/mbsq_img/3.5.png);
  background-size: 100% 100%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 114px 10px 0 10px;
  font-size: 20px;
  color: #ffffff;
  margin-top: 8px;
}

.softConditionWrap .softConWrap .softConT .soCoTR {
  width: 1148px;
  height: 296px;
}

.softConditionWrap .softConWrap .softConT .soCoTR .soCoTRTab {
  width: 1148px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.softConditionWrap .softConWrap .softConT .soCoTR .soCoTRTab .soCoTRTabItem {
  width: 190px;
  height: 60px;
  background-image: url(/Public/Home/images/mbsq_img/3.1.png);
  background-size: 100% 100%;
  line-height: 52px;
  font-weight: 400;
  font-size: 20px;
  color: #a16a3a;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  transition: 0.3s;
}

.softConditionWrap .softConWrap .softConT .soCoTRItemWrap {
  width: 1148px;
  height: 237px;
  background: #ffffff;
  box-shadow: 0px 0px 36px 2px rgba(109, 62, 0, 0.15);
  border-radius: 0px 0px 6px 6px;
  overflow-y: auto;
  box-sizing: border-box;
  border-top: 15px solid #ffffff00;
  border-left: 10px solid #ffffff00;
  border-right: 10px solid #ffffff00;
  border-bottom: 30px solid #ffffff00;
}

.softConditionWrap .softConWrap .softConT .soCoTRItemWrap .soCoTRItem {
  box-sizing: border-box;
  padding: 15px 35px;
}

.softConD {
  margin-top: 33px;
}

.softConD .soCoTRTabItem {
  width: 227px !important;
}

.softConD .soCoTRItemWrap {
  background-image: url(/Public/Home/images/mbsq_img/3.7.png) !important;
  background-size: 1148px 237px !important;
  background-position-x: -10px !important;
  background-position-y: -10px !important;
  background-attachment: scroll !important;
}

.softConD .soCoTL {
  background-image: url(/Public/Home/images/mbsq_img/3.6.png) !important;
  background-size: 1148px 237px;
}

.soCoTRTabItemActiveT {
  background-image: url(/Public/Home/images/mbsq_img/3.2.png) !important;
  background-size: 100% 100% !important;
  color: #ffffff !important;
  padding-top: 0 !important;
  line-height: 60px !important;
}

.soCoTRTabItemActiveD {
  background-image: url(/Public/Home/images/mbsq_img/3.4.png) !important;
  background-size: 100% 100% !important;
  color: #ffffff !important;
  padding-top: 0 !important;
  line-height: 60px !important;
}

.pSpan {
  line-height: 25px;
}

.pSpan span {
  color: #131313;
  font-weight: 400;
}

.Tfouthp {
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.lastLinhei p {
  line-height: 25px;
}

/* 美国留学软性条件 结束 */
/* 美国留学经济条件 结束 */
.economyConditionWrap {
  padding-bottom: 30px;
  padding-top: 80px;
}

.economyConditionWrap .economyConditionCont {
  width: 1200px;
  margin: 15px auto 30px auto;
  height: 226px;
  background: #ffffff;
  box-shadow: 0px 0px 36px 2px rgba(109, 62, 0, 0.15);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.economyConditionWrap .economyConditionCont .ecoConL {
  width: 144px;
  height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.economyConditionWrap .economyConditionCont .ecoConL .ecoConLItem {
  width: 144px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  background: #fff1e3;
  font-weight: 400;
  font-size: 20px;
  color: #904c03;
  position: relative;
  transition: 0.3s;
}

.economyConditionWrap .economyConditionCont .ecoConR {
  width: 1058px;
  height: 226px;
  box-sizing: border-box;
  padding: 23px 28px;
  overflow-y: auto;
  background-image: url(/Public/Home/images/mbsq_img/4.0.png);
  background-size: 100% 100%;
}

.economyConditionWrap .economyConditionCont .ecoConR .ecoConRITem {
  display: none;
  font-size: 16px;
  box-sizing: border-box;
}

.economyConditionWrap .economyConditionCont .ecoConR .ecoConRITem .ecoConRITemTitle {
  height: 33px;
  display: flex;
  margin-bottom: 15px;
}

.economyConditionWrap .economyConditionCont .ecoConR .ecoConRITem .ecoConRITemTitle img {
  width: 33px;
  height: 33px;
}

.economyConditionWrap .economyConditionCont .ecoConR .ecoConRITem .ecoConRITemTitle span {
  line-height: 33px;
  font-weight: bold;
  font-size: 18px;
  color: #131313;
  margin-left: 13px;
}

.economyConditionWrap .economyConditionCont .ecoConR .ecoConRITem>p {
  line-height: 37px;
  font-weight: 400;
  font-size: 16px;
  color: #131313;
}

.economyConditionWrap .economyConditionCont .ecoConR .ecoConRITem>span {
  width: 70px;
  height: 2px;
  background: #904c03;
  display: block;
  margin-bottom: 10px;
}

/* 美国留学经济条件 结束 */
/* 托普仕留学服务优势 结束 */
.serAdvWrap {
  padding-bottom: 20px;
}

.serAdvWrap .serAdvCon {
  height: 594px;
  width: 1200px;
  margin: 15px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.serAdvWrap .serAdvCon .serAdvConItem {
  width: 274px;
  height: 283px;
  background: #f3f4f7;
  box-shadow: 0px 0px 36px 2px rgba(109, 62, 0, 0.15);
}

.serAdvWrap .serAdvCon .serAdvConItem:hover .serAdvConItemT {
  background: #d79e5b;
  color: #ffffff !important;
}

.serAdvWrap .serAdvCon .serAdvConItem .serAdvConItemT {
  width: 100%;
  height: 58px;
  display: flex;
  background: #ffffff;
  transition: 0.3s;
  color: #333333;
}

.serAdvWrap .serAdvCon .serAdvConItem .serAdvConItemT img {
  width: 58px;
  height: 58px;
}

.serAdvWrap .serAdvCon .serAdvConItem .serAdvConItemT span {
  font-weight: bold;
  font-size: 18px;
  line-height: 58px;
  margin-left: 18px;
}

.serAdvWrap .serAdvCon .serAdvConItem .serAdvConItemD {
  box-sizing: border-box;
  padding: 15px 22px 0 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

/* 托普仕留学服务优势 结束 */