.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.txt-bg {
  background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt-bg2 {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@font-face {
  font-family: "icon";
  src: url('iconfont.eot?t=1561461869476');
  /* IE9 */
  src: url('iconfont.eot?t=1561461869476#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('iconfont.woff?t=1561461869476') format('woff'), url('iconfont.ttf?t=1561461869476') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont.svg?t=1561461869476#iconfont') format('svg');
  /* iOS 4.1- */
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to top, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  }
  .header-wrapper {
    position: absolute;
  }
  .footer-wrapper .share li:hover:before {
    animation: iconScale 1.5s ease infinite;
    opacity: 1;
    visibility: visible;
  }
  .footer-wrapper .share li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-box-3 li:nth-child(4n) {
    margin-right: 0;
  }
  .index-box-3 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .index-box-3 .name,
  .index-box-3 .author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-box-4 .name,
  .index-box-4 .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 1;
  }
  .page-nav-wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .page-nav-box {
    overflow: hidden;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
    text-align: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 80px;
    margin-right: 70px;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .hotbook-wrapper .list ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .hotbook-wrapper .list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .qrcode-box li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .publish-wrapper li:nth-child(4n) {
    margin-right: 0;
  }
  .publish-wrapper li:nth-child(-n+4) {
    margin-top: 0;
  }
  .publish-wrapper .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .market-wrapper .cat-box a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #a5de58;
    background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 1366px;
  }
  .header-wrapper .box-container {
    height: 90px;
  }
  .pc-nav-box li > a {
    line-height: 90px;
  }
  .search-form {
    top: 90px;
  }
  .index-banner-wrapper .title {
    font-size: 60px;
    line-height: 90px;
  }
  .index-box {
    padding: 100px 0 90px;
  }
  .page-banner-wrapper .info {
    padding-top: 90px;
  }
  .index-title-box h1 {
    font-size: 54px;
    line-height: 70px;
  }
  .index-title-box .en {
    font-size: 90px;
  }
  .index-box-2 .pic img {
    height: 340px;
  }
  .index-box-2 .title {
    font-size: 24px;
    line-height: 36px;
    height: 144px;
  }
  .index-box-2 .info {
    padding: 60px 66px 60px 60px;
  }
  .index-box-3 .pic,
  .index-box-3 li:before {
    height: 360px;
  }
  .index-box-3 li a {
    height: 460px;
  }
  .index-box-3 .pic {
    padding: 70px 60px 0;
  }
  .index-box-3 .name,
  .index-box-4 .name {
    font-size: 18px;
  }
  .index-box-3 .info {
    line-height: 30px;
  }
  .index-box-3 .author,
  .index-box-4 .desc {
    font-size: 15px;
  }
  .index-box-4 .pic img {
    height: 427px;
  }
  .index-box-4 .name {
    margin: 26px auto 4px;
  }
  .index-box-5 .left .info {
    padding-right: 60px;
  }
  .index-box-5 .left .title {
    margin-bottom: 14px;
  }
  .index-box-5 .right .title {
    padding-left: 30px;
    padding-bottom: 22px;
  }
  .gotop {
    width: 60px;
    height: 60px;
    right: 30px;
    font-size: 15px;
  }
  .gotop:before {
    width: 15px;
    height: 8px;
    margin: 14px auto 2px;
  }
  .footer-wrapper {
    padding-top: 80px;
  }
  .index-box-5 .left li {
    margin-bottom: 16px;
  }
  .index-box-3 li {
    margin-top: 50px;
  }
  .page-banner-wrapper h1 {
    font-size: 44px;
  }
  .page-nav-wrapper .nav > a {
    line-height: 76px;
  }
  .page-box {
    padding: 110px 0;
  }
  .pt {
    padding-top: 110px;
  }
  .mt,
  .bookinfo-wrapper .item {
    margin-top: 110px;
  }
  .pb {
    padding-bottom: 110px;
  }
  .boss-wrapper .title {
    font-size: 36px;
    line-height: 46px;
  }
  .about-wrapper .main {
    padding-left: calc((100% - 1366px) / 2 + 100px);
    padding-right: calc((100% - 1366px) / 2);
    padding-bottom: 100px;
  }
  .about-wrapper .main:before {
    width: calc(100% - (100% - 1366px) / 2);
  }
  .about-wrapper .num span {
    font-size: 60px;
    height: 56px;
    line-height: 56px;
  }
  .about-wrapper .box-1 .brief {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .about-wrapper .box-1 .title {
    font-size: 28px;
  }
  .about-wrapper .en {
    font-size: 180px;
  }
  .about-wrapper .box-1 .pic {
    height: 540px;
    margin-top: -160px;
  }
  .about-wrapper .box-2 .info:before {
    width: 96px;
    height: 90px;
    left: -36px;
    top: 32px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 22px;
    margin-top: 26px;
  }
  .news-wrapper .pic img {
    height: 267px;
  }
  .news-wrapper .name {
    font-size: 18px;
  }
  .news-wrapper .list li {
    margin-top: 50px;
  }
  .newsinfo-wrapper .title {
    font-size: 32px;
    line-height: 44px;
  }
  .newsinfo-wrapper .recommend a {
    font-size: 20px;
  }
  .newsinfo-wrapper .recommend li {
    padding: 34px 0;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    font-size: 15px;
  }
  .news-wrapper .title {
    font-size: 22px;
  }
  .news-wrapper .item .desc {
    margin-top: 20px;
  }
  .news-wrapper .item .day {
    font-size: 30px;
  }
  .news-wrapper .item .box-container {
    padding-right: 280px;
  }
  .book-wrapper .pic img {
    height: 320px;
  }
  .book-wrapper .name {
    font-size: 18px;
  }
  .book-wrapper .title {
    font-size: 20px;
  }
  .book-wrapper .desc {
    margin: 15px auto 30px;
  }
  .book-wrapper .list li a {
    padding-top: 42px;
  }
  .hotbook-wrapper .list ul li {
    margin-top: 44px;
  }
  .bookinfo-wrapper .box-1 .name {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .bookinfo-wrapper .box-1 .brief {
    font-size: 22px;
    line-height: 30px;
  }
  .bookinfo-wrapper .label {
    margin: 34px auto 24px;
  }
  .bookinfo-wrapper .content {
    line-height: 32px;
  }
  .bookinfo-wrapper .box-1 .swiper {
    margin-left: 100px;
  }
  .bookinfo-wrapper .detail-1 .name {
    font-size: 26px;
  }
  .bookinfo-wrapper .detail-1 .name em {
    font-size: 16px;
  }
  .bookinfo-wrapper .detail-1 .level {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .bookinfo-wrapper .detail-1 li {
    padding: 70px 0;
  }
  .bookinfo-wrapper .detail-1 .pic {
    width: 200px;
  }
  .bookinfo-wrapper .box-3 .pic img {
    height: 320px;
  }
  .bookinfo-wrapper .box-3 .name {
    font-size: 18px;
  }
  .read-wrapper .info {
    padding-right: 200px;
    background-size: 44px;
  }
  .read-wrapper .pic {
    margin-right: 70px;
  }
  .read-wrapper .title {
    font-size: 22px;
  }
  .read-wrapper .desc {
    margin-top: 12px;
  }
  .digital-wrapper li {
    height: 74px;
  }
  .journal-wrapper .box-2 .pic img {
    height: 326px;
  }
  .journal-wrapper .box-2 .prev {
    left: -50px;
  }
  .journal-wrapper .box-2 .next {
    right: -50px;
  }
  .journal-wrapper .box-1 .en {
    font-size: 54px;
    line-height: 44px;
  }
  .journal-wrapper .box-1 .title {
    font-size: 28px;
    margin: 12px auto 36px;
  }
  .journal-wrapper .box-1 .content {
    line-height: 28px;
  }
  .journal-wrapper .box-1 .pic-box:before {
    width: 92px;
  }
  .journal-wrapper .box-3 .info .inner {
    padding-left: 72px;
    padding-right: 72px;
  }
  .journal-wrapper .box-3 .content {
    margin-bottom: 42px;
  }
  .journal-wrapper .box-4 .icon {
    width: 90px;
    height: 90px;
  }
  .journal-wrapper .box-4 .desc {
    font-size: 15px;
    line-height: 26px;
  }
  .journal-wrapper .box-4 .title {
    font-size: 17px;
    margin: 28px auto 8px;
  }
  .journal-wrapper .box-4 {
    padding: 110px 0;
  }
  .journal-wrapper .box-4 .list {
    margin-bottom: 56px;
  }
  .copyright-wrapper .box-2 {
    height: 500px;
  }
  .copyright-wrapper .box-2 .download img {
    width: 74px;
  }
  .copyright-wrapper .contact .title {
    font-size: 36px;
  }
  .copyright-wrapper .contact .item:nth-child(2) .title {
    font-size: 28px;
  }
  .copyright-wrapper .contact .item {
    width: 43%;
  }
  .copyright-wrapper .contact .name {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 34px;
  }
  .organization-wrapper .list .item {
    padding: 96px 0;
  }
  .organization-wrapper .list li {
    margin-top: 46px;
  }
  .chapter-wrapper .content {
    line-height: 32px;
    max-height: 224px;
  }
  .chapter-wrapper .caption {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .chapter-wrapper .index-btn {
    margin-top: 40px;
  }
  .chapter-wrapper .index-title-box h3 {
    margin-bottom: 32px;
  }
  .publish-wrapper .title {
    font-size: 20px;
  }
  .publish-wrapper li a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .publish-wrapper .pic img {
    height: 280px;
  }
  .notice-wrapper .download {
    margin-bottom: 50px;
  }
  .market-wrapper .box-2 {
    padding: 200px 0 180px;
  }
  .market-wrapper .list .name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .market-wrapper .list ul li {
    padding-top: 48px;
    padding-left: 50px;
  }
  .market-wrapper .list .desc {
    line-height: 30px;
    min-height: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .box-container {
    width: 1200px;
  }
  .header-wrapper .box-container {
    height: 80px;
  }
  .pc-nav-box li > a {
    line-height: 80px;
    font-size: 15px;
  }
  .search-form {
    top: 80px;
  }
  .index-banner-wrapper .title {
    font-size: 50px;
    line-height: 80px;
  }
  .index-box {
    padding: 90px 0 80px;
  }
  .page-banner-wrapper .info {
    padding-top: 80px;
  }
  .index-title-box h1 {
    font-size: 50px;
    line-height: 64px;
    margin-bottom: 32px;
  }
  .index-title-box .en {
    font-size: 80px;
    line-height: 64px;
  }
  .index-box-2 .pic img {
    height: 300px;
  }
  .pc-nav-box {
    margin-left: 80px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin: -17px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 44px;
  }
  .index-box-1 .box-container {
    padding: 0 30px;
  }
  .index-box-1 .list {
    margin-top: 60px;
  }
  .index-box-1 .list li {
    width: 130px;
  }
  .index-title-box p {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .index-title-box h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 44px;
  }
  .index-box-2 .title {
    font-size: 22px;
  }
  .index-box-1 .list p {
    font-size: 15px;
  }
  .index-box-2 .info {
    padding: 52px 60px 52px 48px;
  }
  .index-box-2 .date {
    font-size: 18px;
  }
  .more {
    width: 44px;
    height: 30px;
  }
  .index-box-2 .other {
    margin-top: 42px;
  }
  .index-btn {
    width: 120px;
    line-height: 44px;
    font-size: 14px;
  }
  .index-btn:after {
    margin-left: 20px;
  }
  .index-box-2 .index-btn {
    margin-top: 60px;
  }
  .index-box-3 .pic,
  .index-box-3 li:before {
    height: 336px;
  }
  .index-box-3 .pic {
    padding: 40px 40px 0;
  }
  .index-box-3 li a {
    height: 430px;
  }
  .index-box-3 .name,
  .index-box-4 .name {
    font-size: 16px;
  }
  .index-box-3 .info {
    line-height: 28px;
  }
  .index-box-3 .author,
  .index-box-4 .desc {
    font-size: 14px;
  }
  .index-box-4 .pic img {
    height: 375px;
  }
  .index-box-4 .name {
    margin: 22px auto 2px;
  }
  .index-box-5 .left .info {
    padding-right: 50px;
  }
  .index-box-5 .left .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
  }
  .index-box-5 .date {
    font-size: 14px;
  }
  .index-box-5 .left li {
    margin-bottom: 14px;
  }
  .footer-nav-box .nav {
    margin-top: 10px;
  }
  .share ul li a {
    width: 38px;
    height: 38px;
  }
  .footer-wrapper .address {
    margin: 2px auto 18px;
  }
  .footer-nav-box ul li:last-child > a {
    line-height: 32px;
  }
  .footer-wrapper .box-2 {
    margin-top: 40px;
  }
  .footer-wrapper {
    padding-top: 70px;
  }
  .footer-wrapper .logo {
    width: 160px;
  }
  .footer-wrapper .footer-nav-box li > a,
  .footer-wrapper .caption {
    font-size: 15px;
  }
  .search-form {
    padding-top: 50px;
  }
  .index-box-3 li {
    margin-top: 44px;
  }
  .page-box {
    padding: 100px 0;
  }
  .pt {
    padding-top: 100px;
  }
  .mt,
  .bookinfo-wrapper .item {
    margin-top: 100px;
  }
  .pb {
    padding-bottom: 100px;
  }
  .boss-wrapper .title {
    font-size: 32px;
    line-height: 44px;
  }
  .page-nav-wrapper .nav > a {
    line-height: 72px;
    margin-right: 60px;
  }
  .page-banner-wrapper h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .page-banner-wrapper p {
    font-size: 17px;
  }
  .boss-wrapper .title {
    letter-spacing: 6px;
    margin-bottom: 20px;
  }
  .about-wrapper .main {
    padding-left: calc((100% - 1200px) / 2 + 80px);
    padding-right: calc((100% - 1200px) / 2);
    padding-bottom: 90px;
  }
  .about-wrapper .main:before {
    width: calc(100% - (100% - 1200px) / 2);
  }
  .about-wrapper .num span {
    font-size: 54px;
    height: 50px;
    line-height: 50px;
  }
  .about-wrapper .box-1 .brief {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
  }
  .about-wrapper .box-1 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .about-wrapper .en {
    font-size: 140px;
    line-height: 120px;
  }
  .about-wrapper .box-1 .pic {
    height: 460px;
    margin-top: -130px;
  }
  .about-wrapper .box-2 .info:before {
    width: 86px;
    height: 80px;
    left: -30px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 20px;
    margin-top: 22px;
    line-height: 32px;
  }
  .about-wrapper .box-2 .info {
    padding-top: 70px;
  }
  .about-wrapper .box-2 .info > p {
    font-size: 17px;
  }
  .news-wrapper .pic img {
    height: 234px;
  }
  .news-wrapper .name {
    font-size: 16px;
  }
  .news-wrapper .list li {
    margin-top: 46px;
  }
  .news-wrapper .info {
    padding: 24px 32px 30px;
  }
  .news-wrapper li .desc {
    margin: 10px auto 16px;
  }
  .loading {
    margin-top: 60px;
  }
  .loading a img {
    width: 30px;
    top: -1px;
  }
  .newsinfo-wrapper .recommend .desc {
    margin: 4px auto 12px;
  }
  .newsinfo-wrapper .recommend a {
    font-size: 18px;
    line-height: 26px;
  }
  .newsinfo-wrapper .title {
    font-size: 28px;
    line-height: 42px;
  }
  .newsinfo-wrapper .other {
    margin: 24px auto 34px;
  }
  .newsinfo-wrapper .relative-box {
    margin: 40px auto;
  }
  .newsinfo-wrapper .share {
    margin-bottom: 40px;
  }
  .newsinfo-wrapper .return {
    line-height: 47px;
  }
  .newsinfo-wrapper .relative-box p {
    margin-bottom: 16px;
  }
  .news-wrapper .title {
    font-size: 20px;
  }
  .news-wrapper .item .desc {
    margin-top: 12px;
    font-size: 15px;
  }
  .news-wrapper .item .day {
    font-size: 26px;
    line-height: 20px;
  }
  .news-wrapper .item .box-container {
    padding: 40px 240px 40px 0;
  }
  .news-wrapper .item .date {
    width: 88px;
  }
  .news-wrapper .item .date p {
    font-size: 12px;
    margin-top: 6px;
  }
  .book-wrapper .pic img {
    height: 280px;
  }
  .book-wrapper .name {
    font-size: 16px;
    margin-top: 20px;
  }
  .book-wrapper .title {
    font-size: 18px;
  }
  .book-wrapper .desc {
    margin: 12px auto 24px;
  }
  .book-wrapper .list li a {
    padding: 36px 20px;
  }
  .book-wrapper .desc {
    font-size: 15px;
    line-height: 26px;
    max-height: 104px;
  }
  .book-wrapper .icon {
    width: 40px;
    height: 40px;
  }
  .book-wrapper .info {
    padding: 40px;
  }
  .pageNum {
    margin-top: 60px;
  }
  .pageNum a {
    width: 44px;
    line-height: 30px;
    height: 32px;
  }
  .pageNum .dot {
    line-height: 20px;
  }
  .pageNum .btn {
    width: 88px;
    font-size: 12px;
  }
  .hotbook-wrapper .list ul li {
    margin-top: 40px;
  }
  .bookinfo-wrapper .box-1 .name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .bookinfo-wrapper .box-1 .brief {
    font-size: 18px;
    line-height: 28px;
  }
  .bookinfo-wrapper .label {
    margin: 26px auto 16px;
  }
  .bookinfo-wrapper .content {
    line-height: 30px;
  }
  .bookinfo-wrapper .box-1 .swiper {
    margin-left: 100px;
    padding: 40px 0;
  }
  .bookinfo-wrapper .detail-1 .name {
    font-size: 22px;
  }
  .bookinfo-wrapper .detail-1 .name em {
    font-size: 14px;
  }
  .bookinfo-wrapper .detail-1 .level {
    font-size: 16px;
    margin: 4px auto 10px;
  }
  .bookinfo-wrapper .detail-1 li {
    padding: 60px 0;
  }
  .bookinfo-wrapper .detail-1 .pic {
    width: 190px;
  }
  .bookinfo-wrapper .box-3 .pic img {
    height: 260px;
  }
  .bookinfo-wrapper .box-3 .name {
    font-size: 17px;
  }
  .bookinfo-wrapper .label ul li {
    line-height: 31px;
  }
  .bookinfo-wrapper .tab-box a {
    min-width: 160px;
    line-height: 46px;
  }
  .bookinfo-wrapper .box-2:before {
    top: 46px;
  }
  .bookinfo-wrapper .item .index-title-box h3 {
    margin-bottom: 36px;
  }
  .bookinfo-wrapper .box-3 .swiper-slide {
    padding-top: 40px;
  }
  .read-wrapper .info {
    padding-right: 160px;
    background-size: 40px;
  }
  .read-wrapper .pic {
    margin-right: 60px;
  }
  .read-wrapper .title {
    font-size: 20px;
  }
  .read-wrapper .desc {
    margin-top: 8px;
    font-size: 15px;
    line-height: 28px;
    height: 84px;
  }
  .digital-wrapper .date {
    font-size: 16px;
  }
  .digital-wrapper li {
    height: 72px;
  }
  .journal-wrapper .box-2 .pic img {
    height: 284px;
  }
  .journal-wrapper .box-2 .shadow {
    height: 48px;
  }
  .journal-wrapper .box-1 .content {
    line-height: 24px;
  }
  .journal-wrapper .box-2 .swiper-btn {
    width: 44px;
    height: 44px;
    margin-top: -10px;
  }
  .journal-wrapper .box-1 .en {
    font-size: 50px;
  }
  .journal-wrapper .box-1 .title {
    font-size: 26px;
    margin: 12px auto 32px;
  }
  .journal-wrapper .box-1 .pic-box:before {
    width: 80px;
  }
  .journal-wrapper .box-1 .pic-box {
    padding-top: 38px;
  }
  .journal-wrapper .box-3 .index-title-box h3 {
    margin-bottom: 30px;
  }
  .journal-wrapper .box-3 .info .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .journal-wrapper .box-3 .content {
    margin-bottom: 36px;
  }
  .journal-wrapper .box-4 .list li {
    width: 20%;
  }
  .journal-wrapper .box-4 .icon {
    width: 84px;
    height: 84px;
  }
  .journal-wrapper .box-4 .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .journal-wrapper .box-4 .title {
    font-size: 16px;
    margin: 24px auto 6px;
  }
  .journal-wrapper .box-4 {
    padding: 100px 0;
  }
  .journal-wrapper .box-4 .list {
    margin-bottom: 48px;
  }
  .journal-wrapper .qrcode-box li {
    width: 190px;
  }
  .journal-wrapper .qrcode-box .name {
    font-size: 14px;
    line-height: 40px;
  }
  .journal-wrapper .qrcode-box .name img {
    width: 20px;
  }
  .journal-wrapper .qrcode-box .hidebox {
    width: 130px;
    margin-left: -65px;
  }
  .category-box a {
    margin-right: 60px;
  }
  .category-box {
    margin-bottom: 60px;
  }
  .contact-wrapper .info li,
  .copyright-wrapper .contact li {
    margin-bottom: 22px;
  }
  .copyright-wrapper .box-2 {
    height: 420px;
  }
  .copyright-wrapper .box-2 .download img {
    width: 70px;
  }
  .copyright-wrapper .contact .title {
    font-size: 32px;
    line-height: 36px;
  }
  .copyright-wrapper .contact .item:nth-child(2) .title {
    font-size: 26px;
    line-height: 32px;
  }
  .copyright-wrapper .contact .item:nth-child(2) .name {
    font-size: 22px;
  }
  .copyright-wrapper .contact .name {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .copyright-wrapper .box-2 .index-title-box {
    margin-top: 30px;
  }
  .organization-wrapper .list .item {
    padding: 80px 0;
  }
  .organization-wrapper .list li {
    margin-top: 36px;
    font-size: 20px;
  }
  .organization-wrapper .title {
    font-size: 24px;
    line-height: 44px;
  }
  .chapter-wrapper .content {
    line-height: 28px;
    max-height: 191px;
  }
  .chapter-wrapper .caption {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .chapter-wrapper .index-btn {
    margin-top: 34px;
  }
  .chapter-wrapper .index-title-box h3 {
    margin-bottom: 26px;
  }
  .chapter-wrapper .info {
    padding-right: 74px;
  }
  .publish-wrapper .pic img {
    height: 240px;
  }
  .publish-wrapper .title {
    font-size: 16px;
    margin: 15px auto 12px;
  }
  .page-more {
    width: 40px;
    height: 26px;
  }
  .publish-wrapper li a {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .notice-wrapper .content,
  .notice-wrapper .content + a,
  .notice-wrapper .other-box p,
  .notice-wrapper .other-box p a,
  .notice-wrapper .other-box .title {
    line-height: 36px;
  }
  .market-wrapper .list .name {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .market-wrapper .list ul li {
    padding-top: 36px;
    padding-left: 40px;
    margin-top: 50px;
  }
  .market-wrapper .box-2 .icon {
    width: 70px;
  }
  .market-wrapper .box-2 .title {
    margin: 30px auto 12px;
  }
  .market-wrapper .box-2 p {
    font-size: 18px;
    line-height: 26px;
  }
  .market-wrapper .box-2 {
    padding: 180px 0 160px;
  }
  .market-wrapper .box-2 .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .index-banner-wrapper .title {
    font-size: 44px;
    line-height: 70px;
  }
  .index-box {
    padding: 80px 0 70px;
  }
  .index-title-box h1 {
    font-size: 44px;
    line-height: 60px;
  }
  .index-title-box .en {
    font-size: 76px;
    line-height: 56px;
  }
  .page-box {
    padding: 90px 0;
  }
  .pt {
    padding-top: 90px;
  }
  .mt,
  .bookinfo-wrapper .item {
    margin-top: 90px;
  }
  .pb {
    padding-bottom: 90px;
  }
  .page-banner-wrapper h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .page-banner-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
  .boss-wrapper .title {
    font-size: 30px;
    line-height: 42px;
  }
  .about-wrapper .box-1 .pic {
    height: 420px;
  }
  .journal-wrapper .box-2 .swiper-btn {
    width: 40px;
    height: 40px;
  }
  .journal-wrapper .box-2 .prev {
    left: -40px;
  }
  .journal-wrapper .box-2 .next {
    right: -40px;
  }
  .copyright-wrapper .box-2 {
    height: 350px;
  }
  .copyright-wrapper .box-2 .download img {
    width: 64px;
  }
  .copyright-wrapper .contact .title {
    font-size: 28px;
    line-height: 32px;
  }
  .copyright-wrapper .contact .item:nth-child(2) .title {
    font-size: 22px;
    line-height: 26px;
  }
  .copyright-wrapper .contact .item:nth-child(2) .name {
    font-size: 22px;
  }
  .copyright-wrapper .contact .name {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .copyright-wrapper .box-2 .index-title-box {
    margin-top: 26px;
  }
  .organization-wrapper .list li {
    margin-top: 32px;
  }
  .notice-wrapper .content,
  .notice-wrapper .content + a {
    line-height: 34px;
  }
  .content,
  .notice-wrapper .content + a,
  .notice-wrapper .other-box p,
  .notice-wrapper .other-box p a,
  .notice-wrapper .other-box .title {
    font-size: 15px;
  }
  .notice-wrapper .other-box .title {
    padding-left: 36px;
  }
  .notice-wrapper .btn {
    width: 130px;
    line-height: 46px;
  }
  .notice-wrapper .btn img {
    width: 22px;
  }
  .notice-wrapper .download {
    margin-bottom: 36px;
  }
  .market-wrapper .box-2 .icon {
    width: 54px;
  }
  .market-wrapper .box-2 .title {
    margin: 26px auto 10px;
  }
  .market-wrapper .box-2 p {
    font-size: 17px;
    line-height: 25px;
  }
  .market-wrapper .box-2 {
    padding: 160px 0 140px;
  }
  .market-wrapper .box-2 .title {
    font-size: 26px;
  }
  .index-box-1 .content,
  .index-box-1 .content p {
    text-indent: 30px;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    background-image: linear-gradient(-47deg, #25a7db 0%, #a7df57 100%), linear-gradient(#003794, #003794);
    background-blend-mode: normal, 
			normal;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 17px;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -5px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 5px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    right: 0;
    top: 60px;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #a5de58;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #a5de58;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 3px;
    height: 13px;
    right: 20px;
    top: 18px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 13px;
    height: 3px;
    right: 15px;
    top: 23px;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #a5de58;
  }
  .phone-nav ul li .nav {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .nav a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .nav a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .search-form {
    top: 60px;
    padding: 24px 0;
    background-color: rgba(0, 0, 0, 0.92);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .header-wrapper {
    position: fixed;
  }
  .header-wrapper.active,
  .header-wrapper.on {
    background-color: rgba(0, 0, 0, 0.92);
  }
  .header-wrapper .box-container {
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 45%;
  }
  .header-wrapper .other-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .header-wrapper .search {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    background-image: url(../img/search3.png);
  }
  .header-wrapper .search.on {
    background-image: url(../img/search4.png);
  }
  .footer-nav-box,
  .pc-nav-box {
    display: none;
  }
  .share ul li {
    margin-right: 8px;
  }
  .share ul li:first-child .hidebox {
    left: 0;
    margin-left: 0;
  }
  .share ul li:first-child .hidebox:before {
    left: 10px;
    margin-left: 0;
  }
  .share ul li a {
    width: 32px;
    height: 32px;
  }
  .share .hidebox {
    bottom: calc(100% + 15px);
    margin-left: -55px;
    width: 110px;
  }
  .share .hidebox:before {
    border-width: 5px;
    margin-left: -5px;
  }
  .footer-wrapper {
    padding-top: 40px;
  }
  .footer-wrapper .box-container {
    display: block;
  }
  .footer-wrapper .caption {
    font-size: 15px;
    line-height: 24px;
  }
  .footer-wrapper .box-2 {
    margin-top: 30px;
    padding: 30px 0 15px;
  }
  .footer-wrapper .logo {
    width: 130px;
  }
  .footer-wrapper .copyright {
    text-align: left;
    line-height: 20px;
    width: 100%;
    max-width: inherit;
    margin-top: 10px;
  }
  .footer-wrapper .address {
    font-size: 13px;
    margin: 4px auto 16px;
    line-height: 22px;
  }
  .index-banner-wrapper .index-banner-swiper .box-container {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .title {
    font-size: 30px;
    line-height: 50px;
    padding: 0 15px;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 30px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px;
  }
  .content {
    font-size: 14px;
    line-height: 26px;
  }
  .index-box {
    padding: 60px 0;
  }
  .index-title-box h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .index-title-box .en {
    font-size: 38px;
    line-height: 32px;
  }
  .index-title-box p {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .index-title-box h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .more {
    width: 32px;
    height: 22px;
    border-radius: 14px;
  }
  .index-btn {
    width: 106px;
    line-height: 36px;
    font-size: 12px;
  }
  .index-btn:hover:after {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
  }
  .index-btn:after {
    width: 6px;
    height: 12px;
    top: 1px;
    margin-left: 14px;
  }
  .index-more {
    font-size: 14px;
  }
  .index-more:hover:after {
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
  }
  .index-more:after {
    width: 7px;
    height: 13px;
    margin-left: 13px;
  }
  .btn-box {
    right: 15px;
    top: 26px;
  }
  .btn-box a {
    width: 32px;
    height: 32px;
  }
  .btn-box .prev {
    margin-right: 10px;
  }
  .index-box-1 .box-container {
    padding: 0 15px;
    background-image: url(../img/p_index1bg.jpg);
    background-position: center top;
  }
  .index-box-1 .list {
    margin-top: 40px;
  }
  .index-box-1 .list ul {
    flex-flow: wrap;
    justify-content: start;
  }
  .index-box-1 .list li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-top: 20px;
  }
  .index-box-1 .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .index-box-1 .list li:nth-child(3n),
  .index-box-1 .list li:last-child {
    margin-right: 0;
  }
  .index-box-1 .list p {
    line-height: 20px;
    font-size: 12px;
    margin-top: 10px;
  }
  .index-box-1 .pic {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .index-box-2 {
    background: url(../img/p_indexbg.jpg) no-repeat center center;
    background-size: cover;
  }
  .index-box-2 .swiper-slide {
    border-radius: 12px;
  }
  .index-box-2 .pic img {
    height: auto;
  }
  .index-box-2 .info {
    padding: 18px 16px;
  }
  .index-box-2 .other {
    margin-top: 8px;
  }
  .index-box-2 .title {
    font-size: 14px;
    line-height: 22px;
    height: 88px;
  }
  .index-box-2 .date {
    font-size: 13px;
    line-height: 16px;
  }
  .index-box-2 .index-btn {
    margin: 34px 0 0;
  }
  .index-box-3 {
    background: url(../img/p_index3bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .index-box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-3 li {
    width: 48%;
    margin-top: 4%;
    margin-right: 0;
  }
  .index-box-3 li:before {
    display: none;
  }
  .index-box-3 li:hover .info {
    margin-top: 15px;
  }
  .index-box-3 li:hover a {
    background-color: #fff;
  }
  .index-box-3 li a {
    height: auto;
    padding-bottom: 10px;
  }
  .index-box-3 .pic {
    height: auto;
    padding: 10px;
    background-color: #fff;
  }
  .index-box-3 .pic img {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
  }
  .index-box-3 .info {
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
  .index-box-3 .name {
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }
  .index-box-3 .author {
    font-size: 12px;
  }
  .index-box-3 .index-more,
  .index-box-4 .index-more {
    right: 15px;
    top: 40px;
  }
  .index-box-4 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-4 li {
    width: 48%;
    margin-right: 0;
    margin-top: 30px;
  }
  .index-box-4 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-box-4 li:nth-child(2n) {
    margin-right: 0;
  }
  .index-box-4 .pic img {
    height: auto;
  }
  .index-box-4 .name {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 20px auto 2px;
  }
  .index-box-4 .desc {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-box-5 {
    background: url(../img/p_indexbg.jpg) no-repeat center center;
    background-size: cover;
  }
  .index-box-5 .box-container {
    display: block;
  }
  .index-box-5 .box-container > div {
    width: 100%;
  }
  .index-box-5 .left li {
    margin-bottom: 15px;
  }
  .index-box-5 .left .title {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    margin: 2px auto 4px;
  }
  .index-box-5 .left .pic img {
    object-fit: cover;
    height: 114px;
  }
  .index-box-5 .left .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-box-5 .date {
    font-size: 12px;
    line-height: 14px;
  }
  .index-box-5 .desc {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  .index-box-5 .right {
    margin-top: 40px;
  }
  .index-box-5 .right .title {
    font-size: 13px;
    padding: 0 80px 10px 15px;
  }
  .index-box-5 .swiper-pagination {
    bottom: 18px;
    right: 15px;
  }
  .index-box-5 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 5px;
    width: 5px;
    height: 5px;
  }
  .gotop {
    right: 15px;
    width: 34px;
    height: 34px;
    font-size: 0;
  }
  .gotop:hover:before {
    transform: none;
  }
  .gotop:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 12px;
    height: 100%;
    margin: 0 0 0 -6px;
  }
  .page-banner-wrapper .banner {
    height: 180px;
    object-fit: cover;
  }
  .page-banner-wrapper .info {
    padding-top: 60px;
  }
  .page-banner-wrapper h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .page-banner-wrapper p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    padding: 0;
    height: auto;
    margin-top: 0;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .page-nav-box {
    padding-right: 0;
  }
  .page-nav-box {
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .w1200 {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    display: block;
    line-height: 44px;
    padding: 0 15px;
    background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
    color: #fff;
  }
  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
    content: "";
    width: 13px;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-box .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 42px;
    padding: 0 15px;
    border-top: 1px solid #f2f2f2;
    height: auto;
    max-width: inherit;
    min-width: inherit;
  }
  .page-nav-box .nav a:first-child {
    border-top: none;
  }
  .page-nav-box .nav > a.on,
  .page-nav-box .nav > a:hover {
    background: none;
  }
  .page-nav-box .nav > a:before {
    display: none;
  }
  .page-box {
    padding: 60px 0;
  }
  .pt {
    padding-top: 60px;
  }
  .mt {
    margin-top: 40px;
  }
  .pb {
    padding-bottom: 60px;
  }
  .boss-wrapper .box-container {
    background-size: 50%;
    background-position: right top 40px;
  }
  .boss-wrapper .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }
  .boss-wrapper .content {
    line-height: 24px;
  }
  .about-wrapper .top {
    padding-top: 15px;
  }
  .about-wrapper .en {
    font-size: 90px;
    line-height: 48px;
  }
  .about-wrapper .box-1 .title {
    font-size: 17px;
    line-height: 24px;
  }
  .about-wrapper .box-1 .brief {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
    background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd 50%);
  }
  .about-wrapper .box-1 .pic {
    margin-top: -60px;
    height: auto;
    background: none!important;
  }
  .about-wrapper .box-1 .pic img {
    opacity: 1;
    visibility: visible;
  }
  .about-wrapper .main {
    padding: 0 15px 40px 40px;
  }
  .about-wrapper .main:before {
    width: calc(100% - 15px);
  }
  .about-wrapper .data {
    margin-top: 40px;
  }
  .about-wrapper .data ul {
    flex-flow: wrap;
  }
  .about-wrapper .data ul li {
    width: 48%;
    margin-top: 30px;
  }
  .about-wrapper .data ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .about-wrapper .data p,
  .about-wrapper .data em {
    font-size: 14px;
  }
  .about-wrapper .data p {
    margin-top: 4px;
  }
  .about-wrapper .num span {
    font-size: 36px;
    line-height: 36px;
    height: 36px;
    margin-right: 8px;
    background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd);
  }
  .about-wrapper .num i {
    top: 3px;
    width: 10px;
    height: 10px;
    right: 5px;
  }
  .about-wrapper .box-2 .box-container {
    display: block;
  }
  .about-wrapper .box-2 .info {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .about-wrapper .box-2 .info:before {
    width: 70px;
    height: 74px;
    left: -10px;
    top: -10px;
  }
  .about-wrapper .box-2 .info > p {
    font-size: 16px;
    line-height: 22px;
  }
  .about-wrapper .box-2 .pic {
    width: 100%;
  }
  .about-wrapper .box-2 .year {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 4px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .honor-wrapper .year-box {
    width: 80px;
  }
  .honor-wrapper .year-box a {
    padding-bottom: 24px;
  }
  .honor-wrapper .year-box a:last-child:after {
    height: calc(100% - 30px);
  }
  .honor-wrapper .year-box a:first-child:after {
    height: calc(100% - 10px);
    top: 28px;
  }
  .honor-wrapper .year-box a:after {
    right: 6px;
    top: 20px;
  }
  .honor-wrapper .year-box .name {
    font-size: 22px;
    line-height: 24px;
    margin-top: 0;
  }
  .honor-wrapper .year-box .name:before {
    right: 2px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .honor-wrapper .year-box p {
    font-size: 12px;
  }
  .honor-wrapper .info-box {
    width: calc(100% - 100px);
  }
  .honor-wrapper .item {
    font-size: 12px;
    line-height: 20px;
    height: 240px;
    padding-right: 15px;
  }
  .honor-wrapper .top {
    text-align: center;
  }
  .honor-wrapper .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .honor-wrapper .year:after {
    width: 16px;
    height: 16px;
    border-width: 2px;
    margin-top: 12px;
  }
  .honor-wrapper .swiper-box:before {
    height: calc(100% - 60px);
  }
  .honor-wrapper .swiper-box:after {
    height: 1px;
    top: 60px;
  }
  .honor-wrapper .icon {
    width: 32px;
    height: 32px;
  }
  .honor-wrapper .detail {
    border-radius: 10px;
    padding: 26px 24px;
    margin-top: 40px;
    box-shadow: none;
  }
  .honor-wrapper .detail ul {
    height: 342px;
    padding-right: 15px;
  }
  .honor-wrapper .detail ul li {
    font-size: 12px;
    line-height: 24px;
    padding-left: 24px;
  }
  .honor-wrapper .detail ul li:before {
    left: 1px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .honor-wrapper .detail ul li:after {
    left: 5px;
    top: 20px;
  }
  .honor-wrapper .swiper-btn {
    width: 30px;
    height: 30px;
    top: 45px;
  }
  .honor-wrapper .prev {
    left: 15px;
  }
  .honor-wrapper .next {
    right: 15px;
  }
  .news-wrapper .list ul {
    display: block;
  }
  .news-wrapper .list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .news-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .pic img {
    height: auto;
  }
  .news-wrapper .info {
    padding: 24px 24px 30px;
  }
  .news-wrapper .name {
    font-size: 15px;
    line-height: 24px;
    max-height: 48px;
    height: auto;
  }
  .news-wrapper .title {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  .news-wrapper .main {
    margin-top: 40px;
  }
  .news-wrapper .item:hover .time {
    color: #fff;
  }
  .news-wrapper .item .box-container {
    padding: 24px 15px;
  }
  .news-wrapper .item .time {
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }
  .news-wrapper .item .desc {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    max-height: 48px;
    margin-top: 6px;
  }
  .news-wrapper .item .date {
    display: none;
  }
  .news-wrapper .time {
    display: block;
    font-size: 12px;
    font-family: "regular";
    margin-top: 10px;
    color: #999;
  }
  .loading {
    margin-top: 40px;
  }
  .loading a img {
    width: 26px;
    margin-right: 8px;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .main-box {
    width: 100%;
  }
  .newsinfo-wrapper .title {
    font-size: 18px;
    line-height: 30px;
  }
  .newsinfo-wrapper .other {
    margin: 12px auto 24px;
  }
  .newsinfo-wrapper .other span {
    font-size: 12px;
    margin-right: 10px;
  }
  .newsinfo-wrapper .other span img {
    width: 12px;
  }
  .newsinfo-wrapper .other-box {
    width: 100%;
    margin-top: 50px;
  }
  .newsinfo-wrapper .caption {
    font-size: 18px;
  }
  .newsinfo-wrapper .en {
    margin-top: 6px;
  }
  .newsinfo-wrapper .recommend li {
    padding: 26px 0;
  }
  .newsinfo-wrapper .recommend a {
    font-size: 16px;
    line-height: 24px;
  }
  .newsinfo-wrapper .recommend .desc {
    font-size: 13px;
    height: 48px;
    line-height: 24px;
    margin: 6px auto 12px;
  }
  .newsinfo-wrapper .relative-box {
    margin: 30px auto;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    font-size: 14px;
  }
  .newsinfo-wrapper .relative-box p {
    margin-bottom: 8px;
  }
  .newsinfo-wrapper .return {
    line-height: 44px;
    font-size: 14px;
    border-radius: 20px;
  }
  .newsinfo-wrapper .return img {
    margin-left: 8px;
  }
  .newsinfo-wrapper .share {
    display: none;
    margin-bottom: 30px;
  }
  .newsinfo-wrapper .share a {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .book-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .book-wrapper .list li {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
  }
  .book-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .book-wrapper .list li:nth-child(3) {
    margin-top: 4%;
  }
  .book-wrapper .list li a {
    padding: 24px 15px;
  }
  .book-wrapper .pic img {
    height: auto;
  }
  .book-wrapper .name {
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    margin-top: 18px;
  }
  .book-wrapper .info {
    padding: 20px;
  }
  .book-wrapper .title {
    font-size: 15px;
    line-height: 24px;
    max-height: 48px;
  }
  .book-wrapper .desc {
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 5;
    max-height: 100px;
    margin: 4px auto 24px;
  }
  .book-wrapper .icon {
    width: 30px;
    height: 30px;
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .hotbook-wrapper .list ul li {
    margin-top: 30px;
  }
  .bookinfo-wrapper {
    padding-top: 15px;
  }
  .bookinfo-wrapper .box-1 .box-container {
    display: block;
  }
  .bookinfo-wrapper .box-1 .pic-box {
    width: 100%;
    padding: 15px;
  }
  .bookinfo-wrapper .box-1 .info-box {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .bookinfo-wrapper .box-1 .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .bookinfo-wrapper .box-1 .brief {
    font-size: 15px;
    line-height: 24px;
  }
  .bookinfo-wrapper .box-1 .swiper {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .bookinfo-wrapper .swiper-container {
    padding-bottom: 30px;
  }
  .bookinfo-wrapper .swiper-container .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .bookinfo-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #a5de58;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .bookinfo-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet:focus,
  .bookinfo-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet:active,
  .bookinfo-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet:link {
    outline: none;
  }
  .bookinfo-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
    width: 24px;
    border-radius: 30px;
  }
  .bookinfo-wrapper .content {
    line-height: 24px;
  }
  .bookinfo-wrapper .label {
    margin: 15px auto 20px;
  }
  .bookinfo-wrapper .label ul li {
    font-size: 12px;
    min-width: 70px;
    line-height: 24px;
    margin-bottom: 8px;
    border-radius: 15px;
    margin-right: 8px;
  }
  .bookinfo-wrapper .buy {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .bookinfo-wrapper .buy img {
    width: 24px;
    margin-right: 8px;
  }
  .bookinfo-wrapper .thumbs {
    display: none;
  }
  .bookinfo-wrapper .box-2 {
    position: relative;
  }
  .bookinfo-wrapper .box-2:before {
    top: 40px;
  }
  .bookinfo-wrapper .tab-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
  }
  .bookinfo-wrapper .tab-box a {
    font-size: 14px;
    line-height: 40px;
    min-width: inherit;
    max-width: inherit;
    width: 33.33%;
    padding: 0 10px;
  }
  .bookinfo-wrapper .item {
    margin-top: 40px;
  }
  .bookinfo-wrapper .item .index-title-box h3 {
    margin-bottom: 24px;
  }
  .bookinfo-wrapper .item .content b {
    font-size: 15px!important;
  }
  .bookinfo-wrapper .detail-1 li {
    position: relative;
    display: block;
    padding: 24px 0;
  }
  .bookinfo-wrapper .detail-1 .pic {
    width: 100px;
    margin: 0 auto 20px;
  }
  .bookinfo-wrapper .detail-1 .info {
    text-align: center;
  }
  .bookinfo-wrapper .detail-1 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .bookinfo-wrapper .detail-1 .name em {
    font-size: 12px;
    margin-left: 6px;
  }
  .bookinfo-wrapper .detail-1 .level {
    font-size: 14px;
    margin: 6px auto 10px;
  }
  .bookinfo-wrapper .detail-1 .desc {
    line-height: 24px;
  }
  .bookinfo-wrapper .box-3 {
    background: url(../img/p_indexbg.jpg) no-repeat center center;
    background-size: cover;
  }
  .bookinfo-wrapper .box-3 .box-container {
    padding: 0;
  }
  .bookinfo-wrapper .box-3 .index-title-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bookinfo-wrapper .box-3 .swiper-container {
    padding-left: 15px;
  }
  .bookinfo-wrapper .box-3 .swiper-slide {
    width: 65%;
    padding: 24px 15px 20px;
  }
  .bookinfo-wrapper .box-3 .pic img {
    height: 250px;
  }
  .bookinfo-wrapper .box-3 .name {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .read-wrapper li {
    padding: 20px 0;
  }
  .read-wrapper .pic {
    width: 32%;
    margin-right: 15px;
  }
  .read-wrapper .info {
    padding-right: 0;
    background: none;
  }
  .read-wrapper .title {
    font-size: 15px;
    line-height: 22px;
  }
  .read-wrapper .desc {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    margin-top: 0;
  }
  .digital-wrapper .index-title-box p {
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .digital-wrapper li {
    margin-bottom: 15px;
    height: auto;
    display: block;
    padding: 20px 44px 20px 20px;
  }
  .digital-wrapper .date {
    font-size: 12px;
    line-height: 20px;
  }
  .digital-wrapper .title {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    -webkit-line-clamp: 2;
    margin: 2px auto 0;
  }
  .digital-wrapper .download {
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    background-size: contain;
    background-position: center center;
  }
  .journal-wrapper .mt {
    margin-top: 60px;
  }
  .journal-wrapper .box-1 .box-container {
    display: block;
  }
  .journal-wrapper .box-1 .info-box {
    width: 100%;
  }
  .journal-wrapper .box-1 .en {
    font-size: 34px;
    line-height: 34px;
  }
  .journal-wrapper .box-1 .title {
    font-size: 18px;
    line-height: 26px;
    margin: 6px auto 24px;
  }
  .journal-wrapper .box-1 .pic-box {
    width: 100%;
    height: auto;
    padding-top: 34px;
    margin-top: 40px;
  }
  .journal-wrapper .box-1 .pic-box:before {
    left: 5.15%;
    width: 54px;
  }
  .journal-wrapper .box-1 .content {
    line-height: 24px;
  }
  .journal-wrapper .box-2 {
    padding-bottom: 40px;
  }
  .journal-wrapper .box-2 .box-container {
    padding: 0;
  }
  .journal-wrapper .box-2 .index-title-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .journal-wrapper .box-2 .swiper-slide {
    width: 280px;
  }
  .journal-wrapper .box-2 .brief {
    font-size: 15px;
    line-height: 26px;
    width: 100%;
    margin-bottom: 24px;
  }
  .journal-wrapper .box-2 .pic {
    border-width: 6px;
    border-radius: 8px;
  }
  .journal-wrapper .box-2 .pic img {
    height: auto;
  }
  .journal-wrapper .box-2 .shadow {
    height: 32px;
  }
  .journal-wrapper .box-2 .swiper-btn {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .journal-wrapper .box-2 .prev {
    left: 15px;
  }
  .journal-wrapper .box-2 .next {
    right: 15px;
  }
  .journal-wrapper .box-3 .box-container {
    display: block;
  }
  .journal-wrapper .box-3 .index-title-box p {
    font-size: 24px;
  }
  .journal-wrapper .box-3 .pic {
    width: 100%;
  }
  .journal-wrapper .box-3 .info {
    width: 100%;
    display: block;
  }
  .journal-wrapper .box-3 .info .inner {
    padding: 36px 24px;
  }
  .journal-wrapper .box-3 .index-title-box h3 {
    margin-bottom: 24px;
  }
  .journal-wrapper .box-3 .content {
    line-height: 24px;
    max-height: inherit;
    margin-bottom: 30px;
  }
  .journal-wrapper .box-4 {
    padding: 60px 0;
  }
  .journal-wrapper .box-4 .list {
    margin-bottom: 30px;
  }
  .journal-wrapper .box-4 .list ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .journal-wrapper .box-4 .list li {
    width: 48%;
    margin-top: 30px;
  }
  .journal-wrapper .box-4 .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .journal-wrapper .box-4 .title {
    font-size: 14px;
    margin: 20px auto 0;
  }
  .journal-wrapper .box-4 .desc {
    font-size: 12px;
    line-height: 18px;
  }
  .journal-wrapper .box-4 .icon {
    width: 55px;
    height: 55px;
  }
  .journal-wrapper .qrcode-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .journal-wrapper .qrcode-box li {
    width: 47%;
    margin-right: 0;
  }
  .journal-wrapper .qrcode-box .name {
    font-size: 13px;
  }
  .journal-wrapper .qrcode-box .name img {
    margin-right: 8px;
    width: 18px;
  }
  .journal-wrapper .qrcode-box .hidebox {
    bottom: calc(100% + 15px);
    margin-left: -55px;
    width: 110px;
  }
  .journal-wrapper .qrcode-box .hidebox:before {
    border-width: 5px;
    margin-left: -5px;
  }
  .journal-wrapper .qrcode-box .hidebox img {
    border-radius: 8px;
  }
  .category-box {
    margin-bottom: 40px;
  }
  .category-box a {
    font-size: 14px;
    padding-bottom: 4px;
    margin-right: 30px;
  }
  .contact-wrapper .box-container {
    display: block;
  }
  .contact-wrapper .info {
    width: 100%;
  }
  .contact-wrapper .info li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  .contact-wrapper .info li img {
    width: 26px;
    margin-right: 0;
  }
  .contact-wrapper .pic {
    width: 100%;
    margin-top: 40px;
  }
  .copyright-wrapper {
    padding-bottom: 0!important;
  }
  .copyright-wrapper .box-1 {
    background-size: 100%;
    background-position: center top 20%;
  }
  .copyright-wrapper .contact {
    display: block;
  }
  .copyright-wrapper .contact:before {
    display: none;
  }
  .copyright-wrapper .contact .item {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
  }
  .copyright-wrapper .contact .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .copyright-wrapper .contact .item:nth-child(2) .title {
    font-size: 18px;
    line-height: 26px;
  }
  .copyright-wrapper .contact .item:nth-child(2) .name {
    font-size: 16px;
    margin-top: 8px;
  }
  .copyright-wrapper .contact .title {
    font-size: 20px;
    line-height: 26px;
  }
  .copyright-wrapper .contact .name {
    font-size: 17px;
    line-height: 26px;
    margin: 8px auto 20px;
  }
  .copyright-wrapper .contact li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  .copyright-wrapper .contact li img {
    width: 26px;
    margin-right: 0;
  }
  .copyright-wrapper .box-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .copyright-wrapper .box-2 .index-title-box {
    margin-top: 20px;
  }
  .copyright-wrapper .box-2 .index-title-box p {
    font-size: 16px;
  }
  .copyright-wrapper .box-2 .index-title-box h3 {
    margin-bottom: 8px;
  }
  .copyright-wrapper .box-2 .download img {
    width: 50px;
  }
  .organization-wrapper .list .item {
    padding: 32px 0;
  }
  .organization-wrapper .list .item:first-child {
    padding-top: 20px;
  }
  .organization-wrapper .list .box {
    width: 100%;
    padding: 0 15px;
    display: block;
  }
  .organization-wrapper .list ul {
    width: 100%;
  }
  .organization-wrapper .list li {
    font-size: 14px;
    width: 29%;
    margin-top: 16px;
  }
  .organization-wrapper .title {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 15px;
  }
  .chapter-wrapper .box-container {
    display: block;
  }
  .chapter-wrapper .index-title-box h3 {
    margin-bottom: 24px;
  }
  .chapter-wrapper .info,
  .chapter-wrapper .pic {
    width: 100%;
  }
  .chapter-wrapper .info {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .chapter-wrapper .caption {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .chapter-wrapper .content {
    line-height: 26px;
    max-height: inherit;
    display: block;
  }
  .chapter-wrapper .index-btn {
    margin-top: 30px;
  }
  .publish-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .publish-wrapper li {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
  }
  .publish-wrapper li a {
    padding: 20px;
  }
  .publish-wrapper li a:before {
    height: 2px;
  }
  .publish-wrapper .pic img {
    height: 150px;
  }
  .publish-wrapper .title {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin: 14px auto;
  }
  .notice-wrapper .content,
  .notice-wrapper .content + a {
    line-height: 26px;
  }
  .notice-wrapper .content + a {
    font-size: 14px;
  }
  .notice-wrapper .other-box p,
  .notice-wrapper .other-box p a,
  .notice-wrapper .other-box .title {
    font-size: 14px;
    line-height: 24px;
  }
  .notice-wrapper .other-box p {
    margin-bottom: 20px;
  }
  .notice-wrapper .other-box .title {
    padding-left: 30px;
    margin-right: 20px;
  }
  .notice-wrapper .other-box .title:before {
    width: 15px;
    top: 1px;
  }
  .notice-wrapper .download {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .notice-wrapper .btn {
    font-size: 0;
    width: 50px;
    line-height: 32px;
  }
  .notice-wrapper .btn img {
    width: 18px;
    margin-right: 0;
  }
  .market-wrapper .cat-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .market-wrapper .cat-box a {
    min-width: inherit;
    width: 48%;
    line-height: 46px;
    margin-right: 0;
    margin-top: 4%;
    font-size: 14px;
  }
  .market-wrapper .cat-box a:nth-child(-n+2) {
    margin-top: 0;
  }
  .market-wrapper .list ul {
    display: block;
  }
  .market-wrapper .list ul li {
    width: 100%;
    border-radius: 15px;
    margin-top: 0;
    margin-right: 0;
    padding: 30px 24px;
    margin-bottom: 15px;
  }
  .market-wrapper .list ul li:last-child {
    margin-bottom: 0;
  }
  .market-wrapper .list .name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .market-wrapper .list .desc {
    font-size: 14px;
    line-height: 26px;
    min-height: inherit;
  }
  .market-wrapper .box-2 {
    padding: 60px 0 50px;
    background-attachment: inherit;
  }
  .market-wrapper .box-2 .icon {
    width: 36px;
  }
  .market-wrapper .box-2 .title {
    font-size: 18px;
    line-height: 26px;
    margin: 15px auto 4px;
  }
  .market-wrapper .box-2 p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-box-2 .pic img {
    height: 150px;
  }
}
