section {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
	min-width: 1300px;
}
.move-box{
	margin: 0 auto !important;
	left: 0 !important;
	text-align: center!important;
	right: 0!important;
}
section > img {
  display: block;
  width: 100%;
}

.sec-title {
  position: absolute;
  top: 150px;
}

.sec-1 {
  padding-top: 94px;
  position: relative;
  text-align: center;
}

.sec-1 .pro-img-box {
  position: absolute;
  bottom: -15px;
  right: 280px;
}

.sec-1 .pro-img-box img {
  display: inline-block;
}

.sec-1 .pro-img-box .img-txt {
  margin-left: 50px;
  vertical-align: 40px;
  display: inline-block;
  color: #34a0d1;
}

.sec-1 .pro-img-box .img-txt h5 {
  font-size: 18px;
  font-weight: bold;
}

.sec-1 .pro-img-box .img-txt h6 {
  font-size: 14px;
  line-height: 30px;
}

.sec-2 .move-box {
  position: absolute;
}

.sec-2 .move-box .title {
  margin-bottom: 40px;
}

.sec-3 .move-box {
  position: absolute;
  top: 40px;
  color: #003d8d;
  text-align: center;
}

.sec-3 .move-box .bn-3-title-txt h5 {
  font-size: 24px;
}

.sec-3 .move-box .bn-3-title-txt h6 {
  font-size: 32px;
  line-height: 54px;
}

.sec-3 .move-box .bn-3-title-txt p {
  font-size: 12px;
}

.sec-3 .move-box .bn-3-el {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.sec-3 .move-box .el-txt {
  margin-top: 160px;
  margin-bottom: 50px;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
}

.sec-3 .move-box .el-txt .txt-box {
  background-image: url(../img/productInfo_pink/03_double_line.png);
  background-size: 100% 100%;
  text-align: center;
  color: #003d8d;
  line-height: 32px;
  padding: 0 40px;
}

.sec-3 .move-box .el-txt .txt-box h5, .sec-3 .move-box .el-txt .txt-box h6 {
  font-size: 18px;
}

.sec-4 .move-box {
  position: absolute;
  top: 104px;
}

.sec-5 .move-box {
  position: absolute;
  top: 79px;
  text-align: center;
}

.sec-5 .move-box p {
  color: #003d8e;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.sec-center .move-box {
  position: absolute;
  top: 66px;
  text-align: center;
}

.sec-center .move-box p {
  color: #003d8e;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.sec-center .bn-center-el {
  position: absolute;
  top: 54%;
  transform: translate(0, -50%);
}

.sec-6 .bn-6-table {
  position: absolute;
  top: 60px;
}

.sec-7 .move-box {
  position: absolute;
  top: 116px;
  text-align: center;
}

.sec-7 .move-box p {
  color: #003d8e;
  font-size: 24px;
  text-align: center;
  margin: 20px 0 70px;
}

.sec-8 .move-box {
  position: absolute;
  top: 10px;
}

.sec-8 .move-box .right-el {
  margin-left: 440px;
  margin-top: 50px;
}

.sec-8 .move-box .doc {
  margin-top: 80px;
}

.sec-9 .move-box {
  position: absolute;
  top: 100px;
  text-align: center;
}

.sec-9 .move-box .title {
  margin-bottom: 45px;
}

.sec-10 .move-box {
  position: absolute;
  top: 60px;
  text-align: center;
}

.sec-10 .move-box .title {
  margin-bottom: 50px;
}

footer {
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
}

footer .foot-container {
  width: 68.8%;
  position: relative;
}

footer .foot-container .footTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 18px;
  position: relative;
}

footer .foot-container .footTop .produce-type {
  display: flex;
  justify-content: space-between;
  color: #ff6e2d;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

footer .foot-container .footTop .produce-type .item {
  margin-right: 40px;
}

footer .foot-container .footTop .callMe {
  display: flex;
}

footer .foot-container .footTop .callMe > div {
  margin-left: 40px;
}

footer .foot-container .footTop img {
  display: block;
  cursor: pointer;
}

footer .foot-container .footTop .callMe img {
  height: 45px;
}

footer .foot-container .foot-center-line img {
  width: 100%;
}

footer .foot-container .tips {
  color: #ff6e2d;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

footer .foot-container .tips span {
  margin-right: 18px;
}

footer .foot-container .tips span:last-child {
  margin-right: 0;
}

footer .foot-container .tips span.link {
  cursor: pointer;
}

.foot-top-line {
  height: 3px;
  background-image: url(../img/footer-line.jpg);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}
