@media screen and (min-width:1200px) {
.layout {
	width: 75%;
	margin: 40px auto 0px;
}
.title {
	text-align: center;
	font-size: 2.7rem;
	letter-spacing: 2px;
	font-weight: 600;
}
.text {
	margin-top: 30px;
	line-height: 2;
	/* text-indent: 2rem; */
	text-align: center;
	font-size: 1.7rem;
}
.layout-module-img{
	display: flex;
}
.layout-module-left{
	width: 60%;
	display: flex;
	align-items: center;
}
.layout-module-left img{
	/* width: 84%; */
}
.layout-module-right{
	width: 40%;
	padding-top: 55px;
}
.layout-module-list img{    
	width: 5%;
    height: 10%;
}
.module{
	display: flex;
	height: 51vh;
}
.module-list{
	margin-bottom: 20px;
	background-color: #fff;
	width: 33%;
	padding: 25px 0;
	margin: 20px 10px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	visibility: inherit;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.module-list:hover {
    /* box-shadow: 0 8px 8px 0 grey; */
    /* transform: rotate(-360deg);  */
	background-color: #3388d7;
	bottom: 0;
	left: 0;       
}
 
/* 下边和左边 */
.module-list::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    /* 注意边框位置 */
    border-bottom: 10px solid #999999;
    right: 0;
    /* 小坑 此处用top的话 会向下伸长 不会向上 */
    bottom: -2px;
    /* 添加移开鼠标的过渡效果 高度延时1s触发*/
    transition: width 0.3s linear, height 0.3s linear 0.3s;
    opacity: 0;
    z-index: 99999999;
}

/* after变化 */
.module-list:hover::after {
   width: 100%;
    height: 100%;
    /* 添加过渡效果 */
    opacity: 1;
    transition: width 0.3s linear, height 0.3s linear 0.3s;
}

.module-list:hover .core-title{
  color: #fff;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
}
.module-list:hover .module-text-text{
  color: #fff;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
}
.module-list:hover .module-img{
  display: none;
}

}

@media screen and (min-width:960px) and (max-width:1200px) {
.layout {
	width: 75%;
	margin: 40px auto 0px;
}
.title {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 600;
}
.text {
	margin-top: 30px;
	line-height: 2;
	/* text-indent: 2rem; */
	text-align: center;
	font-size: 0.9rem;
}
.layout-module-img{
	display: flex;
}
.layout-module-left{
	width: 60%;
}
.layout-module-left img{
	/* width: 84%; */
}
.layout-module-right{
	width: 40%;
	padding-top: 55px;
}
.layout-module-list img{    
	width: 5%;
    height: 10%;
}
.module{
	display: flex;
}
.module-list{
	margin-bottom: 20px;
	background-color: #fff;
	width: 33%;
	padding: 25px 0;
	margin: 20px 10px;
}
}

@media screen and (max-width:960px) {
.layout {
    width: 90%;
    margin: 20px auto 0px;
}
.title {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 600;
}
.text {
    margin-top: 30px;
    line-height: 2;
    /* text-indent: 2rem; */
    text-align: center;
    font-size: 1rem;
}
.layout-module-img {
    display: block;
}
.layout-module-left {
    width: 100%;
}
.layout-module-left img {
    width: 100%;
}
.layout-module-right {
    width: 100%;
    padding-top: 35px;
}
.layout-module-list img {
    width: 7%;
    height: 10%;
}
.module {
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.module-list {
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    padding: 25px 0;
    margin: 25px 0px;
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}








.module-img{
	    width: 90%;
	    margin: auto;
		    display: flex;
}

.module-img img{
	  width: 15%;
	  height: 14%;
	  margin-right: 15px;
}

.module-title{
	font-size: 20px;
	text-align: center;
	color: #212121;
	font-weight: bold;
	margin-left: 10px;
	
    margin: 4px 0px 0px 0px !important;
}

.module-text-text{
	    color: #999;
	    margin-top: 20px;
		line-height: 30px;
	  width: 90%;
	  margin: auto;
	  height: 25vh;
	  font-size: 1.5rem;
}



.images{
	margin-top: 30px;
	width: 100%;
}
.images img{
	width: 100%;
	height: 100%;
}

.advantage{
	background-image: url(../img/链长制数据化工作平台-7.jpg);
	position: relative;
	background-size: cover;
}

.advantage-left img{
	    width: 77%;
	    padding: 80px 50px;
}

.advantage-right-list{
	display: flex;
	margin: 40px 0;
}

.advantage-right-list img{
	    width: 15%;
}

.advantage-title{
	font-size: 22px;
	    font-weight: bold;
	    color: #5b92fb;
		    margin-bottom: 10px;
}

.advantage-text{
	    margin-left: 15px;
}

.advantage-text-text{
	color: #FFFFFF;
}

.advantage-right{
    padding-top: 20px;
}


.layout-module-list{
	    background: #fff;
	    filter: drop-shadow(2px 2px 10px rgba(185, 218, 247, .8));
		display: flex;
		border-radius: 10px;
		padding: 40px 20px;
		margin-bottom: 20px;
		transition: all 0.4s;/* 设置上浮过渡时间 */
}
.layout-module-list:hover{
	box-shadow: 0 8px 8px 0 rgba(185, 218, 247, .8);  /* 设置盒子阴影 */
	transform: translate(0, -10px); /* 鼠标悬浮时box向上浮动的距离 */
}




.layout-module-list p{
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
	    font-size: 18px;
}

.hr{
	    width: 10%;
	    margin-top: 26px;
	    margin-left: 5%;
		
}
hr{
	border-top: 1px solid #b6b6b6 !important;
}

.core-title{
	    font-size: 20px;
	    color: #217dd3;
	    font-weight: bold;
	    margin: 23px 0 12px 20px;
}