/* font-rem-base */
html {
  font-size: 62.5%; }

@media only screen and (min-width: 481px) {
  html {
    font-size: 94% !important; } }

@media only screen and (min-width: 561px) {
  html {
    font-size: 109% !important; } }

@media only screen and (min-width: 641px) {
  html {
    font-size: 125% !important; } }

/* ysj-head */
body {
  font-family: "microsoft yahei" ,"Helvetica Neue","Helvetica","Arial","sans-serif"; }

.container-fluid {
  padding: 0 100px; }

@media (max-width: 840px) {
  .container-fluid {
    padding: 0 15px; } }

@media (min-width: 768px) {
  .stay-top.navbar-default {
    background-color: transparent;
    border-color: transparent; }
    .stay-top.navbar-default .navbar-nav > li > a {
      font-size: 16px;
      font-weight: bolder;
      color: #FFFFFF; }
      .stay-top.navbar-default .navbar-nav > li > a:hover {
        background-color: rgba(255, 255, 255, 0.5) !important;
        border-radius: 2px; }
      .stay-top.navbar-default .navbar-nav > li > a.login {
        border: 1px solid #fff;
        border-radius: 2px; }
        .stay-top.navbar-default .navbar-nav > li > a.login:active {
          background-color: #fff !important;
          color: #ff8800;
          border-radius: 2px; }
      .stay-top.navbar-default .navbar-nav > li > a.create-count {
        border: 1px solid #DC7907;
        border-radius: 2px;
        color: #ff8800;
        background-color: transparent; }
        .stay-top.navbar-default .navbar-nav > li > a.create-count:active {
          background-color: #ff8800 !important;
          color: #fff !important; }
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bolder; }
    .navbar-default .navbar-nav > li > a {
      font-size: 16px;
      font-weight: bolder;
      color: #666; }
      .navbar-default .navbar-nav > li > a:hover {
        background-color: #fff !important;
        border-radius: 2px; }
      .navbar-default .navbar-nav > li > a.login {
        border: 1px solid #666666;
        border-radius: 2px; }
        .navbar-default .navbar-nav > li > a.login:active {
          border: 1px solid #666666;
          background-color: #666666 !important;
          color: #fff; }
      .navbar-default .navbar-nav > li > a.create-count {
        border: 1px solid #DC7907;
        border-radius: 2px;
        color: #ff8800;
        background-color: #FFE7CC; }
        .navbar-default .navbar-nav > li > a.create-count:active {
          background-color: #ff8800 !important;
          color: #fff !important; }
    .navbar-default .navbar-nav > li > a {
      margin-right: 20px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .navbar-default .navbar-nav > li > a.active {
        color: #ff8800; } }

.stay-top.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: transparent;
  color: #FFFFFF; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  color: #000; }

.stay-top .navbar-brand {
  background-image: url(../img/logo.png); }

.navbar-brand {
  padding: 0 15px;
  height: 48px;
  width: 94px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo-top.png);
  background-position: 10px 0; }

.collapse.navbar-collapse {
  padding-top: 10px; }

.navbar-default {
  padding-top: 10px;
  padding-bottom: 20px; }

@media (max-width: 480px) {
  .stay-top .navbar-brand {
    background-image: url(../img/logo-top.png); }
  #service {
    margin-top: 80px; } }

/* section-box */
.section .section-title {
  text-align: center;
  font-size: 2rem;
  color: #333333;
  line-height: 2rem;
  margin: 2rem 0; }

.section .section-box {
  text-align: center;
  position: relative;
  margin-bottom: 3rem; }

@media screen and (min-width: 1000px) {
  .section .section-title {
    margin: 4rem 0; }
  .section .section-box {
    margin-bottom: 4rem; } }

/* slider-ysj */
.section_slideshow
, .carousel-inner {
  position: relative; }

.section_slideshow::before
, .carousel-inner::before {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute; }

.carousel-caption {
  top: 10%;
  bottom: auto; }
  .carousel-caption img {
    height: 23rem; }

.carousel-indicators li {
  background-color: #CCCCCC;
  border-color: #CCCCCC; }

.carousel-indicators .active {
  background-color: #ff8800;
  border-color: #ff8800; }

.carousel-control {
  z-index: 15; }

#service .item, #cooperation1 .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px; }

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px; } }

@media screen and (min-width: 1280px) {
  .carousel-caption {
    right: 15%;
    left: 15%; }
    .carousel-caption P:first-child {
      font-size: 2rem; }
    .carousel-caption P:nth-child(2) {
      font-size: 1.5rem; }
    .carousel-caption .slide-title {
      left: -15%;
      top: 200px;
      position: absolute; }
    .carousel-caption img {
      height: 24rem;
      right: -15%;
      top: 100px;
      position: absolute; } }

@media screen and (min-width: 1800px) {
  .carousel-caption {
    right: 20%;
    left: 20%; }
    .carousel-caption P:first-child {
      font-size: 2.8rem; }
    .carousel-caption P:nth-child(2) {
      font-size: 1.5rem; }
    .carousel-caption .slide-title {
      left: -220px;
      top: 200px;
      position: absolute; }
    .carousel-caption img {
      height: 24rem;
      right: -220px;
      top: 100px;
      position: absolute; } }

@media (max-width: 1279px) {
  #service .item, #cooperation1 .item {
    height: 575px; }
  .carousel-caption P:first-child {
    font-size: 2rem; }
  .carousel-caption P:nth-child(2) {
    font-size: 1rem; }
  .carousel-caption img {
    height: 18rem; } }

@media (max-width: 991px) {
  #service .item, #cooperation1 .item {
    height: 500px; }
  .carousel-caption img {
    height: 14rem; } }

@media (max-width: 769px) {
  #service .item, #cooperation1 .item {
    height: 400px; }
  .carousel-caption {
    font-size: 12px; }
    .carousel-caption P:first-child {
      font-size: 1.5rem; }
    .carousel-caption P:nth-child(2) {
      font-size: 0.8rem; }
    .carousel-caption img {
      height: 10rem; } }

@media (max-width: 600px) {
  .carousel-caption P:first-child {
    font-size: 1.8rem; }
  .carousel-caption P:nth-child(2) {
    font-size: 1rem; }
  .carousel-caption img {
    height: 12rem; } }

@media (max-width: 480px) {
  #service .item, #cooperation1 .item {
    height: 300px; }
  .carousel-caption P:first-child {
    font-size: 1.5rem; }
  .carousel-caption P:nth-child(2) {
    font-size: 1rem; }
  .carousel-caption img {
    height: 12rem; } }

.navbar-default {
  background-color: transparent; }

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a.create-count {
    border: 1px solid #DC7907;
    border-radius: 2px;
    color: #ff8800;
    background-color: transparent; }
    .navbar-default .navbar-nav > li > a.create-count:active {
      background-color: #ff8800 !important;
      color: #fff !important; } }

.navbar-default.phone {
  background-color: #fff; }

.download-ysj {
  font-size: 1.5rem;
  line-height: 3.0rem;
  padding: 2rem 0;
  color: #323232; }
  .download-ysj .download-btn {
    margin-left: 2rem;
    font-size: 1rem;
    background-color: #ff8800;
    color: #fff;
    line-height: 1.5rem;
    display: inline-block;
    border-radius: 5px;
    padding: 0.4rem 2.5rem;
    text-decoration: none; }
    .download-ysj .download-btn:hover {
      background-color: #FFA336; }
    .download-ysj .download-btn:active {
      opacity: 0.7;
      color: #000; }

.carousel-inner .item .carousel-caption {
  height: 100%; }
  .carousel-inner .item .carousel-caption .slide-title P {
    text-shadow: none; }
    .carousel-inner .item .carousel-caption .slide-title P:first-child {
      color: #3d3d3d;
      margin-bottom: 1.5rem; }
    .carousel-inner .item .carousel-caption .slide-title P:nth-child(2) {
      font-size: 1.2rem;
      color: #5C5C5C;
      font-family: "Noto Sans CJK SC", "Source Han Sans CN", 'Hiragino Sans GB', 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 1rem; }
    .carousel-inner .item .carousel-caption .slide-title P:nth-child(3) {
      color: #4c4c4c; }

@media screen and (min-width: 1280px) {
  .carousel-caption img {
    height: 18rem; }
  .carousel-caption img {
    top: 160px; } }

@media screen and (min-width: 1200px) {
  .carousel-caption img {
    height: 300px;
    left: -170px;
    right: auto; }
  .carousel-caption .slide-title {
    left: 650px;
    top: 150px;
    right: -170px;
    position: absolute; }
    .carousel-caption .slide-title P {
      text-align: left; }
      .carousel-caption .slide-title P:first-child {
        font-size: 2.2rem; }
      .carousel-caption .slide-title P:nth-child(2) {
        font-size: 1.3rem; }
      .carousel-caption .slide-title P:nth-child(3) {
        font-size: 1.5rem; } }

@media screen and (min-width: 1800px) {
  .carousel-caption img {
    height: 397px;
    left: -300px;
    right: auto; }
  .carousel-caption .slide-title {
    left: 750px;
    top: 200px;
    right: -282px;
    position: absolute; }
    .carousel-caption .slide-title P {
      text-align: left; }
      .carousel-caption .slide-title P:first-child {
        font-size: 2.2rem; }
      .carousel-caption .slide-title P:nth-child(2) {
        font-size: 1rem; }
      .carousel-caption .slide-title P:nth-child(3) {
        font-size: 1.5rem; } }

@media (max-width: 1279px) {
  .carousel-caption img {
    height: 198px;
    left: -500px;
    right: auto; }
  .carousel-caption .slide-title {
    left: 0px;
    top: 250px;
    right: 0;
    position: absolute; }
    .carousel-caption .slide-title P {
      text-align: center; }
      .carousel-caption .slide-title P:first-child {
        font-size: 2.2rem; }
      .carousel-caption .slide-title P:nth-child(2) {
        font-size: 1rem; }
      .carousel-caption .slide-title P:nth-child(3) {
        font-size: 1.5rem; } }

@media (max-width: 769px) {
  .carousel-caption {
    top: 10%; }
    .carousel-caption img {
      height: 120px;
      left: 0; }
    .carousel-caption .slide-title {
      left: 0px;
      top: 145px;
      right: 0;
      position: absolute; }
      .carousel-caption .slide-title P {
        text-align: center; }
        .carousel-caption .slide-title P:first-child {
          font-size: 1.8rem; }
        .carousel-caption .slide-title P:nth-child(2) {
          font-size: 1rem; }
        .carousel-caption .slide-title P:nth-child(3) {
          font-size: 1.3rem; } }

@media (max-width: 480px) {
  .carousel-caption {
    top: 0; }
    .carousel-caption img {
      width: 100%;
      height: auto; }
    .carousel-caption .slide-title {
      top: 160px; } }

@media screen and (max-width: 320px) {
  .carousel-caption {
    top: 0; }
    .carousel-caption img {
      width: 100%;
      height: auto; }
    .carousel-caption .slide-title {
      top: 140px; } }

@media screen and (width: 768px) {
  .module {
    padding-bottom: 20px !important; }
    .module.module1 {
      padding-top: 20px !important; }
  .carousel-caption {
    top: 10%; }
    .carousel-caption img {
      height: 120px;
      left: 0; }
    .carousel-caption .slide-title {
      left: 0px;
      top: 145px;
      right: 0;
      position: absolute; }
      .carousel-caption .slide-title P {
        text-align: center; }
        .carousel-caption .slide-title P:first-child {
          font-size: 1.8rem;
          margin-bottom: 0 !important; }
        .carousel-caption .slide-title P:nth-child(2) {
          font-size: 1rem;
          margin-bottom: 0 !important; }
        .carousel-caption .slide-title P:nth-child(3) {
          font-size: 1.3rem; } }

.modules {
  font-family: "Noto Sans CJK SC", "Source Han Sans CN", 'Hiragino Sans GB', 'Microsoft YaHei', '\5b8b\4f53', sans-serif; }
  .modules .module {
    position: relative; }
    .modules .module .module-info {
      max-width: 480px;
      text-align: justify; }
      .modules .module .module-info.align-right {
        float: right; }
      .modules .module .module-info .title {
        color: #ff8800;
        font-size: 2.2rem;
        margin: 1rem 0; }
      .modules .module .module-info .desc {
        font-size: 0.9rem;
        color: #909090;
        line-height: 1.5rem; }
      .modules .module .module-info img {
        width: 100%;
        max-width: 460px; }
    .modules .module .module-animate {
      position: relative; }
      .modules .module .module-animate .animate-box {
        display: none;
        min-height: 200px; }
        .modules .module .module-animate .animate-box img {
          position: absolute;
          top: 0;
          max-width: 340px; }
        .modules .module .module-animate .animate-box.align-right img {
          left: auto;
          right: 0; }
    .modules .module.module1 {
      padding-top: 30px; }
      .modules .module.module1 .module-animate .animate-box.align-right img {
        left: auto;
        right: 0; }
      .modules .module.module1 .module-animate .animate-box img {
        left: 0;
        top: 0; }
        .modules .module.module1 .module-animate .animate-box img:first-child {
          top: 2rem;
          z-index: 2;
          right: 1rem; }
    .modules .module.module2 .module-animate {
      top: 100px; }
      .modules .module.module2 .module-animate img {
        top: 50px; }
        .modules .module.module2 .module-animate img:first-child {
          z-index: 1;
          top: 0; }
        .modules .module.module2 .module-animate img:nth-child(2) {
          z-index: 2;
          left: 5rem; }
        .modules .module.module2 .module-animate img:nth-child(3) {
          z-index: 3;
          left: 12rem; }
        .modules .module.module2 .module-animate img:last-child {
          z-index: 4;
          left: 20rem; }
    .modules .module.module3 .module-animate {
      top: 100px; }
      .modules .module.module3 .module-animate img:first-child {
        z-index: 1;
        top: 0;
        right: 3rem; }
      .modules .module.module3 .module-animate img:nth-child(2) {
        z-index: 4;
        left: auto;
        right: 18rem; }
      .modules .module.module3 .module-animate img:last-child {
        z-index: 4;
        left: auto;
        right: 0rem; }
    .modules .module.module4 .module-animate {
      top: 100px; }
      .modules .module.module4 .module-animate img:first-child {
        z-index: 1;
        top: 0;
        left: 2rem; }
      .modules .module.module4 .module-animate img:nth-child(2) {
        z-index: 4;
        left: 3rem;
        top: -70px; }
    .modules .module.module5 .module-animate {
      top: 4rem; }
      .modules .module.module5 .module-animate img:first-child {
        z-index: 1;
        top: 0;
        right: 3rem; }
      .modules .module.module5 .module-animate img:last-child {
        z-index: 4;
        left: auto;
        right: 5rem;
        top: 1rem; }
    .modules .module.module6 .module-animate {
      top: 6rem; }
      .modules .module.module6 .module-animate img:first-child {
        z-index: 1;
        top: 0;
        left: 2rem; }
      .modules .module.module6 .module-animate img:nth-child(2) {
        z-index: 4;
        left: 2rem;
        top: 80px; }
      .modules .module.module6 .module-animate img:last-child {
        left: 12rem;
        z-index: 4;
        top: 10px; }
    .modules .module.module7 .module-animate {
      top: 4rem; }
      .modules .module.module7 .module-animate img:first-child {
        z-index: 1;
        top: -0.5rem;
        right: 1rem; }
      .modules .module.module7 .module-animate img:nth-child(2) {
        z-index: 4;
        top: 3rem;
        right: 1rem; }
      .modules .module.module7 .module-animate img:last-child {
        z-index: 9;
        left: auto;
        right: 3.5rem;
        top: 4rem; }

@media screen and (min-width: 768px) {
  .module {
    padding-bottom: 5rem; }
    .module.module1 {
      padding-top: 5rem !important; }
    .module .module2 .animate-box {
      position: relative;
      top: 100px; } }

@media screen and (max-width: 767px) {
  .module-animate {
    display: none; } }

@media screen and (width: 768px) {
  .module2 .module-animate .animate-box {
    position: relative;
    top: 100px; }
    .module2 .module-animate .animate-box img {
      top: 50px;
      width: 70px; }
      .module2 .module-animate .animate-box img:first-child {
        width: 230px;
        z-index: 1;
        top: 0; }
      .module2 .module-animate .animate-box img:nth-child(2) {
        z-index: 2;
        left: 4rem !important; }
      .module2 .module-animate .animate-box img:nth-child(3) {
        z-index: 3;
        left: 9rem !important; }
      .module2 .module-animate .animate-box img:last-child {
        z-index: 4;
        left: 14rem !important;
        width: 25px;
        height: 50px; }
  .module3 .module-animate .animate-box {
    position: relative;
    top: 50px; }
    .module3 .module-animate .animate-box img {
      top: 50px;
      width: 70px; }
      .module3 .module-animate .animate-box img:first-child {
        width: 230px;
        z-index: 1;
        top: 0;
        left: 2.5rem !important; }
      .module3 .module-animate .animate-box img:nth-child(2) {
        z-index: 2;
        left: 0rem !important; }
      .module3 .module-animate .animate-box img:last-child {
        z-index: 2;
        left: 13rem !important; }
  .module5 .module-animate .animate-box img:first-child {
    right: 1rem !important; }
  .module5 .module-animate .animate-box img:last-child {
    z-index: 2;
    left: auto !important;
    right: 3rem !important;
    top: 1rem; }
  .module6 .module-animate {
    top: 2rem !important; }
    .module6 .module-animate .animate-box {
      position: relative;
      top: 100px; }
      .module6 .module-animate .animate-box img {
        top: 50px;
        width: 70px; }
        .module6 .module-animate .animate-box img:first-child {
          width: 230px;
          z-index: 1;
          top: 0;
          left: 2.5rem !important; }
        .module6 .module-animate .animate-box img:nth-child(2) {
          z-index: 2;
          left: 2rem !important;
          top: 40px; }
        .module6 .module-animate .animate-box img:last-child {
          z-index: 2;
          top: 20px;
          left: 11rem !important; }
  .module7 .module-animate img:first-child {
    top: -0.5rem !important; }
  .module7 .module-animate img:nth-child(2) {
    top: 3rem !important; }
  .module7 .module-animate img:last-child {
    top: 4rem !important; } }

.showed .animate-box {
  display: block !important; }

/* ysj-footer */
.footer {
  background-color: #333333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold; }
  .footer .col-xs-12.footer-nav {
    text-align: left;
    padding: 0 0 50px 0; }
    .footer .col-xs-12.footer-nav a {
      text-decoration: none;
      color: #FFF; }
  .footer .col-xs-12.qr {
    padding-bottom: 20px;
    text-align: left; }
    .footer .col-xs-12.qr img {
      width: 100%;
      max-width: 126px; }
    .footer .col-xs-12.qr .col-lg-6 {
      padding: 0; }
  .footer .col-xs-12 .col-xs-3 {
    padding: 10px; }
  .footer .col-xs-12 .col-xs-2 {
    padding: 10px 5px; }
  .footer .nav-qr {
    border-bottom: 1px solid #5C5C5C; }
  .footer .down-addr {
    color: #999; }
    .footer .down-addr .title {
      line-height: 2rem;
      color: #fff; }
    .footer .down-addr .download {
      text-align: left;
      margin-top: 1rem; }
      .footer .down-addr .download p {
        position: relative;
        margin: 0;
        font-weight: normal; }
        .footer .down-addr .download p .icon-apple, .footer .down-addr .download p .icon-android {
          cursor: pointer;
          font-size: 16px;
          display: inline-block;
          position: relative;
          color: #fff;
          padding: 10px;
          border: 1px solid #fff;
          background-color: #000;
          padding-left: 40px;
          border-radius: 5px;
          margin-top: 0.8rem;
          width: 152px; }
          .footer .down-addr .download p .icon-apple i, .footer .down-addr .download p .icon-android i {
            font-size: 20px;
            position: absolute;
            top: 10px;
            left: 20px; }
        .footer .down-addr .download p .icon-apple {
          padding-left: 50px; }
    .footer .down-addr .address {
      text-align: left;
      margin-top: 1rem; }
      .footer .down-addr .address .title {
        margin-bottom: 0.8rem; }
      .footer .down-addr .address p {
        position: relative;
        padding-left: 30px;
        font-weight: normal; }
        .footer .down-addr .address p i {
          position: absolute;
          left: 0; }

.company-info {
  color: #cccccc;
  line-height: 2.4rem;
  background-color: #000000;
  text-align: center;
  margin: 0; }
  .company-info a {
    text-decoration: none;
    color: #999; }
    .company-info a span:hover {
      color: #f36303; }

@media screen and (min-width: 768px) {
  .footer {
    font-size: 0.8rem; } }
