.main {
  width: 100%;
  margin-top: 80px;
}
.main .banner {
  position: relative;
  width: 100%;
}
.main .banner img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
.main .banner .banner-imgs {
  opacity: 0;
}
.main .banner .banner-content {
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 850px;
  padding-top: 12%;
  /* padding-bottom: 16%; */
  margin: 0 auto;
  box-sizing: border-box;
}
.main .banner .banner-content h4 {
  font-size: 39px;
  font-weight: bold;
  color: #333;
  margin-bottom: 38px;
}
.main .banner .banner-content p {
  font-size: 16px;
  color: #666;
  line-height: 31px;
}
.main .banner .banner-content a {
  display: block;
  width: 160px;
  height: 36px;
  margin-top: 68px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #333;
  border: 2px solid #707070;
}
.main .swiper-banner {
  position: relative;
  width: 100%;
}
.main .swiper-banner .fix-img {
  width: 100%;
  opacity: 0;
}
.main .swiper-banner img {
  width: 100%;
}
.main .swiper-banner .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .swiper-banner iframe {
  width: 100%;
  height: 100%;
}

.main .swiper-banner .iframe {
  width: 100%;
  height: 100%;
}
.main .swiper-banner .swiper-container .swiper-button-next {
  background-image: url('../img/home/r.png');
}
.main .swiper-banner .swiper-container .swiper-button-prev {
  background-image: url('../img/home/l.png');
}
.main .area {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 200px;
}
.main .area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 76px;
}
.main .area ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 388px;
  overflow: hidden;
  cursor: pointer;
  background-color: #DDF2F8;
}
.main .area ul li .area-img {
  position: absolute;
  right: -40%;
  top: 8%;
  width: 360px;
  height: 360px;
  transition: all 0.5s;
}
.main .area ul li:hover .area-img {
  transform: scale(1.2);
  top: 0;
  right: -18%;
}
.main .area ul li .area-img1 {
  right: -30%;
  top: -10px;
  height: 430px;
}
.main .area ul li .area-img2 {
  right: -30%;
  top: -10px;
  height: 430px;
}
.main .area ul li .area-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}
.main .area ul li .area-list img {
  width: 109px;
  height: 109px;
}
.main .area ul li .area-list p {
  font-size: 30px;
  color: #333;
}
.main .area ul .area-bgcolor1 {
  background-color: #FFF5E6;
}
.main .area ul .area-bgcolor2 {
  background-color: #FAE3E5;
}
.main .device-tab {
  position: relative;
  height: auto;
}
.main .device-tab .device {
  display: none;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.main .device-tab .device .device-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 746px;
  height: 379px;
  margin-left: 20px;
  margin-top: 66px;
  margin-bottom: 35px;
}
.main .device-tab .device .device-right img {
  display: block;
}
.main .device-tab .device .device-left .device-title p {
  font-size: 16px;
  color: #2C2C2D;
  letter-spacing: 4px;
}
.main .device-tab .device .device-left .device-title p em {
  display: block;
  width: 130px;
  height: 1px;
  margin-top: 15px;
  background-color: #757575;
}
.main .device-tab .device .device-left .device-title h3 {
  font-size: 36px;
  line-height: 42px;
  color: #343434;
  font-weight: bold;
}
.main .device-tab .device .device-left .device-title .device-contert {
  width: 416px;
  margin-top: 51px;
  letter-spacing: 0;
}
.main .device-tab .device .device-left ul {
  display: flex;
  align-items: flex-start;
  margin-top: 61px;
}
.main .device-tab .device .device-left ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 162px;
  border-right: 1px solid #848484;
}
.main .device-tab .device .device-left ul li p {
  margin-top: 20px;
  font-size: 14px;
  color: #373737;
  text-align: center;
}
.main .device-tab .device .device-left ul li img {
  display: block;
  width: 36px;
  height: 36px;
}
.main .device-tab .device .device-left ul li:nth-child(3) {
  border: none;
}
.main .device-tab .device .device-left ul .device-list {
  align-items: flex-start;
  width: 126px;
}
.main .device-tab .device-active {
  display: flex;
}
.main .device-tab .btn-box {
  margin-top: 15px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .device-tab .btn-box .btn1 {
  width: 130px;
  height: 38px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  background: #fff;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}
.main .device-tab .btn-box .btn {
  width: 130px;
  height: 38px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  background: #fff;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px 0px 0px 4px;
  cursor: pointer;
}
.main .device-tab .btn-box .btn-active {
  background: #003B95;
  color: #fff;
}
.main .service {
  width: 100%;
  padding-top: 18%;
  padding-bottom: 40px;
  background: url("/static/pc/img/home/111.png") no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
.main .service .service-content {
  margin-left: 58%;
}
.main .service .service-content h3 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #2B2B2B;
}
.main .service .service-content p {
  margin-bottom: 67px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #2B2B2B;
}
.main .service .service-content a {
  display: block;
  width: 116px;
  height: 42px;
  font-size: 16px;
  color: #2B2B2B;
  text-align: center;
  line-height: 42px;
  border: 2px solid #424242;
}
.main .company {
  width: 100%;
  height: 779px;
  padding-top: 100px;
  background-image: url('/static/pc/img/home/bg1.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.main .company .company-title p {
  color: #FFFEFE;
}
.main .company .company-title h3 {
  color: #FFFEFE;
}
.main .company .company-course {
  position: relative;
  width: 1200px;
  padding-top: 98px;
  padding-bottom: 98px;
  margin: 0 auto;
}
.main .company .company-course .bg-line {
  position: absolute;
  top: 98px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
.main .company .company-course .years {
  position: absolute;
  z-index: 2;
}
.main .company .company-course .years p {
  width: 181px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.main .company .company-course .years .num {
  font-family: 'DINCondensed';
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
}
.main .company .company-course .year1 {
  top: 35%;
  left: 23.5%;
}
.main .company .company-course .year2 {
  left: 38%;
  top: 125%;
}
.main .company .company-course .year3 {
  top: 35%;
  left: 52%;
}
.main .company .company-course .year4 {
  left: 66%;
  top: 125%;
}
.main .company .company-course .year5 {
  top: 35%;
  right: 2%;
}
.main .company .company-more {
  display: block;
  width: 116px;
  height: 42px;
  margin: 308px auto 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border: 2px solid #fff;
}
.footer1 {
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  .main .area {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 200px;
  }
  .main .area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 76px;
  }
  .main .area ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    height: 388px;
    overflow: hidden;
    cursor: pointer;
    background-color: #DDF2F8;
  }
  .main .area ul li .area-img {
    position: absolute;
    right: -45%;
    top: 8%;
    width: 360px;
    height: 360px;
    transition: all 0.5s;
  }
  .main .area ul li:hover .area-img {
    transform: scale(1.2);
    top: 0;
    right: -30%;
  }
  .main .area ul li .area-img1 {
    right: -30%;
    top: -10px;
    height: 430px;
  }
  .main .area ul li .area-img2 {
    right: -30%;
    top: -10px;
    height: 430px;
  }
  .main .area ul li .area-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
  }
  .main .area ul li .area-list img {
    width: 109px;
    height: 109px;
  }
  .main .area ul li .area-list p {
    font-size: 30px;
    color: #333;
  }
  .main .area ul .area-bgcolor1 {
    background-color: #FFF5E6;
  }
  .main .area ul .area-bgcolor2 {
    background-color: #FAE3E5;
  }
}
