* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}
a {
  text-decoration: none;
  cursor: pointer;
}
/* 公共样式开始 */
.mainTitleWrap {
  display: flex;
  justify-content: space-between;
  padding-left: 19px;
}
.mainTitleWrap > p {
  font-weight: 400;
  font-size: 28px;
  color: #171515;
  box-sizing: border-box;
  position: relative;
}
.mainTitleWrap > p::after {
  position: absolute;
  content: "";
  left: -19px;
  width: 7px;
  height: 29px;
  background: #164482;
  top: 6px;
}
/* 公共样式结束 */
/*   .main_body(); */
/* banner开始 */
.bannerWrap {
  overflow: hidden;
  width: 100%;
  height: 480px;
  background-image: url(/Public/Home/images/shenzhen_img/1.2.png);
  background-size: 100% 100%;
  display: block;
}
.bannerWrap img {
  display: block;
  width: 1105px;
  height: 263px;
  margin: 105px auto 0 auto;
}
/* banner结束 */
/* 地图模块开始 */
.mapWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  height: 360px;
  margin-top: 44px;
  display: flex;
}
.mapWrap .mapLeft {
  width: 648px;
  height: 360px;
  background: #000000;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.mapWrap .mapLeft::before {
  position: absolute;
  display: block;
  z-index: 2;
  content: "深圳";
  left: 0;
  top: 0;
  width: 69px;
  height: 32px;
  background: #164482;
  border-radius: 20px 0px 20px 0px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fffcfc;
  line-height: 32px;
}
.mapWrap .mapRight {
  margin-left: 70px;
  padding-top: 77px;
}
.mapWrap .mapRight > p:nth-child(1) {
  position: relative;
  margin-bottom: 50px;
}
.mapWrap .mapRight > p:nth-child(1)::after {
  position: absolute;
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  background: #164482;
  bottom: -28px;
}
.mapWrap .mapRight > p:nth-child(1) > span:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.mapWrap .mapRight > p:nth-child(1) > span:nth-child(2) {
  font-weight: 800;
  font-size: 20px;
  color: #c7c7c7;
  line-height: 29px;
  margin-left: 7px;
}
.mapWrap .mapRight > p:nth-child(2),
.mapWrap .mapRight > p:nth-child(3),
.mapWrap .mapRight > p:nth-child(4) {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 38px;
}
.mapWrap .mapRight > p:nth-child(2) > span:nth-child(1),
.mapWrap .mapRight > p:nth-child(3) > span:nth-child(1),
.mapWrap .mapRight > p:nth-child(4) > span:nth-child(1) {
  font-size: 25px;
  line-height: 38px;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.mapWrap .mapRight > p:nth-child(2) > span:nth-child(2),
.mapWrap .mapRight > p:nth-child(3) > span:nth-child(2),
.mapWrap .mapRight > p:nth-child(4) > span:nth-child(2) {
  color: #333333;
}
.mapWrap .mapRight > p:nth-child(2) > span:nth-child(3),
.mapWrap .mapRight > p:nth-child(3) > span:nth-child(3),
.mapWrap .mapRight > p:nth-child(4) > span:nth-child(3) {
  color: #666666;
}
.mapWrap .mapRight > p:nth-child(2) a,
.mapWrap .mapRight > p:nth-child(3) a,
.mapWrap .mapRight > p:nth-child(4) a {
  color: #666666;
}
/* 地图模块结束 */
/* 团建照片开始 */
.photoBannerWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 20px;
  height: 153px;
}
.photoBannerWrap .swiper-slide {
  width: 229px;
  height: 153px;
}
.photoBannerWrap .swiper-slide img {
  width: 229px;
  height: 153px;
}
.photoBannerWrap .swiper-button-next,
.photoBannerWrap .swiper-button-prev {
  top: 22px;
  width: 85px;
  height: 153px;
  color: #2d2d2d;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.3s;
}
.photoBannerWrap .swiper-button-next:hover,
.photoBannerWrap .swiper-button-prev:hover {
  opacity: 1;
}
.photoBannerWrap .swiper-button-prev {
  padding-right: 50px;
  left: 0;
  background: linear-gradient(264deg, rgba(75, 62, 62, 0) 0%, #ffffff 100%);
}
.photoBannerWrap .swiper-button-next {
  padding-left: 50px;
  right: 0;
  background: linear-gradient(84deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.photoBannerWrap .swiper-button-prev:after,
.photoBannerWrap .swiper-button-next:after {
  font-size: 25px !important;
  font-weight: bold;
}
/* 团建照片结束 */
/* 为什么选择托普仕留学开始 */
.whyChooseWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 62px;
}
.whyChooseWrap .whyContent {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 232px;
}
.whyChooseWrap .whyContent .whyItem {
  width: 282px;
  height: 106px;
  background: #f4f9ff;
  border-radius: 4px;
  text-align: center;
}
.whyChooseWrap .whyContent .whyItem > p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #164482;
  margin-top: 20px;
}
.whyChooseWrap .whyContent .whyItem > p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  color: #171515;
  line-height: 37px;
}
/* 为什么选择托普仕留学结束 */
/* 深圳托普仕留学产品 开始 */
.studyProducWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 62px;
}
.studyProducWrap .studyContent {
  margin-top: 17px;
  display: flex;
  height: 299px;
  justify-content: space-between;
  box-sizing: border-box;
}
.studyProducWrap .studyContent > .studyItem:nth-child(1) {
  background-image: url(/Public/Home/images/shenzhen_img/3.1.png);
  background-size: 100% 100%;
}
.studyProducWrap .studyContent > .studyItem:nth-child(2) {
  background-image: url(/Public/Home/images/shenzhen_img/3.2.png);
  background-size: 100% 100%;
}
.studyProducWrap .studyContent > .studyItem:nth-child(3) {
  background-image: url(/Public/Home/images/shenzhen_img/3.3.png);
  background-size: 100% 100%;
}
.studyProducWrap .studyContent > .studyItem:nth-child(4) {
  background-image: url(/Public/Home/images/shenzhen_img/3.4.png);
  background-size: 100% 100%;
}
.studyProducWrap .studyContent .studyItem {
  padding: 158px 10px 158px 20px;
  box-sizing: border-box;
  width: 286px;
  height: 299px;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.studyProducWrap .studyContent .studyItem:hover {
  top: -5px;
}
.studyProducWrap .studyContent .studyItem > p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #fbfbfb;
  margin-bottom: 12px;
}
.studyProducWrap .studyContent .studyItem > p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  color: #fbfbfb;
  line-height: 26px;
  margin-bottom: 15px;
}
.studyProducWrap .studyContent .studyItem a {
  position: absolute;
  bottom: 16px;
  left: 20px;
  display: block;
  width: 86px;
  height: 31px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #3564a4;
  line-height: 29px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #ffffff00;
}
.studyProducWrap .studyContent .studyItem a:hover {
  border: 1px solid #ffffff;
  background-color: #3564a4;
  color: #ffffff;
}
/* 深圳托普仕留学产品 结束 */
/* 深圳托普仕留学前招生官 开始 */
.admOfficeWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 80px;
}
.admOfficeWrap .admOfficeCont {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.admOfficeWrap .admOfficeCont .admOfficeItem {
  width: 273px;
  height: 468px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(63, 93, 99, 0.23);
  border-radius: 4px;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.admOfficeWrap .admOfficeCont .admOfficeItem:hover {
  top: -5px;
}
.admOfficeWrap .admOfficeCont .admOfficeItem img {
  display: block;
  width: 100%;
  height: 266px;
}
.admOfficeWrap .admOfficeCont .admOfficeItem .itemT {
  border-top: 4px solid #3564a4;
  border-bottom: 1px solid #d2e0e1;
  text-align: center;
  height: 69px;
  padding: 0 10px;
}
.admOfficeWrap .admOfficeCont .admOfficeItem .itemT p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  color: #3564a4;
  margin-top: 10px;
}
.admOfficeWrap .admOfficeCont .admOfficeItem .itemT span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 2px;
  color: #1c1c1c;
}
.admOfficeWrap .admOfficeCont .admOfficeItem .itemD {
  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: 16px;
  color: #666666;
  padding: 0 19px;
  line-height: 26px;
  margin-top: 9px;
  margin-bottom: 14px;
}
.admOfficeWrap .admOfficeCont .admOfficeItem .itemA {
  display: block;
  text-align: center;
  width: 155px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
  margin: 0 auto;
  line-height: 38px;
  transition: 0.3s;
  border: 1px solid #f14545;
  color: #f6494a;
  letter-spacing: 2px;
}
.admOfficeWrap .admOfficeCont .admOfficeItem .itemA:hover {
  background: #f14545;
  color: #ffffff;
}
/* 深圳托普仕留学前招生官 结束 */
/* 深圳托普仕留学海外顾问 开始 */
.overTabActive {
  color: #ffffff !important;
  background: #164482 !important;
}
.overConWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 70px;
}
.overConWrap .overTab {
  display: flex;
}
.overConWrap .overTab .overTabItem {
  padding: 7px 17px;
  border-radius: 17px;
  font-size: 16px;
  margin: 0 7px;
  background: #ffffff;
  transition: 0.3s;
  color: #333333;
  margin-top: 3px;
  letter-spacing: 1px;
}
.overConWrap .overTab .overTabItem:hover {
  color: #ffffff;
  background: #164482;
}
.overConWrap .overCon {
  margin-top: 25px;
  height: 260px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.overConWrap .overCon .overItem {
  width: 292px;
  height: 122px;
  transition: 0.3s;
  display: flex;
}
.overConWrap .overCon .overItem:hover {
  background: #f6f6f6;
  box-shadow: 0px 5px 13px 0px rgba(53, 100, 164, 0.21);
}
.overConWrap .overCon .overItem .overItemL {
  width: 122px;
  height: 122px;
  position: relative;
}
.overConWrap .overCon .overItem .overItemL > img:nth-child(1) {
  width: 122px;
  height: 122px;
}
.overConWrap .overCon .overItem .overItemL > img:nth-child(2) {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.overConWrap .overCon .overItem .overItemR {
  padding-left: 14px;
  padding-right: 14px;
  display: block;
}
.overConWrap .overCon .overItem .overItemR p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  color: #3564a4;
  line-height: 27px;
  margin-top: 18px;
}
.overConWrap .overCon .overItem .overItemR span {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
}
.videos {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 640px;
  height: 360px;
}
.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}
/* 深圳托普仕留学海外顾问 结束 */
/* 深圳托普仕留学成功案例 结束 */
.abroaSuccWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 65px;
}
.abroaSuccWrap .abroaSuccCont {
  height: 568px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.abroaSuccItem {
  width: 226px;
  height: 275px;
  background: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  overflow: hidden;
}
.abroaSuccItem:hover .abSuTInner {
  left: 0;
}
.abroaSuccItem .abSuT {
  width: 226px;
  height: 35px;
  background: #cacfd8;
  border-radius: 5px;
  overflow: hidden;
}
.abroaSuccItem .abSuT div {
  width: 226px;
  height: 35px;
  background: #164482;
  border-radius: 5px;
  position: relative;
  left: -226px;
  transition: 0.5s;
}
.abroaSuccItem .abSuC {
  height: 76px;
  box-sizing: border-box;
  display: flex;
}
.abroaSuccItem .abSuC .abSuCL {
  padding-left: 9px;
  padding-right: 6px;
  height: 76px;
  width: 76px;
  position: relative;
  top: -12px;
  z-index: 1;
}
.abroaSuccItem .abSuC .abSuCL img {
  height: 100%;
  width: 100%;
}
.abroaSuccItem .abSuC .abSuCR {
  padding-top: 2px;
}
.abroaSuccItem .abSuC .abSuCR > p:nth-child(1) {
  display: flex;
  align-items: center;
}
.abroaSuccItem .abSuC .abSuCR > p:nth-child(1) > span:nth-child(1) {
  font-weight: bold;
  font-size: 19px;
  color: #333333;
  line-height: 25px;
  margin-right: 5px;
}
.abroaSuccItem .abSuC .abSuCR > p:nth-child(1) > span:nth-child(2) {
  display: block;
  width: 50px;
  height: 20px;
  background: #ededed;
  border-radius: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.abroaSuccItem .abSuC .abSuCR > p:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  padding-top: 2px;
}
.abroaSuccItem .abSuCB {
  width: 209px;
  height: 122px;
  background: #f1f1f1;
  border-radius: 5px;
  margin: 28px auto 0 auto;
  box-sizing: border-box;
  padding: 15px 0 0 11px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 23px;
  position: relative;
}
.abroaSuccItem .abSuCB::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  display: block;
  width: 209px;
  height: 16px;
  background-image: url(/Public/Home/images/shenzhen_img/6.0.png);
  background-size: 100% 100%;
}
.abroaSuccItem .abSuCB p span {
  color: #1d1d1d;
  font-weight: bold;
}
/* 深圳托普仕留学成功案例 结束 */
/* 深圳托普仕留学服务学员反馈 开始 */
.serFeedBackWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 68px;
}
.serFeedBackWrap .serFeedBackCon {
  margin-top: 25px;
  position: relative;
}
.serFeedBackWrap .serFeedBackCon #serFeedBanner {
  width: 1116px;
}
.serFeedBackWrap .serFeedBackCon .swiper-button-prev {
  left: 0;
}
.serFeedBackWrap .serFeedBackCon .swiper-button-next {
  right: 0;
}
.serFeedBackWrap .serFeedBackCon .swiper-button-next,
.serFeedBackWrap .serFeedBackCon .swiper-button-prev {
  color: #2c2c2c !important;
  transition: 0.3s;
}
.serFeedBackWrap .serFeedBackCon .swiper-button-next:hover,
.serFeedBackWrap .serFeedBackCon .swiper-button-prev:hover {
  color: #ff4a4a !important;
}
.serFeedBackWrap .serFeedBackCon .swiper-button-prev:after,
.serFeedBackWrap .serFeedBackCon .swiper-button-next:after {
  font-size: 30px !important;
  font-weight: bold;
}
.serFeedBackWrap .serFeedBackCon .swiper-slide {
  height: 396px;
  width: 266px;
}
.serFeedBackWrap .serFeedBackCon .swiper-slide img {
  height: 396px;
  width: 266px;
  display: block;
  margin: 0 auto;
}
/* 深圳托普仕留学服务学员反馈 结束 */
/* 深圳托普仕联系方式 开始 */
.contactInfoWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 68px;
  margin-bottom: 38px;
}
.contactInfoWrap .contactInfoCont {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.contactInfoWrap .contactInfoCont .coInfCoItem {
  width: 292px;
  height: 144px;
  background: #f0f4fa;
  border-radius: 6px;
  box-sizing: border-box;
  padding-top: 23px;
  padding-left: 24px;
  padding-right: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}
.contactInfoWrap .contactInfoCont .coInfCoItem > p:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  color: #171515;
  line-height: 20px;
  margin-bottom: 10px;
}
.contactInfoWrap .contactInfoCont .coInfCoItem a {
  display: block;
  width: 139px;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #f14545;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #f14545;
  transition: 0.3s;
}
.contactInfoWrap .contactInfoCont .coInfCoItem a:hover {
  background-color: #f14545;
  color: #ffffff;
}
.contactInfoWrap .contactInfoCont .coInfL {
  display: flex;
  justify-content: space-between;
}
.contactInfoWrap .contactInfoCont .coInfL .coInfLL {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.contactInfoWrap .contactInfoCont .coInfL .coInfLL > p:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  color: #171515;
  line-height: 20px;
  margin-bottom: 15px;
}
.contactInfoWrap .contactInfoCont .coInfL img {
  height: 98px;
  width: 98px;
}
.contactInfoWrap .contactInfoCont .coInfContact {
  line-height: 33px;
}
.contactInfoWrap .contactInfoCont .coInfContact input {
  box-sizing: border-box;
  height: 33px !important;
}
.contactInfoWrap .contactInfoCont .coInfContact .phoneInput {
  margin-bottom: 10px;
}
.contactInfoWrap .contactInfoCont .coInfContact .phoneInput #phone {
  width: 100px;
  border: 1px solid #999999;
  border-radius: 4px 0 0 4px;
  background: #f0f4fa;
}
.contactInfoWrap .contactInfoCont .coInfContact .sub-btn {
  width: 83px;
}
.contactInfoWrap .contactInfoCont .coInfContact #yzm-btn {
  width: 72px;
}
.contactInfoWrap .contactInfoCont .coInfContact #yzm-btn,
.contactInfoWrap .contactInfoCont .coInfContact .sub-btn {
  margin-left: -1px;
  background: #f14545;
  border-radius: 4px;
  border: 1px solid #f14545;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.contactInfoWrap .contactInfoCont .coInfContact #codeIn {
  width: 88px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #999999;
  background: #f0f4fa;
}
.contactInfoWrap .contactInfoCont .coInfContact div {
  display: flex;
  height: 33px;
  border-radius: 4px;
  overflow: hidden;
}
.contactInfoWrap .contactInfoCont .coInfContact div p {
  width: 80px !important;
}
/* 深圳托普仕联系方式 结束 */
