html,
body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: #fafafa
}


.page-banner {
  width: 100%;
  height: 500px;
  position: relative;
}
.page-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.page-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.page-banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .swiper-container .swiper-button-hide {
  display: none;
}
.page-banner .swiper-container .swiper-button-prev {
  background: rgba(164, 164, 164, 0.42);
  left: 115px;
}
.page-banner .swiper-container .swiper-button-prev:hover {
  background: #a4a4a4;
}
.page-banner .swiper-container .swiper-button-prev .btn {
  width: 100%;
  height: 100%;
  background: url("/images/ty/index2/banner_prev.png") no-repeat center;
}
.page-banner .swiper-container .swiper-button-next {
  background: rgba(164, 164, 164, 0.42);
  right: 115px;
}
.page-banner .swiper-container .swiper-button-next:hover {
  background: #a4a4a4;
}
.page-banner .swiper-container .swiper-button-next .btn {
  width: 100%;
  height: 100%;
  background: url("/images/ty/index2/banner_next.png") no-repeat center;
}
.page-banner .swiper-list {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -228px;
  left: calc((100% - 1200px) / 2);
  z-index: 9;
}
.page-banner .swiper-list li {
  width: 267px;
  height: 350px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
}
.page-banner .swiper-list li:hover{
    -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  transform:translateY(-10px);
  -webkit-transition:.5s;
  -o-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
  box-shadow:0 0 10px rgba(0,0,0,0.3)
}
.page-banner .swiper-list li .top-bg {
  width: 267px;
  height: 122px;
}
.page-banner .swiper-list li .tag-img {
  width: 60px;
  height: 60px;
  background: #2983fd;
  box-shadow: 0px 3px 6px rgba(41, 131, 253, 0.36);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 18px;
}
.page-banner .swiper-list li h2 {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
  width: 220px;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  border-bottom: 1px dotted #e6e6e6;
}
.page-banner .swiper-list li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  margin: 0 auto;
  width: 208px;
}
.page-banner .swiper-list li:nth-child(1) .top-bg {
  background: url("/images/ty/index5/banner-1.png") no-repeat center;
}
.page-banner .swiper-list li:nth-child(1) p {
  width: 242px;
}
.page-banner .swiper-list li:nth-child(2) .top-bg {
  background: url("/images/ty/index5/banner-2.png") no-repeat center;
}
.page-banner .swiper-list li:nth-child(3) .top-bg {
  background: url("/images/ty/index5/banner-3.png") no-repeat center;
}
.page-banner .swiper-list li:nth-child(4) .top-bg {
  background: url("/images/ty/index5/banner-4.png") no-repeat center;
}
.banner-consult {
  width: 100%;
  height: 580px;
  padding-top: 290px;
  box-sizing: border-box;
  background: url('/images/ty/common/grid-bg.jpg') repeat center;
}
.banner-consult .text {
  text-align: left;
  margin: 0 auto 55px;
  width: 1206px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.banner-consult .text .left {
  margin: 0 20px;
  transform: translateY(-10px);
}
.banner-consult .text .right {
  margin-left: 20px;
  transform: translateY(10px);
}
.banner-consult a {
  display: block;
  width: 300px;
  height: 52px;
  background: #1b81d2;
  box-shadow: 0px 3px 6px rgba(27, 129, 210, 0.42);
  opacity: 1;
  border-radius: 26px;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  margin: 0 auto;
  color: #fff;
}
.banner-consult a:hover{color: #fff; background: #FA7000;}

.asbox {
    margin: 0 auto;
    height: 98px;
    background: url("/images/ty/index4/as.png") no-repeat 0 -88px;
    position: relative;
    padding: 0 221px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.asbox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #005fff 0%, #00ccf8 100%);
    opacity: .72
}

.asbox li {
    line-height: 98px;
    color: #fff;
    font-size: 48px;
    z-index: 2
}

.crumbs {
    height: 46px;
    background: #f0f3f4;
    margin: 25px auto !important;
    font-size: 14px;
    color: #666;
    padding: 0 30px;
    text-align: left;
    line-height: 46px;
    display: flex;
    box-sizing: border-box
}

.crumbs ul {
    display: flex
}

.crumbs ul li::after {
    content: "/";
    margin: 0 1em
}

.crumbs ul li:last-child::after {
    content: ""
}

.book-list {
    height: auto;
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 380px);
    grid-template-rows: repeat(3, 256px);
    grid-gap: 30px
}

.book-list li {
    background: #fff;
    padding: 20px 12px 20px 15px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer
}

.book-list li.active {
    border: 2px solid #ff7c12;
    padding: 18px 10px 18px 13px
}

.book-list li>a {
    display: block;
    width: 162px;
    height: 216px;
    margin-right: 13px
}

.book-list li>a img {
    width: 162px;
    height: 216px
}

.book-list li .book-detail {
    text-align: left
}

.book-list li .book-detail .name {
    display: flex;
    align-items: center;
    padding-top: 3px;
    margin-bottom: 10px
}

.book-list li .book-detail .name a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333333
}

.book-list li .book-detail .name .tag {
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    width: 48px;
    height: 16px;
    background: #fa942e;
    text-align: center;
    border-radius: 8px 8px 8px 0px;
    margin-left: 2px
}

.book-list li .book-detail .name .tag>div {
    transform: scale(.8)
}

.book-list li .book-detail .english-name {
    width: 179px;
    height: 34px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #f84402;
    margin-bottom: 8px
}

.book-list li .book-detail .msg {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 4px
}

.book-list li .book-detail .msg span {
    color: #f84402
}

.book-list li .book-detail .bottom-line {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.book-list li .book-detail .bottom-line .tag-area {
    display: flex;
    align-items: center
}

.book-list li .book-detail .bottom-line .tag-area .tag {
    padding: 3px 8px;
    border: 1px solid #cfcfce;
    border-radius: 11px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
    text-align: center
}

.book-list li .book-detail .bottom-line .tag-area .tag:nth-child(1) {
    margin-right: 8px
}
.book-list .fenye{
  /* width: 1200px !important; */
}

.pagenation {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagenation ul {
    display: flex;
    align-items: center;
    margin-left: 16px
}

.pagenation ul li {
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    margin-right: 10px
}

.pagenation ul li.active {
    background: #02354b;
    color: #fff
}

.recommend {
    height: 610px;
    padding: 0px 0 50px 0;
    /* background: #f5f5f5 url(/images/ty/index4/dyobck4-bg.png) center no-repeat; */
    background-size: cover
}

.recommend .center {
    width: 1202px !important;
    display: flex;
    justify-content: space-between;
    height: 100%
}

.recommend a {
    color: #333;
    text-decoration: none
}

.recommend a:hover {
    color: #008fcc;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.recommend-l {
    width: 289px;
    height: 648px;
    overflow: hidden;
    background: #20b7f0 url(/images/ty/index4/dyobck4-l-bg.png) top left no-repeat
}

.recommend-l div {
    padding: 35px 20px 0 20px
}

.recommend-l h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 400
}

.recommend-l p a {
    display: inline-block;
    margin: 0 10px 4px 0;
    color: #fff;
    font-size: 13px
}

.recommend-l p a:hover {
    color: #dedede
}

.recommend-l div>a {
    display: block;
    width: 158px;
    height: 45px;
    margin-top: 18px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    color: #00acee;
    font-size: 16px;
    background-color: #fff
}

.recommend-l ul {
    margin-top: 45px;
    padding: 0 18px
}

.recommend-l li {
    height: 54px;
    line-height: 55px;
    font-size: 16px;
    color: #ddebf1;
    border-bottom: 1px solid #5ccaf4;
    cursor: pointer
}

.recommend-l .active {
    width: 120%;
    margin-left: -10%;
    padding: 0 25px;
    font-weight: bold;
    color: #fff;
    background-color: #1fafe2;
    border-color: #1fafe2
}

.recommend-l li:last-child {
    border-bottom: none
}

.recommend-r {
    width: 912px;
    height: 662px;
    overflow: hidden
}

.recommend-r>div {
    display: none
}

.recommend-r .active {
    display: block
}

.recommend-rc>div {
    width: 400px;
    height: 155px;
    padding: 24px 15px;
    float: left;
    margin: 0 0 20px 20px;
    background-color: #fff
}

.recommend-rc>div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.recommend-rc>div>a {
    display: inline-block;
    width: 109px;
    height: 150px;
    float: left;
    overflow: hidden
}

.recommend-rc>div>a:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.recommend-rc img {
    width: 109px;
    height: 150px;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    transition: transform .5s ease
}

.recommend-rc>div>div {
    width: 280px;
    float: right
}

.recommend-rc h5 {
    margin: 0
}

.recommend-rc h5 a {
    font-size: 18px;
    font-weight: 400
}

.recommend-rc p {
    color: #999;
    font-size: 12px;
    line-height:30px;
}

.recommend-rc div div>a {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #00acee;
    font-size: 12px;
    color: #00acee
}

.recommend-rc div div>a:hover {
    color: #fff;
    background-color: #00acee
}

.qilist-more{ margin: 50px 0; }

.qilist-more a {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  background: #1b81d2;
  box-shadow: 0px 3px 6px rgba(27, 129, 210, 0.42);
  opacity: 1;
  border-radius: 25px;
  margin: 0 auto;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
}
.qilist-more a:hover{ color: #fff; background-color: #ff7c12; }