.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-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: 80%;
  max-width: 1536px;
  min-width: 1200px;
  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 {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.23);
}

header .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .cont .nav {
  margin-left: auto;
}

header .cont .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .cont .nav ul li {
  position: relative;
  text-align: center;
}

header .cont .nav ul li>a {
  color: #333;
  font-size: 16px;
  line-height: 102px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 1em;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

header .cont .nav ul li>a::before {
  width: 0;
  height: 4px;
  right: 0;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background-color: #214ca1;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

header .cont .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 102px;
  left: 50%;
  min-width: 100%;
  padding: 5px 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1d54b5;
  line-height: 82px;
}

header .cont .nav ul li .drop a {
  display: block;
  line-height: 3;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  border-bottom: 1px solid #aaa;
}

header .cont .nav ul li .drop a:last-child {
  border: none;
}

header .cont .nav ul li.active>a {
  color: #214ca1;
}

header .cont .nav ul li.active>a::before {
  width: 100%;
  left: 0;
}

header .cont .nav ul li:hover>a {
  color: #214ca1;
}

header .cont .nav ul li:hover>a::before {
  width: 100%;
  left: 0;
}

.banner {
  width: 100%;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.banner .swiper-pagination-bullet-active {
  background: #214ca1;
}

.banner .swiper-wrapper {
  width: 100%;
}

.banner .swiper-wrapper .swiper-slide {
  width: 100%;
}

.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}

footer {
  padding: 30px 0 21px;
  background-color: #262626;
}

footer .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .cont .info {
  margin-left: auto;
  text-align: right;
}

footer .cont .info .foot-nav {
  font-size: 0;
  margin-bottom: 7px;
}

footer .cont .info .foot-nav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0 0.5em;
  font-weight: lighter;
  border-left: 1px solid #ddd;
}

footer .cont .info .foot-nav a:first-child {
  border: none;
  padding-left: 0;
}

footer .cont .info .foot-nav a:last-child {
  padding-right: 0;
}

footer .cont .info p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  font-weight: lighter;
}

footer .cont .info p a {
  color: #fff;
}