@charset "UTF-8";
.header {
  height: 36px;
  min-width: 1200px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 20px;
  background: #fff; }
  .header iframe {
    position: relative;
    bottom: 2px; }
  .header .logo {
    float: left; }
  .header .fun {
    float: right;
    height: 32px; }
    .header .fun .link, .header .fun .login {
      display: inline-block;
      color: #54565A;
      height: 32px;
      line-height: 32px;
      font-size: 12px;
      cursor: pointer;
      box-sizing: border-box;
      margin-right: 24px;
      text-decoration: underline; }
      .header .fun .link:hover, .header .fun .link.on, .header .fun .login:hover, .header .fun .login.on {
        color: #0074FF; }
    .header .fun .link:first-child {
      color: #4389FF; }
    .header .fun .login {
      margin-right: 0; }
.header .fun .yet {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  position: relative; }
.header .fun .yet:hover .quit {
  display: inline-block; }
.header .fun .yet span {
  color: #54565A;
  line-height: 32px;
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: underline; }
.header .fun .yet .quit {
  display: none;
  width: 84px;
  min-height: 76px;
  font-size: 12px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 32px;
  left: -20px;
  z-index: 10;
  box-shadow: 0 2px 4px 0 rgba(214, 224, 246, 0.5); }
.quit p{
  font-size: 12px;
  color: #666666;
  line-height: 28px;
}
.quit p:hover{
  color: #4389FF;
}
    .header .fun .more {
      display: inline-block;
      width: 64px;
      height: 24px;
      line-height: 24px;
      margin-left: 24px;
      cursor: pointer;
      color: #fff;
      font-size: 12px;
      text-align: center;
      border-radius: 1px;
      background-color: #0074FF; }
    .header .fun .listMore {
      display: none;
      width: 102px;
      height: 100%;
      padding: 0 11px;
      text-align: center;
      background-color: #f9f9f9;
      border-left: 1px solid #E6E6E6;
      box-shadow: 0 1px 4px 0 rgba(27, 73, 139, 0.21);
      box-sizing: border-box;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000; }
      .header .fun .listMore > span {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        border-bottom: 1px solid #eee; }
      .header .fun .listMore .check {
        display: inline-block;
        width: 100%;
        height: 81px;
        font-size: 12px;
        border-bottom: 2px solid #eee; }
        .header .fun .listMore .check i {
          display: inline-block;
          width: 36px;
          height: 36px;
          margin-top: 12px; }
          .header .fun .listMore .check i.staff {
            background: url("../images/header-staff.png") no-repeat; }
          .header .fun .listMore .check i.performance {
            background: url("../images/header-performance.png") no-repeat; }
          .header .fun .listMore .check i.aptitude {
            background: url("../images/header-aptitude.png") no-repeat; }
          .header .fun .listMore .check i.integrity {
            background: url("../images/header-integrity.png") no-repeat; }
          .header .fun .listMore .check i.sites {
            background: url("../images/header-sites.png") no-repeat; }
          .header .fun .listMore .check i.about {
            background: url("../images/header-about.png") no-repeat; }
        .header .fun .listMore .check:hover {
          color: #4389FF; }
      .header .fun .listMore .allProduct {
        display: inline-block;
        margin-top: 16px;
        font-size: 12px; }

/* 微信扫码弹窗 */
.login_alert{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.8);
  z-index: 999;
  display: none;}
  .login_alert .scan{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 860px;
    height: 400px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: flex-start; }
    .scan .banner {
      width: 460px;
      height: 400px; }
      .scan .banner img {
        width: 100%;
        height: 100%; }

    /*账号登陆*/
    .scan .account_login,
    .scan .reset_password {
      display: none; }
    .scan .code_login,
    .scan .account_login,
    .scan .reset_password{
      width: 400px;
      height: 400px;
      background-color: #fff;
      box-sizing: border-box;
      padding: 4px; }
      .scan .account_login .tip_img,
      .scan .reset_password .tip_img,
      .scan .code_login .tip_img {
        float: right;
        width: 69px;
        height: 22px; }
      .scan .account_login .change_loginMethod,
      .scan .reset_password .change_loginMethod,
      .scan .code_login .change_loginMethod{
        float: right;
        width: 45px;
        height: 45px; }
        .scan .account_login .tip_img img,
        .scan .reset_password .tip_img img,
        .scan .code_login .tip_img img,
        .scan .reset_password .change_loginMethod img,
        .scan .account_login .change_loginMethod img,
        .scan .code_login .change_loginMethod img{
          width: 100%;
          height: 100%; }
      .scan .account_login .account_main,
      .scan .reset_password .reset_main{
        margin: 28px auto;
        width: 336px; }
        .scan .account_login .account_main .underline{
          width: 36px;
          height: 2px;
          background-color: #4389FF;
          margin-bottom: 40px; }
        .scan .account_login .account_main > span,
        .scan .reset_password .reset_main > span{
          display: block;
          text-align: left;
          font-size: 18px;
          color: #333333;
          margin-bottom: 10px; }
        .scan .account_login .account_main > span.forget_password{
          float: right;
          cursor: pointer;
          font-size:12px;
          color:rgba(153,153,153,1);
        }
        .scan .account_login .account_main div.phone_input,
        .scan .reset_password .reset_main div:not(.underline) {
          margin-bottom: 16px; }
        .scan .account_login .account_main div.password_input{
          margin-bottom: 11px;
        }
        .scan .account_login .account_main input,
        .scan .reset_password .reset_main input{
          box-sizing: border-box;
          border: 1px solid #E6E6E6;
          border-radius:2px;
          padding: 11px 12px;
          width: 336px;
          height: 40px; }
        .scan .account_login .account_main input:focus,
        .scan .reset_password .reset_main input:focus{
          border: 1px solid #4389FF; }
        .scan .account_login .account_main input[type='submit']{
          background-color: #4389FF;
          color: #fff;
          border-radius: 2px; }
      /*扫码登录*/
      .scan .code_login .code_main {
        margin: 67px auto;
        width: 184px; }
        .scan .code_login .code_main p:nth-child(1){
          font-size: 16px;
          color: #333333;
          text-align: center;
          display: none; }
        .scan .code_login .code_main p:nth-child(2){
          font-size: 12px;
          color: #999999;
          text-align: center;
          margin: 10px 0 13px 0;
          display: none; }
        .scan .code_login .code_main .login_code {
          width: 184px;
          height: 184px;
          box-sizing: border-box; }
          .scan .code_login .code_main .login_code img {
            width: 100%;
            height: 100%; }
        .scan .code_login .code_main .hint {
          display: block;
          height:21px;
          font-size:12px;
          color:#999999;
          line-height:21px;
          text-align: center; }
        .scan .code_login .code_main .succeed,
        .scan .code_login .code_main .loser {
          display: none;
          font-size: 14px;
          color: #9999B4;
          text-align: center;
          margin-top: 10px; }
          .scan .code_login .code_main .succeed i,
          .scan .code_login .code_main .loser i {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-right: 5px;
            position: relative;
            top: 2px; }
          .scan .code_login .code_main .succeed i{
            background: url("../images/logo/succeed.png") no-repeat; }
          .scan .code_login .code_main .loser i {
            background: url("../images/logo/loser.png") no-repeat; }
      /* 忘记密码 */
      .scan .reset_password .reset_main .underline{
        width: 36px;
        height: 2px;
        background-color: #4389FF;
        margin-bottom: 30px;}
      .scan .reset_password .reset_main input[type='submit']{
        background-color: #4389FF;
        color: #fff;
        border-radius: 2px;}
      .scan .reset_password .reset_main .get_ver_code,
      .scan .reset_password .reset_main .sent{
        position:absolute;
        right:15px;
        top:10px;
        color:#4389FF;
        cursor:pointer;
      }
      .scan .reset_password .reset_main .sent{
        display: none;
      }
      

        /* 弹窗关闭按钮 */
        .login_alert .login_alert_close{
          width: 28px;
          height: 28px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(430px, -230px);
          background: url('../images/close_solid.png');
          background-size: 100% 100%;}
        /* 密码可看与否 */
        .password_input{
          position: relative; }
        .account_login .password_input img,
        .reset_password .password_input img{
          width: 20px;
          height: 14px;
          position: absolute;
          right: 15px;
          top: 13px;
          cursor: pointer; }
        .password_input img.visible{
          display: none; }


/*设置页面通用样式*/
body {
  font: 14px "arial","verdana","helvetica","PingFang SC","HanHei SC","STHeitiSC-Light","Microsoft Yahei",sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff!important; }

/* 重置表单元素 */
button, input, select, textarea {
  outline: none; }

input {
  font-family: inherit; }

/* 清除内外边距 */
h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, button, input, textarea,
th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0; }

/* 重置列表元素 */
ul, ol {
  list-style: none; }

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*重置a标签样式*/
a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #4389FF; }

/*重置图片样式*/
img {
  vertical-align: middle;
  border-style: none; }

/*清除浮动*/
.clear:after {
  content: "";
  display: block;
  clear: both; }

/*表单元素placeholder 样式*/
input::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

input::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

.main {
  width: 1200px;
  margin: 0 auto; }

.mb40 {
  margin-bottom: 40px; }


.head {
  width: 100%;
  position: relative; }
  .head img {
    width: 100%; }
  .head .videoBtn {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 19%; }
    .head .videoBtn i {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-left: 6px;
      background: url("../images/about-play.png") no-repeat;
      vertical-align: middle; }

.video {
  width: 850px;
  height: 510px;
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .video .shut {
    height: 30px;
    text-align: right; }
    .video .shut button {
      width: 25px;
      height: 25px;
      cursor: pointer;
      border: none;
      border-radius: 50%; }
  .video video {
    width: 100%; }

.synopsis {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
  .synopsis .title {
    font-size: 24px; }
  .synopsis .introduce {
    line-height: 24px;
    margin: 30px 0 60px;
    font-size: 14px; }

.service {
  padding: 60px 0 80px;
  background-color: #F9FAFE;
  font-size: 0;
  text-align: center; }
  .service h1.title {
    font-size: 24px;
    margin-bottom: 60px; }
  .service .items {
    display: inline-block;
    width: 260px;
    height: 347px;
    margin-left: 26px;
    padding: 0 19px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(64, 67, 76, 0.1);
    background-color: #fff;
    vertical-align: top; }
    .service .items:first-child {
      margin-left: 40px; }
    .service .items img {
      margin-top: 40px;
      width: 50px;
      height: 50px; }
    .service .items .title {
      margin-top: 28px;
      font-size: 16px;
      font-weight: bold; }
    .service .items .info {
      height: 60px;
      line-height: 20px;
      margin: 10px 4px 0;
      color: #666;
      font-size: 12px;
      overflow: hidden; }
    .service .items .item {
      margin-top: 10px;
      text-align: left; }
      .service .items .item span {
        display: inline-block;
        width: 66px;
        height: 24px;
        line-height: 24px;
        margin: 0 2px 8px;
        text-align: center;
        color: #4389FF;
        font-size: 12px;
        background-color: #F5F9FF; }

.advantage {
  text-align: center;
  font-size: 0; }
  .advantage h1.title {
    font-size: 24px;
    margin: 60px 0; }
  .advantage .items {
    display: inline-block;
    width: 280px;
    height: 200px;
    padding: 0 24px;
    box-sizing: border-box;
    border: 1px solid #DEE0F1;
    border-left: none;
    vertical-align: top; }
    .advantage .items:first-child {
      border-left: 1px solid #DEE0F1; }
    .advantage .items .adorn {
      display: inline-block;
      width: 24px;
      height: 3px;
      margin-top: 20px;
      background-color: #4389FF; }
    .advantage .items .title {
      margin-top: 40px;
      font-size: 16px;
      font-weight: bold; }
    .advantage .items .info {
      height: 60px;
      line-height: 20px;
      margin-top: 16px;
      color: #666;
      font-size: 12px;
      overflow: hidden; }
.generalize {
  font-size: 0;
  cursor: pointer; }
  .generalize .explain{
    height: 100%;
    float: right;
    font-size: 16px;
    color: #4389FF;
  }
  .generalize i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle; }
  .generalize span {
    font-size: 16px;
    vertical-align: middle; }
  .generalize .app, .generalize .WeChat, .generalize .pc {
    display: inline-block;
    position: relative; }
  .generalize .app .code-bg {
    left: -55px; }
  .generalize .WeChat .code-bg {
    left: -25px; }
  .generalize .code-bg {
    display: none;
    width: 166px;
    height: 172px;
    background: url("../images/code-bg.png") no-repeat;
    position: absolute;
    bottom: 100%;
    margin: auto; }
    .generalize .code-bg img {
      width: 130px;
      height: 130px;
      position: absolute;
      top: 17px;
      left: 17px; }

.head-generalize {
  position: absolute;
  left: 19%;
  bottom: 4%; }
  .head-generalize span {
    color: #fff; }
  .head-generalize .app i {
    background: url("../images/head-app.png") no-repeat; }
  .head-generalize .WeChat {
    margin-left: 40px; }
    .head-generalize .WeChat i {
      background: url("../images/head-WeChat.png") no-repeat; }

#footer {
  background: #3d3d3d;
  padding-bottom: 30px;
  width: 100%;
  font-size: 14px;
}
.foot-generalize {
  padding: 32px 0;
  border-top: 1px solid #F0F1F5;
  border-bottom: 1px solid #F0F1F5; }
  .foot-generalize span {
    color: #4389FF; }
  .foot-generalize .app i {
    background: url("../images/foot-app.png") no-repeat; }
  .foot-generalize .WeChat {
    margin-left: 60px; }
    .foot-generalize .WeChat i {
      background: url("../images/foot-WeChat.png") no-repeat; }
  .foot-generalize .pc {
    margin-left: 60px; }
    .foot-generalize .pc i {
      background: url("../images/foot-PC.png") no-repeat; }

      p {
        line-height: 30px;
        text-align: center;
        color: #000;
        font-size: 16px; 
      }
      .titleP {
        font-weight: bold;
        font-size: 30px;
      }
      .firm {
        width: 1120px;
        margin: 40px auto;
        box-sizing: border-box;
      }
      .imgList {
        width: 100%;
        height: 390px;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
      }
      .imgList > img {
        width: 180px;
      }

      .else {
        width: 100%!important;
        padding: 30px;
        height: 450px!important;
        background-color: rgb(248, 248, 248)!important;
        margin: 0 auto!important;
      }
      .else p {
        line-height: normal;
      }

      .memberPrivilege p {
        color: rgb(95, 95, 95);
        text-align: left;
      }
      .member {
        width: 1120px;
        margin: 20px auto 0;
        color: rgb(179, 147, 107);
      }
      .member .menberPrice {
        width: 100%;
        display: flex;
      }
      .member .menberPrice .priceLeft {
        width: 450px;
        font-size: 120px;
        position: relative;
        font-weight: bold;
        letter-spacing: 30px;
      }
      .member .menberPrice .priceLeft > span {
        font-size: 120px;
      }
      .member .menberPrice .priceLeft .priceUnit {
        position: absolute;
        bottom: 21px;
        right: 10px;
        font-size: 25px;
        font-weight: 500;
        padding: 0 5px;
        border: 1px solid rgb(179, 147, 107);
        color: rgb(179, 147, 107);
        border-radius: 7px;
        letter-spacing: 0;
      }
      .member .menberPrice .priceRight {
        display: flex;
        padding-left: 50px;
        position: relative;
        width: 670px;
        padding-top: 9px;
      }
      .member .menberPrice .priceRight .priceItem {
        width: 110px;
        height: 105px;
        border: 2px solid;
        border-radius: 10px;
        text-align: center;
        padding: 10px 5px 5px;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 10px 20px;
        cursor: pointer;
        box-sizing: border-box;
      }
      .member .menberPrice .priceRight p {
        color: rgb(179, 147, 107);
      }
      .member .menberPrice .priceRight .priceItem.active {
        background-color: rgb(179, 147, 107);
        color: white;
      }
      .member .menberPrice .priceRight .priceItem.active p {
        color: white;
      }
      .member .menberPrice .priceRight .priceItem .menberYear {
        font-size: 23px;
        margin-top: 10px;
        font-weight: 500;
      }
      .member .menberPrice .priceRight .priceBtn {
        width: 150px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid red;
        border-radius: 25px;
        font-size: 25px;
        cursor: pointer;
        top: 50px;
        position: absolute;
        right: 20px;
      }
      .privilegeList {
        color: #4a4a4a;
      }
      .memberPrivilege {
        color: #4a4a4a;
      }
      .memberPrivilege > p {
        margin: 20px 10px;
        font-size: 16px;
      }
      .slider-list-wraper {
        display: flex;
        width: 100%;
        height: 120px;
        flex-wrap: wrap;
        justify-content: center;
      }
      .privilege-item-container {
        width: 180px;
        height: 40px;
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
      }
      .privilege-item-container > img {
        width: 30px;
        height: 30px;
        margin-top: 5px;
      }
      .privilege-item-container > div {
        line-height: 20px;
        width: 120px;
        margin-left: 10px;
      }
      .privilege-item-container > div > p:first-child {
        font-weight: bold;
      }
      .privilege-item-container > div > p:last-child {
        color: rgb(54, 54, 54);
      }
      