ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
input,
textarea {
  font-size: 14px;
  color: #333;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  /*border: 1px solid rgba(77, 132, 255, 0.6)!important;	box-shadow: 0 0 5px rgba(77, 132, 255, 0.6);*/
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
a {
  text-decoration: none;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.lf {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.rf {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.fb {
  font-weight: bold;
}
.font-active {
  color: #059669 !important;
}
.font-warn {
  color: #f96c3c;
}
.clearfloat:after {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}
.marginTop30 {
  margin-top: 30px;
}
.marginRight30 {
  margin-right: 30px;
}
.marginRight40 {
  margin-right: 40px;
}
.marginRight53 {
  margin-right: 53px;
}
.marginRight107 {
  margin-right: 107px;
}
.marginRight108 {
  margin-right: 108px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
#kxlogo a {
  display: block !important;
  margin: 0 auto;
}
.select2-dropdown {
  z-index: 99999 !important;
}

.env-item-tag span {
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #059669;
}

.env-item-introduce {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
  text-align: justify;
  text-justify: inter-character;
}

@charset "utf-8";
/* CSS Document */
/*中间区域*/

/*<==================================================>*/

/*中间轮播图区域*/

.content_middle {
  width: 100%;
  height: 440px;
  margin: 0px auto;
  position: relative;
  border: 1px solid #ccc;
}

.common_da {
  width: 100%;
  height: 100%;
  position: absolute;
}
.content_middle:hover .common {
  display: block;
}
/*左右切换图标*/
.content_middle .common {
  display: block;
  width: 50px;
  height: 100px;
  position: absolute;
  z-index: 25;
  top: 72%;
  margin-top: -50px;
  display: none;
}
.content_middle .btnLeft {
  opacity: 0.5;
  left: 0px;
  top: 50%;
  background: url(../images/banner/sprite.png) no-repeat;
}
.content_middle .btnRight {
  opacity: 0.5;
  right: 0px;
  top: 50%;
  background: url(../images/banner/sprite.png) no-repeat -60px 0;
}
/*左右切换图标*/
.content_middle ul li {
  width: 100%;
  height: 440px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  margin: 0px auto;
}

/*切换小图标*/

.content_middle .table {
  width: 700px;
  height: 33px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
  margin-left: -200px;
  line-height: 24px;
}
.content_middle .table a {
  display: inline-block;
  float: left;
  width: 115px;
  height: 33px;
  color: #404040;
  background: #e3dee1;
  opacity: 0.8;
  text-align: center;
  line-height: 33px;
  margin-left: 3px;
  border-radius: 5px;
}
.content_middle .table a:hover {
  font-size: 12px;
}

.content_middle .table a.small_active {
  background: #ff8800;
  color: #fff;
}
