body {
    font-size: 16px;
}
img {
    width: 100%;
    flex-shrink: 0;
}
/* 单行文字省略号 */
.ellipsis{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 多行文字省略号 */
.ellipsis-3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
}
.module {
    margin: 0 auto;
}
.adv img {
    width: 100%;
    height: 115px;
}
.main-title {
    font-weight: 600;
    font-size: 22px;
    color: #3FCDC9;
    position: relative;
}
.main-title img {
    position: absolute;
    right: 0;
    top: 8px;
    width: 9px;
    height: 16px;
}
.text-inner-item {
    position: relative;
}
.text-inner-item img { 
    vertical-align: bottom;
}
.text-inner-item .text {
    position: absolute;
    width: calc(100% - 25px);
    height: 20%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    left: 0;
    bottom: 0;
    padding-left: 25px;
    color: #fff;
}
.text-inner-item .text .text-content {
    width: calc(100% - 50px);
    position: absolute;
    bottom: 20%;
}
.text-inner-item .text .text-content .desc {
    font-size: 14px;
    margin-top: 10px;
}

.section-box .section-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}
.section-box .section-title .title-text{
    color: #3FCDC9;
    padding: 10px 0;
    border-bottom: 3px solid #3FCDC9;
    text-align: left;
    margin: unset;
    font-size: 22px;
    font-weight: 600;
}
.section-box .section-title .title-more { 
    font-size: 14px;
    color: #737373;
    margin: unset;
    margin-left: auto;
}
.section-box .section-list .item {
    padding-top: 18px;
}
.section-box .section-list .img-item {
    display: flex;
}
.section-box .section-list .img-item img{
    width: 182px;
    height: 117px;
    margin-right: 10px;
}
.section-box .section-list .img-item h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.section-box .section-list .img-item .img-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-box .section-list .img-item span {
    color: #999999;
    font-size: 14px;
    margin: unset;
}
.section-box .section-list.first-bold a:first-of-type .item {
    font-size: 18px;
    font-weight: 500;
}
.section-box .section-list.bold-4n a:nth-of-type(4n + 1) {
    font-size: 18px;
    font-weight: 500;
}
.section-box .section-list.bold-2n a:nth-of-type(2n + 1) {
    font-size: 18px;
    font-weight: 500;
}
.section-box .section-list.item-dotted .item::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #CA0712;
    vertical-align: middle;
    margin-right: 8px;
}
.section-box .section-list.item-dotted.first-bold a:first-of-type .item::before{
    display: none;
}

.row-1 {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin: 16px 0;
}

.row-2 {
    padding: 0 55px;
    display: flex;
    justify-content: space-between;
}

.row-2 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    display: inline-block;
    width: 252px;
}

.row-3 {
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
}

.row-3 .row-left {
    width: 752px;
}
.row-3 .row-left .swiper1 .swiper-slide {
    font-size: 20px;
}
.row-3 .row-left .swiper1 .swiper-slide .text .text-content {
    width: calc(100% - 250px);
}
.row-3 .row-left .swiper1 .swiper-slide img {
    width: 100%;
    height: 423px;
}
.row-3 .row-left .swiper1 .swiper-pagination-bullets {
    width: 200px;
    bottom: 22px;
    right: 20px;
    left: unset;
    text-align: end;
}
.row-3 .row-left .swiper1 .swiper-pagination-bullet {
    background: #fff;
    width: 25px;
    height: 6px;
    border-radius: 0;
}

.row-3 .row-left .img-list-box {
    width: 100%;
    margin-top: 22px;
    display: flex;
}
.row-3 .row-left .img-list-box .img-item {
    width: 237px;
}
.row-3 .row-left .img-list-box .img-item + .img-item { 
    margin-left: 20px;
}
.row-3 .row-left .img-list-box .img-item img {
    width: 100%;
    height: 133px;
}
.row-3 .row-left .img-list-box .img-item .img-text{
    margin-top: 8px;
    font-weight: 500;
}
.row-3 .row-right .list-box {
    width: 410px;
    padding-left: 15px;
    margin-left: 22px;
}
.row-3 .list-box a {
    display: inline-block;
    line-height: 48px;
    width: 100%;
}
.row-3 .row-right .list-box a:nth-of-type(4n + 1) {
    font-size: 20px;
}
.row-4 {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.row-4 .section-box {
    width: 380px;
}

.row-5 {
    padding-top: 30px;
}
.row-5 .item-box {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.row-5 .item-box .item img{
    width: 384px;
    height: 140px;
    margin: unset;
}

.row-6 {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.row-6 .section-box {
    width: 384px;
}
.row-6 .item {
    width: 384px;
}
.row-6 .item img{
    height: 216px;
    width: 384px;
}
.row-6 .col {
    display: flex;
    justify-content: space-between;
}
.row-6 .col .item{
    width: 184px;
}
.row-6 .col .item img{
    width: 100%;
    height: 104px;
}
.row-6 .section-box:last-of-type .section-list .img-item img {
    height: 102px;
    width: 158px;
}

.adv-2 {
    margin: 36px 0;
}
.row-7 .img-list-box {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.row-7 .img-list-box .img-item {
    width: 282px;
}
.row-7 .img-list-box .img-item img {
    width: 100%;
    height: 159px;
}
.row-7 .img-list-box .img-item .img-text{ 
    margin-top: 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: box;
}
.row-8 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.row-8 .section-box {
    width: 384px;
}
.row-8 .section-box .section-list .img-item img,
.row-12 .section-box .section-list .img-item img {
    width: 184px;
    height: 104px;
}
.row-9 {
    display: flex;
    justify-content: space-between;
}
.row-9 .section-left {
    width: 792px;
}
.row-9 .section-left .section-list { 
    display: flex;
}
.row-9 .section-left .section-list .text-list {
    margin-left: 16px;
}
.row-9 .section-left .item {
    width: 394px;
}
.row-9 .section-left .item img{
    width: 394px;
    height: 222px;
}
.row-9 .section-right {
    width: 384px;
}
.row-9 .section-right .item img {
    width: 100%;
    height: 106px;
}

.row-10 {
    padding-top: 16px;
}
.row-10 .img-list-box {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.row-10 .img-list-box .img-item {
    width: 384px;
}
.row-10 .img-list-box .img-item img {
    width: 100%;
    height: 216px;
}
.row-10 .img-list-box .img-item .img-text{ 
    margin-top: 10px;
}

.row-11 {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}
.row-11 .section-box {
    width: 384px;
}
.row-11 .section-box .text-inner-item{
    width: 184px;
}
.row-11 .section-box .text-inner-item img {
    height: 104px;
}
.row-11 .section-box .section-list {
    display: flex;
}
.row-11 .section-box .text-list {
    line-height: 23px;
    width: 196px;
    margin-left: 12px;
}
.row-11 .section-box .text-list a:nth-of-type(3n + 1) .item{
    font-size: 18px;
    color: #000;
}
.row-11 .section-box:last-of-type .text-list {
    margin: 0;
    width: 100%;
}
.row-12 .section-box:nth-of-type(2) a:first-of-type .item{
    padding-bottom: 26px;
}
.row-13 {
    padding-top: 36px;
}
.row-13 .section-box {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.row-13 .section-box .section-list {
    width: 592px;
}
.row-13 .section-box .text-inner-item img {
    width: 100%;
    height: 333px;
}
.row-13 .section-box .col {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
}
.row-13 .section-box .col .text-inner-item {
    width: 288px;
}
.row-13 .section-box .col .text-inner-item img {
    height: 162px;
}
.row-13 .section-box .left-list .col{
    margin-top: 0;
}

.float-operate {
    position: fixed;
    right: 20px;
    top: 50%;
}
.float-operate .float-item {
    width: 80px;
    height: 80px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.float-operate .float-item img {
    width: 40px;
    height: 40px;
}
.float-operate .float-item .float-text {
    font-size: 14px;
}
.float-operate .float-item + .float-item {
    margin-top: 10px;
}
.float-operate .float-item:hover .float-item-hover {
    display: block;
}
.float-operate .float-item .float-item-hover {
    position: absolute;
    right: 100px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    z-index: 99;
    padding: 12px;
    padding-bottom: 0;
    background-color: #fff;
    display: none;
}
.float-operate .float-item .float-item-hover img {
    width: 112px;
    height: 112px;
}
.float-operate .float-item .float-item-hover span {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0;
    width: 112px;
    display: inline-block;
    text-align: center;
}