@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
html body {
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}
fieldset, img {
  border: 0;
}
:focus {
  outline: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
input, button, textarea, select, optgroup, option {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: inherit;
  font-style: inherit;
}
code, kbd, samp, tt {
  font-size: 100%;
}
input, button, textarea, select {
  *font-size: 100%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}
:link, :visited, ins {
  text-decoration: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
body {
  background: url("wjk.jpg") no-repeat;
  background-position: top center;
  background-color: #F5F5F5;
}
.box {
  width: 70.125rem;
  margin: 0 auto;
}
.biaoti {
  box-sizing: border-box;
  width: 70.125rem;
  height: 17.812rem;
  text-align: center;
  padding: 5rem 0;
  margin: 0 auto;
}
/*内容*/
.neirong {
  box-sizing: border-box;
  width: 70.125rem;
  background: #fff;
  padding: 2.25rem;
}
/*搜索*/
.sousuo {
  position: relative;
  background: #F5F5F5;
  height: 8.125rem;
  padding: 1.25rem 0;
}

/*手机底部版权*/
.sjdb{
	display: none;
}

@media (max-width: 767px) {
body {
  background: url("wjk.jpg") no-repeat;
  background-position: top center;
  background-color: #F5F5F5;
}
.box {
  width: 70.125rem;
  margin: 0 auto;
}
	.biaoti img{
		width: 600px;
		margin: 0 0 0 -440px;
	}
/*内容*/
.neirong {
width: 700px;
	margin: 0 0 0 45px; 
}
.neirong {
  width: 767px;
  padding: 20px;
	margin: 0 0 0 45px; 
}
	
	.sjdb{
		display: block;
	}
	.gc_bottombq{display: none;}
}






