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

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 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: 75vw;
  max-width: 1440px;
  min-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 {
  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;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

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

header>.cont .logo {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

header>.cont .logo .index {
  display: block;
}

header>.cont .logo .detail {
  display: none;
}

header>.cont .logo img {
  max-height: 100%;
}

header>.cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

header>.cont ul li {
  text-align: center;
  line-height: 9vh;
}

header>.cont ul li>a {
  display: block;
  color: #fff;
  font-size: 18px;
  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;
  -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;
  padding: 0 12px;
  position: relative;
  text-shadow: 2px 0px 2px #000000;
}

header>.cont ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 9vh;
  left: 0;
  min-width: 100%;
  padding: 20px 0;
  background-color: #fff;
}

header>.cont ul li .drop .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header>.cont ul li .drop .cont a {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 1em;
  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;
}

header>.cont ul li .drop .cont dl dt {
  border-bottom: 3px solid #01ada3;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

header>.cont ul li .drop .cont dl dt a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
}

header>.cont ul li .drop .cont dl dt a:hover {
  color: #01ada3;
}

header>.cont ul li .drop .cont dl dd a {
  color: #333333;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.5px;
}

header>.cont ul li .drop .cont dl dd a:hover {
  color: #01ada3;
}

header>.cont ul li:hover>a {
  color: #01ada3;
}

header>.cont ul li.active>a {
  color: #01ada3;
}

header>.cont ul li:nth-child(1) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

header>.cont ul li:nth-child(2) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

header>.cont ul li:nth-child(3) a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

header>.cont ul li:nth-child(4) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

header>.cont ul li:nth-child(5) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

header>.cont ul li:nth-child(6) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

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

header>.cont ul li:nth-child(8) a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

header.white {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(22, 64, 147, 0.2);
  box-shadow: 0 0 10px 0 rgba(22, 64, 147, 0.2);
}

header.white .cont .logo .index {
  display: none;
}

header.white .cont .logo .detail {
  display: block;
}

header.white .cont #nav li a {
  color: #333;
}

header.white .cont .lang a {
  color: #333;
}

footer {
  height: 429px;
  background: url(../images/bg1.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .top {
  padding: 60px 0;
}

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

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

footer .top .cont .foot-nav dl {
  margin-right: 5vw;
}

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

footer .top .cont .foot-nav dl dt a {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  font-weight: bold;
  text-shadow: 2px 0px 2px #333;
}
footer .top .cont .foot-nav dl dd a {
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
  display: block;
  text-shadow: 2px 0px 2px #333;
}

footer .top .cont .info p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-shadow: 2px 0px 2px #333;
}

footer .top .cont .info p span {
  font-size: 30px;
  font-weight: bold;
}

footer .cr {
  color: #b0b0b0;
  font-size: 16px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

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

.back-top {
  right: 10px;
  bottom: -48px;
  opacity: 0;
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 123123;
  border-radius: 2px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.back-top.show {
  bottom: 72px;
  opacity: 1;
}

.back-top .iconfont {
  color: orange;
  font-size: 48px;
}