* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "SourceHanSerifSC-Light";
}
a {
  text-decoration: none;
  cursor: pointer;
}
.section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
.section.slide-in {
  opacity: 1;
  transform: translateY(0);
}
/* 小标题 start */
.mainTitle {
  text-align: center;
}
.mainTitle .mainTitleT {
  font-weight: 800;
  font-size: 38px;
  color: #1d403a;
  line-height: 43px;
}
.mainTitle .mainTitleT span {
  color: #ff882a;
}
.mainTitle .mainTitleB {
  font-weight: 300;
  font-size: 24px;
  color: #1d403a;
  line-height: 28px;
  margin-top: 5px;
}
.mainBtn {
  display: block;
  width: 228px;
  height: 50px;
  background: #ff882a;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.mainBtn:hover {
  transform: translateY(-5px);
}
/* 小标题 end */
/* banner 开始 */
.bannerWrap {
  width: 100%;
  height: 480px;
  background: url(/Public/Home/images/dghs_img/1.0.png) no-repeat;
  background-size: 100% 100%;
}
.bannerWrap .bannerInner {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.bannerWrap .bannerImg {
  width: 637px;
  height: 206px;
  margin-top: 73px;
  margin-bottom: 33px;
}
.bannerWrap a {
  width: 185px;
  height: 38px;
  background: #ff8929;
  border-radius: 19px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 43px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 26px;
  transition: all 0.3s ease-in-out;
}
.bannerWrap a:hover {
  transform: translateY(-5px);
}
.bannerWrap a img {
  width: 50px;
  height: 16px;
}
/* banner 结束 */
/* 多国混申定义 开始 */
.multiCountry {
  height: 519px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
}
.multiCountry .multiCountryCon {
  margin-top: 60px;
  width: 100%;
  height: 329px;
  background: #f8f8f8;
}
.multiCountry .multiCountryCon .multiConInner {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.multiCountry .multiCountryCon .multiConImgL {
  width: 425px;
  height: 325px;
  position: relative;
  bottom: 34px;
}
.multiCountry .multiCountryCon .multiConImgRT {
  position: absolute;
  right: 0;
  top: -20px;
  width: 241px;
  height: 41px;
}
.multiCountry .multiConR {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 38px;
  padding-top: 35px;
  padding-right: 35px;
  position: relative;
}
.multiCountry .multiConR::before {
  display: block;
  content: "";
  width: 186px;
  height: 3px;
  background: #2d6d65;
  position: absolute;
  top: 80px;
  left: 37px;
}
.multiCountry .multiConR .multiConRTitle {
  font-weight: bold;
  font-size: 20px;
  color: #212121;
  line-height: 22px;
  margin-bottom: 46px;
}
.multiCountry .multiConR .multiConRTitle span {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}
.multiCountry .multiConR .multiConRText {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 34px;
}
.multiCountry .multiConR .mainBtn {
  margin: 0;
}
/* 多国混申定义 结束 */
/* 托普仕菁英联申核心优势 开始 */
.coreAdvantageWrap {
  height: 1027px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 39px;
}
.coreAdvantageWrap .coreAdvantage {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 20px;
  height: 780px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.coreAdvantageWrap .coreAdvantage .coreAdvConItem {
  width: 384px;
  height: 378px;
  background: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(24, 24, 24, 0.21);
  border-radius: 40px 8px 40px 8px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-top: 243px;
  padding-left: 36px;
  padding-right: 36px;
}
.coreAdvantageWrap .coreAdvantage .coreAdvConItem img {
  position: absolute;
  height: 243px;
  width: 384px;
  top: 0;
  left: 0;
  display: block;
}
.coreAdvantageWrap .coreAdvantage .coreAdvConItem p {
  font-weight: 800;
  font-size: 18px;
  color: #212121;
  line-height: 43px;
  margin-top: 7px;
}
.coreAdvantageWrap .coreAdvantage .coreAdvConItem span {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
/* 托普仕菁英联申核心优势 结束 */
/* 托普仕菁英联申计划优势 开始 */
.planAdvantageWrap {
  height: 759px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 39px;
  background: #f8f8f8;
}
.planAdvantageWrap .planAdvCon {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  height: 512px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.planAdvantageWrap .planAdvCon .planAdvConR {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 512px;
  width: 540px;
  display: block;
}
.planAdvantageWrap .planAdvCon .planAdvConL {
  position: absolute;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 14px;
  z-index: 2;
  top: 0;
  left: 0;
  width: 744px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.planAdvantageWrap .planAdvCon .planAdvConL .planAdvConItemNumFir {
  height: 136px !important;
}
.planAdvantageWrap .planAdvCon .planAdvConL .planAdvConItemNum {
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 39px;
  background: #2d6d65;
  border-radius: 20px 0px 20px 0px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 39px;
  text-align: center;
}
.planAdvantageWrap .planAdvCon .planAdvConL .planAdvConItem {
  position: relative;
  width: 744px;
  height: 72px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(34, 42, 40, 0.25);
  border-radius: 20px 4px 20px 4px;
  box-sizing: border-box;
  padding-left: 19px;
  margin-bottom: 10px;
}
.planAdvantageWrap .planAdvCon .planAdvConL .planAdvConItem h2 {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 43px;
  padding-left: 30px;
}
.planAdvantageWrap .planAdvCon .planAdvConL .planAdvConItem p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
/* 托普仕菁英联申计划优势 结束 */
/* 多国混申适配人群 开始 */
.targetAudienceWrap {
  height: 718px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 39px;
}
.targetAudienceWrap .targetAudienceCont {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  height: 471px;
  margin-top: 20px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.targetAudienceWrap .targetAudienceCont .tarAudItem {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 384px;
  height: 227px;
}
.targetAudienceWrap .targetAudienceCont .tarAudItem img {
  position: absolute;
  width: 384px;
  height: 227px;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
}
.targetAudienceWrap .targetAudienceCont .tarAudItem p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 383px;
  height: 66px;
  background: linear-gradient(90deg, #2d6d65 0%, rgba(45, 109, 101, 0.51) 100%);
  border-radius: 0px 0px 20px 20px;
  opacity: 0.91;
  box-sizing: border-box;
  padding: 8px 20px 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
/* 多国混申适配人群 结束 */
/* 多国混申常见误区与正确做法 开始 */
.correctWrap {
  height: 504px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding-top: 35px;
}
.correctWrap .correctCont {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
  margin-bottom: 25px;
  height: 257px;
  background: url(/Public/Home/images/dghs_img/6.0.png) no-repeat;
  background-size: 100% 100%;
}
.correctWrap .corConL {
  width: 502px;
  height: 257px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 43px;
}
.correctWrap .corConL p {
  display: block;
  width: 502px;
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  height: 64px;
  line-height: 64px;
}
.correctWrap .corConL p::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/Public/Home/images/dghs_img/6.1.png);
  width: 17px;
  height: 17px;
  left: 50px;
  top: 24px;
}
.correctWrap .corConR {
  width: 698px;
  height: 257px;
}
.correctWrap .corConR p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  line-height: 43px;
  height: 64px;
  line-height: 64px;
}
.correctWrap .corConR p::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/Public/Home/images/dghs_img/6.2.png);
  width: 17px;
  height: 17px;
  left: -29px;
  top: 24px;
}
/* 多国混申常见误区与正确做法 结束 */
/* 托普仕菁英联申・全流程服务 开始 */
.allServeWrap {
  height: 568px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 39px;
}
.allServeWrap .allServeCont {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 40px;
  height: 300px;
  background-image: url(/Public/Home/images/dghs_img/7.0.png);
  background-size: 100% 100%;
  position: relative;
}
.allServeWrap .allServeCont .allSerConItem {
  position: absolute;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 12px;
}
.allServeWrap .allServeCont .allSerConItem > p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 12px;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  line-height: 54px;
}
.allServeWrap .allServeCont .allSerConItem > p:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
.allServeWrap .allServeCont .allSerConItem > p:nth-child(3) {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 10px;
}
.allServeWrap .allServeCont .allSerConItem > p:nth-child(3) span {
  margin: 0 20px;
  text-align: center;
  display: inline-block;
}
.allServeWrap .allServeCont .allSerConItem1 {
  top: 0;
  left: 0;
  width: 633px;
  height: 127px;
}
.allServeWrap .allServeCont .allSerConItem1 > p:nth-child(1) {
  top: -2px;
}
.allServeWrap .allServeCont .allSerConItem2 {
  top: 0;
  left: 704px;
  width: 535px;
  height: 127px;
}
.allServeWrap .allServeCont .allSerConItem2 > p:nth-child(1) {
  top: -5px;
  left: 10px;
}
.allServeWrap .allServeCont .allSerConItem3 {
  top: 174px;
  left: 0;
  width: 626px;
  height: 127px;
}
.allServeWrap .allServeCont .allSerConItem3 > p:nth-child(1) {
  top: -5px;
}
.allServeWrap .allServeCont .allSerConItem3 > p:nth-child(2) {
  line-height: 44px;
}
.allServeWrap .allServeCont .allSerConItem4 {
  top: 174px;
  left: 671px;
  width: 569px;
  height: 127px;
}
.allServeWrap .allServeCont .allSerConItem4 > p:nth-child(1) {
  top: -6px;
  left: 12px;
}
.allServeWrap .allServeCont .allSerConItem4 > p:nth-child(2) {
  line-height: 44px;
}
/* 托普仕菁英联申・全流程服务 结束 */
/* 托普仕菁英联申・本科成功案例 开始 */
.underWrap {
  height: 529px;
  background: #f8f8f8;
  width: 100%;
  box-sizing: border-box;
  padding-top: 34px;
}
.caseCont {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 282px;
  display: flex;
  justify-content: space-between;
}
.caseCont .caseItem {
  width: 293px;
  height: 282px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(34, 42, 40, 0.25);
  border-radius: 16px;
  overflow: hidden;
}
.caseCont .caseItem img {
  width: 295px;
  height: 178px;
  display: block;
}
.caseCont .caseItem .school {
  width: 270px;
  margin: 0 auto;
  display: block;
  line-height: 35px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}
.caseCont .caseItem .school::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background: #2d6d65;
  opacity: 0.37;
  left: 58px;
  top: 20px;
}
.caseCont .caseItem .allsch {
  width: 270px;
  padding: 0 13px;
  box-sizing: border-box;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  margin-top: 8px;
}
.caseCont .caseItem .caseName {
  position: relative;
  z-index: 1;
  font-weight: 400;
  display: block;
  width: 292px;
  height: 43px;
  font-size: 16px;
  color: #ffffff;
  line-height: 43px;
  display: flex;
  margin-top: -43px;
  background: #133a3586;
  border-radius: 0px 0px 16px 16px;
}
.caseCont .caseItem .caseName .schName {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 43px;
  width: 78px;
  height: 43px;
  background: #2d6d65;
  border-radius: 0px 16px 16px 16px;
  text-align: center;
  margin-right: 9px;
}
.masterWrap {
  height: 532px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 34px;
}
/* 托普仕菁英联申・硕士成功案例 结束 */
