﻿

html {
  color: #000;
  font-size: 12px;
  width: 100%;
}

*,
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp,
img {
  margin: 0;
  padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"\5FAE\8F6F\96C5\9ED1";
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left
}

caption,
th {
  text-align: inherit
}

ul,
ol,
menu {
  list-style: none
}

fieldset,
img {
  border: 0
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020"
}

textarea {
  overflow: auto;
  resize: vertical
}

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

mark {
  background-color: transparent
}

a,
ins,
s,
u,
del {
  text-decoration: none
}

sup,
sub {
  vertical-align: baseline
}

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
  color: #333;
  font-size: 12px;
  line-height: 1;
  -webkit-text-size-adjust: none;
}
/* @media (max-width: 1199px)
{
	body {
	  width: 1152px;
	  height: 100%;  
	  overflow-x: hidden;
	  margin: 0% auto;
	}
	
} */

html::-webkit-scrollbar,body::-webkit-scrollbar {/*滚动条整体样式*/
	width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 10px;
}
html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

	border-radius: 0px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #3aabf1;

}

hr {
  height: .02rem;
  margin: .1rem 0;
  border: medium none;
  border-top: .02rem solid #cacaca;
}

a {
  color: #6b7580;
  text-decoration: none;
}
a:link { text-decoration:none; }
a:active { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }

#min_equipment{
	display: none !important;
	margin: 0%;
	padding: 0%;
}
#max_equipment{
	display: block !important;
	margin: 0%;
	padding: 0%;
}
.container {
    width: 1120px;
	  padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.clear::after {
  clear: both;
  height: 0;
  overflow: visible;
  display: block;
  content: '';
}

.left {
  float: left;
}

.right {
  float: right;
}

.font-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.morefont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* // -webkit-line-clamp: 2; */
}
img{
  width: 100%;
}

/*头部*/
/*底部*/