/* banner */
.operation-banner {
  position: relative;
  width: 100%;
  height: 770px;
  background: #fff;
}

.operation-banner-content {
  position: relative;
  width: 1200px;
  height: 540px;
  margin: auto;
  background: url(../images/banbj.png);
}

.operation-banner-content-animo {
  position: absolute;
  left: 70px;
  top: 55px;
  /* Safari 和 Chrome */
}

.operation-banner-content-animo2 {
  position: absolute;
  left: 447px;
  top: 344px;
  animation: mymove 3s infinite;
  -webkit-animation: mymove 3s infinite;
}

@keyframes mymove {
  0% {
    top: 344px;
  }

  50% {
    top: 334px;
  }

  100% {
    top: 344px;
  }
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
  {
  0% {
    top: 344px;
  }

  50% {
    top: 334px;
  }

  100% {
    top: 344px;
  }
}

.operation-banner-suom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd2c2e38, endColorstr=#dd2c2e38);
  background: #1465ff;
}

.operation-banner-suom-content {
  width: 1200px;
  height: inherit;
  margin: auto;
}

.operation-banner-content-title {
  position: absolute;
  right: 0;
  top: 120px;
}

.operation-banner-content-btn {
  position: absolute;
  right: 380px;
  top: 410px;
  width: 252px;
  height: 74px;
  cursor: pointer;
  background-image: url(../images/ban-btn.png);
}

.operation-banner-content-btn:hover {
  opacity: .9;
}

.operation-banner-suom-li {
  width: 300px;
  padding: 0 50px;
  height: inherit;
  float: left;
  color: #fff;
}

.operation-banner-suom-logo1,
.operation-banner-suom-logo2,
.operation-banner-suom-logo3 {
  width: 100%;
  height: 50px;
  margin-top: 40px;
}

.operation-banner-suom-logo1>span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ban-ico1.png);
}

.operation-banner-suom-logo2>span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ban-ico2.png);
}

.operation-banner-suom-logo3>span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ban-ico3.png);
}

.operation-banner-suom-h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.operation-banner-suom-p {
  font-size: 16px;
  margin-top: 10px;
}

/* ts */
.operation-ts {
  width: 100%;
  background: #f7f7f7;
}

.operation-ts-content {
  width: 1200px;
  margin: auto;
}

.operation-ts-title {
  font-size: 30px;
  color: #696767;
  text-align: center;
  letter-spacing: 10px;
  padding: 70px 0 50px 0;
}

.operation-ts-title>span {
  font-size: 40px;
  color: #04c4b7;
  display: inline-block;
  padding: 0 20px;
}

.operation-ts-con {
  width: 100%;
}

.operation-ts-con:after {
  content: '';
  display: table;
  clear: both;
}

.operation-ts-con-list {
  width: 370px;
  margin: 0 15px;
  margin-bottom: 30px;
  float: left;
  background: #fff;
}

.operation-ts-con-list1 {
  border-top: 2px solid #ffffff;
}

.operation-ts-con-list2 {
  border-top: 2px solid #ffffff;
}

.operation-ts-con-list3 {
  border-top: 2px solid #ffffff;
}

.operation-ts-con-list4 {
  border-top: 2px solid #ffffff;
}

.operation-ts-con-list5 {
  border-top: 2px solid #ffffff;
}

.operation-ts-con-list6 {
  border-top: 2px solid #ffffff;
}

.operation-ts-con-list-title {
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 50px 0 20px 0;
}

.operation-ts-con-list-title>img {
  margin: auto;
}

.operation-ts-con-list-font {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.operation-ts-con-list-p {
  padding: 30px 0 65px 0;
  font-size: 16px;
  height: 65px;
  color: #6e6e6e;
  margin: auto;
  width: 250px;
}

/* hi */
.operation-gi {
  width: 100%;
  height: 360px;
  background: #f7f7f7;
}

.operation-gi-content {
  width: 1200px;
  text-align: center;
  height: inherit;
  background: url(../images/gi.png);
  margin: auto;
}

.operation-gi-title {
  font-size: 30px;
  margin: 90px 0 45px 0;
  display: inline-block;
  border-bottom: 2px solid #222;
  color: #222;
}

.operation-gi-p {
  width: 700px;
  text-align: center;
  color: #232324;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
}

/* mn */
.operation-mn {
  width: 100%;
  background: #f7f7f7;
  padding: 0 0 60px 0;
}

.operation-mn-content {
  width: 1300px;
  margin: auto;
}

.operation-mn-title {
  font-size: 30px;
  color: #696767;
  text-align: center;
  letter-spacing: 10px;
  padding: 70px 0 50px 0;
}

.operation-mn-title>span {
  font-size: 40px;
  color: #04c4b7;
  display: inline-block;
  padding: 0 20px;
}

.operation-mn-con {
  width: 1300px;
  height: 389px;
  background: url(../images/mnhb.png);
}

/*********************客服************************************************/

.vpcsmode-kfzx {
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 99999;
}

.vpcsmode-kfzx-cfd {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 129px;
  background: url(../images/yjzx.jpg);
  box-shadow: 0 0 3px #ddd;
  cursor: pointer;
}

.vpcsmode-kfzx-tcc {
  display: none;
  position: absolute;
  right: 40px;
  top: -62px;
  box-shadow: 0 0 3px #ddd;
  width: 330px;
  height: 191px;
  background: url(../images/yjzx-tcc.jpg) no-repeat center;
}

.vpcsmode-kfzx-tcc-text {
  position: absolute;
  left: 65px;
}

.vpcsmode-kfzx-tcc-text-1 {
  top: 17px;
}

.vpcsmode-kfzx-tcc-title {
  font-size: 16px;
}

.vpcsmode-kfzx-tcc-text-2 {
  top: 37px;
}

.vpcsmode-kfzx-tcc-subtitle {
  font-size: 14px;
  color: #6f747a;
}

.color-ff3b2e {
  color: #ff3b2e;
  font-weight: bold;
}

.vpcsmode-kfzx-tcc-text-3 {
  top: 75px;
}

.vpcsmode-kfzx-tcc-text-4 {
  top: 95px;
}

.vpcsmode-kfzx-tcc-text-5 {
  top: 133px;
}

.vpcsmode-kfzx-tcc-text-6 {
  top: 153px;
}

.vpcsmode-kfzx-tcc-a {
  cursor: pointer !important;
}

.vpcsmode-kfzx-tcc-a:hover {
  color: #ff2b3e;
}

