* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Microsoft YaHei;
  min-width: 1360px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
img {
  border-style: none;
}
.first-img {
  width: 100%;
  height: auto;
  background: url("../images/index/bigbg.png") no-repeat center center;
  background-size: cover;
}
.first-img img {
  width: 100%;
  height: auto;
}
.tab {
  width: 100%;
  margin-top: 26px;
}
.tab ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: justify;
}
.tab ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  /*这个为满足text-align:justify要超过一行的要求*/
}
.tab ul li {
  width: 33%;
  display: inline-block;
  line-height: 90px;
  height: 90px;
  background: #e6f0fd;
  padding: 0 10px 0 176px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.tab ul li img {
  position: absolute;
  top: -17px;
  left: 38px;
  width: 128px;
  height: 128px;
}
.tab ul li span {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 40px;
  color: #5579a4;
  cursor: pointer;
}
.tab ul li span:hover {
  color: #002756;
}
.title-padding {
  margin-top: 25px;
  overflow: hidden;
}
.lunbo-phone {
  display: none;
}
.lunbo {
  width: 100%;
  height: 380px;
}
.lunbo .swiper-container {
  width: 100%;
  height: 100%;
}
.lunbo .swiper-container .swiper-slide {
  position: relative;
}
.lunbo .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.lunbo .swiper-container .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 150px 0 18px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lunbo .swiper-container .swiper-pagination {
  right: 10px;
  bottom: 12px;
  width: auto;
  left: auto;
}
.lunbo .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.lunbo .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #903c7c;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.news {
  overflow: hidden;
  padding-right: 680px;
  box-sizing: border-box;
  position: relative;
}
.news .left {
  width: 100%;
}
.news .left .headline-div {
  overflow: hidden;
}
.news .left .headline {
  margin-bottom: 16px;
  height: 84px;
}
.news .left .headline .box {
  float: left;
  margin-right: 15px;
  background: #ededed;
  width: 84px;
  height: 84px;
  text-align: center;
}
.news .left .headline .box span {
  display: block;
  font-size: 36px;
  color: #4a4a4a;
  line-height: 56px;
}
.news .left .headline .box em {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #4a4a4a;
}
.news .left .headline .content .content-title {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 36px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news .left .headline .content .content-title:hover {
  color: #5579a4;
}
.news .left .headline .content .content-text {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 24px;
  height: 48px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.news .right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 630px;
  height: 100%;
  margin-top: -190px;
}
.paper {
  padding: 20px 5% 0 5%;
  background: url("../images/index/bigbg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
}
.paper .paper-list {
  padding: 10px 10px 40px 10px;
  box-sizing: border-box;
}
.paper .paper-list ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  /*这个为满足text-align:justify要超过一行的要求*/
}
.paper .paper-list ul {
  margin: 0;
  padding: 0;
  text-align: justify;
}
.paper .paper-list ul li {
  background: #ffffff;
  border: 1px solid #656faf;
  display: inline-block;
  width: 340px;
  height: 420px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding: 4px 16px 48px 16px;
  box-shadow: 12px 12px 6px #ddd;
}
.paper .paper-list ul li .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.paper .paper-list ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3a3a3a;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 16px;
}
.paper .paper-list ul li:hover .text {
  background: #444374;
}
.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.list ul li {
  position: relative;
}
.list ul li p {
  width: 100%;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 120px 0 16px;
  box-sizing: border-box;
  background: url("../images/index/dot.png") no-repeat left center;
  background-size: 15px 12px;
  cursor: pointer;
}
.list ul li p:hover {
  color: #5579a4;
}
.list ul li em {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #8a8a8a;
  line-height: 36px;
}
.list ul .list-width {
  width: 33%;
  float: left;
}
.list ul .list-width p {
  padding: 0 18px;
}
.title {
  height: 24px;
  line-height: 24px;
  position: relative;
  padding: 0 38px 0 137px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
.title .text {
  position: absolute;
  left: 0;
  top: 0;
}
.title img {
  width: 24px;
  height: 24px;
  float: left;
}
.title span {
  float: left;
  margin-left: 7px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #000000;
}
.title em {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  height: 1px;
  border: solid 1px #e0e0e0;
}
.title .more {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.title a {
  font-size: 14px;
  color: #8a8a8a;
  cursor: pointer;
}
.title a:hover {
  color: #5579a4;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  body .first-img {
    display: none;
  }
  body .tab {
    display: none;
  }
  body .lunbo-phone {
    display: block;
    width: 100%;
    height: 60vw;
  }
  body .title em {
    display: none;
  }
  body .news {
    padding: 0;
  }
  body .news .right {
    display: none;
  }
  body .news .left .list {
    display: none;
  }
  body .list ul li {
    display: none;
  }
  body .list ul li p {
    text-overflow: initial;
    white-space: initial;
    background: url(../images/index/dot.png) no-repeat left 11px;
  }
  body .list ul li:first-of-type {
    display: block;
  }
  body .list ul li:nth-of-type(4) {
    display: block;
  }
  body .list ul li:nth-of-type(2) {
    display: block;
  }
  body .list ul li:nth-of-type(3) {
    display: block;
  }
  body .list ul .list-width {
    width: 100%;
    border-bottom: dotted 1px #e0e0e0;
  }
  body .paper .paper-list ul {
    text-align: center;
  }
  body .paper .paper-list ul a {
    display: none;
  }
  body .paper .paper-list ul li {
    display: none;
  }
  body .paper .paper-list ul a:first-of-type {
    display: block;
  }
  body .paper .paper-list ul a:first-of-type li {
    display: block;
    margin: auto;
  }
}
.menu-bg {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.menu-bg .menu {
  float: right;
  width: 80%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 5%;
  box-sizing: border-box;
}
.menu-bg .menu .icon {
  float: right;
  margin: 46px 0 74px 0;
}
.menu-bg .menu .search {
  width: 100%;
  height: 44px;
  background: #ffffff;
  margin-top: 50px;
  position: relative;
}
.menu-bg .menu .search input {
  width: 100%;
  height: 100%;
  padding: 4px 68px 4px 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.menu-bg .menu .search .search-button {
  width: 56px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0px;
  background: #565656;
  color: #fff;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.menu-bg .menu .search .search-button:hover {
  background: #5579a4;
}
.menu-bg .menu ul {
  margin-top: 40px;
}
.menu-bg .menu ul li a {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 1920px) {
  .paper .paper-list ul li {
    width: 270px;
    height: 334px;
  }
  .paper .paper-list ul li .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .news {
    padding-right: 880px;
  }
  .news .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 830px;
    height: 100%;
    margin-top: 0px;
  }
  .news .right .lunbo {
    width: 100%;
    height: 492px;
  }
  .paper .paper-list ul li {
    width: 340px;
    height: 420px;
  }
  .paper .paper-list ul li .text {
    font-size: 24px;
  }
}
/*# sourceMappingURL=index.css.map */