@charset "UTF-8";
/*去除a标签下划线*/
body {
  /*去除未被访问的a标签的下划线*/
  /*去除已经被访问过的a标签的下划线*/
  /*去除鼠标悬停时的a标签的下划线*/
  /*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
  /*去除获得焦点的a标签的下划线（被鼠标点击过）*/
}

body a {
  text-decoration: none;
  color: #666666;
}

body a:link {
  text-decoration: none;
  color: #666666;
}

body a:visited {
  text-decoration: none;
  color: #666666;
}

body a:hover {
  text-decoration: none;
  color: #0277f2;
}

body a:active {
  text-decoration: none;
  color: #666666;
}

body a:focus {
  text-decoration: none;
  color: #666666;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: none;
}

.pointer {
  cursor: pointer;
}

.fontColor {
  color: #237eff;
}
.topheader {
  position: fixed;
  z-index: 9999999999999999999999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 70px;
}
.contentTop {
  margin-top: 70px !important;
}
.title > li > a:hover,
.title > li > a:focus {
  background: transparent !important;
  color: #f2f2f2;
}
.title > li > a:visited {
  background: transparent !important;
  /* color: #f2f2f2; */
}
.navbar-nav > li > a {
  background: transparent !important;
}
.dropdown-menu {
  background-color: #111 !important;
}
.navbar-nav > li > .dropdown-menu {
  top: 98% !important;
}
.dropdown-menu > li > a {
  color: #ffffff99 !important;
  padding: 10px 0px !important;
  text-align: center !important;
  font-size: 16px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: transparent !important;
  color: #f2f2f2 !important;
}
.dropdown-menu > li {
  margin-left: 0px !important;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto !important;
    left: -30% !important;
  }
}
@media screen and (min-width: 750px) {
  .navbar-nav > li > a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dettop {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/zlbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .dettop1 {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/sbbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .dettop2 {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/rzbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .dettop3 {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/userbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .topd {
    height: 307px;
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex;
    padding-top: 50px !important;
  }
  .topd .bg {
    width: 101px;
    height: 101px;
    background: linear-gradient(
      320deg,
      rgba(255, 249, 194, 0) 0%,
      #fff9c2 100%
    );
    border-radius: 100px;
    position: absolute;
  }
  .topd .topImg {
    width: 260px;
    height: 207px;
    opacity: 10;
    z-index: 100;
  }
  .topd .topTit {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    height: 207px;
    font-weight: 350;
    line-height: 207px;
    margin-left: 40px;
  }
  .navTop {
    margin: 0 !important;
    border: 0 !important;
  }
  .navTop .logo {
    height: 52px;
    width: 161px;
    margin-top:9px;
    margin-left: 50px;
  }
  .navTop .active {
    color: #fff;
  }
  .navTop .title {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #eee;
  }
  .navTop .title li {
    margin-left: 20px;
  }
  .navTop .title a:hover {
    text-decoration: none;
    background: #111111;
    color: #ffffff;
  }
  .navTop .title .addborder {
    border-bottom: 1px solid #fff;
  }
  .navTop .button {
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .navTop .button .icon-bar {
    display: block;
    width: 25px;
    border-bottom: 1px solid #fff;
  }
  .containerTop {
    width: 100%;
    line-height: 70px;
    opacity: 1;
    /* padding-top: 9px; */
    padding-right: 80px;
    /* padding-bottom: 9px; */
    background: #111111;
  }
  .container {
    margin: 0 auto !important;
    padding: 0;
    box-sizing: border-box;
  }
  .footer {
    width: 100%;
    height: 370px;
    opacity: 1;
    background: #0b1632;
    display: flex;
    flex-direction: column;
    padding: 46px 120px 30px 120px;
  }
  .footer .ftop {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 60px;
    width: 1170px;
    margin: 0 auto;
  }
  .footer .ftop .left {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #fff;
  }
  .footer .ftop .left .top {
    margin-bottom: 27px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #ffffff;
  }
  .footer .ftop .left .center {
    opacity: 0.5;
  }
  .footer .ftop .left .address,
  .footer .ftop .left .email,
  .footer .ftop .left .phone {
    margin-bottom: 8px;
  }
  .footer .ftop .left .imgebox {
    display: flex;
  }
  .footer .ftop .left .wechat {
    width: 28px;
    height: 28px;
    opacity: 0.5;
    margin-top: 24px;
  }
  .footer .ftop .left .wechat:hover + .ewm {
    opacity: 1;
  }
  .footer .ftop .left .ewm {
    width: 78px;
    height: 64px;
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .footer .ftop .left .ewm .xaj {
    width: 10px;
    height: 7px;
  }
  .footer .ftop .left .ewm .yyewm {
    width: 64px;
    height: 64px;
    border-radius: 3px;
    background: #fff;
  }
  .footer .ftop .cen .top {
    margin-bottom: 27px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #fff;
  }
  .footer .ftop .cen .prod {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 15px;
  }
  .footer .fdown {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    /* height: 50px;
    line-height: 50px; */
    color: #ffffff;
    opacity: 0.5;
    width: 1170px;
    margin: 0 auto;
    display: flex;
  }
  .footer .fdown .beian {
    width: 500px;
    margin-left: 20px;
  }
  .footer .fdown .beian p{
    margin:0;
  }
  .footer .fdown .beian a {
    display: flex;
    align-items:center
    /* height: 50px; */
  }
  .footer .fdown .beian a img {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }
  .culture {
    margin-top: 48px;
    margin-bottom: 50px;
  }
  .culture .ctop {
    text-align: center;
    font-size: 46px;
    font-family: Abril Fatface, Abril Fatface-Regular;
    font-weight: 400;
    color: #eee;
  }
  .culture .ctop2 {
    font-size: 38px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
    text-align: center;
    margin-top: -20px;
  }
  .dynamic {
    opacity: 1;
    background: #f3f8ff;
    padding-top: 50px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 40px;
  }
  .dynamic .top {
    font-size: 40px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #111111;
    margin-bottom: 51px;
  }
  .dynamic .dynamicBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    justify-content: space-between;
    width: 1170px;
    margin: auto;
    margin-bottom: 70px;
  }
  .dynamic .dynamicBox .one {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 284px;
  }
  .dynamic .dynamicBox .one .oneTop {
    width: 284px;
    height: 110px;
    opacity: 1;
    border-radius: 3px 3px 0px 0px;
  }
  .dynamic .dynamicBox .one .oneDown {
    width: 284px;
    height: 103px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 17px 47px 18px 25px;
  }
  .dynamic .dynamicBox .one .oneDown .oneTit {
    height: 62px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .dynamic .dynamicBox .one .oneDown .time {
    margin-top: auto;
    margin-bottom: 0;
  }
  .dynamic .dynamicBox .one:hover {
    transform: translateY(-20px);
  }
  .dynamic .dynamicBox .one:hover .oneTit {
    height: 62px;
    box-sizing: border-box;
    overflow: hidden;
    color: #1358fb;
  }
  .dlbox {
    padding-bottom: 153px !important;
  }
  .dlcontent .zlOne {
    margin-top: 74px;
  }
  .dlcontent .zlOne .zlTop {
    display: flex;
    margin-bottom: 35px;
  }
  .dlcontent .zlOne .zlTop .zlimg {
    width: 40px;
    height: 40px;
  }
  .dlcontent .zlOne .zlTop .zltit {
    font-size: 28px;
    font-weight: 500;
    text-align: LEFT;
    height: 40px;
    line-height: 40px;
    color: #111111;
    margin-left: 33px;
  }
  .dlcontent .zlOne .zlTop .zlright {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    height: 40px;
    line-height: 40px;
    color: #666666;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }
  .dlcontent .zlOne .zlTop .zlright img {
    width: 18px;
    height: 18px;
    margin-top: 10px;
  }
  .dlcontent .zlOne .zlTop .zlright .imga {
    display: block;
  }
  .dlcontent .zlOne .zlTop .zlright .imgb {
    display: none;
  }
  .dlcontent .zlOne .zlTop .zlright:hover {
    color: #2020fa;
  }
  .dlcontent .zlOne .zlTop .zlright:hover .imga {
    display: none;
  }
  .dlcontent .zlOne .zlTop .zlright:hover .imgb {
    display: block;
  }
  .dlcontent .zlOne .zllist .lone {
    width: 390px;
    height: 455px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 33px;
    color: #111111;
  }
  .dlcontent .zlOne .zllist .lone .zoImg {
    width: 241px;
    height: 327px;
  }
  .dlcontent .zlOne .zllist .lone .zltit {
    font-size: 12px;
    margin-top: 22px;
    font-weight: 400;
    text-align: CENTER;
  }
  .dlcontent .zlOne .zllist .lone:hover {
    width: 390px;
    height: 455px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 16px 30px 0px #f2f2f2;
    color: #2020fa;
  }
  .dlcontent .zlOne .zllist .lone:hover .zllist {
    color: #2020fa;
  }
  .More {
    height: 210px;
  }
  .More .getMore {
    margin: 70px auto;
    width: 260px;
    height: 60px;
    opacity: 1;
    border: 1px solid #2020fa;
    border-radius: 4px;
    color: #2020fa;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  .dlMore {
    height: 210px;
  }
  .dlMore .getMore {
    margin: 70px auto;
    width: 260px;
    height: 60px;
    opacity: 1;
    border: 1px solid #2020fa;
    border-radius: 4px;
    color: #2020fa;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
}

@media screen and (max-width: 750px) {
  .collapse {
    background-color: #111111;
  }
  .navTop {
    margin: 0 !important;
    border: 0 !important;
  }
  .navTop .logo {
    height: 52px;
    width: 161px;
    margin-left: 0.3rem;
  }
  .navTop .active {
    color: #fff;
  }
  .navTop .title {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #eee;
    background-color: #111111;
  }
  .navTop .title li {
    text-align: left;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    border-bottom: 1px solid #333;
  }
  .navTop .title a:hover {
    text-decoration: none;
    background: #111111;
    color: #ffffff;
  }
  .navTop .button {
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .navTop .button .icon-bar {
    display: block;
    width: 25px;
    border-bottom: 1px solid #fff;
  }
  .containerTop {
    width: 100%;
    padding-bottom: 0.08rem;
    line-height: 70px;
    opacity: 1;
    padding-top: 0.08rem;
    background: #111111;
  }
  .container {
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  .footer {
    height: 6.66rem;
    opacity: 1;
    background: #0b1632;
    display: flex;
    flex-direction: column;
  }
  .footer .ftop {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .footer .ftop .left {
    display: flex;
    flex-direction: column;
    font-size: 0.28rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #bbb;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
  .footer .ftop .left .top {
    margin-top: 0.92rem;
    font-size: 0.4rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.52rem;
  }
  .footer .ftop .left .center {
    opacity: 0.5;
  }
  .footer .ftop .left .address,
  .footer .ftop .left .email,
  .footer .ftop .left .phone {
    margin-bottom: 8px;
  }
  .footer .ftop .left .imgebox {
    display: flex;
  }
  .footer .ftop .left .wechat {
    width: 28px;
    height: 28px;
    opacity: 0.5;
    margin-top: 24px;
  }
  .footer .ftop .left .wechat:hover + .ewm {
    opacity: 1;
  }
  .footer .ftop .left .ewm {
    width: 78px;
    height: 64px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    opacity: 0;
  }
  .footer .ftop .left .ewm .xaj {
    width: 10px;
    height: 7px;
  }
  .footer .ftop .left .ewm .yyewm {
    width: 64px;
    height: 64px;
    border-radius: 3px;
    background: #fff;
  }
  .footer .ftop .cen .top {
    margin-bottom: 27px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #fff;
  }
  .footer .ftop .cen .prod {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 15px;
  }
  .footer .fdown {
    font-size: 0.28rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
    padding-top: 0.28rem;
  }
  .footer .fdown .beian {
    width: 4.6rem;
    margin: 0.15rem auto;
    text-align: center;
  }
  .footer .fdown .beian a {
    display: flex;
    height: auto;
  }
  .footer .fdown .beian a img {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }
  .culture {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .culture .ctop {
    text-align: center;
    font-size: 0.46rem;
    font-family: Abril Fatface, Abril Fatface-Regular;
    font-weight: 400;
    color: #eee;
  }
  .culture .ctop2 {
    font-size: 0.46rem;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
    text-align: center;
    margin-top: -0.2rem;
  }
  .dynamic {
    opacity: 1;
    background: #f3f8ff;
    padding-top: 0.7rem;
    box-sizing: border-box;
  }
  .dynamic .top {
    font-size: 0.46rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #111111;
    margin-bottom: 0.5rem;
  }
  .dynamic .dynamicBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    justify-content: space-between;
    width: 100%;
    margin: auto;
  }
  .dynamic .dynamicBox .one {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.2rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dynamic .dynamicBox .one .oneTop {
    width: 3.34rem;
    height: 1.3rem;
    opacity: 1;
    border-radius: 0.08rem 0.08rem 0 0;
  }
  .dynamic .dynamicBox .one .oneDown {
    width: 3.34rem;
    height: 1.8rem;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 0.2rem 0.2rem 0.24rem 0.2rem;
  }
  .dynamic .dynamicBox .one .oneDown .oneTit {
    box-sizing: border-box;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /*!autoprefixer:off*/
    -webkit-box-orient: vertical;
  }
  .dynamic .dynamicBox .one .oneDown .time {
    margin-top: auto;
    margin-bottom: 0;
  }
  .More {
    height: 1.5rem;
  }
  .More .getMore {
    margin: 0.7rem auto;
    width: 3.5rem;
    height: 0.8rem;
    opacity: 1;
    border: 1px solid #2020fa;
    border-radius: 4px;
    color: #2020fa;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 400;
  }
  .dettop {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/zlbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .dettop1 {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/sbbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .dettop2 {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/rzbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .dettop3 {
    background: url(https://lib.aipokj.cn/themes/yuyi_v3/public/assets/img/userbgg.png)
      no-repeat top center;
    background-size: cover;
  }
  .topd {
    height: 4rem;
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex;
    padding-top: 50px !important;
  }
  .topd .bg {
    width: 101px;
    height: 101px;
    background: linear-gradient(
      320deg,
      rgba(255, 249, 194, 0) 0%,
      #fff9c2 100%
    );
    border-radius: 100px;
    position: absolute;
  }
  .topd .topImg {
    width: 2.6rem;
    height: 2.07rem;
    opacity: 10;
    z-index: 100;
  }
  .topd .topTit {
    font-size: 0.4rem;
    font-weight: 500;
    color: #fff;
    font-weight: 350;
    line-height: 0.5rem;
    margin-top: 0.5rem;
  }
  .dlbox {
    padding-bottom: 1rem !important;
  }
  .dlcontent .zlOne {
    margin-top: 0.7rem;
  }
  .dlcontent .zlOne .zlTop {
    display: flex;
    margin-bottom: 35px;
  }
  .dlcontent .zlOne .zlTop .zlimg {
    width: 0.8rem;
    height: 0.8rem;
  }
  .dlcontent .zlOne .zlTop .zltit {
    font-size: 0.3rem;
    font-weight: 500;
    text-align: LEFT;
    height: 40px;
    line-height: 40px;
    color: #111111;
  }
  .dlcontent .zlOne .zlTop .zlright {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    height: 40px;
    line-height: 40px;
    color: #666666;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }
  .dlcontent .zlOne .zlTop .zlright img {
    width: 18px;
    height: 18px;
    margin-top: 12px;
  }
  .dlcontent .zlOne .zlTop .zlright .imga {
    display: block;
  }
  .dlcontent .zlOne .zlTop .zlright .imgb {
    display: none;
  }
  .dlcontent .zlOne .zllist {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .dlcontent .zlOne .zllist .lone {
    width: 3.3rem;
    height: 5.15rem;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    padding-top: 33px;
    color: #111111;
    margin: 0 -1px -1px 0 !important;
  }
  .dlcontent .zlOne .zllist .lone .zoImg {
    width: 2.41rem;
    height: 3.27rem;
  }
  .dlcontent .zlOne .zllist .lone .zltit {
    font-size: 12px;
    margin-top: 22px;
    font-weight: 400;
    text-align: CENTER;
  }
}
