/**{padding:0; margin: 0; outline: none;}*/
/*body{font-size: 14px; font-family: "Microsoft YaHei"; color: #333;}*/
/*ul,li{list-style: none;}*/
/*a{text-decoration: none; font-size: 14px; color: #333; outline：none;}*/
body {
  padding-top: 120px;
}

.headerbj {
  background: #fff url("../images/headerbj_01.png") no-repeat center top;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.header {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header > .logo {
  position: absolute;
  left: 20px;
  top: 34px;
}

.header > .navlist > ul {
  position: relative;
  overflow: visible;
  margin-left: 165px;
}

.header > .navlist > ul:after {
  display: block;
  height: 0;
  clear: both;
  content: '';
}

.header > .navlist ul > li {
  float: left;
  margin-right: 16px;
  margin-top: 50px;
}

.header > .navlist ul > li > a {
  font-size: 16px;
  color: #fff;
}

.header > .navlist ul > li > a:hover {
  text-decoration: none;
}

.header > .navlist ul > li.active {
  border-bottom: 3px solid #fff;
}

.header > .navlist > ul > li.platform-nav-dropdown {
  position: relative;
  padding-bottom: 14px;
  margin-right: 0;
  border-bottom: 3px solid transparent;
}

.header > .navlist > ul > li.platform-nav-dropdown.active {
  border-bottom-color: #fff;
}

.platform-nav-caret {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.platform-nav-dropdown:hover .platform-nav-caret,
.platform-nav-dropdown:focus-within .platform-nav-caret,
.platform-nav-dropdown.is-open .platform-nav-caret {
  transform: rotate(225deg) translate(-1px, -1px);
}

.platform-nav-menu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 100000;
  display: none;
  width: 228px;
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 1px solid #e4e9f0;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(48, 70, 100, 0.16);
}

.header > .navlist > ul > li.platform-nav-dropdown:hover .platform-nav-menu,
.header > .navlist > ul > li.platform-nav-dropdown:focus-within .platform-nav-menu,
.header > .navlist > ul > li.platform-nav-dropdown.is-open .platform-nav-menu {
  display: block;
}

.header > .navlist > ul > li.platform-nav-dropdown .platform-nav-menu > li {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.header > .navlist > ul > li.platform-nav-dropdown .platform-nav-menu > li > a {
  display: block;
  padding: 12px 18px;
  color: #394453;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
}

.header > .navlist > ul > li.platform-nav-dropdown .platform-nav-menu > li > a:hover,
.header > .navlist > ul > li.platform-nav-dropdown .platform-nav-menu > li > a:focus {
  background: #f2f7ff;
  color: #246fc1;
  text-decoration: none;
}

.search-new24 {
  background: url("../images/searchbj_03.png") no-repeat;
  width: 199px;
  height: 26px;
  position: absolute;
  right: 140px;
  top: 50px;
}

.search-new24 form > div {
  position: relative;
}

.search-new24 form > div .searchinput {
  width: 150px;
  height: 26px;
  border: 0;
  background: none;
  padding-left: 10px;
  font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  /* 用白色阴影覆盖浏览器自动填充/聚焦时的蓝色背景 */
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  background-image: none !important;
  background-color: #fff !important;
  -webkit-text-fill-color: #333 !important;
  color: #333 !important;
  border-color: #e7e7e7 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}

.search-new24 form > div .searchBtn {
  width: 39px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: none;
  border: 0;
}

.LoginRegis {
  position: absolute;
  right: 0;
  top: 50px;
}

.LoginRegis-denglu {
  position: absolute;
  right: 0;
  top: 10px;
}

.LoginRegis-denglu > ul > li {
  float: left;
  margin-right: 20px;
  color: #595757;
}

.LoginRegis-denglu > ul > li > a {
  color: #595757;
  font-size: 14px;
}

.LoginRegis > ul {
  overflow: hidden;
}

.LoginRegis > ul > li {
  float: left;
  margin-right: 30px;
  color: #595757;
}

.LoginRegis > ul > li > a {
  color: #595757;
  font-size: 16px;
}

.platform-entry-section {
  padding: 42px 0 48px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  border-bottom: 1px solid #e8edf5;
}

.platform-entry-inner {
  width: 1200px;
  margin: 0 auto;
}

.platform-entry-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}

.platform-entry-heading h2 {
  margin: 0;
  padding: 8px 30px;
  border-radius: 24px;
  background: #5d9bf5;
  box-shadow: 0 8px 18px rgba(49, 117, 218, 0.18);
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.platform-entry-heading-line {
  width: 86px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #5d9bf5);
}

.platform-entry-heading-line:last-child {
  background: linear-gradient(90deg, #5d9bf5, transparent);
}

.platform-entry-list {
  display: flex;
  gap: 38px;
}

.platform-entry-card {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 146px;
  align-items: center;
  padding: 26px 30px;
  overflow: hidden;
  border: 1px solid #e0e7f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(62, 94, 136, 0.1);
  color: #2d3440;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.platform-entry-card:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #18845c;
  content: '';
}

.platform-entry-card:hover,
.platform-entry-card:focus {
  color: #2d3440;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(62, 94, 136, 0.18);
}

.platform-entry-laodong:hover,
.platform-entry-laodong:focus {
  border-color: #83c5ab;
}

.platform-entry-junshi:before {
  background: #a33c35;
}

.platform-entry-junshi:hover,
.platform-entry-junshi:focus {
  border-color: #d7a19d;
}

.platform-entry-icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #27a875, #147a55);
  box-shadow: 0 10px 22px rgba(24, 132, 92, 0.24);
  color: #fff;
  font-size: 30px;
  line-height: 68px;
  text-align: center;
}

.platform-entry-junshi .platform-entry-icon {
  background: linear-gradient(135deg, #bd554b, #8c302b);
  box-shadow: 0 10px 22px rgba(154, 60, 50, 0.24);
}

.platform-entry-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  margin-left: 22px;
}

.platform-entry-content strong {
  margin-bottom: 10px;
  color: #27313f;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.platform-entry-content > span {
  color: #7a8595;
  font-size: 14px;
  line-height: 22px;
}

.platform-entry-arrow {
  margin-left: 18px;
  padding: 8px 15px;
  border-radius: 18px;
  background: #eef8f4;
  color: #18845c;
  font-size: 14px;
  white-space: nowrap;
}

.platform-entry-junshi .platform-entry-arrow {
  background: #fbefee;
  color: #9a3c32;
}

@media (max-width: 1240px) {
  .platform-entry-inner {
    width: auto;
    margin: 0 24px;
  }
}

@media (max-width: 860px) {
  .platform-entry-list {
    flex-direction: column;
    gap: 18px;
  }

  .platform-entry-card {
    min-height: 126px;
  }
}

.ptjsbj {
  background: #e2ecfe;
}

.ptjs {
  width: 1200px;
  margin: 0 auto;
}

.ptjs > .title {
  text-align: center;
  padding-top: 44px;
}

.ptjs > ul {
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 100px;
  margin-left: -37px;
}

.ptjs > ul > li {
  background: url("../images/ptjsbj1_13.png") no-repeat;
  height: 374px;
  width: 272px;
  float: left;
  margin-left: 37px;
}

.ptjs > ul > li a {
  color: #444444;
}

.ptjs > ul > li a:hover {
  text-decoration: none;
}

.ptjs > ul > li .img {
  text-align: center;
  padding-top: 47px;
}

.ptjs > ul > li h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-top: 20px;
  color: #25242c;
}

.ptjs > ul > li p {
  padding: 12px 22px 0 22px;
  text-indent: 2em;
  line-height: 24px;
  font-size: 14px;
  color: #4f5143;
}

.zxsj-new {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.zxsj-new > .title {
  text-align: center;
  margin-top: 49px;
}

.zxsj-new > .more {
  position: absolute;
  right: 0px;
  top: 10px;
}

.zxsj-new > .more > a {
  font-size: 16px;
  color: #444;
}

.zxsj-new > ul {
  overflow: hidden;
  margin-left: -37px;
  padding-bottom: 100px;
}

.zxsj-new > ul > li {
  width: 374px;
  padding-left: 170px;
  padding-right: 10px;
  float: left;
  background: #ffffff;
  margin-left: 37px;
  margin-top: 37px;
  position: relative;
  height: 212px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 4px 4px 4px #00000014, 7px -7px 7px #00000014,
    -7px 7px 7px #00000014, -2px -2px 2px #00000014;
}

.zxsj-new > ul > li .AR_img {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 999;
}

.zxsj-new > ul > li .AR_img img {
  width: 30px;
}

.zxsj-new > ul > li a {
  color: #444;
  display: block;
  height: 212px;
}

.zxsj-new > ul > li a:hover {
  text-decoration: none;
}

.zxsj-new > ul > li .fengmian {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 125px;
}

.zxsj-new > ul > li:hover .fengmian {
  top: 14px;
}

.zxsj-new > ul > li .fengmian img {
  width: 100%;
  border-top-left-radius: 20px;
  box-shadow: 3px 3px 3px #bdbfc1;
}

.zxsj-new > ul > li:hover .fengmian img {
  width: 105%;
}

.zxsj-new > ul > li h3 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.zxsj-new > ul > li h4 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.zxsj-new > ul > li .cbs {
  font-size: 12px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.zxsj-new > ul > li .isbn {
  padding-top: 10px;
  font-size: 12px;
}

.zxsj-new > ul > li .price {
  padding-top: 10px;
  font-size: 18px;
  color: #ff0000;
}

.footer {
  background: #fff url("../images/dibuxian_02.png") no-repeat center top;
  height: 70px;
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  color: #444;
  z-index: 9999;
  width: 100%;
}

.footer a {
  color: #444;
}

.szjclistbj {
  background: #e2ecfe;
  padding: 37px 0;
}

.szjclist {
  width: 1200px;
  margin: 0 auto;
}

.szjclist > .list {
  position: relative;
  padding-left: 84px;
  margin-bottom: 30px;
}

.szjclist > .list span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #444;
  font-weight: 700;
}

.szjclist > .list > ul > li {
  display: inline-block;
  position: relative;
  margin-top: 4px;
}

.szjclist > .list > ul > li > a {
  font-size: 15px;
  margin-right: 30px;
  font-size: 16px;
  color: #000;
}

.szjclist > .list > ul > li.active > a {
  color: #f00;
}

.szjclist > .list > ul > li > ul {
  width: 1200px;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 9999;
}

.szjclist > .list > ul > li > ul > li {
  display: block;
  text-align: center;
  margin: 5px;
}

.szjclist > .list > ul > li > ul > li a {
  color: #fff;
  font-size: 16px;
}

.book_list {
  width: 1200px;
  margin: 0 auto;
}

.book_list > .erjifllist {
  margin-top: 15px;
}

.book_list > .erjifllist > div {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}

.book_list > .erjifllist > div.active > a {
  color: red;
}

.book_list > .erjifllist > div > a {
  font-size: 16px;
  color: #444;
}

.book_list > ul {
  overflow: hidden;
  margin-top: 30px;
  margin-left: -61px;
}

.book_list > ul > li {
  position: relative;
  margin-top: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 254px;
  height: 344px;
  float: left;
  margin-bottom: 40px;
  margin-left: 61px;
  box-shadow: 4px 4px 4px #00000014, 7px -7px 7px #00000014,
    -7px 7px 7px #00000014, -2px -2px 2px #00000014;
}

.book_list > ul > li .AR_img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.book_list > ul > li .AR_img img {
  width: 25px;
}

.book_list > ul > li a {
  color: #444;
  display: block;
  height: 344px;
}

.book_list > ul > li a:hover {
  text-decoration: none;
}

.book_list > ul > li .img {
  border-top-left-radius: 20px;
  padding-bottom: 10px;
  text-align: center;
  height: 194px;
  overflow: hidden;
  background: #e2ecfe;
}

.book_list > ul > li .img > div {
  height: 174px;
}

.book_list > ul > li .img > div img {
  margin-top: 10px;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 3px #bdbfc1;
}

.book_list > ul > li:hover .img img {
  margin-top: 5px;
  height: 105%;
}

.book_list > ul > li .contentlist {
  padding: 0 18px;
  color: #333333;
  font-family: "SimHei";
}

.book_list > ul > li h3 {
  font-size: 16px;
  font-weight: 700;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.book_list > ul > li h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #585858;
}

.book_list > ul > li .cbs {
  padding-top: 5px;
  font-size: 14px;
  color: #585858;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.book_list > ul > li .isbn {
  padding-top: 5px;
  font-size: 14px;
  color: #585858;
}

.book_list > ul > li .price {
  padding-top: 5px;
  font-size: 14px;
  color: #ff0000;
}

.bookDetailstopbj {
  background: #e2ecfe;
  height: 430px;
}

.bookDetailstopbj .bookDetailstop {
  width: 1200px;
  margin: 0 auto;
  padding-top: 47px;
  position: relative;
  background: url("../images/tushuxiangqing.png") no-repeat;
}

.bookDetailstopbj .bookDetailstop > .left {
  margin-left: 150px;
  width: 200px;
  float: left;
  position: relative;
}

.bookDetailstopbj .bookDetailstop > .left .AR_img {
  position: absolute;
  left: -70px;
  top: 110px;
}

.bookDetailstopbj .bookDetailstop > .left .img {
  margin-top: 15px;
  width: 180px;
  height: 270px;
}

.bookDetailstopbj .bookDetailstop > .left .img img {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  /* border-top-left-radius: 30px;
	border-bottom-right-radius: 30px; */
  box-shadow: 5px 5px 5px #888888;
  border: 1px solid #fff;
}

.bookDetailstopbj .bookDetailstop > .left .img:hover img {
  margin-top: -5%;
  width: 105%;
}

.bookDetailstopbj .bookDetailstop > .left .towbtn > ul {
  margin-left: 0px;
  margin-top: 23px;
}

.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li {
  display: inline-block;
  color: #78a8fb;
  margin-left: 33px;
  text-align: center;
}

.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li a {
  color: #78a8fb;
}

.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li a:hover,
.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li a:active,
.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li a:focus,
.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li a:visited {
  text-decoration: none;
}

.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li p {
  margin-top: 6px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.bookDetailstopbj .bookDetailstop > .left .towbtn > ul > li img {
  width: 35px;
}

.bookDetailstopbj .bookDetailstop > .right {
  margin-left: 51px;
  width: 690px;
  float: left;
}

.bookDetailstopbj .bookDetailstop > .right .booklistnew24 {
  color: #000000;
}

.bookDetailstopbj .bookDetailstop > .right .booklistnew24 > .left {
  width: 320px;
  float: left;
}

.bookDetailstopbj .bookDetailstop > .right .booklistnew24 > .left > div {
  position: relative;
  padding-left: 80px;
  height: 30px;
}

.bookDetailstopbj .bookDetailstop > .right .booklistnew24 > .left > div span {
  position: absolute;
  left: 0;
  top: 0;
  color: #4f4f4f;
  font-weight: 700;
}

.bookDetailstopbj .bookDetailstop > .right .booklistnew24 > .right {
  width: 320px;
  float: right;
}

.bookDetailstopbj .bookDetailstop > .right .booklistnew24 > .right > div {
  padding-left: 80px;
  height: 30px;
  position: relative;
}

.bookDetailstopbj .bookDetailstop > .right .booklistnew24 > .right > div span {
  position: absolute;
  left: 0;
  top: 0;
  color: #4f4f4f;
  font-weight: 700;
}

.bookDetailstopbj .bookDetailstop > .right .price {
  color: #4f4f4f;
  font-weight: 700;
}

.bookDetailstopbj .bookDetailstop > .right .price b {
  color: #f00;
  font-size: 18px;
}

.bookDetailstopbj .bookDetailstop > .right > .top > h3 {
  font-size: 26px;
  margin-top: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.bookDetailstopbj .bookDetailstop > .right > .top > h4 {
  font-size: 17px;
  margin-top: 25px;
  color: #000;
}

.bookDetailstopbj .bookDetailstop > .right > .top > div {
  font-size: 16px;
  color: #000;
}

.bookDetailstopbj .bookDetailstop > .right > .bottom {
  position: absolute;
  bottom: 20px;
  left: 400px;
}

.bookDetailstopbj .bookDetailstop > .right > .bottom > ul > li {
  display: inline-block;
  margin-right: 25px;
  margin-top: 22px;
}

.menu_content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 40px;
}

.menu_content .tab-cont {
  margin-top: 20px;
}

.menu_content .tab-cont > ul {
  margin-bottom: 0;
}

.menu_content .tab-cont > ul > li {
  display: inline-block;
  width: 147px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-top-left-radius: 8px;
  background: #fff;
}

.menu_content .tab-cont > ul > li a {
  display: block;
  font-size: 16px;
  color: #5f5f5f;
}

.menu_content .tab-cont > ul > li a:hover,
.menu_content .tab-cont > ul > li a:focus,
.menu_content .tab-cont > ul > li a:active,
.menu_content .tab-cont > ul > li a:visited {
  text-decoration: none;
  color: #5f5f5f;
  background: transparent;
}

.menu_content .tab-cont > ul > li:hover {
  background: #fff;
}

.menu_content .tab-cont > ul > li.active {
  background: #78a8fb;
}

.menu_content .tab-cont > ul > li.active a,
.menu_content .tab-cont > ul > li.active a:hover,
.menu_content .tab-cont > ul > li.active a:focus,
.menu_content .tab-cont > ul > li.active a:visited {
  color: #fff;
  background: transparent;
}

.menu_content .tab-cont > div {
  border: 1px solid #78a8fb;
  border-top: 4px solid #78a8fb;
  padding: 25px;
  min-height: 500px;
}

.menu_content .tab-cont > div .bookmenu {
  font-size: 16px;
  margin-left: 20px;
}

.menu_content .tab-cont > div .bookmenu img {
  max-width: 100%;
}

.menu_content .tab-cont > div .contentjianjie {
  font-size: 16px;
}

.menu_content .tab-cont > div .tab-feature-img {
  text-align: center;
}

.menu_content .tab-cont > div .tab-feature-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.menu_content > .left {
  width: 850px;
  float: left;
}

.menu_content > .right {
  width: 320px;
  float: right;
  margin-top: 20px;
}

.menu_content > .right .title > span {
  display: inline-block;
  width: 147px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-top-left-radius: 8px;
  background: #78a8fb;
  color: #fff;
  font-size: 16px;
}

.menu_content > .right .zhubianjianjie {
  font-size: 16px;
  border: 1px solid #78a8fb;
  border-top: 4px solid #78a8fb;
  padding: 25px;
}

.menu_content > .right .zhubianjianjie img {
  width: 200px;
  margin: 5px auto;
  display: block;
}

.login-content {
  background: #e2ecfe;
  padding: 150px 0;
}

.login-content .login {
  width: 440px;
  position: relative;
  margin: 0px auto;
  background: #fff;
  border-radius: 10px;
}

.login-content .login > #form > h1 {
  height: 46px;
  background: #78a8fb;
  font-size: 20px;
  line-height: 46px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  text-align: center;
  color: #fff;
}

.login-content .login .user,
.login-content .login .password,
.login-content .login .code {
  position: relative;
  margin-top: 30px;
  margin-left: 60px;
}

.login-content .login .user > img {
  position: absolute;
  left: 19px;
  top: 12px;
}

.login-content .login .user > span {
  position: absolute;
  left: 19px;
  top: 12px;
  font-size: 18px;
  color: #78a8fb;
}

.login-content .login .password > img {
  position: absolute;
  left: 19px;
  top: 10px;
}

.login-content .login .password > span {
  position: absolute;
  left: 19px;
  top: 8px;
  font-size: 18px;
  color: #78a8fb;
}

.login-content .login .code > img.codeimg {
  position: absolute;
  left: 19px;
  top: 8px;
}

.login-content .login .code > span {
  position: absolute;
  left: 19px;
  top: 8px;
  font-size: 18px;
  color: #78a8fb;
}

.login-content .login .code img.captcha_image {
  position: absolute;
  right: 60px;
  top: 0px;
  width: 105px;
  height: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}

.login-content .login .user #username,
.login-content .login .password #password,
.login-content .login .code #form_captcha,
.login-content .login .user #form_username,
.login-content .login .code input[name="sms_code"] {
  width: 320px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding-left: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 42px;
  background: #fff;
  outline: none;
  box-shadow: none;
}

.login-content .login .user #username:focus,
.login-content .login .password #password:focus,
.login-content .login .code #form_captcha:focus,
.login-content .login .user #form_username:focus,
.login-content .login .code input[name="sms_code"]:focus {
  background: #fff;
  border-color: #e7e7e7;
  outline: none;
  box-shadow: none;
}

.login-content .login .code #btnTime {
  position: absolute;
  right: 60px;
  top: 0px;
  width: 105px;
  height: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  background: none;
  border: none;
  border-left: 1px solid #e7e7e7;
  color: #000;
  font-size: 16px;
}

.login-content .login .btn > button {
  width: 320px;
  height: 42px;
  line-height: 42px;
  background: #78a8fb;
  border: none;
  border-radius: 42px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.login-content .login .btn {
  margin-top: 30px;
  margin-left: 50px;
  outline: none;
  box-shadow: none !important;
}

.login-content .login .btn input {
  width: 320px;
  height: 42px;
  line-height: 42px;
  background: #78a8fb;
  border: none;
  border-radius: 42px;
  color: #fff;
  font-size: 18px;
}

.registerContent .btn {
  outline: none;
  box-shadow: none !important;
}

.login-content .login .bottom {
  text-align: center;
  color: #78a8fb;
  font-size: 16px;
}

.login-content .login .bottom a {
  color: #78a8fb;
  font-size: 16px;
}

.login-content .errortishi {
  position: absolute;
  width: 320px;
  top: 55px;
  left: 60px;
  text-align: center;
  color: #f00;
}

.registerContent {
  background: #e2ecfe;
  padding: 85px 0;
}

.registerContent > #form {
  width: 440px;
  background: #fff;
  margin: 0 auto;
  border-radius: 16px;
  padding-bottom: 10px;
}

.registerContent > #form > h1 {
  height: 46px;
  background: #78a8fb;
  font-size: 20px;
  line-height: 46px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  text-align: center;
  color: #fff;
}

.registerContent > #form > p {
  text-align: center;
  font-size: 15px;
  color: #b8b8b8;
}

.registerContent > #form .teacher-show {
  position: relative;
}

.registerContent > #form .teacher-show .teacher-yqm11 {
  width: 320px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding-left: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 42px;
  background: none;
}

.registerContent > #form > form {
  position: relative;
}

.registerContent > #form > form > ul {
  position: absolute;
  color: #f00;
  left: 0px;
  bottom: -20px;
  width: 100%;
  text-align: center;
}

.errortext {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
  color: red;
}

.registerContent > #form .user,
.registerContent > #form .code,
.registerContent > #form .password,
.registerContent > #form .teachers-select .teacher-show {
  position: relative;
  width: 320px;
  height: 42px;
  margin-left: 60px;
  margin-top: 25px;
}

.registerContent > #form .user #form_username,
.registerContent > #form .code #form_captcha,
.registerContent > #form .code input[name="tel_code"],
.registerContent > #form .code input[name="sms_code"],
.registerContent > #form .user #form_email,
.registerContent > #form .password #form_plainPassword_first,
.registerContent > #form .password #form_plainPassword_second {
  width: 320px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding-left: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 42px;
  background: #fff;
  outline: none;
  box-shadow: none;
}

.registerContent > #form .user #form_username:focus,
.registerContent > #form .code #form_captcha:focus,
.registerContent > #form .code input[name="tel_code"]:focus,
.registerContent > #form .code input[name="sms_code"]:focus,
.registerContent > #form .user #form_email:focus,
.registerContent > #form .password #form_plainPassword_first:focus,
.registerContent > #form .password #form_plainPassword_second:focus {
  background: #fff;
  border-color: #e7e7e7;
  outline: none;
  box-shadow: none;
}

.registerContent > #form .user label {
  position: absolute;
  left: 19px;
  top: 10px;
}

.registerContent > #form .code label {
  position: absolute;
  left: 19px;
  top: 10px;
}

.registerContent > #form .password label {
  position: absolute;
  left: 19px;
  top: 10px;
}

.registerContent > #form .code img.captcha_image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 105px;
  height: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}

.registerContent > #form .teacher-show label {
  position: absolute;
  left: 20px;
  top: 10px;
}

.registerContent > #form .teacher-show > a {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #78a8fb;
}

.registerContent > #form .code #btnTime {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 105px;
  height: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  background: none;
  border: none;
  border-left: 1px solid #e7e7e7;
  color: #000;
  font-size: 16px;
}

.registerContent > #form .deal {
  margin-left: 65px;
  margin-top: 25px;
}

.registerContent > #form .deal span {
  margin-left: 10px;
}

.registerContent > #form .btn > input {
  width: 320px;
  height: 42px;
  line-height: 42px;
  background: #78a8fb;
  border: none;
  border-radius: 42px;
  color: #fff;
  font-size: 18px;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.registerContent > #form .btn > button {
  width: 320px;
  height: 42px;
  line-height: 42px;
  background: #78a8fb;
  border: none;
  border-radius: 42px;
  color: #fff;
  font-size: 18px;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.swiper-pagination11 {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 9999;
  margin-left: -30px;
}

.swiper-pagination11 > span {
  margin: 0 10px;
  width: 10px;
  height: 10px;
}

.swiper-pagination11 .swiper-pagination-bullet-active {
  background: #0b5ff6;
}

.index-hzyxbj {
  background: #e2ecfe;
}

.index-hzyx {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.index-hzyx > .title {
  text-align: center;
  padding-top: 49px;
}

.index-hzyx > .more {
  position: absolute;
  right: 0px;
  top: 60px;
}

.index-hzyx > .more > a {
  font-size: 16px;
  color: #444;
}

.index-hzyx > ul {
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: 0;
  margin-left: -37px;
}

.index-hzyx > ul > li {
  width: 272px;
  margin: 40px 0 0 37px;
  float: left;
  padding: 10px;
  text-align: center;
  height: 272px;
  background: #fff;
  border-radius: 8px;
}

.index-hzyx > ul > li img {
  width: 136px;
  height: 136px;
  margin-top: 35px;
}

.index-hzyx > ul > li p {
  font-size: 18px;
  color: #8d8d8d;
  margin-top: 20px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.szjclistnew {
  margin-bottom: 100px;
}

.szjclistnew .pagination {
  display: block;
}

.mbxdh-new24 {
  margin-top: 50px;
}

.mbxdh-new24 .breadcrumb {
  background: none;
  font-size: 16px;
  color: #444;
}

.mbxdh-new24 .breadcrumb a {
  font-size: 16px;
  color: #444;
}

.hzyx-contentbj {
  background: #e2ecfe;
}

.hzyx-content {
  width: 1200px;
  margin: 0 auto;
  padding: 37px 0 60px 0;
}

.hzyx-content > .title {
  font-size: 26px;
  color: #5d8ffa;
}

.hzyx-content > ul {
  overflow: hidden;
  margin-top: 30px;
  margin-left: -37px;
}

.hzyx-content > ul > li {
  width: 272px;
  margin: 0px 0 37px 37px;
  float: left;
  padding: 10px;
  text-align: center;
  height: 270px;
  background: #fff;
  border-radius: 8px;
}

.hzyx-content > ul > li img {
  width: 136px;
  height: 136px;
  margin-top: 35px;
}

.hzyx-content > ul > li p {
  font-size: 18px;
  color: #8d8d8d;
  margin-top: 20px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.my_bookshelf {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.my_bookshelf > .more {
  position: absolute;
  right: 0;
  top: 5px;
}

.my_bookshelf > .more > a {
  font-size: 14px;
  color: #8d8d8d;
}

.my_bookshelf > .booktab {
  margin-top: 86px;
}

.my_bookshelf > .booktab > ul {
  text-align: center;
  border-bottom: 2px solid #78a8fb;
  margin-bottom: 0;
}

.my_bookshelf > .booktab > ul > li {
  display: inline-block;
  width: 147px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-top-left-radius: 8px;
}

.my_bookshelf > .booktab > ul > li.active {
  background: #78a8fb;
}

.my_bookshelf > .booktab > ul > li a {
  color: #5f5f5f;
  font-size: 18px;
}

.my_bookshelf > .booktab > ul > li.active a {
  color: #fff;
}

.my_bookshelf > .booktab > div > div {
  position: relative;
}

.my_bookshelf > .booktab > div > div > .pxfs-new24 {
  position: absolute;
  right: 0;
  top: 0px;
  width: 220px;
}

.my_bookshelf > .booktab > div > div > .pxfs-new24 .left {
  width: 60px;
  float: left;
  height: 34px;
  line-height: 34px;
}

.my_bookshelf > .booktab > div > div > .pxfs-new24 .right {
  width: 160px;
  float: right;
}

.my_bookshelf > .booktab .bookListnew24 {
  overflow: hidden;
  margin-top: 30px;
  margin-left: -61px;
  padding-top: 50px;
}

.my_bookshelf > .booktab .bookListnew24 > li {
  position: relative;
  margin-top: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 254px;
  height: 344px;
  float: left;
  margin-bottom: 40px;
  margin-left: 61px;
  box-shadow: 4px 4px 4px #00000014, 7px -7px 7px #00000014,
    -7px 7px 7px #00000014, -2px -2px 2px #00000014;
}

.my_bookshelf > .booktab .bookListnew24.bookListnew24-ul > li {
  height: 384px;
}

.my_bookshelf > .booktab .bookListnew24 > li .AR_img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.my_bookshelf > .booktab .bookListnew24 > li .AR_img img {
  width: 25px;
}

.my_bookshelf > .booktab .bookListnew24 > li.zanwushuji {
  background: url("../images/zwsjimg1_03.png") no-repeat;
  width: 393px;
  height: 397px;
  box-shadow: none;
  margin-left: 463px;
  text-align: center;
  padding-top: 280px;
}

.my_bookshelf > .booktab .bookListnew24 > li a {
  text-decoration: none;
  display: block;
  height: 344px;
}

.my_bookshelf > .booktab .bookListnew24 > li .img {
  border-top-left-radius: 20px;
  padding-bottom: 10px;
  text-align: center;
  height: 194px;
  overflow: hidden;
  background: #e2ecfe;
}

.my_bookshelf > .booktab .bookListnew24 > li .img > div {
  height: 174px;
}

.my_bookshelf > .booktab .bookListnew24 > li .img img {
  margin-top: 10px;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 3px #bdbfc1;
}

.my_bookshelf > .booktab .bookListnew24 > li > a:hover .img img {
  margin-top: 5px;
  height: 105%;
}

.my_bookshelf > .booktab .bookListnew24 > li .contentlist {
  padding: 0 18px;
  color: #333333;
  font-family: "SimHei";
}

.my_bookshelf > .booktab .bookListnew24 > li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.my_bookshelf > .booktab .bookListnew24 > li .zhubian {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #585858;
}

.my_bookshelf > .booktab .bookListnew24 > li .cbs {
  padding-top: 5px;
  font-size: 14px;
  color: #585858;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.my_bookshelf > .booktab .bookListnew24 > li .isbn {
  padding-top: 5px;
  font-size: 14px;
  color: #585858;
}

.my_bookshelf > .booktab .bookListnew24 > li .price {
  padding-top: 5px;
  font-size: 14px;
  color: #ff0000;
}

.my_bookshelf > .booktab .bookListnew24 > li .jrbjbtn {
  float: right;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding: 2px 15px;
  background: #e2ecfe;
  color: #5d8ffa;
  border-radius: 8px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.my_bookshelf > .booktab .bookListnew24 > li .jrbjbtn:hover {
  background: #5d8ffa;
  color: #fff;
}

.my_bookshelf > .booktab .bookListnew24 > li .jrbjbtn i {
  margin-right: 10px;
}

.book_purchase_code_bj {
  background: #e2ecfe;
  padding: 100px 0 250px 0;
}

.book_purchase_code {
  width: 440px;
  margin: 0 auto;
  background: url("../images/goushumabj_03.png") no-repeat;
  height: 317px;
  position: relative;
}

.book_purchase_code .codediv1 {
  position: absolute;
  top: 165px;
  left: 121px;
}

.book_purchase_code .codediv2 {
  position: absolute;
  top: 228px;
  left: 60px;
}

.book_purchase_code .book_code_value {
  width: 257px;
  height: 42px;
  background: none;
  border: none;
  padding-left: 15px;
  font-size: 16px;
}

.book_purchase_code .book_code_btn {
  width: 321px;
  height: 42px;
  background: #78a8fb;
  border-radius: 42px;
  border: none;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.ownbooknew24 {
  padding-bottom: 60px;
  min-height: 700px;
}

.ownbooknew24 > ul {
  overflow: hidden;
  padding: 10px;
}

.ownbooknew24 > ul > li {
  position: relative;
  margin-top: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 230px;
  height: 384px;
  float: left;
  margin-bottom: 40px;
  margin-left: 20px;
  box-shadow: 4px 4px 4px #00000014, 7px -7px 7px #00000014,
    -7px 7px 7px #00000014, -2px -2px 2px #00000014;
}

.ownbooknew24 > ul > li .AR_img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ownbooknew24 > ul > li .AR_img img {
  width: 25px;
}

.ownbooknew24 > ul > li .img {
  border-top-left-radius: 20px;
  padding-bottom: 10px;
  text-align: center;
  height: 194px;
  overflow: hidden;
  background: #e2ecfe;
}

.ownbooknew24 > ul > li .img > div {
  height: 174px;
}

.ownbooknew24 > ul > li .img > div img {
  margin-top: 10px;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 3px 3px #bdbfc1;
}

/* .ownbooknew24 >ul > li:hover .img img{
	margin-top: 5px;
	height: 105%
} */
.ownbooknew24 > ul > li .contentlist {
  padding: 0 18px;
  color: #333333;
  font-family: "SimHei";
}

.ownbooknew24 > ul > li h3 {
  font-size: 16px;
  font-weight: 700;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ownbooknew24 > ul > li h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #585858;
}

.ownbooknew24 > ul > li .cbs {
  padding-top: 5px;
  font-size: 14px;
  color: #585858;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ownbooknew24 > ul > li .isbn {
  padding-top: 5px;
  font-size: 14px;
  color: #585858;
}

.ownbooknew24 > ul > li .price {
  padding-top: 5px;
  font-size: 14px;
  color: #ff0000;
}

.ownbooknew24 > ul > li .jrbjbtn {
  float: right;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding: 2px 15px;
  background: #e2ecfe;
  color: #5d8ffa;
  border-radius: 8px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.ownbooknew24 > ul > li .jrbjbtn:hover {
  background: #5d8ffa;
  color: #fff;
}

.ownbooknew24 > ul > li .jrbjbtn i {
  margin-right: 10px;
}

.sqyqmcontentbj {
  background: #e2ecfe;
  padding: 50px 0;
  min-height: 700px;
}

.sqyqmcontentbj > .containerNew24 {
  border-radius: 10px;
  background: #fff;
  width: 439px;
  margin: 0px auto;
}

.sqyqmcontentbj > .containerNew24 > div {
  padding: 30px;
}

.sqyqmcontentbj > .containerNew24 h1 {
  height: 46px;
  background: #78a8fb;
  font-size: 20px;
  line-height: 46px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  text-align: center;
  color: #fff;
}

.banner-new24 {
  position: relative;
}

.banner-new24 .anniu {
  position: absolute;
  left: 50%;
  top: 0;
  height: 400px;
  margin-left: -600px;
}

.banner-new24 .anniu > .anniu1 {
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(238, 238, 238, 0.6);
  color: #fff;
  border-radius: 50%;
  /* ԲȦ�Ĺؼ�CSS���� */
  cursor: pointer;
  outline: none;
  z-index: 10;
}

/* ���Ը�����Ҫ������ͷ��λ�� */
.swiper-button-next {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.sign-top > .right {
  min-height: 680px;
}

.container-bg {
  padding-bottom: 0;
}

.sign-top {
  margin-bottom: 30px;
}

.bookDetailstop > .zuokuohao {
  width: 8px;
  height: 345px;
  border: 2px solid #78a8fb;
  border-right: none;
  position: absolute;
  left: 0px;
  top: 60px;
}

.bookDetailstop > .youkuohao {
  width: 8px;
  height: 345px;
  border: 2px solid #78a8fb;
  border-left: none;
  position: absolute;
  right: 78px;
  top: 60px;
}

.bookDetailstop > .epubicon {
  position: absolute;
  right: 100px;
  top: 80px;
}

.bookDetailstop > .listul {
  position: absolute;
  right: 0px;
  top: 80px;
}

.bookDetailstop > .listul > ul > li {
  width: 78px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #78a8fb;
  margin-top: 15px;
  color: #fff;
  border-top-right-radius: 10px;
}

.szzy-cont1 {
  width: 1200px;
  margin: 0 auto;
}

.szzy-cont1 > .title {
  text-align: center;
  margin-top: 65px;
}

.szzy-cont1 > .img1 {
  position: relative;
  margin-top: 47px;
  height: 205px;
}

.szzy-cont1 > .img1 > .left {
  width: 616px;
  font-size: 16px;
  line-height: 39px;
  color: #000000;
  margin-left: 85px;
  text-indent: 2em;
  padding-top: 20px;
}

.szzy-cont1 > .img1 > .right {
  position: absolute;
  right: 80px;
  top: 0;
}

.szzy-cont1 > .img2 {
  text-align: center;
  margin-top: 89px;
}

.szzy-cont1 > .img3 {
  text-align: center;
  margin: 89px 0 70px 0;
}

.szzy-contbj2 {
  background: #f2f2f2;
}

.szzy-cont2 {
  width: 1200px;
  margin: 0 auto;
}

.szzy-cont2 > .title {
  text-align: center;
  padding-top: 48px;
}

.szzy-cont2 > .img1 {
  position: relative;
  height: 206px;
  margin: 44px 0 88px 0;
}

.szzy-cont2 > .img1 > .left {
  line-height: 39px;
  font-size: 16px;
  padding-top: 20px;
  width: 620px;
  position: absolute;
  right: 70px;
  top: 0;
  text-indent: 2em;
}

.szzy-cont2 > .img1 > .right {
  margin-left: 95px;
}

.szzy-cont2 > .img2 {
  text-align: center;
  padding-bottom: 38px;
}

.szzy-cont3 {
  width: 1200px;
  margin: 0 auto;
}

.szzy-cont3 > .title {
  text-align: center;
  padding-top: 48px;
}

.szzy-cont3 > .img2 {
  text-align: center;
  padding: 33px 0 49px 0;
}

.szzy-contbj4 {
  background: #e2ecfe;
}

.szzy-cont4 {
  width: 1200px;
  margin: 0 auto;
  height: 330px;
}

.szzy-cont4 > .title {
  text-align: center;
  padding-top: 48px;
}

.szzy-cont4 > .img1 {
  position: relative;
}

.szzy-cont4 > .img1 > .lunbo {
  padding: 38px 53px 46px 53px;
}

.szzy-cont4 > .img1 > .swiper-button-prev1 {
  position: absolute;
  left: 20px;
  top: 110px;
}

.szzy-cont4 > .img1 > .swiper-button-next1 {
  position: absolute;
  right: 20px;
  top: 110px;
}

.szzy-cont4 > .img1 .swiper-slide {
  position: relative;
}

.szzy-cont4 > .img1 .swiper-slide b {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 70px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.szzy-cont4 > .img1 .swiper-slide span {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 9999;
  display: inline-block;
  background: #2fb0e9;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}

.szzy-cont4 > .img1 .swiper-slide:hover span {
  position: absolute;
  right: -5px;
  top: 0px;
}

.szzy-cont4 > .img1 .swiper-slide:hover b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.szzy-cont4 > .img1 .swiper-slide img {
  border: 1px solid #81a6e7;
}

.szzy-cont4 > .img1 .swiper-slide {
  padding: 10px;
}

.szzy-cont4 > .img1 .swiper-slide:hover img {
  width: 284px;
  margin-left: -20px;
  margin-top: -10px;
}

.szzy-cont0 {
  text-align: center;
  padding-top: 64px;
}

.fuwubaozhang {
  width: 810px;
  margin: 31px auto 73px auto;
  padding-left: 174px;
  position: relative;
  height: 275px;
}

.fuwubaozhang > ul {
  position: absolute;
  left: 0;
  top: 0;
}

.fuwubaozhang > ul > li {
  width: 152px;
  height: 127px;
  text-align: center;
  background: #a1dcf3;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.fuwubaozhang > ul > li > .top {
  padding-top: 40px;
  font-size: 18px;
  font-weight: 400;
}

.fuwubaozhang > ul > li:nth-child(2) {
  margin-top: 21px;
}

.fuwubaozhang > ul > li.active {
  background: #78a8fb;
}

.fuwubaozhang > div {
  height: 275px;
  width: 634px;
  border: 2px solid #78a8fb;
}

.fuwubaozhang > div > div {
  display: none;
}

.fuwubaozhang > div > div:nth-child(1) {
  padding-top: 60px;
}

.fuwubaozhang > div > div:nth-child(2) {
  padding-top: 40px;
}

.fuwubaozhang > div > div > ul > li {
  font-size: 16px;
  padding-bottom: 30px;
  padding-left: 47px;
  color: #000;
}

.fuwubaozhang > div > div > ul > li span i {
  padding-right: 5px;
  font-size: 18px;
}

.fuwubaozhang > div > div > ul > li span {
  color: #78a8fb;
}

.lunbo .swiper-slide {
  cursor: pointer;
}

.logintitle {
  height: 46px;
}

.logintitle > div {
  float: left;
  width: 220px;
}

.logintitle > div > a {
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  background: #78a8fb;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.logintitle > div > span {
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  background: #5d8ffa;
  color: #fff;
  font-size: 18px;
}

.login-content .weixin {
  text-align: center;
  padding: 20px 0px 36px 0px;
  margin: 20px 30px 0 30px;
  border-top: 1px solid #e5e5e5;
}

.login-content .weixin .title {
  font-size: 16px;
  color: #b8b8b8;
  margin-bottom: 20px;
}

.login-content .weixin .icon {
  background: #f4f3f3;
  display: inline-block;
}

.login-content .weixin .icon a {
  text-decoration: none;
}

.login-content .weixin .icon span {
  font-size: 40px;
  color: #009a44;
  text-decoration: none;
}

.login-content .login .code i {
  font-style: normal;
}

.hysyxskt {
  text-align: center;
  font-size: 20px;
  color: #000;
  padding-top: 40px;
}

.qiehuanzhi {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0px 50px 0px;
  margin: 0 30px;
  font-size: 16px;
  color: #b8b8b8;
}

.qiehuanzhi a {
  font-size: 16px;
  color: #b8b8b8;
}

.bookmenunew > div > ul {
  display: none;
}

.bookmenunew > div a.one,
.bookmenunew > div a.two,
.bookmenunew > div a.three {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
}

.bookmenunew > div a.one {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-left: 20px;
}

.bookmenunew > div a.two {
  padding-left: 40px;
  font-size: 16px;
  color: #000;
}

.bookmenunew > div a.three {
  padding-left: 60px;
  font-size: 14px;
  color: #7f7f7f;
}

.bookmenunew > div > a.one span {
  position: absolute;
  right: 10px;
  top: 0px;
}

.bookmenunew > div .shidu {
  background: #f1f6fe;
}

.bookmenunew > div {
  position: relative;
}

.twolist {
}

.twolist > li {
  margin-top: 5px;
  position: relative;
}

.twolist > li > ul > li {
  margin-top: 5px;
  position: relative;
}

.bookmenunew > div .onesd,
.bookmenunew > div .twosd,
.bookmenunew > div .threesd {
  position: absolute;
  right: 30px;
  top: 4px;
  width: 58px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #538ae6;
  color: #fff;
  border-radius: 22px;
}

.bookmenunew > div .lock {
  position: absolute;
  right: 50px;
  top: 6px;
  color: #a9c4f2;
}

.bookmenunew > div .lock span {
  font-size: 16px;
  font-weight: 400;
  color: #a9c4f2;
}

.menuli {
  margin-bottom: 5px;
}

.menuli .one > span {
  color: #a9c4f2;
  font-size: 16px;
}

.help-center {
  width: 820px;
  margin: 34px auto;
  position: relative;
}

.help-center > .contnent {
  border: 1px solid #a4c4fc;
  border-bottom: 7px solid #a4c4fc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 160px;
}

.help-center > .contnent .title {
  line-height: 160px;
  padding-left: 30px;
}

.help-center > .contnent > ul {
  position: absolute;
  right: 80px;
  top: 35px;
}

.help-center > .contnent > ul > li {
  display: inline-block;
  width: 90px;
  margin-left: 80px;
  text-align: center;
}

.help-center > .contnent > ul > li a {
  display: block;
  position: relative;
  padding-top: 70px;
  font-size: 16px;
  text-decoration: none;
  color: #78a8fb;
}

.help-center > .contnent > ul > li a > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.help-center > .contnent > ul > li a:hover img {
  width: 101%;
}

.helpcenter {
  width: 1200px;
  margin: 0 auto;
}

.helpcenter > .content > .list > div {
  display: none;
}

.helpcenter > .content > ul {
  margin-top: 10px;
  background: #78a8fb;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  height: 46px;
  line-height: 46px;
}

.helpcenter > .content > ul > li {
  display: inline-block;
  width: 145px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #fff;
}

.helpcenter > .content > ul > li:nth-child(1) {
  border-left: 0;
}

.helpcenter > .content > ul > li.active {
  color: #284aa4;
}

.helpcenter > .content > ul > li:hover {
  color: #284aa4;
}

.videolist > h3 {
  background: #78a8fb;
  display: inline-block;
  height: 45px;
  padding: 0 30px;
  line-height: 45px;
  color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: 46px;
  margin-bottom: 0px;
}

.videolist > ul {
  border: 1px solid #bbd3fd;
  overflow: hidden;
  padding-bottom: 30px;
}

.videolist > ul > li {
  width: 261px;
  padding: 10px;
  padding-bottom: 0;
  float: left;
  margin-left: 30px;
  margin-top: 30px;
  box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.5);
  border-bottom-left-radius: 30px;
  position: relative;
  text-align: center;
}

.videolist > ul > li img {
  width: 100%;
}

.videolist > ul > li a:hover img {
  transform: scale(1.05) translate(-0.5%, -0.5%);
  /* 放大并居中 */
}

.videolist > ul > li p {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin: 0;
}

.jcpublic > h3 {
  background: #78a8fb;
  display: inline-block;
  height: 45px;
  padding: 0 30px;
  line-height: 45px;
  color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: 46px;
  margin-bottom: 0px;
}

.jcpublic > ul {
  border: 1px solid #bbd3fd;
  overflow: hidden;
  padding-bottom: 30px;
  border-radius: 12px;
}

.jcpublic > ul > li {
  height: 113px;
  position: relative;
  margin-top: 30px;
}

.jcpublic > ul > li > img {
  position: absolute;
  left: 50px;
  top: 0;
  height: 113px;
}

.jcpublic > ul > li > p {
  position: absolute;
  left: 250px;
  height: 113px;
  line-height: 113px;
  font-size: 20px;
  font-weight: 700;
}

.jcpublic > ul > li > a {
  width: 157px;
  height: 42px;
  display: block;
  position: absolute;
  right: 50px;
  top: 40px;
}

.jcpublic > ul > li > a > div {
  position: relative;
}

.jcpublic > ul > li > a > div span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 157px;
  padding-left: 70px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 15px;
}

.jcpublic > ul > li > a:hover > div span {
  font-size: 18px;
}

.videolist > ul > li .title {
  position: absolute;
  width: 100%;
  top: 70px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "黑体";
  font-weight: 700;
}

.videolist > ul > li:hover .title {
  font-size: 26px;
}

.bzzxtitle {
  padding-top: 40px;
  font-size: 24px;
  color: #5d8ffa;
}

.tiaozhuan {
  padding: 50px 20px;
  text-align: center;
}

.tztitle {
  font-size: 40px;
  font-weight: 700;
}

.tztitle1 {
  font-size: 14px;
  padding-top: 30px;
}

.tztitle1 > span {
  color: red;
}
