@charset "utf-8";
/* CSS Document */

*{padding:0px; margin:0px;}

h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}

p {padding:0px; margin:0px;}

/* IE */
li p{ margin-top:5px \9;}/*定义 ul li p IE中P标签会向下5像素*/
/**/

pre {white-space: pre-wrap;word-wrap: break-word;}

ul {padding:0px; margin:0px;}

li {padding:0px; margin:0px; list-style-type:none;}

img{ border:none;}

a {padding:0px; margin:0px; text-decoration:none; color:#343434;}

input,textare{font-family:"微软雅黑","Microsoft YaHei","宋体";}

a:hover{ color:#8bbc22;}

i{ font-style:normal;}

em{ font-style:normal;}

.clear{ clear:both}

.left {float:left;}
.right {float:right;}

body{ background:#fff;font-size:12px; font-family:"Microsoft YaHei","宋体"; color:#fff; }

a, select, textarea, input, button, html, body, div, ul, li {
  tap-highlight-color: transparent !important; }
  
.bg{ width:100%; height:100%; float:left; text-align:center; position:fixed; z-index:99; background:#7f7f7f}

.bg img{height:100%;}

.main{ position:absolute; top:0; left:50%; margin-left:-400px;z-index:999}

.m{ width:800px; margin:0 auto;}

.logo{ width:100%; float:left; text-align:center; margin-top:100px;}

.logo img{ width:300px; height:150upx; border-radius:5px;}

.text { font-size:36px; text-align:center; margin-top:50px; width:100%; float:left;line-height:2em;}

.text p { font-size:20px; line-height:30px; background:#ff0101; width:300px; padding:10px 0; border-radius:5px; margin-left:250px; margin-top:20px}

a.Brand { font-size:20px; line-height:30px; width:300px; padding:10px 0; border-radius:5px; margin-left:250px; margin-top:20px; display:block; float:left;border:2px solid #fff; color:#fff; text-align:center;}

a.Brand:hover{
	background:#fff; color:#ff0101}

.foot{ position:absolute;bottom:30px; z-index:991; text-align:center; width:100%; left:0;}

.foot a{ color:#fff;}

.foot a:hover{ color:#e8370e}

.wapbg{ display:none}

@media (max-width:1020px){
	.logo{ margin-top:30px;}
	.logo img{ width:200px; height:100upx; border-radius:5px;}
	.main{ margin-left:-50%;}
	.m{ width:100%; float:left; margin:0 auto;}
	.text{ font-size:22px; font-weight:bold; width:90%; margin-left:5%;}
	.text p{ width:100%; text-align:center; float:left;margin-left:0px;}
	
	.text .phone{ width:80%; margin-left:10%;}
	
	a.Brand{width:80%; margin-left:10%;}
	.bgimg{ display:none}
	.wapbg{ display:block}
}