@charset "UTF-8";

::-webkit-scrollbar {
  display: none
}

html,
body {
  overflow: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  /* min-width: 1200px; */
  --mainColor: #30ABA8;
  font-size: 100px;
}

body {
  height: 100%;
  background-image: url(../images/查询.png);
  background-size: 100% 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input,
select,
textarea,
button {
  -webkit-appearance: none;
  resize: none;
  border-radius: 0;
  outline: none;
  font-family: "微软雅黑";
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  height: auto;
  width: auto;
  -ms-interpolation-mode: bicubic;
}

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  font: normal 14px "Microsoft Yahei", Tahoma, "Lucida Grande", Verdana, STXihei, hei;
  background-color: #fff;
  color: #333;
  /* overflow-x: hidden; */
}

em,
i {
  font-style: normal;
}

strong,
b {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #999999;
  font-family: Microsoft YaHei, '宋体', Tahoma, Arial, sans-serif;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: Microsoft YaHei;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: middle;
  width: 100%;
}

.w {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.fz32 {
  font-size: 32px;
}

.fz24 {
  font-size: 24px;
}

.fz20 {
  font-size: 20px;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.lh60 {
  line-height: 60px;
}

.lh56 {
  line-height: 56px;
}

h2 {
  margin: 0 auto;
  display: inline-block;
  font-family: MicrosoftYaHei-Bold;
  color: #222222;
  position: relative;
  font-weight: bold;
  margin-bottom: 3%;
  margin-top: 3%;
}


.clearfix {
  zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.logo {
  width: 105px;
  height: 105px;
}

.text-center {
  text-align: center;
  margin-top: 124px;
}

.index_h1 {
  margin-top: 17px;
  font-family: SourceHanSerifSC-Heavy;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

.index_h2 {
  margin-top: 15px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffc000;
}
form{
  display: flex;
  justify-content:center;
  align-items: center;
  margin-top: 92px;
}
.input_text {
 
  margin-right: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 50px;
  width: 440px;
  height: 50px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
}
.input_button{
  display: flex;
  justify-content: center;
  align-items: center;
	width: 80px;
	height: 50px;
	background-color: #f5a21b;
  border-radius: 5px;
}
.w{
  width: 1003px;
}
.list{
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 50px  0 27px;
  margin-top: 72px;
  width:100%;
  background:rgba(255,255,255,1);
  border-radius:5px;
}
.list_img img{
  width: 236px;
  height: 314px;
}
.list_content{
  margin-left: 211px;
  flex: 1;
  height: 100%;
}
.list_content_row{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list_content_row:not(:last-child){
  margin-bottom: 20px;
}
.list_content_row_label{
 
  color:  #f5a21b;
  font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.list_content_row_name{
  color:  #333333;
  font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.footer_msg{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
h3{
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
  color: #ffc000;
  margin-bottom: 20px;
}
footer{

  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 50px;

}
.footer_msg ul:first-child{
  margin-right: 80px;
}
footer li{
  text-align: left;
  color: #fff;
  font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
}