
*{font-family:PingFangSC-Regular;}
:root {
 swiper-theme-color:#007aff;
}
.swiper-container {
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}
.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.swiper-wrapper {
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform,-webkit-transform;
  -webkit-box-sizing:content-box;
  box-sizing:content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function:ease-out;
  transition-timing-function:ease-out;
  margin:0 auto
}
.swiper-slide {
  -ms-flex-negative:0;
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  transition-property:transform;
  transition-property:transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility:hidden
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height:auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-transition-property:height,-webkit-transform;
  transition-property:height,-webkit-transform;
  transition-property:transform,height;
  transition-property:transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective:12rem;
  perspective:12rem;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
  background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
  background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-css-mode>.swiper-wrapper {
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align:start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type:x mandatory;
  scroll-snap-type:x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type:y mandatory;
  scroll-snap-type:y mandatory
}
:root {
  --swiper-navigation-size:0.44rem
}
.swiper-button-next,.swiper-button-prev {
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/44*27);
  height:var(--swiper-navigation-size);
  margin-top:calc(-1*var(--swiper-navigation-size)/2);
  z-index:10;
  cursor:pointer;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.swiper-button-next:after,.swiper-button-prev:after {
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size)
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  left:.1rem;
  right:auto
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
  content:"prev"
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  right:.1rem;
  left:auto
}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
  content:"next"
}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#fff
}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000
}
.swiper-button-lock {
  display:none
}
.swiper-pagination {
  position:absolute;
  text-align:center;
  -webkit-transition:opacity .3s;
  transition:opacity .3s;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom:.1rem;
  left:0;
  width:100%
}
.swiper-pagination-bullets-dynamic {
  overflow:hidden;
  font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform:scale(.33);
  transform:scale(.33);
  position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform:scale(1);
  transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform:scale(.66);
  transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform:scale(.33);
  transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform:scale(.66);
  transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform:scale(.33);
  transform:scale(.33)
}
.swiper-pagination-bullet {
  width:.08rem;
  height:.08rem;
  display:inline-block;
  border-radius:100%;
  background:#000;
  opacity:.2
}
button.swiper-pagination-bullet {
  border:none;
  margin:0;
  padding:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor:pointer
}
.swiper-pagination-bullet-active {
  opacity:1;
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right:.1rem;
  top:50%;
  -webkit-transform:translate3d(0,-50%,0);
  transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:.06rem 0;
  display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  width:.08rem
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display:inline-block;
  -webkit-transition:transform .2s,top .2s;
  transition:transform .2s,top .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:0 .04rem
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:transform .2s,left .2s;
  transition:transform .2s,left .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:transform .2s,right .2s;
  transition:transform .2s,right .2s
}
.swiper-pagination-progressbar {
  background:rgba(0,0,0,.25);
  position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  -webkit-transform:scale(0);
  transform:scale(0);
  -webkit-transform-origin:left top;
  transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin:right top;
  transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width:100%;
  height:.04rem;
  left:0;
  top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
  width:.04rem;
  height:100%;
  left:0;
  top:0
}
.swiper-pagination-white {
  --swiper-pagination-color:#fff
}
.swiper-pagination-black {
  --swiper-pagination-color:#000
}
.swiper-pagination-lock {
  display:none
}
.swiper-scrollbar {
  border-radius:.1rem;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
  position:absolute;
  left:1%;
  bottom:.03rem;
  z-index:50;
  height:.05rem;
  width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
  position:absolute;
  right:.03rem;
  top:1%;
  z-index:50;
  width:.05rem;
  height:98%
}
.swiper-scrollbar-drag {
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,.5);
  border-radius:.1rem;
  left:0;
  top:0
}
.swiper-scrollbar-cursor-drag {
  cursor:move
}
.swiper-scrollbar-lock {
  display:none
}
.swiper-zoom-container {
  width:100%;
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width:100%;
  max-height:100%;
  -o-object-fit:contain;
  object-fit:contain
}
.swiper-slide-zoomed {
  cursor:move
}
.swiper-lazy-preloader {
  width:.42rem;
  height:.42rem;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-.21rem;
  margin-top:-.21rem;
  z-index:10;
  -webkit-transform-origin:50%;
  transform-origin:50%;
  -webkit-animation:swiper-preloader-spin 1s linear infinite;
  animation:swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:50%;
  border:.04rem solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-top:.04rem solid transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000
}
@-webkit-keyframes swiper-preloader-spin {
  to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
}
}@keyframes swiper-preloader-spin {
  to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
}
}.swiper-container .swiper-notification {
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function:ease-out;
  transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events:none;
  -webkit-transition-property:opacity;
  transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events:auto
}
.swiper-container-cube {
  overflow:visible
}
.swiper-container-cube .swiper-slide {
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  -webkit-transform-origin:0 0;
  transform-origin:0 0;
  width:100%;
  height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin:100% 0;
  transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events:auto
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
  pointer-events:auto;
  visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:.6;
  -webkit-filter:blur(.5rem);
  filter:blur(.5rem);
  z-index:0
}
.swiper-container-flip {
  overflow:visible
}
.swiper-container-flip .swiper-slide {
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events:none
}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
body,dd,dl,dt,form,h1,h2,h3,h4,html,img,li,ol,p,ul {
  margin:0;
  padding:0
}
button,fieldset,img,input {
  border:none;
  padding:0;
  margin:0;
  outline-style:none
}
ol,ul {
  list-style:none
}
input {
  padding-top:0;
  padding-bottom:0;
  font-family:SimSun,"\5B8B\4F53"
}
input,select {
  vertical-align:middle
}
input,select,textarea {
  font-size:.12rem;
  margin:0
}
textarea {
  resize:none
}
img {
  border:0;
  vertical-align:middle
}
table {
  border-collapse:collapse
}
html {
  font-size:100px
}
body {
  font:12px Arial,Verdana,"\5B8B\4F53";
  line-height:1.5;
  color:#666;
  background:#fff
}
.clearfix:after,.clearfix:before {
  content:"";
  display:table
}
.clearfix:after {
  clear:both
}
.clearfix {
  *zoom:1;
  clear:both;
}
a {
  color:#666
}
a,h1,h2,h3,h4,h5,h6 {
  text-decoration:none
}
h1,h2,h3,h4,h5,h6 {
  font-weight:400;
  font-size:100%
}
em,i,s {
  font-style:normal;
  text-decoration:none
}
.show {
  display:block
}
.hide {
  display:none
}
.container {
  width:12rem;
  height:100%;
  margin:0 auto
}
@media (max-width:993px) {
  #appMenu {
  display:none
}
}.header_hushuo_content {
  width:100%;
  height:.8rem;
  margin:0 auto;
  background:#fff
}
.header_hushuo_content .header_container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background:#fff
}
.header_hushuo_content .header_container .logo {
  position:relative;
  width:1.68rem;
  /*height:.59rem*/
}
.header_hushuo_content .header_container .logo h1 {
  position:absolute;
  top:0;
  left:0;
  color:transparent
}
.header_hushuo_content .header_container .logo img {
  width:1.68rem;
 /* height:.59rem*/
}
.header_hushuo_content .header_container .tab {
  height:100%
}
.header_hushuo_content .header_container .tab .tab_ul_level1 {
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-family:PingFangSC-Regular;
  font-size:.14rem
}
.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li {
  position:relative;
  text-align:center;
  line-height:.8rem;
  margin-left:.71rem;
}

.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li .active {
  color:#147970;
}
.header_hushuo_content .header_container .tab .tab_a {
  display:block;
  width:100%;
  height:100%;
  font-size:.15rem;
  color:#777;
}
.header_hushuo_content .header_container .tab .tab_a em{
	display: inline-block;
    width: 10px;
    height: 5px;
    margin-left: 5px;
    background-image:url(../images/sanjiaoxing.png);
    background-size: 10px 5px;}



.header_hushuo_content .header_container .tab .tab_a:hover {
  color:#147970;
}

.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li .nav-siblings-ul {
    display: none;
    top: 80px;
    padding: 0 20px;
    left: -12px;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,1);
    text-align: center;
    position: absolute;
	box-shadow:2px 5px 10px #ccc;

}
.sanjiaoxing{ width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent;
    border-top-color: #b9b9b9;
    display: inline-block;
    margin-left: 5px;
    margin-top: 0.37rem;}
.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li .nav-siblings-ul li{
	padding: 0;
    line-height: .5rem;
}
.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li .nav-siblings-ul li a{
    color: #333;
    font-size: 14px;
}


.footer_hushuo {
  width:100%;
  margin:0 auto;
  font-family:PingFangSC-Regular;
  background:#f9f9f9;
  padding:.24rem 0
}
.footer_hushuo .footer_title {
  width:100%;
  line-height:.28rem;
  text-align:center;
  font-size:.2rem;
  color:#333
}
.footer_hushuo .footer_copyright {
  width:100%;
  line-height:.17rem;
  margin-top:.05rem;
  text-align:center;
  font-size:.12rem;
  color:#777
}
@media (max-width:993px) {
.header_hushuo_content {
  height:0.6rem
}
.header_hushuo_content .header_container .logo {
  width:1.2rem;
/*  height:.276rem;*/
  margin-left:.2rem
}
.header_hushuo_content .header_container .logo img {
  width:100%;
  /*height:.276rem*/
}
.header_hushuo_content .header_container .tab {
  width:2.5rem;
  min-width:0
}
.header_hushuo_content .header_container .tab .tab_ul_level1 {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
}
.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li {
  margin-left: 0;
    line-height: .6rem;
    width: 25%;
    height: .3rem;
}
.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li a {
  height:.3rem
}
.footer_hushuo {
  padding:.25rem 0 .2rem
}
.footer_hushuo .footer_title {
  line-height:.2rem;
  font-size:.14rem;
  color:#000
}
.footer_hushuo .footer_copyright {
  width:3.18rem;
  line-height:.24rem;
  margin:0 auto
}
}.cmp-contact {
  position:fixed;
  z-index:1000;
  right:.3rem;
  width:1.72rem;
  height:1.7rem;
  bottom:1rem;
  cursor:pointer;
  background:url(../images/pc-contact.732a2cf.png) no-repeat;
  background-position:0 0;
  background-size:auto 1.7rem
}
.cmp-contact:hover {
  background-position:-1.75rem 0
}
@media (max-width:993px) {
  .cmp-contact {
 /* background-image:url(data:image/png;*/

  right:0;
  width:.92rem;
  height:.94rem;
  background-size:.92rem .94rem;
  -webkit-tap-highlight-color:transparent
}
}
.title_top {
  width:7.6rem;
  margin:0 auto;
  font-family:PingFangSC-Regular;
  text-align:center;
  position:relative
}
.title_top .title {
  width:100%;
  font-size:.6rem;
  line-height:.4rem;
  margin-bottom:.05rem;
  font-weight:800;
  color:#f0f0f1
}
.title_top h3{ width:100%; font-size: 0.36rem; position: absolute; top:-20%;left: 0%;z-index: 9999999999999999999999; color:#3e424f}
.title_top p{ font-size:0.18rem; color:#3e424f; position:absolute; width:100%; margin:0.1rem auto;}



.index_hushuo {
  width:100%;
  margin:0 auto
}

.index_hushuo .index_upgrade .index_upgrade_container {
  padding-top:1rem;
    padding-bottom:0.8rem;
  height:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.index_hushuo .index_upgrade .index_upgrade_bottom {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:11.2rem;
  height:1.7rem;
  margin:.1rem auto 0
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box {
  width:2rem;
  height:1.7rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  background:#fff;
  color:#303943;
  font-family:PingFangSC-Semibold
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box .des_title_top {
  width:100%;
  line-height:.67rem;
  text-align:center;
  font-size:.5rem;
  margin-bottom:.03rem;
  font-weight:bold;
  color:#1e68e8;
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box .des_title_back {
  font-size:.22rem
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box .des_des {
  width:100%;
  line-height:.2rem;
  text-align:center;
  font-size:.18rem
}
.index_hushuo .index_company {
  width:100%;
  min-height:9.44rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.index_hushuo .index_company .index_company_container {
  padding-top:.8rem;
  height:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.index_hushuo .index_company .index_company_bottom {
  width:100%;
  min-height:5.4rem;
  margin:.5rem auto 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.index_hushuo .index_company .index_company_bottom .company_box_mr {
  margin-right:.3rem
}
.index_hushuo .index_company .index_company_bottom .company_box {
  width:5.85rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:.2rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  border:1px solid #ebebeb;
  border-radius:.04rem;
  margin-top:.3rem
}
.index_hushuo .index_company .index_company_bottom .company_box .company_img {
  display:inline-block;
  width:2.3rem;
  height:1.4rem
}
.index_hushuo .index_company .index_company_bottom .company_box .company_des_right {
  width:3.04rem;
  min-height:1.4rem;
  margin-left:.31rem;
  font-family:PingFangSC-Regular
}
.index_hushuo .index_company .index_company_bottom .company_box .company_duration {
  width:100%;
  line-height:.25rem;
  text-align:left;
  margin-top:.05rem;
  font-size:.18rem;
  color:#147970
}
.index_hushuo .index_company .index_company_bottom .company_box .company_des_content {
  width:100%;
  min-height:.69rem;
  margin-top:.11rem;
  font-size:.14rem;
  color:#888;
  line-height:.23rem
}
.index_hushuo .index_major {
  width:100%;
  min-height:4.78rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.index_hushuo .index_major .index_major_container {
  padding-top:.8rem;
  height:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.index_hushuo .index_major .index_major_tabs {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin:.26rem 0 .45rem
}
.index_hushuo .index_major .index_major_tab {
  width:1.14rem;
  height:.4rem;
  border-radius:.4rem;
  background:#75c3fa;
  font-size:.2rem;
  color:#626262;
  text-align:center;
  line-height:.4rem;
  margin:0 .3rem;
  cursor:pointer;
}
.index_hushuo .index_major .index_major_tab:hover {
  color:#147970;
}
.index_hushuo .index_major .index_major_tab.active {
  background:#147970;
  color:#fff;
  cursor:default
}
.index_hushuo .index_major .index_major_tab.active:hover {
  color:#fff
}
.index_hushuo .index_major .index_major_panel {
  display:none;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.index_hushuo .index_major .index_major_panel.active {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.index_hushuo .index_major .index_major_panel .index_major_panel_item {
  max-width:2.84rem;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin:0 .1rem
}
.index_hushuo .index_major .index_major_panel .index_major_panel_item:hover img {
  -webkit-transform:scale(1.05);
  transform:scale(1.05)
}
.index_hushuo .index_major .index_major_panel .index_major_panel_item img {
  display:block;
  width:100%;
  height:100%;
  -webkit-transition:-webkit-transform .1s linear;
  transition:-webkit-transform .1s linear;
  transition:transform .1s linear;
  transition:transform .1s linear,-webkit-transform .1s linear
}
.index_hushuo .index_courses {
  padding:.64rem 0 .55rem
}
.index_hushuo .index_courses .index_courses_container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.index_hushuo .index_courses .index_courses_left {
  width:2.14rem;
  margin-right:1.23rem
}
.index_hushuo .index_courses .index_courses_left .more-link {
  display:none
}
.index_hushuo .index_courses .index_courses_title {
  font-size:.24rem;
  color:#090909;
  line-height:.33rem;
  margin-bottom:.23rem
}
.index_hushuo .index_courses .index_courses_teacher {
  position:relative;
  display:block;
  width:100%;
  height:3.12rem;
  cursor:pointer;
  -webkit-transition:-webkit-transform .1s linear;
  transition:-webkit-transform .1s linear;
  transition:transform .1s linear;
  transition:transform .1s linear,-webkit-transform .1s linear
}
.index_hushuo .index_courses .index_courses_teacher:hover {
  -webkit-transform:scale(1.05);
  transform:scale(1.05)
}
.index_hushuo .index_courses .index_courses_teacher img {
  display:block;
  width:100%;
  height:100%
}
.index_hushuo .index_courses .index_courses_button {
  position:absolute;
  width:2.14rem;
  height:.37rem;
  line-height:.37rem;
  font-size:.2rem;
  color:#fff;
  text-align:center;
  width:100%;
  left:0;
  bottom:.3rem
}
.index_hushuo .index_courses .index_courses_right {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  min-width:0
}
.index_hushuo .index_courses .index_courses_navs {
  text-align:right;
  width:7.8rem
}
.index_hushuo .index_courses .index_courses_nav {
  line-height:.33rem;
  font-size:.16rem;
  color:#878787;
  margin-left:.16rem
}
.index_hushuo .index_courses .index_courses_nav:first-child {
  margin-left:0
}
.index_hushuo .index_courses .index_courses_banners {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-top:.2rem
}
.index_hushuo .index_courses .index_courses_banner {
  width:3.74rem;
  height:1.5rem;
  margin-bottom:.13rem;
  cursor:pointer;
  position:relative
}
.index_hushuo .index_courses .index_courses_banner:nth-child(odd) {
  margin-right:.17rem
}
.index_hushuo .index_courses .index_courses_banner:hover img {
  -webkit-transform:scale(1.05);
  transform:scale(1.05)
}
.index_hushuo .index_courses .index_courses_banner img {
  -webkit-transition:-webkit-transform .1s linear;
  transition:-webkit-transform .1s linear;
  transition:transform .1s linear;
  transition:transform .1s linear,-webkit-transform .1s linear;
  display:block;
  border-radius:.04rem;
  width:100%;
  height:100%
}
.index_hushuo .swiper-button-next,.index_hushuo .swiper-button-prev {
  width:.42rem;
  height:.42rem;
  color:transparent
}
.index_hushuo .swiper-button-next:focus,.index_hushuo .swiper-button-prev:focus {
  outline:0 none
}
.index_hushuo .hushuo_swiper_btn {
  width:.42rem;
  height:.42rem;
  overflow:hidden;
  border-radius:50%;
  cursor:pointer;
 /* background:url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAMAAAArteDzAAAA1VBMVEUAAADqamroZF3mX1/pYl7nX1zqYVvoYF3nX13mX13/gIDlYlzlYFzoYF7pX13/VVXqY2PlXlroYF7lXl7rYWHnYWHuZmb/cXH/qqrmZmbqYl7pXlzqYF3oYV3rZmb/gIDnYFzoXlzpX1zrYl3odHToYFzpXlviYmLmXl7nX1zoX1zoaF3rYl7nYVzuZl7mY1rmXlvoYFvoYFvoXlzqamDoXV3nYGDmZF3oX13/bW3qX1/rX1/oY13mX1/oYV3/////ZmbqYF3nYF3oYF3qYVz/gGbfYGCardm+AAAAR3RSTlMADCEzRFZfZWtxCCdFYnMDJE9tRDIVDwkDCjxyVTcZAkBvXjQLb1EaHmFOFkFhHh9cOG1kGGUgKXEHPjMsPkIBCmBgWGEKEBToi8YAAALKSURBVHgBxNgFguM6EIThskIOVZiZmTPMeP8bPdhhslu2dvc7wD8TkluNv8NSgWAoHLGjUTsSDgUDyoI/sXgiyS+SiXgMHqXSmSjJbCiXV4ViqVwuFQsqnwtlSUYz6RT0Vao2Was3mi180mo26jXSrlagx2p3yG6vjx/0e12y07Ygl2oMyOEIjkZDctBIQWg8IaczuJpNyckYEuU5uVhCZLUg52W4Kq4Z3ZQhVN5EuS7Chdpyt4eG/QG3h3B0dMzpCbScTHl8BAcB8hTaTsmAY/MMHpw5VI/Ic3hyTh7hW4fHPINHZzw+xDeKW17As1Nui/iivOYUPky5LuOzS+5O4MPJjpf4ZMzoHr7soxzjg9SCG/i04SSF9xpclOFTecEG3rEGXMK3FQcW3rQ5hQFTtvGq0uEMBszYqeBFlUMYMWQVeJKyOYLMFRyNaKfwJM0uRK7XNy7VLtN4kmFP1rzlGs56zOCXWLTWFzZvr+GsX4s+TURx1k01gTrj+F+CDWNNNJjA/5JsGmuiySQAWMy2jDXRytICoFg31wTqVAACzBlsIscAgCDzBpvIMwggRGWwCcUQgFsWnJs3Ok0UGAYQYdGleaPRRJERADZLBpso0QYQZdlgE2VG3aJ3vL+Gh6jNkmP0AdB++c4f1MMNbx4A7Q8qzAKEVflXKkQFg1XFkOBnqlnNMyg4UDSrTweKYggGqyEq0SEtrz4d0sLHibzaZFL84HuQ/lwbTEgf0fJqnXHhMCGvPg0T8rFHdGD1mJEOaPJql2nNUfLhhmvpKCkfeh/cRskhqx7G8yv5eG7+ImH+ymP+cva7r5HmL7ymrubzP7NEQHHLU9PrDkCZX8yYXyEZWXY5VC+g7eKpaX6BaHjVuXNddQKPhpeyT8qXeuvjyzIkxgv5onvx7zToPCRP+eQB/ac5MCdkZFAnZGRgEzJ0mTqifJKL/gAA0n1pfpo/P9AAAAAASUVORK5CYII=) no-repeat;*/
  background-size:100% 100%;
  background-position:50%
}
.index_hushuo .hushuo_swiper_btn:hover {
 /* background:url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAMAAAArteDzAAAA7VBMVEUAAADrYmLqYFzoXlznX1zoXlzoX1voX1vnXlznXlvwaWnnYF3nX1vnXlznXlv/ZmboYV7nXlvoXlznXlzoX13pYV3oYGDnYGDya17/gIDyZmboX13oXlvoX1zoYFvnXl7/qqrrZlznXlzoXlzoXlzpX13qYGDnX1zoXlvoYFvnXl7nXlznX1zpYlzoYFznX1voYV3oX1voZF3nXlzoXlzoX1voX1vrYl3oXlzpX1voYF7oX1zuZmboYFvoXlvpX1voX13nYF3pYFzoX1v/gIDnX1znX1zzYWHoXlzoX1voaF3oYFvnX1zoX1vpYmKkIgTxAAAAT3RSTlMAGkhvlr3S3+z5EVWX2f8FT63xlW5HLSATBhSE/Lx4NgMZjfTQcxj1szhB1qwvkNdCQyHLevDdNN5GWvoPcP6JcWCIkQLVyhXT1BbXwtcilrERUAAAAtNJREFUeAHF2QVi40oQhOEyc5mZmZnCzA/uf5vFCSfSyOrsfgf4g5Z6evB3OJwut8fr8wcCfp/X43Y5HbAnGApH+E4kHApiR9FYPEAy4Umm0plsLp/PZTPpVNKTIBmIx6KwrlD0k6VypVrDG7VqpVwi/cUCrKk3mmSr3cEnOu0W2WzUoS9a6ZK9Pgz1e2S3EoWmwZAcjWFqPCKHA+jIT8jpDFrmU3KSh6nFkoFVHpryqwCXC5hIr7nZwoLtHtf7MHRwyNERLDka8fAABo5PeArLTnlybNDkyRl2cHbCT6sHJyfn2Mn5yckBPrR/yDPs6IyH+/jAYs0L7OyU6wXeyS85gg0jLvN465KbI9hwtOEl3hgwsIUt2wAHeCU65Qo2rTiM4qUKp3nYlJ+yghfqXc5g25zdOp41OIKAERt4UmhyDAFjNguAUmQPInosQon62YehK+jp0x/FbzG2TJrXN7fQ0mIMv8XZhrEb3ulV24yr2SZQ6sDY7Z1mtVMKBPFTiGVAqlpmCD+FWYFYtcIwfoqwCrFqlREAcDBRg1i1lqADgJNlQK5aphOAi0kIVpN0AXAzBcFqim4AHqYhWE3TA+COGehX73lvXM3QC8DHLASrWfoA+JmDYDVHP4AA8xCs5hnYIYqHf/ivWdTPnMXof/zX7Mf3MWutec/7B7M/lJcZwab6l/IwLdhU//xupgSb6mPqYlKwqR4oTnoEm/DQqR7SQk31kFavE6Gmep2oF59YU7349F7RwK1q6r2i1TAh0FTDhObYox5N+mOPGtAEmmpA0x4ll6qpM0rqDr1X18tb3aFXfzy/sj6eyx8k5I884oezrz9Gyh94pY7mkz+wRFDrjlPpdQeQll/MyK+QRJZdBmu5C1h2odZy8gtE2VXnxnTVCfwvu5RV8pfW1seXeegYTPUX3dPB16/k5S8P5K85LF7IlF9fyJStX8jIXx3JX3IJ+g6dM3cK7AkmHgAAAABJRU5ErkJggg==) no-repeat;*/
  background-size:100% 100%;
  background-position:50%
}
.index_hushuo .hushuo_swiper_btn_prev {
  margin-right:.21rem
}
.index_hushuo .hushuo_swiper_btn_next,.index_hushuo .hushuo_swiper_btn_prev:hover {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}
.index_hushuo .hushuo_swiper_btn_next {
  margin-left:.21rem
}
.index_hushuo .hushuo_swiper_btn_next:hover {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
}
.index_hushuo .index_qrcode {
  width:100%;
  height:4.5rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background:#f7f7f7
}
.index_hushuo .index_qrcode .index_qrcode_container {
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_1 {
  display:inline-block;
  width:3.8rem;
  height:2.86rem;
  margin-right:.41rem;
  margin-top:.55rem
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content {
  width:3.68rem;
  height:1.46rem;
  margin-top:1.61rem;
  text-align:right;
  margin-right:.31rem;
  font-family:PingFangSC-Regular
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content .qrcode_content_title {
  width:100%;
  line-height:.4rem;
  font-size:.28rem;
  color:#000
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content .qrcode_content_des {
  width:100%;
  font-size:.16rem;
  color:#666;
  line-height:.3rem;
  margin-top:.16rem
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content2 {
  margin-top:1.39rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_2 {
  display:inline-block;
  width:1.8rem;
  height:1.8rem
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_3 {
  display:inline-block;
  width:1.8rem;
  height:1.8rem;
  margin-left:.2rem
}
.footer_hushuo {
  border-top:1px solid #e3e3e3
}
@media screen and (min-width:1200px) {
  .index_hushuo .index_banner_item {
  width:100%
}
}@media screen and (max-width:1200px) and (min-width:993px) {
  .container,.index_hushuo .index_banner {
  width:12rem
}
.index_hushuo .index_banner_item {
  width:12rem;
  background-size:100% 100%
}
.index_hushuo .footer_hushuo,.index_hushuo .index_qrcode,.index_hushuo .index_school,.index_hushuo .index_upgrade {
  width:12rem
}
}@media screen and (max-width:993px) {
  .container {
  width:100%
}
#index_hushuo {
  height:100%
}
#index_hushuo .index_hushuo {
  width:100%;
  height:100%
}
.title_top {
  width:3rem;
  margin:0 auto;
  font-family:PingFangSC-Regular;
  text-align:center
}
.title_top .title {
  line-height:.25rem;
  font-size:.24rem;
  color:#e8e8e8;
  margin-bottom:.07rem
}
.title_top .des {
  line-height:.24rem
}
.index_hushuo .index_banner,.index_hushuo .index_banner_item {
  width:100%;
  height:1.534rem
}
.index_hushuo .index_banner_item .index_banner_container {
  padding-top:0
}
.index_hushuo .index_banner_item .banner_title {
  margin-top:.433rem;
  line-height:.4rem;
  font-size:.28rem;
  letter-spacing:5.6px;
  text-shadow:0 .03rem .02rem rgba(0,0,0,.19)
}
.index_hushuo .index_banner_item .banner_title2 {
  line-height:.21rem;
  margin-top:1.7px;
  font-size:.15rem;
  letter-spacing:3px;
  text-shadow:0 .03rem .02rem rgba(0,0,0,.19)
}
.index_hushuo .banner1 {
  background-image:url(../images/banner01_m.jpg)
}
.index_hushuo .banner2 {
  background-image:url(../images/banner02_m.jpg)
}
.index_hushuo .banner3 {
  background-image:url(../images/index-banner-p3.2b29853.png)
}
.index_hushuo .banner4 {
  background-image:url(../images/index-banner-p4.3313196.jpg)
}
.index_hushuo .banner5 {
  background-image:url(../images/banner01_m.jpg)
}
.index_hushuo .banner6 {
  background-image:url(../images/banner02_m.jpg)
}
.index_hushuo .banner7 {
  background-image:url(../images/index-banner-p7.04843b2.jpg)
}
.index_hushuo .banner8 {
  background-image:url(../images/index-banner-p8.555c470.jpg)
}
.index_hushuo #banner .swiper-pagination-bullet {
  width:.06rem;
  height:.06rem
}
.index_hushuo .index_upgrade {
  width:100%;
  min-height:3.75rem;
  
}
.index_hushuo .index_upgrade .index_upgrade_container {
  padding-top:.42rem
}
.index_hushuo .index_upgrade .index_upgrade_bottom {
  width:100%;
  min-height:1.896rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:space-evenly;
  -ms-flex-pack:space-evenly;
  justify-content:space-evenly;
  margin:.25rem auto 0
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box {
  width:1.34rem;
  height:.876rem;

  border-radius:.0206rem;
  margin-top:.144rem;
  margin-left:.05rem;
  margin-right:.05rem
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box .des_title_top {
  line-height:.37rem;
  font-size:.35rem;
  margin-bottom:.03rem;
  font-weight:bold;
  color: #1e68e8;
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box .des_title_back {
  font-size:.25rem
}
.index_hushuo .index_upgrade .index_upgrade_bottom .des_box .des_des {
  width:100%;
  line-height:.16rem;
  font-size:.11rem;
  letter-spacing:0
}
/*.index_hushuo .index_upgrade .index_upgrade_bottom .des_box2 {
  width:1.62rem
}*/
.index_hushuo .index_company {
  width:100%;
  min-height:10.89rem;
  margin-bottom:.4rem
}
.index_hushuo .index_company .index_company_container {
  padding-top:.4rem
}
.index_hushuo .index_company .title_top {
  width:3.26rem
}
.index_hushuo .index_company .index_company_bottom {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:100%;
  min-height:8.8rem;
  margin-top:.25rem
}
.index_hushuo .index_company .index_company_bottom .company_box_mr {
  margin-right:0
}
.index_hushuo .index_company .index_company_bottom .company_box {
  width:3.45rem;
  padding:.19rem .13rem .12rem .1rem;
  border-radius:.0228rem;
  margin-top:.2rem
}
.index_hushuo .index_company .index_company_bottom .company_box .company_img {
  width:1.17rem;
  height:.74rem
}
.index_hushuo .index_company .index_company_bottom .company_box .company_des_right {
  width:1.93rem;
  margin-left:.12rem;
  min-height:1.05rem
}
.index_hushuo .index_company .index_company_bottom .company_box .company_duration {
  line-height:.21rem;
  margin-top:0;
  font-size:.15rem
}
.index_hushuo .index_company .index_company_bottom .company_box .company_des_content {
  margin-top:.04rem;
  font-size:.12rem;
  line-height:.2rem
}
.index_hushuo .index_qrcode {
  width:100%;
  height:3.77rem
}
.index_hushuo .index_qrcode .index_qrcode_container {
  position:relative;
  padding-top:.5rem;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_1 {
  display:none
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content {
  position:absolute;
  top:1.85rem;
  left:0;
  width:100%;
  text-align:center;
  margin-top:0;
  margin-right:0
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content .qrcode_content_title {
  font-size:.24rem;
  line-height:.33rem
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content .qrcode_content_des {
  font-size:.15rem;
  margin-top:.09rem
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_content2 {
  position:absolute;
  top:.5rem;
  left:50%;
  -webkit-transform:translate(-50%);
  transform:translate(-50%);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:0
}
.index_hushuo .index_qrcode .index_qrcode_container .qrcode_2,.index_hushuo .index_qrcode .index_qrcode_container .qrcode_3 {
  width:1.06rem;
  height:1.06rem
}
.index_hushuo .index_major {
  min-height:4rem
}
.index_hushuo .index_major .index_major_container {
  padding-top:.4rem
}
.index_hushuo .index_major .index_major_tabs {
  margin-bottom:.24rem
}
.index_hushuo .index_major .index_major_tab {
  width:.8rem;
  height:.32rem;
  line-height:.32rem;
  font-size:.16rem;
  margin:0 .05rem
}
.index_hushuo .index_major .index_major_panel {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:0 .12rem;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.index_hushuo .index_major .index_major_panel .index_major_panel_item {
  max-width:1.7rem;
  -webkit-box-flex:1;
  -ms-flex:auto;
  flex:auto;
  margin:0 0 .11rem
}
.index_hushuo .index_courses {
  position:relative;
  padding:0 .12rem
}
.index_hushuo .index_courses .index_courses_container {
  display:block
}
.index_hushuo .index_courses .index_courses_left {
  padding-top:.4rem;
  width:auto;
  margin-right:0
}
.index_hushuo .index_courses .index_courses_teacher {
  display:none
}
.index_hushuo .index_courses .index_courses_right {
  width:100%
}
.index_hushuo .index_courses .index_courses_navs {
  width:auto;
  text-align:left
}
.index_hushuo .index_courses .index_courses_title .more-link {
  float:right;
  display:block;
  font-size:.16rem;
  color:#fff;
  width:.8rem;
  text-align:center;
  height:.32rem;
  border-radius:.32rem
}
.index_hushuo .index_courses .index_courses_nav {
  font-size:.14rem;
  line-height:.2rem;
  color:#878787
}
.index_hushuo .index_courses .index_courses_nav.more-link {
  display:none
}
.index_hushuo .index_courses .index_courses_banners {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.index_hushuo .index_courses .index_courses_banner {
  display:block;
  width:3.5rem;
  height:1.4rem;
  margin-right:0!important;
}



}


/*产品和服务*/
.part7{
	margin:90px auto 80px;
}
.part7 ul{
    margin-top: 80px;
}
.part7 ul li{
    float: left;
     width: 16.5%;
    text-align: center;
}
.part7 h4{ background:#147970; color:#fff; font-size:0.24rem; width:20%; margin:0 auto; padding:10px 0; margin-top:20px; text-align:center;}

.part7 ul li .part_icon{
    width: 0.60rem;
    height:0.60rem;
	margin: 0 auto 0px;
}
 
.part7 ul li span{
	position:absolute;
	top: 0.85rem;
	left:39%;
	width:32px; height:32px; border-radius:50px; background:#147970; line-height:32px; color:#fff; border:2px solid #fff; font-size:17px;
}
 

.part7 .p1{
    font-size:0.2rem;
    font-weight: bold;
    color:#333;
	padding-top:10px;
	
}


.part7 .p2{
    padding: 10px 0 40px;
    font-size:0.18rem;
    color: #666;
	border-bottom:1px solid #ccc;
	position:relative;
}



@keyframes myfirst
{
    from {transform: rotate(-2deg)}
    to {transform: rotate(3deg)}
}
@-webkit-keyframes myfirst
{
    from {transform: rotate(-2deg)}
    to {transform: rotate(3deg)}
}

/*.inpart2{
    width:100%;
    padding: 30px 0 30px 0;
}

.inpart2 .inpart1r{
    float: right;
    padding: 20px 0;
    padding-right: 55px;
    width: 549px;
    margin-top: 20px;
	position:relative
}

.inpart2 .inpart1r .title1{
    font-size:0.26rem;
    font-weight:bold;
    color: #333;
    text-align: right;
    position:relative;
}
.inpart2 .inpart1r .title2{
    margin-top: 54px;
    font-size: 14px;
    font-weight: normal;
    color: #9a9a9a;
    text-align: right;
    
    line-height: 28px;
}*/

 


/*企业咨询*/
.part4{
    box-sizing: border-box;
    padding-top: 80px;
  /*  height: 550px;*/
    background: #fff;
}

.page-wrapperInner1 {
    position: relative;
    margin-top: 124px 
}

.page-wrapperInner1 .mr-20 {
    width: 356px;
    height: 320px;    
	margin: 20px auto 150px;
	vertical-align: top;
	display: block;
}
.top-whole {
    display: block;
    animation: fade-in;
    animation-duration: .6s;
    -webkit-animation: fade-in .6s;
}
.page-top {
    position: absolute;
    top: -62px;
    left: 80px;
}
 .page-whole {
    width: 290px;
    height: 184px;
    border-radius: 10px;
    background-color: #fffdfd;
    box-shadow: 0 6px 24px 0 rgba(51,51,67,.06);
    border: .5px solid #147970;
    position: relative;
}
 .page-tag {
    /*overflow: hidden;*/
    margin-left: 21px;
    text-overflow: ellipsis;
    height: 28px;
    max-width: 246px;
    margin-top: 29px;
    font-size: 20px;
    font-weight: 700;
    color: #1b2c56;
    white-space: nowrap;
}
 .page-cont {
    margin-top: 10px;
    padding: 0 22px;
    line-height: 28px;
    color: #828ba2;
    font-size: 16px;
    text-align: left;
}
.wordWrap-top {
    right: -50px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    animation: fade-in;
    animation-duration: .6s;
    -webkit-animation: fade-in .6s;
}
.wordWrapperI0 {
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #147970;
    font-weight: 500;
    line-height: 60px;
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
}
.page-word {
    font-size: 20px;
    color: #fff;
}
 .middlw-whole {
    display: block;
    animation: fade-in;
    animation-duration: 1.2s;
    -webkit-animation: fade-in 1.2s;
}
 .page-middle {
    position: absolute;
    top: 0;
    right: 67px;
}
.wordWrap-middle {
    top: 50%;
    left: -50px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 2;
    animation: fade-in;
    animation-duration: 1.2s;
    -webkit-animation: fade-in 1.2s;
}
.page-whole {
    width: 290px;
    height: 184px;
    border-radius: 10px;
    background-color: #fffdfd;
    box-shadow: 0 6px 24px 0 rgba(51,51,67,.06);
    border: .5px solid #147970;
    position: relative;
}
.bottom-whole {
    display: block;
    animation: fade-in;
    animation-duration: 1.8s;
    -webkit-animation: fade-in 1.8s;
}
 .page-bottom {
    position: absolute;
    top: 174px;
    left: 80px;
}
.page-whole {
    width: 290px;
    height: 184px;
    border-radius: 10px;
    background-color: #fffdfd;
    box-shadow: 0 6px 24px 0 rgba(51,51,67,.06);
    border: .5px solid #d81946;
    position: relative;
}
 .wordWrap-bottom {
    right: -50px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    animation: fade-in;
    animation-duration: 1.8s;
    -webkit-animation: fade-in 1.8s;
}






/*常见的咨询量表*/
.part10-wrap {
	background:url(../images/yjs_bg.jpg) center center;
	padding: 75px 0 100px 0;
	
}

.part10-wrap .p10-container {
	padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
}

.part10-wrap .p10-container .p10c-box {
	width: 48%;
    height: 3.8rem;
    background: #fff;
    margin-right: 1.7%;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #e4e4e4;

}

.part10-wrap .p10-container .p10c-box:nth-child(4){margin-right: 0;}

.part10-wrap .p10-container .p10c-box .img-box {

	background: #d81946;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	position:relative;
	text-align:center;
	 color:#fff; 
	 font-size:0.20rem;
}




.part10-wrap .p10-container .p10c-box .txt-box {
	width: 90%;
    margin-left: 5%;
    z-index: 5
}

.part10-wrap .p10-container .p10c-box .txt-box h1,.part10-wrap .p10-container .p10c-box .txt-box p {
	font-size: 22px;
	color: #21222b;
	text-align:center
}

.part10-wrap .p10-container .p10c-box .txt-box h1 {
	padding-top: 12px
}
.part10-wrap .p10-container .p10c-box .J-hide-box-con{ width:100%; text-align:center; margin:0 auto; color:#fff; font-size:0.24rem; padding-top:0.2rem}

.part10-wrap .p10-container .p10c-box .J-hide-box-con a{ margin-top: 50px;display: block; font-size:0.16rem}


.part10-wrap .p10-container .p10c-box .txt-box p{
	
	font-size: 20px;
font-weight: bold;
	margin-top: 170px;
	color:#fff;
	z-index:8888888888888888888
}
.part10-wrap .p10-container .p10c-box .txt-box a{ display:block; margin-top: 20px; font-size: 16px; color:#707179}






.part10-wrap .p10-container .p10c-box .txt-box-act{}
.part10-wrap .p10-container .p10c-box .txt-box-act p {
	color: #d81946;
	padding-top:50px;
	font-size:0.30rem
}

.part10-wrap .p10-container .p10c-box .txt-box-act a {
	text-align:center;
	color: #ccc;
	margin-top:20px;
	font-size:0.16rem;
	padding:0 20px;
	
}

.part10-wrap .p10-container .p10c-box .hide-box {
	width: 100%;
    height: 3.8rem;
	background:rgba(0,0,0,.5);
	top: 300px;  
	left: 0;	
	z-index: 3
}








.part10-wrap .absolute {
   position: absolute;
    top: 41%;
}.left {
    float: left;
}.relative {
    position: relative;
}
/*选择机构的理由*/
.part5{
    box-sizing: border-box;
    padding: 80px 0;
}

.part5 ul{
    margin: 40px 0;
}
.part5 ul li{
    float: left;
    width: 48%;
	height: 2rem;
    cursor: pointer;
     background: #fff; 
    transition: all 0s;
    margin-bottom: 20px;
	margin-left:3%;
    position: relative; 
    padding: 30px 0;
    border: 1px solid #e5e5e5;
	display:flex;
}

.part5 ul li:nth-child(1),.part5 ul li:nth-child(3),.part5 ul li:nth-child(5){
    margin-left: 0;
}
.part5 ul li p{ font-size:30px;    font-weight: bold;}
.part5 ul li:nth-child(5){ width: 99%;}



/*.part5 ul li:hover{
    transform:translateY(-5px);
    box-shadow: 0 0px 20px #f4f4f4;
    transition: all .3s;
}
*/
.part5 ul li .inpart4r{
    /*width:300px;
    margin-top:0px;*/
    margin:0 20px;
}
.part5 ul li .topic{
   text-align: left;
    font-size: 0.22rem;
    margin-bottom: 10px;
    color: #333;
}
.wenti_left{ margin-left:20px;}
.wenti_left img{ width:48px; height:48px;}

.part5 ul li .img4{
	
    font-size: 50px;
    color: #e6e6e6;
    font-weight: bold; text-align:center}


.part5 ul li .cont{
    text-align:left;
	font-size:15px;
	color: #9a9a9a;
	line-height:1.5;
	width:80%
}


.part5 ul li .cont p{
    text-align: left;
    font-size:18px;
    font-weight:normal;
    color:#6a6a6a; 
    line-height: 28px; 
}

.part5 .tip p{
    float:left;
    margin-right: 24px;
    margin-bottom: 20px;
    width: 230px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.part5.tip p:last-child{
    margin-right: 0;
}

.product_banner{ display:block; width:100%}
.product_banner_m{ display:none; width:100%}

/*针对不同人群提供个性课程*/
.part3{
    position: relative;
    padding-top: 110px;
}
.inpart1{
    width:100%;
    
    padding: 60px 0 60px 0;
}

.inpart1 .tyimg{
    width: 43%;
    height:auto;
   /* transform:scale(0.9);*/
    float:left;
	/*box-shadow: 8px 13px 48px #e2ebf9;*/
	border-radius:10px;
	/* transition: transform 3s;
    -webkit-transition: -webkit-transform 3s; */
	
	animation:myfirst 2s;
	-webkit-animation:myfirst 2s; /* Safari and Chrome */
	animation-iteration-count: infinite;
    animation-direction: alternate;
}



.tyimg:hover{
	/*background-color: #f0f4ff;
	transform:translateX(-5px);
    transition: all .3s;*/
	
	
}


.inpart1 .inpart1r{
 padding: 20px 0;
    float: left;
    padding-left: 55px;
    width: 50%;
    margin-top: 20px;
	position:relative
}

.inpart1 h3,.inpart2 h3{display: flex; font-size: 20px; line-height:1}
.inpart1 .hx,.inpart2 .hx{ width:4px; height:22px;  background:#d81946; display:inline-block; border-radius:20px; margin-right:10px; }
.inpart2 .hx{ float: right;}




.inpart1 .inpart1r .title1{
    font-size:0.28rem;
    font-weight:bold;
    color: #d81946;
    text-align: left;
    position:relative;
}
.inpart1 .inpart1r .title1_02,.inpart2 .inpart1r .title1_02{font-size:0.24rem;color: #d81946; margin-bottom:0.4rem;}
.inpart1 .inpart1r .title2{
    margin:10px 0 30px;
    font-size: 14px;
    font-weight: normal;
    color: #9a9a9a;
    text-align: left;
    line-height: 1.8;
}
.inpart1 .inpart1r .img2{
    position:absolute;
    top:0;
    right:-20px;
    width:52px;
    height:40px;
}
.inpart1 .inpart1r .img22{
    position:absolute;
       top: -26px;
    right: -284px;
    width:74px;
    height:74px;
}
.inpart1 .inpart1r .lingqu{
    margin-top:30px;
    width:150px;
    height:42px;
    text-align: center;
    font-size:16px;
    background: #fff;
    border:1px solid #d81946;
    color:#d81946;
    line-height:42px;
    border-radius:21px;
    cursor:pointer;
    transition:all .5s;
	position:relative;
}


.inpart2 .tyimg{
    width:43%;
    height:auto;
    transform:scale(0.9);
    float:right;
	/*box-shadow: 8px 13px 48px #e2ebf9;*/
	border-radius:10px;
	animation:myfirst 2s;
	-webkit-animation:myfirst 2s; /* Safari and Chrome */
	animation-iteration-count: infinite;
    animation-direction: alternate;
 
}

@keyframes myfirst
{
    from {transform: rotate(-2deg)}
    to {transform: rotate(3deg)}
}
@-webkit-keyframes myfirst
{
    from {transform: rotate(-2deg)}
    to {transform: rotate(3deg)}
}

.inpart2{
    width:100%;
    padding: 30px 0 30px 0;
}

.inpart2 .inpart1r{
    float: right;
    padding: 20px 0;
    padding-right: 55px;
    width: 549px;
    margin-top: 20px;
	position:relative
}

.inpart2 .inpart1r .title1{
    font-size:0.26rem;
    font-weight:bold;
    color: #d81946;
    text-align: left;
    position:relative;
}
.inpart2 .inpart1r .title2{
    margin: 10px 0 30px;
    font-size: 14px;
    font-weight: normal;
    color: #9a9a9a;
    text-align: left;
    line-height: 28px;
}
.inpart2 .inpart1r .img2{
    position:absolute;
    top:0;
    left:-20px;
    width:52px;
    height:40px;
}
.inpart2 .inpart1r .lingqu{
    margin-top:30px;
    width:150px;
    height:42px;
    text-align: center;
    font-size:16px;
    background: #fff;
    border:1px solid #d81946;
    color:#d81946;
    line-height:42px;
    border-radius:21px;
    cursor:pointer;
    float:right;
    transition:all .5s;
}
.inpart1r .lingqu:hover{
    background: #d81946; /* Safari 5.1 - 6.0 */
    background: #d81946; /* Opera 11.1 - 12.0 */
    background: #d81946; /* Firefox 3.6 - 15 */
    background: #d81946;/* 标准 */ 
    color:#fff;
  /*  border: none;*/
    box-shadow: 0 2px 10px #f3b28e;   
}



/*底部*/
footer{width:100%;background-color:#f7f7f9; color:#5b636b; padding:20px 0;}

footer .ft_bottom{width:100%;padding-top:15px;overflow:hidden;}
footer .ft_bottom h4{font-size:0.24rem; text-align:center; margin-bottom:10px; letter-spacing:5px; font-weight:100;}


.ad2{line-height:22px;cursor:text;margin:0px auto 5px;text-align: center;font-weight: 100;font-size: 14px;  }

/*底部结束*/

.cp	{line-height: .25rem;
    font-size: .32rem;color: #141a1c;font-weight: 800;}

.inpart1 .fu_titel{font-size: 0.22rem; text-align:left;}
.inpart2 .fu_titel{font-size: 0.22rem; text-align:right;}
.zy_m{ display:none;}
.ywnr01,.ywnr02,.ywnr03,.ywnr04{ display:none}
/*文档宽度小于 750 像素则...*/
@media screen and (max-width: 750px){
	
.title_top .title span{ margin: 0 0.1rem;}	
.product_banner{ display:none; width:100%}
.product_banner_m{ display:block; width:100%}
.inpart1 .tyimg {
    width: 70%;
    height: auto;
    transform: scale(0.9);
    float: left;
    margin-left: 5%;
    /*box-shadow: 8px 13px 48px #e2ebf9;*/ 
    margin-bottom: 20px;
}
.inpart1 .inpart1r .title1,.inpart2 .inpart1r .title1{font-size: 0.20rem;}	
.inpart2 .tyimg {
    width: 70%;
	height: auto;
    transform: scale(0.9);
    float: left;
	margin-left: 5%;
    /*box-shadow: 8px 13px 48px #e2ebf9;*/
    margin-bottom: 20px;
}.inpart2 .hx{float: none;}

.part4 ul{ width:90%; margin-left:5%}
.part4 ul li {
       margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    transition: all 0s;
    /* margin-bottom: 20px; */
    border-radius: 10px;
    position: relative;
    padding: 30px 0 0;
    /* transition: all .3s; */
    margin-right: 0.29rem;
	margin-bottom:0.2rem
}


.part4 ul li:nth-child(2),.part4 ul li:nth-child(4),.part4 ul li:nth-child(6){margin-right:0 }
.part4 ul li .inpart4r {
    width: 80%;
	height:80%;
    margin-top: 0px;
    margin-left: 10%;
}
.inpart1 .inpart1r {
    padding:0;
    float: left;
    padding-left: 8%;
    width: 92%;
    margin-top: 0;
    position: relative;
}

.inpart2 .inpart1r {
    float: left;
    padding: 0;
    padding-left: 8%;
    width: 90%;
    margin-top: 0;
    position: relative;
}
.inpart2 .inpart1r .title1{ text-align: left}
.inpart2 .fu_titel{text-align: left}
.inpart2 .inpart1r .title2{text-align: left;margin-top: 10px;}
.inpart2 .inpart1r .lingqu{float: left;}
.inpart1 .inpart1r .title2{
        margin-top: 10px;
  
}
.inpart1{padding: 10px 0 10px 0;}
.part4 ul{margin-top: 50px; 
    margin-bottom: 40px;}
.part4{height: 9.6rem; padding-top: 40px;}

footer .ft_left{
	width: 80%;
    text-align: left;
    height: auto;
    margin-left: 10%;}

footer .ft_right{width: 100%;text-align: center;margin-right: 0px;}
footer .ft_right .ad3{    
margin: 50px 0px 10px 0px;
    letter-spacing: 1px;
    font-size: 14px;}	
footer .ft_left img {
	margin:44px auto 0;
	display: block;
}	
.ad{ text-align:center;}	
footer p{text-align:center;}
footer{height: auto;}	
.zy{ display:none;}

.cp	{line-height: .25rem;
    font-size: .24rem;color: #141a1c;}

.part4 ul li .topic{
	margin-top: 20px;font-size: 0.23rem;
	}

.part4 .title,.part5 .title{font-size: 0.24rem;}
.part5 {
    box-sizing: border-box;
    padding: 40px 0 0;}
.part5 ul li{    
padding: 0.2rem 0;
    width: 90%;
    margin-left: 5%;
	height: auto;}
.part5 ul li:nth-child(1), .part5 ul li:nth-child(4) {
    margin-left: 5%;
}
.zy_m{ display:block;}	
.swiper-container_m{width:85%;margin-left:5%;}
.content .swiper-slide .cont{margin: 15px 10px;}
.part8 {
    height:5.1rem;
}
.swiper-wap{position: relative; overflow: hidden;}

 .part10-wrap  .p10-container{ margin-left: 0.1rem; margin-right: 0.1rem;}
 .part10-wrap .p10-container .p10c-box{ width: 96%; margin-left:2%; height: 3.0rem;    }
 .part10-wrap .p10-container .p10c-box .J-hide-box-con a{ color:#fff;margin: 20px 10px;font-size:0.13rem}
 .part10-wrap .p10-container .p10c-box:nth-child(2), .part10-wrap .p10-container .p10c-box:nth-child(6),.part10-wrap .p10-container .p10c-box:nth-child(8){ margin-right:0;}
.part10-wrap .p10-container .p10c-box .img-box{
    font-size: 0.16rem;}
.part10-wrap .p10-container .p10c-box .txt-box p{margin-top: 0;}	
.part10-wrap .absolute{top: 49%;}
.part10-wrap .p10-container .p10c-box .txt-box a{margin-top: 10px;     font-size: 13px;}

.part5 ul li{ box-shadow: 1px 2px 16px #eaeaea;}	
.part5 ul li .topic{margin-top: 5px;font-size: 0.20rem;}	
	footer .ft_bottom h4{ font-size:0.18rem; letter-spacing: 0px;}
.part5 ul li .img4{
	position: absolute;
    right: 15px;
    top: 60%; 
	 width: 13%;}	
.part5 ul li .img3{   
 width: 66px;
    height: 66px;}
	.part10-wrap{ padding: 50px 0 100px 0;}
	.part10-wrap .p10-container{padding-top: 0;}
.part4 ul li .inpart4r p {
    text-align: center;
    padding-top: 32px;
    color: #fff;
    font-size: 0.18rem;
}
.part7 h4{ width:60%; font-size:0.18rem;}
.part7 ul{margin-top: 50px;}
.part7 ul li{ width:32.5%; margin-bottom:0.3rem}
.part7 ul li:nth-child(4),.part7 ul li:nth-child(5),.part7 ul li:nth-child(6){ margin-top:0.2rem;}
.part7 ul li .part_icon{
	width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto 0px;}

.part7 .p1{ font-size: 0.16rem;}
.part7 .p2{ font-size: 0.12rem;}
.page-wrapperInner1{ margin-top:20px;	}
.page-wrapperInner1 .mr-20{    width: 280px; height:auto}
.page-whole{ width:80%; margin-left:10%}
.page-top {
       position: absolute;
    top: 100%;
    left: 0;}
.page-middle {
    position: absolute;
    top: 190%;
    left: 0;right:0
}
.page-bottom {
    position: absolute;
    top: 280%;
    left: 0;
	
}
.wordWrapperI0{ display:none}
.page-cont {
    margin-top: 10px;
    padding: 0 22px;
    line-height: 22px;
    color: #828ba2;
    font-size: 14px;
    text-align: left;
}

.title_top .title span img{width: 20px; height: 20px;}
.part7{    margin: 30px auto 30px;}

.header_hushuo_content .header_container .tab .tab_ul_level1 .tab_li .nav-siblings-ul{    display: block;}
.J-nav-wrap{ display:none}
.header_hushuo_content .header_container .tab .tab_ul_level1 .ywnr01,.header_hushuo_content .header_container .tab .tab_ul_level1 .ywnr02{ display:block}

.title_top h3 { font-size: .24rem;}
.part3{padding-top: 0.7rem;}
.part7 ul li span{top: 0.65rem;}

.part10-wrap .p10-container .p10c-box .hide-box{height: 3rem; top:0;}
.part5 ul li .inpart4r{    margin: 0 20px;}
.part5 ul li:nth-child(1), .part5 ul li:nth-child(3), .part5 ul li:nth-child(5){margin-left: 5%;}
.part5 ul li:nth-child(5){width: 90%;}

.header_hushuo_content .header_container .tab .tab_a{font-size: .11rem;}
.ywnr01,.ywnr02,.ywnr03,.ywnr04{ display:block}
	.J-nav-wrap{ display:none}


}







