

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;
  background-color: #FAFAFA;
}
@media (max-width: 1199px)
{
	body {
	  width: 1152px;
	  height: 100%;  
	  overflow-x: hidden;
	  margin: 0% auto;
	  background-color: #FAFAFA;
	}
	
}

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: #000;

}

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;
	align-items: center;
	justify-content: center;
}

.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; */
}

/*头部*/
#header {
	width: 100%;
	max-height: 260px;
	overflow: hidden;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	/*position:fixed;
	z-index: 9999;*/
	top:0;
	left:0;
	background-color: #fff;
}

#header #header_t{
	width: 100%;
	max-height: 200px;
	overflow: hidden;
	background-color: #0e4343;
}
#header #header_t img{
	width: 100%;
	height: auto;
}

#header #header_c{
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #4FB149;
}

#header #header_c ul{
	width: 100%;
	height: 60px;
	overflow: hidden;
	float: left;
}
#header #header_c ul li{
	width: 16.666666%;
	height: 60px;
	overflow: hidden;
	float: left;
	text-align: center;
}
#header #header_c ul li a{
	font-size: 18px;
	line-height: 60px;
	color: #164545;
}
#header #header_c ul .active a{
	font-size: 18px;
	line-height: 60px;
	color: #FFFFFF;
}

#header #header_c #header_search{
	width: 219px;
	height: 35px;
	float: right;
	border: 1px solid #D9D9D9;
	border-radius: 18px;
	margin: 11px 0% 11px 0%;
	overflow: hidden;
	padding: 7px 8px;
	background-color: #fff;
}
#header #header_3 #header_search #header_search_l{
	width: 170px;
	height: 19px;
	overflow: hidden;
	float: left;
}
#header #header_c #header_search #header_search_l input{
	width: 170px;
	height: 19px;
	overflow: hidden;
	background: #fff;
	border: 0px;
	font-size: 14px;
	color: #767676;
	line-height: 19px;
	float: left;
}
#header #header_c #header_search #header_search_l input::-webkit-input-placeholder {
	font-size: 14px;
	color: #BDBDBD;
	line-height: 19px;
}
#header #header_c #header_search #header_search_r{	
	width: 30px;
	height: 19px;
	overflow: hidden;
	float: left;
	border-left: 1px solid #919191;
}
#header #header_c #header_search #header_search_r img{	
	margin: 0% 0% 0% 9px;
}
/*头部*/

/*底部*/
#footer {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color: #EEEEEE;
	bottom: 0px;
	margin-top: 50px;
}
#footer a{
	color: #898989;
}
#footer a:hover { color: #000; }
#footer a:active { color: #000; } 
#footer #footer_c{
	width: 100%;
	margin: 46px 0% 46px 0%;
	padding: 0% 0% 0% 0%;
}
#footer #footer_c #ul_1{
	width: 50%;
    float: left;
    margin: 0% 25% 1.5% 25%;
    text-align: center;
}
#footer #footer_c #ul_1 li{
	width: 32%;
	float: left;
	text-align: center;
	color: #898989;
	font-size: 1.083em;
}
#footer #footer_c #ul_1 li:nth-child(1){
	width: 32%;
}
#footer #footer_c #ul_1 li:nth-child(3){
	width: 36%;
}
#footer #footer_c #ul_1 li:nth-child(5){
	width: 28%;
}
#footer #footer_c #ul_1 #sg{
	width: 1%;
	margin: 0% 0.5% 0% 0.5%;
	float: left;
	text-align: center;
}
#footer #footer_c #ul_2{
	width: 85%;
	float: left;
	margin: 0% 7.5% 1.5% 7.5%;
	text-align: center;
}
#footer #footer_c #ul_2 li{
	width: 15%;
	float: left;
	text-align: center;
	color: #898989;
	font-size: 1.083em;
}
#footer #footer_c #ul_2 li a:hover{
	color: #000;
}
#footer #footer_c #ul_2 #sg{
	width: 1%;
	margin: 0% 0.5% 0% 0.5%;
	float: left;
	text-align: center;
}
#footer #footer_c #ul_2 li:nth-child(1){
	width: 18%;
}
#footer #footer_c #ul_2 li:nth-child(2){
	width: 1%;
}
#footer #footer_c #ul_2 li:nth-child(3){
	width: 15%;
}
#footer #footer_c #ul_2 li:nth-child(4){
	width: 1%;
}
#footer #footer_c #ul_2 li:nth-child(5){
	width: 18%;
}
#footer #footer_c #ul_2 li:nth-child(6){
	width: 1%;
}
#footer #footer_c #ul_2 li:nth-child(7){
	width: 18%;
}
#footer #footer_c #ul_2 li:nth-child(8){
	width: 1%;
}
#footer #footer_c #ul_2 li:nth-child(9){
	width: 9%;
}
#footer #footer_c #ul_2 li:nth-child(10){
	width: 1%;
}
#footer #footer_c #ul_2 li:nth-child(11){
	width: 12%;
}
#footer #footer_c #ul_3{
	width: 65%;
	float: left;
	margin: 0% 17.5% 2% 17.5%;
	text-align: center;
}
#footer #footer_c #ul_3 li{
	width: 15%;
	float: left;
	text-align: center;
	color: #898989;
	font-size: 1.083em;
}
#footer #footer_c #ul_3 #sg{
	width: 1%;
	margin: 0% 0.5% 0% 0.5%;
	float: left;
	text-align: center;
}
#footer #footer_c #p1{
	color: #898989;
	font-size: 1.083em;
	margin: 0% 0% 15px 0%;
	text-align: center;
}
#footer #footer_c #footer_c_b{
	width: 100%;
	float: left;
	border-top: 2px solid #dcdcdc;
	padding: 2% 10% 0% 10%;
	margin: 2% 0% 46px 0%;
}
#footer #footer_c div{
	width: 33.333333%;
	float: left;
	text-align: center;
}
/*底部*/