@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;
}
.module{
	display: flex;
}
.module-list{
	margin-bottom: 20px;
	background-color: #fff;
	filter: drop-shadow(2px 2px 10px rgba(185, 218, 247, .8));
	width: 50%;
	padding: 25px 0;
	margin: 20px 10px;
	transition: all 0.5s ease;
}
.module-list:hover{
	box-shadow: 0 8px 8px 0 #deeefc;
	/* transform: rotate(-360deg); */
	transform: rotate(360deg);
}
.advantage-left img{
	    width: 77%;
	    padding: 80px 50px;
}
.advantage-right{
    padding-top: 20px;
}
.advantage-right-list img{
	    width: 17%;
	    height: 10%;
}
}

@media screen and (min-width:960px) and (max-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;
}
.module{
	display: flex;
}
.module-list{
	margin-bottom: 20px;
	background-color: #fff;
	filter: drop-shadow(2px 2px 10px rgba(185, 218, 247, .8));
	width: 50%;
	padding: 25px 0;
	margin: 20px 10px;
}
.advantage-left img{
	    width: 77%;
	    padding: 80px 50px;
}
.advantage-right{
    padding-top: 20px;
}
.advantage-right-list img{
	    width: 17%;
	    height: 10%;
}
}

@media screen and (max-width:960px) {
.layout {
    width: 90%;
    margin: 40px 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;
}
.module {
     display: block; 
}
.module-list {
    margin-bottom: 20px;
    background-color: #fff;
    filter: drop-shadow(2px 2px 10px rgba(185, 218, 247, .8));
    width: 100%;
    padding: 25px 0;
    margin: 20px 0;
}
.advantage .layout{
	display: block;
}
.advantage-left img {
    width: 77%;
    padding: 20px 50px;
}
.advantage-right {
     padding-top: 0px; 
	     padding-bottom: 20px;
}
.advantage-right-list img {
    width: 20%;
    height: 10%;
}
.advantage .layout{
	display: block !important;
}
}
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;
}

.module-img img{
	width: 100%;
}

.module-title{
	    font-size: 20px;
	    margin: 13px 0;
	    text-align: center;
	    color: #212121;
}

.module-text-text{
	    color: #999;
	    text-align: center;
	    line-height: 25px;
		width: 90%;
		margin: auto;
}



.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-right-list{
	display: flex;
	margin: 40px 0;
}



.advantage-title{
	font-size: 22px;
	    font-weight: bold;
	    color: #5b92fb;
		    margin-bottom: 10px;
}

.advantage-text{
	    margin-left: 15px;
}

.advantage-text-text{
	color: #FFFFFF;
}

