
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}

.wid {
  width: 1170px;
  margin: 0 auto;
}
.bg {
  background: url("../img/bg.jpg") top center no-repeat;
}
.title {
  width: 100%;
  text-align: center;
  padding-top: 140px;
}
.title h2 {
  padding: 10px 0;
}
.search {
  width: 100%;
  text-align: center;
  padding-top: 280px;
}
.search .name {
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #fff;
  letter-spacing: 2px;
}
.search .conts {
  width: 100%;
  padding: 15px 0;
  float: left;
  padding-top: 25px;
}
.search .conts label {
  width: 142px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  float: left;
  letter-spacing: 2px;
}
.search .conts button {
  width: 95px;
  height: 80px;
  background-color: #8d161b;
  border-radius: 0 10px 10px 0;
  font-size: 26px;
  color: #4e2808;
  float: right;
  border: 2px solid #fff;
}
.search .conts button img {
  position: relative;
  top: -2px;
}
.search .conts input {
  width: calc(100% - 237px);
  height: 80px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 0 40px;
  font-size: 20px;
  color: #333;
  border: none;
  letter-spacing: 2px;
  float: left;
}
.search .conts input::-webkit-input-placeholder {
  color: #6c6c6c;
}
.code {
  width: 100%;
  float: left;
  padding-top: 132px;
}
.code .tits {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.code .imgs {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  float: left;
}
.footer p {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 2px;
}
