@charset "utf-8";
/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* something properties add */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  /* add */
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
/* add */
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  font-weight: 400;
}
form,
ul,
ol,
dl,
dd,
p {
  margin: 0;
}
img {
  border: 0 none;
  vertical-align: bottom;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.container{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bfc {
  overflow: hidden;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-row {
  display: block;
  width: 100%;
  height: auto;
}
[class*='bd-line'] {
  position: relative;
}
[class*='bd-line']:after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  border: 0 solid #C0BFC4;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.bd-line-top::after {
  border-top-width: 1px;
}
.bd-line-bottom::after {
  border-bottom-width: 1px;
}
.bd-line-left::after {
  border-left-width: 1px;
}
.bd-line-right::after {
  border-right-width: 1px;
}
.bd-line-top-bottom::after {
  border-width: 1px 0;
}
.bd-line-surround::after {
  border-width: 1px;
}
.arrow-right {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-up {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow-down {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrow-left {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
body {
  font-size: 14px;
  color: #333;
}
.swiper-container {
  width: 100%;
}
.swiper-container img {
  display: block;
  width: 100%;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap {
  width: 1100px;
  margin: 0 auto;
}
.page-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  padding: 30px 0;
  text-align: center;
}
.nice-link {
  display: inline-block;
  background: url(../images/icon-hand.png) no-repeat left center;
  font-size: 16px;
  padding-left: 40px;
  margin: 10px;
}
.nice-link a {
  color: #FC6921;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.nice-btn {
  display: inline-block;
  padding: 16px 50px;
  color: #fff;
  font-size: 16px;
  background: -webkit-gradient(linear, left bottom, left top, from(#dd5003), to(#ff7200));
  background: -webkit-linear-gradient(bottom, #dd5003, #ff7200);
  background: -o-linear-gradient(bottom, #dd5003, #ff7200);
  background: linear-gradient(0deg, #dd5003, #ff7200);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(245, 104, 1, 0.67);
          box-shadow: 0px 1px 6px 0px rgba(245, 104, 1, 0.67);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.nice-btn span {
  background: url(../images/icon-service.png) no-repeat left center;
  padding-left: 30px;
}
.nice-btn:hover {
  opacity: 0.8;
}
.page-banner-wrap {
  background: url(../images/banner.jpg) no-repeat center center;
  height: 620px;
}
.page-banner-wrap .link {
  width: 1100px;
  margin: 0 auto;
  display: block;
  height: 100%;
}
.page-func-wrap {
  padding-bottom: 30px;
}
.page-func-wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-func-wrap .item {
  display: table;
  width: 253px;
  height: 155px;
  position: relative;
  color: #fff;
  text-align: center;
}
.page-func-wrap .item:hover {
  -webkit-box-shadow: 0px 0px 13px 0px #d0d0d0;
          box-shadow: 0px 0px 13px 0px #d0d0d0;
}
.page-func-wrap .item img.bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-func-wrap .item img.icon {
  margin-bottom: 15px;
}
.page-func-wrap .item p {
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  color:#FFF;
}
.page-func-wrap .tac {
  margin-top: 15px;
}
.page-step-wrap {
  background: #F3F3F3;
  padding-bottom: 30px;
}
.page-step-wrap .wrap {
  position: relative;
  height: 740px;
}
.page-step-wrap .list {
  padding-top: 44px;
  padding-bottom: 30px;
}
.page-step-wrap .list .item {
  float: left;
  display: table;
  position: relative;
  width: 345px;
  height: 222px;
  border: 1px solid #0068bf;
  line-height: 2em;
  font-size: 20px;
  text-align: center;
}
.page-step-wrap .list .item .num {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #0068bf;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 36px;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
  left: 50%;
  top: -44px;
  margin-left: -44px;
  border: 4px solid #79b4e0;
}
.page-step-wrap .list .item p {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}
.page-step-wrap .list .item + .item {
  margin-left: 32px;
}
.page-step-wrap .footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 78px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 40px;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px #d0d0d0;
          box-shadow: 0px 0px 13px 0px #d0d0d0;
}
.page-step-wrap .footer-list .item {
  text-align: center;
}
.page-step-wrap .footer-list .item p {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.page-bg-wrap {
  height: 728px;
  background: url(../images/bg1.jpg) no-repeat center center;
  z-index: -1;
}
.page-bg-wrap .link {
  width: 1100px;
  margin: 0 auto;
  display: block;
  height: 100%;
}
.page-service-wrap {
  background: #F3F3F3;
  padding-top: 10px;
  padding-bottom: 40px;
}
.page-service-wrap .list {
  overflow: hidden;
}
.page-service-wrap .list .blue {
  background: #0068BF;
}
.page-service-wrap .list .cyan {
  background: #07A4D7;
}
.page-service-wrap .list .orange {
  background: #E15403;
}
.page-service-wrap .list .item {
  width: 520px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: #ffffff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.page-service-wrap .list .item i {
  position: absolute;
  display: inline-block;
  top: 0;
  width: 95px;
  height: 60px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  line-height: 60px;
}
.page-service-wrap .list .item:nth-child(odd) {
  float: left;
}
.page-service-wrap .list .item:nth-child(odd) i {
  left: 0;
}
.page-service-wrap .list .item:nth-child(even) {
  float: right;
}
.page-service-wrap .list .item:nth-child(even) i {
  right: 0;
}
.page-service-wrap .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.page-service-wrap .card {
  margin-bottom: 20px;
}
.page-service-wrap .card .fl {
  width: 465px;
  height: 328px;
  background: url(../images/block_bg2.png) no-repeat center center;
}
.page-service-wrap .card .fr {
  width: 635px;
  height: 328px;
  background: url(../images/block_bg1.png) no-repeat center center;
}
.page-service-wrap .card .title {
  color: #fff;
  font-size: 22px;
  margin: 12px;
  border-bottom: 1px solid #669EF9;
}
.page-service-wrap .card .title:before {
  content: "";
  width: 73px;
  height: 73px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/icon-bell.png) no-repeat left center;
}
.page-service-wrap .card .content {
  margin: 20px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}
.page-footer {
  height: 370px;
  background: url(../images/footer_bg.jpg) no-repeat center center;
  color: #fff;
}
.page-footer .page-title {
  color: #fff;
  padding-top: 40px;
}
.page-footer .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-footer .list .item {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color:#FFF;
}
.page-footer .list .item img {
  margin-bottom: 10px;
}
