﻿@charset "utf-8";

@font-face {
  font-family: "sour";
  src: url(../fonts/SourceHanSansSC-Bold.otf);
}

html {
  /* 关闭字体大小自动调整功能 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a,
a:link,
a:hover,
a:visited {
  text-decoration: none;
}

input {
  margin: 0px;
}

ul {
  list-style: none;
}

.clearfix {
  zoom: 1;
  /* width: 100%; */
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  /* overflow: auto; */
}
.w-1280 {
  width: 1280px;
  margin: 0 auto;
}
.w-1300 {
  width: 1300px;
  margin: 0 auto;
}
.w-1400 {
  width: 1400px;
  margin: 0 auto;
}
.w-1320 {
  width: 1320px;
  margin: 0 auto;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.block {
  display: block;
}
li {
  list-style: none;
}
.links .title .more {
  line-height: 35px;
}
.title .more {
  float: right;
  font-size: 14px;
  line-height: 22px;
}
.lincp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
a {
  color: #222;
  /* 设定元素在移动设备（如Adnroid、iOS）上被触发点击事件时，响应的背景框的颜色 */
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.main {
  margin: auto;
  overflow: hidden;
  max-width: 1920px;
}
select {
  writing-mode: horizontal-tb !important;

  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  border-radius: 0px;
}
.warp-top {
  width: 100%;
  position: fixed;
  background: linear-gradient(
    to bottom,
    rgba(12, 80, 152, 0.8),
    rgba(155, 168, 195, 0)
  );
  z-index: 10;
  border-top: 8px solid #004387;
}
.myanimation_d {
  transition: all 1s;
  opacity: 0;
  transform: translateY(-40px);
}
.my {
  transform: translateY(0px);
  opacity: 1;
}