@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 .focus-information .information-title, .index-part2 .hot-information .information-title, .index-part4 .scholar-box .scholar-title, .index-part4 .learn-box .learn-title {
  margin-bottom: 30px;
  height: 42px;
  line-height: 42px; }
  .index-part2 .focus-information .information-title h3, .index-part2 .hot-information .information-title h3, .index-part4 .scholar-box .scholar-title h3, .index-part4 .learn-box .learn-title h3 {
    float: left;
    padding-left: 45px;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    background: url("../images/homest/icon-1.png") no-repeat 0 center;
    background-size: 30px 30px; }
  .index-part2 .focus-information .information-title a, .index-part2 .hot-information .information-title a, .index-part4 .scholar-box .scholar-title a, .index-part4 .learn-box .learn-title a {
    float: right;
    padding-right: 33px;
    font-size: 20px;
    font-weight: 400;
    color: #969696;
    background: url("../images/homest/more.png") no-repeat right center;
    background-size: 20px 6px; }

.index-part3 .meeting-title, .index-part5 .service-title, .index-part6 .service-title {
  position: relative;
  margin-bottom: 63px;
  height: 42px;
  line-height: 42px; }
  .index-part3 .meeting-title h3, .index-part5 .service-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-part5 .service-title h3::before, .index-part6 .service-title h3::before, .index-part3 .meeting-title h3::after, .index-part5 .service-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-part5 .service-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-part5 .service-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-part2 {
  padding: 57px 0 80px;
  overflow: hidden; }
  .index-part2 .focus-information {
    width: 756px;
    position: relative;
    z-index: 3; }
    .index-part2 .focus-information .information-title {
      font-size: 30px;
      margin-bottom: 30px; }
    .index-part2 .focus-information .information-img {
      position: relative;
      height: 427px; }
      .index-part2 .focus-information .information-img img {
        width: 100%;
        height: 427px; }
      .index-part2 .focus-information .information-img h3 {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 65px;
        padding: 26px 20px 11px;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        z-index: 4;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
        .index-part2 .focus-information .information-img h3 p {
          width: 60%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    .index-part2 .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-part2 .focus-information .swiper-button-prev {
      left: 20px;
      margin-top: -50px;
      background: url("../images/homest/jiantou-l.png") no-repeat; }
    .index-part2 .focus-information .swiper-button-next {
      right: 20px;
      margin-top: -50px;
      background: url("../images/homest/jiantou-r.png") no-repeat; }
    .index-part2 .focus-information .part-pagination {
      position: absolute;
      top: 395px;
      right: 20px;
      bottom: auto;
      left: auto;
      z-index: 0;
      z-index: 3;
      text-align: right; }
      .index-part2 .focus-information .part-pagination .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1; }
        .index-part2 .focus-information .part-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #299eff; }
  .index-part2 .hot-information {
    position: relative;
    width: calc(100% - 836px); }
    .index-part2 .hot-information:after {
      content: '';
      width: 900px;
      height: 958px;
      background: url("../images/homest/bg-4.png") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: -129px;
      right: -362px;
      bottom: auto;
      left: auto;
      z-index: 0;
      z-index: 1; }
    .index-part2 .hot-information .information-title {
      position: relative;
      z-index: 3; }
    .index-part2 .hot-information ul {
      position: relative;
      z-index: 3;
      padding: 20px 24px;
      overflow: hidden;
      margin-bottom: 10px;
      background: #FFFFFF;
      box-shadow: 0px 3px 17px 0px rgba(9, 53, 129, 0.07);
      border-radius: 6px; }
      .index-part2 .hot-information ul.article-list {
        margin-bottom: 30px; }
      .index-part2 .hot-information ul li {
        margin-bottom: 28px;
        line-height: 18px;
        font-size: 18px;
        overflow: hidden;
        zoom: 1; }
        .index-part2 .hot-information ul li:last-child {
          margin-bottom: 0; }
        .index-part2 .hot-information ul li a {
          float: left;
          width: 75%;
          color: #333;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .index-part2 .hot-information ul li a:hover {
            color: #067CFF; }
        .index-part2 .hot-information ul li span {
          float: right;
          color: #999;
          font-size: 16px; }
      .index-part2 .hot-information ul.notice-list a {
        width: 100% !important; }

.index-part3 {
  padding: 70px 0 54px;
  height: 841px;
  background: url("../images/homest/bg-3.png") no-repeat;
  background-size: cover; }
  .index-part3 .meeting-list {
    margin: 0 -21px; }
    .index-part3 .meeting-list-item {
      float: left;
      width: 374px;
      height: 266px;
      padding: 16px;
      background: #fff;
      margin: 0 20px 40px;
      transition: 0.5s; }
      .index-part3 .meeting-list-item img {
        width: 342px;
        height: 168px; }
      .index-part3 .meeting-list-item p {
        padding: 25px 0 15px;
        line-height: 26px;
        color: #333;
        font-size: 19px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .index-part3 .meeting-list-item:hover {
        transform: translateY(-6px); }
        .index-part3 .meeting-list-item:hover p {
          color: #067CFF; }

.index-part4 {
  padding: 54px 0 50px;
  background: #F7F7F7; }
  .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 {
    width: 100%;
    overflow: hidden; }
    .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 .learn-list {
      position: relative;
      margin: 0 -20px; }
      .index-part4 .learn-box .learn-list .learn-list-item {
        position: relative;
        display: block;
        float: left;
        width: 220px;
        padding: 0 13px 0 22px;
        line-height: 95px;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        margin: 0 13px 18px;
        background: #fff;
        transition: 0.5s; }
        .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 {
  padding-top: 65px;
  height: 522px;
  background: url("../images/homest/bg-2.png") no-repeat;
  background-size: cover; }
  .index-part5 .service-title {
    margin-bottom: 80px; }
    .index-part5 .service-title h3 {
      width: 430px; }
      .index-part5 .service-title h3::before {
        background: url("../images/homest/zixun-icon-1.png") no-repeat;
        background-size: 30px 30px; }
  .index-part5 .service-box {
    margin: 0 -20px; }
    .index-part5 .service-box .service-list {
      float: left;
      width: 166px;
      height: 166px;
      margin: 0 20px;
      background: #FFFFFF;
      box-shadow: 0px 5px 20px 3px rgba(174, 200, 255, 0.5);
      border-radius: 3px;
      text-align: center; }
      .index-part5 .service-box .service-list i {
        display: block;
        width: 44px;
        height: 44px;
        margin: 38px auto 22px; }
      .index-part5 .service-box .service-list p {
        height: 25px;
        font-size: 18px;
        font-weight: 400;
        color: #333;
        line-height: 25px; }
      .index-part5 .service-box .service-list:nth-child(1) i {
        background: url("../images/homest/shenbao.png") no-repeat center center;
        background-size: 36px 38px; }
      .index-part5 .service-box .service-list:nth-child(2) i {
        background: url("../images/homest/zhuanjia.png") no-repeat center center;
        background-size: 34px 40px; }
      .index-part5 .service-box .service-list:nth-child(3) i {
        background: url("../images/homest/zhishi.png") no-repeat center center;
        background-size: 40px 34px; }
      .index-part5 .service-box .service-list:nth-child(4) i {
        background: url("../images/homest/jiaoyi.png") no-repeat center center;
        background-size: 44px 44px; }
      .index-part5 .service-box .service-list:nth-child(5) i {
        background: url("../images/homest/xuqiu.png") no-repeat center center;
        background-size: 36px 42px; }
      .index-part5 .service-box .service-list:nth-child(6) i {
        background: url("../images/homest/keji.png") no-repeat center center;
        background-size: 44px 36px; }

.index-part6 {
  position: relative;
  padding-top: 82px;
  height: 529px;
  overflow: hidden; }
  .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 {
    margin-bottom: 77px; }
    .index-part6 .service-title h3 {
      width: 280px;
      color: #333; }
      .index-part6 .service-title h3::before {
        background: url("../images/homest/zixun-icon-1.png") no-repeat;
        background-size: 30px 30px; }
      .index-part6 .service-title h3::after {
        background: url("../images/homest/zixun-icon.png") no-repeat;
        background-size: 30px 30px; }
  .index-part6 .partner-list li {
    float: left;
    height: 74px;
    line-height: 74px;
    padding: 0 16px; }
    .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; }

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