*{
    margin: 0;
    padding: 0;
}
.containerAbout{
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: relative;
}.containerMuse{
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
}
.top{
    width: 100%;
    height:190px;
    background: url(http://dspcloud.spay365.com/fce3b3057dc564388bd59f31a46b5a0a4909ba27.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; 
}
.aboutSection{
    width: 900px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translateX(-50%);
}
.aboutTitle{
    width: 400px;
    height: 90px;
    margin-top: 80px;
    float: left;
    color: #fff;
}
.aboutTitle p:nth-of-type(1){
    font-size: 24px;
}
.aboutTitle p:nth-of-type(2){
    padding-top: 10px;
    font-size: 12px;
}
.bank{
    width: 274px;
    height: 200px;
    background: url(http://dspcloud.spay365.com/f639461f6f61634b8528d4f615a03c6a24c7b53b.png) no-repeat;
    background-size: 100% 100%;
    float:right;
}
.textItem{
   
    width: 900px;
    font-size: 18px;
    line-height: 28px;
	font-weight: 400;
	margin:0 auto;
	margin-top: 230px;
} 
.contactWays{
    margin-top: 40px;
    width: 900px;
    border-radius: 10px;
    background: #f7f7f7;
	margin:0 auto;
    overflow: hidden;
    position: relative;
}
.waysItem{
    width:810px;
    height:145px;
    padding: 25px 5px;
    margin: 0 auto;
    margin-top: 27.5px;
}
.waysLeft{
    float: left;
    width: 318px;
    border-right: 2px solid #d0d0d0;
}
.waysRight{
    float: left;
    margin-left: 40px;
}
.wayTitle{
    color: #4b8aff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.wayText{
    font-size: 18px;
    padding:5px 0 ;
    line-height: 20px;
}
.cooperation{
    width: 342px;
    height: 90px;
    background: url(http://dspcloud.spay365.com/fd11d126c7e3eb22c38610b97e55f6e8964f0269.png) no-repeat;
    background-size: 100% 100%;
}

.yyWrap{
	width: 150px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 1440px) {
	.top{
	    width: 100%;
	    height:190px;
	    background: url(http://dspcloud.spay365.com/fce3b3057dc564388bd59f31a46b5a0a4909ba27.png) no-repeat;
	    background-size: cover;
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 1; 
	}
	.aboutSection{
	    width: 900px;
	    position: absolute;
	    top: 0;
	    z-index: 2;
	}
	.aboutTitle{
	    width: 400px;
	    height: 90px;
	    margin-top: 80px;
	    float: left;
	    color: #fff;
	}
	.aboutTitle p:nth-of-type(1){
	    font-size: 24px;
	}
	.aboutTitle p:nth-of-type(2){
	    padding-top: 10px;
	    font-size: 12px;
	}
	.bank{
	    width: 274px;
	    height: 200px;
	    background: url(http://dspcloud.spay365.com/f639461f6f61634b8528d4f615a03c6a24c7b53b.png) no-repeat;
	    background-size: 100% 100%;
	    float:right;
	}
	 .textItem{
	    margin-top: 210px;
	    width: 900px;
	    font-size: 16px;
	    line-height: 21px;
	    font-weight: 200;
	}
	 .contactWays{
	    margin-top: 10px;
	    width: 900px;
	    border-radius: 10px;
	    background: #f7f7f7;
	    overflow: hidden;
	    position: relative;
	}
	.waysItem{
	    width:810px;
	    height:145px;
	    padding: 10px 5px;
	    margin: 0 auto;
	    margin-top: 27.5px;
	}
	.waysLeft{
	    float: left;
	    width: 318px;
	    border-right: 2px solid #d0d0d0;
	}
	.waysRight{
	    float: left;
	    margin-left: 40px;
	}
	.wayTitle{
	    color: #4b8aff;
	    font-size: 24px;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.wayText{
	    font-size: 18px;
	    padding:5px 0 ;
	    line-height: 20px;
	}
	.cooperation{
	    width: 342px;
	    height: 90px;
	    background: url(http://dspcloud.spay365.com/fd11d126c7e3eb22c38610b97e55f6e8964f0269.png) no-repeat;
	    background-size: 100% 100%;
	} 
	
}