* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Microsoft YaHei', serif, 'Times New Roman', Georgia, Times, Cambria;
}
.container {
  width: 1200px;
  margin: auto;
}
.tl {
  margin-top: 20px;
}
.tl-0 {
  font-size: 40px;
}
.tl-1 {
  font-size: 36px;
}
.tl-2 {
  font-size: 32px;
}
.tl-3 {
  font-size: 28px;
}
.tl-4 {
  font-size: 24px;
}
.tl-5 {
  font-size: 20px;
}
.tl-6 {
  font-size: 18px;
}
.tl-7 {
  font-size: 16px;
}
.tl-8 {
  font-size: 14px;
}
.tl-9 {
  font-size: 12px;
}
.tl-10 {
  font-size: 10px;
}
.tl-center {
  text-align: center;
}
.c-white {
  color: #fff;
}
.c-default {
  color: #333;
}
.c-main {
  color: #2582ec;
}
.c-warn {
  color: #fdd319;
}
.c-success {
  color: #5fd11d;
}
.c-error {
  color: #f14f39;
}
.c-tip {
  color: #a1a1a1;
}
.b {
  font-weight: bold;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
}
.flex-list .item {
  padding: 1rem;
}
.flex-2 > .item {
  width: calc(50% - 1.5rem * 0.5);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-2 > .item:nth-child(2n+2) {
  margin-right: 0;
}
.flex-3 > .item {
  width: calc(33.33333333% - 1.5rem * 0.66666667);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-3 > .item:nth-child(3n+3) {
  margin-right: 0;
}
.flex-4 > .item {
  width: calc(25% - 1.5rem * 0.75);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-4 > .item:nth-child(4n+4) {
  margin-right: 0;
}
.flex-5 > .item {
  width: calc(20% - 1.5rem * 0.8);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-5 > .item:nth-child(5n+5) {
  margin-right: 0;
}
.flex-6 > .item {
  width: calc(16.66666667% - 1.5rem * 0.83333333);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-6 > .item:nth-child(6n+6) {
  margin-right: 0;
}
.flex-7 > .item {
  width: calc(14.28571429% - 1.5rem * 0.85714286);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-7 > .item:nth-child(7n+7) {
  margin-right: 0;
}
.flex-8 > .item {
  width: calc(12.5% - 1.5rem * 0.875);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-8 > .item:nth-child(8n+8) {
  margin-right: 0;
}
.flex-9 > .item {
  width: calc(11.11111111% - 1.5rem * 0.88888889);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-9 > .item:nth-child(9n+9) {
  margin-right: 0;
}
.flex-10 > .item {
  width: calc(10% - 1.5rem * 0.9);
  margin: 1.5rem 1.5rem 0 0;
}
.flex-10 > .item:nth-child(10n+10) {
  margin-right: 0;
}
.flex {
  display: flex;
  align-items: center;
}
.flex.center {
  justify-content: center;
}
.flex.left {
  justify-content: left;
}
.flex.right {
  justify-content: right;
}
.flex.between {
  justify-content: space-between;
}
.flex.vertical {
  flex-direction: column;
}
.flex.offsetLeft {
  align-items: flex-start;
}
.flex.offsetRight {
  align-items: flex-end;
}
img {
  height: 100%;
}
.logo-wrap {
  height: 100px;
  padding: 10px;
  background-size: auto 100%;
}
.logo-wrap .container {
  height: 100%;
}
.logo-wrap .flex {
  height: 100%;
}
.logo-wrap .logo {
  height: 100%;
}
.logo-wrap .links > * {
  color: #59946B;
}
.logo-wrap .links img {
  margin-right: 10px;
  height: 20px;
  vertical-align: bottom;
}
.logo-wrap .links .divider {
  display: inline-block;
  margin: 0 10px;
  height: 12px;
  width: 1px;
  background: #59946B;
}
.head-wrap {
  height: 640px;
  background-size: auto 600px;
  background-repeat: no-repeat;
}
.head-wrap .tl-1 {
  text-align: center;
  margin-top: 80px;
}
.head-wrap .tl-1 img {
  height: 80px;
}
.head-wrap .tl-search {
  margin-top: 30px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}
.head-wrap .tl-search input {
  padding: 0 20px;
  border: none;
  outline: none;
  display: inline-block;
  width: 480px;
  vertical-align: text-bottom;
  border-radius: 50px 0 0 50px;
}
.head-wrap .tl-search button {
  border: none;
  outline: none;
  width: 140px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: #FF8518;
  vertical-align: text-bottom;
  border-radius: 0 50px 50px 0;
}
.head-wrap .tl-search button img {
  height: 20px;
  margin-right: 5px;
  user-select: none;
}
.head-wrap .tl-search button:hover {
  background: #f07407;
}
.head-wrap .steps {
  background-color: #fff;
  margin-top: 80px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px rgba(39, 133, 101, 0.14);
}
.head-wrap .steps .tl-4 {
  line-height: 80px;
}
.head-wrap .steps .step-wrap {
  width: 90%;
  margin: auto;
  align-items: flex-start;
}
.head-wrap .steps .step {
  width: calc(25% - 80px);
  text-align: center;
  overflow: hidden;
  height: 180px;
}
.head-wrap .steps .step img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.head-wrap .steps .step .tl-8 {
  width: 100%;
  text-overflow: clip;
}
.head-wrap .steps .step-arr {
  width: 100px;
  margin-top: 35px;
}
.head-wrap .steps .step-arr img {
  width: 70px;
}
.primary {
  color: #59946B;
}
.dec-title {
  text-align: center;
  color: #59946B;
  margin-top: 40px;
  margin-bottom: 20px;
}
.dec-title .tl-2 {
  margin: 0 30px;
  vertical-align: middle;
}
.dec-title img {
  height: 16px;
}
.search-wrap {
  height: 120px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px rgba(39, 133, 101, 0.14);
  background-color: #fff;
  flex-direction: flex-start;
}
.search-wrap input {
  border: 1px solid #e4e4e4;
  outline: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  margin-right: 30px;
}
.search-wrap input:nth-child(1) {
  width: 360px;
}
.search-wrap input:nth-child(2) {
  width: 260px;
}
.search-wrap .valid-img {
  height: 42px;
  margin-right: 40px;
}
.search-wrap .primary {
  height: 44px;
  border: none;
  border-radius: 10px;
  outline: none;
  background: #62b97b;
  color: #fff;
  width: 120px;
  font-size: 16px;
}
.search-wrap .primary:hover {
  background: #34814b;
}
.silu .item {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 10px 0px rgba(39, 133, 101, 0.14);
  background: #fff;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}
.silu .item:hover {
  transition: 0.2s ease-in-out;
}
.silu .item:hover .text {
  color: #ffff;
  position: relative;
  z-index: 999;
  background: #62b97b;
}
.silu .item .img-wrap {
  height: 180px;
}
.silu .item .img-wrap img {
  height: 100%;
  width: 100%;
}
.silu .item .text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 20px;
  text-align: center;
  transition: 0.2s ease-in-out;
  display: block;
  width: 100%;
}
.quick-links .item {
  height: 200px;
  overflow: hidden;
  width: calc(33.33% - 2.5rem * 0.66666667);
  margin: 0 2.5rem 0 0;
  background-size: 100% auto;
  box-shadow: 0 0 10px 0px rgba(39, 133, 101, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s ease-in-out;
}
.quick-links .item .img-wrap {
  background: #62b97b;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.quick-links .item .img-wrap img {
  height: 60px;
}
.quick-links .item .text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
}
.quick-links .item:hover {
  filter: brightness(0.97);
  color: #34814b;
}
.quick-links .item:hover .img-wrap {
  background: #59946B;
}
#convinent .item {
  height: 140px;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/text-bg.png) no-repeat;
  background-size: cover;
}
#convinent .item div {
  display: inline-block;
  padding: 6px 20px;
  min-width: 160px;
  text-align: center;
  color: #fff;
  background: url(../img/text-bg.png) no-repeat;
  background-size: 100% 100%;
}
#convinent .item:hover {
  box-shadow: 0 0 10px 0px rgba(39, 133, 101, 0.34);
}
.swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #6eb482;
  border-radius: 2px;
}
.tabs-wrap {
  display: flex;
  justify-content: center;
}
.tabs-wrap .tab {
  cursor: pointer;
  padding: 1rem;
  text-align: center;
}
.tabs-wrap .tab + .tab {
  margin-left: 20px;
}
.tabs-wrap.rect .tab {
  padding: 1rem 2rem;
}
.tabs-wrap.rect .tab.active {
  color: #fff;
  background: #59946B;
}
.tabs-wrap.inline {
  justify-content: left;
  border-bottom: 2px solid #aaa;
}
.tabs-wrap.underline .tab.active {
  color: #59946B;
  border-bottom: 3px solid #59946B;
}
.tabs-wrap.underline .tab:hover {
  border-bottom: 3px solid #6eb482;
}
.list-wrap {
  background: #F3FAFF;
  padding: 30px;
  border: 1px solid #e4e4e4;
  margin-top: 30px;
}
.list-wrap .list {
  margin-top: 20px;
}
.list-wrap .list .item {
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-wrap .list .item > * {
  vertical-align: bottom;
}
.list-wrap .list .item img {
  height: 14px;
  margin-right: 6px;
}
.list-wrap .list .item .tl-7 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-wrap .list .item a {
  width: 10%;
  color: #59946B;
  text-align: center;
}
.list-wrap .list .item > span {
  width: 90%;
}
.list-wrap .list .item:hover {
  background: #f5f5f5;
}
.tab-content-wrap {
  display: none;
}
.tab-content-wrap.active {
  display: block;
}
.tab-content {
  margin-top: 40px;
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content .item {
  padding: 30px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  transition: 0.2s ease-in-out;
}
.tab-content .item + .item {
  margin-top: 24px;
}
.tab-content .item:hover {
  background: #59946B;
  color: #fff;
}
.tab-content .item:hover a {
  color: #fff;
}
.tab-content .item .tl-5 {
  display: inline-block;
  width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-content .item a {
  color: #59946B;
  float: right;
}
.shrink-wrap {
  font-size: 16px;
  padding: 14px 0 0;
  position: relative;
}
.shrink-wrap .visible-wrap {
  width: calc(100% - 60px);
  height: 40px;
  overflow: hidden;
}
.shrink-wrap .visible-wrap .more {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 24px;
  color: #59946B;
}
.shrink-wrap .visible-wrap .more img {
  width: 14px;
  margin-left: 4px;
}
.shrink-wrap .item {
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  display: inline-block;
  word-break: keep-all;
}
.shrink-wrap .item:hover {
  color: #59946B;
}
.shrink-wrap .flexable-wrap {
  position: absolute;
  min-height: 200px;
  top: 14px;
  background: #fff;
  height: auto;
  z-index: 999;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.shrink-wrap .flexable-wrap.active {
  user-select: unset;
  pointer-events: all;
  opacity: 1;
}
.shrink-wrap .flexable-wrap .more {
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 6px;
  color: #59946B;
}
.shrink-wrap .flexable-wrap .more img {
  width: 14px;
  margin-left: 4px;
  transform: rotate(180deg);
}
