body {
    margin: 0;
    font-family:source-han-sans-simplified-c, "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}



body {
	background: url(../img/main_bg_large.jpg) no-repeat top center #000;
}
#main {
	position: relative;
	display: block;
}
.logo{
	position: absolute;
	max-width: 980px;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin: 0 auto;
}
img {
	max-width: 100%;
	margin: 100px 0 20px;
}
/*.text {
	background-repeat: no-repeat;
    background-image: url(../img/text_bg_large.jpg);
    -webkit-background-clip: text;
    color: transparent !important; 
}*/
h1{
	opacity: 0.8;
	font-size: 60px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	font-style: normal;
	background: -webkit-linear-gradient(45deg, #750000 0%, #bb2807 20%, #ff7600 30%, #ff0000 50%, #f509d8 85%);
     -webkit-background-clip: text; 
     -webkit-text-fill-color: transparent; 
}
h1.en{
	font-size: 26px;
}
p{
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	font-style: normal;
	text-align: left;
	line-height: 140%;
	margin-top: 30px;
	background:-webkit-linear-gradient(0deg, #350000 0%, #ff0000 20%, #ff6a00 30%, #ff0081 50%, #490098 85%);
     -webkit-background-clip: text; 
     -webkit-text-fill-color: transparent; 
}
span.big{
	font-size: 150px;
	line-height: 150px;
}
@media(max-width:1200px) {
	img {
		margin: 50px 0 20px;
	}
}
@media(max-width:1024px) {
.logo{
	left: 50px;
	right:50px;
}
	img {
		margin: 100px 0 50px;
	}

h1{
	font-size: 73px;
}
h1.en{
	font-size: 36px;
}
p{
	font-size: 30px;
}
span.big{
	font-size: 200px;
	line-height: 200px;
}

}
@media(max-width:750px) {


	img {
		margin: 50px 0 0px;
	}

h1{
	font-size: 65px;
}
h1.en{
	font-size: 36px;
}
p{
	font-size: 20px;
}
span.big{
	font-size: 150px;
	line-height: 200px;
}

}

@media(max-width:640px) {
/*	.text {
	    background-image: url(../img/text_bg_small.jpg); 
	}*/
	body {
		background: url(../img/main_bg_small.jpg) no-repeat top center;
	}
	.logo{
	left: 50px;
	right:50px;
	text-align: center;
}
	img {
		margin: 60px 0 30px;
		display: inline;
		width: 180px;
	}

h1{
	font-size: 30px;
}
h1.en{
	margin-top: 10px;
	font-size: 13px;
}
p{
	background:-webkit-linear-gradient(90deg, #010b82 0%, #8a00b7 30%, #ff0000 60%, #b70000 80%, #bb0000 100%);
	     -webkit-background-clip: text; 
     -webkit-text-fill-color: transparent; 
	font-size: 20px;

}
span.big{
	font-size: 90px;
	line-height: 100px;
}