@charset "UTF-8";

/* ****************************************页面版心*************************************** */
#main {
  width: 100%;
  position: relative;
}

#container {
  max-width: 72.917vw;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* 标题icon */
.rowicon {
  width: 1.25vw;
  height: auto;
}




/* *****************************************轮播图******************************* */
#banner {
  width: 100%;
  padding-top: 5.155vw;
  position: relative;
}

.swiper-banner {
  width: 100%;
  height: 26.04vw;
  overflow: hidden;
}

.banner-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-item img {
  width: 100%;
  height: 100%;
}


/* 轮播分页器自定义 */
.swiper-banner .swiper-pagination-bullets {
  bottom: 20% !important;
}

.swiper-banner .swiper-pagination-bullet {
  width: .723VW !important;
  height: .723VW !important;
  border-radius: 50% !important;
  margin: .417VW !important;
}


.swiper-banner .swiper-pagination-bullet-active {
  background: #fff !important;
}


/* 自定义按钮 */

.swiper-banner .swiper-button-prev {
  width: 3.125vw;
  height: 3.125vw;
  box-sizing: border-box;
  padding: 0.729vw;
  background-color: hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}


.swiper-banner .swiper-button-prev:hover,
.swiper-banner .swiper-button-next:hover {
  background-color: hsla(0, 0%, 100%, .5);
}

.swiper-banner .swiper-button-next {
  width: 3.125vw;
  height: 3.125vw;
  box-sizing: border-box;
  padding: 0.729vw;
  background-color: hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.swiper-banner .swiper-button-prev:after,
.swiper-banner .swiper-button-next:after {
  font-size: 1.875vw !important;
}

/* banner-num */
.banner-num {
  width: 100%;
  height: 5.208vw;
  display: flex;
  align-items: center;
  line-height: 1.667vw;
  justify-content: space-around;
  backdrop-filter: blur(.417vw);
  background-color: hsla(0, 0%, 100%, .75);
  box-shadow: 0 0 1.042vw 0 rgba(0, 0, 0, .2);
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 3;
}

.banner-num-item {
  font-size: .729vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.banner-num-del {
  color: #2d6737;
  font-size: 2.083vw;
  font-weight: 700;
}

.amount-unit {
  font-size: 1.25vw;
}

.banner-num-tit {
  font-size: .833vw;
}



/* ********************************************平台服务***************************************************** */
.asd-service-form {
  width: 100%;
  margin-bottom: 3.125vw;
  box-sizing: border-box;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
}

.cards-item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 .417vw;
  margin-top: 1.25vw;
}

.cards-box {
  box-shadow: 0 .208vw .833vw rgba(0, 0, 0, .08);
  border-radius: .208vw;
  height: 8.125vw;
  overflow: hidden;
  position: relative;
}


.cards-box:hover .cards-show {
  margin-top: -8.125vw;
}

.cards-show {
  width: 100%;
  height: 8.125vw;
  padding: 1.25vw .625vw;
  display: flex;
  align-items: center;
  transition: all .5s ease-in-out;
}

.cards-icon {
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d6737;
  border-radius: 50%
}

.cards-icon>img {
  width: 70%;
  height: auto;
}

.cards-classify {
  width: 67%;
  margin-left: .625vw;
  text-align: left;
}

.classify-tit {
  font-size: 1vw;
  font-weight: 600;
  line-height: 2vw;
}

.classify-en {
  font-size: .678vw;
  line-height: 1.356vw;
  color: #787878;
}


.hover-show {
  width: 100%;
  height: 8.125vw;
  padding: 1.25vw;
  background: -webkit-linear-gradient(bottom, #fff, #EAF5FC);
  background: -o-linear-gradient(bottom, #fff, #EAF5FC);
  background: -moz-linear-gradient(bottom, #fff, #EAF5FC);
  background: linear-gradient(180deg, #fff, #EAF5FC);
  border-bottom: .313vw solid #2d6737;
}

.hover-show-title {
  text-align: center;
  color: #2d6737;
  font-weight: 600;
  font-size: 1.042vw;
}

.hover-show-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: .938vw;
  line-height: 1.563vw;
  padding: .625vw;
}

.hover-show-content>a {
  width: 50%;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  color: #000;
}

.hover-show-content>a:hover {
  color: #2d6737;
  font-weight: bold;
}


/* ******************************************** 新闻/资讯 ***************************************** */
.policy-news-area {}

.banner-imgs {
  margin-bottom: 3.125vw;
}

.ant-row {
  position: relative;
  height: auto;
  zoom: 1;
  display: flex;
  box-sizing: border-box;
}

.ant-col {
  display: block;
  box-sizing: border-box;
  width: 50%;
  position: relative;
}

.card-wrap {}

.col-title {
  display: flex;
}


.col-title .normal {
  width: 100%;
  padding: .625vw;
  font-size: .938vw;
  letter-spacing: .104vw;
  color: #fff;
  background-color: #2d6737;
}

.normal.border {
  position: relative;
}

.border::before {
  content: "";
  width: 0.208vw;
  height: 1.25vw;
  background-color: #2d6737;
  position: absolute;
  top: 50%;
  left: -0.417vw;
  transform: translateY(-50%);
}



.border .new-tit {
  font-weight: 550;
  font-style: normal;
  font-size: 1.25vw;
  color: #000;
  position: relative;
}


.col-title .normal .normal-title {
  display: flex;
  justify-content: space-between;

}

.col-title .normal .normal-title .more {
  font-size: .729vw;
  line-height: 2;
}

.col-title .normal .normal-title .more:hover {
  transform: scale(1.2);
  font-weight: bold;
}

.col-title .normal .normal-title .more a {
  color: #fff;
}

.col-title .normal .normal-title .more a img {
  width: 1em;
  height: auto;
}

.border .more a {
  color: #2d6737 !important;
}

.card-wrap .policy-top {
  max-height: 21.875vw;
  margin-top: 1.25vw;
}

.card-wrap .policy-top .policy-list-item {
  color: #a9a9a9;
  display: flex;
  margin-bottom: .625vw;
  cursor: pointer;
}

.card-wrap .policy-top .policy-list-item-img img {
  width: 10.417vw;
  height: auto;
}

.card-wrap .policy-top .policy-list-item .policy-list-item-text {
  flex: auto;
  width: 0;
  padding: 0 .417vw;
}

.card-wrap .policy-top .policy-list-item .policy-list-item-text .policy-item-title {
  width: 100%;
  color: #000;
  font-size: 1.042vw;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-wrap .policy-top .policy-list-item:hover .policy-item-title {
  color: #2d6737;
}

.card-wrap .policy-top .policy-list-item .policy-list-item-text .policy-item-content {
  margin-top: .625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-wrap .policy-list {
  max-height: 21.875vw;
  margin-top: 1.25vw;
  overflow: hidden;
}

.card-wrap .policy-list .policy-list-item {
  color: #2d6737;
  display: flex;
  margin-bottom: .938vw;
  padding-right: 1.563vw;
  cursor: pointer;
}

.card-wrap .policy-list .policy-list-item .policy-list-item-time {
  width: 4.167vw;
  height: 4.167vw;
  background-color: rgba(45, 103, 55, .2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.563vw;
}

.card-wrap .policy-list .policy-list-item .policy-list-item-time .date {
  font-weight: 600;
  font-size: .938vw;
}

.card-wrap .policy-list .policy-list-item .policy-list-item-time .year {
  font-size: .729vw;
}

.card-wrap .policy-list .policy-list-item-text {
  flex: auto;
  padding-bottom: .938vw;
  width: 0;

}

.card-wrap .policy-list .policy-list-item:not(:last-child) .policy-list-item-text {
  border-bottom: 0.104vw solid #E2E2E2;
}

.card-wrap .policy-list .policy-list-item-text .policy-item-title {
  font-size: 1.042vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}

.card-wrap .policy-list .policy-list-item:hover .policy-item-title {
  color: #2d6737;
}

.card-wrap .policy-list .policy-list-item-text .policy-item-content {
  color: #A4A4A4;
  margin-top: .625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* ****************************************进出口数据********************************************* */
.import-export-echarts {
  margin-bottom: 3.125vw;
}

.row-title {
  width: 100%;
  padding: .625vw;
  font-size: .938vw;
  letter-spacing: .104vw;
  color: #fff;
  background-color: #2d6737;
}


.chart-row {
  position: relative;
  height: auto;
  zoom: 1;
  display: flex;
  box-sizing: border-box;
}

.chart-col {
  display: block;
  box-sizing: border-box;
  width: 50%;
  position: relative;
}

.chart-sub-tit {
  display: flex;
  align-items: center;
  padding: 1.042vw 4.7%;
  font-size: .833vw;
  line-height: 1.25vw;
  color: #000;
  font-weight: 600;
}

.title-divide-line {
  margin-right: .417vw;
  width: .156vw;
  height: .833vw;
  background-color: #2d6737;
}

.chart-content {
  width: 100%;
  height: 16.667vw;
}

.data-source {
  width: 100%;
  font-size: .625vw;
  line-height: 1.042vw;
  color: #999;
  text-align: center;
}

.data-source a {
  color: #333;
  text-decoration: underline;
}


.quote-list {
  width: 100%;
  height: 21.043vw;
  box-sizing: border-box;
  padding: .625vw .625vw 0;
  overflow: hidden;
}

.swiper-quote {
  width: 100%;
  height: 100%;
}

.quote-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .625vw 0;

}

.quote-item+.quote-item {
  border-top: 0.052vw solid #F7F7F7;
}

.product-title {
  width: 30%;
  flex-shrink: 0;
  font-size: .833vw;
}

.product-price {
  flex: 1;
  flex-shrink: 0;
}


.unit-price {
  font-size: .833vw;
  padding-left: 2vw;
  margin-right: .104vw;
}

.product-yoy {
  font-size: .625vw;
  font-weight: 600;
}

.product-yoy.grow {
  color: #D60000;
}

.product-yoy.drop {
  color: #2d6737;
}

.product-mom {
  width: 20%;
  color: #FFF;
  font-size: .833vw;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.product-mom.grow {
  background-color: #D60000;
}

.product-mom.drop {
  background-color: #2d6737
}

/* *********************************************外汇牌价/两亚学院************************************************** */
.currency-faculties-area {}

/* 外汇牌价 */
.table {
  width: 100%;
  text-align: left;
  border-radius: .104vw .104vw 0 0;
  border-collapse: separate;
  border-spacing: 0;
}


.table .table-thead>tr>th,
.table .table-tbody>tr>td {
  padding: .833vw .833vw;
  overflow-wrap: break-word;
}

.table .table-thead>tr>th {
  color: rgba(0, 0, 0, .85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  transition: background .3s ease;
}

.table .table-tbody>tr>td {
  border-bottom: 1px solid #e8e8e8;
  transition: background .3s;
}

.table .table-tbody>tr:hover {
  background-color: rgba(137, 175, 203, .15);
}

/* 学院 */
.ryogokuin-lessons-box {
  padding: 0 .417vw;
  height: 21.875vw;
  margin-top: 1.25vw;
}

.lessons-cards {
  display: flex;
  flex-wrap: wrap;
}

.lessons-item {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}

.lessons-item .lessons {
  box-shadow: 0 .208vw .833vw rgba(0, 0, 0, .08);
  border-radius: .208vw;
  margin-bottom: .625vw;
  color: #000;
  cursor: pointer;
}

.lessons-item .lessons .lessonsImgBox {
  height: 6.25vw;
}

.lessons-item .lessons .lessonsImgBox img {
  width: 100%;
  height: 100%;
}

.lessons-item .lessons .lessons-title {
  padding: .417vw .417vw 0 .417vw;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .729vw;
}

.lessons-item .lessons .lesson-view {
  padding: 0 .417vw .417vw .417vw;
  text-align: end;
  color: #c3c3c3;
  font-size: .625vw;
}

/* *********************************************督导单位************************************************** */
.supervisory-unit-area {
  margin-bottom: 3.125vw;
}

.supervisory-unit-banner {
  margin-top: 1.25vw;
  position: relative;
}


.swiper-unit {
  width: 100%;
  height: 6.25vw;
  overflow: hidden;
}

.unit-item .unitImage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unit-item .unitImage>img {
  width: 90%;
  height: auto;
}

/* 自定义按钮 */
.supervisory-unit-banner .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: rgba(45, 103, 55, .35);
  border-radius: 50%;
  position: absolute;
  left: 5.520%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}


.supervisory-unit-banner .swiper-button-prev:hover,
.supervisory-unit-banner .swiper-button-next:hover {
  background-color: rgba(45, 103, 55, .55);
}

.supervisory-unit-banner .swiper-button-next {
  width: 2.5vw;
  height: 2.5vw;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: rgba(45, 103, 55, .35);
  border-radius: 50%;
  position: absolute;
  right: 5.520%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.supervisory-unit-banner .swiper-button-prev:after,
.supervisory-unit-banner .swiper-button-next:after {
  font-size: 1.25vw !important;
}



/* *********************************************战略合作伙伴************************************************** */
.strategic-partner-area {
  margin-bottom: 3.125vw;
}

.strategic-partner-banner {
  margin-top: 1.25vw;
  position: relative;
}


.swiper-partner {
  width: 100%;
  height: 6.25vw;
  overflow: hidden;
}

.partner-item .partnerImage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.partner-item .partnerImage::after {
  content: "";
  display: block;
  width: 96%;
  height: 92%;
  border: 1px solid rgba(45, 103, 55, .35);
  position: absolute;
  top: 1%;
  left: 1%;
}

.partner-item .partnerImage>img {
  width: 55%;
  height: auto;
}

/* 自定义按钮 */
.strategic-partner-banner .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: rgba(45, 103, 55, .35);
  border-radius: 50%;
  position: absolute;
  left: 5.520%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}


.strategic-partner-banner .swiper-button-prev:hover,
.strategic-partner-banner .swiper-button-next:hover {
  background-color: rgba(45, 103, 55, .55);
}

.strategic-partner-banner .swiper-button-next {
  width: 2.5vw;
  height: 2.5vw;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: rgba(45, 103, 55, .35);
  border-radius: 50%;
  position: absolute;
  right: 5.520%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.strategic-partner-banner .swiper-button-prev:after,
.strategic-partner-banner .swiper-button-next:after {
  font-size: 1.25vw !important;
}


/* 产品中心 */
.product-center {
  margin: 3.125vw;
  position: relative;
}

.product-category {
  width: 75%;
  margin-top: 1.25vw;
  position: relative;
}

.category-swiper{
  width: 100%;
  height: 2.083vw;
  position: relative;
}

.swiper-category{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.category-item {
  width: 8vw;
  height: 2.083vw;
  box-sizing: border-box;
  flex-shrink: 0;
  border: 1px solid #2d6737;
  color: #2d6737;
  font-size: .938vw;
  text-align: center;
  line-height: 2.083vw;
  letter-spacing: .104vw;
  cursor: pointer;
}

.category-item.active {
  color: #fff;
  background-color: #2d6737;
}

.category-item:hover {
  color: #fff;
  background-color: #2d6737;
}

.product-banner {
  width: 75%;
  margin-top: 1.25vw;
  position: relative;
}

.product-swiper {
  width: 100%;
  height: 10.417vw;
  position: relative;
}

.swiper-product {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.product-item .productImage {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-item .productImage>img {
  width: 95%;
  height: 100%;
  object-fit: fill;
}


.product-item .productImage>span {
  width: 95%;
  height: 2.083vw;
  color: #fff;
  font-size: 0.833vw;
  line-height: 2.083vw;
  font-weight: 600;
  letter-spacing: 0.104vw;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  bottom: 0;
}



.warehouse-entrance {
  width: 25%;
  height: 100%;
  background-color: #2d6737;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

.warehouse-entrance img {
  width: 2.083vw;
  height: auto;
  margin-right: .417vw;
}

.warehouse-entrance span {
  color: #fff;
  font-size: 1.667vw;
  font-weight: 600;
}