@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;
}
.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%;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.page-header-yxc {
  height: 82px;
  line-height: 82px;
  background: #fff;
}
.page-header-yxc img {
  vertical-align: middle;
}
.page-header-yxc .logo {
  position: relative;
  top: -3px;
}
.page-header-yxc .title {
  display: inline-block;
  font-family: "SimHei", "STHeiti", "Heiti SC";
  width: 120px;
  height: 35px;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #333333;
  line-height: 35px;
  border-right: 1px solid #ddd;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.page-header-yxc .logo-tip {
  position: relative;
  top: -3px;
  margin-right: 100px;
}
.page-header-yxc .link {
  display: inline-block;
  height: 35px;
  width: 100px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
.page-header-yxc .link.active {
  background: #EB6100;
  color: #fff;
}
.page-header-yxc .phone {
  float: right;
  background: url(../images/icon-phone.png) no-repeat left center;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #EB6100;
}
.page-banner {
  height: 638px;
  background: url(../images/banner.png) no-repeat center center;
}
.page-banner .wrap {
  display: block;
  position: relative;
  width: 1200px;
  height: 100%;
}
.page-banner .form {
  position: absolute;
  cursor: default;
  right: 0;
  top: 100px;
  width: 300px;
  height: 472px;
  background: url(../images/banner-form.png) no-repeat center center;
  z-index: 100;
  padding: 23px 33px;
  font-size: 14px;
}
.page-banner .form .title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.page-banner .form .line {
  width: 62px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  margin: 16px auto;
}
.page-banner .form .tip {
  color: #fff;
  line-height: 28px;
  margin-bottom: 118px;
}
.page-banner .form .form-title {
  color: #333;
}
.page-banner .form .item-input {
  margin-top: 10px;
  font-size: 14px;
}
.page-banner .form .item-input input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 12px;
}
.page-banner .form .code {
  position: relative;
}
.page-banner .form .code input {
  width: 130px;
}
.page-banner .form .code span {
  display: inline-block;
  width: 94px;
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}
.page-banner .form .code .code-img {
  display: none;
  width: 130px;
  height: 40px;
  position: absolute;
  top: -42px;
  left: 0;
}
.page-banner .form .code .show {
  display: block;
}
.page-banner .form .join-btn {
  display: block;
  text-align: center;
  width: 235px;
  height: 42px;
  line-height: 40px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f95b51), to(#f88066));
  background: -o-linear-gradient(left, #f95b51, #f88066);
  background: linear-gradient(90deg, #f95b51, #f88066);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(251, 65, 62, 0.6);
          box-shadow: 0px 4px 8px 0px rgba(251, 65, 62, 0.6);
  border-radius: 21px;
  margin-top: 15px;
  cursor: pointer;
}
.activity-banner {
  height: 640px;
  background: url(../images/banner1.png) no-repeat center center;
}
.slider-service {
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 280px;
  z-index: 9999;
}
.slider-service.slider-hide {
  -webkit-transform: translateX(82%);
      -ms-transform: translateX(82%);
          transform: translateX(82%);
}
.slider-service .left-bar {
  margin-top: 80px;
  width: 30px;
  padding: 30px 8px;
  background: #f95d52;
  border-radius: 10px 0 0 10px;
  color: #fff;
  height: 150px;
  cursor: pointer;
}
.slider-service .left-bar img {
  width: 15px;
  height: 13px;
}
.slider-service .right-bar {
  width: 120px;
  text-align: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.slider-service .right-bar .title {
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#f95b51), to(#f88066));
  background: -o-linear-gradient(left, #f95b51, #f88066);
  background: linear-gradient(90deg, #f95b51, #f88066);
  border-radius: 10px 10px 0 0;
}
.slider-service .right-bar .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #333;
  padding: 13px 0;
  border-bottom: 1px solid #f1f1f1;
}
.slider-service .right-bar .item .icon1 {
  width: 29px;
  height: 32px;
  background: url(../images/icon-product-default.png) no-repeat center;
}
.slider-service .right-bar .item .icon2 {
  width: 30px;
  height: 33px;
  background: url(../images/icon-service-default.png) no-repeat center;
}
.slider-service .right-bar .item .icon3 {
  width: 35px;
  height: 33px;
  background: url(../images/icon-cop-default.png) no-repeat center;
}
.slider-service .right-bar .item:last-child {
  border-bottom: none;
}
.slider-service .right-bar .item:last-child:hover .icon3 {
  background: url(../images/icon-cop.png) no-repeat center;
}
.slider-service .right-bar .item .icon {
  margin-bottom: 10px;
}
.slider-service .right-bar .item:hover {
  color: #eb6100;
}
.slider-service .right-bar .item1:hover .icon1 {
  background: url(../images/icon-product.png) no-repeat center;
}
.slider-service .right-bar .item2:hover .icon2 {
  background: url(../images/icon-service.png) no-repeat center;
}
.page-question {
  padding-top: 60px;
  text-align: center;
}
.page-question .title {
  font-size: 26px;
  color: #eb6100;
  margin-bottom: 40px;
  line-height: 42px;
}
.page-question .wrap {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.page-question .wrap img {
  width: 579px;
  height: 473px;
  margin: 0 auto;
  margin-top: 180px;
}
.page-question .wrap .question-item {
  position: absolute;
  text-align: center;
}
.page-question .wrap .question-item .name {
  font-size: 24px;
  padding: 20px 0;
}
.page-question .wrap .question-item p {
  line-height: 32px;
}
.page-question .wrap .top {
  width: 425px;
  left: 400px;
  height: 174px;
  background: url(../images/bg4.png) no-repeat center;
}
.page-question .wrap .left {
  width: 375px;
  height: 200px;
  background: url(../images/bg3.png) no-repeat center;
  bottom: 65px;
  padding: 0 70px;
}
.page-question .wrap .left .name {
  margin-bottom: 15px;
}
.page-question .wrap .right {
  width: 373px;
  height: 199px;
  bottom: 65px;
  right: 0;
  padding: 0 85px;
  background: url(../images/bg2.png) no-repeat center;
}
.page-question .wrap .right .name {
  margin-bottom: 15px;
}
.page-product-dec {
  padding: 60px 0 45px 0;
  text-align: center;
  margin-top: -10px;
  color: #fff;
  background: url(../images/bg1.png) no-repeat center;
  height: 772px;
  width: 100%;
}
.page-product-dec .title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 43px;
}
.page-product-dec .title span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}
.page-product-dec .dec-box {
  line-height: 38px;
  font-size: 20px;
  text-indent: 40px;
  text-align: left;
}
.m-title {
  font-size: 38px;
  font-weight: bold;
  color: #eb6100;
  margin-bottom: 60px;
}
.m-title span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #eb6100;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}
.page-light-spot {
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.page-light-spot .five-box {
  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;
  padding: 87px 0 80px 0;
  position: relative;
}
.page-light-spot .five-box .line {
  position: absolute;
  width: 970px;
  height: 1px;
  border: 1px solid #cccccc;
  top: 0;
  left: 115px;
}
.page-light-spot .five-box .line1 {
  position: absolute;
  width: 1px;
  height: 147px;
  border: 1px solid #cccccc;
  left: 115px;
  top: 0;
}
.page-light-spot .five-box .line2 {
  position: absolute;
  width: 1px;
  height: 87px;
  border: 1px solid #cccccc;
  left: 355px;
  top: 0;
}
.page-light-spot .five-box .line3 {
  position: absolute;
  width: 1px;
  height: 147px;
  border: 1px solid #cccccc;
  left: 595px;
  top: 0;
}
.page-light-spot .five-box .line4 {
  position: absolute;
  width: 1px;
  height: 87px;
  border: 1px solid #cccccc;
  right: 355px;
  top: 0;
}
.page-light-spot .five-box .line5 {
  position: absolute;
  width: 1px;
  height: 147px;
  border: 1px solid #cccccc;
  right: 115px;
  top: 0;
}
.page-light-spot .item {
  width: 227px;
  height: 232px;
  background: #21246b;
  border-radius: 6px;
  padding: 30px 25px 0 25px;
  -webkit-box-shadow: 5px 5px 0 rgba(33, 36, 107, 0.7);
          box-shadow: 5px 5px 0 rgba(33, 36, 107, 0.7);
}
.page-light-spot .item:nth-child(2n + 1) {
  margin-top: 60px;
}
.page-light-spot .item .num {
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-light-spot .item .num span {
  display: inline-block;
  width: 16px;
  height: 15px;
}
.page-light-spot .item .num span:nth-child(1) {
  background: url(../images/icon-left.png) no-repeat center;
  margin-right: 10px;
}
.page-light-spot .item .num span:nth-child(2) {
  background: url(../images/icon-right.png) no-repeat center;
  margin-left: 10px;
}
.page-light-spot .item .name {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 26px 0;
}
.page-light-spot .item .detail {
  line-height: 26px;
  font-size: 14px;
}
.page-show {
  height: 4232px;
  width: 100%;
  background: url(../images/bg5.png) no-repeat center;
}
.page-show .title {
  width: 485px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: -o-linear-gradient(14deg, #f95b51, #f88066);
  background: linear-gradient(76deg, #f95b51, #f88066);
  border-radius: 30px;
  margin-bottom: 50px;
  font-size: 30px;
  color: #fff;
}
.page-show .content {
  font-size: 24px;
  line-height: 48px;
  font-weight: 400;
  width: 504px;
  color: #fff;
}
.page-show .one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding-top: 154px;
}
.page-show .one img {
  width: 671px;
  height: 225px;
}
.page-show .two {
  padding-top: 300px;
}
.page-show .two img {
  width: 564px;
  height: 589px;
}
.page-show .two .content {
  color: #333333;
}
.page-show .three .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 52px;
}
.page-show .three .imgs img {
  width: 473px;
  height: 292px;
  margin-left: -80px;
  z-index: 22;
}
.page-show .three .imgs img:nth-child(2) {
  z-index: 11;
}
.page-show .three .imgs img:nth-child(3) {
  z-index: 8;
}
.page-show .four {
  position: relative;
  background: url(../images/img5.png) no-repeat center;
  width: 812px;
  height: 484px;
  margin: 0 auto;
  margin-top: 219px;
}
.page-show .four .right {
  position: absolute;
  right: -180px;
  top: -100px;
}
.page-show .five {
  margin-top: 210px;
}
.page-show .five img {
  width: 571px;
  height: 514px;
}
.page-show .five .content {
  color: #333;
}
.page-show .six {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 250px;
}
.page-show .six img {
  width: 490px;
  margin-right: 30px;
}
.page-cop {
  text-align: center;
  padding: 60px 0;
}
.page-cop .join-btn {
  display: block;
  width: 320px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  background: #eb6100;
  border-radius: 28px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}
.page-cop .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-cop .item {
  position: relative;
}
.page-cop .item:nth-child(n+2)::before {
  position: absolute;
  display: block;
  content: '';
  width: 26px;
  height: 25px;
  background: url(../images/icon-turn-left.png) no-repeat center;
  top: 70px;
  left: -45px;
}
.page-cop .item .img {
  width: 150px;
  height: 150px;
  line-height: 110px;
  background: #f7f7f7;
  border-radius: 50%;
  text-align: center;
}
.page-cop .item .icon1 img {
  width: 70px;
  height: 58px;
}
.page-cop .item p {
  margin-top: 22px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.page-table {
  text-align: center;
  padding: 60px 0;
}
.page-table .table {
  margin-top: 40px;
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-table .table .t-header {
  height: 86px;
  line-height: 86px;
  font-size: 25px;
  color: #333;
}
.page-table .table tr:nth-child(n+2) td {
  padding: 30px 0;
}
.page-table .table tr td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.page-table .table tr td .red {
  color: #EB6100;
}
.page-table .table tr td:nth-child(2n+1) {
  background: #F7F7F7;
}
.page-table .table tr td:nth-child(1) {
  width: 218px;
}
.page-table .table tr td:nth-child(2) {
  padding: 0 47px;
  width: 325px;
  line-height: 28px;
}
.page-table .table tr td:nth-child(3) {
  padding: 0 42px;
  width: 325px;
  line-height: 28px;
}
.page-from {
  padding: 60px 0;
  text-align: center;
  background: url(../images/bg7.png) no-repeat center;
  height: 435px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.page-from .title {
  font-size: 38px;
  font-weight: bold;
}
.page-from .tip {
  margin: 20px 0 40px 0;
}
.page-from .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  margin: 0 auto;
}
.page-from .form .item {
  margin-bottom: 30px;
  width: 436px;
}
.page-from .form .item:nth-child(4) {
  margin-left: 3px;
}
.page-from .form .item span {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.page-from .form .item input {
  width: 326px;
  height: 33px;
  border: 1px solid #c9ccf5;
  background: rgba(0, 0, 0, 0);
  padding-left: 5px;
}
.page-from .form .code input {
  width: 235px;
  margin-right: 8px;
}
.page-from .form .code .code-img {
  width: 80px;
  height: 40px;
}
.page-from .form .submit {
  width: 290px;
  height: 45px;
  line-height: 45px;
  background: #eb6100;
  border-radius: 23px;
  margin: 0 auto;
  margin-left: 125px;
}
.page-footer {
  background: url(../images/main_footer.png) 0px 0px;
  line-height: 30px;
  padding: 45px 0px;
  color: #dddddd;
  text-align: center;
  margin-bottom: 114px;
}
.margin-bottom {
  margin-bottom:0;
}
.page-footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-footer ul li a {
  margin: 0px 20px;
  color: #eeeeee;
}
.page-footer .beian {
  display: inline-block;
  margin: 0 5px 0 30px;
  width: 20px;
  height: 20px;
  background: url(../images/beian.png) no-repeat center;
  vertical-align: middle;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index:99999;
}
.fixed-bottom .img {
  width: 100%;
  height: 114px;
  background: url(../images/bottom-bg.png) no-repeat center;
}
.fixed-bottom.hide {
  display: none;
}
.fixed-bottom .img .wrap {
  position: relative;
}
.fixed-bottom .img .wrap img {
  position: absolute;
  right: 10px;
  top: 2px;
  width: 31px;
  height: 31px;
}



