/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  color: #333;
}
body {
  margin: 0;
  padding: 0;
}
ul {
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.clearfix {
  float: none;
  clear: both;
}
.is-login,
.no-login {
  display: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.header {
  width: 100%;
  padding: 32px 0;
}
.header .logo {
  float: left;
  width: 225px;
}
.header .logo img {
  display: block;
  width: 223px;
}
.header .navbar {
  line-height: 47px;
}
.header .navbar .main-nav,
.header .navbar .right-nav {
  float: right;
}
.header .navbar .right-nav {
  margin-left: 175px;
}
.header .navbar ul li {
  display: inline-block;
}
.header .navbar ul li a {
  padding: 0 18px;
}
.header .navbar ul li a.active {
  color: #017cfa;
}
.banner {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner-dot {
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: center;
}
.banner-dot li {
  display: inline-block;
  font-size: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 8px;
}
.banner-dot li.on {
  opacity: 1;
}
.section-title {
  margin-top: 50px;
  margin-bottom: 80px;
  text-align: center;
}
.section-title h1 {
  margin: 0;
  font-size: 32px;
  font-width: normal;
  color: #333;
}
.section-title .line {
  width: 64px;
  height: 4px;
  background-color: #017cfa;
  border-radius: 5px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 28px;
}
.section-title p {
  margin: 0;
  color: #999;
  font-size: 16px;
  font-width: normal;
}
.apply {
  min-width: 1200px;
}
.apply-main .apply-industry {
  margin-bottom: 50px;
}
.apply-main .apply-industry > .title {
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  background: #75cdd9;
  font-size: 24px;
  font-weight: normal;
  color: #fefefe;
  padding: 5px 25px;
}
.apply-main .apply-industry .apply-body {
  font-size: 0;
  white-space: nowrap;
}
.apply-main .apply-industry .prev,
.apply-main .apply-industry .next {
  height: 182px;
  width: 39px;
  display: inline-block;
  float: left;
  background-color: #e5e5e5;
  transition: background-color 100ms;
}
.apply-main .apply-industry .prev:hover,
.apply-main .apply-industry .next:hover {
  background-color: #a5a5a5;
}
.apply-main .apply-industry .prev {
  background-image: url("/statics/img/arrow.png");
}
.apply-main .apply-industry .next {
  background-image: url("/statics/img/arrow.png");
  transform: rotate(180deg);
}
.apply-main .apply-industry .apply-items,
.apply-main .apply-industry .tempWrap {
  font-size: 0;
  display: inline-block;
  float: left;
  width: 1000px;
}
.apply-main .apply-industry .apply-items li,
.apply-main .apply-industry .tempWrap li {
  height: 182px;
  width: 356px;
  margin: 0 8px;
  text-align: center;
  display: block;
  float: left;
}
.apply-main .apply-industry .apply-items li img,
.apply-main .apply-industry .tempWrap li img {
  display: inline-block;
}
.feature {
  padding-top: 100px;
  padding-bottom: 100px;
}
.feature ul {
  font-size: 0;
}
.feature ul li {
  width: 20%;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.feature ul li p {
  margin-top: 36px;
  margin-bottom: 0;
}
.case {
  background-color: #f4f7ff;
  padding-top: 100px;
  padding-bottom: 40px;
}
.case .container .case-items {
  width: 100%;
  font-size: 0;
}
.case .container .case-item {
  margin-bottom: 80px;
  display: inline-block;
  font-size: 16px;
  width: 33.333%;
  text-align: center;
}
.case .container .case-item .icon {
  position: relative;
  z-index: 1;
}
.case .container .case-item .case-body {
  display: inline-block;
  width: 348px;
  height: 160px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-top: -50px;
  padding-top: 90px;
}
.case .container .case-item .case-body .title {
  font-size: 24px;
  margin-bottom: 24px;
}
.case .container .case-item .case-body p {
  display: inline-block;
  font-size: 16px;
  width: 83%;
  color: #666;
  line-height: 28px;
}
.success-case {
  margin-bottom: 120px;
}
.success-case .case-items {
  font-size: 0;
  text-align: center;
}
.success-case .case-item {
  display: inline-block;
  font-size: 14px;
  width: 264px;
  height: 263px;
  border-radius: 8px;
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 18px;
  position: relative;
}
.success-case .case-item img {
  width: 100%;
}
.success-case .case-item p {
  position: absolute;
  bottom: 25px;
  width: 100%;
  margin: 0;
}
.footer {
  background: #3c3c3c;
}
.footer * {
  color: #fff;
}
.footer .logo {
  padding-top: 34px;
  padding-bottom: 17px;
  display: block;
}
.footer .section {
  display: inline-block;
  margin-right: 150px;
  padding-bottom: 30px;
  vertical-align: top;
}
.footer .section .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.footer .section p {
  line-height: 1.2;
}
.footer .friend-link ul {
  line-height: 24px;
}
/*# sourceMappingURL=site.css.map */