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

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}

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: 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,
.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 #184987;
  padding: 0.5em 2em;
  color: #184987;
  -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: #184987;
  color: #fff;
}

.banner {
  width: 100%;
  height: 920px;
}

.banner header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.banner header .cont {
  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;
  padding-top: 18px;
}

.banner header .cont .logo {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

.banner header .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1111;
  margin-left: auto;
}

.banner header .cont ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  text-align: center;
  margin-left: 48px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

.banner header .cont ul li:first-child {
  margin-left: 0;
}
.banner header .cont ul li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.banner header .cont ul li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.banner header .cont ul li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.banner header .cont ul li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner header .cont ul li:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.banner header .cont ul li:nth-child(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.banner header .cont ul li:nth-child(7) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.banner header .cont ul li:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.banner header .cont ul li::before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  display: block;
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.banner header .cont ul li>a {
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  display: block;
  white-space: nowrap;
}

.banner header .cont ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 45px;
  left: 50%;
  min-width: 100%;
  min-width: 120px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.banner header .cont ul li.active::before {
  width: 100%;
}

.banner header .cont ul li:hover::before {
  width: 100%;
}

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

.banner .swiper-wrapper .swiper-slide .cont {
  height: 100%;
  padding-top: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner .swiper-wrapper .swiper-slide .cont .left-text h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 36px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner .swiper-wrapper .swiper-slide .cont .left-text p {
  color: #d0d0d0;
  font-size: 32px;
  line-height: 1;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner .swiper-wrapper .swiper-slide .cont .right-text {
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  justify-self: flex-end;
  margin-bottom: 175px;
}

.banner .swiper-wrapper .swiper-slide .cont .right-text h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 6px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.banner .swiper-wrapper .swiper-slide .cont .right-text h3 span {
  font-size: 24px;
}

.banner .swiper-wrapper .swiper-slide .cont .right-text p {
  color: #d2d2d2;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.banner .swiper-wrapper .swiper-slide .cont .right-text p span {
  font-size: 16px;
}

.banner .swiper-wrapper .swiper-slide .cont .right-text p:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.banner .swiper-wrapper .swiper-slide .cont .right-text p:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

footer .foot-nav {
  background-color: #184987;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .foot-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .foot-nav ul li {
  margin: 0 1rem;
}

footer .foot-nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 4;
}

footer .information {
  background-color: #184987;
  padding: 66px 0;
}

footer .information .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .information .cont .left .en {
  color: #e1e1e1;
  font-size: 24px;
  font-weight: bold;
  -webkit-transform: scaleY(0.85);
  -ms-transform: scaleY(0.85);
  transform: scaleY(0.85);
  text-transform: uppercase;
  margin-top: 12px;
  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;
  margin-top: 0.5em;
}

footer .information .cont .left p img {
  margin-right: 1em;
}

footer .information .cont .middle {
  text-align: center;
  margin-left: 50px;
}

footer .information .cont .middle img {
  width: 133px;
  height: 133px;
  padding: 10px;
  background-color: #fff;
}

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

footer .information .cont .right {
  width: 460px;
  margin-left: auto;
}

footer .information .cont .right .forms form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .information .cont .right .forms form .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .information .cont .right .forms form .inputs input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 1em;
  line-height: 40px;
  border: 1px solid #577aa7;
  background-color: #1e426f;
  color: rgba(255, 255, 255, 0.52);
}

footer .information .cont .right .forms form .inputs input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

footer .information .cont .right .forms form .inputs input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

footer .information .cont .right .forms form .inputs input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

footer .information .cont .right .forms form .inputs input::-ms-input-placeholder {
  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: 1px solid #577aa7;
  background-color: #1e426f;
  color: rgba(255, 255, 255, 0.52);
  padding: 0 1em;
  margin-top: 18px;
}

footer .information .cont .right .forms form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

footer .information .cont .right .forms form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

footer .information .cont .right .forms form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

footer .information .cont .right .forms form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

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: #184987;
  border: none;
  border-radius: 0;
  margin-top: 18px;
  font-size: 16px;
  background-color: #fff;
}

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

footer .cr a {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  text-decoration: underline;
}