@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
area {
  outline: none;
  /* blr: expression(this.onFocus=this.blur()); */
}
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2966ca;
}
img {
  -ms-interpolation-mode: bicubic;
}

html,
body {
  font-family: '微软雅黑', sans-serif;
  min-width: 1400px;
}
html {
  height: 100%;
  position: relative;
  font-size: 16px;
}
input {
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  border-radius: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
  list-style: none;
}
input,
button {
  vertical-align: middle;
  border: none;
}
textarea {
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  background: 0 0;
  font-family: 'Microsoft YaHei';
}

input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.boxcenter {
  margin: 0 auto;
}
.fl_all {
  float: left;
  display: inline-block;
}
.fr_all {
  float: right;
  display: inline-block;
}
.txtdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.two-txtdot {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.three-txtdot {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
* {
  -webkit-text-size-adjust: none;
} /*禁止手机字体变大*/

/*responsive Normal*/
.maxcontainer {
  width: 100%;
  min-width: 1400px;
}
.container {
  width: 1400px;
}
.fl_pc {
  float: left;
  display: inline-block;
}
.fr_pc {
  float: right;
  display: inline-block;
}
.col_2in1 {
  width: 50%;
  /* *width: 49.9%; */
}
.col_3in1 {
  width: 33.3%;
}
.col_4in1 {
  width: 25%;
  /* *width: 24.9%; */
}
.col_5in1 {
  width: 20%;
  /* *width: 19.9%; */
}
.col_6in1 {
  width: 16.6%;
}
.allhide {
  display: none;
}
.pchide {
  display: none;
}
.pchider {
  display: none !important;
}
.mhide {
  display: block;
}
.padhide {
  display: block;
}
.padshow {
  display: none;
}
.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.main {
  position: relative;
  overflow: hidden;
}
/* body {
  padding-bottom: 100rem;
} */

/* 通用tab切换基础样式 */
.tab-buttons {
  display: flex;
}
.tab-buttons li {
  cursor: pointer;
}
/* .tab-content {
  display: none;
}
.tab-content.active {
  display: block;
} */

/* footer */
.home-footer-box {
  border-top: 5px solid #306ac7;
}
.footer-copyright-items {
  width: 1400px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.footer-copyright-icons {
  padding: 20px;
  margin-top: 14px;
}
.copyright-icons-red {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}
.copyright-icons-asibs,
.copyright-icons-desc {
  height: 55px;
  margin: 12px 15px 0;
  overflow: hidden;
  float: left;
  max-width: 116px;
}
.copyright-icons-asibs img,
.copyright-icons-desc img,
.copyright-icons-red img {
  height: 100%;
}
.footer-copyright-infos {
  font-size: 14px;
  line-height: 30px;
  margin-top: 28px;
}
.footer-copyright-infos p a {
  margin: 0 5px;
  position: relative;
  padding-right: 10px;
}
.footer-copyright-infos p a:not(:last-child):after {
  content: '';
  border-right: 1px solid #bbb;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
}
.footer-copyright-infos p a img {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.footer-copyright-apps {
  margin-top: 20px;
}
.footer-copyright-apps p {
  float: left;
  width: 90px;
  margin: 0 20px;
  text-align: center;
  font-size: 14px;
}
.footer-copyright-apps p img {
  width: 100%;
}
