﻿/* Place Your Custom Styles Here */
.font-6 {
  font-size: 6px;
}
.font-7 {
  font-size: 7px;
}
.font-8 {
  font-size: 8px;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-40 {
  font-size: 40px;
}
.font-60 {
  font-size: 60px;
}
.weight-100 {
  font-weight: 100 !important;
}
.weight-200 {
  font-weight: 200 !important;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.weight-800 {
  font-weight: 800 !important;
}

.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl8 {
  padding-left: 8px;
}
.pl6 {
  padding-left: 6px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}

.owhite {
  color: rgba(255, 255, 255, 0.8) !important;
}
.oblack {
  color: rgba(0, 0, 0, 0.8) !important;
}

.bigletterspace {
  letter-spacing: 0.9rem;
  text-indent: 0.9rem;
}

.maincolor {
  color: #00c6c3 !important;
}
.ptitle {
  font-size: 28px;
  padding-top: 25px;
}
.ptext {
  font-size: 16px;
  line-height: 40px;
  margin-top: 15px;
}

/* 鼠标滑动图像翻转效果 */
.port-1 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.port-1 .text-desc {
  opacity: 0.9;
  top: -100%;
  transition: 0.5s;
  color: #000;
  padding: 0;
}
.port-1 img {
  transition: 0.5s;
  max-width: 100%; vertical-align: middle;
}
.port-1.effect-1:hover .text-desc {
  top: 0;
}

.port-1.effect-2 .text-desc {
  top: auto;
  bottom: -100%;
}
.port-1.effect-2:hover .text-desc {
  bottom: 0;
}

.port-1.effect-3 .text-desc {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.port-1.effect-3:hover .text-desc {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
}
.text-desc{position: absolute; left: 0; top: 0; height: 100%; opacity: 0; width: 100%;}

