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;
  max-width: 100%;
}

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

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: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(rgba(22, 64, 147, 0.5), rgba(22, 64, 147, 0));
}

header .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .cont ul {
  display: flex;
}

header .cont ul li {
  line-height: 50px;
  position: relative;
  flex: 1;
  text-align: center;
  transition: all 0.33s linear;
}

header .cont ul li>a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 95px;
  padding: 0 10px;
  text-wrap: nowrap;
  white-space: nowrap;
  transition: all 0.33s linear;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

header .cont ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 95px;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0094d0;
}

header .cont ul li .drop a {
  display: block;
  line-height: 3;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

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

header .cont ul li.active>a {
  color: #0094d0;
}

header .cont ul li:hover>a {
  color: #0094d0;
}

header .cont .contact {
  color: #0094d0;
  font-size: 16px;
  line-height: 1;
  padding: 0.75em 2em;
  border: 1px solid #0094d0;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  transition: all 0.5s linear;
}

header .cont .contact:hover {
  background-color: #0094d0;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 21px;
  border-bottom-left-radius: 21px;
}

.banner {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 962px; */
  max-width: 1920px;
  background: #fff;
  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 {
  position: relative;
  z-index: 5;
  background-color: #f1f1f1;
}

footer .foot-nav {
  background-color: #0094d0;
}

footer .foot-nav .cont {
  display: flex;
}

footer .foot-nav .cont li {
  flex: 1;
  text-align: center;
}

footer .foot-nav .cont li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 2.5;
}

footer .information .cont {
  display: flex;
  padding: 40px 0 30px;
  justify-content: space-around;
}

footer .information .cont .info h2 {
  color: #494949;
  font-size: 30px;
}

footer .information .cont .info h3 {
  color: #494949;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

footer .information .cont .info p {
  color: #494949;
  font-size: 20px;
  line-height: 2;
  display: flex;
  align-items: center;
}

footer .information .cont .info p .icon {
  margin-right: 10px;
  width: 32px;
  text-align: center;
}

footer .information .cont .wechats {
  text-align: center;
}

footer .information .cont .wechats img {
  width: 130px;
  height: 130px;
  padding: 3px;
  background-color: #fff;
}

footer .information .cont .wechats p {
  color: #494949;
  font-size: 14px;
  line-height: 1;
  margin-top: 0.5em;
}

footer .information .cont .wechats span {
  color: #494949;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

footer .information .cont .wechats h4 {
  color: #0094d0;
  font-size: 18px;
  font-weight: bold;
}

footer .cr {
  background-color: #e0e0e0;
  margin-top: auto;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
}

footer .cr a {
  color: #333;
  text-decoration: underline;
}

.float-wechat {
  position: fixed;
  right: 0;
  top: 30%;
  background-color: #fff;
  padding: 4px;
  width: 128px;
  height: 128px;
  z-index: 111111;
  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);
}