@charset "utf-8";
html,body{width: 100%;height: 100%;max-width: 1920px;background:#0cac85;padding:0; margin:0;position: relative;}
img{max-width: 100%;max-height: 100%;}
.contents{width: 100%;max-width: 900px;height: 100%;max-height: 370px;overflow: hidden;margin:auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;text-align: center;}
.contents .txt{margin-bottom: 50px;font-size:60px; color:#fff; font-family:"微软雅黑";}
.contents .phone{line-height: 34px;margin-bottom: 3%;font-size: 32px;font-weight: bold;color: #fff; font-family:"微软雅黑";}
.contents .phone img{display: inline-block;vertical-align: top;margin-right: 15px;}
.contents .url a{font-size: 26px;color: #fff;font-family:"Arial";text-decoration: none;}
.logo{width: 200px;max-height: 100px;margin:0 auto 4%;position: absolute;top: auto;right: 0;bottom: 0;left: 0;}
@media (max-width:960px){
	.contents .txt{font-size: 46px;}
	.logo{margin-bottom: 30px;}
}
@media (max-width:640px){
	.contents .txt{font-size: 30px;margin-bottom: 25px;}
	.contents .phone{line-height: 22px;font-size: 22px;margin-bottom: 25px;}
	.contents .phone img{width: 24px;margin-right: 8px;}
	.contents .url a{font-size: 22px;}
	.logo{width: 160px;}
}