body,
a,
span,
p,
div,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select,
input,
button,
img,
dl,
dt,
dd,
section,
header,
footer,
nav,
menu,
textarea,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif, Helvetica, 'Droid Sans', 'Droid Sans Fallback';
  font-size: 1.2rem;
  color: #333333;
}

a {
  text-decoration: none;
  color: #333333;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: none;
}

.container {
  width: 100%;
}

.container-inner {
  width: 1000px;
  margin: 0 auto;
}

.bg-header {
  background: #024aae url(images/header.jpg)no-repeat center;
}

.bg-nav {
  background: #f4f4f4;
}

.bg-banner {
  background: #d7dce2 url(images/bannerbg.jpg)no-repeat center;
}

.bg-eff6fe {
  background-color: #eff6fe;
}

.bg-footer {
  background-color: #024aae;
}


.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.pt28 {
  padding-top: 28px;
}

.ptb32 {
  padding: 32px 0;
}

.mt30 {
  margin-top: 30px;
}

/* resers */
div.timer {
  display: none;
}

div.slider-nav {
  display: none;
}

div.slider-nav span {
  width: 50px !important;
}

div.slider-nav span.right {
  background: url(images/rightarrow.png)no-repeat center !important;
}

div.slider-nav span.left {
  background: url(images/leftarrow.png)no-repeat center !important;
}