@charset 'utf-8';
body {
    background-color: #f9f9f9;
}

.work-content {
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}

.worke-left-item {
    width: 689px;
    height: 441px;
    position: relative;
    overflow: hidden;
}
.fade-box,
.fade-img{
	width: 689px;
    height: 441px;
	position: relative;
	overflow: hidden;
}
.fade-img a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.fade-img img{
	display: block;
	height: 100%;
	width: 100%;
}
.fade-txt{
	height: 40px;
	width: 100%;
	background: url(../images/banner-opbg40.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.fade-txt a{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
    width: 689px;
    height: 86px;
    background: rgba(214, 47, 64, 0.8);
    padding: 0px 21px;
    box-sizing: border-box;
}
.dy-num{
	position: absolute;
	bottom: 19px;
	right: 20px;
}
.dy-num span{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.dy-index{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.fade-btn{
	position: absolute;
	height: 70px;
	width: 35px;
	font-size: 40px;
	color: #fff;
	margin-top: -35px;
	text-align: center;
	line-height: 70px;
	top: 50%;
	background: url(../images/banner-opbg40.png);
	cursor: pointer;
	display: none;
}
.fade-left{
	left: 0px;
}
.fade-right{
	right: 0px;
}
.fade-box:hover .fade-btn{
	display: block;
}
/*渐变轮播开始*/

.worke-left-item .i-worke-banner a img {
    display: block;
    width: 689px;
    height: 441px;
    object-fit: cover;
}

.bottom-text-div {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 689px;
    height: 86px;
    background: rgba(214, 47, 64, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 21px;
    box-sizing: border-box;
}

.img-left-text {
    width: 88%;
}

.img-title-text {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 10px;
    width: 88%;
    line-height: 33px;
}

.img-title-one-text {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    width: 88%;
}

.img-num-text-front{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}

.img-num-text-front {
    display: none;
}

.img-num-text-front.cur {
    display: inline;
}

.worke-right-item {
    width: 630px;
    height: 441px;
}

.title-img-data {
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
}

.title-img-data img {
    width: 100%;
    height: 60px;
    display: block;
    object-fit: cover;
}

.img-title-more {
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    top: 5px;
    right: 23px;
}

.info-title-list-more {
    display: none;
}

.list2023-list li {
    line-height: 32px;
    list-style-type: none !important;
}

.list2023-list li::before {
    float: left;
    content: "•";
    /* 添加内容作为小黑点 */
    color: #BFBFBF;
    /* 设置文本颜色 */
    font-size: 25px;
    margin-right: 15px;
    /* 调整与其他元素之间的空白 */
}

.list2023-list li a::before {
    margin-top: 15px;
}

.list2023-list li a p {
    font-size: 18px;
    width: 89%;
    float: left;
    color: #333333;
}

.work-open-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 43px;
    box-sizing: border-box;
}

.theme-data-content {
    margin-top: 54px;
    width: 100%;
    box-sizing: border-box;
}

.them-more-one {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    bottom: -5px;
    right: 31%;
    transform: translateX(-31%);
    display: block;
}

.img-data-list-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
    margin-bottom: 59px;
}

.img-item-data {
    display: block;
    width: 320px;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.img-item-data img {
    height: 180px;
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.img-item-data p {
    width: 100%;
    height: 50px;
    padding: 0 23px;
    margin-top: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    body {
        font-size: .3rem !important;
    }
    input {
        font-size: .3rem;
    }
    .centerDataWidth {
        width: 100%;
        box-sizing: border-box;
    }
    a:visited {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }
    a:active {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }
    .work-content {
        margin-top: .2rem;
        flex-direction: column;
        padding: 0 .2rem;
    }
    .worke-left-item {
        width: 100%;
        height: 4.41rem;
    }
    .worke-left-item-two {
        height: auto;
    }
    .fade-box, .fade-img {
        width: 100%;
        height: 4.41rem;
    }
    .fade-txt a{
        padding: 0 0.2rem;
        width: 100%;
        font-size: 0.2rem;
        height: 1.3rem;
    }
    .dy-num{
        right: 0.3rem;
        bottom: 0;
    }
    .dy-num span{
        font-size: 0.45rem;
        line-height: 1.3rem;
    }
    .bottom-text-div {
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 100%;
        height: 1.2rem;
        padding: .2rem .2rem;
    }
    .img-left-text {
        width: 85%;
    }
    .img-title-text {
        font-size: .32rem;
        margin-top: .2rem;
        line-height: 0.4rem;
        width: 80%;
    }
    .img-title-one-text {
        font-size: .3rem;
        width: 80%;
    }
    .img-num-text-front {
        font-size: .4rem;
        line-height: .48rem;
    }
    .worke-right-item {
        width: 100%;
        height: auto;
        margin-top: .2rem;
    }
    .title-img-data {
        width: 100%;
        height: .6rem;
    }
    .title-img-data img {
        width: 100%;
        height: .6rem;
    }
    .img-title-more, .them-more-one {
        display: none;
    }
    .list2023-list li {
        line-height: .7rem;
    }
    .list2023-list li::before {
        float: left;
        content: "•";
        /* 添加内容作为小黑点 */
        color: #BFBFBF;
        /* 设置文本颜色 */
        font-size: 25px;
        margin-right: .2rem;
        /* 调整与其他元素之间的空白 */
    }
    .list2023-list li a::before {
        margin-top: .15rem;
    }
    .list2023-list li a p {
        font-size: .32rem;
        width: 92%;
    }
    .info-title-list-more {
        margin-top: .2rem;
        margin-bottom: .2rem;
        width: 100%;
        display: block;
        text-align: center;
        font-size: .28rem;
        font-weight: 400;
        color: #d4505e;
    }
    .work-open-content {
        flex-direction: column;
        justify-content: center;
        margin-top: .25rem;
        padding: 0 .2rem;
    }
    .theme-data-content {
        margin-top: .25rem;
        padding: 0 .2rem .3rem .2rem;
    }
    .img-data-list-content {
        margin-top: .3rem;
        margin-bottom: .25rem;
        flex-wrap: wrap;
    }
    .img-item-data {
        width: 48%;
        height: 3rem;
        margin-bottom: .2rem;
    }
    .img-item-data img {
        height: 1.8rem;
    }
    .img-item-data p {
        height: auto;
        padding: 0 .15rem;
        margin-top: .17rem;
        font-size: .3rem;
    }
}