@charset "utf-8";
 
.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
.wap .oScroll {
  overflow: auto;
}
.hScroll {
  width: 100%;
  white-space: nowrap;
}
.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.wap .hScroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.vScroll {
  height: 100%;
}
.wap .vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bgct {
  background-color: transparent !important;
}
.enter,
.reset {
  position: relative;
  overflow: hidden;
}
.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.kong {
  pointer-events: none;
}
.aniSpan {
  position: static !important;
  min-height: 1px;
  display: block;
}
/* resetEnd */
.c1 {
  color: #367639;
}
.bgc1 {
  background-color: #367639;
}
.c2 {
  color: #89c52f;
}
.bgc2 {
  background-color: #89c52f;
}
.c3 {
  color: #eddaa2;
}
.bgc3 {
  background-color: #eddaa2;
}
.ca {
  color: #333333;
}
.cc {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 440px;
}
 
a {
  color: #333333;
}
a.on {
  color: #367639;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #367639;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #367639;
  }
}
.vmbox {
  font-size: 14px;
  line-height: 1.4333;
  font-family: 'Microsoft JhengHei', '微软正黑体';
}
.info {
  font-size: 14px;
  line-height: 1.7143;
}
.imax {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.5;
  }
}
::-moz-selection {
  background: #7a950e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #7a950e;
  color: #fff;
  text-shadow: none;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.loading {
  background-image: url(../images/loading.gif);
}
.loading-m {
  background-image: url(../images/loading-m.gif);
}
.load-error {
  background-image: url(../images/error.gif);
}
.ctr,
.btn,
.more,
.link {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.TopLine {
  position: relative;
}
@font-face {
  font-family: "Swiss721BT";
  src: url("fonts/Swiss721BT-BoldCondensed.woff2") format("woff2"), url("fonts/Swiss721BT-BoldCondensed.woff") format("woff"), url("fonts/Swiss721BT-BoldCondensed.ttf") format("truetype"), url("fonts/Swiss721BT-BoldCondensed.eot") format("embedded-opentype"), url("fonts/Swiss721BT-BoldCondensed.svg") format("svg"), url("fonts/Swiss721BT-BoldCondensed.otf") format("opentype");
}
@font-face {
  font-family: "Geometr415";
  src: url("fonts/Geometr415.woff2") format("woff2"), url("fonts/Geometr415.woff") format("woff"), url("fonts/Geometr415.ttf") format("truetype"), url("fonts/Geometr415.eot") format("embedded-opentype"), url("fonts/Geometr415.svg") format("svg"), url("fonts/Geometr415.otf") format("opentype");
}

.w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  
  .w {
    width: 96%;
  }
}
@media (min-width: 1281px) {
  
  .w {
    width: 1200px;
  }
}
@media (min-width: 1441px) {
  
  .w {
    width: 1400px;
  }
}
@media (min-width: 1641px) {
  
  .w {
    width: 1600px;
  }
}
@media (min-width: 1921px) {
  
  .w {
    width: 96%;
  }
}
@media (max-width: 1024px) {
  
  .w {
    width: auto;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (max-width: 640px) {
  
  .w {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
.w-p {
  padding-left: 7.8125%;
  padding-right: 7.8125%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .w-p {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
  }
}
@media screen and (max-width: 1024px) {
  .w-p {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
.dif1,
.sProduct-columns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.dif1:after,
.sProduct-columns .item:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dif1,
  .sProduct-columns .item {
    display: block;
  }
}
.dif2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.dif2:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dif2 {
    display: block;
  }
}
/* ------------------- htmls ------------------- */
.more {
  position: relative;
  z-index: 2;
}
.more.more1 {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  color: #367639;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.more.more1:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px #367639;
  border-radius: inherit;
}
.more.more1:hover {
  background-color: rgba(160, 195, 19, 0.1);
}
.more.more2 {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background-color: #367639;
  color: #fff;
  text-align: center;
}
.more.more2 s {
  font-family: 'SimSun', '宋体';
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .more.more1,
  .more.more2 {
    width: 112px;
    height: 30px;
    line-height: 30px;
  }
}
.module-Scrollbox.y {
  padding-right: 10px;
}
.module-Scrollbox.y .scrollbar {
  height: 100%;
  top: 0;
  background-color: #f1f1f1;
}
.module-Scrollbox.y .scrollbar,
.module-Scrollbox.y .scrollbar .thumb,
.module-Scrollbox.y .scrollbar .track {
  width: 5px;
}
.module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: 0;
  background-color: #367639;
}
.module-Scrollbox.x .scrollbar {
  width: 100%;
  bottom: 0;
  background-color: #f1f1f1;
}
.module-Scrollbox.x .scrollbar,
.module-Scrollbox.x .scrollbar .thumb,
.module-Scrollbox.x .scrollbar .track {
  height: 5px;
}
.module-Scrollbox.x .scrollbar .thumb {
  width: 0;
  left: 0;
  background-color: #367639;
}
.module-Scrollbox.x .overview {
  display: inline-block;
}
.module-Scrollbox .scrollbar {
  /* display: none; */
  position: absolute;
  z-index: 3;
  right: 0;
}
.module-Scrollbox .scrollbar .track {
  position: relative;
}
.module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 2.5px;
  -webkit-transition: all 80ms ease 0s;
  transition: all 80ms ease 0s;
}
.module-Scrollbox .scrollbar .thumb .end {
  height: 5px;
  width: 5px;
}
.module-Scrollbox .viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module-Scrollbox .overview {
  position: relative;
  -webkit-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}
.module-Scrollbox .disable {
  display: none;
}
@media screen and (max-width: 1024px) {
  .module-Scrollbox {
    overflow: auto;
    padding-right: 0;
  }
  .module-Scrollbox .viewport {
    width: auto;
    height: auto;
  }
  .module-Scrollbox .scrollbar {
    display: none !important;
  }
}
/* albumWindow */
#albumWindow {
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.no-supports #albumWindow {
  -webkit-transform: none !important;
          transform: none !important;
}
#albumWindow.visible {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
}
#albumWindow .contain {
  position: absolute;
  z-index: 1;
  left: 48px;
  right: 48px;
  top: 48px;
  bottom: 30px;
}
#albumWindow .contain .list0 {
  width: 400%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
  margin-right: 20px;
}
#albumWindow .contain .item .img,
#albumWindow .contain .item .vmbox {
  width: 100%;
  min-height: 60px;
}
#albumWindow .contain .item .fBar {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
#albumWindow .contain .item .fBar .download {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  color: #367639;
  border-bottom: solid 1px;
  font-size: 14px;
  line-height: 18px;
}
#albumWindow .contain .item.on .fBar {
  -webkit-transition: all 250ms ease 200ms;
  transition: all 250ms ease 200ms;
  opacity: 1;
  visibility: visible;
}
#albumWindow .picName {
  position: absolute;
  left: 0;
  top: -48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
}
#albumWindow .close.btn {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #367639;
}
#albumWindow .close.btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43.2px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO #albumWindow .close.btn s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO #albumWindow .close.btn s:before,
.ysqUEO #albumWindow .close.btn s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #ffffff;
}
.ysqUEO #albumWindow .close.btn s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(5.38477631px, 0);
          transform: rotate(45deg) translate(5.38477631px, 0);
  top: 8px;
}
.ysqUEO #albumWindow .close.btn s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(5.38477631px, 0);
          transform: rotate(-45deg) translate(5.38477631px, 0);
  bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .close.btn s:before,
  .ysqUEO #albumWindow .close.btn s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .ysqUEO #albumWindow .close.btn s:hover:before,
  .ysqUEO #albumWindow .close.btn s:hover:after {
    background-color: #ffffff;
  }
  #albumWindow .close.btn s:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .close.btn s:active {
    color: #ffffff;
  }
}
#albumWindow .close.btn s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#albumWindow .ctr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 120px;
  -webkit-transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  opacity: .8;
  line-height: 120px;
  color: #111111;
  text-align: center;
}
#albumWindow .ctr s {
  color: #367639;
  font-size: 42px;
  font-weight: bold;
}
#albumWindow .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #111111;
  font-size: 40px;
  font-weight: bold;
}
#albumWindow .ctr:hover {
  color: #111111;
}
.ysqUEO #albumWindow .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO #albumWindow .ctr s:before,
.ysqUEO #albumWindow .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #111111;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
@media screen and (min-width: 1025px) {
  #albumWindow .ctr .ysqUEO s:before,
  #albumWindow .ctr .ysqUEO s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  #albumWindow .ctr .ysqUEO:hover s:before,
  #albumWindow .ctr .ysqUEO:hover s:after {
    background-color: #111111;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active s:before,
  #albumWindow .ctr:active s:after {
    background-color: #111111;
  }
}
.ysqUEO #albumWindow .ctr.prev s:before,
.ysqUEO #albumWindow .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO #albumWindow .ctr.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1.5px);
          transform: rotate(-40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1.5px);
          transform: rotate(40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.next s:before,
.ysqUEO #albumWindow .ctr.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO #albumWindow .ctr.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1.5px);
          transform: rotate(-40deg) translateX(1.5px);
}
.ysqUEO #albumWindow .ctr.next s:after {
  -webkit-transform: rotate(40deg) translateX(1.5px);
          transform: rotate(40deg) translateX(1.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr.prev:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.prev:hover s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr.prev:active s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.prev:active s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.next:active s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  #albumWindow .ctr.next:active s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr.reject {
  display: none;
}
#albumWindow .ctr:active {
  opacity: 1;
}
#albumWindow .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
#albumWindow .pagination .container {
  width: 100%;
  margin: 0 !important;
}
#albumWindow .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  border-color: #222;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 0;
  border-style: solid;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
#albumWindow .pagination .btn > em {
  display: none;
}
#albumWindow .pagination .btn.on {
  border-color: #367639;
}
#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}
#albumWindow .originalBtn:hover {
  color: #367639;
}
#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #999999;
}
.formItem .skin:-moz-placeholder {
  color: #999999;
}
.formItem .skin::-moz-placeholder {
  color: #999999;
}
.formItem .skin:-ms-input-placeholder {
  color: #999999;
}
.formItem .skin._focus {
  border-color: #367639 !important;
  /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}
.formItem.red .skin {
  color: #f00 ;
  border-color: #f00 ;
}
.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
/* 组件 */
/* keyframes use */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
          animation-name: zoomIns;
}
.AnflashOver {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
}
.AnflashOver:before {
  -webkit-animation-name: AnflashOver;
          animation-name: AnflashOver;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
}
@-webkit-keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@-webkit-keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
            transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
            transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUps {
  -webkit-animation-name: fadeInUps;
          animation-name: fadeInUps;
}
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
          animation-name: fadeInDowns;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}
@-webkit-keyframes rotateInY {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInY {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInY {
  -webkit-animation-name: rotateInY;
          animation-name: rotateInY;
}
@-webkit-keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mouseRoll {
  -webkit-animation-name: mouseRoll;
          animation-name: mouseRoll;
}
@-webkit-keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mouseRollDelay {
  -webkit-animation-name: mouseRollDelay;
          animation-name: mouseRollDelay;
}
.ysqUEO .abtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .abtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
  background-color: #fff;
  width: 240px;
  height: 240px;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .abtnSc:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0.1;
    visibility: hidden;
  }
  .ysqUEO .abtnSc:hover:after {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
    opacity: 0.15;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.ysqUEO .abtnBd {
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .abtnBd:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  border: 0 solid #aaaaaa;
  border-radius: inherit;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .abtnBd:after {
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .abtnBd:hover:after {
    border-width: 30px;
    opacity: 0.2;
  }
}
.ysqUEO .abtnMask {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #ffffff \9;
}
.ysqUEO .abtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .abtnMask:after {
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .abtnMask:hover:after {
    opacity: .07;
  }
}
/* ysq _ ROW | TR */
.ysqTr,
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ysqTr:after,
.ysqRow:after {
  display: none;
}
.ysqTr:after,
.ysqRow:after {
  display: none;
}
.ysqTr > .cell,
.ysqRow > .col {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: transform 250ms,background 250ms,color 250ms;
  transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
li.kong {
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden;
  margin-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  .ysqTr > .cell3 {
    width: 33.333%;
  }
  .ysqTr > .cell4 {
    width: 25%;
  }
  .ysqRow > .col3 {
    width: 32%;
    margin-left: 2%;
  }
  .ysqRow > .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3:nth-child(1n+4) {
    margin-top: 2.5%;
  }
  .ysqRow > .col4 {
    width: 23.5%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+5) {
    margin-top: 2.5%;
  }
}
@media screen and (min-width: 1441px) {
  .ysqRow > .col5 {
    width: 18.4%;
    margin-left: 2%;
  }
  .ysqRow > .col5:nth-child(5n+1) {
    margin-left: 0;
  }
  .ysqRow > .col5:nth-child(1n+6) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1440px) {
  .ysqRow > .col5 {
    width: 23.5%;
    margin-left: 2%;
  }
  .ysqRow > .col5:nth-child(4n+1) {
    margin-left: 0;
  }
  .ysqRow > .col5:nth-child(1n+5) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .ysqRow > .col3 {
    width: 49%;
    margin-left: 2%;
  }
  .ysqRow > .col3:nth-child(2n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3:nth-child(1n+3) {
    margin-top: 2%;
  }
  .ysqTr > .cell4 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .ysqRow > .col4,
  .ysqRow > .col5 {
    width: 32%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(3n+1),
  .ysqRow > .col5:nth-child(3n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+4),
  .ysqRow > .col5:nth-child(1n+4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 768px) {
  .ysqRow > .col4,
  .ysqRow > .col5 {
    width: 49%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(2n+1),
  .ysqRow > .col5:nth-child(2n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+3),
  .ysqRow > .col5:nth-child(1n+3) {
    margin-top: 2%;
  }
  .loading {
    background-size: 80px 16px;
  }
}
/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  max-width: 80%;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px ;
  max-width: 90%;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
}
.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #333333;
}
.ysqUEO .TAlert .contain .Tclose s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
          transform: rotate(45deg) translate(3.93502884px, 0);
  top: 9px;
}
.ysqUEO .TAlert .contain .Tclose s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
          transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .TAlert .contain .Tclose s:before,
  .ysqUEO .TAlert .contain .Tclose s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .ysqUEO .TAlert .contain .Tclose s:hover:before,
  .ysqUEO .TAlert .contain .Tclose s:hover:after {
    background-color: #333333;
  }
  .TAlert .contain .Tclose s:hover {
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .TAlert .contain .Tclose s:active {
    color: #333333;
  }
}
.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #367639;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease 0s;
  transition: all 330ms ease 0s;
  -webkit-transform: translateY(-100%) scale(0.2);
          transform: translateY(-100%) scale(0.2);
}
.ysqUEO .TAlert.on .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.pageListBox {
  padding-top: 1rem;
}
.pageListBox .pageList {
  position: relative;
  line-height: 38px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 4px;
  font-size: 14px;
}
.pageListBox .pageList ul .ctr a {
  font-weight: bold;
  font-size: 14px;
  font-family: 'SimSun', '宋体' !important;
}


.pageListBox .pageList a {
  display: block;
  border: #d8dce0 solid 1px;
  width: 38px;
  height: 38px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  border-radius: 40px;
  color: #999;
  background-color: #fff;
  -webkit-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList a.selected {
  color: #fff;
  background-color: #367639;
  border-color: #367639;
}
.pageListBox .pageList a:active {
  border-color: #fff !important;
}
@media screen and (min-width: 1025px) {
  .pageListBox .pageList a:hover {
    color: #fff;
    background-color: #367639;
    border-color: #367639;
  }
}
@media screen and (max-width: 1024px) {
  .pageListBox .pageList {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pageListBox .pageList a:active {
    color: #fff;
    background-color: #367639;
    border-color: #367639;
  }
}
@media screen and (max-width: 768px) {
  .pageListBox .pageList {
    line-height: 28px;
  }
  .pageListBox .pageList ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .pageListBox .pageList a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
html {
  font-size: 50px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 95px;
  }
}
@media screen and (max-width: 950px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 90px;
  }
}
@media screen and (max-width: 900px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 85px;
  }
}
@media screen and (max-width: 850px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 75px;
  }
}
@media screen and (max-width: 750px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 70px;
  }
}
@media screen and (max-width: 700px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 65px;
  }
}
@media screen and (max-width: 650px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 45px;
  }
}
.fz60,
.sCulture-brand .oList .oLi i {
  font-size: 60px;
}
@media screen and (max-width: 1440px) {
  .fz60,
  .sCulture-brand .oList .oLi i {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .fz60,
  .sCulture-brand .oList .oLi i {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .fz60,
  .sCulture-brand .oList .oLi i {
    font-size: 40px;
  }
}
.fz48,
.index-head .en,
.index-about-info .df .col .sdt .num,
.sAbout-head .en,
.sAbout-datas .dt,
.sAbout-datas .dd .col .sdt .num,
.sLeague-head .en,
.sLeague-agency .list5 .oLi i {
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 30px;
  }
}
.fz40,
.sLeague-axdvantage .oList .oLi .dt i {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .fz40,
  .sLeague-axdvantage .oList .oLi .dt i {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .fz40,
  .sLeague-axdvantage .oList .oLi .dt i {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fz40,
  .sLeague-axdvantage .oList .oLi .dt i {
    font-size: 26px;
  }
}
.fz36,
.sLeague-head .cn {
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .fz36,
  .sLeague-head .cn {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .fz36,
  .sLeague-head .cn {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fz36,
  .sLeague-head .cn {
    font-size: 24px;
  }
}
.fz32,
.subpage-banner .contain .cn,
.sProduct-info h1,
.sLeague-apply-form .dt {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .fz32,
  .subpage-banner .contain .cn,
  .sProduct-info h1,
  .sLeague-apply-form .dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .fz32,
  .subpage-banner .contain .cn,
  .sProduct-info h1,
  .sLeague-apply-form .dt {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fz32,
  .subpage-banner .contain .cn,
  .sProduct-info h1,
  .sLeague-apply-form .dt {
    font-size: 22px;
  }
}
.fz28,
.index-head .cn,
.index-dexiya-why .head .dt,
.sAbout-head .cn,
.sAbout-history-list .oLi .dt,
.sAbout-honor-txt .dt,
.sCulture-brand .head .dt,
.sProduct-columns .item .txt .dt .cn,
.sProduct-info .dt .cn,
.sCase-head span .cn,
.sLeague-agency .list3 .oLi .txt .dt,
.sNews-view-head h1 {
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 18px;
  }
}
.fz24,
.index-product-list .item .txt h3,
.index-news .col .dt span,
.subpage-banner .contain .en,
.subpage-banner .contain .btn,
.sCulture-intro .oList .oLi .dt,
.sCulture-list3 .col .contain .dt,
.sMien-list .item .txt .cn,
.sProduct-columns .item .txt .dt .en,
.sProduct-info .dt .en,
.sCase-head span .en,
.sCase-messageBoard-form .dt,
.sLeague-axdvantage .oList .oLi .dt,
.sLeague-agency .list5 .oLi p,
.sLeague-apply .tel,
.sSiteMap .firItem .link1,
.sNews-relative .dt span {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 16px;
  }
}
.fz20,
.index-banner .item .contain .btn,
.index-dexiya-why-tab .Tt .dt,
.subpage-banner .contain .hr,
.sCase-list .item .txt h3,
.sLeague-agency .list5 .oLi:before,
.sContact-map .query .df .area-list .item .title {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .fz20,
  .index-banner .item .contain .btn,
  .index-dexiya-why-tab .Tt .dt,
  .subpage-banner .contain .hr,
  .sCase-list .item .txt h3,
  .sLeague-agency .list5 .oLi:before,
  .sContact-map .query .df .area-list .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .fz20,
  .index-banner .item .contain .btn,
  .index-dexiya-why-tab .Tt .dt,
  .subpage-banner .contain .hr,
  .sCase-list .item .txt h3,
  .sLeague-agency .list5 .oLi:before,
  .sContact-map .query .df .area-list .item .title {
    font-size: 16px;
  }
}
.fz18,
.index-about-info .df .col .sdt sup,
.index-dexiya-list4 .col .dt,
.index-news-switch .item h3,
.sAbout-datas .dd .col .sdt sup,
.sCulture-brand .oList .oLi p,
.sMien-list .item .txt .en,
.sProduct-list .item .txt h3,
.sLeague-axdvantage .oList .oLi .dd,
.sNews-list .item h3 {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .fz18,
  .index-about-info .df .col .sdt sup,
  .index-dexiya-list4 .col .dt,
  .index-news-switch .item h3,
  .sAbout-datas .dd .col .sdt sup,
  .sCulture-brand .oList .oLi p,
  .sMien-list .item .txt .en,
  .sProduct-list .item .txt h3,
  .sLeague-axdvantage .oList .oLi .dd,
  .sNews-list .item h3 {
    font-size: 16px;
  }
}
.fz16,
.imax,
.more.more1,
.more.more2,
.index-about-info .dd,
.index-dexiya-why .head .dd,
.index-news-marquee .item h3,
.index-news-list .item h3,
.footer .copyrights,
.sAbout-history-list .oLi .dd p,
.sAbout-honor-slide .item h3,
.sAbout-honor-txt .dd p,
.sProduct-navs,
.sCase-list .item .pic > span,
.sCase-list .item .txt p,
.sCase-messageBoard-form .formItem .skin,
.sLeague-agency .list3 .oLi .txt .dd,
.sLeague-apply-form .formItem .skin,
.sSiteMap .firItem .secNav,
.sNews-relative .dd .item h3,
.sContact-list .col,
.sContact-map .mapContain .mapDT,
.sContact-map .mapContain .mapsInfo .title,
.sContact-map .query .dd .selecter,
.sContact-map .query .df .area-list .item {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .fz16,
  .imax,
  .more.more1,
  .more.more2,
  .index-about-info .dd,
  .index-dexiya-why .head .dd,
  .index-news-marquee .item h3,
  .index-news-list .item h3,
  .footer .copyrights,
  .sAbout-history-list .oLi .dd p,
  .sAbout-honor-slide .item h3,
  .sAbout-honor-txt .dd p,
  .sProduct-navs,
  .sCase-list .item .pic > span,
  .sCase-list .item .txt p,
  .sCase-messageBoard-form .formItem .skin,
  .sLeague-agency .list3 .oLi .txt .dd,
  .sLeague-apply-form .formItem .skin,
  .sSiteMap .firItem .secNav,
  .sNews-relative .dd .item h3,
  .sContact-list .col,
  .sContact-map .mapContain .mapDT,
  .sContact-map .mapContain .mapsInfo .title,
  .sContact-map .query .dd .selecter,
  .sContact-map .query .df .area-list .item {
    font-size: 14px;
  }
}
.fz14,
.index-news-marquee .item .time,
.index-news-list .item p,
.sContact-map .mapContain .mapDD,
.sContact-map .mapContain .mapsInfo .address,
.sContact-map .mapContain .mapsInfo .navigation {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .fz14,
  .index-news-marquee .item .time,
  .index-news-list .item p,
  .sContact-map .mapContain .mapDD,
  .sContact-map .mapContain .mapsInfo .address,
  .sContact-map .mapContain .mapsInfo .navigation {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .pc-hide,
  .m-link {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }
  .m-link {
    display: block;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  }
}
 
 