
@font-face {
    font-family: 'xybicon';  /* project id 249974 */
    src: url('https://at.alicdn.com/t/font_249974_5558edcrv9s.eot');
    src: url('https:https://at.alicdn.com/t/font_249974_5558edcrv9s.eot?#iefix') format('embedded-opentype'),
    url('https:https://at.alicdn.com/t/font_249974_5558edcrv9s.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_249974_5558edcrv9s.woff') format('woff'),
    url('https://at.alicdn.com/t/font_249974_5558edcrv9s.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_249974_5558edcrv9s.svg#iconfont') format('svg');
  }
  .xybicon {
      font-family:"xybicon" !important;
      font-style:normal;
      -webkit-font-smoothing: antialiased;
      -webkit-text-stroke-width: 0.2px;
      -moz-osx-font-smoothing: grayscale;
  }
  img {
  border:0 none;
  }
  ul,ol,li {
  list-style:none;
  padding:0;
  margin:0;
  }
  h1,h2,h3,h4,h5,h6,p {
  margin:0;
  font-weight:normal; 
  }
  a, a:hover, a:active, a:visited, a:focus {
  text-decoration:none;
  }
  /* PC? */
  #lq-wl-header.pc{
      position: relative;
  }
  #lq-wl-header.pc:after{
      z-index: 1699;
      width: 100%;
      height: 80px;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      background: #fff;
  }
  #lq-wl-header.pc .nav_content{
      position: relative;
      left: 0;
      top: 0;
      z-index: 1700;
      width: 100%;
      padding-top: 25px;
      padding-bottom: 25px;
      -webkit-transition: all ease-in-out .4s;
      transition: all ease-in-out .4s;
  }
  .page-product #lq-wl-header.pc .nav_content,
  .page-pd #lq-wl-header.pc .nav_content,
  .page-nd #lq-wl-header.pc .nav_content {
      border-bottom: 1px solid #e1e1e1;
  }
  #lq-wl-header.pc.design .nav_content{
      position: relative;
      height: 90px;
  }
  #lq-wl-header.pc.active .nav_content{
      position: fixed;
      background-color: #fff;
      -webkit-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
      -moz-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
      box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
  }
  .page-school #lq-wl-header.pc.active .nav_content {
      -webkit-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
      -moz-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
      box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
  }
  #lq-wl-header.pc .nav_content .nav-cont {
      width: 100%;
      margin: 0 auto;
  }
  #lq-wl-header.pc .logo{
      float: left;
      width: auto;
      height: 40px;
  }
  #lq-wl-header.pc .logo a{
      display: block;
      height: 40px;
      padding: 0;
      font-size: 0;
  }
  #lq-wl-header.pc .logo .txt {
      margin-left: 1.145833vw;
      font-size: 16px;
      line-height: 22px;
      color: #000;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
  }
  #lq-wl-header.pc .logo .txt em {
      font-style: normal;
      color: #ff0000;
  }
  #lq-wl-header.pc .logo img{
      width: auto;
      height: 100%;
  }
  #lq-wl-header.pc .nav_list{
      width: 50.2857%;
      float: right;
      height: 40px;
  }
  #lq-wl-header.pc .nav_list ul {
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #lq-wl-header.pc .nav_list li{
      float: left;
      height: 40px;
      position: relative;
  }
  #lq-wl-header.pc .nav_list .nav_btn{
      display: block;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      color: #000;
      position: relative;
    transition:all .3s;
    -ms-transition: all .3s; /* IE 9 */
    -moz-transition: all .3s; /* Firefox */
    -webkit-transition: all .3s; /* Safari ? Chrome */
    -o-transition: all .3s; /* Opera */
  }
  #lq-wl-header.pc .nav_list li .nav_btn.active,
  #lq-wl-header.pc .nav_list li:hover .nav_btn{
      color: rgba(98,194,195,1);
  }
  #lq-wl-header.pc .nav_list li .nav_btn:before {
      content: "";
      width: 0;
      height: 2px;
      display: block;
      background: rgba(98,194,195,1);
      position: absolute;
      bottom: 2px;
      left: 50%;
      margin-left: -6px;
    transition:all .3s;
    -ms-transition: all .3s; /* IE 9 */
    -moz-transition: all .3s; /* Firefox */
    -webkit-transition: all .3s; /* Safari ? Chrome */
    -o-transition: all .3s; /* Opera */
  }
  #lq-wl-header.pc .nav_list li .nav_btn.active:before,
  #lq-wl-header.pc .nav_list li:hover .nav_btn:before {
      width: 12px;
  }
  #lq-wl-header.pc .nav_list .fath_item .nav_btn {
      pointer-events: none;
  }
  #lq-wl-header.pc .nav_list .nav_btn.drop{
      /* padding-right: 20px; */
  }
  #lq-wl-header.pc .nav_list .nav_btn .xybicon{
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      font-size: 16px;
      color: #333;
      position: absolute;
      right: 0;
      top: 12px;
      display: none;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
  }
  #lq-wl-header.pc .nav_list li:hover .nav_btn .xybicon{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      color: rgba(98,194,195,1);
  }
  #lq-wl-header.pc .nav_list .nav_btn .xybicon:after{
      content: "\e7c3";
  }
  #lq-wl-header.pc .nav_list .nav_drop{
      position: absolute;
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      padding-top: 15px;
      margin-left: -10px;
  }
  #lq-wl-header.pc .nav_list .drop_content{
      background-color: #f5f5f5;
      padding: 8px;
      text-align: center;
      border-radius: 5px;
      -webkit-animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
      animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
      box-shadow: 0 0 10px #ccc;
      -webkit-box-shadow: 0 0 10px #ccc;
      display: none;
      position: relative;
  }
  @-webkit-keyframes avia_pop {
      0% { -webkit-transform:scale(0.8); }
      100% { -webkit-transform:scale(1); }
  }
  @keyframes avia_pop {
      0% { transform:scale(0.8); }
      100% { transform:scale(1); }
  }
  #lq-wl-header.pc .nav_list .drop_content:after{
      content: "";
      width: 12px;
      height: 12px;
      display: block;
      background-color: #f5f5f5;
      position: absolute;
      top: -2px;
      left: 50%;
      transform: rotate(45deg) translateX(-50%);
      -webkit-transform: rotate(45deg) translateX(-50%);
  }
  #lq-wl-header.pc .nav_list .drop_content .nav_drop_btn{
      display: block;
      padding: 0 12px;
      border-radius: 5px;
      text-align: left;
      white-space:nowrap;
      font-size: 14px;
      height: 32px;
      line-height: 32px;
      color: #000;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
  }
  #lq-wl-header.pc .nav_list .drop_content .nav_drop_btn:hover{
      color: rgba(98,194,195,1);
      background-color: #fff;
  } 
  /**/
  #lq-wl-header.pc .search-bg {
      width: 100%;
      height: 80px;
      display: block;
      background: rgba(255,255,255,0.6);
      position: fixed;
      top: 80px;
      left: 0;
      z-index: 1699;
      display: none;
  }
  /* 移动? */
  #g_web{
      position: relative;
      right: 0;
      transition: all .4s cubic-bezier(.5,0,0,1);
      -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
  }
  #g_web.active{
      right: 80vw;
  }
  #g_body.active{
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: fixed;
  }
  #lq-wl-header.mob{
      height: 15vw;
  }
  #lq-wl-header.mob .header{
      width: 100%;
      height: 15vw;
      background-color: #fff;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 2001;
      transition: all .4s cubic-bezier(.5,0,0,1);
      -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
  }
  #lq-wl-header.mob .header.active{
      right: 80vw;
  }
  #lq-wl-header.mob .header .header_block{
      height: 15vw;
      text-align: center;
      position: relative;
      z-index: 2001;
      background-color: #fff;
      box-shadow: 0 0 2vw #eee;
      -webkit-box-shadow: 0 0 2vw #eee;
  }
  #lq-wl-header.mob .header .logo{
      width: auto;
      text-align: left;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      display: block;
      padding: 3.5vw 15px;
      margin: 0 auto;
  }
  #lq-wl-header.mob .header .logo img{
      height: 8vw;
      width: auto;
  }
  #lq-wl-header.mob .header .nav_icon{
      width: 15vw;
      height: 15vw;
      padding: 4.5vw 0;
      display: block;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
  }
  #lq-wl-header.mob .header .nav_icon .xybicon{
      font-size: 6vw;
      color: #000;
      height: 6vw;
      display: block;
      text-align: center;
      line-height: 6vw;
  }
  #lq-wl-header.mob .header .nav_icon .xybicon:after{
      content: "\e7ff";
  }
  @-webkit-keyframes avia_pop {
      0% { -webkit-transform:scale(0.8); }
      100% { -webkit-transform:scale(1); }
  }
  @keyframes avia_pop {
      0% { transform:scale(0.8); }
      100% { transform:scale(1); }
  }
  #lq-wl-header.mob .nav{
      position: fixed;
      height: 100%;
      width: 80vw;
      padding: 0 5vw;
      padding-bottom: 15vw;
      z-index: 2003;
      right: -80vw;
      top: 0;
      background-color: #f3f3f3;
      transition: all .4s cubic-bezier(.5,0,0,1);
      -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
  }
  #lq-wl-header.mob .nav.active{
      right: 0;
      box-shadow: 0 0 3vw #333;
      -webkit-box-shadow: 0 0 3vw #333;
  }
  #lq-wl-header.mob .close_btn{
      width: 100vw;
      height: 100vh;
      background-color: #000;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 2002;
      opacity: 0;
      pointer-events: none;
      transition: all .4s cubic-bezier(.5,0,0,1);
      -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
  }
  #lq-wl-header.mob .close_btn.active{
      opacity: 0.5;
      pointer-events: all;
  }
  #lq-wl-header.mob .nav .company{
      color: rgba(98,194,195,1);
      text-align: center;
      font-size: 6vw;
      line-height: 9vw;
      padding: 3vw 0;
      font-weight: 900;
      border-bottom: 1px solid #ccc;
  }
  #lq-wl-header.mob.en .nav .company{
      line-height: 7vw;
  }
  #lq-wl-header.mob.cn .nav .company{
      font-family: "header_title_cn";
      font-size: 6vw;
  }
  #lq-wl-header.mob .nav .nav_content{
  }
  #lq-wl-header.mob .nav #nav_list{
      text-align: center;
      padding-top: 5vw;
  }
  #lq-wl-header.mob .nav #nav_list li{
      border-bottom: 1px solid #fff;
      padding: 1.5vw 0;
      position: relative;
  }
  #lq-wl-header.mob .nav #nav_list .nav_btn{
      font-size: 4vw;
      display: block;
      line-height: 9vw;
      color: #000;
      position: relative;
      z-index: 1;
      font-weight: 900;
  }
  #lq-wl-header.mob .nav #nav_list li:last-child .nav_btn{
      border-bottom: none;
  }
  #lq-wl-header.mob .nav #nav_list li.active .nav_btn{
      background-color: rgba(98,194,195,1);
      color: #fff;
      border-radius: 1vw;
  }
  #lq-wl-header.mob .nav #nav_list .drop_btn{
      position: absolute;
      right: 3vw;
      top: 1.5vw;
      z-index: 2;
      width: 9vw;
      height: 9vw;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
  }
  #lq-wl-header.mob .nav #nav_list .drop_btn.active{
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
  }
  #lq-wl-header.mob .nav #nav_list .drop_btn .xybicon{
      height: 9vw;
      display: block;
      width: 9vw;
      text-align: center;
      line-height: 9vw;
      font-size: 5vw;
      color: rgba(98,194,195,1)
  }
  #lq-wl-header.mob .nav #nav_list li.active .drop_btn .xybicon{
      color: #fff;
  }
  #lq-wl-header.mob .nav #nav_list .drop_btn .xybicon:after{
      content: "\e79b";
  }
  #lq-wl-header.mob .nav .nav_drop{
      display: none;
      width: 50vw;
      margin: 0 auto;
      text-align: center;
  }
  #lq-wl-header.mob.en .nav .nav_drop{
      width: 60vw;
  }
  #lq-wl-header.mob .nav .nav_drop .drop_content{
      padding: 3vw 0;
      background-color: #f9f9f9;
      border-radius: 1vw;
      margin-top: 3vw;
      position: relative;
  }
  #lq-wl-header.mob.en .nav .nav_drop .drop_content{
      padding: 2vw 0;
  }
  #lq-wl-header.mob .nav .nav_drop .drop_content:after{
      content: "";
      width: 3vw;
      height: 3vw;
      display: block;
      background-color: #f9f9f9;
      position: absolute;
      top: -1.5vw;
      right: 23.5vw;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
  }
  #lq-wl-header.mob.en .nav .nav_drop .drop_content:after{
      right: 28.5vw;
  }
  #lq-wl-header.mob .nav .nav_drop .nav_drop_btn{
      display: block;
      padding: 0 3vw;
      font-size: 3.5vw;
      line-height: 10vw;
      color: #000;
      font-weight: 900;
      text-align: center;
  }
  #lq-wl-header.mob.en .nav .nav_drop .nav_drop_btn{
      line-height: 5vw;
      margin: 3.5vw 0;
  }
  #lq-wl-header.mob .nav .tel {
      padding: 15px 0;
      font-size: 3.8vw;
      line-height: 1.5;
      text-align: center;
  }
  #lq-wl-header.mob .nav .tel em {
      font-style: normal;
      color: #ff0000;
  }
  @media (min-width: 1440px) {
      #laymod_650784 .pc-contain {
          width: 1400px;
          padding: 0;
      }
  }
  @media (max-width: 1199px) {
      #lq-wl-header.pc .logo img {
          padding: 3px 0;
      }
      #lq-wl-header.pc .nav_list .nav_btn {
          font-size: 14px;
      }
      #lq-wl-header.pc .logo .txt {
          font-size: 12px;
      }
  }
  @media (max-width: 991px) {
      #lq-wl-header.pc .nav_list {
          width: 100%;
      }
  }
            *, ::after, ::before {
      -webkit-box-sizing:border-box;
      box-sizing:border-box;
      }
      img {
      border:0 none;  
      }
      ul,ol,li {
      list-style:none;
      padding:0;
      margin:0;
      }
      h1,h2,h3,h4,h5,h6,p {
      /*margin:0;*/
      font-weight:normal; 
      }
      a, a:hover, a:active, a:visited {
      text-decoration:none;
      }
      /*模版整体控制*/
      #laymod_646884 {
        position:relative;
        overflow:hidden;
          font-family:"PingHei","Lucida Grande","Lucida Sans Unicode";
      }
      #laymod_646884 #jh_newsinfo_1>.bg {
        position:absolute;
        z-index: 1;
        width:100%;
        height:100%;
        top:0;
        left:0;
      }
      #laymod_646884 #jh_newsinfo_1>.bg_img {
        z-index:2;
      }
      #laymod_646884 .bodyCont_width {
        position:relative;
        z-index: 4;
      }
      /*模版主体部分*/
      #laymod_646884 .newsdetail>div {
        padding:0;
      }
      #laymod_646884 .xyb_title {
        margin:0 0 10px 0;
      }
      #laymod_646884 .xyb_title h1 {
        text-align:center;
        font-size:20px;
        color:#333;
        line-height:1.5;
      }
      #laymod_646884 .xyb_title h3 {
        text-align:center;
        font-size:14px;
        color:#333;
        line-height:1.5;
        opacity: 0.8;
      }
      #laymod_646884 .xyb_news_info {
        text-align:center;
        font-size:13px;
        color:#999;
        opacity: 0.6;
        -moz-opacity: 0.6;
        filter:alpha(opacity=60);
        line-height:1;
        margin:0 0 20px 0;
      }
      #laymod_646884 .news_line {
        background:#eee;
        height:1px;
      }
      #laymod_646884 .xyb_news_content {
        font-size:13px;
        line-height:2;
        color:#333;
        min-height:300px;
        margin:0 0 20px 0;
      }
      #laymod_646884 .xyb_news_content img {
        max-width:100%;
      }
      #laymod_646884 .xyb_news_content table {
        border:1px solid #eee;
        border-right:0 none;
        border-bottom:0 none;
      }
      #laymod_646884 .xyb_news_content table td {
        border-right:1px solid #eee;
        border-bottom:1px solid #eee;
        padding:5px;
      }
      #laymod_646884 .xyb_news_tool {
        padding:20px 0;
        /* overflow:hidden; */
        position:relative;
        color: #eee;
      }
      #laymod_646884 .xyb_news_tool:before,
      #laymod_646884 .xyb_news_tool:after {
        content:"";
        display:block;
        width:100%;
        height:1px;
        position:absolute;
        left:0;
        background:currentColor;
      }
      #laymod_646884 .xyb_news_tool:before {
        top:0;
      }
      #laymod_646884 .xyb_news_tool:after {
        bottom:0;
      }
      #laymod_646884 .tool_left ul {
        padding: 10px 0;
      }
      #laymod_646884 .tool_left ul:after,
      #laymod_646884 .tool_right ul:after {
        content: "";
        display: block;
        clear: both;
      }
      #laymod_646884 .tool_left li {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
      }
      #laymod_646884 .tool_left li span {
        color:#333;
        font-size:13px;
        line-height:1.6;
        display:inline-block;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter:alpha(opacity=40);
      }
      #laymod_646884 .tool_left li a {
        color:#333;
        font-size:13px;
        line-height:1.6;
        transition:all 0.3s ease 0s;
        -moz-transition:all 0.3s ease 0s;
        -webkit-transition:all 0.3s ease 0s;
        -o-transition:all 0.3s ease 0s;
        display:inline-block;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter:alpha(opacity=40);
        vertical-align: top;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 52px);
      }
      #laymod_646884 .tool_right ul {
        margin-bottom:0;
        position:relative;
      }
      #laymod_646884 .tool_right li {
        position: relative;
        color:#333;
        font-size:13px;
      }
      .design-html #laymod_646884 .tool_right li .fix_pb {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%;
        height: 100%;
      }
      #laymod_646884 .tool_right li.share:after {
        content:"";
        display:block;
        width:1px;
        height:100%;
        background:currentColor;
        position:absolute;
        right:0;
        top:0;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter:alpha(opacity=40);
      }
      #laymod_646884 .tool_right li.share>span {
        padding:0;
        display: inline-block;
        vertical-align: top;
        line-height: 60px;
      }
      #laymod_646884 .tool_right li.share>span.title {
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter:alpha(opacity=40);
        color: #333;
      }
      #laymod_646884 .tool_right li.share>span a {
        padding: 0 !important;
        /* background-color:transparent !important; */
        transform: scale(0.8, 0.8);
        webkit-transform: scale(0.8, 0.8);
        -moz-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transition:all 0.3s ease 0s;
        -moz-transition:all 0.3s ease 0s;
        -webkit-transition:all 0.3s ease 0s;
        -o-transition:all 0.3s ease 0s;
        margin:0;
        opacity: 0.9;
        -moz-opacity: 0.9;
        filter:alpha(opacity=90);
      }
      #laymod_646884 .tool_right li.share>span a .at-icon-wrapper {
        color: #333;
      }
      #laymod_646884 .tool_right li.share>span a .at-icon {
        fill:currentColor !important;
        transition:all 0.3s ease 0s;
        -moz-transition:all 0.3s ease 0s;
        -webkit-transition:all 0.3s ease 0s;
        -o-transition:all 0.3s ease 0s;
      }
      #laymod_646884 .tool_right li.share>span.xyb_share {
        /* padding: 14px 0 !important; */
      }
      #laymod_646884 .tool_right li.back a {
        color:#333;
        transition:all 0.3s ease 0s;
        -moz-transition:all 0.3s ease 0s;
        -webkit-transition:all 0.3s ease 0s;
        -o-transition:all 0.3s ease 0s;
        line-height:60px;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter:alpha(opacity=40);
      }
      #laymod_646884 .tool_right li.back a span {
        padding:0 10px 0 0;
      }
      #laymod_646884 .active_false .tool_right li.share>span a:hover {
        /* background-color:transparent !important; */
        opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=100);
      }
      #laymod_646884 .active_false .tool_right li.share>span a:hover .at-icon {
        fill:rgba(98,194,195,1) !important;
        opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=100);
      }
      #laymod_646884 .active_false .tool_right li.back a:hover {
        color:rgba(98,194,195,1);
        text-decoration:none;
        opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=100);
      }
      #laymod_646884 .active_false .tool_left li a:hover {
        color:rgba(98,194,195,1);
        text-decoration:none;
        opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=10);
      }
      @media (min-width:992px) {
        #laymod_646884 .tool_right li.back a {
          display:block;
          font-size:0;
        }
        #laymod_646884 .tool_right li.back a span {
          display:inline-block;
          font-size:13px;
          vertical-align: middle;
        }
        #laymod_646884 .tool_right li.back a .pcfont0 {
          width:30px;
        }
      }
      /*直接控制小于992px屏幕时css*/
      @media (max-width:991px) {
        #laymod_646884 .tool_right li.share:after {
          display:none;
        }
        #laymod_646884 .tool_left li,
        #laymod_646884 .tool_right li {
          padding:0;
        }
        #laymod_646884 .xyb_title h1 {
          font-size:1.6rem;
          line-height:1.5;
        }
        #laymod_646884 .xyb_news_content p {
          line-height:1.5 !important;
          font-size:1.4rem;
          text-align:justify;
        }
        #laymod_646884 .xyb_news_content span,
        #laymod_646884 .xyb_news_content strong {
          font-size:1.4rem;
          line-height:1.5 !important;
        }
        #laymod_646884 .tool_left li a,
        #laymod_646884 .tool_left li span {
          line-height: 2;
        }
        #laymod_646884 .tool_right li.share>span {
          line-height: 34px;
        }
        #laymod_646884 .tool_right li.back {
          padding-bottom: 10px;
        }
        #laymod_646884 .tool_right li.back a {
          line-height: 24px;
        }
        #laymod_646884 .tool_right li.share>span.xyb_share {
          padding: 1px 0 !important;
        }
      }
      @media (max-width:767px) {
        #laymod_646884 .tool_left ul {
          padding: 10px 0 0 0;
        }
        #laymod_646884 .tool_right li.back a {
          font-size: 15px;
        }
      }
        #laymod_646884 .active_true .tool_right ul {
          padding: 14px 0;
        }
        #laymod_646884 .active_true .tool_right li.back {
          padding: 5px 0;
        }
            /** Generated by FG **/
  @font-face {
    font-family: 'Conv_bahnschrift';
    src: url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.eot');
    src: local('?'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.otf') format('woff'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.ttf') format('truetype'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'xybicon';  /* Project id 249974 */
    src: url('https://at.alicdn.com/t/font_249974_fz40mwyn3eo.woff2?t=1624409674567') format('woff2'),
         url('https://at.alicdn.com/t/font_249974_fz40mwyn3eo.woff?t=1624409674567') format('woff'),
         url('https://at.alicdn.com/t/font_249974_fz40mwyn3eo.ttf?t=1624409674567') format('truetype');
  }
  .xybicon {
      font-family:"xybicon" !important;
      font-style:normal;
      -webkit-font-smoothing: antialiased;
      -webkit-text-stroke-width: 0.2px;
      -moz-osx-font-smoothing: grayscale;
  }
  #laymod_650785 #lq-footer-wl {
  }
  /* 主体内容 */
  #laymod_650785 #lq-footer-wl .footer-content {
    filter: alpha(opacity=90); /*支持 IE 浏览?*/ 
    -moz-opacity: 0.9; /*支持 FireFox 浏览?*/ 
    opacity: 0.9; /*支持 Chrome, Opera, Safari 等浏览器*/ 
  }
  #laymod_650785 #lq-footer-wl .footer-content:before {
  }
  #laymod_650785 #lq-footer-wl .footer-block {
    padding-bottom: 35px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top {
    padding-top: 41px;
    padding-bottom: 33px;
    font-size: 0;
    overflow: hidden;
    border-bottom: 1px solid #3B3B3B;
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .share-block {
    float: left;
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .share-block .share-tit {
    font-size: 14px;
    color: #8A8A8A;
    line-height: 22px;
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .share-block li {
    margin-left: 22px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .share-item a {
    font-size: 22px;
    color: #4D4D4D;
    transition:all .3s;
    -ms-transition: all .3s; /* IE 9 */
    -moz-transition: all .3s; /* Firefox */
    -webkit-transition: all .3s; /* Safari ? Chrome */
    -o-transition: all .3s; /* Opera */
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .share-item a:hover {
    color: rgba(98,194,195,1);
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .wechat-item .xybicon:before {
    content: "\e728";
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .sina-item .xybicon:before {
    content: "\e687";
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .qq-item .xybicon:before {
    content: "\e729";
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-top .douyin-item .xybicon:before {
    content: "\ea28";
  }
  #laymod_650785 #lq-footer-wl .footer-block .logo-block {
    float: right;
  }
  #laymod_650785 #lq-footer-wl .footer-block .logo-block img {
    height: 30px;
  }
  #laymod_650785 #lq-footer-wl .footer-block .qrcode-block img {
    width: 100%;
    max-width: 120px;
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item {
    width: 150px;
    float: left;
  }
  #laymod_650785 #lq-footer-wl .footer-block .footer-navlist {
    padding-top: 55px;
    width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item h5 a,
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact h5 a {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    display:block;
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item h5 span,
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact h5 span {
    position: relative;
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item h5 em,
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact h5 em {
    display: none;
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item .item-line {
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item .item-line:before {
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item .foot-ul {
  }
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact .foot-ul li,
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact .foot-ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #8A8A8A; 
  }
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact .foot-ul li em {
    font-style: normal;
  }
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact .foot-ul li em.empty-name {
    width: 91px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact .ser-tel {
    margin-top: 3px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #8A8A8A;
    line-height: 40px;
  }
  #laymod_650785 #lq-footer-wl .footer-block .foot-contact .ser-tel .tel {
    font-size: 30px;
    line-height: 40px;
    color: #33CABA;
    vertical-align: middle;
    font-family: 'Conv_bahnschrift';
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item .foot-ul a,
  #laymod_650785 #lq-footer-wl .footer-block .column-item .foot-ul span {
    font-size: 14px;
    line-height: 30px;
    color: #8A8A8A;
    display: block;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  #laymod_650785 #lq-footer-wl .footer-block .column-item .foot-ul a:hover,
  #laymod_650785 #lq-footer-wl .footer-block .column-item .foot-ul a:hover span {
    color: #fff; 
  }
  #laymod_650785 #lq-footer-wl .footer-line {
    clear:both;
    display: block;
  }
  /* 版权 */
  #laymod_650785 #lq-footer-wl .footer-copyright {
    background: none;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .copy-right {
    width: 100%;
    border: none;
    padding-top: 41px;
    padding-bottom: 41px;
    float: none;
    overflow: hidden;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .copy-right a,
  #laymod_650785 #lq-footer-wl .footer-copyright .copy-right p {
    padding: 0 7px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    color: rgba(255,255,255,.2);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .copy-right .copy-infor {
    font-size: 14px;
    line-height: 2;
    color: #585858;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .copy-right a:hover {
  }
  #laymod_650785 #lq-footer-wl .footer-copyright a:last-child {
    margin-right: 0;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block {
    display: inline;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block a {
    padding:0 14px;
    font-size: 14px;
    color: #585858;
    line-height: 2;
    position: relative;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block a:before {
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block a:last-child {
    padding-right: 0;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block a:first-child {
    padding-left: 0;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block a:first-child:before {
    display: none;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .copy-right a:hover,
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block a:hover {
    color: #fff;
  }
  #laymod_650785 #lq-footer-wl .footer-copyright .backage-block .line {
    margin: 0 9px;
    color: #fff;
    color: rgba(255,255,255,.3);
  }
  /****/
  /**点击注册弹窗**/
  #laymod_650785 #mob-btn .regist-btn {
    width: 80%;
    height: 44px;
    line-height: 44px;
    display: block;
    position: fixed;
    bottom: 5vw;
    z-index: 2002;
    left: 10%;
    text-align: center;
    font-size: 4.3vw;
    color: #fff;
    background: rgba(98,194,195,1);
    -webkit-box-shadow: 0px 0px 20px rgba(98, 194, 195, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(98, 194, 195, 0.2);
    box-shadow: 0px 0px 20px rgba(98, 194, 195, 0.2);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  #laymod_650785 #mob-btn .regist-cont {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2002;
    background: rgba(0,0,0,.45);
    display: none;
  }
  #laymod_650785 #mob-btn .regist-detail h5 {
    margin-bottom: 15px;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.5;
    color: #222;
    text-align: center;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      width: 89.6%;
      background: #fff;
      box-shadow: 0 0.20514rem 0.95732rem 0 rgba(0,0,0,.12);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: start;
      justify-content: flex-start;
      padding: 20px 15px;
  }
  #laymod_650785 #mob-btn .regist-cont .close-btn {
    position: absolute;
    right: 0;
    top: -40px;
  }
  #laymod_650785 #mob-btn .regist-cont .close-btn .xybicon {
    font-size: 20px;
    color: #eee;
  }
  #laymod_650785 #mob-btn .regist-cont .close-btn .xybicon:before {
    content: "\e66d";
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-infor {
    width: 100%;
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-infor .regist-pic {
    width: 40%;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-infor .regist-pic img {
    width: 100%;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-txt {
    padding-left: 5px;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-txt li {
    padding-left: 4vw;
    font-size: 4vw;
    line-height: 2;
    position: relative;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-txt li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: rgba(98,194,195,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-txt li em {
    font-style: normal;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-txt .txt {
    font-size: 4vw;
    line-height: 2;
    color: #999;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-txt .txt .xybicon {
    margin-right: 5px;
  }
  #laymod_650785 #mob-btn .regist-cont .regist-detail .regist-txt .txt .xybicon:before {
    content: "\ea41";
  }
  /**************************/
  #laymod_650785 #pc-btn .regist-cont {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2002;
    display: none;
  }
  #laymod_650785 #pc-btn .regist-cont .regist-detail {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      width: 310px;
      background: #fff;
      box-shadow: 0 0.20514rem 0.95732rem 0 rgba(0,0,0,.12);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: start;
      justify-content: flex-start;
      padding: 20px 15px;
      z-index: 2003;
  }
  #laymod_650785 #pc-btn .regist-cont .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
  }
  #laymod_650785 #pc-btn .regist-cont .close-btn .xybicon {
    font-size: 24px;
    color: #aaa;
  }
  #laymod_650785 #pc-btn .regist-cont .close-btn .xybicon:before {
    content: "\e7d3";
  }
  .regist-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    background: rgba(0,0,0,.45);
  }
  /*********/
  /* @media (max-width: 1400px) {
    #laymod_650785 .pc-contain {
      width: 1280px;
      padding: 0;
      margin: 0 auto;
    }
  } */
  @media (max-width:1199px) {
  }
  @media (min-width: 992px) {
    #laymod_650785 #lq-footer-wl .footer-block .column-item {
      width: 132px;
    } 
  }
  @media (min-width: 1200px) {
    #laymod_650785 #lq-footer-wl .footer-block .column-item {
      width: 208px;
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item.foot-join {
      padding-left: 35px;
    }
    #laymod_650785 #lq-footer-wl .footer-block .foot-contact {
      width: 306px;
    }
  }
  @media (min-width: 1440px) {
    #laymod_650785 .pc-contain {
      width: 1400px;
      padding: 0;
    }
  }
  @media (max-width: 991px) {
    #laymod_650785 #lq-footer-wl .footer-block .column-item {
      width: 100%;
      float: left;
    }
  }
  @media (max-width:767px) {
    #laymod_650785 #lq-footer-wl .footer-content:before {
      display: none;
    }
    #laymod_650785 #lq-footer-wl .footer-block {
      padding:0;
      margin-bottom: 20px;
      display: block;
    }
    #laymod_650785 #lq-footer-wl .footer-block .footer-top {
      padding: 20px 15px;
    }
    #laymod_650785 #lq-footer-wl .footer-block .footer-top .share-block {
      width: 100%;
    }
    #laymod_650785 #lq-footer-wl .footer-block .logo-block {
      float: none;
      text-align: center;
    }
    #laymod_650785 #lq-footer-wl .footer-block .logo-block img {
    }
    #laymod_650785 #lq-footer-wl .footer-block .foot-about,
    #laymod_650785 #lq-footer-wl .footer-block .foot-contact {
      width: 100%;
      float:left;
      text-align: left;
      position: relative;
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item {
      max-height: 45px;
      border-bottom: 1px solid rgba(255,255,255,.2);
      -webkit-transition: max-height .3s cubic-bezier(.33,0,0,1);
      transition: max-height .3s cubic-bezier(.33,0,0,1);
      overflow: hidden;
    }
    #laymod_650785 #lq-footer-wl .footer-block .foot-contact {
      border-bottom: 0;
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item.active {
      max-height: 304px;
      will-change: transform,max-height;
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item .foot-ul {
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item .foot-ul a {
      display: block;
      padding-left: 1.5em;
    }
    #laymod_650785 #lq-footer-wl .footer-copyright {
      padding: 15px;
    }
    #laymod_650785 #lq-footer-wl .footer-copyright .copy-right,
    #laymod_650785 #lq-footer-wl .footer-copyright .backage-block {
      width: 100%;
      text-align: center;
    }
    #laymod_650785 #lq-footer-wl .footer-copyright .copy-right p,
    #laymod_650785 #lq-footer-wl .footer-copyright .backage-block a {
      line-height: 30px;
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item h5 a,
    #laymod_650785 #lq-footer-wl .footer-block .foot-contact h5 a {
      font-size: 15px;
      line-height: 45px;
    }
    /* 展开下拉样式 */
    #laymod_650785 #lq-footer-wl .footer-block .column-item h5 em {
      display: block;
      font-style: normal;
      float: right;
      padding-right: 1rem;
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%;
      font-size: 12px;
      line-height: 45px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item.active h5 em {
  /*     will-change: transform;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); */
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item .item-line {
      display: none;
    }
    #laymod_650785 #lq-footer-wl .footer-block .column-item h5 {
      margin-bottom: 4px;
    }
    #laymod_650785 #lq-footer-wl .footer-block .footer-navlist {
      width: 100%;
      padding: 15px;
      display: block;
    }
    #laymod_650785 #lq-footer-wl .footer-copyright .copy-right {
      padding: 0;
    }
    #laymod_650785 #lq-footer-wl .footer-block .foot-qrcode h5 {
      display: none;
    }
    #laymod_650785 #lq-footer-wl .footer-block .foot-contact .foot-ul li,
    #laymod_650785 #lq-footer-wl .footer-block .foot-contact .foot-ul li a {
      line-height: 2;
    }
    #laymod_650785 #lq-footer-wl .footer-copyright .copy-right a,
    #laymod_650785 #lq-footer-wl .footer-copyright .copy-right p {
      font-size: 3.2vw;
      line-height: 1.6;
    }
    #laymod_650785 #lq-footer-wl .footer-block .foot-contact .ser-tel {
      margin-bottom: 15px;
    }
  }
            img {
    border:0 none;
  }
  i,em {
    font-style:normal;
  }
  ul,ol,li {
    list-style:none;
    padding:0;
    margin:0;
  }
  h1,h2,h3,h4,h5,h6,p {   
    margin:0;
    font-weight:normal;   
  }
  a, a:hover, a:active, a:visited, a:focus {   
    text-decoration:none;
  }
  /*模版整体控制*/   
  #laymod_790529 #jh2_link_2 {
    position:relative;
    overflow: hidden;
      font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
  }
  #laymod_790529 .bg {
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
  }
  #laymod_790529 .bg_img {
    z-index:2;
  }
  #laymod_790529 .bodyCont_width {   
    position:relative;
    opacity: 1;
    z-index:4;
    padding-left: 0;
    padding-right: 0;
  }
  #laymod_790529 .bodyCont_width .link_list li {
      display: inline-block;
      margin-right: 4px;
      line-height: 2;
      text-align: center;
  }
  #laymod_790529 .bodyCont_width .link_list li .fl,
  #laymod_790529 .bodyCont_width .link_list li a {
      color: #666;
      transition:all .35s ease-out;
      -webkit-transition:all .35s ease-out;
  }
  #laymod_790529 .active_false .bodyCont_width .link_list li a:hover {
      color: rgba(98,194,195,1);
  }
  @media(max-width: 767px) {
      #laymod_790529 .bodyCont_width {   
        padding-left: 15px;
        padding-right: 15px;
      }
  }