.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997E;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
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;
  font-family: "Microsoft YaHei";
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
:root nav,
:root button,
:root .mask,
:root .refer {
  filter: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
header .top {
  height: 106px;
  width: 1200px;
  margin: 0 auto;
}
header .top .logo {
  float: left;
  padding-top: 21px;
}
header .top .line {
  float: left;
  width: 1px;
  height: 57px;
  border-left: 1px dashed #7d7d7d;
  margin: 24px 29px 0;
}
header .top > p {
  float: left;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  padding-top: 22px;
}
header .top .tel {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  /*margin-top: 25px;*/
}
header .top .tel .iconfont {
  display: inline-block;
  font-size: 55px;
  color: #279c55;
  margin-right: 10px;
}
header .top .tel .info {
  display: inline-block;
}
header .top .tel .info p {
  color: #333333;
  font-size: 16px;
}
header .top .tel .info span {
  color: #ff9600;
  font-size: 26px;
  font-weight: bold;
}
header nav {
  width: 100%;
  height: 50px;
  background: #279c55;
}
header nav > ul {
  width: 1200px;
  margin: 0 auto;
  display: table;
}
header nav > ul > li {
  display: table-cell;
  text-align: center;
  height: 50px;
  position: relative;
}
header nav > ul > li .sub {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 130px;
  background: #fff;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
header nav > ul > li .sub > a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
}
header nav > ul > li .sub > a:hover {
  background: #fff600;
}
header nav > ul > li:hover .sub {
  display: block;
}
header nav > ul > li a {
  font-size: 16px;
  color: #333333;
}
header nav > ul > li > a {
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav > ul > li:hover > a,
header nav > ul > li.on > a {
  color: #fff600;
}
.page {
  margin: 66px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev a {
  line-height: 26px;
}
.page ul li.next a {
  line-height: 26px;
}
.page ul .num.on,
.page ul .num:hover {
  background: #279c55;
  border-color: #279c55;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #ffffff;
}
footer {
  background: #3c3c3c;
}
footer .top {
  height: 202px;
  border-bottom: 1px solid #696969;
}
footer .top .cont {
  width: 1200px;
  margin: 0 auto;
}
footer .top .cont .foot-nav {
  float: left;
  font-size: 0px;
  margin-top: 41px;
}
footer .top .cont .foot-nav dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 56px;
}
footer .top .cont .foot-nav dl dt {
  line-height: 30px;
}
footer .top .cont .foot-nav dl dt a {
  color: #f2f2f2;
  font-size: 16px;
}
footer .top .cont .foot-nav dl dd {
  line-height: 30px;
}
footer .top .cont .foot-nav dl dd a {
  color: #cfcfcf;
  font-size: 13px;
}
footer .top .cont .wechat {
  float: right;
  margin-top: 20px;
}
footer .top .cont .wechat img {
  display: block;
  width: 136px;
  height: 136px;
}
footer .top .cont .wechat p {
  color: #cacaca;
  font-size: 13px;
  line-height: 43px;
}
footer .bot {
  line-height: 58px;
  height: 58px;
  width: 1200px;
  margin: 0 auto;
}
footer .bot .links {
  float: left;
  font-size: 0px;
  line-height: 58px;
  height: 58px;
}
footer .bot .links span {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
footer .bot .links a {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  color: #888888;
  font-size: 13px;
}
footer .bot p {
  float: right;
  color: #e3e3e3;
  font-size: 13px;
}
.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;
}
#content {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.ny-banner {
  width: 100%;
  height: 168px;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #E2E2E2;
}
.paging li.active a,
.paging li:hover a {
  background: #279c55 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
