body {
 	margin:0;
	padding:0;
	font-size:14px;
	color:#333;
	font-family:Arial;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td,address
{
	padding: 0;
	margin: 0;
	border: 0;
}
ul,ol {
	list-style: none;
}
a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
img {
  border: 0;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333;
  text-decoration: none;
  text-shadow:none;
}

a:hover,
a:focus {
  color: #f47f39;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}
/*清除浮动*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
}
*html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
*+html .clearfix{
	min-height:1%;
}

/*头部banner*/
.header-box{
	width:100%;
	overflow:hidden;
	margin:0 auto;
 	background:#169ada;
	height:100px;
}
.header-box .header{
	width:1000px;
 	margin:0 auto;
 }
.header-box .header .logo{
	width:290px;
 	float:left;
 }
.header-box .header .logo img{
	width:290px;
	height:67px;
	display:block;
	padding:15px 0 0 0;
}
.header-box .header .aboutus{
 	float:left;
	padding: 0 0 0 100px;
	height:100px;
	line-height:100px;
 }

 .header-box .header .aboutus a{
 	color:#fff;
	font-size:16px;
 }
  .header-box .header .aboutus a:hover{
 	color:#fff;
 }


/*内容*/
.content{
	width:1000px;
 	margin:0 auto;
 	overflow:hidden;
 }
.content  .pic{
	width:1000px;
 	margin:0 auto;
 	overflow:hidden;
	text-align:center;
	position:relative;
	padding:20px 0 0 0;
  }
.content  .pic .btn{
 	position:absolute;
	bottom: 12px;
	left: 250px;
}
.content .text{
	width:1000px;
 	margin:0 auto;
 	overflow:hidden;
 	padding:20px 0 0 0;
  }
  .content .text h3{
	margin:30px 0 10px 0;
  }
  .content .text p{
	line-height:30px;
	font-size:15px;
  }
    .content .text p a{
	color:#0000ff;
	text-decoration:underline;
   }

.content  .btn-return{
	background: #169ada;
    height: 40px;
    margin: 30px auto;
    text-align: center;
    width: 120px;
	border-radius: 5px;
}
.content  .btn-return a{
    color:#fff;
    font-size:16px;
	line-height:40px;
 }
.content  .btn-return:hover a{
    color:#fff;
    font-size:16px;
	line-height:40px;
 }
/*底部*/
.footer{
	width:100%;
	margin:20px auto 0;
	background:#333;
	overflow:hidden;
	height:60px;
	line-height:60px;
}
 .footer .text{
	width:1000px;
	margin:0 auto;
  	color:#fff;
	text-align:center;
 }
