@charset "UTF-8";
/*--------------- ---------------*/
/*--------------- ---------------*/
/*--------------- ---------------*/
.header .nav .a-nav:hover, .header .sub-nav .a-subnav:hover, .notice-item:hover, .notice .a-more:hover, .case a:hover, .header .nav .hover-line, .header .sub-nav, .register-a:hover, .footer .a-btn:hover, .float-nav-item .a-link:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.header .nav .a-nav:hover, .header .sub-nav .a-subnav:hover, .notice-item:hover, .notice .a-more:hover, .case a:hover {
  color: #329cee; }

/*--------------- login ---------------*/
html {
  font-family: sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: 'PingFang SC','Helvetica Neue', Helvetica, Arial,'Microsoft YaHei',sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  color: #373a3c;
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  color: inherit; }

h1,
.h1 {
  font-size: 2.5rem; }

h2,
.h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.75rem; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.25rem; }

h6,
.h6 {
  font-size: 1rem; }

a {
  cursor: pointer;
  text-decoration: none;
  outline: 0; }

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-item {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.color-white {
  color: #fff; }

.color-blue {
  color: #329cee; }

.color-red {
  color: #e94659; }

.font-italic {
  font-style: italic; }

.bgc-blue {
  background-color: #009eee; }

.bgc-black {
  background-color: #384042; }

.bgc-gray {
  background-color: #f5f4f3; }

.bg-register {
  background: url(../../../images/login/bg-register.png) no-repeat center center;
  background-size: cover; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.underline {
  text-decoration: underline; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.f20 {
  font-size: 20px; }

.f22 {
  font-size: 22px; }

.f32 {
  font-size: 32px; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ' '; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.spline-top {
  border-top: 1px solid currentColor; }

.wrapper-box {
  width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.containers input:-webkit-autofill,
.containers input:-webkit-autofill:hover,
.containers input:-webkit-autofill:focus,
.containers input:-webkit-autofill:active {
  -webkit-transition: color 5000s ease-out, background-color 5000s ease-out;
  -webkit-transition-delay: 5000s; }
.containers input[type=text],
.containers input[type=password],
.containers select {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.containers input[type=checkbox] {
  margin-top: 2px;
  vertical-align: middle; }

.header {
  position: relative;
  z-index: 10;
  box-shadow: 0 3px 5px rgba(3, 3, 3, 0.3); }
  .header .logo {
    width: 400px;
    height: 70px;
    background: url(../../../images/login/logo.png) no-repeat left center;
    background-size: contain; }
  .header .main-nav {
    position: relative;
    z-index: 6;
    background-color: #fff; }
  .header .nav {
    position: relative;
    overflow: hidden; }
    .header .nav-box {
      position: relative;
      z-index: 2; }
    .header .nav .a-nav {
      line-height: 70px;
      height: 70px;
      padding: 0 20px;
      color: #373d41; }
    .header .nav .icon-arrow-down {
      display: inline-block;
      vertical-align: middle; }
    .header .nav .hover-line {
      position: absolute;
      bottom: 0;
      width: 0;
      height: 4px; }
  .header .sub-nav {
    position: absolute;
    z-index: 5;
    top: -50px;
    right: 0;
    left: 0;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 5px rgba(3, 3, 3, 0.3); }
    .header .sub-nav .a-subnav {
      width: 120px;
      margin-top: 26.5px;
      color: #373d41; }
    .header .sub-nav p {
      margin-top: 1em;
      margin-bottom: 0; }

/*--------------- swiper ---------------*/
.swiper-img {
  display: block;
  width: 100%;
  height: 570px;
  background-position: center center;
  background-size: cover; }

.my-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px; }
  .my-bullet .swiper-svg {
    width: 100%;
    height: 100%;
    stroke-width: 10px;
    fill-opacity: 0; }
  .my-bullet .my-path {
    stroke: rgba(255, 255, 255, 0.2); }
  .my-bullet .my-dash {
    stroke: #fff;
    stroke-dasharray: 282.783,282.783;
    stroke-dashoffset: 282.783; }
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
.my-bullet-active .my-dash {
  -webkit-animation: dash 4s linear infinite;
  animation: dash 4s linear infinite; }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .my-bullet-active .my-path {
    stroke: #fff; } }
/*--------------- ---------------*/


.section-box .section-title {
  font-size: 34px;
  color: #2a2e3c; }
  .section-box .section-title:after {
    position: relative;
    left: 50%;
    display: block;
    width: 135px;
    height: 4px;
    margin-top: 20px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff3649; }

.banner {
  position: relative; }
  .banner .login-box {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 50%;
    width: 380px;
    margin-left: 220px;
    color: #787878;
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, 0.8); }
    .banner .login-box ::-webkit-input-placeholder {
      font-size: 14px;
      color: #787878; }
    .banner .login-box ::-moz-placeholder {
      font-size: 14px;
      color: #787878; }
    .banner .login-box :-ms-placeholder {
      font-size: 14px;
      color: #787878; }
    .banner .login-box input[type=text],
    .banner .login-box input[type=password] {
      font-size: 14px;
      width: 100%;
      padding: 0;
      color: inherit;
      background-color: transparent; }
    .banner .login-box .input-item {
      padding: 1em 1.5em;
      border: 1px solid #a9aaaa;
      border-radius: .25rem; }
    .banner .login-box .title,
    .banner .login-box .input-box,
    .banner .login-box .help,
    .banner .login-box .a-login {
      margin-right: 40px;
      margin-left: 40px; }
    .banner .login-box .a-help {
      color: rgba(232, 70, 88, 0.7); }
    .banner .login-box .a-login {
      display: block;
      padding: .75em 0;
      color: #fff;
      border-radius: .25rem;
      background-image: linear-gradient(to bottom, #6fa9f2, #4f88d1);
      background-image: -webkit-linear-gradient(top, #6fa9f2, #4f88d1); }
    .banner .login-box .a-register {
      display: block;
      padding: 1em 0;
      color: #fff;
      border-radius: 0 0 .25rem .25rem;
      background-color: rgba(232, 70, 88, 0.7); }
    .banner .login-box .a-refresh {
      display: inline-block;
      vertical-align: middle;
      color: #329cee; }
    .banner .login-box .yzm {
      padding: 9.5px 1.5em; }
      .banner .login-box .yzm .input-yzm {
        line-height: 30px;
        height: 30px; }
      .banner .login-box .yzm .img-yzm {
        display: inline-block;
        width: 90px;
        height: 30px;
        vertical-align: middle; }

.notice {
  padding: 20px 0; }
  .notice-box {
    padding: 1em 4em;
    background-color: #fff; }
  .notice-title {
    padding: 6px 0;
    color: #e84658; }
  .notice-item {
    margin-left: 30px;
    padding: 6px 0;
    color: #8a8a8a; }
    .notice-item:before {
      display: inline-block;
      padding-right: .5em;
      content: '●'; }
  .notice .icon-new {
    font-size: 24px;
    line-height: calc(20/14); }
  .notice .a-more {
    margin-left: 30px;
    padding: 6px 12px;
    color: #8a8a8a;
    border: 1px solid currentColor;
    border-radius: .25rem; }

.about-us-1 {
  padding: 80px 0; }
  .about-us-1-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about-us-1 .box-item {
    width: 33.33%; }
    .about-us-1 .box-item .itme-icon {
      width: 76px;
      height: 76px;
      display: inline-block;
      font-size: 76px;
      color: #515151; }
    .about-us-1 .box-item .itme-icon.icon-about-us-1{
      background: url(../../../images/login/icon-about-us-1.png) no-repeat center center;
      background-size: contain;
    } 
    .about-us-1 .box-item .itme-icon.icon-about-us-2{
      background: url(../../../images/login/icon-about-us-2.png) no-repeat center center;
      background-size: contain;
    } 
    .about-us-1 .box-item .itme-icon.icon-about-us-3{
      background: url(../../../images/login/icon-about-us-3.png) no-repeat center center;
      background-size: contain;
    } 
    .about-us-1 .box-item .itme-icon.icon-about-us-4{
      background: url(../../../images/login/icon-about-us-4.png) no-repeat center center;
      background-size: contain;
    } 
    .about-us-1 .box-item .itme-icon.icon-about-us-5{
      background: url(../../../images/login/icon-about-us-5.png) no-repeat center center;
      background-size: contain;
    } 
    .about-us-1 .box-item .itme-icon.icon-about-us-6{
      background: url(../../../images/login/icon-about-us-6.png) no-repeat center center;
      background-size: contain;
    } 
    .about-us-1 .box-item .item-title {
      color: #2a2e3c;
      fony-weight: 700; }
    .about-us-1 .box-item p {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: .5em;
      color: #2a2e3c; }

.about-us-2 {
  padding: 80px 0; }
  .about-us-2-box {
    position: relative;
    height: 565px;
    margin-right: 120px;
    margin-left: 120px;
    background: url(../../../images/login/bg-about-us.png) no-repeat bottom center; }
    .about-us-2-box .top-left {
      top: 0;
      left: 0; }
    .about-us-2-box .top-right {
      top: 0;
      right: 0; }
    .about-us-2-box .bottom-left {
      bottom: 0;
      left: 0; }
    .about-us-2-box .bottom-right {
      right: 0;
      bottom: 0; }
  .about-us-2 .box-item {
    position: absolute;
    width: 130px; }
    .about-us-2 .box-item .item-title {
      color: #2a2e3c; 
      fony-weight: 700; }
    .about-us-2 .box-item .item-content {
      font-size: 14px;
      line-height: 26px;
      color: #777; }

.case {
  padding: 80px 0; }
  .case-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .case-item {
    width: 50%;
    margin-top: 80px; }
  .case .show-box {
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #fff; }
  .case-logo {
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .case .img-box img {
    width: 120px;
    height: 120px; }
  .case .a-link {
    display: block;
    color: #9f9e9e; }
  .case .icon-box {
    font-size: 32px; }

.register {
  padding: 90px 0 100px; }
  .register-a {
    line-height: 50px;
    display: inline-block;
    width: 180px;
    height: 50px;
    color: #329cee;
    border: 1px solid #fff;
    border-radius: .25rem;
    background-color: #fff; }
    .register-a:hover {
      color: #fff;
      background-color: #20bbef; }

.partner {
  padding: 80px 0; }
  .partner-box {
    height: 700px;
    background: url(../../../images/login/partner.jpg) no-repeat center center;
    background-size: contain; }

.footer {
  color: #8a8a8a; }
  .footer-content {
    padding: 60px 0; }
    .footer-content .col-title {
      margin-bottom: 20px;
      color: #fff; }
  .footer a {
    font-size: 14px;
    color: inherit; }
  .footer .a-link {
    display: block;
    padding: .375em 0; }
    .footer .a-link:hover {
      text-decoration: underline;
      color: #fff; }
  .footer .row-text {
    line-height: 32px;
    display: inline-block;
    vertical-align: middle; }
  .footer .icon-box {
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    width: 30px;
    height: 32px;
    vertical-align: middle; }
  .footer .a-btn {
    display: inline-block;
    padding: .375em .75em;
    border: 1px solid currentColor; }
    .footer .a-btn:hover {
      color: #fff;
      box-shadow: 0 0 1px #fff; }
  .footer .copyright {
    padding: 1em 0; }

/*--------------- register ---------------*/
.register-wrapper {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0;
  color: #383d41; }
  .register-wrapper .form-title {
    padding: .375em 0;
    border-bottom: 1px solid #c4c4c4; }
  .register-wrapper .form-item {
    font-size: 14px;
    width: 480px;
    margin-right: auto;
    margin-left: auto; }
    .register-wrapper .form-item ::-webkit-input-placeholder {
      font-size: 14px;
      color: #c4c4c4; }
    .register-wrapper .form-item ::-moz-placeholder {
      font-size: 14px;
      color: #c4c4c4; }
    .register-wrapper .form-item :-ms-placeholder {
      font-size: 14px;
      color: #c4c4c4; }
    .register-wrapper .form-item .label-box {
      width: 120px;
      padding: 6px 12px;
      border: 1px solid transparent; }
    .register-wrapper .form-item .input-box,
    .register-wrapper .form-item .select-box {
      position: relative;
      padding: 6px 12px;
      color: #555;
      border: 1px solid #c4c4c4;
      border-radius: .25rem; }
    .register-wrapper .form-item .select-box select {
      font-size: 14px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 6px 12px;
      color: #383d41;
      border-radius: .25rem; }
    .register-wrapper .form-item .radio-box {
      position: relative;
      padding: 6px 12px;
      color: #555; }
      .register-wrapper .form-item .radio-box label {
        display: inline-block;
        vertical-align: middle; }
    .register-wrapper .form-item input[type=text],
    .register-wrapper .form-item input[type=password] {
      font-size: 14px;
      width: 100%;
      color: inherit; }
    .register-wrapper .form-item .my-checked {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      border: 1px solid #c4c4c4;
      border-radius: .25rem; }
      .register-wrapper .form-item .my-checked span {
        font-size: 20px;
        position: absolute;
        right: -1px;
        bottom: 0;
        display: none;
        color: #329cee; }
    .register-wrapper .form-item .my-radio {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 0; }
      .register-wrapper .form-item .my-radio:checked + .my-checked {
        color: #329cee;
        border: 1px solid #329cee; }
        .register-wrapper .form-item .my-radio:checked + .my-checked span {
          display: block; }
    .register-wrapper .form-item .a-submit {
      display: block;
      padding: 6px 12px;
      color: #fff;
      border: 1px solid #329cee;
      border-radius: .25rem;
      background-color: #329cee; }
    .register-wrapper .form-item .error-box {
      position: absolute;
      top: 0;
      left: 100%;
      width: 360px;
      padding: 6px 8px; }
      .register-wrapper .form-item .error-box .icon-box {
        font-size: 16px;
        line-height: 20px; }

/*--------------- ---------------*/

/*# sourceMappingURL=layout.css.map */
