@charset "utf-8";
/* CSS Document */

html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,li{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
a{ text-decoration:none; font-family:"微软雅黑"; color:#000;}

.clearfix:after{ content: ""; display: block; clear: both;}
.fl{ float: left;}
.fr{ float: right;}
.wrap{ width: 1200px; margin: 0 auto;}

body,html{ width: 100%; height: 100%;}


/*主页面*/
#index{ width: 100%; height: 100%; min-width: 1200px; min-height: 680px; background-image: url(../img/bg.jpg); position: relative; overflow: hidden;}
#logo{ position: absolute; left: 4%; top: 2%; z-index: 10; width: 8%;}
#logo img{ width: 100%;}
.comp{ margin-top: 18%; margin-left: 4%;}
.comp h1{ font-size: 70px; color: #333333; font-weight: bold;}
.comp p{ width: 50%; font-size: 16px; color: #999; margin-top: 32px; line-height: 32px;}

#copyright{ position: absolute; bottom: 0; left: 4%; color: #fff; height: 80px; overflow: hidden;}
#copyright p{ margin-top: 12px; color: #333333;}