@charset "UTF-8";
.uiwu-body-head {
  position: relative;
  width: 100%;
  height: 500px; }
  .uiwu-body-head img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .uiwu-body-head-in {
    position: relative;
    z-index: 9;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 205px; }
    .uiwu-body-head-in h2 {
      margin-bottom: 24px;
      font-size: 36px;
      font-family: Microsoft YaHei UI;
      font-weight: bold;
      color: #FFFFFF;
      text-align: center; }
    .uiwu-body-head-in p {
      font-size: 20px;
      font-family: Microsoft YaHei UI;
      font-weight: 400;
      color: #FFFFFF;
      text-align: center; }

.uiwu-body .lxwm-form {
  width: 1200px;
  margin: 70px auto 0; }
  .uiwu-body .lxwm-form .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 120px; }
    .uiwu-body .lxwm-form .btns .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 180px;
      height: 50px;
      font-size: 16px;
      border: 1px solid #1BD99E;
      border-radius: 2px;
      color: #1BD99E;
      background-color: #fff;
      cursor: pointer; }
    .uiwu-body .lxwm-form .btns .submit {
      margin-right: 70px;
      background-color: #1BD99E;
      color: #fff; }
  .uiwu-body .lxwm-form .form-item {
    margin-top: 30px; }
    .uiwu-body .lxwm-form .form-item .label {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 15px; }
    .uiwu-body .lxwm-form .form-item .bi {
      padding-left: 10px;
      position: relative; }
      .uiwu-body .lxwm-form .form-item .bi::before {
        content: '*';
        color: red;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px; }
    .uiwu-body .lxwm-form .form-item .input {
      background-color: #F7F7F7;
      padding: 0 20px;
      border-radius: 5px; }
      .uiwu-body .lxwm-form .form-item .input input {
        border: 0;
        height: 60px;
        background-color: #F7F7F7;
        width: 100%; }
    .uiwu-body .lxwm-form .form-item .textarea {
      background-color: #F7F7F7;
      border-radius: 5px; }
      .uiwu-body .lxwm-form .form-item .textarea textarea {
        border: 0;
        padding: 20px;
        width: 100%;
        height: 220px;
        background-color: #F7F7F7;
        outline: none; }

.uiwu-body .lxwm-information {
  width: 1200px;
  margin: 80px auto 0;
  font-size: 0; }
  .uiwu-body .lxwm-information .lxwm-information-item {
    display: inline-flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    width: 298px;
    height: 400px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    padding: 0 60px; }
    .uiwu-body .lxwm-information .lxwm-information-item:last-child {
      border-right: 1px solid #e6e6e6; }
    .uiwu-body .lxwm-information .lxwm-information-item img {
      width: 68px;
      margin: 0 auto; }
    .uiwu-body .lxwm-information .lxwm-information-item h3 {
      font-size: 18px;
      margin: 20px 0 15px; }
    .uiwu-body .lxwm-information .lxwm-information-item p {
      color: #999;
      letter-spacing: 1px;
      font-size: 14px; }

.uiwu-body .lxwm-nav {
  width: 1200px;
  margin: -75px auto 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 50px rgba(56, 83, 80, 0.1);
  height: 150px;
  position: relative;
  z-index: 9;
  font-size: 0; }
  .uiwu-body .lxwm-nav .lxwm-nav-item {
    height: 100%;
    width: 240px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .uiwu-body .lxwm-nav .lxwm-nav-item img {
      width: 50px;
      height: auto;
      margin-right: 10px; }
    .uiwu-body .lxwm-nav .lxwm-nav-item p {
      font-size: 13px;
      color: #999; }
    .uiwu-body .lxwm-nav .lxwm-nav-item h3 {
      font-size: 18px;
      margin-bottom: 7px; }

.uiwu-body .uiwu-title {
  position: relative; }
  .uiwu-body .uiwu-title h1 {
    margin: 30px 0 40px; }
    .uiwu-body .uiwu-title h1::before {
      content: '';
      position: absolute;
      border-bottom: 1px solid #e6e6e6;
      width: 610px;
      bottom: 40px;
      left: 50%;
      margin-left: -305px; }
    .uiwu-body .uiwu-title h1::after {
      content: '';
      position: absolute;
      width: 50px;
      height: 11px;
      background-color: #1BD99E;
      left: 50%;
      margin-left: -25px;
      bottom: 35px; }

.uiwu-body-menu {
  position: relative;
  z-index: 6;
  margin-top: -65px; }
  .uiwu-body-menu ul {
    align-items: center;
    justify-content: center;
    min-width: 1200px; }
    .uiwu-body-menu ul li {
      width: 250px;
      height: 290px;
      margin: 0 15px;
      background: #FFFFFF;
      box-shadow: 0px 5px 50px rgba(56, 83, 80, 0.1);
      border-radius: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 15px 30px;
      /*text-align: center; */
    }
      .uiwu-body-menu ul li img {
        width: 50px;
        height: auto; }
      .uiwu-body-menu ul li > div {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .uiwu-body-menu ul li h4 {
        margin: 20px 0 18px;
        font-size: 18px;
        font-family: Microsoft YaHei UI;
        font-weight: 600;
        color: #222222; }
      .uiwu-body-menu ul li p {
        font-size: 15px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #999999;
        line-height: 1.5; }

.uiwu-body-statistical {
  min-width: 1200px;
  margin-top: 100px; }
  .uiwu-body-statistical ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .uiwu-body-statistical ul li {
      display: flex;
      align-items: center;
      margin: 0 60px; }
      .uiwu-body-statistical ul li h1 {
        font-size: 60px;
        font-family: DIN;
        font-weight: bold;
        color: #222222;
        margin-right: 10px;
        position: relative; }
        .uiwu-body-statistical ul li h1::after {
          content: '';
          position: absolute;
          width: 56px;
          height: 56px;
          background: #0795FF;
          border-radius: 50%;
          opacity: 0.05;
          left: -10px;
          top: -5px; }
      .uiwu-body-statistical ul li:nth-child(2) h1::after {
        background: #6B57FE; }
      .uiwu-body-statistical ul li:nth-child(3) h1::after {
        background: #00CE9B; }
      .uiwu-body-statistical ul li span {
        font-size: 20px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #222222; }
      .uiwu-body-statistical ul li p {
        font-size: 20px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #444444; }

.uiwu-body-news {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px; }
  .uiwu-body-news-top {
    margin-bottom: 130px;
    width: 1200px; }
    .uiwu-body-news-top img {
      width: 640px;
      height: 420px; }
    .uiwu-body-news-top .in {
      margin-left: 50px;
      padding-top: 10px;
      line-height: 28px; }
      .uiwu-body-news-top .in .h4 {
        font-weight: bold;
        font-size: 20px;
        color: #000; }
      .uiwu-body-news-top .in .col-0 {
        color: #000; }
      .uiwu-body-news-top .in .font-bold {
        font-weight: bold; }
      .uiwu-body-news-top .in h2 {
        font-size: 40px;
        font-family: Microsoft YaHei UI;
        font-weight: 600;
        color: #222222;
        margin-top: 40px; }
      .uiwu-body-news-top .in p {
        font-size: 26px;
        font-family: Microsoft YaHei UI;
        font-weight: 600;
        color: #222222;
        margin: 16px 0 30px; }
      .uiwu-body-news-top .in span {
        font-size: 15px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #666666; }

.uiwu-body .cooperative-partner {
  margin-bottom: 130px; }
  .uiwu-body .cooperative-partner .partner-list {
    width: 1200px;
    margin: 60px auto 0;
    font-size: 0; }
    .uiwu-body .cooperative-partner .partner-list .partner-item {
      text-align: center; }
      .uiwu-body .cooperative-partner .partner-list .partner-item img {
        display: inline-block;
        width: 114px;
        height: auto;
        margin-right: 20px;
        margin-top: -10px; }
        .uiwu-body .cooperative-partner .partner-list .partner-item img:last-child {
          margin-right: 0; }

.uiwu-body .honorary-qualification {
  background-color: #f7f7f7;
  padding: 1px 0 130px; }
  .uiwu-body .honorary-qualification .honorary-qualification-zs {
    width: 1200px;
    margin: 40px auto 0;
    font-size: 0;
    position: relative; }
    .uiwu-body .honorary-qualification .honorary-qualification-zs .ryzz-icon {
      width: 300px;
      position: absolute;
      right: -110px;
      bottom: -40px; }
    .uiwu-body .honorary-qualification .honorary-qualification-zs .honorary-qualification-zs-4 {
      display: inline-block;
      margin-right: 13px;
      margin-bottom: 13px; }
      .uiwu-body .honorary-qualification .honorary-qualification-zs .honorary-qualification-zs-4:nth-child(4n) {
        margin-right: 0; }
      .uiwu-body .honorary-qualification .honorary-qualification-zs .honorary-qualification-zs-4 img {
        width: 290px;
        height: auto; }
    .uiwu-body .honorary-qualification .honorary-qualification-zs .honorary-qualification-zs-6 {
      display: inline-block;
      padding: 6px;
      background-color: #fff; }
      .uiwu-body .honorary-qualification .honorary-qualification-zs .honorary-qualification-zs-6 img {
        width: 188px;
        height: auto; }

.uiwu-body-chuangxing {
  padding-top: 0.5px;
  background-color: #FBFCFF; }
  .uiwu-body-chuangxing ul {
    margin-top: 85px; }
    .uiwu-body-chuangxing ul li {
      margin-bottom: 80px; }
      .uiwu-body-chuangxing ul li h2 {
        font-size: 24px;
        font-family: Microsoft YaHei UI;
        font-weight: 600;
        color: #222222;
        margin-bottom: 20px; }
      .uiwu-body-chuangxing ul li p {
        font-size: 16px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #999999;
        line-height: 1.5; }

.uiwu-body-contact {
  margin: 0 auto;
  margin-top: 145px;
  margin-bottom: 100px;
  width: 1200px;
  height: 277px;
  background: #FFFFFF;
  box-shadow: 0px 5px 50px rgba(56, 83, 80, 0.1);
  opacity: 1;
  padding: 0 80px;
  display: flex; }
  .uiwu-body-contact > img {
    position: relative;
    top: -35px;
    margin-right: 30px; }
  .uiwu-body-contact-right-title {
    position: relative;
    top: -22px;
    font-size: 34px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #212121; }
  .uiwu-body-contact form input {
    width: 220px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    opacity: 1;
    border-radius: 6px;
    padding: 13px 20px; }
  .uiwu-body-contact form button {
    width: 150px;
    height: 45px;
    background: #1BD99E;
    opacity: 1;
    margin-left: 93px;
    border-radius: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer; }
  .uiwu-body-contact form textarea {
    width: 713px;
    height: 110px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    opacity: 1;
    border-radius: 6px;
    margin-top: 14px;
    padding: 20px;
    box-sizing: border-box;
    font-family: '微软雅黑'; }
  .uiwu-body-contact p {
    margin-top: 14px;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #CCCCCC; }


@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-body .uiwu-title {
    margin-top: 0; }
    .uiwu-body .uiwu-title h1 {
      font-size: 0.64rem; }
      .uiwu-body .uiwu-title h1::before {
        width: 8rem;
        margin-left: -4rem; }
      .uiwu-body .uiwu-title h1::after {
        bottom: 1.01rem;
        height: 0.16rem;
        margin-left: -0.66rem; }
    .uiwu-body .uiwu-title p {
      font-size: 0.37rem;
      display: inline-block;
      margin: 0 0.4rem; }
  .uiwu-body .lxwm-form {
    width: initial;
    margin: 0 0.4rem; }
    .uiwu-body .lxwm-form .form-item .input {
      border-radius: 0.4rem; }
    .uiwu-body .lxwm-form .form-item .textarea {
      border-radius: 0.4rem; }
      .uiwu-body .lxwm-form .form-item .textarea textarea {
        border-radius: 0.4rem;
        height: 2.66rem; }
    .uiwu-body .lxwm-form .btns {
      margin: 1.6rem 0.8rem; }
      .uiwu-body .lxwm-form .btns .btn {
        border-radius: 1.6rem;
        height: 1.06rem; }
      .uiwu-body .lxwm-form .btns .submit {
        margin-right: 0.8rem; }
  .uiwu-body .lxwm-information {
    width: initial;
    margin: 2.13rem 0.4rem 0; }
    .uiwu-body .lxwm-information .lxwm-information-item {
      width: 4.45rem;
      height: 4.5rem;
      border-radius: 0.26rem;
      margin-right: 0.26rem;
      margin-bottom: 0.26rem;
      background-color: #F7F7F7;
      padding: 0 0.26rem;
      border: 0; }
      .uiwu-body .lxwm-information .lxwm-information-item:nth-child(2n) {
        margin-right: 0; }
      .uiwu-body .lxwm-information .lxwm-information-item h3 {
        font-size: 0.42rem;
        margin: 0.26rem 0; }
      .uiwu-body .lxwm-information .lxwm-information-item p {
        font-size: 0.32rem; }
  .uiwu-body .lxwm-nav {
    width: initial;
    margin: -1.06rem 0.4rem 0;
    height: initial;
    padding: 0.13rem 0.26rem; }
    .uiwu-body .lxwm-nav .lxwm-nav-item {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 20%; }
      .uiwu-body .lxwm-nav .lxwm-nav-item h3 {
        font-size: 0.35rem;
        color: #555D5B;
        font-weight: initial; }
      .uiwu-body .lxwm-nav .lxwm-nav-item p {
        display: none; }
      .uiwu-body .lxwm-nav .lxwm-nav-item img {
        width: 0.9rem;
        margin: 0 auto; }
  .uiwu-body .cooperative-partner {
    margin-bottom: 1.6rem; }
    .uiwu-body .cooperative-partner .partner-list {
      width: initial; }
      .uiwu-body .cooperative-partner .partner-list .partner-item {
        margin: 0 0.4rem; }
        .uiwu-body .cooperative-partner .partner-list .partner-item img {
          width: 1.3rem;
          margin-right: 0.26rem;
          margin-top: -0.13rem; }
  .uiwu-body .honorary-qualification {
    padding-bottom: 0.8rem; }
    .uiwu-body .honorary-qualification .honorary-qualification-zs {
      width: initial; }
      .uiwu-body .honorary-qualification .honorary-qualification-zs .ryzz-icon {
        display: none; }
      .uiwu-body .honorary-qualification .honorary-qualification-zs .zhengs {
        margin: 0 0.4rem;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap; }
  .uiwu-body-news {
    min-width: initial;
    margin: 0.53rem 0.4rem 0; }
    .uiwu-body-news .uiwu-body-news-top {
      width: initial;
      display: block;
      margin: 0 0 0.8rem; }
      .uiwu-body-news .uiwu-body-news-top .in {
        margin-left: 0; }
        .uiwu-body-news .uiwu-body-news-top .in .h4 {
          font-size: 0.37rem; }
        .uiwu-body-news .uiwu-body-news-top .in span {
          font-size: 0.37rem; }
    .uiwu-body-news img {
      width: 100%;
      height: initial; }
  .uiwu-body-menu {
    margin: -1rem 0.4rem 0; }
    .uiwu-body-menu ul {
      min-width: initial; }
      .uiwu-body-menu ul li {
        width: initial;
        padding: 0.2rem;
        margin: 0 0;
        margin-right: 0.26rem;
        height: initial;
        border-radius: 0.26rem; }
        .uiwu-body-menu ul li:last-child {
          margin-right: 0; }
        .uiwu-body-menu ul li p {
          display: none; }
        .uiwu-body-menu ul li img {
          width: 0.8rem; }
        .uiwu-body-menu ul li h4 {
          font-size: 0.32rem;
          color: #555D5B;
          margin: 0.2rem 0 0; }
  .uiwu-body-statistical {
    min-width: initial;
    margin-top: 1.2rem; }
    .uiwu-body-statistical ul {
      margin: 0 0.4rem; }
      .uiwu-body-statistical ul li {
        display: block;
        margin: 0 0;
        margin-right: 0.85rem; }
        .uiwu-body-statistical ul li:last-child {
          margin-right: 0; }
        .uiwu-body-statistical ul li .ios-show {
          display: inline-block; }
        .uiwu-body-statistical ul li h1 {
          font-size: 0.64rem;
          margin-right: 0;
          text-align: center; }
          .uiwu-body-statistical ul li h1 span {
            font-size: 0.37rem; }
          .uiwu-body-statistical ul li h1::after {
            width: 0.8rem;
            height: 0.8rem; }
        .uiwu-body-statistical ul li:nth-child(2) h1::after {
          left: -0.16rem; }
        .uiwu-body-statistical ul li p {
          font-size: 0.37rem; }
  .uiwu-body-head {
    height: 8rem; }
  .uiwu-body-head-in {
    width: initial;
    padding-bottom: 2.06rem; }
    .uiwu-body-head-in h2 {
      font-size: 0.53rem; }
    .uiwu-body-head-in p {
      font-size: 0.37rem;
      margin: 0 1.06rem; } }
