/*basic*/
/*reset start*/
* {
	margin: 0;
	padding: 0;}

body {
	font-size: 14px;
	font-family: 微软雅黑,Arial;
	color: #333;}
a {
	text-decoration: none;
	outline: none;
	color: #333;}
a:active {
	star: expression_r(this.onFocus=this.blur());}
:focus {
	outline: 0;}

img {
	border: 0;
	display: block;}
.clear {
	clear: both;}
.center {
	text-align: center;}
ul {
    list-style: none;
    padding: 0;
    margin: 0;}
input {
	border: none;}
#warp {
	width: 100%;
	margin: 0 auto;}
.container {
	width: 1200px;
	margin: 40px auto;
	padding-bottom: 60px;	
	background: url(../images/line.png) no-repeat center bottom;}
.container img {
	display: inline-block;}
.row {
    width:100%;
    position: relative;}
.row:before, .row:after {
    display: table;
    content: " ";}
.row:after {
    clear: both;}
.info_link {
	text-decoration: underline;}
/*reset end*/
