@charset "UTF-8";
/*flex弹性盒子 默认水平垂直居中 传入null 表示不设置该属性*/
/*flex弹性盒子 默认水平垂直居中 传入null 表示不设置该属性*/
/*主体尺寸*/
/*dom之间距离*/
/*字号*/
/*颜色*/
/*行高*/
/*边框*/
/*动画时间*/
.fe-form .form-control, .fe-form .has-unit-item {
  width: 100%;
  margin-left: 0;
  color: #222;
  height: 34px;
  padding: 8px 10px;
  line-height: 1;
  border: 1px solid #E5E5E5;
  display: block;
  background-color: #fff;
  border-radius: 0; }
  .fe-form .error.form-control, .fe-form .error.has-unit-item {
    border-color: #E94343; }

.fe-form .form-group {
  display: block;
  margin-bottom: 20px;
  line-height: 34px; }
  .fe-form .form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  * html .fe-form .form-group {
    zoom: 1; }
  *:first-child + html .fe-form .form-group {
    zoom: 1; }

.fe-form .form-label, .fe-form .form-sm-label {
  color: #666;
  font-size: 14px;
  margin-right: 15px;
  float: left;
  text-align: right; }

.fe-form .form-sm-label {
  margin-right: 10px; }

.fe-form .form-md {
  width: 120px; }

.fe-form .form-sm {
  width: 80px; }

.fe-form .form-lg {
  width: 340px; }

.fe-form .form-inline {
  float: left; }

.fe-form .fe-checkbox {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  border: 1px solid #E5E5E5;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top; }
  .fe-form .fe-checkbox input[type=checkbox] {
    display: none; }

.fe-form .fe-radio:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .fe-form .fe-radio {
  zoom: 1; }

*:first-child + html .fe-form .fe-radio {
  zoom: 1; }

.fe-form .fe-radio .radio-item {
  float: left;
  margin-right: 30px;
  cursor: pointer; }
  .fe-form .fe-radio .radio-item .radio,
  .fe-form .fe-radio .radio-item .radio-name {
    float: left; }
  .fe-form .fe-radio .radio-item .radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #E5E5E5;
    margin-right: 10px;
    margin-top: 8px; }
    .fe-form .fe-radio .radio-item .radio:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 3px;
      left: 3px;
      transform: scale(0);
      background-color: #FF9000; }
    .fe-form .fe-radio .radio-item .radio.checked:before {
      transform: scale(1);
      transition: transform 0.2s ease-in-out; }
  .fe-form .fe-radio .radio-item input[type=radio] {
    display: none; }

.fe-form .has-unit-item {
  position: relative; }
  .fe-form .has-unit-item input,
  .fe-form .has-unit-item .input {
    position: absolute;
    left: 0;
    width: 35px;
    padding-left: 5px;
    height: 14px;
    top: 8px; }
  .fe-form .has-unit-item .item-unit {
    color: #999;
    position: absolute;
    right: 10px;
    font-size: 14px; }

/*主体尺寸*/
/*dom之间距离*/
/*字号*/
/*颜色*/
/*行高*/
/*边框*/
/*动画时间*/
.fe-btn {
  font-weight: 600;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  color: #222; }
  .fe-btn.btn-primary {
    background-color: #1A6DBE;
    color: #fff;
    transition: all 0.3s; }
    .fe-btn.btn-primary:hover {
      background-color: #145391; }
  .fe-btn.btn-cancel {
    background-color: #E5E5E5;
    color: #222;
    transition: all 0.3s; }
    .fe-btn.btn-cancel:hover {
      background-color: #cccccc; }
  .fe-btn.btn-active {
    background-color: #FF9000;
    color: #fff;
    transition: all 0.3s; }
    .fe-btn.btn-active:hover {
      background-color: #cc7300; }
  .fe-btn.btn-active {
    border-color: #FF9000; }
  .fe-btn.btn-sw {
    padding: 0 16px; }
  .fe-btn.btn-radius {
    border-radius: 15px; }

/*margin*/
.w80 {
  width: 80px !important; }

ul {
  list-style: none;
  padding-left: 0; }
  ul li {
    list-style-type: none; }
  ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  * html ul {
    zoom: 1; }
  *:first-child + html ul {
    zoom: 1; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: ligthen(#000, 20); }

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.index-part2 .information-title, .index-part4 .scholar-box .scholar-title, .index-part4 .learn-box .learn-title {
  height: 48px;
  line-height: 48px; }
  .index-part2 .information-title a, .index-part4 .scholar-box .scholar-title a, .index-part4 .learn-box .learn-title a {
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    bottom: auto;
    left: auto;
    z-index: 0;
    z-index: 10;
    padding-right: 10px;
    background: url("../images/newindex/more.png") no-repeat right center;
    background-size: 4px 6px; }
  .index-part2 .information-title h3, .index-part4 .scholar-box .scholar-title h3, .index-part4 .learn-box .learn-title h3 {
    width: 100%;
    padding-left: 0;
    font-size: 30px;
    background: linear-gradient(45deg, #8c8cad, #a0a7c2, transparent);
    color: #fff;
    margin-top: -6px;
    border-left: 4px solid #1D71E8;
    font-weight: normal; }
    .index-part2 .information-title h3 span, .index-part4 .scholar-box .scholar-title h3 span, .index-part4 .learn-box .learn-title h3 span {
      display: inline-block;
      min-width: 131px;
      height: 54px;
      text-align: center;
      font-size: 24px;
      color: #000000;
      line-height: 58px;
      padding: 0 20px;
      cursor: pointer; }
      .index-part2 .information-title h3 span.active, .index-part4 .scholar-box .scholar-title h3 span.active, .index-part4 .learn-box .learn-title h3 span.active {
        background: url("../images/newindex/title-bg.png") no-repeat left center;
        background-size: cover;
        color: #fff; }

.index-part3 .meeting-title, .index-part6 .service-title {
  position: relative;
  margin-bottom: 63px;
  height: 42px;
  line-height: 42px; }
  .index-part3 .meeting-title h3, .index-part6 .service-title h3 {
    position: relative;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 42px; }
    .index-part3 .meeting-title h3::before, .index-part6 .service-title h3::before, .index-part3 .meeting-title h3::after, .index-part6 .service-title h3::after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      z-index: 0;
      width: 30px;
      height: 30px;
      background: url("../images/homest/title-l.png") no-repeat left center;
      background-size: 100% 100%; }
    .index-part3 .meeting-title h3::after, .index-part6 .service-title h3::after {
      left: auto;
      right: 0;
      background: url("../images/homest/title-r.png") no-repeat left center;
      background-size: 100% 100%; }
  .index-part3 .meeting-title a, .index-part6 .service-title a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 0;
    padding-right: 33px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: url("../images/homest/more-2.png") no-repeat right center;
    background-size: 20px 6px; }

.index-part1 {
  padding: 20px 0 0px;
  height: 430px;
  background: url("../images/newindex/banner-bg1.png") no-repeat center -10px #E7ECF6; }
  .index-part1 .focus-information {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    float: left; }
    .index-part1 .focus-information .information-cont {
      margin: 200px auto;
      width: 100%;
      text-align: center; }
      .index-part1 .focus-information .information-cont a {
        width: 200px;
        height: 50px;
        display: inline-block;
        text-align: center;
        margin-right: 30px;
        line-height: 50px;
        border-radius: 40px;
        border: 0 solid #979797;
        background: white;
        color: #454E59;
        font-size: 20px; }
      .index-part1 .focus-information .information-cont a.active {
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 40px;
        opacity: 1;
        color: #fff;
        border: 0 solid #979797;
        background: linear-gradient(270deg, #fd9a1c 0%, #fa610c 100%); }
    .index-part1 .focus-information .information-img {
      position: relative;
      height: 400px; }
      .index-part1 .focus-information .information-img img {
        width: 100%;
        height: 400px; }
      .index-part1 .focus-information .information-img h3 {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 55px;
        padding: 15px 20px 11px;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        z-index: 4;
        background: linear-gradient(45deg, #8c8cad, #a0a7c2, transparent); }
        .index-part1 .focus-information .information-img h3 p {
          width: 60%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    .index-part1 .focus-information .news-detail {
      margin-top: 27px;
      height: 56px;
      font-size: 18px;
      font-weight: 400;
      color: #333;
      line-height: 28px;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .index-part1 .focus-information .swiper-button-prev {
      left: 20px;
      margin-top: -50px;
      background: url("../images/homest/jiantou-l.png") no-repeat; }
    .index-part1 .focus-information .swiper-button-next {
      right: 20px;
      margin-top: -50px;
      background: url("../images/homest/jiantou-r.png") no-repeat; }
    .index-part1 .focus-information .part-pagination {
      position: absolute;
      top: 365px;
      right: 20px;
      bottom: auto;
      left: auto;
      z-index: 0;
      z-index: 3;
      text-align: right; }
      .index-part1 .focus-information .part-pagination .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1; }
        .index-part1 .focus-information .part-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #299eff; }

.index-part2 {
  padding: 24px 0;
  overflow: hidden;
  background: #E7ECF6; }
  .index-part2 .w {
    position: relative;
    height: 540px; }
    .index-part2 .w::before {
      display: inline-block;
      content: "";
      width: 360px;
      height: 440px;
      position: absolute;
      top: auto;
      right: auto;
      bottom: 0;
      left: -360px;
      z-index: 0;
      background: url("../images/newindex/left.png") no-repeat; }
    .index-part2 .w::after {
      display: inline-block;
      content: "";
      width: 360px;
      height: 433px;
      position: absolute;
      top: 50px;
      right: -360px;
      bottom: auto;
      left: auto;
      z-index: 0;
      background: url("../images/newindex/right.png") no-repeat;
      visibility: inherit; }
  .index-part2 .information-title {
    width: 100%;
    position: relative;
    z-index: 3; }
    .index-part2 .information-title h3 {
      border: none;
      height: 34px; }
    .index-part2 .information-title .container {
      position: absolute;
      top: -8px;
      overflow: hidden;
      height: 42px;
      width: 168px; }
      .index-part2 .information-title .container .trapezoid {
        position: absolute;
        right: 25px;
        height: 100%;
        width: 100%;
        background: linear-gradient(270deg, #296dcd 0%, #0036a1 100%);
        transform: skewX(21deg); }
    .index-part2 .information-title .words {
      top: 0;
      position: absolute;
      height: 34px;
      width: 100%;
      line-height: 29px;
      color: #fff;
      color: white;
      font-size: 24px;
      font-weight: 400;
      left: 20px; }
  .index-part2 .part2-top-list {
    background-color: #fff;
    padding: 20px 0 0 0;
    border-left: 4px solid #0036A1;
    overflow: hidden;
    position: relative; }
    .index-part2 .part2-top-list .swiper-slide {
      width: 100%;
      height: 240px; }
      .index-part2 .part2-top-list .swiper-slide img {
        width: 100%;
        height: 100%; }
      .index-part2 .part2-top-list .swiper-slide .pos-tit {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 120px 10px 20px;
        background: rgba(0, 0, 0, 0.6);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #FFFFFF; }
    .index-part2 .part2-top-list .pagination2 {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 5px;
      left: auto;
      z-index: 0;
      z-index: 11;
      padding: 5px 20px; }
      .index-part2 .part2-top-list .pagination2 span {
        margin-left: 5px; }
        .index-part2 .part2-top-list .pagination2 span.swiper-pagination-bullet-active {
          background: #0036A1; }
  .index-part2 .article-list {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    background-color: #fff;
    padding-top: 20px; }
    .index-part2 .article-list li {
      height: 68px;
      border-bottom: 1px solid #E5E5E5;
      padding: 10px 0;
      margin-right: 10px;
      display: flex;
      align-items: center; }
      .index-part2 .article-list li a {
        display: block;
        float: left;
        font-size: 18px;
        width: 100%;
        max-height: 48px;
        line-height: 24px;
        color: #333;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative; }
        .index-part2 .article-list li a:hover {
          text-decoration: underline; }
      .index-part2 .article-list li:nth-last-child(1) {
        border: none; }
  .index-part2 .part2-block-left {
    width: 100%; }
    .index-part2 .part2-block-left .top-content {
      height: 567px;
      margin-bottom: 43px;
      background-color: #fff; }
    .index-part2 .part2-block-left .bottom-content {
      height: 567px;
      background-color: #fff; }
    .index-part2 .part2-block-left .article-list {
      padding-top: 0;
      height: 203px; }
    .index-part2 .part2-block-left .left-uls li {
      height: 64px;
      margin: 0 20px;
      border-bottom: 1px dashed #ccc;
      color: #333333;
      font-size: 18px;
      font-weight: 400;
      font-family: "PingFang SC";
      text-align: justify;
      line-height: 64px; }
      .index-part2 .part2-block-left .left-uls li a {
        display: flex;
        justify-content: space-between; }
        .index-part2 .part2-block-left .left-uls li a p:nth-child(1) {
          display: flex;
          width: 90%;
          margin-left: 10px;
          color: #333333;
          font-size: 18px;
          font-weight: 400;
          font-family: "PingFang SC";
          height: 64px;
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all; }
        .index-part2 .part2-block-left .left-uls li a p:nth-child(2) {
          width: 120px;
          color: #999999;
          font-size: 14px;
          font-weight: 400;
          font-family: "PingFang SC";
          text-align: right; }
    .index-part2 .part2-block-left .left-uls li:last-child {
      border-bottom: none; }
  .index-part2 .part2-block-right {
    width: 450px;
    height: 1177px; }
    .index-part2 .part2-block-right .information-title h3 {
      width: 100%;
      background: linear-gradient(45deg, #8c8cad, #a0a7c2, transparent); }
      .index-part2 .part2-block-right .information-title h3 span {
        padding: 0 20px; }
    .index-part2 .part2-block-right .article-list {
      height: 1170px;
      padding: 0 20px; }
      .index-part2 .part2-block-right .article-list .item-block {
        display: block;
        height: 151px;
        padding: 20px 0;
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid #E5E5E5; }
        .index-part2 .part2-block-right .article-list .item-block:nth-last-type(1) {
          border: none; }
        .index-part2 .part2-block-right .article-list .item-block .info {
          height: 112px;
          border-bottom: 1px solid #ccc; }
          .index-part2 .part2-block-right .article-list .item-block .info h2 {
            height: 48px;
            font-size: 18px;
            font-weight: 400;
            color: #333333;
            line-height: 24px;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 20px;
            margin-bottom: 10px; }
          .index-part2 .part2-block-right .article-list .item-block .info p {
            color: #999999;
            font-size: 14px; }
        .index-part2 .part2-block-right .article-list .item-block .info:last-child {
          border-bottom: none; }

.index-part3 {
  padding: 130px 0 54px;
  height: 530px;
  overflow: hidden;
  background: url(../images/newindex/part3-bg.png) no-repeat center bottom;
  background-size: auto 530px; }
  .index-part3 .w {
    text-align: center; }
  .index-part3 .more {
    display: inline-block; }
    .index-part3 .more img {
      width: 196px;
      height: 50px; }
  .index-part3 .meeting-list {
    height: 300px;
    overflow: hidden; }
    .index-part3 .meeting-list-item {
      float: left;
      width: 380px;
      height: 258px;
      border: 1px solid #E5E5E5;
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
      margin: 0 30px 0 0;
      transition: 0.5s; }
      .index-part3 .meeting-list-item:nth-child(3n) {
        margin: 0; }
      .index-part3 .meeting-list-item img {
        width: 100%;
        height: 200px; }
      .index-part3 .meeting-list-item p {
        padding: 20px 30px;
        line-height: 20px;
        color: #333;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        text-align: left; }
        .index-part3 .meeting-list-item p::before {
          display: inline-block;
          content: "";
          width: 4px;
          height: 20px;
          background: #0036A1;
          position: absolute;
          top: 20px;
          right: auto;
          bottom: auto;
          left: 0;
          z-index: 0; }
      .index-part3 .meeting-list-item:hover {
        transform: translateY(-6px); }
        .index-part3 .meeting-list-item:hover p {
          color: #067CFF; }

.index-part4 {
  height: 300px;
  padding: 0 0 0px;
  background: url("../images/homeBanner/part4-back.png") no-repeat center bottom;
  background-size: 1920px 360px; }
  .index-part4 .scholar-box {
    width: calc(100% - 448px); }
    .index-part4 .scholar-box .scholar-title {
      margin-bottom: 33px; }
      .index-part4 .scholar-box .scholar-title h3 {
        background: url("../images/homest/xuzhe-icon.png") no-repeat left center;
        background-size: 43px 29px; }
    .index-part4 .scholar-box .scholar-cont {
      margin: 0 -8px; }
      .index-part4 .scholar-box .scholar-cont .scholar-list {
        float: left;
        width: 176px;
        height: 235px;
        margin: 0 8px 58px;
        transition: 0.5s; }
        .index-part4 .scholar-box .scholar-cont .scholar-list:hover {
          transform: translateY(-6px); }
        .index-part4 .scholar-box .scholar-cont .scholar-list img {
          width: 176px;
          height: 235px; }
        .index-part4 .scholar-box .scholar-cont .scholar-list span {
          position: relative;
          z-index: 2;
          display: block;
          width: 125px;
          height: 36px;
          margin: -18px auto 0;
          background-color: #fff;
          text-align: center;
          line-height: 36px;
          font-size: 18px;
          color: #333; }
  .index-part4 .learn-box {
    position: relative;
    width: 49%;
    overflow: hidden;
    background-image: url("../images/homeBanner/papart4-item-bck.png"); }
    .index-part4 .learn-box .learn-title {
      margin-bottom: 33px; }
      .index-part4 .learn-box .learn-title h3 {
        background: url("../images/homest/xuhui-icon.png") no-repeat left center;
        background-size: 38px 26px; }
    .index-part4 .learn-box .part4_more {
      display: block;
      position: absolute;
      top: 5px;
      right: 20px;
      bottom: auto;
      left: auto;
      z-index: 0;
      z-index: 10;
      padding-right: 10px;
      background: url("../images/newindex/more.png") no-repeat right center;
      background-size: 4px 6px; }
    .index-part4 .learn-box .learn-list {
      position: relative;
      text-align: center;
      overflow: hidden; }
      .index-part4 .learn-box .learn-list .learn-list-item {
        background-image: linear-gradient(269deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 99%);
        border: 1px solid #FFFFFF;
        font-family: PingFang-SC-Bold;
        font-weight: bold;
        font-size: 24px;
        padding-top: 20px;
        color: #000000;
        line-height: 24px;
        border-radius: 8px;
        position: relative;
        display: block;
        display: inline-block;
        width: 216px;
        height: 100px;
        overflow: hidden;
        margin: 0 5px;
        transition: 0.5s; }
        .index-part4 .learn-box .learn-list .learn-list-item img {
          width: 100%;
          height: 100%; }
        .index-part4 .learn-box .learn-list .learn-list-item:hover {
          transform: translateY(-6px); }
        .index-part4 .learn-box .learn-list .learn-list-item i {
          position: absolute;
          top: 50%;
          right: auto;
          bottom: auto;
          left: 22px;
          z-index: 0;
          width: 32px;
          height: 33px;
          margin-top: -16px; }
        .index-part4 .learn-box .learn-list .learn-list-item:nth-child(1) i {
          background: url("../images/homest/icon-1.png") no-repeat 0 center;
          background-size: 30px 33px; }
        .index-part4 .learn-box .learn-list .learn-list-item:nth-child(2) i {
          background: url("../images/homest/icon-2.png") no-repeat 0 center;
          background-size: 32px 31px; }
        .index-part4 .learn-box .learn-list .learn-list-item:nth-child(3) i {
          background: url("../images/homest/icon-3.png") no-repeat 0 center;
          background-size: 32px 25px; }
        .index-part4 .learn-box .learn-list .learn-list-item:nth-child(4) i {
          background: url("../images/homest/icon-4.png") no-repeat 0 center;
          background-size: 30px 31px; }
        .index-part4 .learn-box .learn-list .learn-list-item:nth-child(5) i {
          background: url("../images/homest/icon-5.png") no-repeat 0 center;
          background-size: 30px 27px; }
        .index-part4 .learn-box .learn-list .learn-list-item h4 {
          padding-left: 49px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .index-part4 .learn-box .learn-list .learn-list-item span {
          position: absolute;
          top: 50%;
          right: 13px;
          bottom: auto;
          left: auto;
          z-index: 0;
          margin-top: -8px;
          width: 9px;
          height: 15px;
          background: url("../images/homest/more-l.png") no-repeat;
          background-size: 100% 100%; }

.index-part5 {
  height: 570px;
  background: url("../images/newindex/part5-bg.jpg") no-repeat center bottom;
  background-size: auto 570px; }
  .index-part5:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  * html .index-part5 {
    zoom: 1; }
  *:first-child + html .index-part5 {
    zoom: 1; }
  .index-part5 .service-box-left {
    width: 574px;
    position: relative; }
    .index-part5 .service-box-left:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    * html .index-part5 .service-box-left {
      zoom: 1; }
    *:first-child + html .index-part5 .service-box-left {
      zoom: 1; }
    .index-part5 .service-box-left .banner-circle1 {
      position: absolute;
      top: 67px;
      left: 0;
      width: 519px;
      height: 519px;
      z-index: 1;
      background: url("../images/animate/circle_1.png") no-repeat 0 0;
      animation: circleMove1 35s ease-in-out infinite; }
    .index-part5 .service-box-left .banner-circle2 {
      position: absolute;
      top: 40px;
      left: -28px;
      width: 574px;
      height: 574px;
      z-index: 1;
      background: url("../images/animate/circle_2.png") no-repeat 0 0;
      animation: circleMove2 35s ease-in-out infinite; }
    .index-part5 .service-box-left .banner-ul {
      position: absolute;
      top: 0;
      left: -22px;
      width: 519px;
      height: 519px;
      z-index: 2; }
      .index-part5 .service-box-left .banner-ul .banner-li {
        position: absolute;
        height: 57px;
        width: 57px; }
        .index-part5 .service-box-left .banner-ul .banner-li:hover {
          transform: translate(0, -30px);
          transition: all 1 linear infinite; }
        .index-part5 .service-box-left .banner-ul .banner-li:nth-child(1) {
          top: 298px;
          left: 106px;
          background: url("../images/animate/dots1.png") no-repeat 0 0;
          /* transition: all .5s linear infinite; */
          animation: dotMove1 2s linear infinite; }
        .index-part5 .service-box-left .banner-ul .banner-li:nth-child(2) {
          top: 208px;
          left: 135px;
          background: url("../images/animate/dots2.png") no-repeat 0 0;
          animation: dotMove2 2s linear infinite; }
        .index-part5 .service-box-left .banner-ul .banner-li:nth-child(3) {
          top: 153px;
          left: 211px;
          background: url("../images/animate/dots3.png") no-repeat 0 0;
          animation: dotMove3 2s linear infinite; }
        .index-part5 .service-box-left .banner-ul .banner-li:nth-child(4) {
          top: 153px;
          left: 308px;
          background: url("../images/animate/dots4.png") no-repeat 0 0;
          animation: dotMove4 2s linear infinite; }
        .index-part5 .service-box-left .banner-ul .banner-li:nth-child(5) {
          top: 208px;
          left: 384px;
          background: url("../images/animate/dots5.png") no-repeat 0 0;
          animation: dotMove5 2s linear infinite; }
        .index-part5 .service-box-left .banner-ul .banner-li:nth-child(6) {
          top: 297px;
          left: 412px;
          background: url("../images/animate/dots6.png") no-repeat 0 0;
          animation: dotMove6 2s linear infinite; }
  .index-part5 .service-box {
    width: 626px;
    padding-top: 165px; }
    .index-part5 .service-box .service-list {
      float: left;
      width: 270px;
      height: 92px;
      margin-right: 40px;
      padding: 7px 30px 7px 52px;
      margin-bottom: 30px; }
      .index-part5 .service-box .service-list:nth-child(1) {
        background: url("../images/newindex/serve-icon-1.png") no-repeat center center;
        background-size: cover; }
      .index-part5 .service-box .service-list:nth-child(2) {
        background: url("../images/newindex/serve-icon-2.png") no-repeat center center;
        background-size: cover; }
      .index-part5 .service-box .service-list:nth-child(3) {
        background: url("../images/newindex/serve-icon-3.png") no-repeat center center;
        background-size: cover; }
      .index-part5 .service-box .service-list:nth-child(4) {
        background: url("../images/newindex/serve-icon-4.png") no-repeat center center;
        background-size: cover; }
      .index-part5 .service-box .service-list:nth-child(5) {
        background: url("../images/newindex/serve-icon-5.png") no-repeat center center;
        background-size: cover; }
      .index-part5 .service-box .service-list:nth-child(6) {
        background: url("../images/newindex/serve-icon-6.png") no-repeat center center;
        background-size: cover; }
      .index-part5 .service-box .service-list p {
        height: 25px;
        font-size: 24px;
        font-weight: 400;
        color: #333;
        line-height: 25px; }
        .index-part5 .service-box .service-list p:nth-of-type(2) {
          line-height: 20px;
          margin-top: 5px; }
        .index-part5 .service-box .service-list p span {
          font-size: 16px;
          color: #666666;
          line-height: 20px; }

.index-part6 {
  position: relative;
  padding: 63px 0 60px;
  overflow: hidden;
  background-color: #E7ECF6; }
  .index-part6::before {
    content: '';
    width: 1920px;
    height: 1619px;
    margin-left: -960px;
    background: url("../images/homest/bg-5.png") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: -766px;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 0;
    z-index: 1; }
  .index-part6 .w {
    position: relative;
    z-index: 3; }
  .index-part6 .service-title {
    height: 58px;
    margin-bottom: 40px; }
    .index-part6 .service-title h3 {
      width: 488px;
      color: #333; }
      .index-part6 .service-title h3 img {
        width: 488px;
        height: 58px; }
      .index-part6 .service-title h3::before {
        background: none; }
      .index-part6 .service-title h3::after {
        background: none; }
  .index-part6 .partner-list {
    padding-left: 39px; }
    .index-part6 .partner-list li {
      float: left;
      height: 74px;
      line-height: 74px;
      padding: 0 5px;
      margin-bottom: 20px; }
      .index-part6 .partner-list li img {
        vertical-align: middle; }

.l-footer .m-qr-code {
  padding: 0 15px; }

.l-footer .qrcode {
  margin: 0 !important;
  width: 135px !important; }
  .l-footer .qrcode img {
    width: 100px !important;
    margin: 0 auto; }

@keyframes dotMove1 {
  from {
    transform: translate(0, 0); }
  50% {
    transform: translate(-20px, -10px); }
  to {
    transform: translate(0, 0); } }

@keyframes dotMove2 {
  from {
    transform: translate(0, 0); }
  50% {
    transform: translate(-18px, -18px); }
  to {
    transform: translate(0, 0); } }

@keyframes dotMove3 {
  from {
    transform: translate(0, 0); }
  50% {
    transform: translate(-10px, -20px); }
  to {
    transform: translate(0, 0); } }

@keyframes dotMove4 {
  from {
    transform: translate(0, 0); }
  50% {
    transform: translate(10px, -20px); }
  to {
    transform: translate(0, 0); } }

@keyframes dotMove5 {
  from {
    transform: translate(0, 0); }
  50% {
    transform: translate(18px, -18px); }
  to {
    transform: translate(0, 0); } }

@keyframes dotMove6 {
  from {
    transform: translate(0, 0); }
  50% {
    transform: translate(20px, -10px); }
  to {
    transform: translate(0, 0); } }

@keyframes circleMove1 {
  from {
    transform: rotate(0); }
  50% {
    transform: rotate(270deg); }
  to {
    transform: rotate(0); } }

@keyframes circleMove2 {
  from {
    transform: rotate(0); }
  50% {
    transform: rotate(-270deg); }
  to {
    transform: rotate(0); } }

.window_box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 720px;
  height: 360px;
  transform: translate(-50%, -50%);
  background: url(../images/window.png) no-repeat;
  background-size: 720px 360px;
  z-index: 3; }
  .window_box .close_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    z-index: 4; }
  .window_box .btn {
    position: absolute;
    bottom: 35px;
    left: 376px;
    width: 141px;
    height: 42px;
    z-index: 4; }

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