@charset "utf-8";
.cm {
  color: #1d6bdd;
}
@font-face {
  font-family: 'Geometr415BlkBT';
  src: url("../font/Geometr415BlkBT.ttf");
}
@font-face {
  font-family: 'swissbt';
  src: url("../font/SWISSBT.TTF");
}
@font-face {
  font-family: 'Century751No2BT';
  src: url("../font/Century751No2BT.TTF");
}

@-webkit-keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}



@-webkit-keyframes sandian {
  0% {
    -webkit-box-shadow: 0 0 0 3px #fff inset;
            box-shadow: 0 0 0 3px #fff inset;
  }
  33% {
    -webkit-box-shadow: 0 0 0 0 #fff inset;
            box-shadow: 0 0 0 0 #fff inset;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fff inset;
            box-shadow: 0 0 0 3px #fff inset;
  }
}
@keyframes sandian {
  0% {
    -webkit-box-shadow: 0 0 0 3px #fff inset;
            box-shadow: 0 0 0 3px #fff inset;
  }
  33% {
    -webkit-box-shadow: 0 0 0 0 #fff inset;
            box-shadow: 0 0 0 0 #fff inset;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fff inset;
            box-shadow: 0 0 0 3px #fff inset;
  }
}


.section {
  position: relative;
  overflow: hidden;
 
  width: 100%;
  height: 100vh;
}

@-webkit-keyframes fnext {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes fnext {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
.sectionbg4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url("../images/sec4.jpg") bottom no-repeat;
}
@-webkit-keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@-webkit-keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
@keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
.marketout {
  padding-top: 100px;
}
.market {
  width: 100%;
  height: 710px;
  position: relative;
  overflow: hidden;
}
.marketl {
  position: relative;
  width: 25%;
  padding-top: 172px;
  margin-left: 30px;
}
.marketl h2 {
  font-size: 45px;
  color: #1d6bdd;
  line-height: 56px;
  word-break: normal;
  font-family: "Times New Roman";
  text-transform: uppercase;
  position: relative;
  padding-bottom: 26px;
}
.marketl h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 30px;
  height: 3px;
  background-color: #1d6bdd;
}
.marketl h3 {
  font-size: 28px;
  color: #333;
  line-height: 70px;
  margin-top: 30px;
}
.marketl .txt {
  font-size: 15px;
  color: #333;
  line-height: 30px;
}


.markett {
  position: relative;
 

}
.markett h2 {
  font-size: 29px;
  color: #1d6bdd;
 
  word-break: normal;
  font-family: "Times New Roman";
  text-transform: uppercase;
  position: relative;
  padding-bottom: 16px;
	margin-bottom: 20px;
}
.markett h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 30px;
  height: 3px;
  background-color: #1d6bdd;
}




.world {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 1179px;
  height: 710px;
  background: url("../images/world.png") no-repeat;
}
@media screen and (max-height: 680px) {.market {
    height: 570px;
  }
  .world {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }}
@media screen and (max-width: 1380px) {.marketl h2 {
    font-size: 40px;
  }
	
	.f36{ font-size:30px;} 
.markett h2 {
    font-size: 30px;
  }}
@media screen and (max-width: 1240px) {.world {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .marketl {
    width: auto;
    padding-top: 0;
  }
  .marketl h2 {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 0;
  }
  .marketl h3 {
    font-size: 28px;
    line-height: 50px;
    margin-top: 10px;
  }
	
	
	.markett {
    width: auto;
    padding-top: 0;
  }
  .markett h2 {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 0;
  }}
@media screen and (max-width: 1023px) {.marketl {
    margin-left: 0;
  }
	
	 .markett {
    margin-left: 0;
  }}
@media screen and (max-width: 960px) {.world {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }}
@media screen and (max-width: 750px) {.world {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }}
@media screen and (max-width: 640px) {.world {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }}
@media screen and (max-width: 540px) {.world {
    right: auto;
    left: 0;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }}
.world > div {
  position: absolute;
  z-index: 5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 30px rgba(47, 121, 229, 0.15);
          box-shadow: 0px 0px 0px 30px rgba(47, 121, 229, 0.15);
  background-color: #2f79e5;
  white-space: nowrap;
}
.world .zhuanzhu {
  font-size: 24px;
  line-height: 100px;
  color: #1d6bdd;
  position: absolute;
  left: 822px;
  top: 142px;
  z-index: 10;
}
.world .zhuanzhu em {
  font-size: 72px;
  font-weight: bold;
  margin-right: 10px;
}
.world .pulse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(47, 121, 229, 0.5);
  -webkit-animation: circlepulse 1.5s ease 0s infinite;
          animation: circlepulse 1.5s ease 0s infinite;
}
@media screen and (max-width: 960px) {.world .zhuanzhu {
    left: 800px;
    top: 120px;
  }}
.world label {
  font-size: 18px;
  color: #276fd9;
  position: absolute;
  z-index: 1;
}
div.pin-01 label {
  bottom: 20px;
  left: -20px;
}
div.pin-02 label {
  bottom: -11px;
  right: 32px;
}
div.pin-03 label {
  top: -50px;
  left: -11px;
}
div.pin-04 label {
  top: 40px;
  left: -20px;
}
div.pin-05 label {
  top: 34px;
  left: -11px;
}
div.pin-06 label {
  top: 34px;
  left: -20px;
}
div.pin-07 label {
  bottom: -11px;
  left: 39px;
}
@-webkit-keyframes circlepulse {
  0% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4);
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {.world label {
    font-size: 24px;
  }}
@media screen and (max-width: 640px) {.world label {
    font-size: 30px;
  }}
@media screen and (max-width: 540px) {.world label {
    font-size: 36px;
  }}
.world > div.pin-01 {
  top: 214px;
  left: 140px;
  -webkit-animation: pin02 3s ease-in-out 0s infinite;
          animation: pin02 3s ease-in-out 0s infinite;
}
.world > div.pin-02 {
  top: 260px;
  left: 562px;
  -webkit-animation: pin03 3s ease-in-out 0.5s infinite;
          animation: pin03 3s ease-in-out 0.5s infinite;
}
.world > div.pin-03 {
  top: 334px;
  left: 854px;
  -webkit-animation: pin01 3s ease-in-out 1s infinite;
          animation: pin01 3s ease-in-out 1s infinite;
}
.world > div.pin-04 {
  top: 459px;
  left: 311px;
  -webkit-animation: pin02 3s ease-in-out 1.5s infinite;
          animation: pin02 3s ease-in-out 1.5s infinite;
}
.world > div.pin-05 {
  top: 430px;
  left: 560px;
  -webkit-animation: pin02 3s ease-in-out 2s infinite;
          animation: pin02 3s ease-in-out 2s infinite;
}
.world > div.pin-06 {
  top: 440px;
  left: 802px;
  -webkit-animation: pin02 3s ease-in-out 2.5s infinite;
          animation: pin02 3s ease-in-out 2.5s infinite;
}
.world > div.pin-07 {
  top: 559px;
  left: 940px;
  -webkit-animation: pin03 3s ease-in-out 3s infinite;
          animation: pin03 3s ease-in-out 3s infinite;
}
.world > div.pin-08 {
  top: 135px;
  left: 797px;
  -webkit-animation: pin03 3s ease-in-out 3s infinite;
          animation: pin03 3s ease-in-out 3s infinite;
}


@-webkit-keyframes pin01 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 28px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 28px rgba(47, 121, 229, 0.15);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
  }
}
@-webkit-keyframes pin02 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 23px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 23px rgba(47, 121, 229, 0.15);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
  }
}
@-webkit-keyframes pin03 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 18px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 18px rgba(47, 121, 229, 0.15);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(47, 121, 229, 0.15);
  }
}
.fcate1 {
  position: absolute;
  right: 7.8%;
  top: 50%;
  margin-top: -250px;
  z-index: 20;
}
.fcate1 .cn {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
  height: 48px;
  padding-left: 64px;
}
.fcate1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.peijianlist {
  font-size: 0;
  text-align: center;
  height: 120px;
  position: absolute;
  left: 7.8%;
  bottom: 95px;
  z-index: 2;
 
}
.peijianlist li {
  display: inline-block;
  width: 70px;
  margin-right: 120px;
  vertical-align: top;

  cursor: pointer;
}
.peijianlist li:last-child {
  margin-right: 0;
}
.peijianlist li span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 22px;
}
.peijianlist li i {
  position: absolute;
  left: 50%;
  bottom: -5px;
  z-index: 0;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}
.peijianlist .pic {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.peijianlist .pic.i1 {
  z-index: 0;
  height: 50px;
}
.peijianlist img {
  max-width: 100%;
  max-height: 50px;
}
.peijianlist li h3 {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  width: 100%;
  height: 26px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
/*.peijianlist li:hover .pic.i2,.peijianlist li.on .pic.i2{ height: 50px; opacity: 1;}
.peijianlist li:hover h3,.peijianlist li.on h3{ color: #f70;}*/
.peijianlist li:hover i {
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
}
@-webkit-keyframes move4 {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  90%,
  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  90%,
  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}
.peijianlist2 {
  font-size: 0;
  position: absolute;
  left: 7.8%;
  top: 50%;
  z-index: 2;
  width: 84%;
  margin-top: -110px;
  pointer-events: auto;
}
.peijianlist2 li {
  position: absolute;
  width: 560px;
  max-width: 100%;
  opacity: 0;
  pointer-events: auto;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.peijianlist2 li h3 {
  font-size: 38px;
  color: #fff;
  line-height: 80px;
  padding-left: 114px;
  position: relative;
  height: 80px;
  overflow: hidden;
  
}
.peijianlist2 li h3 label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.peijianlist2 li h3 label img {
  vertical-align: top;
}
.peijianlist2 li .txt {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-top: 18px;
}
.peijianlist2 li.on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1540px) {.peijianlist li {
    margin-right: 120px;
  }}
@media screen and (max-width: 1400px) {.peijianlist li {
    margin-right: 80px;
  }}
@media screen and (max-width: 1200px) {.peijianlist li {
    margin-right: 60px;
  }}
@media screen and (max-width: 900px) {.fcate1 {
    margin-top: -350px;
  }
  .peijianlist2 {
    top: 3%;
  }
  .peijianlist {
    bottom: 120px;
  }}
@media screen and (max-width: 750px) {.peijianlist {
    width: 96%;
    
  }
  .peijianlist li {
    margin-right: 0;
    width: 20%;
  }}
@media screen and (max-width: 640px) {.peijianlist2 li .txt {
    height: 104px;
  }}
.cvbanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.cvbanner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 95px;
  z-index: 2;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.chepic-scroll {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.chepic-scroll .slides {
  overflow: hidden;
  height: 100%;
}
/*.chepic-scroll .slides li {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.chepic-scroll .slides li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}*/
.cvbanner .pagination {
  position: absolute;
  left: 7.8%;
  top: 50%;
  margin-top: 100px;
  z-index: 20;
  height: 2px;
  font-size: 0;
}
.cvbanner .pagination .btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.cvbanner .pagination .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .cvbanner:before {
    bottom: 120px;
  }}
@-webkit-keyframes load-mask-go {
  0% {
    left: 0px;
  }
  100% {
    left: 200px;
  }
}
@keyframes load-mask-go {
  0% {
    left: 0px;
  }
  100% {
    left: 200px;
  }
}
@-webkit-keyframes water-go {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(15, 15);
            transform: scale(15, 15);
    opacity: 1;
    background-color: #fff;
  }
  100% {
    -webkit-transform: scale(15, 15);
            transform: scale(15, 15);
    opacity: 1;
    background-color: #000;
  }
}
@keyframes water-go {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(15, 15);
            transform: scale(15, 15);
    opacity: 1;
    background-color: #fff;
  }
  100% {
    -webkit-transform: scale(15, 15);
            transform: scale(15, 15);
    opacity: 1;
    background-color: #000;
  }
}
/*2about*/







.swiper-slide:nth-child(even) .fittuwen3 {
  background-image: url("../images/sx1h-fz.png");
}
.swiper-slide:hover .fittuwen3 i {
  -webkit-transform: scale(1.2) rotateY(360deg);
          transform: scale(1.2) rotateY(360deg);
}


@media screen and (max-width: 750px) {
  
  .peijianlist{ left:0px;}}
@media screen and (max-width: 670px) {
  .marketout{ padding-top:40px;}}





@media screen and (max-width: 720px) {
  /*.guolist{ display: none;}
	.guolist2{ display: block;}
	.yuan:before{ display: none;}*/}


@media screen and (max-width: 720px) {
   .peijianlist2 li h3{ font-size:24px;}
   .peijianlist2 li h3 label img{ width:50%;}}


