@media only screen and (min-width: 320px) {
  html {
    font-size: 62.5% !important;
  }
}
@media only screen and (min-width: 640px) {
  html {
    font-size: 125% !important;
  }
}
@media only screen and (min-width: 750px) {
  html {
    font-size: 150% !important;
  }
}
@media only screen and (min-width: 1242px) {
  html {
    font-size: 187.5% !important;
  }
}
html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.c_ee7 {
  color: #EE7700 !important;
}
.c_33 {
  color: #333;
}
.c_8D {
  color: #8D8D8D;
}
.c_666 {
  color: #666;
}
.bold {
  font-weight: bold;
}
.fs_16 {
  font-size: 16px;
}
.fs_40 {
  font-size: 40px;
}
.fs_32 {
  font-size: 32px;
}
.lh28 {
  line-height: 28px;
}
.yeline {
  width: 50px;
  border: 2px solid #FF7F00;
}
.dbnode {
  display: none;
}
.pointer {
  cursor: pointer;
}
.rightArrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.menus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.menus .headers {
  font-size: 0;
}
.menus .headers .logo-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 50px 0 50px;
}
.menus .headers .logo-wraper .logo img {
  width: 149px;
  height: 34px;
}
.menus .headers .logo-wraper .openMenuFn img {
  width: 31px;
  height: 17px;
}
#root,
.content-container {
  height: 100%;
}
.mySwiper {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.mySwiper .swiper-slide .video-player {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.mySwiper .swiper-slide .videoMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.mySwiper .swiper-slide .mask-box .bgmountain {
  position: absolute;
  left: 53%;
  top: 40%;
  width: 35.4%;
  height: 0;
  padding: 35.4% 0 0;
  margin-left: -17.57%;
  margin-top: -17.57%;
  box-sizing: border-box;
}
.mySwiper .swiper-slide .mask-box .bgmountain .mountainImg {
  width: 78%;
  position: absolute;
  left: 22px;
  top: 20%;
  animation: myMountain 3s;
}
.mySwiper .swiper-slide .mask-box .bgmountain .introConpany {
  width: 100%;
  position: absolute;
  left: -7%;
  top: 36%;
}
.mySwiper .swiper-slide .mask-box .bgmountain .introConpany > img {
  width: 36%;
  opacity: 0;
  animation: showLogo 1s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mySwiper .swiper-slide .mask-box .bgmountain .introConpany .companyName {
  color: #fff;
  margin: 5% auto;
}
.mySwiper .swiper-slide .mask-box .bgmountain .introConpany .companyName .chineseName {
  font-size: 0.8rem;
  padding: 0 0 0.5rem 0;
  opacity: 0;
  animation: showLogo 1s;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mySwiper .swiper-slide .mask-box .bgmountain .introConpany .companyName .englishName {
  width: 12rem;
  margin: 0 auto;
  font-size: 0.6rem;
  opacity: 0;
  animation: showLogo 1s;
  animation-delay: 3.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mySwiper .swiper-slide .mask-box .linkIntro {
  position: absolute;
  left: 47%;
  top: 56%;
  opacity: 0;
  animation: showLogo 1s;
  animation-delay: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mySwiper .swiper-slide .mask-box .linkIntro > a {
  color: #FF7F00;
  text-decoration: none;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
}
.mySwiper .swiper-slide .mask-box .linkIntro > a .c1_circle {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FF7F00;
  margin: 0 0 0 15px;
}
.mySwiper .swiper-slide .mask-box .linkIntro > a .c1_circle .positionAr {
  margin: 0 0 0 12px;
}
.mySwiper .swiper_btn {
  background: url('../img/whArrowdown.png') no-repeat;
  width: 18px;
  height: 18px;
  position: fixed;
  bottom: 5.5%;
  left: 50%;
  z-index: 1;
  animation: arrowUpdpwn 1s linear infinite;
}
.mySwiper .swiper_btn:focus {
  outline: none;
}
.menuClose {
  position: fixed;
  display: none;
  cursor: pointer;
  right: 100px;
  top: 30px;
  z-index: 13;
}
.menuClose img {
  transform: rotate(180deg);
  transition: 0.5s ease;
}
.menuClose:hover img {
  transform: rotate(70deg);
  transition: 0.5s ease;
}
.menuMask {
  background: #34383E;
  display: none;
  width: 60%;
  padding-top: 60%;
  border-radius: 50%;
  position: fixed;
  top: -100%;
  right: -100%;
  z-index: 11;
  animation: menuLogo 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.menuList {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 12;
  color: #fff;
}
.menuList .menus-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.menuList .menus-con a {
  color: #fff;
}
.menuList .menus-con > li {
  padding: 0 20px;
  text-align: center;
}
.menuList .menus-con > li dd {
  margin: 0;
}
.menuList .menus-con .first-name,
.menuList .menus-con .second-name {
  font-size: 24px;
}
.menuList .menus-con .second-entxt,
.menuList .menus-con .first-entxt {
  color: #858A91;
  font-size: 16px;
}
.menuList .menus-con .secondMenu {
  display: none;
}
.mySwiper .bgGreay {
  background: #f8f8f8;
}
.mySwiper .bgGreay .secondSlide {
  width: 100%;
  height: 100%;
  background: url(../img/swiper2bg.png) no-repeat;
  background-position: 74% 0;
  background-size: 59%;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 7% 12% 0;
}
.homepage-title .title-wrapper {
  text-align: left;
}
.homepage-title .title-wrapper .tit-ch {
  color: #333;
  font-size: 26px;
  padding: 0 10px 10px 0;
}
.homepage-title .title-wrapper .tit-en {
  color: #8D8D8D;
  font-size: 16px;
}
.homepage-title .check-more {
  color: #333;
  font-size: 16px;
}
.homepage-title .check-more .solidArrow {
  width: 5px;
  height: 10px;
  padding: 0 0 0 10px;
}
.boxContainer2 {
  width: 100%;
  display: flex;
  position: relative;
}
.boxContainer2 .square {
  position: absolute;
  width: 15%;
  height: 32%;
  background: url(../img/orangeBg.png);
  top: 10.5%;
  right: 41.5%;
}
.boxContainer2 .citymineName {
  color: #c0bdbd;
  position: absolute;
  left: 14%;
  top: 10%;
  letter-spacing: 10px;
}
.boxContainer2 .mySwiper1 {
  width: 43%;
  height: auto;
  margin: 6% 7% 10% 14%;
  position: relative;
}
.boxContainer2 .mySwiper1 .swiper-slide {
  position: relative;
}
.boxContainer2 .mySwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxContainer2 .mySwiper1 .swiper-slide .imgdate {
  position: absolute;
  top: 0;
  left: 0;
  background: #FF7F00;
  color: #fff;
  margin: 2%;
  padding: 1%;
}
.boxContainer2 .mySwiper1 .swiper-slide .imgdate .date1 {
  font-size: 14px;
  font-weight: 600;
}
.boxContainer2 .mySwiper1 .swiper-slide .imgdate .date2 {
  font-size: 16px;
  font-weight: bold;
}
.boxContainer2 .mySwiper1 .swiper_btn1 {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0%;
  left: 0;
  background: #FF7F00;
  z-index: 1;
}
.boxContainer2 .mySwiper1 .swiper_btn1 img {
  position: relative;
  top: 15px;
  left: 0;
}
.boxContainer2 .mySwiper1 .swiper-pagination {
  position: absolute;
  top: 90%;
  left: 10%;
  width: 50px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.boxContainer2 .mySwiper1 .swiper-pagination .swiper-pagination-current {
  color: #FF7F00;
}
.boxContainer2 #news {
  width: 22%;
  height: auto;
  margin: 6% 0;
}
.boxContainer2 .findInNewList {
  text-align: left;
}
.boxContainer2 .findInNewList .font-clamp {
  color: #666;
  font-size: 0.55rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.boxContainer2 .findInNewList > li {
  padding: 5.5% 0;
}
.boxContainer2 .findInNewList > li:first-child .font-clamp {
  color: #333;
  font-weight: bold;
  font-size: 0.8rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.boxContainer2 .findInNewList > li:first-child .cl1 {
  padding: 8% 0 0 0;
}
.boxContainer2 .findInNewList > li:first-child .cl1 .flarrow img {
  width: 13%;
  vertical-align: middle;
}
.boxContainer2 .findInNewList > li:first-child .cl1 .flarrow .frEnterdetail {
  color: #666;
  font-size: 0.45rem;
  padding: 0 0 0 15px;
}
.boxContainer2 .findInNewList .cl {
  display: flex;
  justify-content: space-between;
  font-size: 0.45rem;
  padding: 2% 0 0 0;
}
.boxContainer2 .findInNewList .cl .fldate {
  color: #999;
}
.boxContainer2 .findInNewList .cl .frTodetail {
  color: #FF7F00;
}
.containerNewPage2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 110px;
  text-align: left;
  padding: 0 10%;
  position: relative;
}
.containerNewPage2 .twopageLeft,
.containerNewPage2 .twopageRight {
  width: 48%;
}
.containerNewPage2 .twopageLeft {
  margin-right: 2%;
}
.containerNewPage2 .twopageLeft .line1 {
  color: #333;
  font-size: 40px;
  font-weight: bold;
}
.containerNewPage2 .twopageLeft .line2 {
  color: #666;
  font-size: 16px;
  margin-top: 22px;
}
.containerNewPage2 .twopageLeft .line3 {
  color: #B9B9B9;
  font-size: 40px;
  opacity: 0.2;
  letter-spacing: 5px;
  font-weight: bold;
  margin-top: 90px;
}
.containerNewPage2 .twopageLeft .line4 {
  color: #9C9C9C;
}
.containerNewPage2 .twopageLeft .twopageMiddle {
  margin-top: 88px;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partOne {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partOne .partOne1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partOne .partOne1 .tabicon {
  width: 50px;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partOne .partOne1 .pline1 {
  font-size: 20px;
  color: #333;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partOne .partOne1 .active .pline1 {
  color: #EE7700;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partOne .partOne1 .active .activeLine {
  border: 1px solid #EE7700;
  margin-top: 18px;
  position: relative;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partOne .partOne1 .active .activeLine .arrowDown {
  position: absolute;
  left: 48%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #EE7700;
  height: 0;
  width: 0;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partTwo > div {
  line-height: 27px;
}
.containerNewPage2 .twopageLeft .twopageMiddle .partTwo .dbn {
  display: none;
}
.containerNewPage2 .twopageRight .a33,
.containerNewPage2 .twopageRight .a33:active {
  color: #333;
}
.containerNewPage2 .twopageRight .swiper-slide {
  background: none;
}
.containerNewPage2 .twopageRight .swiper-slide .swiperbigimg {
  width: 100%;
}
.containerNewPage2 .twopageRight .swiper-slide .line5 {
  text-align: right;
  margin-top: 20px;
}
.productBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url('../img/produceBg.png') no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
.container3 {
  width: 100%;
  height: 100%;
  margin: 10% 0 0 0;
}
.container3 .proshows {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
}
.container3 .proshows .proPart {
  width: 25%;
  position: relative;
  background: url('../img/proShow.png') no-repeat;
  background-size: cover;
}
.container3 .proshows .proPart:hover {
  width: 65%;
}
.container3 .proshows .proPart:hover .item .line1,
.container3 .proshows .proPart:hover .item .line2 {
  display: none;
}
.container3 .proshows .proPart:hover .itemhide {
  opacity: 0;
  animation: itemhide 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container3 .proshows .proPart:hover .itemhide .rightimg {
  opacity: 0;
  animation: itemhide 1s;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container3 .proshows .proPart:hover .itemhide .line1 {
  opacity: 0;
  animation: linehide 1s;
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container3 .proshows .proPart:hover .itemhide .line2 {
  opacity: 0;
  animation: linehide 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container3 .proshows .proPart .item {
  width: 100%;
  height: 150px;
  text-align: left;
  padding: 73px 0 0 0;
}
.container3 .proshows .proPart .item .line1 {
  color: #333;
  font-size: 0.65rem;
  padding: 5% 10%;
}
.container3 .proshows .proPart .item .line1 .leftimg {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.container3 .proshows .proPart .item .line2 {
  color: #6E6E6E;
  font-size: 0.5rem;
  padding: 0 10%;
}
.container3 .proshows .proPart .itemhide {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/silder3bg.png') no-repeat;
  background-size: cover;
  text-align: left;
}
.container3 .proshows .proPart .itemhide .lines {
  width: 100%;
  height: 150px;
  text-align: left;
  padding: 75px 0 0 0;
}
.container3 .proshows .proPart .itemhide .lines .line1 {
  color: #fff;
  font-size: 0.65rem;
  padding: 1% 4% 2% 4%;
}
.container3 .proshows .proPart .itemhide .lines .line1 .leftimg {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.container3 .proshows .proPart .itemhide .lines .line2 {
  width: 26%;
  color: #fff;
  font-size: 0.5rem;
  padding: 0 4%;
}
.container3 .proshows .proPart .itemhide .rightimg {
  width: 68%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
}
.container3 .proshows .hoverActive {
  width: 65%;
}
.container3 .proshows .hoverActive .itemhide {
  opacity: 1;
}
.part3comlogo {
  display: flex;
  justify-content: space-between;
  margin: 5% 10% 0 10%;
}
.part3comlogo .logoleft {
  text-align: left;
}
.part3comlogo .logoleft img {
  width: 60%;
}
.part3comlogo .logoRight img {
  vertical-align: middle;
}
.part3comlogo .logoRight span {
  color: #333;
  padding: 0 0 0 20px;
  width: 115px;
  display: inline-block;
}
.mapBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url('../img/mapbg.png') no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
.container4 {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 12%;
  /**************************************/
}
.container4 .swiperbox {
  width: 35%;
  text-align: left;
  margin: 70px 0 0 0;
}
.container4 .swiperbox .swiper-slide {
  background: transparent;
}
.container4 .swiperbox .slideItem {
  text-align: left;
}
.container4 .swiperbox .slideItem .title1 {
  font-size: 32px;
}
.container4 .swiperbox .slideItem .title2 {
  font-size: 40px;
}
.container4 .swiperbox .pagebtn {
  display: flex;
  align-items: center;
  margin: 112px 0 0 0;
  position: relative;
}
.container4 .swiperbox .pagebtn .swiperMap-prev,
.container4 .swiperbox .pagebtn .swiperMap-next {
  width: 100px;
  height: 100px;
  background: url(../img/arrowLeft.png) no-repeat;
}
.container4 .swiperbox .pagebtn .swiperMap-prev:focus,
.container4 .swiperbox .pagebtn .swiperMap-next:focus {
  outline: none;
}
.container4 .swiperbox .pagebtn .swiperMap-next {
  background: url(../img/arrowRight_a.png) no-repeat;
}
.container4 .swiperbox .pagebtn .r_active {
  background: url('../img/arrowRight.png') no-repeat;
}
.container4 .swiperbox .pagebtn .l_active {
  background: url('../img/arrowLef_at.png') no-repeat;
}
.container4 .swiperboxRight {
  width: 50%;
  margin-right: 10%;
  position: relative;
  top: -100px;
}
.container4 .swiperboxRight img {
  width: 100%;
}
.container4 .swiperboxRight .todetail {
  width: 85px;
  font-size: 14px;
  padding: 5px 10px;
  color: #EE7700;
  border: 1px solid #EE7700;
  border-radius: 2px;
  position: absolute;
  right: 10%;
  bottom: 30%;
}
.container4 .swiperboxRight .dbn {
  display: none;
}
.container5Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img//kyzxBg5.png') no-repeat;
}
.container5 {
  margin: 0 12%;
  text-align: left;
}
.container5 .scIntros {
  margin: 3% 0 0 0;
}
.container5 .scIntros .scIntro .line1 {
  color: #333;
  font-weight: bold;
  font-size: 0.7rem;
}
.container5 .scIntros .scIntro .line2 {
  color: #333;
  font-size: 0.55rem;
  display: flex;
  justify-content: space-between;
  margin: 1% 0 0 0;
}
.container5 .scIntros .scIntro .line2 .scShortIntro {
  width: 60%;
}
.container5 .scIntros .scIntro .line2 .toDetail {
  color: #EE7700;
  border: 1px solid #EE7700;
  padding: 5px 15px;
  width: 100px;
  height: 23px;
  text-align: center;
  font-size: 0.5rem;
}
.container5 .scIntros .hide {
  display: none;
}
.container5 .scSchools {
  display: flex;
  height: 390px;
  margin: 4% 0 0 0;
  border: 1px solid #F0F0F0;
}
.container5 .scSchools .scpart {
  width: 33.33%;
  position: relative;
}
.container5 .scSchools .scpart:nth-child(2) {
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}
.container5 .scSchools .scpart .item {
  background: #FAFAFC;
  position: relative;
  width: 100%;
  height: 100%;
}
.container5 .scSchools .scpart .item .line1 {
  position: absolute;
  top: 18%;
  left: 8%;
  font-weight: bold;
  font-size: 0.8rem;
}
.container5 .scSchools .scpart .item .line2 {
  position: absolute;
  bottom: 20%;
  left: 8%;
  font-weight: bold;
  font-size: 0.6rem;
}
.container5 .scSchools .scpart .item .line3 {
  position: absolute;
  bottom: 13%;
  left: 8%;
  font-size: 0.55rem;
  color: #999;
}
.container5 .scSchools .scpart .item .itemImg {
  position: absolute;
  top: 0;
  right: 0;
}
.container5 .scSchools .scpart .itemhide {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EE7700;
  color: #fff;
}
.container5 .scSchools .scpart .itemhide .line1 {
  position: absolute;
  top: 18%;
  left: 8%;
  font-weight: bold;
  font-size: 0.8rem;
}
.container5 .scSchools .scpart .itemhide .line2 {
  position: absolute;
  bottom: 20%;
  left: 8%;
  font-weight: bold;
  font-size: 0.6rem;
}
.container5 .scSchools .scpart .itemhide .line3 {
  position: absolute;
  bottom: 13%;
  left: 8%;
  font-size: 0.55rem;
  color: #fff;
}
.container5 .scSchools .scpart .itemhide .itemImg {
  position: absolute;
  top: 0;
  right: 0;
}
.container5 .scSchools .scActive .itemhide {
  opacity: 0;
  animation: schoolShow 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container5 .scSchools .scActive .itemhide .line1 {
  opacity: 0;
  animation: showLogo 0.5s;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container5 .scSchools .scActive .itemhide .line2 {
  opacity: 0;
  animation: showLogo 0.5s;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container5 .scSchools .scActive .itemhide .line3 {
  opacity: 0;
  animation: showLogo 0.5s;
  animation-delay: 2.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container5 .scSchools .scActive .itemhide .itemImg {
  opacity: 0;
  animation: showLogo 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.container6 {
  position: relative;
}
.container6 .mySwiper2 {
  position: relative;
  width: 99%;
  margin: 4% 0 0 0;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  margin: 0 5% 0 0 !important;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img {
  width: 100%;
  height: 0;
  padding-top: 56.81818182%;
  overflow: hidden;
  position: relative;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img:hover .tech-cont {
  opacity: 0;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img .maskCircle {
  width: 300%;
  height: 300%;
  position: absolute;
  top: 0;
  background: url('../img/swiperShadow.svg') no-repeat;
  background-size: cover;
  background-position: 0, 0;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img .tech-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img .tech-cont .cont-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img .tech-cont .cont-wrapper .wrapper-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.container6 .mySwiper2 .swiper-wrapper .swiper-slide .tech-img .tech-cont .cont-wrapper .wrapper-cell .cont-ch {
  pointer-events: none;
  font-size: 0.9rem;
  line-height: 35px;
  color: #fff;
  width: 45%;
  margin: 0 auto;
}
.container6 .swiper-button-next,
.container6 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  position: absolute;
  bottom: 10.37%;
  margin-top: 16.5%;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
}
.container6 .swiper-button-prev {
  left: 9.75%;
  background: url('../img/arrowLeft.png') no-repeat;
}
.container6 .swiper-button-prev::after {
  content: '';
}
.container6 .swiper-button-next {
  left: 13.25%;
  background: url('../img/arrowRight.png') no-repeat;
}
.container6 .swiper-button-next::after {
  content: '';
}
.container6 .pagination-box {
  position: absolute;
  top: 51%;
  margin-top: -33px;
  left: 16%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #EE7700;
  font-size: 20px;
  z-index: 1;
  color: #fff;
}
.swiperBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/container7bg.png') no-repeat;
  background-size: 23%;
  background-position: 30% 40%;
}
.companyLogo {
  position: absolute;
  top: 33%;
  right: 15%;
  width: 20%;
}
.companyLogo img {
  width: 100%;
}
.companyLogo .slider_text {
  text-align: left;
  margin: 3% 0 0 0;
  font-weight: bold;
  color: #333;
  font-size: 0.8rem;
}
.container7 {
  position: relative;
}
.container7 .mySwiper3-1 {
  width: 25%;
}
.container7 .mySwiper3-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 30%;
  margin: 0 auto;
  object-fit: cover;
}
.container7 .mySwiper3-1 .swiper-slide > span {
  display: none;
}
.container7 .mySwiper3-2 {
  width: 70%;
  position: relative;
}
.container7 .mySwiper3-2 .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
}
.container7 .mySwiper3-2 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container7 .mySwiper3-2 .swiper-wrapper .swiper-slide > span {
  display: none;
}
.container7 .mySwiper3-2 .swiper-wrapper .swiper-slide-thumb-active {
  border: 4px solid #ee7700;
}
.container7 .swiper3-next,
.container7 .swiper3-prev {
  position: absolute;
  bottom: 30%;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.container7 .swiper3-next:focus,
.container7 .swiper3-prev:focus {
  outline: none;
}
.container7 .swiper3-next {
  right: 7%;
  background: url('../img/arrowRight_a.png') no-repeat;
}
.container7 .swiper3-next:after {
  content: '';
}
.container7 .swiper3-prev {
  left: 7%;
  background: url('../img/arrowLeft.png') no-repeat;
}
.container7 .swiper3-prev:after {
  content: '';
}
.container7 .r_active {
  background: url('../img/arrowRight.png') no-repeat;
}
.container7 .l_active {
  background: url('../img/arrowLef_at.png') no-repeat;
}
.container8 {
  background: url('../img/container8bg.png') no-repeat;
  background-size: 100% 96%;
  background-position-y: 150%;
  width: 73%;
  margin: 2% auto;
  padding: 5% 0;
}
.container8 .items {
  position: relative;
  margin: 2% 0;
}
.container8 .items .itemGrey {
  display: flex;
  justify-content: space-between;
}
.container8 .items .itemGrey .itemImg {
  width: 20%;
}
.container9 {
  height: 100%;
  position: relative;
}
.container9 .conLeft {
  width: 100%;
  height: 100%;
  background: url('../img/container9bg_1_1.png') no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.container9 .conRight {
  width: 50%;
  height: 100%;
  background: url('../img/container9bg_2.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.container9 .conRight .rightBox {
  width: 50%;
  margin: 35% 0 0 30%;
  text-align: right;
  position: relative;
}
.container9 .conRight .rightBox .yellowLine {
  width: 50px;
  border: 1px solid #ee7700;
  position: absolute;
  top: -24px;
  right: 0;
}
.container9 .conRight .rightBox .txt {
  color: #666;
  font-size: 0.6rem;
  margin: 10px 0 0 0;
}
.container9 .conRight .rightBox .greyLine {
  width: 100%;
  border: 1px solid #C6C6C6;
  margin: 40px 0 35px 0;
}
.container9 .conRight .rightBox .qrCode {
  display: flex;
  padding: 0 0 0 32%;
}
.container9 .conRight .rightBox .qrCode .item {
  margin: 0 0 0 20px;
}
.container9 .conRight .rightBox .qrCode .item img {
  display: block;
  margin: 0 auto;
}
.container9 .conRight .rightBox .qrCode .item .codeTxt {
  color: #666;
  font-size: 0.6rem;
  margin: 10px 0 0 0;
}
.container9 .bottomNav {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0 12px 0;
  background: #333;
  color: #b7b7b7;
  font-size: 14px;
}
.container9 .bottomNav .flink {
  width: 75%;
  margin: 0 auto;
  padding: 15px 0 6px 0;
}
.container9 .bottomNav a {
  color: #606060;
  font-size: 10px;
  padding: 0 1px;
}
@supports (-ms-ime-align:auto) {
  .container9 .conRight .rightBox .qrCode {
    display: flex;
    position: relative;
    left: 30%;
  }
}
@keyframes myMountain {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuLogo {
  0% {
    top: -100%;
    right: -100%;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    top: 0px;
    right: 10%;
    transform: matrix(4, 0, 0, 4, 0, 0);
  }
}
@keyframes arrowUpdpwn {
  0% {
    bottom: 5.5%;
  }
  50% {
    bottom: 4.5%;
  }
  100% {
    bottom: 5.5%;
  }
}
@keyframes itemhide {
  0% {
    right: -100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes linehide {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rectshow {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes schoolShow {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (min-width: 1919px) {
  .mySwiper .swiper-slide .mask-box .bgmountain .introConpany {
    top: 38%;
  }
  .mySwiper .swiper-slide .mask-box .linkIntro {
    top: 58%;
  }
  .boxContainer2 .findInNewList > li:first-child .cl1 {
    padding: 8% 0 10% 0;
  }
  .boxContainer2 .mySwiper1 .swiper-pagination {
    top: 92%;
  }
  .container3 {
    margin: 8% 0 0 0;
  }
  .container4 .mapItems .mapItem:first-child {
    top: 74%;
    left: -32px;
  }
  .container4 .mapItems .mapItem:nth-child(2) {
    top: 51%;
    left: 40px;
  }
  .container4 .mapItems .mapItem:nth-child(3) {
    top: -23%;
    left: 12%;
  }
  .container4 .mapItems .mapItem:nth-child(4) {
    top: -5%;
    left: 70%;
  }
  .container4 .mapItems .mapItem:nth-child(5) {
    top: -8%;
    left: 85%;
  }
  .container4 .mapItems .mapItem .todetail {
    bottom: 0;
    right: -28%;
  }
  .container5 .scSchools .scpart .itemImg,
  .container5 .scSchools .itemhide .itemImg {
    width: 60%;
  }
  .swiperBg {
    background-size: 20%;
    background-position: 35% 35%;
  }
  .container7 {
    padding: 0 0 7% 0;
  }
  .container7 .mySwiper3-1 {
    margin: 4% auto 3%;
  }
  .container7 .mySwiper3-2 {
    margin: 2% auto;
  }
  .container9 .conRight {
    right: -7%;
  }
}
@media screen and (min-width: 1640px) and (max-width: 1919px) {
  .container3 {
    margin: 10% 0 0 0;
  }
  .boxContainer2 .mySwiper1 .swiper-pagination {
    top: 91.5%;
  }
  .container4 .mapItems .mapItem:first-child {
    top: 75%;
    left: -42px;
  }
  .container4 .mapItems .mapItem:nth-child(2) {
    top: 55%;
    left: 14px;
  }
  .container4 .mapItems .mapItem:nth-child(3) {
    top: -23%;
    left: 7%;
  }
  .container4 .mapItems .mapItem:nth-child(4) {
    top: -5%;
    left: 70%;
  }
  .container4 .mapItems .mapItem:nth-child(5) {
    top: -8%;
    left: 85%;
  }
  .container4 .mapItems .mapItem .todetail {
    bottom: 0;
    right: -23%;
  }
  .swiperBg {
    background-size: 23%;
    background-position: 35% 34%;
  }
  .container7 .mySwiper3-1 {
    margin: 6% auto 4%;
  }
  .container7 .mySwiper3-2 {
    margin: 2% auto;
  }
  .container7 .swiper3-prev,
  .container7 .swiper3-next {
    bottom: 6%;
  }
  .container8 img {
    width: 80%;
    margin: a auto;
  }
  .container9 .conRight {
    width: 55%;
    right: -6%;
  }
  .container9 .conRight .rightBox .qrCode {
    padding: 0 0 0 26%;
  }
  .containerNewPage2 .twopageLeft .twopageMiddle {
    margin-top: 70px;
  }
  .containerNewPage2 .twopageLeft .line3 {
    margin-top: 80px;
  }
}
@media screen and (width: 1914px) {
  .mySwiper .swiper-slide .mask-box .bgmountain .introConpany {
    top: 40%;
  }
  .mySwiper .swiper-slide .mask-box .linkIntro {
    top: 59%;
  }
  .container3 {
    margin: 10% 0 0 0;
  }
  .container4 .mapItems .mapItem:first-child {
    top: 75%;
    left: -42px;
  }
  .container4 .mapItems .mapItem:nth-child(2) {
    top: 55%;
    left: 14px;
  }
  .container4 .mapItems .mapItem:nth-child(3) {
    top: -23%;
    left: 10%;
  }
  .container4 .mapItems .mapItem:nth-child(4) {
    top: -5%;
    left: 70%;
  }
  .container4 .mapItems .mapItem:nth-child(5) {
    top: -8%;
    left: 85%;
  }
  .container4 .mapItems .mapItem .todetail {
    bottom: 0;
    right: -23%;
  }
  .container5 .scSchools .scpart .itemImg,
  .container5 .scSchools .itemhide .itemImg {
    width: 68%;
  }
  .swiperBg {
    background-size: 23%;
    background-position: 35% 40%;
  }
  .container7 .mySwiper3-1 {
    margin: 6% auto 4%;
  }
  .container7 .mySwiper3-2 {
    margin: 2% auto;
  }
  .container7 .swiper3-prev,
  .container7 .swiper3-next {
    bottom: 6%;
  }
  .container8 img {
    width: 80%;
    margin: a auto;
  }
  .container9 .conRight {
    width: 55%;
    right: -6%;
  }
  .container9 .conRight .rightBox .qrCode {
    padding: 0 0 0 26%;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1640px) {
  .container3 {
    margin: 10% 0 0 0;
  }
  .container4 .mapItems .mapItem:first-child {
    top: 76%;
    left: -42px;
  }
  .container4 .mapItems .mapItem:nth-child(2) {
    top: 56%;
    left: 7px;
  }
  .container4 .mapItems .mapItem:nth-child(3) {
    top: -23%;
    left: 5%;
  }
  .container4 .mapItems .mapItem:nth-child(3) .img img {
    width: 550px;
    height: 550px;
  }
  .container4 .mapItems .mapItem:nth-child(4) {
    top: -5%;
    left: 70%;
  }
  .container4 .mapItems .mapItem:nth-child(5) {
    top: -8%;
    left: 85%;
  }
  .container4 .mapItems .mapItem .todetail {
    right: -31%;
  }
  .container5 .scSchools {
    height: 360px;
  }
  .container5 .scSchools .scpart .itemImg,
  .container5 .scSchools .itemhide .itemImg {
    width: 65%;
  }
  .swiperBg {
    background-size: 22%;
    background-position: 34% 36%;
  }
  .container7 .mySwiper3-1 {
    margin: 7% auto 4%;
  }
  .container7 .mySwiper3-2 {
    margin: 2% auto;
  }
  .container7 .swiper3-prev,
  .container7 .swiper3-next {
    bottom: 6%;
  }
  .container8 img {
    width: 75%;
    margin: a auto;
  }
  .container9 .conRight {
    width: 57%;
    right: -6%;
  }
  .container9 .conRight .rightBox .qrCode {
    padding: 0 0 0 26%;
  }
  .containerNewPage2 .twopageLeft .twopageMiddle {
    margin-top: 60px;
  }
  .containerNewPage2 .twopageLeft .line3 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1580px) {
  .container3 {
    margin: 10% 0 0 0;
  }
  .container4 .mapItems .mapItem:first-child {
    top: 76%;
    left: -42px;
  }
  .container4 .mapItems .mapItem:nth-child(2) {
    top: 56%;
    left: 7px;
  }
  .container4 .mapItems .mapItem:nth-child(3) {
    top: -17%;
    left: 8.5%;
  }
  .container4 .mapItems .mapItem:nth-child(3) .img img {
    width: 500px;
    height: 500px;
  }
  .container4 .mapItems .mapItem:nth-child(4) {
    top: -5%;
    left: 70%;
  }
  .container4 .mapItems .mapItem:nth-child(5) {
    top: -8%;
    left: 85%;
  }
  .container4 .mapItems .mapItem .todetail {
    bottom: -16%;
    right: -34%;
  }
  .container5 .scSchools {
    height: 360px;
  }
  .container5 .scSchools .scpart .itemImg,
  .container5 .scSchools .itemhide .itemImg {
    width: 65%;
  }
  .swiperBg {
    background-size: 21%;
    background-position: 35% 34%;
  }
  .container7 .mySwiper3-1 {
    margin: 7% auto 4%;
  }
  .container7 .mySwiper3-2 {
    margin: 2% auto;
  }
  .container7 .swiper3-prev,
  .container7 .swiper3-next {
    bottom: 6%;
  }
  .container8 img {
    width: 72%;
    margin: a auto;
  }
  .container9 .conRight {
    width: 58%;
    right: -6%;
  }
  .container9 .conRight .rightBox .qrCode {
    padding: 0 0 0 25%;
  }
  .containerNewPage2 .twopageLeft .twopageMiddle {
    margin-top: 60px;
  }
  .containerNewPage2 .twopageLeft .line3 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1364px) and (max-width: 1500px) {
  .container3 {
    margin: 10% 0 0 0;
  }
  .container4 .swiperboxRight {
    top: -50px;
  }
  .container4 .swiperboxRight .todetail {
    bottom: 37%;
  }
  .container5 .scSchools {
    height: 360px;
  }
  .container5 .scSchools .scpart .itemImg,
  .container5 .scSchools .itemhide .itemImg {
    width: 65%;
  }
  .swiperBg {
    background-size: 21%;
    background-position: 34% 30%;
  }
  .container7 .mySwiper3-1 {
    margin: 7% auto 4%;
  }
  .container7 .mySwiper3-2 {
    margin: 2% auto;
  }
  .container7 .swiper3-prev,
  .container7 .swiper3-next {
    bottom: 6%;
  }
  .container8 img {
    width: 70%;
    margin: a auto;
  }
  .container9 .conRight {
    width: 60%;
    right: -6%;
  }
  .container9 .conRight .rightBox .qrCode {
    padding: 0 0 0 21%;
  }
  .containerNewPage2 .twopageLeft .twopageMiddle {
    margin-top: 60px;
  }
  .containerNewPage2 .twopageLeft .line3 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1364px) {
  .mySwiper .swiper-slide .mask-box .bgmountain .introConpany .companyName .chineseName {
    font-size: 0.7rem;
  }
  .mySwiper .swiper-slide .mask-box .bgmountain .introConpany .companyName .englishName {
    width: 9rem;
    font-size: 0.4rem;
  }
  .container3 {
    margin: 7% 0 0 0;
  }
  .container3 .proshows {
    height: 200px;
  }
  .container3 .proshows .proPart .item {
    padding: 43px 0 0 0;
  }
  .container3 .proshows .proPart .item .line1 .leftimg {
    width: 40px;
    height: 40px;
  }
  .container3 .proshows .proPart .itemhide .lines {
    padding: 43px 0 0 0;
  }
  .container3 .proshows .proPart .itemhide .lines .line1 .leftimg {
    width: 40px;
    height: 40px;
  }
  .container3 .proshows .proPart .itemhide .rightimg {
    width: 60%;
  }
  .boxContainer2 .findInNewList > li {
    padding: 5% 0;
  }
  .container4 .swiperboxRight {
    top: -50px;
  }
  .container4 .swiperboxRight .todetail {
    bottom: 37%;
  }
  .container4 .swiperbox {
    margin: 74px 0 0 0;
  }
  .container4 .swiperbox .slideItem .title1 {
    font-size: 22px;
  }
  .container4 .swiperbox .slideItem .title2 {
    font-size: 30px;
  }
  .container4 .swiperbox .pagebtn {
    margin: 30px 0 0 0;
  }
  .container4 .mapItems {
    top: 3%;
    margin: 0 0 0 3%;
  }
  .container4 .mapItems .mapItem:nth-child(1) {
    top: 46%;
    left: 27px;
  }
  .container4 .mapItems .mapItem:nth-child(2) {
    top: 32%;
    left: 95px;
  }
  .container4 .mapItems .mapItem:nth-child(3) {
    top: 0%;
    left: 25%;
  }
  .container4 .mapItems .mapItem:nth-child(3) .img img {
    width: 200px;
    height: 200px;
  }
  .container4 .mapItems .mapItem:nth-child(4) {
    top: -3%;
    left: 61%;
  }
  .container4 .mapItems .mapItem:nth-child(5) {
    top: -7%;
    left: 80%;
  }
  .container4 .mapItems .mapItem .silderText {
    width: 74px;
    padding: 8px;
  }
  .container4 .mapItems .mapItem .silderText span {
    width: 55px;
    height: 55px;
  }
  .container4 .mapItems .mapItem .todetail {
    bottom: -16%;
    right: -60%;
  }
  .container5 .scSchools {
    height: 360px;
  }
  .container5 .scSchools .scpart .itemImg,
  .container5 .scSchools .itemhide .itemImg {
    width: 70%;
  }
  .swiperBg {
    background-size: 20%;
    background-position: 34% 40%;
  }
  .container7 .mySwiper3-1 {
    margin: 3% auto 3%;
  }
  .container7 .mySwiper3-2 {
    margin: 0 auto;
  }
  .container7 .swiper3-prev,
  .container7 .swiper3-next {
    bottom: 6%;
  }
  .container8 img {
    width: 70%;
    margin: a auto;
  }
  .container9 .conRight {
    width: 63%;
    right: -6%;
  }
  .container9 .conRight .rightBox {
    margin: 19% 0 0 33%;
    width: 51%;
  }
  .container9 .conRight .rightBox .qrCode {
    padding: 0 0 0 17%;
  }
  .container9 .bottomNav .flink {
    width: 92%;
  }
  .containerNewPage2 .twopageLeft .twopageMiddle {
    margin-top: 55px;
  }
  .containerNewPage2 .twopageLeft .line3 {
    margin-top: 60px;
  }
}
