a{
    color:#000000;
}
a:hover{
    text-decoration:none;
    color:red;
}
body{
    background-repeat: no-repeat;
    background-position: center top;
}
#header{
    width:100%;
    height:auto;
    margin:0 auto;
    overflow:hidden;
font-size: 0px;
}
#header img {
    width:100%;
}
#title {
    width:1080px;
    height:230px;
    margin:0 auto;
    background:url("../images/title.png") no-repeat;
}
#container {
    width:1070px;
	margin:0 auto;
	padding-top:50px;
    height:auto;
	color:#ffffff;
}
#container p {
    font-size:18px;
    color:#ffffff;
	line-height:1.78em;
	padding-top:20px;
}
#container img {
    text-align:right;
}
.words {
    text-indent:2em;
	text-align:justify;
	font-family:'Microsoft Yahei';
}
.call {
    text-indent:0em;
	text-align:left;
	font-family:'Microsoft Yahei';
}
.date {
    text-align:right;
    padding-right:150px;
	font-family:'Microsoft Yahei';
}
.sign {
    text-align:right;
	width:980px;
	height:108px;
}
#warp {
	margin: 0px; 
	overflow: hidden;
	width:100%;
    height:2500px;
    background:url("../images/con_bg.jpg") center top no-repeat;
}
.bg-top {
	height:23px;
	width:1080px;
}
.main-con {
	margin:0px 20px;
}
.bg-con {
	width:970px;
}
.bg-bot {
	height:39px;
	width:1080px;
}

#footer {width:100%;height:118px;margin:0 auto;background:#8D0704;}
#copyright {width:1000px;margin: 0px auto;text-align: center;padding-left: 12%;padding-top: 40px;}
.logo {float:left;width:172px;height:45px;background:url(../images/ouc.png) no-repeat;}
.copy {float:left;width:145px;height:40px;border:0px solid black;font-size:13px;color:#fff;text-align:center;margin-left:10px;border-left:1px solid #fff;border-right:1px solid #fff;}
.channel {float:left;width:500px;height:40px;font-size:12px;color:#fff;border:0px solid #fff;text-align:center;margin-left:10px;line-height:20px;}
.channel a {text-decoration: none;color:#fff;}
.channel a:visited {text-decoration: none;color:#fff;}
.channel a:hover { color:#FF0000;text-decoration:none;}

@media only screen and (max-width: 1200px) {
      #header {height:auto;}
	#container {
    width:90%;
	margin:0 auto;
	padding-top:50px;
	margin-left:50px;
	margin-right:50px;
        height:auto;
	color:#ffffff;
        overflow: hidden;
}
  #copyright {
	  width:90%;
  }
#warp { height:auto;}
}