.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;
  text-overflow: ellipsis;
}

.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;
}

.text-ellipsis-l4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l6 {
  display: -webkit-box;
  overflow: hidden;
  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 {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.43);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.43);
}

header .top {
  line-height: 32px;
  border-bottom: 1px solid #e3e3e3;
}

header .top .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .top .cont p {
  color: #333333;
  font-size: 14px;
}

header .top .cont p span {
  color: #ff0012;
  margin-right: 1em;
}

header .middle {
  border-bottom: 5px solid #ff0012;
}

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

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

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

header .middle .cont .nav ul li {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

header .middle .cont .nav ul li>a {
  color: #333;
  font-size: 16px;
  line-height: 96px;
  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 .middle .cont .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 96px;
  left: 50%;
  min-width: 100%;
  padding: 5px 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff0012;
}

header .middle .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 .middle .cont .nav ul li .drop a:last-child {
  border: none;
}

header .middle .cont .nav ul li.active {
  background-color: #ff0012;
}

header .middle .cont .nav ul li.active>a {
  color: #fff;
}

header .middle .cont .nav ul li:hover {
  background-color: #ff0012;
}

header .middle .cont .nav ul li:hover>a {
  color: #fff;
}

.banner {
  width: 100%;
}

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

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

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

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

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

footer {
  width: 100%;
  height: 389px;
  background: url(../images/bg1.jpg) repeat-x center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .cont {
  padding: 40px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

footer .cont .pics .we {
  width: 150px;
  height: 150px;
  padding: 4px;
  margin-left: 40px;
  background-color: #fff;
}

footer .cont .contact {
  margin-top: auto;
}

footer .cont .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .cont .contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .cont .contact ul li .iconfont {
  font-size: 52px;
  color: #fff;
}

footer .cont .contact ul li .text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.33;
  margin-left: 16px;
}

footer .cont .contact ul li .text a {
  color: #fff;
  text-decoration: underline;
}

footer .cr {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 1em 0;
}