.module-content {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}
.info-top-box,.case-list-box1{
	padding-left: .32rem;
	padding-right: .32rem;
	box-sizing: border-box;
}
.info-page .case-box {
	width: 100%;
	position: relative;
}

.case-box .case-ul {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.case-box .case-ul li {
	width: 30%;
	position: relative;
	margin-right: .6rem;
	margin-top:1rem;
	cursor: pointer;
    padding-bottom: 0.32rem;
}
.line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F0F2F5;
}
@media (hover: hover) {
    li .line .hover-line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #15D656;
        transition: all .6s linear;
    }

    li:hover .line .hover-line {
        transition: all .6s linear;
        width: 100%;
    }
    li:hover .case-cover > img{
    transform: scale(1.03);
    transition: all 0.8s;
    }
}
.case-box .case-ul li:nth-of-type(3n) {
	margin-right: 0;
}

.case-box .case-ul li .case-cover {
	position: relative;
	width: 100%;
	max-height: 2.48rem;
	overflow: hidden;
	border-radius: .24rem;
}


.case-box .case-ul li .cover {
	transform: scale(1);
	transition: all 1s;
}

.case-box .case-ul li .case-info {
	position: relative;
	width: 100%;
	padding-top: .26rem;
	/*font-family:'OPPOSans-R';*/
}

.case-box .case-ul li .case-info .case-name {
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 400;
	font-size: .16rem;
	color: #757A7F;
}

.case-box .case-ul li .case-info .case-name span {
	color: #15D656;
}

.case-box .case-ul li .case-info .case-name label {
	display: block;
	width: 1px;
	height: .2rem;
	background: #DFE2E5;
	margin: 0 .2rem;
}

.case-box .case-ul li .case-info .dec {
	font-weight: 400;
	font-size: .2rem;
	color: #0D1319;
	margin-top: .24rem;
	transition: all .2s;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-box .case-ul li .case-type{
	width: 1.04rem;
	height: .37rem;
	display: flex;
		align-items: center;
		justify-content: center;
	background: #F7F9FA;
	text-align: center;
	border-radius: 44px 44px 44px 44px;
	font-weight: 400;
	font-size: 16px;
	color: #8E9499;
	margin-top: .3rem;
}

@media (hover: hover) {
    .info-page .case-box .case-ul li .line .hover-line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #15D656;
        transition: all .6s linear;
    }

    .info-page .case-box .case-ul li:hover .line .hover-line {
        transition: all .6s linear;
        width: 100%;
    }
    .info-page .case-box .case-ul li:hover .case-cover > img{
    transform: scale(1.03);
    transition: all 0.8s;
    }
}




@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.info-page .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.info-page .fadeInUpimg {
  -webkit-animation-name: fadeInUpimg;
  animation-name: fadeInUpimg;
}
@keyframes fadeInUpimg {
  0% {
    transform: scale(2);
  }
  100% {
    transform: none;
  }
}

.info-page .info-top-public-box {
	width: 100%;
	padding: 2.4rem 0 0;
}

.info-page .info-top-public-box .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.info-page .info-top-public-box .container .left {
	position: relative;
	font-weight: 400;
	font-size: .6rem;
	color: #0D1319;
}

.info-page .info-top-public-box .container .left .title {
	width: 100%;
	line-height: 1.2em;
	color: #000;
}

.info-page .info-top-public-box .container .left .title span {
	display: block;
	font-size: inherit;
}

.info-page .info-top-public-box .container .left .tips {
	display: flex;
	margin-top: 0.34rem;
}

.info-page .info-top-public-box .container .left .tips a {
	display: flex;
	align-items: center;
}

.info-page .info-top-public-box .container .left .tips a span {
	line-height: 1.5em;
	border-bottom: 1px dashed #1bd629;
	color: #666;
	margin-right: 0.1rem;
}

.info-page .info-top-public-box .container .left .tips a i {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #1bd629;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	flex-shrink: 0;
}

.info-page .info-top-public-box .container .left .more a {
	display: flex;
	align-items: center;
}

.info-page .info-top-public-box .container .left .more a span {
	line-height: 1.5em;
	color: #1bd629;
}

.info-page .info-top-public-box .container .left .more a i {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	overflow: hidden;
	background: #1bd629;
	margin-left: 0.13rem;
}

.info-page .info-top-public-box .container .left .more a i svg {
	width: 8px;
	height: 8px;
}

.info-page .info-top-public-box .container .left .more a i svg path {
	fill: #fff;
}

.info-page .info-top-public-box .container .left .more .ms {
	width: 100%;
	font-size: 14px;
	line-height: 1.71428571em;
	color: #ccc;
	margin-top: 3px;
}

.info-page .info-top-public-box .container .tbox {
	max-width: 50%;
	border-left: 2px solid #eee;
	padding: 0 0 0 0.35rem;
	font-weight: 400;
	font-size: .22rem;
	color: #43484C;
}

.info-page .info-top-public-box .container .tbox .txt {
	line-height: 1.33333333em;
	color: #333;
}

.info-page .info-top-public-box .container .tbox .more {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.45rem;
}

.info-page .info-top-public-box .container .tbox .more a {
	display: flex;
	align-items: center;
}

.info-page .info-top-public-box .container .tbox .more a span {
	line-height: 1.5em;
	color: #1bd629;
}

.info-page .info-top-public-box .container .tbox .more a i {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	overflow: hidden;
	background: #1bd629;
	margin-left: 0.13rem;
}

.info-page .info-top-public-box .container .tbox .more a i svg {
	width: 8px;
	height: 8px;
}

.info-page .info-top-public-box .container .tbox .more a i svg path {
	fill: #fff;
}

.info-page .info-top-public-box .container .tbox .more .ms {
	width: 100%;
	font-size: 14px;
	line-height: 1.71428571em;
	color: #ccc;
	margin-top: 3px;
}

.info-page .info-top-public-box .container .tbox .ts {
	color: #999;
	line-height: 1.5em;
	margin-top: 0.44rem;
}

.info-page .info-top-public-box .container .tbox .xmt-icon {
	width: 250px;
	height: 62px;
	margin-top: 0.47rem;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	overflow: hidden;
	/* 设置容器绝对定位，默认在根容器最左边,默认容器透明 */
	position: absolute;
	left: 0;
	opacity: 0;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box.show {
	animation: anima 5s 0s linear infinite;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box:nth-child(1) {
	animation: anima 5s 1s linear infinite;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box:nth-child(2) {
	animation: anima 5s 2s linear infinite;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box:nth-child(3) {
	animation: anima 5s 3s linear infinite;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box:nth-child(4) {
	animation: anima 5s 4s linear infinite;
}

.info-page .info-top-public-box .container .tbox .xmt-icon .xmt-box:nth-child(5) {
	animation: anima 5s 5s linear infinite;
}

.info-page .info-top-public-box .container .tbox .xmt-icon ul {
	width: 100%;
	height: 0.62rem;
	position: relative;
}

.info-page .info-top-public-box .container .tbox .xmt-icon ul li {
	overflow: hidden;
	position: absolute;
	left: 0;
	opacity: 0;
}

.info-page .info-top-public-box .container .tbox .xmt-icon ul li a {
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	margin-right: -0.14rem;
}

.info-page .info-top-public-box .container .tbox .xmt-icon ul li.show {
	animation: anima 5s 1 linear;
}

.info-page .info-top-public-box .container.xmt-more .more {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	bottom: -0.4rem;
}

.info-page .info-top-public-box .container.xmt-more .more a {
	display: flex;
	align-items: center;
}

.info-page .info-top-public-box .container.xmt-more .more a span {
	line-height: 1.5em;
	color: #1bd629;
}

.info-page .info-top-public-box .container.xmt-more .more a i {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	overflow: hidden;
	background: #1bd629;
	margin-left: 0.13rem;
}

.info-page .info-top-public-box .container.xmt-more .more a i svg {
	width: 8px;
	height: 8px;
}

.info-page .info-top-public-box .container.xmt-more .more a i svg path {
	fill: #fff;
}

.info-page .info-top-public-box .container.xmt-more .more .ms {
	width: 100%;
	font-size: 14px;
	line-height: 1.71428571em;
	color: #ccc;
	margin-top: 3px;
}

.info-page .container {
	margin: 0 auto;
	max-width: 1440px;
}

.info-page .case-list-box1 {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.info-page .case-list-box1 .tips {
	width: 100%;
}

.info-page .case-list-box1 .tips .container {
	position: relative;
	height: 1.1rem;
}

.info-page .case-list-box1 .tips .container .line {
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.info-page .case-list-box1 .tips .container .txt {
	width: 100%;
	padding: 0.4rem 0.1rem 0;
	color: #43484C;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: .16rem;
}

.info-page .case-list-box1 .tips .container .txt span {
	color: #1bd629;
}

.info-page .case-list-box1 .big {
	position: relative;
	overflow: hidden;
}

.info-page .case-list-box1 .big .container {
	position: relative;
	height: 6rem;
}

.info-page .case-list-box1 .big .container .bg {
	width: 100%;
	height: 6rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border-radius: 0.15rem;
}

.info-page .case-list-box1 .big .container .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-page .case-list-box1 .big .container .img {
	width: 6rem;
	position: absolute;
	top: 0.8rem;
	right: 2rem;
	z-index: 2;
}

.info-page .case-list-box1 .big .container .img img {
	width: 100%;
}

.info-page .case-list-box1 .big .container .tbox {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.33rem;
	z-index: 2;
}

.info-page .case-list-box1 .big .container .tbox .title {
	color: #333;
}

.info-page .case-list-box1 .big .container .tbox .title span {
	display: block;
}

.info-page .case-list-box1 .big .container .tbox .title .s1 {
	line-height: 1.44444444em;
}

.info-page .case-list-box1 .big .container .tbox .title .s2 {
	line-height: 1.29166667em;
	font-size: .42rem;
}

.info-page .case-list-box1 .big .container .tbox .txt {
	line-height: 1.33333333em;
	color: #666;
	margin-top: 0.66rem;
}

.info-page .case-list-box1 .big .container .label {
	position: absolute;
	right: 0.7rem;
	bottom: 0.54rem;
	z-index: 2;
}

.info-page .case-list-box1 .big .container .label .lbs {
	display: flex;
}

.info-page .case-list-box1 .big .container .label span {
	padding: 0 0.22rem;
	height: 35px;
	border-radius: 17px;
	border: 1px solid #fff;
	color: #666;
	transition: all 0.4s;
	margin-right: 0.16rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.info-page .case-list-box1 .big .container .label span:last-child {
	margin-right: 0;
}


/* .animated {
   -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */

@media only screen and (max-width:960px) {

	.info-page .info-top-public-box .container .left{
		font-weight: bold;
		font-size: .40rem;
	}
	.info-page .info-top-public-box .container .tbox{
		border-left: 0 !important;
		padding: 0 !important;
		padding-top: 0 !important;
		font-size: .24rem;
		width: 100%;
		max-width:100%;
		margin-top: .24rem;
		color: #8E9499;
	}
	.info-page .info-menu1{
		padding-left: 0 !important;
	}
	.info-page .info-menu1 .container ul{
		margin-top: .64rem;
	}
	.info-page .info-menu1 .container ul li a{
		font-size: .24rem;
		height: .66rem;
	}
 .case-box .case-ul li .case-type{
		border:2px solid #F7F9FA;
	    border-radius: 44px;
	    font-size: .24rem;
	    color: rgba(196, 200, 204, 1);
		width: 1.44rem;
	    margin-top: 0.36rem;
	    text-align: center;
		display: flex;
			align-items: center;
			justify-content: center;
		height: .6rem;
		background: transparent;
	}
	.case-box .case-ul li .case-info{
		margin-top: .32rem;
		padding-top: 0;
	}
		.case-ul {
		justify-content: space-evenly;

	}

	.case-ul li {
		width: 45% !important;
		margin-right: .2rem !important;
	}

	.case-ul li:nth-of-type(3n) {
		margin-right: .2rem !important;
	}

	.case-ul li:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.case-box .case-ul li .case-info .case-name {
		font-size: .28rem !important;
	}

	.case-box .case-ul li .case-info .dec {
		font-size: .3rem !important;
		margin-top: .2rem !important;
	}
}

@media only screen and (max-width:750px) {
	.info-top-public-box{
		padding-top: 1.32rem !important;
	}
	.info-top-public-box .container .left{
		color: #292E33;
	}
	.case-list-box1 .tips .container .txt{
		font-weight: 400;
		font-size: .24rem !important;
		color: #43484C;
		text-align: left;
	}
    
	.case-list-box1 .tips .container .line{
			display: none;
		}
		.info-menu1 .container ul li{
			margin-bottom: 0;
		}
	.info-menu1 .container ul li a{
		padding: 0;
		min-width: 1.36rem;
		text-align: center;
		padding: 0 .2rem;
	}
	.info-menu1 .container ul li a span{
		font-weight: 400;
		font-size: .24rem;
		color: #757A7F;
		text-align: left;
	}

	.big{
		display: none;
	}
.case-ul li {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.case-ul li:nth-of-type(3n) {
		margin-right: 0 !important;
	}

	.case-ul li:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.case-ul li .cover {
		width: 100%;
	}

	.module .t-title .m-title {
		font-size: .3rem;
	}

	.case-box .case-ul li {
		margin-top: .48rem !important;
	}

	.case-box .case-ul li .case-cover {
		height: 3.86rem !important;
		max-height: fit-content;
	}

	.m_footer{
		margin-top: 0;
	}
}