@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin:0;
	border:none;
	font-family: "微软雅黑";
	list-style-type: none;
	text-decoration: none;
}
html { font-size: 100%; }
body, button, input, select, textarea { font: 14px/1.5 Microsoft Yahei, tahoma, Srial, helvetica, sans-serif;  outline: none; }
ul, ol, li { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #333333; font-family: "微软雅黑"; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; transition-duration: 0.5s; }
img { border: 0px; }
.clear { clear: both; }
p, div, strong, a, h1, h2, h3, h4, h5, h6 { font-family: "微软雅黑"; }
html, body {  width: 100%; overflow-x: hidden;}
.animate { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; transition-duration: 0.5s; }
.animate1 { -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -ms-transition-duration: 1s; transition-duration: 1s; }
table { border-spacing: 0px; border-collapse: collapse; }
tr { cursor: pointer; }
input { border: 0; }
textarea { resize: none; }


select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/

  /*很关键：将默认的select选择框样式清除*/
  padding-left: 20px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/xialajiantou.png") no-repeat scroll 125px center transparent;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

body{ background-color:#f6f6f6}


.clear{
	clear: both;
	float:none;
}


.product{ width:100%; height:140px; background:url(../img/02.jpg) no-repeat center;}
.product_1{ font-size:36px; text-align:center; padding-top:40px; color:#292929;}
.product_2{ font-size:16px; color:#555555; text-align:center;}

.main{ width:100%; height:58px; background-color:#f6f6f6; border:1px solid #CCC; border-left:none; border-right:none;}
.main_auto{ width:1199px; height:58px; margin:0 auto; text-align:center;}
.main_auto ul{ display: flex;flex-wrap: nowrap;justify-content: space-between; align-items: center;width: 1200px; height:58px;}
.main_auto ul li{ line-height:58px; text-align:center;}
.main_auto ul li a{ color:#00873c; font-family:"微软雅黑"; font-size:24px;}

.article{ width:1200px; margin:0 auto; overflow:hidden; margin-top:60px;}
.article p{ font-family:"微软雅黑"; font-size:16px; color:#555555; line-height:28px;}








