.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;
  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: 75%;
  max-width: 1400px;
  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,
.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 #00adb8;
  padding: 0.5em 2em;
  color: #00adb8;
  -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: #00adb8;
  color: #fff;
}

header {
  width: 100%;
  z-index: 1000;
  position: relative;
}

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

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

header .top .cont span {
  color: #9c9c9c;
  font-size: 12px;
  -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: slideInDown;
  animation-name: slideInDown;
}

header .top .cont p {
  margin-left: auto;
  color: #b1b1b1;
  font-size: 14px;
  -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: slideInDown;
  animation-name: slideInDown;
}

header .top .cont p a {
  color: #b1b1b1;
  font-size: 14px;
  margin: 0 0.5em;
}

header .middle {
  padding: 15px 0;
}

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

header .middle .cont .logo {
  -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;
}

header .middle .cont .line {
  width: 2px;
  height: 102px;
  margin: 0 21px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 210, 0)), color-stop(#d2d2d2), to(rgba(210, 210, 210, 0)));
  background-image: -o-linear-gradient(rgba(210, 210, 210, 0), #d2d2d2, rgba(210, 210, 210, 0));
  background-image: linear-gradient(rgba(210, 210, 210, 0), #d2d2d2, rgba(210, 210, 210, 0));
}

header .middle .cont .text {
  -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;
}

header .middle .cont .text h3 {
  color: transparent;
  font-size: 34px;
  font-weight: bold;
  background-image: -o-linear-gradient(left, #007aa8, #034693);
  background-image: -webkit-gradient(linear, left top, right top, from(#007aa8), to(#034693));
  background-image: linear-gradient(to right, #007aa8, #034693);
  -webkit-background-clip: text;
}

header .middle .cont .text span {
  font-size: 24px;
  color: transparent;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#a8bed1), color-stop(#2c6d98), color-stop(#a8bed1), to(#2c6d98));
  background-image: -o-linear-gradient(left, #a8bed1, #2c6d98, #a8bed1, #2c6d98);
  background-image: linear-gradient(to right, #a8bed1, #2c6d98, #a8bed1, #2c6d98);
}

header .middle .cont .contact {
  margin-left: auto;
  padding-left: 84px;
  -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;
  background: url(../images/tel.png) no-repeat left center;
}

header .middle .cont .contact p {
  color: #1d73b3;
  font-size: 20px;
  font-weight: bold;
}

header .middle .cont .contact span {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

header .nav {
  background-color: #00a7f1;
}

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

header .nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  text-align: center;
}

header .nav ul li>a {
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  display: block;
}

header .nav ul li .drop {
  top: 56px;
  left: 50%;
  display: none;
  min-width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .nav ul li .drop a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 3;
  background-color: #00a7f1;
  border-bottom: 1px solid #e5e5e5;
}

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

.banner {
  width: 100%;
}

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

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

.banner .swiper-wrapper .swiper-slide {
  width: 100%;
}
.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    -webkit-transform: translateX(-20%) translateZ(0) scaleY(0.5);
    transform: translateX(-20%) translateZ(0) scaleY(0.5);
  }

  100% {
    -webkit-transform: translateX(-40%) translateZ(0) scaleY(1);
    transform: translateX(-40%) translateZ(0) scaleY(1);
  }
}

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    -webkit-transform: translateX(-20%) translateZ(0) scaleY(0.5);
    transform: translateX(-20%) translateZ(0) scaleY(0.5);
  }

  100% {
    -webkit-transform: translateX(-40%) translateZ(0) scaleY(1);
    transform: translateX(-40%) translateZ(0) scaleY(1);
  }
}

footer .colors {
  position: relative;
  width: 100%;
  height: 119px;
}

footer .colors .c1 {
  width: 200%;
  height: 121px;
  bottom: 0;
  position: absolute;
  z-index: 3;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: move_wave 4s infinite linear alternate;
  animation: move_wave 4s infinite linear alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background: url(../images/c1.png) repeat-x center center;
  background-size: 100 121px;
}

footer .colors .c2 {
  width: 200%;
  height: 159px;
  bottom: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: move_wave 8s infinite linear alternate;
  animation: move_wave 8s infinite linear alternate;
  background: url(../images/c2.png) repeat-x center center;
  background-size: 100 159px;
}

footer .colors .c3 {
  width: 200%;
  height: 181px;
  bottom: 0;
  z-index: 1;
  position: absolute;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: move_wave 4s infinite linear alternate;
  animation: move_wave 4s infinite linear alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background: url(../images/c3.png) repeat-x center center;
  background-size: 100 181px;
}

footer .top {
  background-color: #c7d1d5;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

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

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

footer .top .cont .foot-nav dl {
  margin-right: 120px;
}

footer .top .cont .foot-nav dl:last-child {
  margin-right: 60px;
}

footer .top .cont .foot-nav dl dt {
  margin-bottom: 10px;
}

footer .top .cont .foot-nav dl dt a {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

footer .top .cont .foot-nav dl dd a {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

footer .top .cont .contact {
  padding: 0 60px;
  border-left: 1px solid #bfc8cc;
  border-right: 1px solid #bfc8cc;
}

footer .top .cont .contact .cn {
  color: #333333;
  font-size: 18px;
  line-height: 1;
}

footer .top .cont .contact h3 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 0;
}

footer .top .cont .contact p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

footer .top .cont .wechat {
  margin-left: auto;
  text-align: center;
}

footer .top .cont .wechat img {
  width: 122px;
  height: 122px;
  padding: 5px;
  background-color: #fff;
}

footer .top .cont .wechat p {
  color: #666666;
  font-size: 16px;
  line-height: 1;
  margin-top: 1em;
}

footer .cr {
  background-color: #949c9f;
  margin-top: auto;
  color: #d3d3d3;
  font-size: 18px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
}

footer .cr p {
  -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: zoomIn;
  animation-name: zoomIn;
}

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