/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html,body{
  height: 100%;
  min-width: 1200px!important;
}
body {
  line-height: 1;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: 微软雅黑!important;
  background: #f9f9f9!important;
  min-width: 1200px!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
td{
  text-align: center;
  vertical-align: middle!important;
  padding: 10px!important;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration:none;
}
a:hover{
  text-decoration:none!important;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline: none;
}
ul {
  list-style: none;
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  width: auto!important;
  background-color: rgba(0,0,0,0.5)!important; 
  bottom: 0;
  padding: 5px 10px!important;
  position: absolute;
  bottom: 0!important;
  left: 50%!important;
  transform: translate(-50%,0);
  /* transform: translate(0, -50%)!important; */
  /* transform: translate(-50%,-50%); */
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 6px!important;
}
.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
  border-radius: 50%;
  border:1px solid #fff;
  opacity: 1!important;
  background: transparent!important;
}
.swiper-pagination-bullet-active {
    background: #007aff!important;
    border:none!important;
}

@media (min-width: 1200px) {
  .col-zdlg-2-5{
  float: left!important;
  width:14.28%!important;
  }
}
.footer-connect--row {
  padding: 10px 0;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  vertical-align: middle!important;
}
.error{
  color: #d0011b;
  margin-top: 10px;
  padding-left: 20px;
}