/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
#jiaxin-mcs-fixed-btn {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}
a {
  text-decoration: none;
  color: #222;
}
.nb-invite-wrap {
  display: none !important;
}
.fx {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fx-y {
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fx-x {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fy {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fy-x {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pg-header {
  background-color: #111;
  color: #b2b2b2;
}
.pg-header .head-bar {
  height: 60px;
  padding: 0 90px;
  font-size: 14px;
}
.pg-header .head-bar .logo {
  display: inline-block;
  height: 45px;
}
.pg-header .head-bar .heder-icon {
  width: 14px;
  position: relative;
  top: 2px;
}
.pg-header .head-bar .news-content-containter,
.pg-header .head-bar .phone {
  margin-right: 45px;
}
.pg-header .head-bar .news-box,
.pg-header .head-bar .news-content-containter {
  display: inline-block;
}
.pg-header .head-bar .news-content-containter {
  vertical-align: middle;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.pg-header .head-bar .content-news a {
  color: #b2b2b2;
}
.pg-header .head-bar .content-news a:hover {
  text-decoration: underline;
}
.pg-header .head-bar .admin-login {
  display: inline-block;
  padding: 0 12px;
  line-height: 26px;
  border: 1px solid #979797;
  border-radius: 2px;
  color: #b2b2b2;
  margin-right: 15px;
  transition: 0.3s;
}
.pg-header .head-bar .admin-login:hover {
  border-color: transparent;
  color: #fff;
  background-color: #FF8900;
}
.pg-header .head-bar .register-download {
  display: inline-block;
  line-height: 26px;
  padding: 0 12px;
  border-radius: 2px;
  background-color: #F59100;
  color: #F5F5F5;
  transition: 0.3s;
}
.pg-header .head-bar .register-download:hover {
  color: #fff;
  background-color: #FF8900;
}
.pg-header .nav {
  height: 48px;
  background-color: #232326;
}
.pg-header .nav .header-product {
  width: 140px;
  position: relative;
}
.pg-header .nav .header-product .header-arrows {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #F5F5F5 transparent transparent;
}
.pg-header .nav .header-product .header-dorpdown {
  display: none;
  z-index: 1000;
  background-color: #232326;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 10px 0;
  width: 100%;
}
.pg-header .nav .header-product .header-dorpdown li:hover a {
  background-color: #2F2F33;
}
.pg-header .nav .header-join {
  width: 140px;
  position: relative;
}
.pg-header .nav .header-join .header-arrows {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #F5F5F5 transparent transparent;
}
.pg-header .nav .header-join .header-join-dorpdown {
  display: none;
  z-index: 1000;
  background-color: #232326;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 10px 0;
  width: 100%;
}
.pg-header .nav .header-join .header-join-dorpdown li:hover a {
  background-color: #2F2F33;
}
.pg-header .nav-bar {
  width: 745px;
  margin: 0 auto;
}
.pg-header .nav-bar li {
  height: 48px;
  text-align: left;
}
.pg-header .nav-bar li a {
  height: 100%;
  padding: 0 30px;
  display: inline-block;
  width: 100%;
  line-height: 48px;
  color: #f5f5f5;
}
.pg-header .nav-bar li:hover > a {
  color: #FC9F06;
}
.pg-header .nav-bar > li.active > a {
  color: #FC9F06;
  position: relative;
}
.pg-header .nav-bar > li.active > a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 80%;
  background-color: #FC9F06;
  bottom: 0;
  left: 10%;
}
.pg-header .nav-bar .header-dorpdown .active a {
  color: #FC9F06;
}
.pg-footer {
  height: 310px;
  padding: 50px 90px;
  color: #222;
  background-color: #F5F5F5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-footer a:hover {
  text-decoration: underline;
}
.pg-footer .footer-outer {
  width: 1260px;
  margin: 0 auto;
  border-bottom: 1px solid #B2B2B2;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 175px;
}
.pg-footer .footer-inner .inner-item {
  margin-top: 10px;
}
.pg-footer .footer-inner .inner-item:nth-of-type(1) {
  font-weight: bold;
  margin-top: 0;
  font-size: 18px;
}
.pg-footer .footer-inner .inner-item .footer-icon {
  text-decoration: none;
}
.pg-footer .footer-inner .inner-item .footer-icon > img {
  width: 25px;
}
.pg-footer .footer-inner .inner-item .footer-icon .toutiao {
  width: 20px;
  margin-left: 23px;
  margin-right: 13px;
}
.pg-footer .footer-inner .inner-item .footer_phone {
  height: 30px;
  position: relative;
  left: -3px;
  top: 5px;
}
.pg-footer .footer-inner .footer-phone {
  font-size: 28px;
  font-weight: bold;
}
.pg-footer .copyright {
  width: 1260px;
  margin: 0 auto;
  color: #616061;
  padding-top: 14px;
}
.pg-footer .copyright a {
  color: #616061;
}
.drainage {
  background-color: #F5F5F5;
  height: 160px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.drainage .drainage-inner {
  width: 1260px;
  margin: 0 auto;
  height: 100%;
  padding-top: 36px;
  border-bottom: 1px solid #B2B2B2;
}
.btn-box {
  margin-top: 20px;
}
.btn-box > * {
  margin: 0 10px;
}
body {
  font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
html,
body {
  height: 100%;
  color: #222;
}
.btn-bg,
.btn-line {
  cursor: pointer;
  padding: 9px 50px;
  border-radius: 4px;
  transition: 0.3s;
}
.btn-bg:hover,
.btn-line:hover {
  background-color: #FF8900;
  color: #fff;
}
.btn-bg {
  background-color: #FC9F06;
  color: #fff;
  border: 1px solid transparent;
}
.btn-bg:hover {
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-line {
  color: #FC9F06;
  border: 1px solid #FC9F06;
  background-color: #F5F5F5;
}
.scroll-init {
  opacity: 0;
}
.animated {
  animation-duration: 1.5s !important;
}
