/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.25;
  /* 1 */
  margin: 0;    vertical-align: bottom;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  font-size: 30px;
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
}
*:focus {
  outline: none;
}
ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
}
.hidden {
  display: none;
}
.blk10 {
  height: 0.33333333rem;
}
.blk20 {
  height: 0.66666667rem;
}
.blk30 {
  height: 1rem;
}
.blk10,
.blk20,
.blk30 {
  clear: both;
}
a:hover {
  color: #ff8724;
}
.icon {
  display: inline-block;
  background: no-repeat 0 0;
  background-size: contain;
  width: 0.96666667rem;
  height: 0.96666667rem;
  vertical-align: middle;
}
.icon-weixin {
  background-image: url("images/icons/icon-weixin.png");
}
.icon-weibo {
  background-image: url("images/icons/icon-weibo.png");
}
.icon-search {
  background-image: url("images/icons/icon-search.png");
}
.icon-refresh {
  width: 0.66666667rem;
  height: 0.53333333rem;
  background-image: url("images/icons/icon-refresh.png");
}
.icon-system {
  background-image: url("images/icons/icon-system.png");
  width: 1.23333333rem;
  height: 1.2rem;
}
.icon-special {
  background-image: url("images/icons/icon-special.png");
  width: 1.2rem;
  height: 1.2rem;
}
.icon-lesson {
  background-image: url("images/icons/icon-lesson.png");
  width: 1.4rem;
  height: 1.23333333rem;
}
.icon-close {
  background-image: url("images/icons/icon-close.png");
  width: 0.6rem;
  height: 0.6rem;
}
.icon-star {
  background-image: url("images/icons/icon-star.png");
  width: 0.53333333rem;
  height: 0.5rem;
}
.container {
  width: 40rem;
  margin: 0 auto;
}
.container-middle {
  width: 33.33333333rem;
  margin: 0 auto;
}
.container-middle .c-2-1 .c2 {
  width: 23.33333333rem;
}
.container-small {
  width: 30rem;
  margin: 0 auto;
}
.nav {
  border-bottom: 0.03333333rem solid #eee;
}
.nav .container {
  padding: 0.66666667rem 0;
}
.nav .nav-brand {
  float: left;
  margin-right: 6.66666667rem;
}
.nav .nav-brand .nav-link {
  display: block;
  background: url('images/logo.png') no-repeat 0 0;
  width: 2.8rem;
  height: 1.23333333rem;
  background-size: cover;
}
.nav .nav-menus {
  float: left;
}
.nav .nav-item {
  float: left;
}
.nav .nav-item.current .nav-link {
  color: #ff8724;
}
.nav .nav-item.active .nav-link {
  color: #ff8724;
}
.nav .nav-item .nav-link {
  float: left;
  display: block;
  line-height: 1.2rem;
  padding: 0 0.5rem;
  font-size: 0.66666667rem;
  transition: color .2s;
}
.nav-search {
  float: left;
  margin-top: 0.2rem;
}
.nav-search .icon-search {
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 1rem;
  cursor: pointer;
}
.nav-search input {
  float: left;
  width: 15rem;
  overflow: hidden;
  height: 0.8rem;
  padding: 0 0.16666667rem;
  margin-left: 0.33333333rem;
  font-size: 0.66666667rem;
  border: none;
  display: none;
}
.nav-search .icon-close {
  float: right;
  cursor: pointer;
  display: none;
}
.nav-search-active .nav-menus {
  display: none;
}
.nav-search-active .nav-search {
  width: 20rem;
}
.nav-search-active .nav-search input {
  display: block;
}
.nav-search-active .nav-search .icon-close {
  display: block;
}
i.arrow-top {
  width: 0;
  height: 0;
  border: 0.23333333rem solid transparent;
  border-bottom-color: #ff8724;
}
.nav-submenu-wrapper {
  position: relative;
}
.nav-submenu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: -0.03333333rem;
}
.nav-submenu.active {
  display: block;
}
.nav-submenu-sty1 {
  height: 2.6rem;
  background: #ff8724;
}
.nav-submenu-sty1 .submenu-link {
  color: #fff;
}
.nav-submenu-sty1 i.arrow-top {
  position: absolute;
  top: -0.46666667rem;
}
.nav-submenu-1 i.arrow-top {
  left: 10.33333333rem;
}
.nav-submenu-1 .submenu-items {
  text-align: center;
}
.nav-submenu-2 i.arrow-top {
  left: 12.7rem;
}
.nav-submenu-2 .submenu-items {
  margin-left: 7.33333333rem;
}
.nav-submenu-sty2 {
  background: #fff;
  box-shadow: #d7d7d7 0rem 0.16666667rem 0.2rem 0.06666667rem;
  padding: 1rem 0 0.66666667rem;
}
.nav-submenu-sty2 h3 {
  background: url(images/logo-shangxuyuan.png) no-repeat 0 0;
  width: 5.83333333rem;
  height: 1rem;
  margin: 0 auto;
}
.nav-submenu-sty2 h3 span {
  display: none;
}
.nav-submenu-sty2 .arrow-top {
  display: block;
  margin: 0 auto;
  border: 0.3rem solid transparent;
  border-bottom-color: #000;
}
.nav-submenu-sty2 p {
  width: 21.66666667rem;
  margin: 0 auto;
  line-height: 0.9rem;
  font-size: 0.53333333rem;
}
.nav-submenu-sty2 hr {
  background: #eee;
  border: none;
  height: 0.03333333rem;
  margin: 0.33333333rem auto 0.5rem;
}
.nav-submenu-goods h3 {
  background: url(images/logo-shangxuyuan.png) no-repeat 0 0;
  width: 5.83333333rem;
  height: 1rem;
  margin: 0 auto;
}
.nav-submenu-goods h3 span {
  display: none;
}
.nav-submenu-goods ul {
  width: 21rem;
  margin: 0.66666667rem auto 0;
  display: flex;
  justify-content: space-around;
}
.nav-submenu-goods ul a {
  background: #f8f8f8;
  display: block;
  width: 3.93333333rem;
  height: 3.93333333rem;
  text-align: center;
  font-size: 0.6rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.nav-submenu-goods ul a:hover {
  background: #f2f2f2;
}
.nav-submenu-goods ul a:hover .icon-system {
  background-image: url("images/icons/icon-system-active.png");
}
.nav-submenu-goods ul a:hover .icon-special {
  background-image: url("images/icons/icon-special-active.png");
}
.nav-submenu-goods ul a:hover .icon-lesson {
  background-image: url("images/icons/icon-lesson-active.png");
}
.nav-submenu-goods ul .icon {
  display: block;
  margin: 0.83333333rem auto 0.5rem;
}
.nav-submenu-opentalk h3 {
  background: url(images/logo-opentalk.png) no-repeat 0 0;
  width: 2.43333333rem;
  height: 1.53333333rem;
  margin: 0 auto;
}
.nav-submenu-opentalk h3 span {
  display: none;
}
.submenu-items {
  margin-top: 0.86666667rem;
}
.submenu-items .submenu-item {
  line-height: 1.5;
  display: inline-block;
  margin: 0 0.33333333rem;
}
.submenu-items .submenu-link {
  font-size: 0.6rem;
  color: #fff;
  padding: 0 0.33333333rem;
}
.sidebar-box {
  margin-bottom: 1.16666667rem;
}
.c-2-1:after {
  content: ' ';
  display: table;
  clear: both;
}
.c-2-1 .c2 {
  width: 28.93333333rem;
  float: left;
}
.c-2-1 .c1 {
  float: right;
  width: 9.33333333rem;
}
.slider {
  position: relative;
  z-index: 1;
}
/*.slider .slider-inner {
  display: block;
  height: 9.5rem;
  background: no-repeat center;
  background-size: cover;
}*/
.slider .slider-inner {
  display: block;
  height: 11.5rem;
  background: no-repeat center;
  background-size: cover;
}
.slider .slider-inner:hover .slider-text {
  background: rgba(51, 51, 51, 0.56);
}
.slider .slider-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  font-size: 0.73333333rem;
  background: rgba(51, 51, 51, 0.36);
  overflow: hidden;
  font-weight: bold;
}
.index-showcase3 {
  display: flex;
  justify-content: space-between;
}
.index-showcase3 .img-showcase {
  width: 9.13333333rem;
}
.img-showcase {
  line-height: 1.5;
}
.img-showcase .img-bg {
  display: block;
  width: 9.13333333rem;
  height: 3.93333333rem;
  background: no-repeat 0 0;
  background-size: cover;
  margin-bottom: 0.33333333rem;
}
.img-showcase .img-title {
  display: block;
  font-size: 0.5rem;
  margin-bottom: 0.33333333rem;
  font-weight: bold;
}
.img-showcase .img-desc {
  font-size: 0.4rem;
  color: #666;
  margin-bottom: 0.33333333rem;
}
.img-showcase .img-attr {
  text-align: right;
  font-size: 0.4rem;
  color: #b2b2b2;
}
.list-post .post-item:first-child {
  border-top: 0.03333333rem solid #eee;
}
.post-item {
  padding: 0.66666667rem 0;
  border-bottom: 0.03333333rem solid #eee;
}
.post-item:after {
  content: ' ';
  display: table;
  clear: both;
}
.post-item .post-img {
  display: block;
  width: 9.16666667rem;
  height: 5.33333333rem;
  float: left;
  margin-right: 0.5rem;
  background: no-repeat 0 0;
  background-size: cover;
}
.post-item .post-inner {
  min-height: 4.66666667rem;
}
.post-item .post-title {
  font-size: 0.73333333rem;
  color: #333;
  margin-bottom: 0.66666667rem;
  font-weight: bold;
}
.post-item .post-desc {
  font-size: 0.6rem;
  color: #666;
  margin-bottom: 0.33333333rem;
}
.post-item .post-attr {
  margin-top: 0.33333333rem;
  font-size: 0.4rem;
  color: #b2b2b2;
}
.link-tag {
  border: 0.03333333rem solid #ff8724;
  color: #ff8724;
  font-size: 0.46666667rem;
  line-height: 0.73333333rem;
  display: inline-block;
  border-radius: 0.4rem;
  padding: 0 0.16666667rem;
}
.pager {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1rem;
}
.pager .goto input {
  border: 1px solid #b5b5b5;
  border-radius: 0.06666667rem 0 0 0.06666667rem;
  border-right: none;
  box-sizing: border-box;
  height: 1.06666667rem;
  width: 2.33333333rem;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.pager .goto a {
  border-radius: 0 0.06666667rem 0.06666667rem 0;
}
.pager .prev,
.pager .next,
.pager .current,
.pager a {
  border: 1px solid #b5b5b5;
  display: inline-block;
  line-height: 1rem;
  padding: 0 0.33333333rem;
  border-radius: 0.06666667rem;
  vertical-align: middle;
}
.pager .current {
  background: #2d2d2d;
  color: #fff;
  border: 0.03333333rem solid #2d2d2d;
}
.pager a {
  text-decoration: none;
}
.pager span {
  color: #666;
  border: none;
}
.footer {
  background: #282828;
  padding-top: 1.33333333rem;
  min-height: 4.33333333rem;
  font-size: 0.46666667rem;
  color: #fff;
  text-align: right;
  margin-top: 1.66666667rem;
}
.footer .footer-links a {
  color: #fff;
}
.footer .footer-links a:hover {
  text-decoration: underline;
}
.footer .footer-copyright {
  color: #d7d7d7;
}
.footer .footer-share {
  float: right;
  width: 10.66666667rem;
  height: 3.33333333rem;
}
.footer .icon-weixin {
  position: relative;
  z-index: 1;
}
.footer .icon-weixin .qrcode {
  background: #000 url("images/qrcode.jpg") no-repeat center center;
  width: 2.86666667rem;
  height: 2.9rem;
  padding: 0.23333333rem;
  border-radius: 0.16666667rem;
  position: absolute;
  bottom: 2.33333333rem;
  left: 0rem;
  opacity: 0;
  transition: opacity .5s;
}
.footer .icon-weixin:hover .qrcode {
  opacity: 1;
}
.footer .icon-weibo {
  margin-right: 0.83333333rem;
}
.m {
  margin-bottom: 1rem;
}
.m .m-title {
  height: 1rem;
  padding: 0.33333333rem 0;
}
.m .m-title h3 {
  float: left;
  color: #ff8724;
  line-height: 1rem;
}
.m .m-content-more {
  text-align: right;
}
.m .m-content-more a {
  color: #b2b2b2;
}
.m .m-content .item-showcase a {
  display: block;
}
.m .m-content .item-showcase img {
  display: block;
  width: 100%;
}
.m-hotnews .m-title {
  border-top: 0.06666667rem solid #ff8724;
}
.m-hotnews .btn-refresh {
  cursor: pointer;
  float: right;
  font-size: 0.4rem;
  margin-top: 0.26666667rem;
}
.m-hotnews .btn-refresh .icon {
  margin-right: 0.16666667rem;
}
.m-suggest .m-title {
  border-bottom: 0.03333333rem solid #eee;
}
.m-suggest .m-title h3 {
  color: #333;
}
.m-suggest .m-content {
  margin-top: 0.33333333rem;
}
.list-news li {
  overflow: hidden;
  word-break: normal;
}
.list-news li a {
  display: block;
  color: #333;
  font-size: 0.46666667rem;
}
.list-news-sty1 li {
  padding: 0.26666667rem 0 0.16666667rem;
  line-height: 1.5;
  border-bottom: 0.03333333rem solid #eee;
}
.list-news-sty2 li {
  padding: 0.26666667rem 0 0.16666667rem;
  line-height: 1.5;
}
.list-news-sty2 li a {
  padding-left: 0.83333333rem;
  background: url(images/arrow-right.png) no-repeat 0 0.13333333rem;
}
.list-news-sty3 li span {
  background: no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 1.66666667rem;
  height: 1.66666667rem;
  float: left;
  margin-right: 0.5rem;
}
.m-gg > a {
  display: block;
}
.m-gg img {
  display: block;
  width: 100%;
}
.subject-banner {
  position: relative;
  overflow: hidden;
}
.subject-banner .subject-desc {
  position: absolute;
  width: 10rem;
  min-height: 6.33333333rem;
  padding: 0.33333333rem;
  left: 0;
  top: 0;
  background: #fff;
  filter:alpha(Opacity=50);/*proprietary IE code */ -moz-opacity:0.50;opacity: 0.50;
}
.subject-banner .subject-desc p {
  margin: 0;
  font-size: 0.5rem;
  line-height: 0.9rem;
}
.subject-banner .subject-desc .dot1 {
  background: url("images/dot1.png") no-repeat 0 0;
  margin-bottom: 0.33333333rem;
}
.subject-banner .subject-desc .dot1,
.subject-banner .subject-desc .dot2 {
  display: block;
  height: 0.53333333rem;
}
.subject-banner .subject-desc .dot2 {
  background: url("images/dot2.png") no-repeat right 0;
}
/*.subject-banner img {
  width: 100%;
  height: 10.66666667rem;
}*/
.subject-banner img {
    width: 82%;
    height: 10.66666667rem;
    float: right;
}
.subject-title {
  margin: 2rem 0 0.66666667rem;
}
.subject-meta {
  margin: 1rem 0;
}
.subject-content {
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
}
.subject-content p {
  margin-bottom: 0.86666667rem;
  font-size: 0.56666667rem;
  line-height: 0.76666667rem;
}
.subject-content img {

 /* display: block;*/
  max-width: 80%;
}
.form-touzi .form-item {
  clear: both;
  margin-bottom: 0.5rem;
  min-height: 1.5rem;
}
.form-touzi .form-item:after {
  content: ' ';
  display: table;
  clear: both;
}
.form-touzi .desc {

  margin: 1.33333333rem 0 0.83333333rem 4.93333333rem;
  font-size: 0.66666667rem;
}
.form-touzi .item-text {
  float: left;
  width: 3.66666667rem;
  text-align: right;
  padding-right: 1.16666667rem;
  color: #373737;
  font-size: 0.66666667rem;
}
.form-touzi .item-pack {
  margin-left: 4.93333333rem;
}
.form-touzi .item-pack input[type="text"] {
  border: 0.03333333rem solid #6f6f6f;
  border-color: #9b9b9b #9c9c9c #6f6f6f;
  height: 1.43333333rem;
  font-size: 0.6rem;
  padding: 0 0.16666667rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.form-touzi .item-pack textarea {
  border: 0.03333333rem solid #6f6f6f;
  border-color: #9b9b9b #9c9c9c #6f6f6f;
  padding: 0.16666667rem;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
.form-touzi .item-pack label {
  line-height: 0.66666667rem;
  margin-right: 0.33333333rem;
}
.form-touzi .item-pack label i {
  display: inline-block;
  vertical-align: bottom;
  width: 0.66666667rem;
  height: 0.66666667rem;
  background: url("images/checkbox.png") no-repeat 0 bottom;
  margin-right: 0.1rem;
  background-size: cover;
}
.form-touzi .item-pack label input:checked ~ i {
  background-position: 0 0;
}
.form-touzi .item-pack label input {
  opacity: 0;
  position: absolute;
  left: -333.33333333rem;
}
.form-touzi .tip {
  text-align: center;
  font-size: 0.66666667rem;
  margin: 2rem 0 0.66666667rem;
}
.form-touzi .tip sup {
  color: #ff8724;
}
.form-touzi .btn {
  background: #ff8724;
  color: #fff;
  border: none;
  display: block;
  margin: 0 auto;
  height: 2rem;
  width: 14.66666667rem;
  font-size: 0.8rem;
  box-sizing: border-box;
}
.page-list .post-item:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .nav {
    padding: 0 0.5rem;
    margin-right: 0;
  }
  .nav .container {
    padding: 0.5rem 0 0.33333333rem;
  }
  .nav .nav-menus {
    margin-left: -0.33333333rem;
    overflow: scroll;
    float: none;
    clear: both;
    white-space: nowrap;
    padding-top: 0.33333333rem;
  }
  .nav .nav-menus .nav-item {
    display: inline-block;
    float: none;
  }
  .nav .nav-menus .nav-link {
    float: none;
    white-space: nowrap;
  }
  .nav .nav-menus .nav-link {
    float: none;
  }
  .nav-submenu-wrapper {
    display: none;
  }
  .nav-search {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
  .nav-search .icon-search {
    margin: 0;
  }
  .nav-search input {
    width: 80%;
  }
  .nav-search-active .nav-search {
    width: 70%;
  }
  .nav-search-active .nav-menus {
    display: block;
  }
  .index-showcase3 {
    margin: 0 0.5rem;
    overflow: scroll;
  }
  .index-showcase3 .img-showcase {
    margin-right: 0.33333333rem;
  }
  .index-showcase3 .img-showcase .img-desc {
    display: none;
  }
  .index-showcase3 .img-showcase .img-bg {
    border-radius: 2px;
  }
  .container {
    width: auto;
  }
  .c-2-1 .c2 {
    width: 100% !important;
  }
  .c-2-1 .c1 {
    display: none;
  }
  .blk30 {
    height: 0.9rem;
  }
  .blk20 {
    height: 0.33333333rem;
  }
  .footer {
    text-align: center;
    padding: 1rem 0;
  }
  .footer .footer-share {
    width: auto;
    float: none;
    height: auto;
    margin-bottom: 0.83333333rem;
  }
  .list-post {
    margin: 0 .5rem;
  }
  .post-item {
    position: relative;
  }
  .post-item .post-inner {
    min-height: auto;
  }
  .post-item .post-img {
    width: 100%;
    height: 6.8rem;
    float: none;
    border-radius: 2px;
  }
  .post-item .post-title {
    margin: .2rem 0;
    display: block;
  }
  .post-item .post-desc {
    display: none;
  }
  .post-item .post-tag {
    position: absolute;
    top: 1rem;
    left: .5rem;
  }
  .post-item .link-tag {
    background: #ff8724;
    color: #fff;
  }
  .subject {
    margin: 0 0.5rem;
  }
  .subject .subject-desc {
    position: static;
    width: auto;
    min-height: auto;
  }
  .subject-title {

/*  margin: 0.66666667rem 0 0.66666667rem;
    font-size: 1rem;*/
	font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .subject-meta {
/*    margin: 0.33333333rem 0 0.33333333rem;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	color: rgba(0,0,0,0.3);
}
  .subject-content * {
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}
  .subject-content p {
/*    font-size: 0.56666667rem;*/
	font-size: 18px;
	clear: both;
    min-height: 1em;
    line-height: 2em;
}
  .subject-content h4 {
    font-size: 0.66666667rem;
    border-left: 0.16666667rem solid #ff8724;
    padding-left: 0.16666667rem;
  }
  .subject-content h5 {
    padding: 0 0.66666667rem;
    text-decoration: underline #ff8724;
    color: #666;
  }
  .subject-content h5:before {
    content: '“';
    float: left;
    margin-right: 0.33333333rem;
    color: #ff8724;
  }
  .subject-content h5:after {
    content: '”';
    float: right;
    color: #ff8724;
  }
  .container-small {
    width: auto;
    margin: 0 0.5rem;
  }
  .container-middle {
    width: auto;
  }
  .s-daoshi-suggest {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .form-touzi .form-item {
    margin-bottom: 0.5rem;
  }
  .form-touzi .desc {
    margin: 0.83333333rem 0;
    line-height: 1.5;
  }
  .form-touzi .item-text {
    text-align: left;
    float: none;
    margin-bottom: 0.26666667rem;
    width: auto;
  }
  .form-touzi .item-text::before {
    content: '*';
    color: #ff8724;
    padding-right: 0.33333333rem;
  }
  .form-touzi .item-pack {
    margin-left: 0;
  }
  .form-touzi .item-pack label {
    margin-bottom: 0.33333333rem;
    display: inline-block;
  }
  .form-touzi .btn {
    width: 80%;
  }
/*  .subject-banner img {
  width:auto;
  height: 10.66666667rem;
}*/
.subject-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.slider .slider-inner {
  height: 8.5rem;
}
}
.s-daoshi-suggest {
  background: #f4f4f4;
}
.s-daoshi-suggest .s-daoshi-title:after {
  content: ' ';
  display: table;
  clear: both;
}
.s-daoshi-suggest .s-daoshi-title span {
  padding: 0.33333333rem 0.26666667rem;
  background: #ff9850;
  color: #fff;
  float: left;
  display: block;
  font-size: 0.43333333rem;
}
.s-daoshi-suggest-items {
  padding-bottom: 0.43333333rem;
  display: flex;
  justify-content: space-between;
  overflow: scroll;
  flex-wrap: nowrap;
  margin-bottom: -1.66666667rem;
  margin-top: 0.33333333rem;
}
.s-daoshi-suggest-items .item {
  border-radius: 0.13333333rem;
  background: no-repeat center 0;
  background-size: cover;
  position: relative;
  width: 7.33333333rem;
  height: 7.33333333rem;
  box-shadow: #d7d7d7 0rem 0.06666667rem 0.2rem 0.06666667rem;
  overflow: hidden;
  margin-right: 0.66666667rem;
  flex-shrink: 0;
}
.s-daoshi-suggest-items .item .item-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  background: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
}
.s-daoshi-suggest-items .item .item-inner h5 {
  font-size: 0.6rem;
  color: #282828;
  margin: 0;
}
.s-daoshi-suggest-items .item .item-inner h6 {
  margin: 0.26666667rem auto;
  font-size: 0.46666667rem;
  color: #282828;
}
.s-daoshi-suggest-items .item .item-inner p {
  line-height: 1.3;
  font-size: 0.43333333rem;
  height: 0;
  transition: all 1s;
  overflow: hidden;
  color: #282828;
  margin: 0;
}
.s-daoshi-suggest-items .item span {
  position: absolute;
}
.s-daoshi-suggest-items .item .btn {
  display: block;
  margin: 0.26666667rem auto 0;
  width: 5.26666667rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #ff8724;
  color: #fff;
  text-align: center;
  border-radius: 0.1rem;
  font-size: 0.43333333rem;
}
.s-daoshi-suggest-items .item:hover {
  box-shadow: #d7d7d7 0rem 0.1rem 0.2rem 0.1rem;
}
.s-daoshi-suggest-items .item:hover .item-inner p {
  height: auto;
}
