body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
optgroup,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
  outline: 0 none;
}
a:active,
a:hover {
  outline: 0 none;
}
em {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background-color: #d2e5ff;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: consolas, 'MicroSoft YaHei';
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0 none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: none;
}
textarea {
  resize: none;
}
input,
button {
  *overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1;
}
label {
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "microsoft YaHei";
}
html {
  text-size-adjust: 100%;
}
body {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
}
a {
  color: #666;
}
a:hover {
  color: #1f2e5d;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: table;
  clear: both;
  content: "";
}
table {
  width: 100%;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
#wrapper,
#container {
  min-height: 100%;
  position: relative;
  height: auto;
  padding-bottom: 0px;
  background: #fff;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 5px;
}
.pagination li:hover,
.pagination li.on {
  border-color: #1f2e5d;
}
.pagination li:hover a,
.pagination li.on a {
  color: #1f2e5d;
}
.pagination li a {
  display: block;
  height: 100%;
  line-height: 30px;
  font-size: 13px;
  color: #999;
}
.pagination li.al {
  border: none;
  margin-right: 110px;
  background: url("../img/l.png") center no-repeat;
}
.pagination li.ar {
  border: none;
  margin-left: 110px;
  background: url("../img/r.png") center no-repeat;
}
.header {
  width: 100%;
  height: 100px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s;
  border-bottom: 1px solid #fff;
}
.header .header-logo {
  width: 140px;
  height: 50px;
  margin-right: 64px;
  background: url("../img/sby-logo.png") center no-repeat;
  background-size: cover;
  margin: 25px 0;
}
.header .header-logo a {
  display: block;
  overflow: hidden;
  height: 50px;
  text-indent: -10000px;
}
.header .header-nav {
  padding: 25px 0;
  margin-left: 20px;
}
.header .header-nav .header-nav-a {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
.header .header-nav .header-nav-a:hover,
.header .header-nav .header-nav-a.on {
  color: #cfa972;
}
.header .header-nav .header-nav-a-scroll {
  color: #333;
}
.header .header-tel-search {
  margin-left: 20px;
}
.header .header-tel-search .header-tel {
  padding: 32px 0 32px 50px;
  background: url("../img/sby-white-header-tel.png") left center no-repeat;
  background-size: 26px auto;
}
.header .header-tel-search .header-tel p {
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
.header .header-tel-search .header-search {
  margin: 37px 0 37px 18px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../img/sby-icon-white-search.png") left center no-repeat;
  background-size: 26px auto;
}
.header .header-tel-search .header-search:hover,
.header .header-tel-search .header-search.on {
  background: url("../img/sby-icon-search-hover.png") left center no-repeat;
  background-size: 26px auto;
}
.header .header-soso-con {
  height: 200px;
  background-color: #1f2e5d;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 9;
  width: 100%;
  padding-top: 62px;
}
.header .header-soso-con .soso-con {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #ccd1dd;
}
.header .header-soso-con .soso-con .key {
  border: none;
  outline: none;
  background: 0 0;
  height: 30px;
  font-size: 22px;
  color: #fff;
}
.header .header-soso-con .soso-con .key::-webkit-input-placeholder {
  color: rgba(255,255,255,0.2);
}
.header .header-soso-con .soso-con .key:-moz-placeholder {
  color: rgba(255,255,255,0.2);
}
.header .header-soso-con .soso-con .key::-moz-placeholder {
  color: rgba(255,255,255,0.2);
}
.header .header-soso-con .soso-con .key:-ms-input-placeholder {
  color: rgba(255,255,255,0.2);
}
.header .header-soso-con .soso-desc {
  text-align: right;
  width: 800px;
  margin: 0 auto;
  line-height: 46px;
  font-size: 14px;
  color: rgba(255,255,255,0.2);
}
.header-home {
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.header-home a {
  color: #333;
}
.header-home .header-tel-search {
  margin-left: 20px;
}
.header-home .header-tel-search .header-tel {
  padding: 32px 0 32px 50px;
  background: url("../img/sby-header-tel.png") left center no-repeat;
  background-size: 26px auto;
}
.header-home .header-tel-search .header-tel p {
  line-height: 18px;
  font-size: 14px;
  color: #333;
}
.header-home .header-tel-search .header-search {
  margin: 37px 0 37px 18px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../img/sby-icon-search.png") left center no-repeat;
  background-size: 26px auto;
}
.header-home .header-tel-search .header-search:hover,
.header-home .header-tel-search .header-search.on {
  background: url("../img/sby-icon-search-hover.png") left center no-repeat;
  background-size: 26px auto;
}
.footer-top {
  width: 100%;
  background-color: #14265f;
}
.footer-top .footer-top-box {
  padding-top: 138px;
  padding-bottom: 20px;
  line-height: 33px;
  color: #999;
  background: url("../img/sby-footer-arrow.png") center 20px no-repeat;
  background-size: 46px auto;
}
.footer-code-item {
  width: 114px;
  height: 114px;
  padding: 11px 10px 10px 11px;
  border: 1px solid #fff;
  cursor: pointer;
}
.footer-code-item img {
  width: 100%;
  height: 100%;
}
.footer-info {
  margin-left: 30px;
}
.footer-info .footer-line {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
.footer-info .footer-line:last-child {
  width: 290px;
}
.footer-info .footer-line .sp-r {
  width: 78%;
}
.footer-info .footer-line span {
  margin-right: 20px;
}
.footer-info .footer-line span + span {
  margin-right: 0px;
}
.footer-part {
  margin-right: 40px;
}
.footer-part .footer-part-title {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding-bottom: 13px;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.footer-part .footer-part-main {
  line-height: 32px;
  font-size: 14px;
}
.footer-part .footer-part-main .footer-part-a {
  display: block;
  color: #fff;
}
.footer-bto {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 12px;
  color: #ccd1dd;
  text-align: center;
  background-color: #1f2e5d;
}
