@charset "UTF-8";

.swiper-slide {
    width: 100%;
    overflow: hidden;
}

.public-title {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 26px;
    padding-left: 27px;
    background: url(../images/title_icon.png) no-repeat 8px center;
}

.public-title span {
    font-size: 28px;
    font-weight: bold;
}

.index-page #main .index-main-flexrow {
    display: flex;
    justify-content: space-between;
}

.index-page #main .index-main-flexrow .index-left {
    width: 1094px;
}

.index-page #main .index-main-flexrow .index-left .index-left-row {
    display: flex;
    justify-content: space-between;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid {
    width: 690px;
    height: 548px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border: 5px;
    border-radius: 10px;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide {
    padding: 2px;
    display: flex;
    flex-direction: column;
    transition: all 1s;
    background: #fff;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide a {
    display: block;
    width: 100%;
    height: 416px;
    overflow: hidden;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide a img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide .news-summary {
    flex: 1;
    padding: 0 23px;
    overflow: hidden;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide .news-summary .news-date {
    color: #999;
    padding: 16px 0;
    transition: all 0.75s;
    transform: translateX(calc(-100% - 23px));
    opacity: 0;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide .news-summary .news-text {
    line-height: 30px;
    font-family: Gilroy-Medium;
    color: #1a1b1c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.75s;
    transform: translateY(100%);
    opacity: 0;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide.swiper-slide-active a img {
    transform: scale(1.1);
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide.swiper-slide-active .news-summary .news-date {
    transform: translateX(0%);
    opacity: 1;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-slide.swiper-slide-active .news-summary .news-text {
    transform: translateY(0%);
    opacity: 1;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-pagination {
    bottom: 140px;
    display: flex;
    justify-content: flex-end;
    padding: 0 26px;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin: 0 2px;
    background: #4b4b4b;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-pagination span.swiper-pagination-bullet-active {
    background: #1248bb;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .swiper-tabloid .swiper-pagination span:hover {
    background: #1248bb !important;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .index-left-list {
    flex: 1;
    margin-left: 38px;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .index-left-list ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .index-left-list ul li {
    margin-bottom: 24px;
    min-height: 90px;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .index-left-list ul li span {
    display: block;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    color: #bbc5cd;
    margin-bottom: 8px;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .index-left-list ul li a {
    display: block;
    min-height: 60px;
    color: #646464;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.index-page #main .index-main-flexrow .index-left .index-left-row .index-left-list ul li a:hover {
    color: #1a1b1c;
}

.index-page #main .index-main-flexrow .index-left .small-banner {
    padding: 38px 0;
}

.index-page #main .index-main-flexrow .index-left .small-banner a {
    display: block;
}

.index-page #main .index-main-flexrow .index-left .small-banner a img {
    display: block;
    width: 536px;
    height: 134px;
}

.index-page #main .index-main-flexrow .index-left .public-box {
    width: 100%;
    border: 2px solid #dae9ff;
    border-radius: 2px;
    display: flex;
}

.index-page #main .index-main-flexrow .index-left .public-box .left-img {
    height: 100%;
}

.index-page #main .index-main-flexrow .index-left .cultural {
    position: relative;
    height: 495px;
    margin-bottom: 43px;
}

.index-page #main .index-main-flexrow .index-left .cultural .swiper-button-next {
    right: 29px;
    font-size: 32px;
    font-weight: bold;
}

.index-page #main .index-main-flexrow .index-left .cultural .swiper-button-prev {
    font-size: 32px;
    font-weight: bold;
    left: 230px;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-1 {
    width: 430px;
    display: flex;
    flex-direction: column;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-1>div {
    display: flex;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-1>div:nth-child(1) img {
    display: block;
    width: 236px;
    height: 212px;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-1>div:nth-child(2) {
    flex: 1;
    margin-top: 22px;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-1>div:nth-child(2) .cultural-title {
    background: #f7f8fe;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-1>div:nth-child(2) img {
    display: block;
    width: 236px;
    height: 100%;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-2 {
    flex: 1;
    margin-left: 17px;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-2>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-2>div .cultural-title {
    height: 174px;
    background: #f7f8fe;
    margin-bottom: 20px;
    flex: initial;
    display: flex;
    flex-direction: column;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-2>div .cultural-title a::after {
    content: "";
    display: block;
    width: 31px;
    height: 8px;
    background: #3963ae;
    margin-top: 20px;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-2>div>a {
    flex: 1;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-item-2>div>a img {
    display: block;
    width: 100%;
    height: 100%;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-title a {
    font-size: 20px;
    color: #3963ae;
    font-weight: bold;
}

.index-page #main .index-main-flexrow .index-left .cultural .cultural-title a b {
    display: inline-block;
    color: #3963ae;
    font-size: 12px;
    margin-left: 10px;
    transform: translateY(-10px) scaleX(0.7);
}

.index-page #main .index-main-flexrow .index-left .cultural a {
    overflow: hidden;
}

.index-page #main .index-main-flexrow .index-left .cultural a img {
    transition: all 0.5s;
}

.index-page #main .index-main-flexrow .index-left .cultural a img:hover {
    transform: scale(1.2);
}

.index-page #main .index-main-flexrow .index-left .tourism {
    height: 532px;
    margin-bottom: 37px;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent {
    flex: 1;
    padding: 39px 52px;
    overflow: hidden;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism {
    width: 100%;
    height: 287px;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-next,
.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-prev {
    position: absolute;
    top: 20px;
    margin: 0;
    width: 21px;
    height: 21px;
    background: #686868;
    color: #fff;
    opacity: 0.5;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 2px solid #fff;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-next:hover,
.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-prev:hover {
    opacity: 1;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-next:after {
    content: "→";
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-prev:after {
    content: "←";
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-next {
    right: calc(100% - 432px + 20px);
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .tourism-prev {
    right: calc(100% - 432px + 50px);
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .swiper-slide {
    display: flex;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .swiper-slide a {
    width: 432px;
    height: 287px;
    flex: none;
    overflow: hidden;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .swiper-slide .text {
    background: #fff;
    padding: 0 0 0 39px;
    display: flex;
    align-items: center;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .swiper-slide .text div {
    color: #646464;
    line-height: 30px;
    max-height: 240px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .swiper-button-next.tourism-next {
    right: calc(100% - 432px + 10px);
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 28px 0 0;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group b {
    border-top: 2px dashed #dae9ff;
    border-bottom: 2px dashed #dae9ff;
    flex: 1;
    margin: 0 12px 20px;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group a .icon {
    position: relative;
    margin-bottom: 20px;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group a .icon img {
    position: relative;
    display: block;
    width: 95px;
    height: 95px;
    z-index: 2;
    transition: transform 1s ease-in-out;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group a .icon:hover img {
    transform: rotate(360deg);
}

/* .index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group a .icon::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/Semicircle.png) no-repeat 0 0;
  z-index: 1;
  transform-origin: top left;
  transform: rotateX(90deg);
  opacity: 0;
  animation-name: rotateAndFadeIn;
  animation-duration: 1s; 
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
*/ 
.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group a .icon:hover::after {
    opacity: 0.5;
    animation-name: semicircle;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-btn-group a .name {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.banner-long {
    height: 143.9px;
    position: relative;
}

.index-page #main .index-main-flexrow .index-left .banner-long img {
    display: block;
    width: 101%;
    height: 102%;
    object-fit: fill;
}

.swiper-pagination-right {
    left: 42% !important;
}

.banner-long .swiper-pagination-bullet {
    background-color: #B8BFCB;
    opacity: 1;
}

.banner-long .swiper-pagination-bullet-active {
    background-color: red !important;
}

.index-page #main .index-main-flexrow .index-left .society {
    margin-top: 34px;
}

.index-page #main .index-main-flexrow .index-left .society .society-content {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item {
    width: 330px;
    height: 382px;
    border: 1px solid #a8caf7;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 21px 0;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item .society-text {
    width: 283px;
    flex: 1;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item .society-text p {
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #3f3f3f;
    font-weight: bold;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item .society-text span {
    display: block;
    font-size: 14px;
    color: #878787;
    line-height: 40px;
    margin-top: 5px;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item .society-img {
    margin: 30px 0 0;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item .society-img img {
    display: block;
    width: 283px;
    height: 188px;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item:hover {
    box-shadow: 0 0 10px 0 rgba(168, 202, 247, 0.5);
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item:nth-child(2n) {
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item:nth-child(2n) .society-img {
    margin: 0 0 30px;
}

.index-page #main .index-main-flexrow .index-right {
    width: 286px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.index-page #main .index-main-flexrow .index-right .swiper-ad .swiper-slide {
    display: flex;
    align-items: center;
}

.index-page #main .index-main-flexrow .index-right .swiper-ad .swiper-slide img {
    display: block;
    width: 286px;
    height: 110px;
}

.index-page #main .index-main-flexrow .index-right .swiper-ad .swiper-slide img:hover {
    transform: scale(1.1);
}

.index-page #main .index-main-flexrow .index-right .swiper-ad-1 {
    height: 520px;
}

.index-page #main .index-main-flexrow .index-right .swiper-ad-2 {
    height: 600px;
    margin-top: 10px;
}

.index-page #main .index-main-flexrow .index-right .service {
    width: 286px;
    height: 369px;
    background: #f8fbff url(../images/service_bg.png) no-repeat right bottom;
    border-radius: 6px;
    border: 1px solid #e6f5fd;
    margin-top: 10px;
}

.index-page #main .index-main-flexrow .index-right .service .service-title {
    font-weight: bold;
    font-size: 28px;
    color: #0b3e57;
    line-height: 40px;
    font-family: Gilroy-Bold;
    margin-top: 20px;
    padding: 0 18px;
}

.index-page #main .index-main-flexrow .index-right .service ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.index-page #main .index-main-flexrow .index-right .service ul li {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.index-page #main .index-main-flexrow .index-right .service ul li a {
    display: flex;
    height: 105px;
    flex-direction: column;
    justify-content: space-between;
}

.index-page #main .index-main-flexrow .index-right .service ul li a img {
    width: 75px;
    height: 68px;
    border-radius: 6px;
    transition: all 0.3s;
}

.index-page #main .index-main-flexrow .index-right .service ul li a span {
    font-family: Gilroy-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #1d3a69;
    line-height: 28px;
    text-align: center;
}

.index-page #main .index-main-flexrow .index-right .service ul li a:hover img {
    transform: rotate3d(1, 1, 1, 720deg);
}

.index-page #main .index-main-flexrow .index-right .trade {
    width: 286px;
    height: 946px;
    background: #aab3d3;
    border-radius: 6px;
    border: 1px solid #e6f5fd;
    margin-top: 25px;
    padding: 12px;
}

.index-page #main .index-main-flexrow .index-right .trade .line {
    height: 26px;
    background: linear-gradient(to bottom, #6cc2ff 40%, #0040ad 40%);
}

.index-page #main .index-main-flexrow .index-right .trade .trade-title {
    height: 109px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-title div {
    font-family: Gilroy-Bold;
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    line-height: 38px;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list .trade-list-title {
    width: 253px;
    height: 47px;
    background: #6d88e6;
    border-radius: 10px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list dd {
    flex: 1;
    padding: 0 6px;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list dd a {
    display: flex;
    padding: 16px 0;
    overflow: hidden;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list dd a span {
    font-family: Gilroy-Light;
    color: #ffffff;
    line-height: 30px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 90px;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list dd a::before {
    content: "◀◀";
    line-height: 30px;
    font-size: 10px;
    color: #fff;
    margin-right: 5px;
    transform: scaleX(0.6);
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list dd a:not(:last-child) {
    border-bottom: 1px dashed #dfdfdf;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list .more {
    display: flex;
    justify-content: flex-end;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list .more a {
    height: 23px;
    background: #92a1d3;
    border-radius: 10px;
    text-align: center;
    line-height: 23px;
    font-family: Gilroy-Light;
    color: #ffffff;
    padding: 0 8px;
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list .more:hover a {
    background: #6d88e6;
}

.index-page #main .index-main-flexrow .index-right .trade .Merchant-settlement .trade-list-title {
    background: #2040b1;
}

.index-page .videos {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background: linear-gradient(to bottom, #fff 40%, #bae4fc 40%, #fff 60%);
}

.index-page .videos .public-title {
    width: 1426px;
    margin: 0 auto;
}

.index-page .videos .swiper-videos-box {
    width: 1426px;
    margin: 0 auto;
    overflow: hidden;
}

.index-page .videos .swiper-videos {
    width: 140%;
    margin: 0 auto;
    margin-left: -20%;
    margin-top: 10px;
}

.index-page .videos .swiper-videos li {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* &.swiper-slide-next {
  .myVideo:hover {
      transform: scale(1.25, 1.25) rotateY(-30deg);
  }
} 
&.swiper-slide-prev {
  .myVideo:hover {
      transform: scale(1.25, 1.25) rotateY(30deg);
  }
}  */
.index-page .videos .swiper-videos li .video-item {
    width: 100%;
    perspective: 55vw;
}

.index-page .videos .swiper-videos li .video-item .myVideo {
    width: 100%;
    height: 378px;
    transition: ease 0.75s;
    transform-style: preserve-3d;
    transform: scale(1) rotateY(0deg);
    object-fit: fill;
    animation-iteration-count: 1;
    animation-duration: 0.75s;
    animation-timing-function: ease-in-out;
}

.index-page .videos .swiper-videos li.swiper-slide-next .myVideo {
    transform-origin: 50% 50%;
    transform: scale(1.2) rotateY(-30deg);
}

.index-page .videos .swiper-videos li.swiper-slide-prev .myVideo {
    transform-origin: 50% 50%;
    transform: scale(1.2) rotateY(30deg);
}

.index-page .videos .swiper-videos li.swiper-slide-active .myVideo {
    transform-origin: 0% 0%;
    transform: scale(1) rotateY(0deg);
    transform-origin: center;
}

.index-page .videos .swiper-videos li.swiper-slide-active .myVideo:hover {
    cursor: pointer;
    animation-name: slideActive;
}

.index-page .videos .swiper-videos .videos-next,
.index-page .videos .swiper-videos .videos-prev {
    top: 15%;
    width: 17%;
    height: 70%;
    margin: 0;
}

.index-page .videos .swiper-videos .videos-next::after,
.index-page .videos .swiper-videos .videos-prev::after {
    display: none;
}

.index-page .videos .swiper-videos .videos-next {
    right: 14.5%;
}

.index-page .videos .swiper-videos .videos-prev {
    left: 14.5%;
}

.index-page #main .index-main-flexrow .index-left .small-banner a:hover img {
    transform: scale(1.05);
}

.index-page #main .index-main-flexrow .index-right .trade .trade-list dd a span:hover {
    color: #0040ad;
}

.index-page #main .index-main-flexrow .index-left .tourism .tourism-conttent .swiper-tourism .swiper-slide .text div:hover {
    color: #0040ad;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item:hover .society-text p {
    color: #0040ad;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item:hover .society-text span {
    color: #0040ad;
}

.index-page #main .index-main-flexrow .index-left .society .society-content .society-item:hover .society-img img {
    transform: scale(1.1);
}

.public-inside {
    flex: 1;
    margin-left: 27px;
    display: flex;
}

.public-left {
    width: 176px;
    height: auto;

}

.public-text {
    display: inline-block;
    margin-top: 89px;
    word-break: break-all;
    margin-left: 15px;
    color: #3862ac;
    font-weight: bold;
    font-family: Gilroy-Light;
}

.public-left-img {
    margin-top: 65px;
    width: 175px;
    height: 150px;
    position: relative;

}

.public-left-img:hover:hover img {
    transform: scale(1.1);
}

.public-left-img:hover .hiddenBox {
    transform: scale(1.1);
    display: flex;
}

.public-left-img img {
    width: 100%;
    height: 100%;
    display: block;

}

.hiddenBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.hiddenText {
    width: 80px;
    color: white;
    word-break: break-all;
}

.public-middle {
    margin-left: 30px;
}

.public-middle .public-left-img {
    margin: 0;
    width: 210px;
    height: 170px;
}

.public-middle .public-left-img:nth-child(1) {
    margin-top: 50px;
    margin-bottom: 20px;
}

.public-right {
    margin-left: 30px;
}

.public-right .public-left-img {
    margin: 0;
    width: 210px;
    height: 200px;
}

.public-right .public-left-img:nth-child(1) {
    width: 210px;
    height: 126px;
    margin-top: 65px;
    margin-left: 24px;
    margin-bottom: 19px;
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes centerBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes rightDownBig {
    0% {
        transform: scale(1) translate(0%, 0%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes semicircle {
    0% {
        transform: rotateY(90deg);
    }

    25% {
        transform: rotateY(180deg);
    }

    50% {
        transform: rotateY(270deg);
    }

    75% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(450deg);
    }
}

@keyframes slideActive {
    0% {
        transform: scale(1, 1) rotateY(0deg);
    }

    50% {
        transform: scale(1.05, 1.05) rotateY(0deg);
    }

    100% {
        transform: scale(1, 1) rotateY(0deg);
    }
}