.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;
}
li .pic,
.swiper-slide .pic {
  overflow: hidden;
}
li .pic img,
.swiper-slide .pic img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
li:hover .pic img,
.swiper-slide:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.more-btn {
  line-height: 1;
  border: 1px solid #0667cc;
  padding: 0.5em 2em;
  color: #0667cc;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.more-btn:hover {
  background-color: #0667cc;
  color: #fff;
}
.show {
  display: block;
}
.hide {
  display: none;
}
header {
  width: 100%;
  height: 80px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: rgba(255, 255, 255, 0.16);
}
header .cont {
  height: 100%;
  display: flex;
  align-items: center;
}
header .cont .logo {
  display: flex;
  align-items: center;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInDown;
}
header .cont .logo .text {
  margin-left: 16px;
}
header .cont .logo .text h3 {
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .cont .logo .text span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .cont #nav {
  display: flex;
  margin-left: 100px;
}
header .cont #nav li {
  position: relative;
}
header .cont #nav li::before {
  width: 0;
  height: 4px;
  right: 0;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background-color: #0667cc;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}
header .cont #nav li > a {
  color: #333;
  font-size: 18px;
  line-height: 80px;
  display: block;
  padding: 0 20px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInDown;
}
header .cont #nav li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 80px;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .cont #nav li .drop a {
  display: block;
  line-height: 3;
  color: #fff;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 1em;
  background-color: #0667cc;
  border-bottom: 1px solid #e5e5e5;
}
header .cont #nav li .drop a:last-child {
  border: none;
}
header .cont #nav li.active::before {
  width: 100%;
  left: 0;
}
header .cont #nav li:hover::before {
  width: 100%;
  left: 0;
}
header .cont #nav li:nth-child(1) a {
  animation-delay: 0.3s;
}
header .cont #nav li:nth-child(2) a {
  animation-delay: 0.4s;
}
header .cont #nav li:nth-child(3) a {
  animation-delay: 0.5s;
}
header .cont #nav li:nth-child(4) a {
  animation-delay: 0.6s;
}
header .cont #nav li:nth-child(5) a {
  animation-delay: 0.7s;
}
header .cont #nav li:nth-child(6) a {
  animation-delay: 0.8s;
}
header .cont .contact {
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
header .cont .contact .iconfont {
  font-size: 32px;
  margin-right: 12px;
  animation-name: swing;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .cont .contact span {
  font-weight: bold;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header.fixed {
  background: #fcfcfc;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4) inset;
}
header.fixed .cont .logo .text h3 {
  color: #333;
}
header.fixed .cont .logo .text span {
  color: #333;
}
header.fixed .cont #nav li::before {
  border-bottom-color: #0667cc;
}
header.fixed .cont #nav li > a {
  color: #333;
}
header.fixed .cont #nav li .drop {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
header.fixed .cont #nav li .drop a {
  color: #333;
  background-color: #fff;
}
header.fixed .cont .contact .iconfont {
  color: #0667cc;
}
header.fixed .cont .contact span {
  color: #333;
}
.banner {
  width: 100%;
  height: 702px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.banner .swiper-pagination-bullet-active {
  background: #0667cc;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
footer .foot-nav {
  background-color: #1f2229;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .foot-nav ul {
  display: flex;
}
footer .foot-nav ul li {
  margin-right: 2em;
}
footer .foot-nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 4;
}
footer .information {
  background-color: #1f2229;
  padding: 42px 0;
}
footer .information .cont {
  display: flex;
  justify-content: space-between;
}
footer .information .cont .left .en {
  color: #e1e1e1;
  font-size: 24px;
  font-weight: bold;
  transform: scaleY(0.85);
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 6px;
}
footer .information .cont .left > span {
  color: #fff;
  font-size: 16px;
}
footer .information .cont .left .line {
  width: 46px;
  height: 2px;
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
}
footer .information .cont .left p {
  color: #fff;
  font-size: 14px;
  line-height: 3;
}
footer .information .cont .left p img {
  margin-right: 1em;
}
footer .information .cont .middle {
  text-align: center;
}
footer .information .cont .middle img {
  width: 132px;
  height: 132px;
  padding: 4px;
  border-radius: 5px;
  background-color: #fff;
}
footer .information .cont .middle p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 1em;
}
footer .information .cont .right {
  width: 420px;
}
footer .information .cont .right .forms form {
  display: flex;
  flex-direction: column;
}
footer .information .cont .right .forms form .inputs {
  display: flex;
}
footer .information .cont .right .forms form .inputs input {
  flex: 1;
  text-indent: 1em;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.52);
}
footer .information .cont .right .forms form .inputs input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}
footer .information .cont .right .forms form .inputs input:nth-child(2) {
  margin-left: 18px;
}
footer .information .cont .right .forms form textarea {
  width: 100%;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.52);
  padding: 0 1em;
  margin-top: 18px;
}
footer .information .cont .right .forms form textarea::placeholder {
  color: rgba(255, 255, 255, 0.52);
}
footer .information .cont .right .forms form button {
  width: 100%;
  height: 42px;
  color: #0667cc;
  border: none;
  border-radius: 0;
  margin-top: 18px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
}
footer .cr {
  background-color: #191c21;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 1em 0;
}
footer .cr a {
  color: #fff;
  opacity: 0.5;
  text-decoration: underline;
}
