.main {
  width: 100%;
  /* min-width: 980px; */
  height: 100vh;
  overflow: hidden;
}

.main1 {
  overflow: auto;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 9999;
  overflow: hidden;
}

.headerC {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  height: 80px;
  margin: 0 auto;
  justify-content: space-between;
  font-weight: 400;
  overflow: hidden;
}

.logo {
  width: 250px;
  margin-bottom: 15px;
}


.tab li {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 3px;
  margin: 3px 15px;
  font-size: 20px;
  color: #292929;
  box-sizing: border-box;
}

.tab li a {
  color: #292929;
}

.select {
  border-bottom: 3px solid #C30D23;
}

.phone {
  width: 220px;
  margin-bottom: 15px;
}

.phone p {
  width: 150px;
  text-align: right;
  font-size: 19px;
  color: #3E3A39;
}

.phone span {
  font-size: 15px;
}

.phone img {
  width: 50px;
  margin-left: auto;
}

#indexSwiper,
#indexWrapper,
#indexSwiper .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}


.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 10px 0 !important;
  background: rgba(0, 0, 0, 0.1)
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.4)
}


#slider1 {
  background: url("../images/bg.png") no-repeat center;
}

#slider2 {
  background: url("../images/bg1.png") no-repeat center;
}

#slider3 {
  background: url("../images/bg2.png") no-repeat center;
}

#slider4 {
  background: url("../images/bg3.png") no-repeat center;
}

#slider5 {
  background: url("../images/bg4.png") no-repeat center;
}

#slider6 {
  background: url("../images/bg5.png") no-repeat center;
}



.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advantage {
  width: 100%;
  max-width: 1100px;
  margin: 28vh auto 0;
  position: relative;
  z-index: 99;
}

.titleImg {
  display: block;
  width: 240px;
}

.xian {
  display: block;
  width: 640px;
  margin-top: 30px;
  margin-bottom: 50px;
}

#slider2 ul {
  width: 640px;
}

#slider2 ul li {
  width: 100%;
  font-size: 15px;
  color: #3E3A39;
  font-weight: 400;
  margin-bottom: 34px;
}

#slider2 ul li p:first-child {
  color: #B01E23;
  font-size: 23px;
  margin-bottom: 5px;
}

.architecture {
  width: 100%;
  margin: 18vh auto 0;
  position: relative;
  z-index: 99;
  text-align: center;
}

.architecture img {
  margin: 0 auto;
  display: block;
  position: relative;
}

.architecture img:first-child {
  width: 380px;
  margin-bottom: 60px;
}

.architecture img:last-child {
  width: 100%;
  max-width: 1100px;
  min-width: 600px;
}

.plan {
  width: 100%;
  position: relative;
  z-index: 99;
}

.planT {
  display: block;
  margin: 25vh auto 50px;
  width: 580px;
}

.plan p {
  margin: 0 auto;
  width: 730px;
  font-size: 19px;
  color: #3E3A39;
  line-height: 30px;

}

.scale {
  animation: myscale 1s linear;
  -webkit-animation: myscale 1s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes myscale {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.frame {
  width: 100%;
  margin: 22vh auto 0;
  position: relative;
  z-index: 99;
  text-align: center;
}

.frame img {
  display: block;
  margin: 0 auto;
  position: relative;
}

.frame img:first-child {
  width: 530px;
  margin-bottom: 80px;
}

.frame img:last-child {
  width: 100%;
  max-width: 1100px;
  min-width: 600px;
}

.service {
  width: 100%;
  margin: 21vh auto 0;
  position: relative;
}

.service img:first-child {
  display: block;
  margin: 0 auto 8vh;
  width: 190px;
}

.service img:last-child {
  display: block;
  width: 100%;
  max-width: 1100px;
  min-width: 600px;
  margin: 0 auto;
}

.foot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3E3A39;
  color: #C8C9CA;
  overflow: hidden;
}

.foot1 {
  min-width: 980px;
  position: relative;
}

.footC {
  width: 100%;
  margin: 37px auto;
  max-width: 1200px;
  min-width: 980px;
  justify-content: space-between;
}


.info p {
  line-height: 22px;
  font-size: 14px;
}

.name {
  font-size: 20px !important;
  margin-bottom: 10px;
}

.jg {
  display: inline-block;
  width: 50px;
  text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines
}

.beian {
  display: inline-block;
}

.logo1 {
  display: block;
  width: 400px;
  margin-bottom: 17px;
}

.beian p {
  font-size: 14px;
}

.beian a {
  display: inline-block;
  color: #C8C9CA;
  margin-left: 20px;
}

.qr {
  width: 100px;
}

.banner {
  width: 100%;
  /* width: 100vw; */
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

#BannerSwp {
  width: 100%;
  /* height: 200px; */
}

#BannerSwp .swiper-wrapper {
  list-style-type: none;
  display: -moz-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.BSwpItem {
  width: 100%;
  position: relative;
}

.BSwpItemImg {
  display: block;
  width: 100%;
  /* height: 330px; */
}

.content {
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.unitBox {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
}

.RMTp {
  font-size: 16px;
  color: #999;
  margin-top: 32px;
}

.RMTp a {
  display: inline;
  color: #999;
}

.RMTp a:hover,
.RMTp a:last-child {
  color: #333;
}

.unitView {
  width: 633px;
  height: 633px;
  justify-content: center;
  margin: 80px auto 120px;
  position: relative;
}

.surroundImg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.surroundTitle {
  justify-content: center;
  width: 276px;
  height: 276px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #F4D8D8;
  box-shadow: 0px 5px 59px 0px rgba(197, 63, 63, 0.2);
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.surround {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 36px;
  left: 0;
}

.surround li {
  width: 167px;
  position: relative;
  margin-bottom: 50px;
  transition: all .5s;
  cursor: pointer;
}

.surround li img {
  display: block;
  width: 100%;
}

#surroundItem {
  top: -10px;
}

#surroundItem2 {
  top: -100px;
  right: 15px;
}

#surroundItem4 {
  left: -80px;
}

#surroundItem5 {
  top: 305px;
  left: 20px;
}

#surroundItem6 {
  top: -14px;
  right: -80px;
}

#surroundItem8 {
  top: -30px;
  left: 20px;
}

.surround li:hover {
  transform: scale(1.4);
}

.selected {
  transform: scale(1.4);
}

.product {
  display: none;
  width: 100%;
  margin-bottom: 80px;
}

#keyan {
  margin-bottom: 0;
}

.content .product:nth-child(3) {
  display: block;
}

.schemeHead {
  width: 650px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.schTitle {
  font-size: 30px;
  color: #d22e25;
  line-height: 48px;
  display: inline-block;
}

.schTitleEN {
  font-size: 18px;
  color: #333;
  width: 100%;
}

.schTitleL,
.schTitleR {
  width: 162px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
}

.schTitleL {
  left: 0px;
}

.schTitleR {
  right: 0px;
}

.trainingSwiper {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  justify-content: space-between;
  margin: 100px auto 0;
}

.leftImg,
.rightImg {
  width: 31px;
  cursor: pointer;
}

#decisionWrapper2 {
  padding-bottom: 15px;
}

.trainingWrapper,
#decisionWrapper2 {
  width: 88%;
  padding: 15px 3%;
}


.trainingWrapper .swiper-slide div {
  width: 100%;
  position: relative;
}

.trainingWrapper .swiper-slide div img {
  display: block;
  width: 100%;
}

.trainingWrapper .swiper-slide div p {
  width: 100%;
  line-height: 52px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.trainingPt {
  width: 100%;
  min-width: 980px;
  background: url(../images/f4d6d17186470dba58046eb2d83d235c.png) no-repeat center;
  background-size: cover;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}


.trainingPtT {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 70px;
  font-size: 40px;
  font-weight: 800;
  color: #616161;
}

.trainingPtT2 {
  margin-top: 22px;
  margin-bottom: 38px;
}

.trainingPtList {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 80px;
  justify-content: space-between;
}

#decisionPtList {
  width: 900px;
}

.trainingItem {
  width: 180px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}

.trainingPtList li {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  color: #333333;
  ;
}

.trainingPtList li img {
  display: block;
  width: 100%;
  margin-bottom: 29px;
}

.proTitle {
  display: block;
  width: 263px;
  margin: 60px auto;
}

.proTitle2 {
  margin-top: 100px;
}

.proTrainee {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  justify-content: space-between;
  margin: 0 auto;
}

.proTraineeAdmin {
  width: 100%;
  max-width: 1550px;
  margin-top: 70px;
}

.proTraineeAdmin2 {
  margin-top: 100px;
}

.proTrainee li {
  width: 30.8%;
  text-align: left;
}

.trainingItem:first-child {
  margin-left: 0;
}

#researchPro .trainingCard {
  height: 230px;
}

#researchPro .trIntro {
  text-align: center;
}

.trainingCard {
  width: 77%;
  height: 350px;
  background-color: #fff;
  box-shadow: 0px 6px 28px 0px rgba(21, 22, 25, 0.09);
  position: relative;
  margin: 0 auto;
}

.trainingCard::after {
  box-shadow: 0px 6px 28px 0px rgba(21, 22, 25, 0.09);
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px 12px 0;
  border-style: solid;
  border-color: #fff transparent;
  bottom: -12px;
  left: 50%;
  margin: 0 -12px;
}

.trIcon {
  width: 100%;
  padding-top: 20px;
}

.trIconimg {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  border-radius: 50%;
}

.trIconP {
  text-align: center;
  font-size: 16px;
  color: #222;
  line-height: 36px;
}

.trIntro {
  padding: 0 28px;
  font-size: 12px;
  line-height: 19px;
  color: #999;
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
  margin-top: 10px;
}

.trOptions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  padding-left: 8%;
}

.trOption {
  display: flex;
  align-items: center;
  width: 50%;
  line-height: 30px;
  font-size: 15px;
  color: #222;
  position: relative;
}

.trOption span {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.trOptiondot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5%;
}

.trdot {
  padding: 49px 0 21px;

}

.trdotimg {
  width: 41px;
  margin: 0 auto;
}

.trScheduleP {
  width: 100%;
  line-height: 46px;
  text-align: center;
  background-size: 100% !important;
  color: #fff;
  font-size: 20px;
}

.blue .trScheduleP {
  background: url(../images/lh2.png) no-repeat center;
}

.gold .trScheduleP {
  background: url(../images/lh3.png) no-repeat center;
}

.green .trScheduleP {
  background: url(../images/lh4.png) no-repeat center;
}

.blue .trIconimg,
.blue .trSchedule,
.blue .trOptiondot {
  background-color: #266cff;
}

.gold .trIconimg,
.gold .trSchedule,
.gold .trOptiondot {
  background-color: #ffab63;
}

.green .trIconimg,
.green .trSchedule,
.green .trOptiondot {
  background-color: #53d290;
}

.line3 .trOptions {
  padding-top: 16px;
  padding-left: 31%;
}

.line3 .trOption {
  width: 100%;
}

.MRlist {
  width: 100%;
  min-width: 980px;
  max-width: 1200px !important;
  margin: 108px auto 140px;
  justify-content: space-between;
}

.MRlist2 {
  margin-bottom: 90px;
}

.MRlist3 {
  width: 100%;
}

.MRlist3 .MRitem {
  width: 100%;
}

.MRlist4 {
  margin-top: 100px;
  margin-bottom: 80px;
  justify-content: space-around;
}

.MRlist4 .MRitemP {
  line-height: 1;
  font-weight: bold;
}

.MRitem {
  width: 25%;
  height: 320px;
  box-shadow: 0 0 18px 0 rgba(40, 107, 224, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.MRqr:hover{
  opacity: 1;
}

.MRqr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .9);
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.8s;
}

.MRqr img {
  width: 180px;
  margin: 35px auto 22px;
}

.MRqr p:last-child {
  margin-top: 14px;
}

.MRitemPhoto {
  width: 100%;
}

.MRitemimg {
  width: 100%;
}

.MRitemText {
  font-size: 18px;
  color: #333;
  padding: 22px 0 0;
}

.MRitemP {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  padding: 0 22px;
}

.MRitemP2 {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 22px;
}

.simulationTran {
  width: 800px;
  margin: 160px auto;
  position: relative;
}

.simulationTran img {
  width: 678px;
  margin: 0 auto;
}

.simulationTran ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.simulationTran ul li {
  width: 246px;
  text-align: center;
  line-height: 104px;
  font-size: 30px;
  font-weight: bold;
  background: #FFFFFF;
  box-shadow: 0px 8px 28px 0px rgba(255, 78, 78, 0.16);
  border-radius: 11px;
  position: relative;
  margin-top: 100px;
}

#simulationTranI {
  top: 0px;
  left: -50px;
}

#simulationTranI2 {
  top: -160px;
  right: 30px;
}

#simulationTranI3 {
  top: -80px;
  right: -20px;
}

#simulationTranI4 {
  left: -130px;
}

#simulationTranI5 {
  top: 320px;
  left: 50px;
}

#simulationTranI6 {
  top: -80px;
  right: -130px;
}

#simulationTranI7 {
  left: -30px;
}

#simulationTranI8 {
  top: -80px;
  right: -80px;
}

.process {
  width: 100%;
  background: url(../images/icon27.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  margin-top: 125px;
  padding-bottom: 76px;
}

.processT {
  width: 300px;
  line-height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 80px auto;
}

.processList {
  width: 100%;
  max-width: 1000px;
  min-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}

.processList li p:first-child {
  width: 121px;
  height: 121px;
  line-height: 121px;
  text-align: center;
  background: url(../images/icon23.png) no-repeat center;
  background-size: cover;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

.processList li p:last-child {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.processList li img {
  width: 33px;
  margin-bottom: 40px;
}

.processDown {
  display: flex;
  width: 1000px;
  margin: 40px auto;
}

.processDown img {
  margin-left: auto;
  margin-right: 35px;
  width: 48px;
}

.trainingPt2 {
  width: 100%;
  margin-top: 177px;
  background: url(../images/f4d6d17186470dba58046eb2d83d235c2.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.trainingPtList2 {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  margin: 110px auto 50px;
  justify-content: space-between;
}

.trainingPtList2 li {
  text-align: center;
  font-size: 30px;
  color: #333333;
}

.trainingPtList2 img {
  width: 180px;
  margin-bottom: 30px;
}

.Internet {
  width: 980px;
  margin: 170px auto 200px;
  position: relative;
}

.Internet img {
  width: 678px;
  margin: 0 auto;
}

.Internet ul {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.Internet ul li {
  width: 25%;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 8px 28px 0px rgba(255, 78, 78, 0.16);
  border-radius: 13px;
  padding-left: 23px;
  padding-right: 36px;
  overflow: hidden;
  position: relative;
}

.Internet ul li p:first-child {
  font-size: 30px;
  font-weight: bold;
  color: #444444;
  margin-top: 37px;
  margin-bottom: 31px;
}

.Internet ul li p:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #646464;
}

#InternetI {
  top: 22px;
  right: 30px;
}

#InternetI2 {
  top: -68px;
}

#InternetI3 {
  top: 72px;
  left: 30px;
}

#InternetI4 {
  top: 120px;
  right: 70px;
}

#InternetI5 {
  top: 380px;
  left: 200px;
}

#InternetI6 {
  top: 140px;
  left: 100px;
}

#InternetI7 {
  top: 180px;
  left: 150px;
}

.dataList {
  width: 750px;
  justify-content: space-between;
  margin: 85px auto 0;
}

.dataList li img:first-child {
  width: 330px;
  margin: 0 auto;
}

.dataList li img:nth-child(2) {
  width: 28px;
  margin: 15px auto 20px;
}

.dataList li p {
  width: 344px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.dataList li:first-child p {
  background: #FFAB63;
}

.dataList li:last-child p {
  background: #53D290;
}

#resource {
  top: -38px;
  left: 70px;
}

#resource2 {
  top: 600px;
  right: 30px;
}

#resource3 {
  right: 50px;
}

#resource4 {
  top: 120px;
  right: 20px;
}

#resource5 {
  top: 140px;
  left: 50px;
}

.about {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  color: #3E3A39;
  margin: 0 auto;
  overflow: hidden;
}

.synopsis {
  width: 100%;
  padding: 80px 5% 125px;
  box-sizing: border-box;
  border-bottom: 2px solid #E0E0E0;
}

.synopsisT {
  width: 100%;
  margin-bottom: 48px;
  font-weight: bold;
}

.synopsisT p:first-child {
  font-size: 32px;
}

.synopsisT p:last-child {
  font-size: 28px;
  margin-left: 5px;
}

.synopsisP {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.synopsisT1 {
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.synopsisImg {
  width: 100%;
  margin-top: 60px;
  justify-content: space-between;
  align-items: flex-end;
}

.synopsisImg img:first-child {
  width: 65%;
}

.synopsisImg img:last-child {
  width: 21%;
}

.honor {
  width: 100%;
  padding: 116px 5% 0;
  box-sizing: border-box;
  justify-content: space-between;
}

.honorT {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}

.honor ul li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.honor ul li img {
  width: 15px;
  margin-right: 20px;
}

.honorImgs {
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 40px;
}

.honorImgs img {
  width: 47.5%;
}

.honorImgsLast {
  margin-bottom: 125px;
}

.connect {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  justify-content: space-between;
  padding: 40px 4% 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

#map {
  width: 500px;
  height: 400px;
}

.connect ul {
  flex: 1;
  margin-left: 50px;
}

.connect ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #1A1A1A;
  margin-bottom: 50px;
}

.connect ul li:first-child img {
  width: 33px;
}

.connect ul li img {
  width: 36px;
  margin-right: 15px;
}