.gword {
  color: rgba(102, 111, 228, 0.7);
}

.pagestr {
  padding: 15px;
  text-align: center;
  margin: auto;
  color: #666;
  width: 900px;
}

.pagestr .pagetotal {
  width: 250px;
  float: left;
  height: 30px;
  line-height: 30px;
}

.pagestr ul,
.pagestr li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagestr ul {
  float: left;
}

.pagestr li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e5e3e3;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
}

.pagestr li.on {
  background-color: #7f84b7;
  border: 1px solid #7f84b7;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.pagestr .pre,
.pagestr .next {
  background-color: #7f84b7;
  border: 1px solid #a8d9b1;
}

.pagestr .jump {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 10px;
}

.clear {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}

.transi {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.text-line {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #7f84b7;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header {
  width: 100%;
  position: relative;
  z-index: 1000;
}

#header .header-top {
  width: 1100px;
  height: 110px;
  margin: 0 auto;
}

#header .header-top .header-top-container {
  float: left;
}

#header .header-top .logo {
  height: 42px;
  margin-top: 34px;
  float: left;
}

#header .header-top .line {
  float: left;
  width: 2px;
  height: 36px;
  background: #878585;
  margin: 37px 28px;
}

#header .header-top .text {
  font-size: 30px;
  line-height: 110px;
}

#header .header-top .search-container {
  float: right;
  position: relative;
  height: 24px;
  margin-top: 43px;
}

#header .header-top .search-container .search-inp {
  display: block;
  width: 124px;
  height: 24px;
  border: 1px solid #a5aaec;
  color: #a5aaec;
  border-radius: 20px;
  font-size: 12px;
  padding: 0 24px 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .header-top .search-container .search-inp:focus {
  width: 300px;
}

#header .header-top .search-container .icon-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
  color: #a5aaec;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

#header .nav {
  width: 100%;
  height: 50px;
  background: #303354;
}

#header .nav .nav-list {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
}

#header .nav .nav-list .nav-item {
  float: left;
  margin: 0 25px;
  position: relative;
}

#header .nav .nav-list .nav-item:first-child {
  margin-left: 0;
}

#header .nav .nav-list .nav-item:last-child {
  margin-right: 0;
}

#header .nav .nav-list .nav-item:hover .nav-link {
  color: #7f84b7;
}

#header .nav .nav-list .nav-item:hover .iconfont {
  color: #7f84b7;
}

#header .nav .nav-list .nav-item.active .nav-link {
  color: #7f84b7;
}

#header .nav .nav-list .nav-item .nav-link {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .nav .nav-list .nav-item .iconfont {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 19px;
  right: -14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .nav .nav-list .nav-item .iconfont.icon-sanjiaoxia {
  display: block;
}

#header .nav .nav-list .nav-item .iconfont.icon-right {
  display: none;
}

@media screen and (min-width: 769px) {
  .the-menu {
    display: none;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild:hover .nav-child-list {
    padding: 12px 0;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild:hover .nav-child-list::before {
    height: 4px;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild:hover .nav-child-list .nav-child-item {
    height: 36px;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list {
    background: rgba(48, 51, 84, 0.8);
    position: absolute;
    top: 46px;
    left: -30px;
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #7f84b7;
    position: absolute;
    top: 0px;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item:hover {
    background: #7f84b7;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item .nav-child-link {
    padding: 0 30px;
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: 2.2rem;
  }

  #header .header-top {
    width: 100%;
    height: 2.2rem;
    position: relative;
  }

  #header .header-top .the-menu {
    position: absolute;
    font-size: 0.85rem;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 2.4rem;
    text-align: center;
    color: #7f84b7;
    z-index: 1999;
  }

  #header .header-top .header-top-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #header .header-top .logo {
    height: 1.1rem;
    margin-top: 0.6rem;
  }

  #header .header-top .line {
    width: 1px;
    height: 0.9rem;
    margin: 0 0.6rem;
    margin-top: 0.65rem;
  }

  #header .header-top .text {
    font-size: 0.75rem;
    line-height: 2.2rem;
  }

  #header .header-top .search-container {
    width: 100%;
    margin-top: 0;
  }

  #header .header-top .search-container .search-mask {
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.9);
  }

  #header .header-top .search-container .search-mask.mask-down {
    height: 100vh;
  }

  #header .header-top .search-container .search-inp {
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: 2.2rem;
    height: 0;
    border: none;
    display: none;
  }

  #header .header-top .search-container .search-inp:focus {
    width: 100%;
  }

  #header .header-top .search-container .search-inp.inp-down {
    height: 2rem;
    border: 1px solid #a5aaec;
  }

  #header .header-top .search-container .icon-search {
    position: absolute;
    top: 1.1rem;
    right: 0.75rem;
    font-size: 1rem;
    color: #7f84b7;
  }

  #header .header-top .search-container .not-show {
    display: none;
  }

  #header .nav {
    height: auto;
    background: none;
  }

  #header .nav .nav-list {
    width: 0;
    height: auto;
    padding: 0.75rem 0;
    background: rgba(48, 51, 84, 0.8);
    position: absolute;
    left: 0;
    top: 2.2rem;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #header .nav .nav-list.open {
    width: 5rem;
    overflow: inherit;
  }

  #header .nav .nav-list .nav-item {
    margin: 0;
    height: 2rem;
    float: inherit;
  }

  #header .nav .nav-list .nav-item .nav-link {
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    display: block;
    width: 100%;
    text-align: center;
  }

  #header .nav .nav-list .nav-item .iconfont {
    font-size: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.3rem;
  }

  #header .nav .nav-list .nav-item .iconfont.icon-sanjiaoxia {
    display: none;
  }

  #header .nav .nav-list .nav-item .iconfont.icon-right {
    display: block;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild.open .nav-child-list {
    width: 4.5rem;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list {
    width: 0;
    position: absolute;
    top: 0;
    left: 5rem;
    background: rgba(48, 51, 84, 0.8);
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item {
    height: 2rem;
  }

  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item .nav-child-link {
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
  }
}

#footer {
  width: 100%;
  height: 180px;
  background: #303354;
  overflow: hidden;
}

#footer .footer-container {
  width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
}

#footer .footer-container .content.content-1 {
  float: left;
  margin-right: 70px;
}

#footer .footer-container .content.content-2 {
  float: left;
}

#footer .footer-container .content.content-3 {
  float: right;
}

#footer .footer-container .content.content-3 .wechat-container {
  float: left;
  margin-left: 25px;
}

#footer .footer-container .content.content-3 .wechat-container img {
  display: block;
  width: 80px;
  height: 80px;
}

#footer .footer-container .content.content-3 .wechat-container p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
}

#footer .footer-container .content>p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
  }

  #footer .footer-container {
    width: 100%;
    padding: 0 0.75rem;
    padding-top: 0.7rem;
  }

  #footer .footer-container .content {
    margin-bottom: 1rem;
  }

  #footer .footer-container .content.content-1 {
    width: 100%;
    margin-right: 0;
  }

  #footer .footer-container .content.content-2 {
    width: 100%;
  }

  #footer .footer-container .content.content-3 {
    float: left;
  }

  #footer .footer-container .content.content-3 .wechat-container {
    margin-left: 0;
    margin-right: 1rem;
    text-align: center;
  }

  #footer .footer-container .content.content-3 .wechat-container img {
    display: inline-block;
    width: 3rem;
    height: 3rem;
  }

  #footer .footer-container .content.content-3 .wechat-container p {
    font-size: 12px;
    margin-top: 0.3rem;
  }

  #footer .footer-container .content>p {
    font-size: 12px;
  }
}

.index {
  width: 100%;
}

.index .banner {
  width: 1100px;
  height: 371px;
  padding-bottom: 5px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.index .banner .bannerBox {
  width: 100%;
}

.index .banner .banner-list .banner-item {
  width: 1100px;
  /* height: 350px; */
  position: relative;
  float: left;
}

.index .banner .banner-list .banner-item .banner-img {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index .banner .banner-control-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
}

.index .banner .banner-control-nav::after {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}

.index .banner .banner-control-nav li a {
  display: block;
  width: 26px;
  height: 5px;
  border-radius: 4px;
  background: #e2e2e2;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: transparent;
  cursor: pointer;
}

.index .banner .banner-control-nav li {
  margin-right: 20px;
  float: left;
}

.index .banner .banner-control-nav li:last-child {
  margin-right: 0;
}

.index .banner .banner-control-nav li a:hover {
  background: #7f84b7;
  -webkit-box-shadow: 0 0 5px rgba(102, 111, 228, 0.7);
  box-shadow: 0 0 5px rgba(102, 111, 228, 0.7);
}

.index .banner .banner-control-nav li a.banner-active {
  background: #7f84b7;
  -webkit-box-shadow: 0 0 5px rgba(102, 111, 228, 0.7);
  box-shadow: 0 0 5px rgba(102, 111, 228, 0.7);
}

.index .news {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 94px;
  overflow: hidden;
}

.index .news .news-container {
  width: 530px;
}

.index .news .news-container.news-1 {
  float: left;
}

.index .news .news-container.news-1 .news-list .news-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.index .news .news-container.news-1 .news-list .news-item:last-child {
  margin-bottom: 0;
}

.index .news .news-container.news-1 .news-list .news-item .news-link:hover .news-date {
  background: #7f84b7;
}

.index .news .news-container.news-1 .news-list .news-item .news-link:hover .news-item-title {
  color: #7f84b7;
}

.index .news .news-container.news-1 .news-list .news-item .news-link:hover .news-item-title::after {
  width: 100%;
}

.index .news .news-container.news-1 .news-list .news-item .news-link .news-date {
  float: left;
  width: 53px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  background: #7f84b7;
  color: #fff;
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .news-container.news-1 .news-list .news-item .news-link .news-item-title {
  float: right;
  width: 456px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 33px;
  color: #333;
  font-size: 14px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .news-container.news-1 .news-list .news-item .news-link .news-item-title::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #7f84b7;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .news-container.news-2 {
  float: right;
}

.index .news .news-container.news-2 .news-list .news-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.index .news .news-container.news-2 .news-list .news-item:last-child {
  margin-bottom: 0;
}

.index .news .news-container.news-2 .news-list .news-item .news-link:hover .iconfont.icon-wenjian- {
  display: none;
}

.index .news .news-container.news-2 .news-list .news-item .news-link:hover .iconfont.icon-wenjianxiazai- {
  display: block;
}

.index .news .news-container.news-2 .news-list .news-item .news-link:hover .news-date {
  color: #7f84b7;
}

.index .news .news-container.news-2 .news-list .news-item .news-link:hover .news-item-title {
  color: #7f84b7;
}

.index .news .news-container.news-2 .news-list .news-item .news-link:hover .news-item-title::after {
  width: 100%;
}

.index .news .news-container.news-2 .news-list .news-item .news-link .iconfont {
  float: left;
  font-size: 20px;
  color: #333;
  margin-right: 10px;
  line-height: 33px;
  display: block;
}

.index .news .news-container.news-2 .news-list .news-item .news-link .iconfont.icon-wenjianxiazai- {
  display: none;
  color: #7f84b7;
}

.index .news .news-container.news-2 .news-list .news-item .news-link .news-item-title {
  float: left;
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 33px;
  color: #333;
  font-size: 14px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .news-container.news-2 .news-list .news-item .news-link .news-item-title::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #7f84b7;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .news-container.news-2 .news-list .news-item .news-link .news-date {
  float: right;
  line-height: 33px;
  font-size: 14px;
  color: #9fa0a0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .news-container .news-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #7f84b7;
}

.index .news .news-container .news-title ._title {
  font-size: 16px;
}

.index .news .news-container .news-title .more {
  font-size: 16px;
  float: right;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .news-container .news-title .more:hover {
  color: #7f84b7;
}

.index .fw {
  width: 100%;
  height: 514px;
  background: #f7f7f7;
  margin-bottom: 70px;
}

.index .fw .title-box {
  width: 150px;
  height: 36px;
  background: #7f84b7;
  background: -webkit-gradient(linear, left top, left bottom, from(#859df1), to(#6b85e2));
  background: linear-gradient(#859df1, #5f76c5);
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -18px;
  margin: 0 auto;
}

.index .fw .fw-list {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}

.index .fw .fw-list .fw-item {
  width: 170px;
  height: 170px;
  border: 1px solid #ecedec;
  border-radius: 10px;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
  position: relative;
}

.index .fw .fw-list .fw-item:nth-child(5n) {
  margin-right: 0;
}

.index .fw .fw-list .fw-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 132px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#e0e2f4), color-stop(#7880e6), to(#e0e2f4));
  background: linear-gradient(90deg, #e0e2f4, #7880e6, #e0e2f4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .fw .fw-list .fw-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#8fa6f6), to(#6c86e2));
  background: linear-gradient(#8fa6f6, #6c86e2);
}

.index .fw .fw-list .fw-item:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#7880e6), color-stop(#fff), to(#7880e6));
  background: linear-gradient(90deg, #7880e6, #fff, #7880e6);
}

.index .fw .fw-list .fw-item:hover .fw-text {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.index .fw .fw-list .fw-item:hover .iconfont {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.index .fw .fw-list .fw-item>a {
  display: block;
  width: 100%;
  height: 100%;
}

.index .fw .fw-list .fw-item .iconfont {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #7f84b7;
  font-size: 64px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .fw .fw-list .fw-item .fw-text {
  white-space: nowrap;
  color: #7f84b7;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
}

.index .pt {
  width: 100%;
  height: 320px;
  background: #f7f7f7;
  margin-bottom: 60px;
}

.index .pt .title-box {
  width: 150px;
  height: 36px;
  background: #7f84b7;
  background: -webkit-gradient(linear, left top, left bottom, from(#859df1), to(#6b85e2));
  background: linear-gradient(#859df1, #5f76c5);
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -18px;
  margin: 0 auto;
}

.index .pt .pt-list {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}

.index .pt .pt-list .pt-item {
  width: 156px;
  float: left;
  /* margin-right: 111px; */
  margin-right: 45px;
  position: relative;
}

.index .pt .pt-list .pt-item:last-child {
  margin-right: 0;
}

.index .pt .pt-list .pt-item:hover>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#8fa6f6), to(#6c86e2));
  background: linear-gradient(#8fa6f6, #6c86e2);
}

.index .pt .pt-list .pt-item:hover .iconfont {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.index .pt .pt-list .pt-item:hover .pt-text {
  color: #7f84b7;
}

.index .pt .pt-list .pt-item>a {
  display: block;
  width: 100%;
  height: 138px;
  border: 1px solid #ecedec;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .pt .pt-list .pt-item .iconfont {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #aeaeae;
  font-size: 64px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .pt .pt-list .pt-item .iconfont.icon-jiaowuguanlixitong_huaban2 {
  font-size: 30px;
  top: 67px;
  left: 64%;
}

.index .pt .pt-list .pt-item .iconfont.icon-ziyuan- {
  font-size: 24px;
  top: 42px;
}

.index .pt .pt-list .pt-item .iconfont.icon-pingtai-1 {
  font-size: 30px;
  top: 42px;
}

.index .pt .pt-list .pt-item .iconfont.icon-xiaotubiao- {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.index .pt .pt-list .pt-item .iconfont.icon-tec- {
  font-size: 30px;
  top: 35px;
}

.index .pt .pt-list .pt-item .iconfont.icon-tec-1 {
  font-size: 18px;
  top: 60px;
}

.index .pt .pt-list .pt-item .iconfont.icon-tec-2 {
  font-size: 18px;
  top: 70px;
}

.index .pt .pt-list .pt-item .iconfont.icon-pingtai {
  display: none;
}

.index .pt .pt-list .pt-item .pt-text {
  color: #333;
  text-align: center;
  margin-top: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .index .pt .pt-list .pt-item:hover .iconfont.icon-jiaowuguanlixitong_huaban2 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 55%;
  }

  .index .pt .pt-list .pt-item:hover .iconfont.icon-ziyuan- {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 20px;
    top: 43px;
    left: 40%;
  }

  .index .pt .pt-list .pt-item:hover .iconfont.icon-pingtai-1 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 38%;
  }

  .index .pt .pt-list .pt-item:hover .iconfont.icon-xiaotubiao- {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .index .pt .pt-list .pt-item:hover .iconfont.icon-tec- {
    top: 30px;
  }

  .index .pt .pt-list .pt-item:hover .iconfont.icon-tec-1 {
    top: 60px;
  }

  .index .pt .pt-list .pt-item:hover .iconfont.icon-tec-2 {
    top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .index .banner {
    width: 100%;
    height: 6.5rem;
    padding-bottom: 0.2rem;
  }

  .index .banner .banner-list {
    height: 6rem;
  }

  .index .banner .banner-list .banner-item {
    width: 100vw;
    height: 6rem;
  }

  .index .banner .banner-control-nav {
    height: 0.2rem;
    bottom: 0;
    width: auto;
    overflow: hidden;
  }

  .index .banner .banner-control-nav li {
    margin-right: 0.3rem;
  }

  .index .banner .banner-control-nav li a {
    width: 0.8rem;
    height: 0.2rem;
  }

  .index .news {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .index .news .news-container {
    width: 100%;
    margin-bottom: 1rem;
    background: #f7f7f7;
    padding: 0.75rem 0.75rem;
  }

  .index .news .news-container.news-1 .news-list .news-item {
    margin-bottom: 0.5rem;
  }

  .index .news .news-container.news-1 .news-list .news-item .news-link .news-date {
    width: 2rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 12px;
  }

  .index .news .news-container.news-1 .news-list .news-item .news-link .news-item-title {
    width: 14.5rem;
    line-height: 0.9rem;
    font-size: 12px;
  }

  .index .news .news-container.news-2 .news-list .news-item {
    margin-bottom: 0.5rem;
  }

  .index .news .news-container.news-2 .news-list .news-item .news-link .iconfont {
    font-size: 12px;
    margin-right: 0.3rem;
    line-height: 0.9rem;
  }

  .index .news .news-container.news-2 .news-list .news-item .news-link .news-date {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 12px;
  }

  .index .news .news-container.news-2 .news-list .news-item .news-link .news-item-title {
    width: 14.2rem;
    line-height: 0.9rem;
    font-size: 12px;
  }

  .index .news .news-container .news-title {
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
  }

  .index .news .news-container .news-title ._title {
    font-size: 14px;
  }

  .index .news .news-container .news-title .more {
    font-size: 14px;
  }

  .index .fw {
    height: auto;
    margin-bottom: 2rem;
  }

  .index .fw .title-box {
    width: 6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    top: -0.8rem;
  }

  .index .fw .fw-list {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0.75rem;
  }

  .index .fw .fw-list .fw-item {
    width: 4.75rem;
    height: 4.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .index .fw .fw-list .fw-item:nth-child(3n) {
    margin-right: 0;
  }

  .index .fw .fw-list .fw-item:nth-child(5n) {
    margin-right: 0.75rem;
  }

  .index .fw .fw-list .fw-item::after {
    width: 3rem;
    top: 2.4rem;
  }

  .index .fw .fw-list .fw-item .iconfont {
    font-size: 1.6rem;
    top: 0.5rem;
  }

  .index .fw .fw-list .fw-item .fw-text {
    font-size: 12px;
    bottom: 0.2rem;
  }

  .index .pt {
    height: auto;
    margin-bottom: 2rem;
  }

  .index .pt .title-box {
    width: 6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    top: -0.8rem;
  }

  .index .pt .pt-list {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0.75rem;
  }

  .index .pt .pt-list .pt-item {
    width: 3.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .index .pt .pt-list .pt-item::after {
    width: 3rem;
    top: 2.4rem;
  }

  .index .pt .pt-list .pt-item>a {
    height: 3rem;
  }

  .index .pt .pt-list .pt-item .iconfont {
    font-size: 1.6rem;
    top: 0.5rem;
  }

  .index .pt .pt-list .pt-item .iconfont.icon-jiaowuguanlixitong_huaban2 {
    font-size: 0.8rem;
    top: 1.5rem;
    left: 66%;
  }

  .index .pt .pt-list .pt-item .iconfont.icon-ziyuan- {
    font-size: 0.5rem;
    top: 0.85rem;
  }

  .index .pt .pt-list .pt-item .iconfont.icon-pingtai-1 {
    font-size: 0.8rem;
    top: 0.8rem;
  }

  .index .pt .pt-list .pt-item .iconfont.icon-tec- {
    display: none;
  }

  .index .pt .pt-list .pt-item .iconfont.icon-tec-1 {
    display: none;
  }

  .index .pt .pt-list .pt-item .iconfont.icon-tec-2 {
    display: none;
  }

  .index .pt .pt-list .pt-item .iconfont.icon-pingtai {
    display: block;
  }

  .index .pt .pt-list .pt-item .pt-text {
    font-size: 12px;
    margin-top: 0.2rem;
    min-height: 36px;
  }
}

.detail {
  width: 1100px;
  margin: 0 auto;
}

.detail .title-container {
  text-align: center;
  margin-top: 30px;
}

.detail .title-container .title {
  display: inline-block;

  padding: 0 10px 5px 10px;
  border-bottom: 2px solid #7f84b7;
  text-align: center;
}

.detail .title-container .title span {
  font-size: 24px;
}

.detail .title-container .date {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.detail .content {
  margin-top: 20px;
  /* font-size: 14px; */
  line-height: 24px;
  padding: 50px;

}
.detail table td{
border:1px solid #000;
}
.detail .content img {
  max-width: 100%;
  margin: 20px auto;
}

.detail .links {
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #7f84b7;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.detail .links .left-link,
.detail .links .right-link {
  font-size: 14px;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.detail .links .left-link:hover,
.detail .links .right-link:hover {
  color: #7f84b7;
}

.detail .links .left-link {
  float: left;
}

.detail .links .right-link {
  float: right;
}

@media screen and (max-width: 768px) {
  .detail {
    width: 100%;
  }

  .detail .title-container {
    margin-top: 1rem;
    padding: 0 0.75rem;
  }

  .detail .title-container .title {
    font-size: 16px;
    padding: 0 0 0.3rem 0;
    border-bottom: 1px solid #7f84b7;
  }

  .detail .title-container .date {
    margin-top: 0.3rem;
  }

  .detail .content {
    /* margin-top: 0.5rem;
    line-height: 1rem; */
    padding: 0 0.75rem;
  }

  .detail .links {
    padding: 0 0.75rem;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .detail .links .iconfont {
    display: none;
  }
}

.list {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.list .left-menu {
  float: left;
  width: 240px;
}

.list .left-menu .left-meun-title {
  min-height: 60px;
  margin-bottom: 15px;
  background: #7f84b7;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
}

.list .left-menu .left-meun-title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  line-height: 40px;
  margin-right: 5px;
  position: relative;
  top: -4px;
  border-radius: 1px;
}

.list .left-menu .left-menu-item {
  width: 100%;
  min-height: 40px;
  margin-bottom: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list .left-menu .left-menu-item.active .left-menu-link {
  background: #4a4e75;
}

.list .left-menu .left-menu-item:last-child {
  margin-bottom: 0;
}

.list .left-menu .left-menu-item:hover .left-menu-link {
  background: #7f84b7;
}

.list .left-menu .left-menu-item .left-menu-link {
  text-align: center;
  border-radius: 8px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #7f84b7;
}

.list .right-content {
  width: 800px;
  float: right;
}

.list .right-content .list-title {

  text-align: center;
  margin-bottom: 30px;
}

.list .right-content .list-title span {
  border-bottom: 2px solid #7f84b7;
  padding: 0 12px 8px 12px;
  font-size: 24px;
}

.list .right-content .right-list {
  width: 100%;
}

.list .right-content .right-list .right-item {
  width: 100%;
  /**height: 150px;*/
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.list .right-content .right-list .right-item-2 {
  height: auto;
  overflow: hidden;
}

.list .right-content .right-list .right-item .right-link {
  color: #333;
  float: left;
  height: 100%;
  width: 100%;
}

.list .right-content .right-list .right-item .right-date {
  color: #333;
  float: right;
}

.list .right-content .right-list .right-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.list .right-content .right-list .right-item:hover .info>p {
  color: #7f84b7;
}

.list .right-content .right-list .right-item .img-container {
  width: 160px;
  height: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}

.list .right-content .right-list .right-item .img-container>img {
  display: block;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.list .right-content .right-list .right-item .info {
  float: right;
  width: 100%;
  height: 28px;
}

.list .right-content .right-list .right-item .info .list-point {
  float: left;
  width: 4px;
  height: 4px;
  background: #333;
  margin-right: 8px;
  line-height: 28px;
  position: relative;
  top: 10px;
  border-radius: 1px;
}

.list .right-content .right-list .right-item .info>p {
  font-size: 16px;
  color: #333;
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 28px;
}

.list .right-content .right-list .right-item .info>span {
  color: #333;
  float: right;
  font-size: 16px;
  line-height: 28px;
}

.list .right-content .right-list .right-item .info>div {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  text-indent: 2em;
}

.list .right-content .right-list .right-item.noImg {
  /** height: 120px;*/
}

.list .right-content .right-list .right-item.noImg .img-container {
  /** display: none;*/
}

.list .right-content .right-list .right-item.noImg .info {
  width: 100%;
}

.list.search .right-content {
  width: 100%;
}

.list.search .right-content .right-list .right-item .info {
  width: 900px;
}

.list.search .right-content .right-list .right-item.noImg .info {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .list {
    width: 100%;
    min-height: auto !important;
  }

  .list .left-menu {
    display: none;
  }

  .list .right-content {
    width: 100%;
    padding: 0 0.75rem;
  }

  .list .right-content .list-title {
    font-size: 20px;
    margin-bottom: 2rem;
  }

  .list .right-content .right-list .right-item {
    height: 4rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
  }

  .list .right-content .right-list .right-item .right-link {
    height: 80%;
  }

  .list .right-content .right-list .right-item .img-container {
    width: 4rem;
  }

  .list .right-content .right-list .right-item .info {
    width: 12.5rem;
  }

  .list .right-content .right-list .right-item .info>p {
    font-size: 14px;
  }

  .list .right-content .right-list .right-item .info>div {
    display: none;
  }

  .list .right-content .right-list .right-item.noImg {
    height: 1.6rem;
  }

  .list .right-content .right-list .right-item.noImg .info>p {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    /* line-height: 1.3rem; */
    font-size: 16px;
  }

  .list .right-content .right-list .right-item.noImg .info>span {
    float: right;
    margin-top: 0;
    /* line-height: 1.3rem; */
    font-size: 15px;
  }

  .list.search .right-content .right-list .right-item .info {
    width: 12.5rem;
  }
}

.main {
  min-height: calc(100vh - 160px - 180px);
  overflow: hidden;
  margin-bottom: 30px;
}

.main .crumb {
  width: 1100px;
  margin: 20px auto;
}

.main .crumb>ul {
  overflow: hidden;
}

.main .crumb>ul>li {
  float: left;
}

.main .crumb>ul>li:last-child>a {
  /*color: #7f84b7;*/
}

.main .crumb>ul>li>a {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main .crumb>ul>li>a:hover {
  color: #7f84b7;
}

.main .pages {
  width: 100%;
  text-align: right;
  margin: 20px 0;
}

.main .pages>ul {
  display: inline-block;
  overflow: hidden;
}

.main .pages>ul>li {
  float: left;
  margin-right: 8px;
}

.main .pages>ul>li:last-child {
  margin-right: 0;
}

.main .pages>ul>li:hover a {
  background: #7f84b7;
  color: #fff;
}

.main .pages>ul>li.active a {
  background: #7f84b7;
  color: #fff;
}

.main .pages>ul>li a {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #7f84b7;
  border-radius: 4px;
  color: #7f84b7;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main .back {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.main .back>a {
  display: inline-block;
  width: 90px;
  height: 26px;
  border-left: 2px solid #1d83e1;
  padding-left: 5px;
  color: #1d83e1;
  font-size: 20px;
}

.main ._pages {
  margin-top: 100px;
  margin-bottom: 100px;
}

.main ._pages>p {
  overflow: hidden;
  margin-top: -20px;
}

.main ._pages>p span {
  font-size: 14px;
  float: left;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

.main ._pages>p span i,
.main ._pages>p span a {
  font-size: 14px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

.main ._pages>p span:nth-child(2) {
  float: right;
}

.main ._pages>p span:hover {
  color: #1d83e1;
}

.main ._pages>p span:hover a,
.main ._pages>p span:hover i {
  color: #1d83e1;
}

.icon-huidaodingbu {
  font-size: 30px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  color: #aba5a5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

.icon-huidaodingbu:hover {
  color: #7f84b7;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100vw;
  }

  .main .crumb {
    width: 100%;
    padding: 0 0.75rem;
  }

  .main .crumb>ul>li:last-child a {
    width: 7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .main .pages {
    margin: 0.5rem 0;
  }

  .main .pages>ul>li {
    margin-right: 0.25rem;
  }

  .main .pages>ul>li a {
    line-height: 1rem;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 12px;
  }
}

/* 文章页字体 */
.detail .content div,
.detail .content span,
.detail .content object,
.detail .content li,
.detail .content ul,
.detail .content img iframe,
.detail .content h1,
.detail .content h2,
.detail .content h3,
.detail .content h4,
.detail .content h5,
.detail .content h6,
.detail .content p,
.detail .content pre,
.detail .content a,
.detail .content em,
.detail .content strong,
.detail .content sub,
.detail .content sup,
.detail .content b,
.detail .content i,
.detail .content dl,
.detail .content dt,
.detail .content dd,
.detail .content ol,
.detail .content ul,
.detail .content li,
.detail .content fieldset,
.detail .content form,
.detail .content label,
.detail .content table,
.detail .content tbody,
.detail .content tfoot,
.detail .content thead,
.detail .content tr,
.detail .content th,
.detail .content td,
.detail .content embed,
.detail .content figure,
.detail .content figcaption,
.detail .content footer,
.detail .content header,
.detail .content menu,
.detail .content nav,
.detail .content output,
.detail .content ruby,
.detail .content section,
.detail .content summary,
.detail .content time,
.detail .content mark,
.detail .content audio,
.detail .content video {
  font-family: revert;
}

/* 特殊日子 全站灰色 */
/* html{
	filter: gray;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(100%) ;
	-webkit-filter: grayscale(100%) ;
	-moz-filter: grayscale(100%) ;
	-ms-filter: grayscale(100%) ;
	-o-filter: grayscale(100%) ;
} */