body {
  background: url("../images/body_bg.png") repeat 0 0;
  background-size: cover;
  font-family: "宋体";
}
.item-section {
  min-height: 100%;
  position: relative;
  font-size: 14px;
}
.item-section input,
.item-section select {
  font-size: 14px;
}
[data-dpr="2"] .item-section,
[data-dpr="2"] .item-section input,
[data-dpr="2"] .item-section select {
  font-size: 28px;
}
[data-dpr="3"] .item-section,
[data-dpr="3"] .item-section input,
[data-dpr="3"] .item-section select {
  font-size: 42px;
}
i {
  font-style: normal;
}
input::-webkit-input-placeholder {
  /*font-size: 28/@base;*/
}
input:-moz-placeholder {
  /*font-size: 28/@base;*/
}
input::-moz-placeholder {
  /*font-size: 28/@base;*/
}
input:-ms-input-placeholder {
  /*font-size: 28/@base;*/
}
input[type="text"] {
  text-indent: 0.133rem;
}
#wrapper {
  /*position: relative;
	z-index: 1;
	bottom: 0;
	left: 0;*/
  width: 100%;
  overflow: hidden;
}
#scroller {
  /* position: absolute;*/
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#more {
  text-align: center;
}
.fixedTop {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-group-box {
  width: 100%;
  height: 1.333rem;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 auto;
}
.top-group-box dd {
  float: left;
  height: 1.333rem;
  line-height: 1.333rem;
  overflow: hidden;
  position: relative;
}
.top-group-box .topSearchIcon,
.top-group-box .nav-group {
  width: 26.67%;
  background: #ffffff;
  overflow: hidden;
}
.top-group-box .jsLogo {
  width: 46.66%;
  background: url("../images/Jswk_logo.png") no-repeat center center;
  background-size: cover;
}
.top-group-box .topSearchIcon a {
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 0.587rem;
  background: url("../images/Search_icon.png") no-repeat 0 0;
  background-size: 0.6rem 0.587rem;
  left: 0.533rem;
  top: 0.373rem;
}
.top-group-box .nav-group {
  text-align: right;
}
.top-group-box .nav-group .navCancel {
  font-size: 18px;
  color: #008364;
  margin-right: 0.533rem;
}
[data-dpr="2"] .top-group-box .nav-group .navCancel {
  font-size: 36px;
}
[data-dpr="3"] .top-group-box .nav-group .navCancel {
  font-size: 54px;
}
.top-group-box .nav-group .navIcon {
  position: absolute;
  display: block;
  width: 0.64rem;
  height: 0.48rem;
  background: url("../images/Menu_icon.png") no-repeat 0 0;
  background-size: 0.64rem 0.48rem;
  right: 0.533rem;
  top: 0.373rem;
}
.top-group-box .nav-group .navFold {
  position: absolute;
  display: block;
  width: 0.467rem;
  height: 0.467rem;
  background: url("../images/Close_icon.png") no-repeat 0 0;
  background-size: 0.467rem 0.467rem;
  right: 0.533rem;
  top: 0.373rem;
}
.top-search-group {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 1.333rem;
  width: 100%;
  height: 1.333rem;
  background: #fcfcfa;
}
.top-search {
  width: 9.147rem;
  height: 1.173rem;
  border-bottom: 1px solid #666666;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.top-search input[type="text"] {
  width: 7.653rem;
  height: 0.453rem;
  line-height: 0.453rem;
  padding-bottom: 0.213rem;
  text-align: center;
  margin-top: 0.507rem;
  background: transparent;
}
.top-search-btn {
  display: inline-block;
  width: 0.6rem;
  height: 0.587rem;
  background: url("../images/Search_icon.png") no-repeat 0 0;
  background-size: 0.6rem 0.587rem;
  position: absolute;
  right: 0.133rem;
  top: 0.373rem;
}
.navGroup {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 1.333rem;
  width: 100%;
  height: 7.813rem;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}
.navGroup ul {
  padding: 0.213rem 0.747rem;
}
.navGroup ul li {
  height: 0.933rem;
  line-height: 0.933rem;
  margin: 0.04rem 0;
}
.navGroup ul li a {
  display: block;
  height: 0.933rem;
  line-height: 0.933rem;
  font-size: 18px;
  color: #494c4b;
  text-decoration: none;
}
[data-dpr="2"] .navGroup ul li a {
  font-size: 34px;
}
[data-dpr="3"] .navGroup ul li a {
  font-size: 50px;
}
.navGroup ul li a:active,
.navGroup ul li.on a {
  color: #008364;
}
.wrap {
  padding-top: 1.333rem;
}
.flexslider {
  position: relative;
  width: 100%;
  height: 7.813rem;
  overflow: hidden;
  background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  height: 7.813rem;
}
.flex-control-nav {
  position: absolute;
  bottom: 0.133rem;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 0.64rem;
  height: 0.187rem;
  margin: 0 0.133rem;
  *display: inline;
  zoom: 1;
}
.flex-control-nav a {
  display: inline-block;
  width: 0.64rem;
  height: 0.187rem;
  line-height: 0.533rem;
  cursor: pointer;
  background: url(../images/dotnor.png) 0 0 no-repeat;
  background-size: cover;
  font-size: 0;
}
.flex-control-nav .flex-active {
  background: url(../images/dothot.png) 0 0 no-repeat;
  background-size: cover;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 0.667rem;
  height: 0.667rem;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  left: 0.533rem;
  background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
  right: 0.533rem;
  background: url(../images/next.png) center center no-repeat;
}
.page-wkCon,
.page-jsCon,
.page-bmCon,
.footer {
  overflow: hidden;
}
.footerBg {
  background: url("../images/Cloud_decorate.png") no-repeat 0 0;
  background-size: 100% auto;
}
.containTitle1 {
  width: 100%;
  height: 1.373rem;
  background: url("../images/Toptitle_green__img.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.containTitle2 {
  width: 100%;
  height: 1.373rem;
  background: url("../images/Toptitle_white__img.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.containTitle1 a,
.containTitle2 a {
  display: block;
  width: 2.88rem;
  height: 1.373rem;
  line-height: 1.373rem;
  font-size: 20px;
  color: #283731;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: -0.027rem;
}
[data-dpr="2"] .containTitle1 a,
[data-dpr="2"] .containTitle2 a {
  font-size: 40px;
}
[data-dpr="3"] .containTitle1 a,
[data-dpr="3"] .containTitle2 a {
  font-size: 60px;
}
.containTitle2 a {
  color: #fffef1;
}
.page-wkTitle {
  margin-top: 1.387rem;
  margin-bottom: 0.907rem;
}
.page-wkBox {
  width: 9.147rem;
  margin: 0 auto;
  margin-bottom: 0.613rem;
}
.page-wkBox-fl {
  width: 1.347rem;
  height: 7.067rem;
  background: url("../images/Wk_intro_img.png") no-repeat 0 0;
  background-size: 100% auto;
  margin-right: 0.16rem;
}
.page-wkBox-rt {
  width: 7.28rem;
  padding-left: 0.32rem;
  border-left: 1px solid #b2bab7;
  height: 9.253rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.page-wkBox-rt p {
  color: #494c4b;
  line-height: 0.613rem;
}
.page-wkBox-rt p:first-child {
  text-indent: 2em;
}
.page-wkBox-img {
  width: 9.44rem;
  height: 6.547rem;
  margin: 0 auto;
  margin-top: 0.613rem;
}
.page-wkBox-img img {
  width: 9.44rem;
  height: 6.547rem;
}
.page-jsTitle {
  margin-top: 1.76rem;
  margin-bottom: 0.96rem;
}
.jsInsideBg {
  width: 100%;
  height: 13.147rem;
  background: url("../images/Jsxr_bigbg_img.png") no-repeat #f9f8ee 0 0;
  background-size: 100% auto;
  margin-top: 1.387rem;
  overflow: hidden;
}
.jsLunbo {
  width: 9.56rem;
  height: 7.6rem;
  overflow: hidden;
  margin: 0 auto;
}
.swiper-container1 {
  width: 9.56rem;
  height: 7.6rem;
}
.person-list {
  width: 9.56rem;
  height: 6.613rem;
  margin: 0 auto;
  overflow: hidden;
}
.person-box {
  float: left;
  display: block;
  width: 2.92rem;
  height: 2.56rem;
  background: url("../images/person_border.png") no-repeat 0 0;
  background-size: 2.92rem 2.56rem;
  margin: 0.373rem 0.133rem;
  position: relative;
}
.person-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.32rem;
  margin-top: -1.147rem;
  width: 2.64rem;
  height: 2.307rem;
}
.swiper-pagination-bullet {
  width: 0.32rem;
  height: 0.32rem;
  background-color: rgba(160, 160, 160, 0.45);
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  background: #fff;
  opacity: 0.35;
}
.swiper-pagination-bullet-active {
  opacity: 0.8;
  background: #fff;
  box-shadow: 0 0 2px rgba(160, 160, 160, 0.53);
}
.hzTitle {
  width: 2.52rem;
  height: 0.453rem;
  line-height: 0.453rem;
  background: url("../images/Bimozhenji_title_icon.png") no-repeat 0 0;
  background-size: cover;
  font-size: 18px;
  color: #283731;
  text-align: center;
  margin: 0 auto;
}
[data-dpr="2"] .hzTitle {
  font-size: 36px;
}
[data-dpr="3"] .hzTitle {
  font-size: 54px;
}
.page-bmTitle {
  margin-top: 1.413rem;
  margin-bottom: 0.987rem;
}
.hzImg {
  display: block;
  width: 9.2rem;
  height: 6.253rem;
  margin: 0 auto;
  margin-top: 0.693rem;
  margin-bottom: 1.333rem;
}
.page-wkDt {
  width: 100%;
  height: 100%;
  background: url("../images/News_bigbg_img.png") no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
.page-wkdtTitle {
  margin-top: 1.467rem;
  margin-bottom: 0.987rem;
}
.dtCon {
  width: 9.147rem;
  margin: 0 auto;
}
.dtCon dl {
  overflow: hidden;
}
.dtCon dd {
  margin-bottom: 0.533rem;
}
.dtCon .dateBox {
  float: left;
  width: 1.2rem;
  height: 0.933rem;
  padding: 0.133rem 0;
  background: #fffef7;
  text-align: center;
}
.dtCon .dateBox b {
  display: block;
  height: 0.507rem;
  line-height: 0.507rem;
  overflow: hidden;
  font-size: 24px;
  color: #008364;
}
[data-dpr="2"] .dtCon .dateBox b {
  font-size: 48px;
}
[data-dpr="3"] .dtCon .dateBox b {
  font-size: 72px;
}
.dtCon .dateBox i {
  display: block;
  height: 0.373rem;
  line-height: 0.373rem;
  /*font-size: 28/@base;*/
  color: #008364;
  margin-top: 0.107rem;
}
.dtCon .dtLink {
  float: right;
  width: 7.627rem;
  height: 1.12rem;
  line-height: 0.56rem;
  overflow: hidden;
  text-align: left;
}
.dtCon .dtLink a {
  /*font-size: 28/@base;*/
  color: #fffef1;
}
.indexMore {
  display: block;
  width: 4.773rem;
  height: 0.96rem;
  line-height: 0.96rem;
  border: 1px solid #fffef1;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
}
.indexMore span {
  padding-right: 0.533rem;
  font-size: 18px;
  color: #fffef7;
  background: url("../images/More_icon_white.png") no-repeat right center;
  background-size: 0.453rem 0.413rem;
}
[data-dpr="2"] .indexMore span {
  font-size: 36px;
}
[data-dpr="3"] .indexMore span {
  font-size: 54px;
}
.dtMore {
  margin-top: 0.133rem;
}
.friendly-link img,
.donation-link img {
  width: 9.12rem;
  height: 1.307rem;
}
.friendlyImg {
  margin-top: 1.2rem;
}
.donationImg {
  margin-top: 0.533rem;
}
.footerWrap {
  width: 9.147rem;
  margin: auto;
}
.friendly-link,
.donation-link {
  text-align: center;
}
.friendly-link dl dt,
.donation-link dl dt {
  /*font-size: 28/@base;*/
  color: #283731;
  text-align: center;
  margin-top: 0.32rem;
  margin-bottom: 0.347rem;
  font-size: 16px;
}
[data-dpr="2"] .friendly-link dl dt,
[data-dpr="2"] .donation-link dl dt {
  font-size: 32px;
}
[data-dpr="3"] .friendly-link dl dt,
[data-dpr="3"] .donation-link dl dt {
  font-size: 48px;
}
.friendly-link dl dd,
.donation-link dl dd {
  line-height: 0.587rem;
  color: #666666;
  text-align: center;
}
.friendly-link dl dd a {
  color: #666666;
}
.donationImg {
  margin-top: 0.507rem;
}
.donation-link dl dd i {
  padding: 0 0.373rem;
}
.footer-bottom {
  padding-top: 0.613rem;
  padding-bottom: 0.32rem;
}
.footer-bottom p {
  line-height: 0.587rem;
  color: #939998;
  text-align: center;
}
.backTop {
  z-index: 1;
  position: fixed;
  right: 0.267rem;
  bottom: 1.867rem;
  display: block;
  width: 1.68rem;
  height: 1.68rem;
  background: url("../images/Returntop_icon_green.png") no-repeat 0 0;
  background-size: 1.68rem 1.68rem;
}
.jsTopBg {
  width: 100%;
  height: 7.467rem;
  background: url("../images/Teacher_big_img.png") no-repeat 0 0;
  background-size: cover;
}
.jsxrCon {
  overflow: hidden;
}
.insideWrap {
  width: 9.147rem;
  margin: 0 auto;
}
.jsTitle {
  width: 4.76rem;
  height: 1.52rem;
  line-height: 1.2rem;
  background: url("../images/Teacher_title_bg.png") no-repeat 0 0;
  background-size: cover;
  text-align: center;
  font-size: 21px;
  color: #283731;
  margin: auto;
  margin-top: 0.88rem;
  margin-bottom: 0.72rem;
}
[data-dpr="2"] .jsTitle {
  font-size: 42px;
}
[data-dpr="3"] .jsTitle {
  font-size: 62px;
}
.insideNav a {
  position: relative;
  display: block;
  float: left;
  width: 1.52rem;
  height: 1.52rem;
  padding: 0 0.24rem;
  padding-bottom: 0.72rem;
  margin: 0 0.48rem;
}
.insideNav a span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 0.453rem;
  text-align: center;
  font-size: 16px;
  color: #283731;
}
[data-dpr="2"] .insideNav a span {
  font-size: 32px;
}
[data-dpr="3"] .insideNav a span {
  font-size: 48px;
}
.insideNav a.wordSort {
  background: url("../images/Name_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.wordSort:active,
.insideNav a.wordSort.jsOn {
  background: url("../images/Name_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.subSort {
  background: url("../images/Subject_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
  margin: 0 0.61333333rem;
}
.insideNav a.subSort:active,
.insideNav a.subSort.jsOn {
  background: url("../images/Subject_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.searchSort {
  background: url("../images/High_search_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.searchSort:active,
.insideNav a.searchSort.jsOn {
  background: url("../images/High_search_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.inside-search-group {
  width: 9.133rem;
  margin: 0 auto;
  margin-top: 0.56rem;
  margin-bottom: 0.213rem;
}
.inside-search-group input[type="text"] {
  float: left;
  width: 7.267rem;
  height: 0.8rem;
  border: 1px solid #53a894;
}
.inside-search-group a {
  float: right;
  display: block;
  width: 1.733rem;
  height: 0.853rem;
  line-height: 0.853rem;
  background: #008062;
  text-align: center;
  color: #fffdfa;
  margin-left: 0.04rem;
  text-decoration: none;
}
.jsList {
  overflow: hidden;
}
.jsBox {
  float: left;
  width: 3.72rem;
  height: 6.453rem;
  padding: 0 0.29333333rem;
  background: url("../images/Person_list_border.png") no-repeat 0 0;
  background-size: cover;
  margin-top: 0.267rem;
}
.jsBox:nth-child(2n-1) {
  margin-right: 0.253rem;
}
.jsBox:nth-child(2n) {
  margin-left: 0.253rem;
}
.jsImgBox {
  display: block;
  width: 3.2rem;
  height: 3.547rem;
  background: #000;
  margin: 0.64rem auto 0 auto;
  border-top-left-radius: 1.6rem 1.773rem;
  border-top-right-radius: 1.6rem 1.773rem;
  border-bottom-right-radius: 1.6rem 1.773rem;
  border-bottom-left-radius: 1.6rem 1.773rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.jsImgBox img {
  width: 3.2rem;
  height: 3.547rem;
}
.jsBox dl {
  text-align: center;
}
.jsBox dl dt {
  height: 0.48rem;
  line-height: 0.48rem;
  overflow: hidden;
  margin-bottom: 0.107rem;
}
.jsBox dl dt a {
  font-size: 17px;
  color: #283731;
}
[data-dpr="2"] .jsBox dl dt a {
  font-size: 34px;
}
[data-dpr="3"] .jsBox dl dt a {
  font-size: 51px;
}
.jsBox dl dd {
  line-height: normal;
  overflow: hidden;
  color: #95999a;
}
.jsBox dl dd i {
  color: #008062;
}
.insideMore {
  display: block;
  width: 4.4rem;
  height: 1.133rem;
  line-height: 1.133rem;
  padding: 0.147rem 0;
  background: url("../images/More_border.png") no-repeat 0 0;
  background-size: cover;
  margin: 0.72rem auto 1.28rem auto;
  text-align: center;
  font-size: 18px;
  color: #293438;
  text-decoration: none;
}
[data-dpr="2"] .insideMore {
  font-size: 36px;
}
[data-dpr="3"] .insideMore {
  font-size: 48px;
}
.insideMore:active {
  background: url("../images/More_border_click.png") no-repeat 0 0;
  background-size: 4.32rem 1.4rem;
  color: #fff;
}
.insideFooterBg {
  background: url("../images/insideFooterBg.png") no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
.insideFooterBg .friendly-link dl dt,
.insideFooterBg .donation-link dl dt,
.insideFooterBg .friendly-link dl dd a,
.insideFooterBg .donation-link dl dd {
  color: #f0efe6;
}
.insideFooterBg .footer-bottom p {
  color: #f0efe6;
}
.fixedBg {
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.fixedWrapBg {
  z-index: 5;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 9.013rem;
  height: 12.067rem;
  margin-left: -4.507rem;
  margin-top: -6.04rem;
  background: url("../images/Windows_bg.png") no-repeat #f0eee3 0 0;
  background-size: 100% auto;
}
.fixedConBg {
  width: 9.013rem;
  height: 12.067rem;
  background: url("../images/Windows_border.png") no-repeat 0 0;
  background-size: 100% auto;
  overflow: hidden;
}
.jsFixedTitle {
  width: 3.96rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: url("../images/Titlename_icon.png") no-repeat 0 0;
  background-size: 3.96rem 0.36rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.613rem;
  margin-bottom: 0.56rem;
  font-size: 18px;
  color: #293438;
}
[data-dpr="2"] .jsFixedTitle {
  font-size: 36px;
}
[data-dpr="3"] .jsFixedTitle {
  font-size: 54px;
}
.heightSearch {
  position: relative;
  z-index: 3;
  width: 8.133rem;
  height: 8.64rem;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 auto
  /*  -webkit-overflow-scrolling : touch; */
}
.heightSearch::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.heightSearch::-webkit-scrollbar {
  width: 0.06666667rem;
  height: 13 75rem;
  border-radius: 0.06666667rem;
}
.heightSearch::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 0.06666667rem;
  min-height: 0.37333333rem;
}
.heightSearch::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.06666667rem;
}
.searchLine1 {
  overflow: hidden;
  margin-bottom: 0.16rem;
}
.searchLine2 {
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.searchLine1 label,
.searchLine2 label {
  float: left;
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #293438;
}
.searchLine1 select {
  float: left;
  height: 0.8rem;
  line-height: 0.8rem;
  border: 1px solid #ced7d5;
  border-radius: 0.08rem;
  text-indent: 0.133rem;
  box-shadow: 0 1px 1px rgba(206, 215, 213, 0.75);
  /*font-size: 28/@base;*/
  color: #6a6a6a;
}
.searchLine1 .select1 {
  width: 3.573rem;
}
.searchLine1 .select2 {
  width: 1.973rem;
  margin: 0 0.133rem;
}
.search-add,
.search-dec {
  float: left;
  display: inline-block;
  width: 0.453rem;
  height: 0.453rem;
  margin-top: 0.173rem;
}
.search-add {
  background: url("../images/Add_icon.png") no-repeat 0 0;
  background-size: 0.453rem 0.453rem;
}
.search-dec {
  background: url("../images/dec_icon.png") no-repeat 0 0;
  background-size: 0.453rem 0.453rem;
}
.searchLine2 input[type="text"] {
  float: left;
  width: 5.693rem;
  height: 0.747rem;
  line-height: 0.747rem;
  border: 1px solid #ced7d5;
  border-radius: 0.08rem;
  text-indent: 0.133rem;
  box-shadow: 0 1px 1px rgba(206, 215, 213, 0.75);
  color: #6a6a6a;
}
.jsFixedBtn {
  height: 0.8rem;
  line-height: 0.8rem;
  margin-top: 0.267rem;
  text-align: center;
}
.jsFixedBtn a {
  display: inline-block;
  width: 2.667rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #008062;
  color: #fffdfa;
  margin: 0 0.173rem;
  border-radius: 0.027rem;
  text-decoration: none;
}
.sortBoxLimit {
  width: 7.52rem;
  height: 9.16rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ced7d5;
  border-radius: 0.107rem;
  margin: 0 auto
  /*  -webkit-overflow-scrolling : touch; */
}
.sortBoxLimit::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.sortBoxLimit::-webkit-scrollbar {
  width: 0.06666667rem;
  height: 13 75rem;
  border-radius: 0.06666667rem;
}
.sortBoxLimit::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 0.06666667rem;
  min-height: 0.37333333rem;
}
.sortBoxLimit::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.06666667rem;
}
.sortBox {
  width: 6.133rem;
  margin: 0 auto;
}
.sortBox .sortItem {
  display: block;
  width: 5.333rem;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0.4rem 0;
  padding-left: 0.533rem;
  padding-right: 0.267rem;
  color: #293438;
  border-bottom: 1px solid #ececec;
  margin: 0 auto;
  border-radius: 0.053rem;
}
.sortBox .sortItem:active {
  background: #eeece7;
  color: #008062;
}
.msNavBox {
  height: 1.2rem;
  line-height: 1.2rem;
  background: #fff;
  box-shadow: 0 0.04rem 0.107rem rgba(178, 178, 178, 0.35);
}
.msNavBox a {
  float: left;
  display: block;
  line-height: 0.4rem;
  padding: 0.4rem 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  width: 25%;
  text-decoration: none;
}
.msNavBox a span {
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #626665;
}
.msNavBox a:nth-child(2) span {
  border-left: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
}
.msNavBox a:nth-child(3) span {
  border-right: 3px solid #e5e5e5;
}
.msNavBox a:active span,
.msNavBox a.topOn span,
.msNavBox a.msNavBoxOn span {
  color: #008364;
}
.wrap2 {
  padding-top: 2.56rem;
}
.msInfo {
  background: #f8f7ed;
}
.msImgCon {
  width: 9.147rem;
  margin-top: 0.373rem;
  margin-bottom: 0.747rem;
}
.msImg {
  display: table-cell;
  vertical-align: middle;
  width: 9.147rem;
  height: 5.333rem;
  padding: 0.8rem 0;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}
.msImg img {
  width: 50%;
  vertical-align: middle;
  max-height: 5.333rem;
}
.insideTitleBottom {
  height: 0.48rem;
  line-height: 0.48rem;
  padding-bottom: 0.293rem;
  font-size: 17px;
  background: url("../images/insidebottom.png") no-repeat 0 bottom;
}
[data-dpr="2"] .insideTitleBottom {
  font-size: 34px;
}
[data-dpr="3"] .insideTitleBottom {
  font-size: 51px;
}
.re-insideNav a {
  margin: 0 1.28rem;
}
.insideTitleBottom i {
  color: #999999;
}
.msIntro {
  margin-top: 0.4rem;
  margin-bottom: 0.667rem;
}
.msIntro p {
  text-indent: 2em;
  line-height: 0.587rem;
  color: #494c4b;
}
.xjCon {
  background: #fdfdfb;
  padding-top: 0.587rem;
  overflow: hidden;
}
.xjTitle {
  margin-bottom: 0.533rem;
}
.xjTitle a {
  text-decoration: none;
  color: #1a77c6;
  font-size: 16px;
}
[data-dpr="2"] .xjTitle a {
  font-size: 32px;
}
[data-dpr="3"] .xjTitle a {
  font-size: 48px;
}
.xjList li {
  padding-left: 0.747rem;
  line-height: 0.533rem;
  background: url("../images/Star_icon.png") no-repeat 0 0;
  background-size: 0.48rem 0.48rem;
  margin-bottom: 0.427rem;
  color: #1a77c6;
}
.xjList li a {
  text-decoration: none;
  color: #1a77c6;
}
.imgLimit {
  width: 9.147rem;
  height: 5.333rem
  /*background: #ffffff;*/
}
.imgVideoBox {
  margin-top: 0.747rem;
  margin-bottom: 1.333rem;
}
.msImgsBox {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 9.147rem;
  height: 5.333rem;
  overflow: hidden;
  position: relative;
}
.msImgsBox img {
  width: 100%;
  height: 100%;
  max-width: 9.12rem;
  max-height: 5.333rem;
}
.msImgsBox p {
  width: 8.72rem;
  height: 1.2rem;
  padding-left: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/imgbottom.png") no-repeat 0 0;
  text-align: left;
  overflow: hidden;
}
.msImgsBox p i {
  display: inline-block;
  padding: 0 0.267rem;
  height: 0.453rem;
  line-height: 0.4rem;
  background: url("../images/Video_name_img.png") no-repeat 0 0;
  background-size: contain;
  text-align: center;
  color: #ffffff;
  margin: 0.373rem 0;
}
.msImgsBox .videoIcon {
  display: inline-block;
  padding-left: 1.467rem;
  background: url("../images/Play_icon.png") no-repeat 0.34666667rem center;
  background-size: 0.72rem 0.707rem;
}
.zzListScroll {
  margin-bottom: 1.413rem;
}
.zzList {
  overflow: hidden;
  margin-top: 0.533rem;
}
.zzBox {
  float: left;
  width: 2.427rem;
  /*height:round(384/@base, 3);*/
  margin-bottom: 0.533rem;
  border-bottom: 1px solid #8c9294;
}
.zzBox:nth-child(3n-1) {
  margin: 0 0.933rem;
  margin-bottom: 0.533rem;
}
.zzImg {
  display: block;
  width: 2.427rem;
  height: 3.467rem;
  margin-bottom: 0.293rem;
  overflow: hidden;
}
.zzImg img {
  width: 2.427rem;
  height: 3.467rem;
}
.zzBox .zzTitle {
  height: 0.827rem;
  line-height: 0.427rem;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.zzBox .zzTitle a {
  font-size: 16px;
}
[data-dpr="2"] .zzBox .zzTitle a {
  font-size: 32px;
}
[data-dpr="3"] .zzBox .zzTitle a {
  font-size: 46px;
}
.zzBox p {
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  color: #999999;
  margin-bottom: 0.347rem;
}
.lwList {
  margin-top: 0.133rem;
  margin-bottom: 1.093rem;
  overflow: hidden;
}
.lwList ul li {
  line-height: 0.453rem;
  margin: 1.12rem 0;
}
.lwList ul li a {
  color: #494c4b;
}
.bmTopBg {
  width: 100%;
  height: 7.467rem;
  background: url("../images/Pen_big_img.png") no-repeat 0 0;
  background-size: cover;
}
.bmTopBgSm {
  height: 3.467rem;
  background: url("../images/Pen_big_img.png") no-repeat 0 0;
  background-size: cover;
}
.insideNav a.paintingIcon {
  background: url("../images/Draw_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.paintingIcon:active,
.insideNav a.paintingIcon.on {
  background: url("../images/Draw_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.sgIcon {
  background: url("../images/Manescript_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
  margin: 0 0.613rem;
}
.insideNav a.sgIcon:active,
.insideNav a.sgIcon.on {
  background: url("../images/Manescript_icon_click.png") no-repeatcenter 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.letterIcon {
  background: url("../images/Letter_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.letterIcon:active,
.insideNav a.letterIcon.on {
  background: url("../images/Letter_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.hzGroup {
  width: 9.187rem;
  height: 5.373rem;
  background: url("../images/hzgroup.png") no-repeat 0 0;
  background-size: cover;
  margin: 0 auto;
  margin-top: 0.88rem;
  margin-bottom: 0.373rem;
}
.bmList {
  overflow: hidden;
}
.bmGroup {
  float: left;
  display: block;
  position: relative;
  width: 4.427rem;
  height: 8rem;
  margin-bottom: 0.373rem;
}
.bmGroup:nth-child(2n-1) {
  margin-right: 0.133rem;
}
.bmGroup:nth-child(2n) {
  margin-left: 0.133rem;
}
.bmImg {
  width: 4.427rem;
  height: 8rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.bmImg img {
  width: 4.427rem;
  height: auto;
}
.authorName {
  z-index: 1;
  width: 3.893rem;
  padding: 0.507rem 0.267rem 0.2rem 0.267rem;
  min-height: 0.453rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fffdfa;
  background: url("../images/shadow.png") no-repeat 0 0;
  background-size: cover;
}
.authorName p {
  line-height: 0.453rem;
  color: #fffdfa;
  text-align: left;
}
.bmCover {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.427rem;
  height: 8rem;
  background: url("../images/bmclick.png") no-repeat 0 0;
  background-size: cover;
  text-align: center;
}
.authorBox {
  display: table-cell;
  vertical-align: middle;
  width: 3.733rem;
  padding: 0 0.347rem;
  height: 8rem;
}
.bmCover span {
  font-size: 20px;
  color: #fffdfa;
}
[data-dpr="2"] .bmCover span {
  font-size: 40px;
}
[data-dpr="3"] .bmCover span {
  font-size: 60px;
}
.bmGroup:active .bmCover {
  display: block;
}
.bmHasChoosed,
.jsSearchWord {
  height: 0.453rem;
  line-height: 0.453rem;
  color: #999999;
  margin-top: 0.48rem;
  margin-bottom: 0.293rem;
}
.bmHasChoosed i,
.jsSearchWord i {
  color: #1a77c6;
}
.zzTopBg {
  width: 100%;
  height: 7.467rem;
  background: url("../images/Famousboos_big_img.png") no-repeat 0 0;
  background-size: cover;
}
.insideNav a.ztSort {
  background: url("../images/Middlebook_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.ztSort:active,
.insideNav a.ztSort00.jsOn {
  background: url("../images/Middlebook_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.twoSort {
  margin: 0 1.28rem;
}
.dcTopCon {
  width: 90.6%;
  padding: 0.72rem 4.7% 0.667rem 4.7%;
  min-height: 5.28rem;
  background: #fdfdfb;
  margin: 0 auto;
}
.bookDetailBox {
  width: 9.067rem;
  margin: 0 auto;
}
.bookImg {
  display: block;
  width: 2.44rem;
  height: 3.467rem;
}
.bookImg img {
  width: 2.44rem;
  height: 3.467rem;
}
.bookInfo dl {
  margin-bottom: 0.427rem;
}
.bookInfo dl dt {
  line-height: 0.453rem;
  margin-bottom: 0.213rem;
}
.bookInfo dl dt a {
  font-size: 18px;
  color: #494c4b;
  font-weight: bold;
}
[data-dpr="2"] .bookInfo dl dt a {
  font-size: 36px;
}
[data-dpr="3"] .bookInfo dl dt a {
  font-size: 54px;
}
.bookInfo {
  width: 5.6rem;
  margin: 0 auto;
}
.bookInfo dl dd {
  color: #999999;
  line-height: 0.4rem;
  padding: 0.093rem 0;
}
.allArticle {
  display: block;
  width: 3.733rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #008062;
  text-align: center;
}
.allArticle span {
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  margin: 0.2rem 0;
  padding-left: 0.533rem;
  color: #fffdfa;
  background: url("../images/allArticle.png") no-repeat 0 0;
  background-size: 0.453rem 0.48rem;
  font-size: 18px;
}
[data-dpr="2"] .allArticle span {
  font-size: 36px;
}
[data-dpr="3"] .allArticle span {
  font-size: 54px;
}
.dcIntro {
  margin-top: 0.427rem;
  margin-bottom: 1.04rem;
}
.dcDetail {
  margin-top: 0.613rem;
}
.dcIntro p {
  text-indent: 2em;
  line-height: 0.587rem;
  color: #494c4b;
}
.wkActiveTopBg {
  width: 100%;
  height: 7.467rem;
  background: url(../images/News_big_img.png) no-repeat 0 0;
  background-size: cover;
}
.wkActiveList {
  width: 9.147rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.wkActiveList dl {
  overflow: hidden;
}
.wkActiveList dd {
  padding-bottom: 0.533rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.533rem;
}
.wkActiveList .dateBox {
  float: left;
  width: 1.2rem;
  height: 0.933rem;
  padding: 0.133rem 0;
  background: #008364;
  text-align: center;
}
.wkActiveList .dateBox b {
  display: block;
  height: 0.507rem;
  line-height: 0.507rem;
  overflow: hidden;
  font-size: 24px;
  color: #fffef7;
}
[data-dpr="2"] .wkActiveList .dateBox b {
  font-size: 48px;
}
[data-dpr="3"] .wkActiveList .dateBox b {
  font-size: 72px;
}
.wkActiveList .dateBox i {
  display: block;
  height: 0.373rem;
  line-height: 0.373rem;
  color: #fffef7;
  margin-top: 0.13333333rem;
}
.wkActiveList .dtLink {
  float: right;
  width: 7.627rem;
  height: 1.12rem;
  line-height: 0.56rem;
  overflow: hidden;
  text-align: left;
}
.wkActiveList .dtLink a {
  font-size: 16px;
  color: #494c4b;
}
[data-dpr="2"] .wkActiveList .dtLink a {
  font-size: 32px;
}
[data-dpr="3"] .wkActiveList .dtLink a {
  font-size: 48px;
}
.dtDetail {
  overflow: hidden;
  margin-bottom: 1.227rem;
}
.dtDetail .dtTitle {
  line-height: 0.427rem;
  font-size: 20px;
  color: #283731;
  margin-top: 0.72rem;
  margin-bottom: 0.4rem;
}
[data-dpr="2"] .dtDetail .dtTitle {
  font-size: 40px;
}
[data-dpr="3"] .dtDetail .dtTitle {
  font-size: 60px;
}
.daterLine {
  height: 0.347rem;
  line-height: 0.347rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #d9d9d9;
}
.daterLine span {
  color: #999999;
}
.daterLine i {
  padding: 0 0.173rem;
}
.dtInfo {
  overflow: hidden;
}
.dtInfo p {
  text-indent: 2em;
  line-height: 0.667rem;
  margin: 0.933rem 0;
  color: #494c4b;
}
.aboutWkTopBg {
  width: 100%;
  height: 7.467rem;
  background: url(../images/About_big_img.png) no-repeat 0 0;
  background-size: cover;
}
.insideNav a:active span,
.insideNav a.aboutWkOn span {
  color: #008364;
}
.insideNav a.wkIntroSort {
  background: url("../images/About_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.wkIntroSort:active,
.insideNav a.wkIntroSort.aboutWkOn {
  background: url("../images/About_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.wkArticleSort {
  background: url("../images/Rule_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
  margin: 0 0.613rem;
}
.insideNav a.wkArticleSort:active,
.insideNav a.wkArticleSort.aboutWkOn {
  background: url("../images/Rule_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.collectSort {
  background: url("../images/Method_icon.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.insideNav a.collectSort:active,
.insideNav a.collectSort.aboutWkOn {
  background: url("../images/Method_icon_click.png") no-repeat center 0;
  background-size: 1.52rem 1.52rem;
}
.aboutWkNav {
  padding-bottom: 0.693rem;
  position: relative;
  top: 1px;
}
.aboutWkNavBg0 {
  background: url("../images/wktrig.png") no-repeat 0.93333333rem bottom;
  background-size: 0.507rem 0.467rem;
}
.aboutWkNavBg1 {
  background: url("../images/wktrig.png") no-repeat 4.33333333rem bottom;
  background-size: 0.507rem 0.467rem;
}
.aboutWkNavBg2 {
  background: url("../images/wktrig.png") no-repeat 7.66666667rem bottom;
  background-size: 0.507rem 0.467rem;
}
.aboutWkCon {
  padding-top: 0.587rem;
  padding-bottom: 0.987rem;
  border-top: 1px solid #e8e7dc;
  border-bottom: 1px solid #e8e7dc;
  margin-bottom: 0.933rem;
  background: #ffffff;
}
.aboutWkBox {
  width: 9.44rem;
  margin: 0 auto;
}
.aboutWkBox .insideTitleBottom,
.aboutWkIntro p {
  width: 9.147rem;
  margin: 0 auto;
}
.aboutWkIntro {
  margin-top: 0.613rem;
}
.aboutWkIntro p {
  text-indent: 2em;
  line-height: 0.64rem;
  color: #494c4b;
}
.aboutWkIntro .wkIntroImg {
  width: 9.44rem;
  height: 6.547rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.aboutWkIntro p span {
  font-size: 14px;
}
[data-dpr="2"] .aboutWkIntro p span {
  font-size: 28px;
}
[data-dpr="3"] .aboutWkIntro p span {
  font-size: 42px;
}
.xyTopBg {
  width: 100%;
  height: 7.467rem;
  background: url("../images/xytop.png") no-repeat 0 0;
  background-size: cover;
}
.xyBottom {
  padding-bottom: 1.12rem;
}
.bmDtailCon {
  margin-top: 0.667rem;
}
.item-section-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}
.bmDtailCon h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.267rem;
}
[data-dpr="2"] .bmDtailCon h3 {
  font-size: 36px;
}
[data-dpr="3"] .bmDtailCon h3 {
  font-size: 54px;
}
.bmDetailCon {
  padding-bottom: 0.267rem;
}
.swiper-container2 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.swiper-container2 .swiper-slide {
  width: 100%;
  margin: 0 auto;
}
.swiper-container2 .swiper-slide img {
  width: 100%;
}
.pubListTitle {
  margin-top: 0.48rem;
  margin-bottom: 0.56rem;
}
.pubList dl dd {
  width: 4.4rem;
  margin-bottom: 0.4rem;
}
.pubList dl dd:nth-child(2n-1) {
  float: left;
}
.pubList dl dd:nth-child(2n) {
  float: right;
}
.pubList .videoBox {
  display: block;
  width: 4.4rem;
  height: 2.613rem;
  margin-bottom: 0.133rem;
}
.pubList .videoBox .videoInside {
  width: 4.4rem;
  height: 2.613rem;
}
.pubList dl dd h2 {
  height: 0.853rem;
  line-height: 0.427rem;
  overflow: hidden;
  text-decoration: none;
}
.pubList dl dd h2 a {
  font-size: 16px;
}
[data-dpr="2"] .pubList dl dd h2 a {
  font-size: 32px;
}
[data-dpr="3"] .pubList dl dd h2 a {
  font-size: 48px;
}
.videoBigCon {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
}
.videoBigBox {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  margin-left: -4.573rem;
  margin-top: -3.827rem;
  width: 9.147rem;
  height: 7.653rem;
  text-align: center;
}
/*.videoBigBox span{
	display:table-cell;
	vertical-align:middle;
}*/
.videoBigBox video,
.videoInside {
  max-width: 9.147rem;
  max-height: 7.653rem;
  margin: 0 auto;
}
.scroller_vertical,
.scroller_horizontal {
  border-radius: 2.5px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  position: absolute;
  opacity: 0;
}
.scroller_vertical {
  width: 5px;
  right: 0;
}
.scroller_horizontal {
  height: 5px;
  bottom: 0;
}
.errorPageBg {
  width: 100%;
  height: 100%;
  background: url("../images/big_errorBg.png") no-repeat center center;
  background-size: cover;
}
.errorPageCon {
  width: 9.14666667rem;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 1.33333333rem;
}
.errorPageBox {
  width: 100%;
  margin-top: 2.32rem;
  overflow: hidden;
}
.errorImg {
  display: block;
  width: 8.73333333rem;
  height: 4.97333333rem;
  margin: 0 auto;
}
.errorTipBox {
  height: 0.61333333rem;
  line-height: 0.61333333rem;
  text-align: center;
  font-size: 0.32rem;
  color: #283731;
  margin-top: 0.56rem;
}
.errorPageReturn {
  display: block;
  width: 3.2rem;
  padding: 0.13333333rem 0;
  line-height: 0.53333333rem;
  background: #008062;
  font-size: 0.21333333rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.6rem;
}
.pubList .errorTipBox {
  font-size: 20px;
}
[data-dpr="2"] .errorTipBox {
  font-size: 36px;
}
[data-dpr="3"] .errorTipBox {
  font-size: 52px;
}
.pubList .errorPageReturn {
  font-size: 16px;
}
[data-dpr="2"] .errorPageReturn {
  font-size: 32px;
}
[data-dpr="3"] .errorPageReturn {
  font-size: 48px;
}
