.w{
	width: 1400px; padding:0px  0px 50px 0px; margin: auto;
}
*{
	margin: 0px; padding: 0px;
}
.flex{
	display: flex;
}
.column{
	flex-direction: column;
}
.space-between{
	justify-content: space-between;
}
.space-around{
	justify-content: space-around;
}
.item-center{
	align-items: center;
}
h2{
   height: 56px;
    line-height: 56px;
    font-size: 40px;
    font-weight: 300;
}
.w > .title{
		text-align: center;     padding: 80px 0px 90px;
}
.title .en {
    padding-top: 3px;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
body{
min-width: 1400px;
    margin: auto;
}
.box1{
	background: #37C2BB;
	height: 80px; 
	    line-height: 80px;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.box1 .row:nth-child(1) img{
	width: 29px;
	    height: 29px;
}
.box1 .row:nth-child(1) .title{
	color: #fff;
}
.box2{
		background: #37C2BB; color: #FFFFFF; padding: 50px 0px 0px;
}
.box2 .row{
	
}
.box2 .row .col:nth-child(1) img{
	margin: 150px 0px 50px 0px;

}
.box2 .row .col:nth-child(2){
	max-height: 600px;
}
.box3 .grid{
	display: grid; grid-template-columns: repeat(4,1fr) ;    text-align: center;
}
.box3 .li img{
	width: 67px;
	    height: 67px;
		margin: 0px auto 30px;
}
.footer{
	text-align: center; background: #F6F6F6;
}
.footer p{
	line-height: 2;
}
.footer p:nth-child(3){
	margin-bottom: 50px;
}
.copyright{font-size: 16px; margin: 50px 0px;
    color: #ADADAD;}
.copyright a{ color: inherit; }