@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_tkvyjhcaqbl.eot');
  src: url('//at.alicdn.com/t/font_995532_tkvyjhcaqbl.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_tkvyjhcaqbl.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_tkvyjhcaqbl.woff') format('woff'), url('//at.alicdn.com/t/font_995532_tkvyjhcaqbl.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_tkvyjhcaqbl.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
}
header .top {
  line-height: 29px;
  background-color: #efefef;
}
header .top .cont p {
  color: #7e7e7e;
  font-size: 14px;
}
header .mid {
  text-align: justify;
  height: 124px;
}
header .mid .logo {
  float: left;
  margin-top: 32px;
}
header .mid .tel {
  float: right;
  line-height: 28px;
  margin-top: 49px;
}
header .mid .tel .iconfont {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-color: #01983e;
  border-radius: 4px;
  color: #ffffff;
  line-height: 28px;
}
header .mid .tel p {
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 16px;
}
header .mid .tel span {
  vertical-align: middle;
  color: #ff8400;
  font-size: 26px;
  font-weight: bold;
}
header nav {
  width: 100%;
  height: 53px;
  background-color: #01983e;
}
header nav ul {
  font-size: 0px;
}
header nav ul li {
  display: inline-block;
  text-align: center;
  line-height: 53px;
  height: 53px;
  padding: 0 53px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
header nav ul li a {
  color: #ffffff;
  font-size: 16px;
}
header nav ul li:hover,
header nav ul li.on {
  background-color: #3cbc4e;
}
.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd li img {
  /* width: 100%; */
  vertical-align: top;
}
.banner .hd {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner .hd ul {
  text-align: center;
}
.banner .hd ul li {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
  background: #ffffff;
  opacity: 0.38;
  filter: alpha(opacity=38);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.banner .hd ul li.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-search {
  width: 100%;
  height: 53px;
  line-height: 53px;
  background-color: #01983e;
}
.index-search .cont {
  font-size: 0;
}
.index-search .cont .recommend {
  float: left;
  height: 53px;
}
.index-search .cont .recommend p {
  display: inline-block;
  background-color: #3cbc4e;
  color: #ffffff;
  font-size: 14px;
  padding: 0 20px;
  margin-right: 10px;
}
.index-search .cont .recommend a {
  color: #ffffff;
  font-size: 14px;
  margin: 0 10px;
}
.index-search .cont .search-box {
  float: right;
}
.index-search .cont .search-box input {
  vertical-align: middle;
  color: #b0b0b0;
  font-size: 14px;
  text-indent: 1em;
  width: 235px;
  height: 33px;
  border: 1px solid #e4e4e4;
  border-right: none;
  background-color: #fff;
}
.index-search .cont .search-box button {
  width: 80px;
  height: 33px;
  vertical-align: middle;
  background-color: #4a4a4a;
  color: #ffffff;
  font-size: 14px;
  border: none;
}
footer {
  background-color: #313131;
  margin-top: 85px;
}
footer .cont .foot-nav {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #01983e;
  padding-left: 37px;
}
footer .cont .foot-nav p {
  display: inline-block;
  vertical-align: middle;
  color: #87c590;
  font-size: 16px;
  margin-right: 34px;
}
footer .cont .foot-nav p span {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-right: 12px;
}
footer .cont .foot-nav ul {
  display: inline-block;
}
footer .cont .foot-nav ul li {
  display: inline-block;
  margin: 0 34px;
}
footer .cont .foot-nav ul li a {
  color: #ffffff;
  font-size: 16px;
}
footer .cont .foot-tel {
  text-align: center;
  line-height: 42px;
  margin-top: 30px;
}
footer .cont .foot-tel .iconfont {
  font-size: 42px;
  color: #656565;
  vertical-align: middle;
}
footer .cont .foot-tel .s1 {
  color: #818181;
  font-size: 14px;
  vertical-align: middle;
}
footer .cont .foot-tel .s2 {
  color: #ffe400;
  font-size: 30px;
  vertical-align: middle;
}
footer .cont .contact {
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}
footer .cr {
  line-height: 50px;
  border-top: 1px solid #404040;
  color: #6d6d6d;
  font-size: 14px;
  text-align: center;
  margin-top: 22px;
}
.crumb {
  background: #f1f6ff;
  height: 63px;
}
.crumb .cont {
  width: 1200px;
  margin: 0 auto;
  line-height: 63px;
  color: #666666;
  font-size: 16px;
}
.crumb .cont .iconfont {
  font-size: 28px;
  margin-right: 10px;
  line-height: 63px;
}
.crumb .cont a {
  color: #666666;
  font-size: 16px;
  line-height: 63px;
}
.float {
  position: fixed;
  width: 150px;
  height: 547px;
  background: url(../images/float.png) no-repeat center center;
  left: 0;
  top: 50%;
  margin-top: -273.5px;
  text-align: center;
}
.float .top {
  text-align: center;
  padding: 18px 0;
  border-bottom: 2px solid #ffffff;
}
.float .top .iconfont {
  font-size: 44px;
  color: #ffffff;
  line-height: 1;
}
.float .top p {
  color: #fefefe;
  font-size: 24px;
}
.float ul {
  text-align: center;
  margin-top: 10px;
}
.float ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 107px;
  margin: 0 auto;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.float ul li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 44px;
}
.float .wechat {
  display: inline-block;
  padding: 8px;
  border-radius: 3px;
  background: #ffffff;
  margin-top: 13px;
}
.float .wechat img {
  display: block;
  width: 116px;
  height: 116px;
}
.float .wechat p {
  color: #333333;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 9px;
}
.float .go-top {
  color: #ffffff;
  font-size: 14px;
  margin-top: 16px;
  cursor: pointer;
}
.float .go-top .iconfont {
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  background: #ffffff;
  color: #646ae8;
  margin-right: 7px;
}
.banner{
width: 100%!important;
}
.banner .bd{
	height: 583px;
}
.banner .bd ul li{
	position: relative;
	height: 583px;
}
.banner .bd ul li a{
	width: 100%;
	height: 583px;
	display: block;
}
.banner .bd ul li img{
	position: absolute;
/* 	left: 50%;
	transform: translateX(-50%); */
}
/* @media screen and (max-width:1440px) {
	.banner{
		width:1440px;
	}
} */