@charset "utf-8";
input {
  border: 0;
  outline: none;
  /*去除蓝色边框*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
}
em,
i {
  font-style: normal;
}
strong {
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #333333;
  font-family: "微软雅黑", Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft Yahei', "微软雅黑", "STHeiti", "华文细黑", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 auto -webkit-focus-ring-color;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: "经典微中黑简体_0", Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft Yahei', "微软雅黑", "STHeiti", "华文细黑", sans-serif;
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft Yahei', "微软雅黑", "STHeiti", "华文细黑", sans-serif;
  position: relative;
  background: #f4f4f6;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
textarea {
  -webkit-appearance: none;
  resize: none;
}
/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.closeUp {
  margin: 160px 0;
}
.closeUp li {
  position: relative;
}
.closeUp li div {
  padding: 0;
}
.closeUp li div.text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  /* left: calc( 50% + 90px ); */
  right: 0;
  padding-left: 90px;
}
.closeUp li div.text h2 {
  font-size: 36.84px;
  letter-spacing: 1.5px;
  color: #000000;
  margin-bottom: 54px;
}
.closeUp li div.text p {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #777777;
}
.closeUp li:nth-child(2n) div.text {
  left: 0;
  padding-right: 90px;
}
ul.local {
  margin: 160px auto;
}
ul.local li {
  padding: 0;
}
ul.local li.text {
  height: 16.66666667vw;
  position: relative;
}
ul.local li.text article {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50% ;
  transform: translate(-50%, -50%);
  padding: 40px 22px;
  border: 1px solid #999999;
}
ul.local li.text article p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #777777;
}
iframe {
  width: 100%;
  height: 951px;
  margin-bottom: -5px;
}
footer {
  width: 100%;
  height: 40px;
  background-color: #19134d;
}
footer p {
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 12px;
}
