@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;
	margin-top: 30px;
}
.module_list{
	width: 33.3%;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
    padding: 30px 0px 30px 0px ;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
	
	  
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
	  position: relative;
	  transition: 0.6s;
}
.module_list:hover{
	box-shadow: 0 8px 8px 0 #b7d0ff;
	transform: rotate(-360deg); 
}
.module_list:before {
  
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  /* background: white; */
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.module_list:hover:before, .module_list:focus:before, .module_list:active:before {
  
  width: 50px;
  height: 50px;
}
}

@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;
}
.module{
	display: flex;
	margin-top: 30px;
}
.module_list{
	width: 33.3%;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
    padding: 30px 0px 30px 0px ;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}
}

@media screen and (max-width:960px) {
.layout {
	width: 90%;
	margin: 40px auto 0px;
	padding: 0px 0px 0px 0px !important;
}
.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: flex; */
    margin-top: 30px;
}
.module_list {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px 0px 10px 0px;
    padding: 30px 0px 30px 0px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}




.title em{
	    color: #2f7bf3;
	    font-style: normal;
}

.decoration{
	    display: flex;
	    justify-content: center;
}

.decoration img{
	    width: 9%;
}



.module_img{
	   width: 80%;
	   margin: auto;
	   display: flex;
	   justify-content: center;
}

.module_img img{
	width: 23%;
}

.module_text{
	    color: #677294;
	    text-align: center; 
	    line-height: 35px;
	    width: 80%;
	    margin: auto;
		font-size: 1.7rem;
}

.platform{
	display: flex;
	margin-bottom: 20px;
}

.platform-list-title{
	display: flex;
	padding: 20px;
}

.platform-list-title img{
	width: 8%;
	height: 6%;
}

.platform-list{
	background-color: #f3f3f3;
	width: 33.3%;
	margin: 0px 10px 0px 10px;
}

.platform-title{
	color:#666666 ;
	font-weight: 600;
	font-size: 18px;
	margin-left: 15px;
}

.platform-text{
	width: 90%;
	margin: auto;
	line-height: 30px;
	color: #999999;
}

.images{
	margin-top: 30px;
	width: 100%;
}
.images img{
	width: 100%;
	height: 100%;
}

.module_title{
	    font-size: 20px;
	    color: #08358b;
	    font-weight: bold;
	    width: 80%;
	    margin: auto;
	    padding: 20px 0;
		text-align: center;
}