html {
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, "Microsoft Yahei";
}

*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
input,textarea{
	border: none;
	outline: none;
	/*不允许改变尺寸*/
	resize: none;
	/*元素的外观  none没有任何样式*/
	-webkit-appearance: none;
}
a{

}
/* ====版心==== */
.container {
	width: 1200px;
	margin: auto;
}
.pd{
  padding: 0 30px;
}

.pd .nesbox img{
	width:100%;
}

/* 清除浮动 */
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* 左右浮动 */
.fl-l {
	float: left;
}

.fl-r {
	float: right;
}
/* 定位 */
.pst-relc{
	position: relative;
}
.pst-absl{
	position: absolute;
}
/* ====标题==== */
.title {
  height: 40px;
}

.title h2 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
}

.title span {
  margin: 0;
  font-size: 16px;
  color: #c1c1c1;
  font-weight: lighter;
}


/* ====字体图标==== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9z3hrd');
  src:  url('../fonts/icomoon.eot?9z3hrd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9z3hrd') format('truetype'),
    url('../fonts/icomoon.woff?9z3hrd') format('woff'),
    url('../fonts/icomoon.svg?9z3hrd#icomoon') format('svg');
  
}
.icon{
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-style: normal;
}

.icon-qq:before {
  content: "\e902";
}
.icon-weixin:before {
  content: "\e903";
}
.icon-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e904";
}
.icon-map-pin:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e906";
}


/* ====顶部==== */
.ls-top {
  width: 100%;
  height: 144px;
  padding: 26px 0;
}

.ls-top img {
  width: 100%;
}

.ls-top .ls-top-left {
  width: 363px;
  height: 91px;
}

.ls-top .ls-top-right {
  width: 283px;
  height: 58px;
  padding-top: 24px;
}

/* ====导航==== */
.ls-nav {
  width: 100%;
  background-color: #0f9c3c;
  height: 60px;
  text-align: center;
}

.ls-nav ul>li {
  float: left;
  width: 133.33px;
  height: 100%;

  position: relative;
  line-height: 60px;
}

.ls-nav .ls-nav-items.current {
  background-color: #46b036;
}

.ls-nav .ls-nav-items a {
  color: #fff;
}

.ls-nav .menu {
  border-top: 2px solid #46b036;
  background-color: #0f9c3c;
  position: absolute;
  left: 0;
  width: 133.33px;
  top: 100%;
  display: none;
  z-index: 99999;
}

.ls-nav .menu li {
  line-height: 40px;
}

.ls-nav li:hover {
  background-color: #46b036;
}
.erwm{

}
.erwm>div{
  float: left;
  margin-left: 10px;
  width: 96px;
  text-align: center;
  border:1px solid #ccc;
  border-radius: 6px;
  padding: 4px 0;
}
.erwm>div>img{
  width: 69px;
}
.erwm>div>p{
  width: 100%;
  font-size: 12px;
}
/* =====底部====== */
.bottom{
  width: 100%;
  background-color: #0f9c3c;
  height: 210px;
}
.bottom-center{
  padding-left: 226px;
  padding-right: 274px;
  padding-top: 30px;
  padding-bottom: 28px;
}
.bottom .bottom-left{
  text-align: center;
  width: 95px;
}
.bottom .bottom-left .icons{
  margin-top: 10px;
}
.bottom .bottom-left .icons a{
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  transition: .3s all;
  vertical-align: middle;
  margin: 0 5px;
  opacity: .6;
}
.bottom .bottom-left .icons a:nth-of-type(2){
  line-height: 24px;
  font-size:20px;

}
.bottom .bottom-left .icons a:hover{
  border-radius: 50%;
  background-color: #fff;
  color: #0f9c3c;
  opacity: 1;
}
.bottom .bottom-right{
  color:#fff;
}
.bottom .bottom-right p{
  height: 38px;
}
.bottom-copy{
  width: 100%;
  background-color: #0c8133;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: rgba(255, 255, 255, .8)
}
.all-k-title{
  font-size: 22px;
  text-align: center;
  color: #444;
}