﻿.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%;
}
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: 75vw;
  max-width: 1440px;
  min-width: 1152px;
  margin: 0 auto;
}
li .pic {
  overflow: hidden;
}
li .pic img {
  transition: all 0.5s linear;
}
li:hover .pic img {
  transform: scale(1.1);
}
.text-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
header {
  width: 100%;
  background-color: #fff;
}
header > .navs .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header > .navs .cont .logo img {
  transition: all 0.33s linear;
}
header > .navs .cont .logo:hover img {
  transform: scale(1.1);
}
header > .navs .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header > .navs .cont ul li {
  position: relative;
  text-align: center;
  line-height: 78px;
}
header > .navs .cont ul li > a {
  display: block;
  color: #333333;
  font-size: 16px;
  padding: 0 12px;
  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;
}
header > .navs .cont ul li > a .iconfont {
  margin-left: 5px;
}
header > .navs .cont ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(15, 31, 77, 0.8);
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
header > .navs .cont ul li .drop a {
  display: block;
  line-height: 3;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 1em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header > .navs .cont ul li .drop a:last-child {
  border: none;
}
header > .navs .cont ul li::before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  background-color: #2d693c;
  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;
}
header > .navs .cont ul li:hover > a {
  color: #2d693c;
}
header > .navs .cont ul li:hover::before {
  width: 100%;
  left: 0;
}
header > .navs .cont ul li.active > a {
  color: #2d693c;
}
header > .navs .cont ul li.active::before {
  width: 100%;
  left: 0;
}
header > .navs .cont .tel {
  color: #0f1f4d;
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
}
header > .navs .cont .tel img {
  margin-right: 16px;
}
.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: 16px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}
.banner .hd ul li {
  zoom: 1;
  width: 50px;
  height: 4px;
  font-size: 0;
  margin: 0 6px;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.banner .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  right: 0;
  background-color: #2d693c;
  z-index: 1;
  transition: all 3s linear;
  -o-transition: all 3s linear;
  -ms-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -webkit-transition: all 3s linear;
}
.banner .hd ul li.on::before {
  width: 100%;
  left: 0;
}
footer {
  background-color: #5b5b5b;
}
footer .cont .top {
  padding: 60px 0;
  display: flex;
}
footer .cont .top .foot-nav {
  display: flex;
  flex: 1;
}
footer .cont .top .foot-nav dl {
  margin-right: 5%;
}
footer .cont .top .foot-nav dl:last-child {
  margin-right: 0;
}
footer .cont .top .foot-nav dl dt a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
footer .cont .top .foot-nav dl dd {
  margin-top: 1em;
}
footer .cont .top .foot-nav dl dd a {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 1;
}
footer .cont .top .contact .con {
  line-height: 2.5;
  display: flex;
  align-items: center;
}
footer .cont .top .contact .con .icon {
  width: 32px;
  margin-right: 10px;
  text-align: center;
}
footer .cont .top .contact .con span {
  color: #ffffff;
  font-size: 20px;
}
footer .cr {
  margin-top: auto;
  color: #848484;
  font-size: 16px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .cr a {
  color: #848484;
  text-decoration: underline;
}
