/* pc端样式 */
  #id12,
  #id11,
  #id10,
  #id9,
  #id8,
  #id7,
  #id6,
  #id5,
  #id4,
  #id2,
  #id1 {
    opacity: 0;
    transition: all .6s ease 0s;
    transform: translateX(0px) translateY(50px);
  }
#app{
 position: relative;
}
.anchor{
   position: absolute;
   top: -75px;
}

.home-nav {
  height: 75px;
  line-height: 75px;
  width: 100%;
  background-color: #fff;
  border: 1px #EBEEF5 solid;
  z-index: 12;
  position: fixed;
}
.home .tabs {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tabs .logo {
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 18px;
}
.tabs-list a {
  text-decoration: none;
  color: #303133;
  margin-left: 30px;
}
.tabs-list {
  font-size: 16px;
}
.bannar1 {
  font-size: 0;
}
.bannar1 img {
  width: 100%;
  height: 613px;
}
.el-carousel__item h3 {
  color: #475669;
  font-size: 18px;
  opacity: 0.75;
  line-height: 300px;
  margin: 0;
}
.carousel1 {
  width: 1077px;
  height: 702px;
  margin: 42px auto 0;
}
.carousel2 {
  position: relative;
  margin-top: 45px;
}
.carousel2 img {
  width: 100%;
  height: 746px;
}
.pagination {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
}
.pagination .title {
  margin: 30px 0 0 15px;
}
.pagination .english {
  margin: 15px 0 0 15px;
}
.pagination .active,
.pagination .pagination-detail {
  position: relative;
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.5);
  border: dashed 1px #fff;
  height: 139px;
  width: 224px;
  margin: 0 22px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.carousel2 .el-carousel__indicators--horizontal {
  width: 1030px;
  bottom: 75px;
    display: flex;
    justify-content: space-between;
    height: 139px;
      opacity: 0;
}
.carousel2 .el-carousel__indicators {
  z-index:11;
}
.carousel2 .el-carousel__indicator--horizontal {
    width: 228px;
}
.pagination .active{
      border: solid 1px #fff;
 }
.pagination .active::after,
.pagination .pagination-detail::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}
.pagination .active::after {
  background-color: #fff;
}
.pagination .pagination-detail {
  background-color: rgba(255, 255, 255, 0);
}

.carousel1 .el-carousel__indicators--horizontal .el-carousel__button {
  background-color: #eee;
}
.carousel1
  .el-carousel__indicators--horizontal
  .is-active
  .el-carousel__button {
  background-color: #0171e2;
}

/* .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
} */
/* 业务架构 */
.framework {
 
  width: 100%;
  height: 717px;
  overflow: hidden;
}
.framework .framework-content {
  width: 1029px;
  margin: 0 auto;
}
.framework .framework-content .structure {
  width: 100%;
}
.framework .framework-content .framework-title {
  color: #0072e4;
  font-size: 30px;
  line-height: 30px;
  margin-top: 103px;
}
.framework .framework-content .framework-title1 {
  font-size: 24px;
  color: #373737;
  margin: 7px 0 52px;
}
.framework .framework-content .framework-video {
  width: 100%;
  height: 380px;
  cursor: pointer;
  margin-bottom: 81px;
  position: relative;
}
.framework .framework-content .framework-video .video-bg {
  width: 100%;
  height: 100%;
}
.framework-video .video-title {
  width: 600px;
  position: absolute;
  font-size: 54px;
  color: #fff;
  left: 50%;
  top: 133px;
  transform: translateX(-50%);
  text-align: center;
}
.framework-video .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 103px;
  width: 103px;
}
/* 产品生态 */
.zoology {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 913px;
  background: url("../assets/zoology_bg.png") no-repeat center center;
}
.zoology .el-carousel__container {
  border-radius: 14px;
  overflow: hidden;
}
.zoology .zoology-content {
  width: 1050px;
  margin: 0 auto;
}
.zoology .zoology-content .title {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 69px;
}
.zoology .zoology-content .introduce {
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.zoology .zoology-content .zoology-pagination {
  display: flex;
  justify-content: space-between;
}
.zoology .zoology-pagination .detail {
  /* text-align: center; */
  cursor: pointer;
}
.zoology .zoology-pagination .detail div {
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.zoology .zoology-pagination .detail div span{
    position: relative;
      padding-left: 10px;

}
.zoology .zoology-pagination .detail div span::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.zoology .zoology-pagination .detail img {
  width: 195px;
  height: 205px;
}
.zoology-carousel {
  margin-top: 62px;
}
.zoology-carousel .detail {
  position: relative;
  /* background-color: #fff; */
  height: 338px;
  overflow: hidden;
}
.zoology-carousel .detail .index {
  position: absolute;
  color: #ffc956;
  font-size: 100px;
  line-height: 85px;
  top: -5px;
  left: 30px;
}
.zoology-carousel .detail .english {
  position: absolute;
  top: 20px;
  color: #ffc956;
  left: 150px;
}
.zoology-carousel .detail .explain {
  background-color: #fff;
  height: 292px;
  margin-top: 46px;
  border-radius: 14px;
}
.zoology-carousel .detail .explain img {
  position: absolute;
  width: 470px;
  height: 296px;
  top: 0;
  right: 37px;
}
.zoology-carousel .detail .contents {
  width: 479px;
  margin-left: 37px;
  padding-top: 57px;
}
.contents .title1 {
  color: #0171e2;
  font-size: 24px;
}
.contents .title2 {
  color: #373737;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.contents .button {
  width: 96.75px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background-color: #006ee1;
  border-radius: 3px;
  margin-top: 42px;
}

/* 云图书馆六大应用场景 */
.apply {
  width: 1100px;
  margin: 0 auto;
}
.apply-title {
  position: relative;
  color: #0171e2;
  font-size: 30px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.apply-title::after {
  position: absolute;
  content: "";
  background-color: #0171e2;
  height: 3px;
  width: 208px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.apply .apply-detail {
   position: relative;
  width: 323px;
  height: 151px;
  display: inline-block;
  margin: 37px 19px 0;
  cursor: pointer;
   color:#fff;
}
.apply .apply-detail .img {
  width: 100%;
  height: 100%;
}
.library-name{
    position: absolute;
    font-size:21px;
    line-height: 20px;
    width:260px;
    text-align: left;
     left: 50%;
    transform: translateX(-50%);
    top: 30px;
}
.library-name img{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    margin-left:10px;
  height:23px;
  width:23px;
}
.library-intro{
    position: absolute;
    font-size:13px;
    width:260px;
    left: 50%;
    transform: translateX(-50%);
    top:60px;
    line-height: 22px;
}

/* 新华书城 */
.xinhua {
  position: relative;
  width: 1050px;
  height: 592px;
  margin: 96px auto 0;
}
.xinhua .phone{
      position: absolute;
      width:475px;
      height:417px;
  bottom:20px;
  right:-120px;
}
.xinhua-title{
    color: #0171e2;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.xinhua-intro{
   width: 953px;
   font-size: 16px;
   text-align: center;
   color: #373737;
   margin:10px auto 40px;
   line-height: 26px;
}
.xinhua-explain{
  display: flex;
}
.xinhua-explain .left{
  display: flex;
   min-width: 360px;
    margin: 40px 15px 95px 0;
}
.xinhua-explain .left img{
    width:36px;
    height:36px;
}
.left .left-detail{
   margin-left:10px;
}
.left .left-detail .top{
   font-size: 16px;
color: #373737;
  line-height: 14px;
}
.left .left-detail .bottom{
   font-size: 14px;
   color: #373737;
  margin-top:5px;
}
/* 藏书馆app */
.csg-app {
  width: 100%;
  height: 999px;
  
  margin-top: 30px;
}
.csg-app .csg-content {
  width: 943px;
  margin: 0 auto;
}
.csg-app .csg-content .csg-title {
  position: relative;
  text-align: center;
  color: #0171e2;
  font-size: 30px;
  padding-top: 52px;
}
.csg-app .csg-content .csg-title::after {
  position: absolute;
  content: "";
  width: 82px;
  height: 3px;
  background-color: #0171e2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.csg-app .csg-content .csg-intro {
  text-align: center;
  font-size: 16px;
  color: #373737;
  margin-top: 20px;
}
.csg-app .csg-content .csg-number {
  width: 680px;
  margin: 85px auto 0;
  display: flex;
  justify-content: space-between;
}
.csg-content .number {
}
.csg-content .number .number-top {
  position: relative;
  font-size: 30px;
  color: #0171e2;
  display: inline-block;
  margin-left: 3px;
}
.csg-content .number .number-top p {
  position: absolute;
  font-size: 14px;
  color: #0171e2;
  top: 0;
  right: -13px;
}
.csg-content .number .number-bottom {
  font-size: 14px;
  color: #737373;
}

.csg-content .serve {
  text-align: center;
  color: #373737;
  font-size: 24px;
  margin-top: 110px;
}
.csg-content .book-list {
  display: flex;
  width: 943px;
  margin: 113px auto 0;
  justify-content: space-between;
  overflow: hidden;
}
.csg-content .book-list .details {
  text-align: center;
}
.csg-content .book-list .details img {
  height: 50px;
  width: auto;
  margin-bottom: 12px;
}

.csg-content .book-list .details .book-type::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #b3b3b3;
  bottom: 52px;
  right: -80px;
}
.csg-content .book-list .details .book-type {
  position: relative;
  font-size: 30px;
  color: #4d4d4d;
}
.csg-content .csg-code-title {
  text-align: center;
  color: #262626;
  font-size: 24px;
  margin-top: 100px;
}
.csg-content .csg-code {
  display: flex;
  justify-content: space-between;
  width: 450px;
  height: 40px;
  margin: 48px auto 0;
  position: relative;
}
.csg-code-right,
.csg-code-left {
  position: relative;
  width: 179px;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #0a70e2;
  border-radius: 20px;
  padding-left: 70px;
  cursor: pointer;
}
.csg-code-left {
  padding-left: 90px;
}
.csg-code-right .imgs,
.csg-code-left .imgs,
.csg-code-right .img,
.csg-code-left .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
  width: auto;
}
.csg-code-left .imgs,
.csg-code-left .img {
  left: 40px;
}
.csg-code-right .imgs,
.csg-code-right .img {
  left: 26px;
}
.android-code,
.ios-code {
  display: none;
  position: absolute;
  width: 179px;
  height: 209px;
  top: 0px;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  z-index:9;
}
.ios-code .img1,
.android-code .img1 {
  width: 139px;
  height: 139px;
  margin: 10px 20px 20px;
}

/*  新闻动态 */
.news {
  overflow: hidden;
  width: 100%;
  height: 808px;
   position: relative;
  color: #fff;
}
.news .news-title {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 75px;
}
.news .news-title::after {
  content: "";
  position: absolute;
  width: 83px;
  height: 3px;
  background-color: #fff;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.news .news-content {
  position: relative;
  width: 1050px;
  margin: 54px auto 0;
  display: flex;
  justify-content: space-between;
}
.news-content .checkAll{
  right:0;
  top:-60px;
 font-size: 14px;
  color: #fff;
  position: absolute;
}

.news-list {
  width: 1050px;
}
.news-detail {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 36px;
  margin-top: 34px;
}
.news-detail .detail-left {
  position: relative;
  width: 232px;
  height: 232px;
}
.news-detail .detail-left img {
  width: 232px;
  height: 232px;
}
.news-detail .detail-left .month {
  position: absolute;
  font-size: 20px;
  top: 26px;
  left: 24px;
}
.news-detail .detail-left .day {
  position: absolute;
  left: 24px;
  top: 56px;
  font-size: 43px;
}
.news-detail .detail-right {
  width:781px;
  margin: 31px 0 0 31px;
}
.right-title {
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.right-type {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.right-intro {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 28px;
  line-height: 18px;
  height: 53px;
}
.right-detail {
  width: 107px;
  text-align: center;
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  color: #0079e2;
  font-size: 14px;
  background-color: #fff;
  margin-top: 12px;
  cursor: pointer;
}
.news-search {
  width: 315px;
  height: 570px;
  background-color: #fff;
  margin-top: 34px;
  padding: 44px 31px;
}
.search {
  width: 100%;
  position: relative;
  background-color: pink;
  height: 38px;
}
.search input {
  width: 100%;
  height: 38px;
  outline-style: none;
  padding-left: 15px;
}
.search img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-48%);
  right: 15px;
  cursor: pointer;
}
.search-title {
  position: relative;
  color: #373737;
  font-size: 16px;
  padding-bottom: 19px;
  padding-top: 35px;
  border-bottom: #a6a6a6 1px solid;
  font-weight: bold;
}
.search-title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 23px;
  background-color: #006ee1;
  left: 0;
  bottom: -1px;
}
.column {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #a6a6a6;
  padding: 13px 0;
  border-bottom: #a6a6a6 1px solid;
  cursor: pointer;
}
.column:nth-child(5) {
  border: none;
}
.case {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.case img {
  width: 52px;
  height: 35px;
  cursor: pointer;
}

/* 合作伙伴 */
.collaborate-title {
  position: relative;
  color: #373737;
  font-size: 30px;
  text-align: center;
  margin-top: 75px;
}
.collaborate-title::after {
  position: absolute;
  content: "";
  width: 83px;
  height: 3px;
  background-color: #373737;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.collaborate {
  width: 947px;
  height: 236px;
  margin: 39px auto 0px;
}

.call-we {
  position: relative;
  width: 100%;
  height: 753px;
  
}
.call-we .contact {
  color: #ffc956;
  font-size: 100px;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
  width: 695px;
  margin: 0 auto;
  padding-top: 167px;
}
.call-we .linkman {
  position: absolute;
  width: 1049px;
  height: 378.54px;
  border-radius: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  top: 310px;
  z-index: 9;
}
.linkman .linkman-title {
  position: relative;
  font-size: 29px;
  line-height: 29px;
  color: #373737;
  text-align: center;
  padding-top: 53px;
}
.linkman .linkman-title::after {
  content: "";
  position: absolute;
  background-color: #373737;
  width: 82.5px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.linkman .linkman-list {
  padding: 50px 35px;
  display: flex;
  justify-content: space-between;
}
.linkman .linkman-detail {
  text-align: center;
  flex: 1;
}
.linkman .linkman-detail1 {
  font-size: 16px;
  line-height: 16px;
  color: #373737;
}
.linkman .linkman-detail2 {
  font-size: 14px;
  line-height: 14px;
  color: #636363;
  margin-top: 12px;
}
.linkman .linkman-detail3 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
  color: #2a2a2a;
}
.linkman .linkman-detail4 {
  /* background-color: #eee; */
  height: 69px;
  margin-top: 22px;
}
.linkman .linkman-detail4 img {
  width: 69px;
  height: 69px;
}
.linkman .linkman-detail5 {
  font-size: 13px;
  line-height: 13px;
  color: #2a2a2a;
  margin-top: 8px;
}

.navigation {
  width: 100%;
  height: 460px;
}
