/* å…³äºŽæˆ‘ä»¬ */

main .ssx_about-us {
    display: flex;
    gap: 30px
}

main .ssx_about-us img {
    width: 100%;
    height: 100%;
}

main .ssx_about-us small {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

main .ssx_about-us h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0
}

main .ssx_about-us small span {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

@media screen and (max-width:1016px) {
    .ssx_about-us {
        flex-wrap: wrap
    }
    .ssx_about-us {
        padding: 0
    }
    .ssx_about-us h2 {
        text-align: center
    }
    .ssx_business-scope {
        grid-template-rows: repeat(3, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px;
        padding: 0 30px
    }
}

@media screen and (max-width:768px) {
    .ssx_main-plate .ssx_about-us small h2 {
        font-size: 15px;
       margin-top: 0;
        padding: 10px 0
    }
    .ssx_main-plate .ssx_about-us small span {
        font-size: 14px;
    }
}




/* ä¸šåŠ¡èŒƒå›´ */

main .ssx_business-scope {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0 45px
}

main .ssx_business-scope .ssx_main-content-card {
    display: flex;
    gap: 34px
}

main .ssx_business-scope .ssx_main-content-card img {
    height: 30px;
    width: 30px
}

main .ssx_business-scope .ssx_main-content-card .ssx_card-small h4 {
    font-weight: 400;
    font-size: 18px
}

main .ssx_business-scope .ssx_main-content-card .ssx_card-small small {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color: #666666;
    line-height: 26px
}

@media screen and (max-width:768px) {
    .ssx_main-plate .ssx_business-scope .ssx_main-content-card img {
        margin: 0 auto;
    }
    .ssx_main-plate .ssx_business-scope .ssx_main-content-card .ssx_card-small h4 {
        text-align: center;
        font-size: 15px;
    }
    .ssx_main-plate .ssx_business-scope .ssx_main-content-card .ssx_card-small small {
        font-size: 14px;
        display: none;
    }
    main .ssx_business-scope {
        padding: 0;
        padding-bottom: 20px;
    }
    main .ssx_business-scope .ssx_main-content-card {
        gap: 20px;
    }
}


/* åº”ç”¨é¢†åŸŸ */

.app {
    margin-bottom: 120px;
}

.app-area {
    position: relative;
}

.swiper-con {
    position: relative;
}

.swier-box {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.swiper-con .swiper-button-next {
    position: absolute;
    right: -60px;
    left: auto;
}

.swiper-con .swiper-button-next:after {
    display: none;
}

.swiper-con .swiper-button-prev {
    position: absolute;
    left: -60px;
    right: auto;
}

.swiper-con .swiper-button-next,
.swiper-con .swiper-button-prev {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background-image: unset;
    background-size: unset;
}

.swiper-con .swiper-button-prev:after {
    display: none;
}

.swier-box .swiper-slide {
    overflow: hidden;
}

.swier-box .swiper-slide a {
    color: #fff;
    font-size: 16px;
}

.swier-box .swiper-slide a:hover img {
    transform: scale(1.1)
}

.swiper-con .app-area {
    position: relative;
}

.swiper-con .app-area img {
    width: 100%;
}

.swiper-con .app-area .ssx_card-img-small {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #020d1d;
    opacity: 0.8;
    color: #ffffff;
    line-height: 54px;
    text-align: left;
    padding-left: 30px;
}

@media screen and (max-width:768px) {
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
    .app {
        margin-bottom: 30px;
    }
    .swiper-con .app-area .ssx_card-img-small {
        line-height: 0px;
        padding: 15px;
    }
    .swier-box .swiper-slide a {
        font-size: 14px;
    }
}


/* æ–°é—»ä¸­å¿ƒ */

main .ssx_cards {
    margin-bottom: 100px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

main .ssx_cards .ssx_main-content-card {
    position: relative
}

main .ssx_cards .ssx_main-content-card h3 {
    font-size: 16px;
}

main .ssx_cards .ssx_main-content-card .ssx_card-img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}

main .ssx_cards .ssx_main-content-card>a {
    overflow: hidden;
    display: block;
}
main .ssx_cards .ssx_main-content-card>a img {
    width: 100%;
}
main .ssx_cards .ssx_main-content-card> a:hover img {
    transform: scale(1.1)
}

main .ssx_news-center {
    margin-bottom: 240px
}

main .ssx_news-center .ssx_news-small {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px
}
main .ssx_news-center .ssx_news-small span {
    display: flex;
    align-items: center;
}
main .ssx_news-center .ssx_news-small span:first-of-type img {
    margin-right: 10px
}

main .ssx_news-center .ssx_news-small span:first-of-type time {
    font-size: 17px;
    color: #a9a9a9;
    line-height: 0px
}

main .ssx_news-center .ssx_news-small small {
    color: #666666;
    font-size: 15px
}

main .ssx_news-center .ssx_news-small span:last-of-type {
    font-weight: bold
}
main .ssx_news-center .ssx_news-small span:last-child img{
    padding-bottom: 3px;
}
main .ssx_news-center .ssx_main-content-card {
    position: relative
}

main .ssx_cards .ssx_main-content-card .ssx_card-img-before {
    position: absolute;
    top: 0;
    width: 74px;
    height: 30px;
    background-color: #020d1d;
    opacity: 0.8;
    color: white;
    line-height: 30px;
    text-align: center;
}

main .ssx_cards .ssx_main-content-card .ssx_card-img-before a {
    font-size: 14px;
    color: #ffffff;
}


.ssx_news-small span a:hover .hm2jian {
    position: relative;
    z-index: 1;
    /* bottom: -15px; */
    right: 0;
}
.xtp {
    animation: hm2jians 0.6s ease 0s infinite;
    -webkit-animation: hm2jians 0.6s ease 0s infinite;
    -moz-animation: hm2jians 0.6s ease 0s infinite;
    -o-animation: hm2jians 0.6s ease 0s infinite;
}

@keyframes hm2jian{
	0%{ right: 20px; }
	60%{ right: 10px; }
	100%{ right: 20px; }
}
@-webkit-keyframes hm2jian{
	0%{ right: 20px; }
	60%{ right: 10px; }
	100%{ right: 20px; }
}
@-moz-keyframes hm2jian{
	0%{ right: 20px; }
	60%{ right: 10px; }
	100%{ right: 20px; }
}
@-o-keyframes hm2jian{
	0%{ right: 20px; }
	60%{ right: 10px; }
	100%{ right: 20px; }
}
@keyframes hm2jians{
	0%{ left: 2px; }
	60%{ left: 10px; }
	100%{ left: 2px; }
}
@-webkit-keyframes hm2jians{
	0%{ left: 2px; }
	60%{ left: 10px; }
	100%{ left: 2px; }
}
@-moz-keyframes hm2jians{
	0%{ left: 2px; }
	60%{ left: 10px; }
	100%{ left: 2px; }
}
@-o-keyframes hm2jians{
	0%{ left: 2px; }
	60%{ left: 10px; }
	100%{ left: 2px; }
}
@media screen and (max-width:768px) {
    .ssx_main-news-center .ssx_cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0px
    }
    main .ssx_cards .ssx_main-content-card h3 {
        font-size: 14px;
    }
    .ssx_main-news-center .ssx_cards .ssx_main-content-card {
        width: 49%;
        padding: 0;
        margin-bottom: 20px;
    }
    .ssx_main-news-center .ssx_cards .ssx_main-content-card h2 {
        font-size: 14px;
    }
    .ssx_main-news-center .ssx_cards .ssx_main-content-card small {
        font-size: 12px;
    }
   /* .ssx_main-news-center .ssx_cards .ssx_main-content-card span {
        font-size: 14px;
    }*/
    .ssx_main-news-center .ssx_cards .ssx_main-content-card .ssx_card-img {
        width: 100%;
    }
    .ssx_main-news-center .ssx_cards .ssx_main-content-card span:nth-of-type(1) a {
        font-size: 10px;
    }
    main .ssx_news-center .ssx_news-small span:first-of-type time {
        font-size: 12px;
    }
    .ssx_cards div:nth-of-type(3) {
        display: none;
    }
    main .ssx_news-center {
        margin-bottom: 30px
    }
}