.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;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}
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;
}
.cont {
  width: 1220px;
  margin: 0 auto;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l4 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l5 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l6 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
li .pic {
  overflow: hidden;
}
li .pic img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .top {
  line-height: 33px;
  background-color: #dddddd;
}
header .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .top .cont span {
  color: #737373;
  font-size: 14px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
header .top .cont p {
  margin-left: auto;
  color: #060909;
  font-size: 14px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
header .top .cont p a {
  color: #060909;
  font-size: 14px;
  margin: 0 0.5em;
}
header .middle .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}
header .middle .cont .logo {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: flipInX;
}
header .middle .cont .contact {
  margin-left: auto;
  padding-left: 69px;
  display: flex;
  align-items: center;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: flipInX;
  background: url(../images/tel.png) no-repeat left center;
}
header .middle .cont .contact h3 {
  color: #00479d;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}
header .nav {
  background-color: #00479d;
}
header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .nav ul li {
  line-height: 60px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .nav ul li > a {
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 58px;
  left: 0;
  width: 300px;
}
header .nav ul li .drop a {
  display: block;
  line-height: 52px;
  color: #6d6d6d;
  font-size: 17px;
  white-space: nowrap;
  background-color: #fff;
  margin-top: 2px;
  padding: 0 24px;
  text-align: left;
  display: flex;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .nav ul li .drop a:hover {
  background: #7ac53e;
  color: #fff;
}
header .nav ul li .drop a:hover span {
  color: #fff;
}
header .nav ul li .drop a span {
  margin-left: auto;
  font-size: 32px;
  font-weight: lighter;
  line-height: 52px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .nav ul li .drop a:last-child {
  border: none;
}
header .nav ul li.active {
  background-color: #7ac53e;
}
header .nav ul li:hover {
  background-color: #7ac53e;
}
.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}
.banner .hd ul li {
  margin: 0 6px;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.banner .hd ul li.on {
  width: 42px;
}
footer .foot-nav {
  line-height: 56px;
  background-color: #00479d;
}
footer .foot-nav ul {
  display: flex;
}
footer .foot-nav ul li {
  flex: 1;
  text-align: center;
}
footer .foot-nav ul li a {
  color: #fff;
  font-size: 17px;
}
footer .information .cont {
  display: flex;
  padding: 30px 0;
}
footer .information .cont .left .info {
  display: flex;
  margin-top: 2em;
}
footer .information .cont .left .info span {
  color: #5d5d5d;
  font-size: 16px;
  margin-right: 1em;
}
footer .information .cont .left .info span img {
  margin-right: 1em;
}
footer .information .cont .wechat {
  margin-left: auto;
  display: flex;
  align-items: center;
}
footer .information .cont .wechat span {
  color: #333;
  font-size: 16px;
  width: 16px;
  line-height: 1.2;
  text-align: center;
  margin-right: 0.5em;
}
footer .information .cont .wechat img {
  width: 150px;
  height: 150px;
  padding: 5px;
  background-color: #eeeeee;
}
footer .cr {
  background-color: #eeeeee;
  margin-top: auto;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
}
footer .cr a {
  color: #333;
  text-decoration: underline;
}
