/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
@import "//at.alicdn.com/t/font_1386553_hubznu4ym8f.css";
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Microsoft YaHei", "San Francisco", "Lucida Grande", "Lucida Sans Unicode", "helvetica neue", "Verdana, tahoma", Aril, PingFangSC-Light, "hiragino sans gb", "STXihei", "WenQuanYi Micro Hei", "Microsoft YaHei UI", Heiti, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
.grid {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.border-shadow {
  box-shadow: 0px 0px 1px 0px rgba(222, 222, 222, 0.94);
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
a {
  text-decoration: none;
  color: #5F5F5F;
}
a:hover {
  color: #BE1314;
}
#min-top {
  line-height: 40px;
  background: #F1F7FD;
}
#min-top::after {
  display: block;
  content: "";
  clear: both;
}
#min-top nav {
  float: left;
}
#min-top nav a {
  font-size: 14px;
}
#min-top nav a::after {
  content: "|";
  padding: 0 1em;
}
#min-top nav a:last-of-type::after {
  display: none;
}
#min-top .member {
  float: right;
  font-size: 14px;
}
#min-top .member a {
  padding-left: 20px;
}
#main-nav {
  height: 70px;
}
#main-nav::after {
  display: block;
  content: "";
  clear: both;
}
#main-nav .logo {
  float: left;
  cursor: pointer;
}
#main-nav .logo a {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
#main-nav nav {
  float: right;
  line-height: 70px;
}
#main-nav nav a {
  padding-left: 64px;
  float: left;
}
#main-nav a {
  font-size: 19px;
}
#banner {
  height: 317px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
#banner .words {
  position: absolute;
  color: white;
  text-align: left;
  left: 50%;
  top: 80px;
}
#banner .words strong {
  font-size: 45px;
  text-shadow: 3px 0px 5px rgba(80, 77, 73, 0.94);
}
#banner .words p {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 47px;
  text-shadow: 3px 0px 5px rgba(80, 77, 73, 0.94);
}
#main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 5px;
}
#intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 19px;
}
#intro .item {
  float: left;
  width: 280px;
  height: 300px;
  box-sizing: border-box;
  position: relative;
  transition: box-shadow 0.2s;
  margin-bottom: 28px;
}
#intro .item:hover {
  box-shadow: 0px 20px 20px -10px rgba(222, 222, 222, 0.94);
}
#intro .tit {
  color: #098AF3;
  height: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 60px;
}
#intro .tit img,
#intro .tit h2 {
  display: inline-block;
  vertical-align: middle;
}
#intro p {
  border-top: 1px solid #098AF3;
  width: 246px;
  margin: 0 auto;
  line-height: 34px;
  padding-top: 20px;
  font-size: 15px;
  color: #3F3D3D;
}
#intro .base {
  position: absolute;
  width: 246px;
  left: 50%;
  bottom: 20px;
  margin-left: -246px / 2;
}
#intro .base .price {
  float: left;
}
#intro .base .price b {
  color: #FE2A00;
  font-size: 28px;
}
#intro .base .btn {
  float: right;
  width: 111px;
  background: #3F9EFF;
  border-radius: 5px;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  margin-left: 30px;
}
#intro .base .btn a {
  color: white;
  display: block;
}
#articles {
  margin-top: 25px;
}
#articles::after {
  display: block;
  content: "";
  clear: both;
}
#articles .lists {
  width: 829px;
  float: left;
  box-shadow: 0px 0px 1px 0px rgba(222, 222, 222, 0.94);
  padding: 0 14px;
}
#articles .lists article {
  padding: 14px;
  border-bottom: 1px dotted #466093;
}
#articles .lists article .tit {
  line-height: 55px;
}
#articles .lists article .tit h2 {
  color: #0C88DE;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}
#articles .lists article .tit span {
  font-size: 15px;
  float: right;
  color: #5F5F5F;
}
#articles .lists article p {
  line-height: 30px;
  color: #5F5F5F;
  text-indent: 2em;
}
#articles .lists #pages {
  text-align: center;
  height: 50px;
  line-height: 50px;
}
#articles .lists #pages li {
  display: inline-block;
  margin: 0 10px;
}
#articles aside {
  width: 324px;
  float: right;
}
#articles aside section {
  box-shadow: 0px 0px 1px 0px rgba(222, 222, 222, 0.94);
  margin-bottom: 27px;
}
#articles aside section .tit {
  font-size: 20px;
  color: #419DFF;
  line-height: 38px;
  text-align: left;
  font-weight: 400;
  padding-left: 23px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
#articles aside section .tit i {
  font-size: 36px;
  margin-right: 14px;
}
#articles aside section .tit i,
#articles aside section .tit span {
  display: inline-block;
  vertical-align: middle;
}
#articles aside .articles ul {
  padding: 10px 0;
}
#articles aside .articles li {
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#articles aside .articles li i {
  display: inline-block;
  margin: 0 19px 0 23px;
  font-size: 14px;
  color: #3F9EFF;
  vertical-align: middle;
}
#articles aside .keywords {
  text-align: center;
}
#articles aside .keywords .wrapper {
  padding: 10px 0;
}
#articles aside .keywords a {
  padding: 11px 23px;
  display: inline-block;
  background: #EAF4FE;
  margin: 10px;
  color: #2571D7;
  font-size: 16px;
}
#content {
  width: 829px;
  float: left;
  box-shadow: 0px 0px 3px 0px rgba(222, 222, 222, 0.94);
  padding: 20px;
  box-sizing: border-box;
}
#content h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#content .base {
  font-size: 13px;
  text-align: center;
  line-height: 2;
}
#content p {
  margin: 15px;
  line-height: 35px;
  font-size: 14px;
  text-indent: 2em;
}
#pages li.thisclass a {
  color: red;
}
#flinks {
  padding: 14px 19px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 1px 0px rgba(222, 222, 222, 0.94);
  box-sizing: border-box;
  margin-top: 18px;
  line-height: 1.8;
}
#flinks .tit {
  font-size: 18px;
  color: #0086FF;
  font-weight: 400;
}
#flinks .tit small {
  font-size: small;
}
#flinks a {
  padding: 5px;
}
#main-footer {
  background: #F7F7F6;
  text-align: center;
  margin-top: 32px;
  padding-top: 30px;
}
#main-footer .wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#main-footer nav a {
  font-size: 14px;
}
#main-footer nav a::after {
  content: "|";
  padding: 0 1em;
}
#main-footer nav a:last-of-type::after {
  display: none;
}
#main-footer p {
  margin-top: 24px;
}
#main-footer .trustworthy {
  margin-top: 20px;
}
