<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*,
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body,
button,
input,
select,
textarea {
  font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
}
body {
  font-size: 14px;
  color: #666;
  background: #fff;
  line-height: 1.4;
  word-break: break-all;
  text-transform: Capitalize;
}
ul,
ul li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  -webkit-user-drag: none;
}
em,
i {
  font-style: normal;
}
a,
button {
  cursor: pointer;
  color: #666;
}
a,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
  outline: 0 !important;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 750pt #fff inset;
}
.clear,
.clearfix:after {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.clear,
.clearfix:after,
.hide {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mc {
  margin: 0 auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
}
::-moz-selection {
  background: #a7bd06;
  color: #fff;
}
::selection {
  background: #a7bd06;
  color: #fff;
}
::-moz-selection {
  background: #a7bd06;
  color: #fff;
}
.mypage {
  height: 33px;
  text-align: center;
}
.mypage a,
.mypage em {
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border: 1px solid #e1e4e8;
  color: #313131;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  margin-left: -1px;
  padding: 7px 12px;
  position: relative;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.mypage a:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.mypage em {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 0;
}
.mypage a:hover {
  background: #efefef;
}
.mypage a.cur {
  background-color: #cb902d;
  border-color: #cb902d;
  color: #fff;
  z-index: 3;
}
a.imgzoom-ock {
  transition: all 0.3s ease 0s;
}
a.imgzoom-ock:hover {
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
a.imgzoom img {
  transition: all 0.3s ease 0s;
}
a.imgzoom:hover img {
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.minwp,
.wp,
.sm-wp {
  max-width: 92%;
  margin: 0 auto;
}
a.imgzoom:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.swiper-container {
  cursor: pointer;
}
.wp {
  width: 1600px;
}
.minwp {
  width: 1300px;
}
.sm-wp {
  width: 1470px;
}
.border-round-back {
  width: 50px;
  height: 50px;
  background: #cb902d;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  display: block;
}
.grid &gt; div:hover {
  box-shadow: -1px 1px 5px 1px rgba(26, 26, 26, 0.2);
  position: relative;
  z-index: 2 !important;
}
.grid &gt; div:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.grid.ring-col-3 &gt; div {
  width: 31.33%;
  margin: 0px 1% 55px 1%;
}
.grid &gt; div.solid {
  border: 1px solid #d2d2d2;
}
.grid &gt; div.solid:after {
  border: none;
}
.grid &gt; div .solid-bottom {
  border-bottom: 1px solid #d2d2d2;
}
.grid &gt; div .solid-bottom:after {
  border: none;
}
.grid.ring-col-3.small &gt; div {
  width: 28.33%;
}
.grid.ring-col-4 &gt; div {
  width: calc(25% - 10px);
  padding: 10px 0;
  margin: 5px;
}
.grid.ring-col-4.small &gt; div {
  width: 21%;
  margin: 0px 2% 55px 2%;
}
.grid.ring-col-5 &gt; div {
  width: calc(20% - 20px);
  padding: 20px;
  margin: 5px 10px;
}
.grid.ring-col-6 &gt; div {
  width: calc(16.666% - 10px);
  padding: 20px;
  margin: 5px;
}
.lio {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.lio:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background: #d79610;
}
.imgOck {
  width: 100%;
  height: 270px;
}
.max-desc-lg {
  max-width: 990px;
}
.max-desc {
  max-width: 1000px;
  margin: 0 auto;
}
.newTop .img {
  height: 500px;
}
.newTop .text-post {
  background: #646a75;
}
.pnCol div {
  margin: 10px 0;
}
.sykui-menu {
  display: none;
  z-index: 99999;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 25px;
  margin-right: 20px;
}
.sykui-menu span,
.sykui-menu:after,
.sykui-menu:before {
  border-radius: 20px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  width: 30px;
}
.sykui-menu span {
  top: 50%;
  right: 0;
  margin-top: -1.5px;
  transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.sykui-menu:after {
  bottom: 0;
}
.sykui-menu:before {
  top: 0;
}
.sykui-menu.exit-open {
  position: absolute;
  top: 25px;
  right: 0;
}
.sykui-menu.exit-open span {
  right: -100%;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.sykui-menu.exit-open:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  bottom: 11px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sykui-menu.exit-open:before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  top: 11px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.bg-gradual-black {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.05)), color-stop(85%, rgba(0, 0, 0, 0.06)), color-stop(90%, rgba(0, 0, 0, 0.07)));
  background: linear-gradient(rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.07) 90%);
  width: 100%;
}
@media (max-width: 1024px) {
  .grid.ring-col-3 &gt; div {
    width: 48%;
  }
  .grid.ring-col-3.small &gt; div {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid.ring-col-6 &gt; div,
  .grid.ring-col-5 &gt; div {
    width: calc(25% - 10px);
  }
  .shadow[class*="-white"] {
    -webkit-box-shadow: -1px 1px 9px 1px rgba(26, 26, 26, 0.06);
    box-shadow: -1px 1px 9px 1px rgba(26, 26, 26, 0.06);
  }
  .sykui-menu {
    display: block;
  }
  .padding-xl {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .text-lh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .text-sh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .grid.ring-col-4, .grid.ring-col-4.small &gt; div {
    width: 46%;
    margin: 0px 2% 20px 2%;
  }
  .hidden-xs,
  .mypage #pdis {
    display: none;
  }
  .grid.col-3 &gt; div {
    width: 48%;
  }
  .grid.col-3 &gt; div .padding {
    /*padding: 10px;*/
  }
  html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .padding-lr-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .border-round-back {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 14px;
  }
  .margin-top-xxl {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .margin-top-xxl a{
    display: flex;
  }
  .margin-bottom-xxl {
    margin-bottom: 30px;
  }
  .padding-lg {
    padding: 10px;
  }
  .text-lg {
    font-size: 18px;
  }
  .grid.ring-col-3 &gt; div {
    width: 98%;
    margin: 0px 1% 20px 1%;
  }
  .grid.ring-col-6 &gt; div,
  .grid.ring-col-5 &gt; div {
    width: calc(50% - 10px);
    padding: 10px;
  }
  .grid{
    /*display: block;*/
  }
  .arnewlist.grid &gt; div{
    width: 100% !important;
  }
  .imgOck {
    width: 45%;
    height: 160px;
  }
  .padding{
    padding: 0;
    padding-left: 20px;
    width: 55%;
  }
  .margin-top,
  .margin-top-xl {
    margin-top: 20px;
  }
  .margin-top-sm {
    margin-top: 10px;
  }
  .padding-right-xl {
    padding-right: 10px;
  }
  .padding-left-xxl {
    padding-left: 10px;
  }
  .grid.col-2 {
    display: block;
  }
  .grid.col-2 &gt; div {
    width: 100%;
  }
  .newTop .img {
    height: 200px;
  }
  .newTop .text-post {
    padding: 25px 20px;
    height: 243px;
  }
  .padding-lr-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-xxl {
    font-size: 20px;
  }
  .cu-btn {
    height: 35px;
    padding: 0 20px;
  }
  .text-xl {
    font-size: 20px;
  }
  .padding-top-xxl {
    padding-top: 40px;
  }
  .ring.flex {
    display: block;
  }
}
.point-area {
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  transition: opacity 0.5s ease-out;
  position: absolute;
}
.map-bj {
  height: 500px;
  background: url(/public/static/default/images/ditu1.png) center / contain no-repeat;
  width: 600px;
  z-index: 1;
  position: relative;
}
.map-bj .beijing {
  top: 144px;
  right: 94px;
}
.map-bj .shanghai {
  top: 265px;
  right: 23px;
}
.map-bj .shenzhen {
  top: 382px;
  right: 119px;
}
.map-bj .huanan {
  top: 315px;
  right: 125px;
}
.map-bj .hubei {
  top: 279px;
  right: 112px;
}
.map-bj .xianggang {
  top: 392px;
  right: 104px;
}
.map-bj .jiangsu {
  top: 255px;
  right: 46px;
}
.map-bj .zhejiang {
  top: 290px;
  right: 39px;
}
.map-bj .shanxi {
  top: 266px;
  right: 149px;
}
.point-area p {
  position: absolute;
  top: 32px;
  left: 44px;
  color: #fff;
  min-width: 70px;
  text-align: left;
}
.point-area .point {
  position: absolute;
  top: -4px;
  left: -18px;
  right: 18px;
  bottom: 4px;
  width: 5px;
  height: 5px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
}
.point-area .point-dw1 {
  z-index: 1;
  background-color: #4ff9ff;
  border: 1px solid #4ff9ff;
}
.point-area.beijing .point-dw1 {
  background-color: #e60012;
  border: 2px solid #e60012;
}
.point-area .point-bor-one,
.point-area .point-bor-tow {
  width: 100%;
  height: 100%;
}
.point-area .point-bor-one:after,
.point-area .point-bor-tow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #4ff9ff;
  opacity: 0;
}
.point-area .point-bor-one:after {
  -webkit-animation: ripple 4.5s ease-out 225ms infinite;
  -moz-animation: ripple 4.5s ease-out 225ms infinite;
  -ms-animation: ripple 4.5s ease-out 225ms infinite;
  -o-animation: ripple 4.5s ease-out 225ms infinite;
  animation: ripple 4.5s ease-out 225ms infinite;
}
.point-area .point-bor-tow:after {
  -webkit-animation: ripple 4.5s ease-out 3150ms infinite;
  -moz-animation: ripple 4.5s ease-out 3150ms infinite;
  -ms-animation: ripple 4.5s ease-out 3150ms infinite;
  -o-animation: ripple 4.5s ease-out 3150ms infinite;
  animation: ripple 4.5s ease-out 3150ms infinite;
}
.point-area:nth-child(2) .point-bor-one:after {
  -webkit-animation: ripple 4.5s ease-out 1300ms infinite;
  -moz-animation: ripple 4.5s ease-out 1300ms infinite;
  -ms-animation: ripple 4.5s ease-out 1300ms infinite;
  -o-animation: ripple 4.5s ease-out 1300ms infinite;
  animation: ripple 4.5s ease-out 1300ms infinite;
}
.point-area:nth-child(2) .point-bor-tow:after {
  -webkit-animation: ripple 4.5s ease-out 4300ms infinite;
  -moz-animation: ripple 4.5s ease-out 4300ms infinite;
  -ms-animation: ripple 4.5s ease-out 4300ms infinite;
  -o-animation: ripple 4.5s ease-out 4300ms infinite;
  animation: ripple 4.5s ease-out 4300ms infinite;
}
.point-area:nth-child(3) .point-bor-one:after {
  -webkit-animation: ripple 4.5s ease-out 1600ms infinite;
  -moz-animation: ripple 4.5s ease-out 1600ms infinite;
  -ms-animation: ripple 4.5s ease-out 1600ms infinite;
  -o-animation: ripple 4.5s ease-out 1600ms infinite;
  animation: ripple 4.5s ease-out 1600ms infinite;
}
.point-area:nth-child(3) .point-bor-tow:after {
  -webkit-animation: ripple 4.5s ease-out 4600ms infinite;
  -moz-animation: ripple 4.5s ease-out 4600ms infinite;
  -ms-animation: ripple 4.5s ease-out 4600ms infinite;
  -o-animation: ripple 4.5s ease-out 4600ms infinite;
  animation: ripple 4.5s ease-out 4600ms infinite;
}
.point-area:nth-child(4) .point-bor-one:after {
  -webkit-animation: ripple 4.5s ease-out 1900ms infinite;
  -moz-animation: ripple 4.5s ease-out 1900ms infinite;
  -ms-animation: ripple 4.5s ease-out 1900ms infinite;
  -o-animation: ripple 4.5s ease-out 1900ms infinite;
  animation: ripple 4.5s ease-out 1900ms infinite;
}
.point-area:nth-child(4) .point-bor-tow:after {
  -webkit-animation: ripple 4.5s ease-out 4800ms infinite;
  -moz-animation: ripple 4.5s ease-out 4800ms infinite;
  -ms-animation: ripple 4.5s ease-out 4800ms infinite;
  -o-animation: ripple 4.5s ease-out 4800ms infinite;
  animation: ripple 4.5s ease-out 4800ms infinite;
}
.point-area:nth-child(5) .point-bor-one:after {
  -webkit-animation: ripple 4.5s ease-out 2200ms infinite;
  -moz-animation: ripple 4.5s ease-out 2200ms infinite;
  -ms-animation: ripple 4.5s ease-out 2200ms infinite;
  -o-animation: ripple 4.5s ease-out 2200ms infinite;
  animation: ripple 4.5s ease-out 2200ms infinite;
}
.point-area:nth-child(5) .point-bor-tow:after {
  -webkit-animation: ripple 4.5s ease-out 5100ms infinite;
  -moz-animation: ripple 4.5s ease-out 5100ms infinite;
  -ms-animation: ripple 4.5s ease-out 5100ms infinite;
  -o-animation: ripple 4.5s ease-out 5100ms infinite;
  animation: ripple 4.5s ease-out 5100ms infinite;
}
.point-area:nth-child(6) .point-bor-one:after {
  -webkit-animation: ripple 4.5s ease-out 2500ms infinite;
  -moz-animation: ripple 4.5s ease-out 2500ms infinite;
  -ms-animation: ripple 4.5s ease-out 2500ms infinite;
  -o-animation: ripple 4.5s ease-out 2500ms infinite;
  animation: ripple 4.5s ease-out 2500ms infinite;
}
.point-area:nth-child(6) .point-bor-tow:after {
  -webkit-animation: ripple 4.5s ease-out 5400ms infinite;
  -moz-animation: ripple 4.5s ease-out 5400ms infinite;
  -ms-animation: ripple 4.5s ease-out 5400ms infinite;
  -o-animation: ripple 4.5s ease-out 5400ms infinite;
  animation: ripple 4.5s ease-out 5400ms infinite;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-o-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.point-area .point-des {
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.567);
  line-height: 24px;
  font-size: 12px;
  color: #fbfbfb;
  border-radius: 10px;
  width: 321px;
  position: absolute;
  bottom: 57px;
  right: 80px;
  display: none;
  text-align: left;
  z-index: 100;
  height: auto;
  overflow: hidden;
}
.point-area .point-des .point-des-con {
  color: #fff;
  overflow-y: auto;
  padding-right: 15px;
}
.point-area .point-des-con {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.point-area .point-icon {
  width: 58px;
  height: 38px;
  position: absolute;
  left: 30px;
  top: 10px;
  display: none;
}
.point-area:hover .point-des {
  display: block;
}
.point-area:hover .point-icon {
  display: block;
}
@font-face {
  font-family: wrjzy;
  src: url(../fonts/wrjzy.ttf);
}
.bg-blue {
  background: #5a6270;
}
.header-lnline {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  padding: 23px 60px;
}
.header-lnline .nav {
  margin-right: 30px;
}
.header-lnline .nav a {
  font-size: 18px;
  color: #000;
  padding: 15px;
}
.header-lnline .nav a:hover {
  background: 0 0;
  color: #cb902d;
}
.header-lnline .nav.sy-arnav a {
  color: #fff;
}
.header-lnline .nav.sy-arnav a:hover {
  background: 0 0;
  color: #cb902d;
}
.header-lnline.cur {
  background: rgba(0, 0, 0, 0.567);
}
.header-lnline.cur .nav a {
  color: #fff;
}
.header-lnline.cur .nav a:hover {
  background: 0 0;
  color: #cb902d;
}
.sy-header {
  width: 100%;
  background: url(/public/static/default/images/banner/banner.jpg) center / cover no-repeat;
  overflow: hidden;
}
.sy-header .starc {
  position: absolute;
}
.sy-header .starc.back1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/public/static/default/images/banner/4.png) center / cover no-repeat;
}
.sy-header .starc.back2 {
  z-index: 3;
  width: 45%;
  height: 45%;
  left: 0;
  bottom: 0;
  background: url(/public/static/default/images/banner/xh3.png) center / cover no-repeat;
  opacity: 0.6;
}
.sy-header .starc.back3 {
  z-index: 5;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  background: url(/public/static/default/images/banner/xh.png) center / cover no-repeat;
  opacity: 0.9;
}
.sy-header .starc.back4 {
  z-index: 4;
  width: 40%;
  height: 60%;
  right: 0;
  top: 10%;
  background: url(/public/static/default/images/banner/xh2.png) center / cover no-repeat;
  opacity: 0.6;
}
.sy-header .starc.back5 {
  z-index: 1;
  width: 60%;
  height: 70%;
  left: 20%;
  top: 15%;
  opacity: 0.8;
}
.sy-header .starc.back6,
.sy-header .starc.back7 {
  z-index: 2;
  width: 70%;
  min-width: 630px;
  height: 100%;
  top: 0;
}
.sy-header .starc.back6 {
  left: -14%;
  background: url(/public/static/default/images/banner/c2.png) center no-repeat;
  background-size: auto 100%;
  opacity: 0.4;
}
.sy-header .starc.back7 {
  right: -14%;
  background: url(/public/static/default/images/banner/c.png) center no-repeat;
  background-size: auto 100%;
  opacity: 0.5;
}
.sy-header .starc.back8 {
  z-index: 6;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  background: url(/public/static/default/images/banner/3.png) center no-repeat;
  background-size: auto 100%;
  opacity: 0.99;
}
.solid-block {
  width: 50px;
  height: 1px;
  background-color: #424d65;
}
.solid-block.white {
  background-color: #fff;
}
.sy-title .ttc {
  font-size: 72px;
  color: #424d65;
}
.sy-title .ttd {
  font-size: 24px;
  color: #424d65;
}
.sy-title.white .ttc,
.sy-title.white .ttd {
  color: #fff;
}
.sy-about {
  padding: 149px 0 0;
  background: url(/public/static/default/images/about-3.jpg) center / cover no-repeat;
}
.sy-about .content {
  padding-top: 130px;
  padding-right: 61px;
  padding-left: 130px;
}
.sy-about .content .about-post-text {
  margin-left: 40px;
  position: relative;
  padding: 70px 60px;
  width: 700px;
  max-width: 98%;
}
.sy-about .content .about-post-text .desc {
  font-size: 14px;
  color: #666;
}
.sy-about .content .about-post-text .icon {
  position: absolute;
  right: -61px;
  top: -61px;
  width: 122px;
  height: 122px;
  background: url(/public/static/default/images/about-2.png) center no-repeat;
}
.sy-about .content .about-post-text .cu-btn {
  background: #424d65;
}
.sy-about .info-post {
  margin-top: 60px;
}
.sy-about .info-post .cct {
  font-size: 24px;
  color: #424d65;
}
.sy-about .info-post .eet {
  font-size: 48px;
  color: #424d65;
  line-height: 1.1;
  font-weight: 500;
}
.sy-grid {
  margin-top: 88px;
}
.sy-grid .item {
  text-align: center;
  color: #fff;
  width: 20%;
  border-right: 1px solid #696c81;
  padding: 80px 0;
  background: rgba(40, 45, 75, 0.9);
}
.sy-grid .item .icon {
  height: 80px;
}
.sy-grid .item .dd2 {
  font-size: 18px;
  margin-top: 50px;
}
.sy-grid .item:last-child {
  border-right: none;
}
.sy-grid .item:hover {
  background: #282d4b;
}
.sy-case {
  width: 100%;
  background: url(/public/static/default/images/case.jpg) center / cover no-repeat;
  padding: 100px 60px;
  position: relative;
  z-index: 1;
}
.sy-case .num {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-right: 10px;
}
.sy-case .caseview {
  margin-top: 100px;
  padding-left: 100px;
}
.sy-case .caseview .buttonround {
  width: 320px;
  height: 320px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.sy-case .caseview .buttonround .swiper-button {
  width: 32px;
  height: 45px;
}
.sy-case .caseview .buttonround .swiper-button-next {
  background: url(/public/static/default/images/next.png) center / cover no-repeat;
  right: -80px;
}
.sy-case .caseview .buttonround .swiper-button-prev {
  background: url(/public/static/default/images/prev.png) center / cover no-repeat;
  left: -80px;
}
.sy-case .caseview .buttonround .swiper-pagination {
  position: static;
  color: #fff;
}
.sy-honors .post-list .eveninfo,
.sy-honors .post-list .eveninfo .circ {
  position: relative;
}
.sy-case .casenav .item.swiper-pagination-bullet-active .num,
.sy-news .controller a:hover {
  color: #cb902d;
}
.sy-case .caseview .buttonround .swiper-pagination .swiper-pagination-current {
  font-size: 70px;
  font-weight: 700;
}
.sy-case .caseview .swlist {
  padding-left: 100px;
  width: calc(100% - 400px);
}
.sy-case .caseview .swlist .swiper-container {
  margin: 0;
}
.sy-case .casenav {
  height: 30px;
  margin-top: 240px;
}
.sy-case .casenav .item {
  background: 0 0;
  width: auto;
  cursor: pointer;
  outline: 0;
}
.sy-case .casenav .item.swiper-pagination-bullet {
  opacity: 1;
}
.sy-case .casenav-solid {
  margin-top: 50px;
}
.sy-case .casenav-solid .item {
  height: 2px;
  background: #000;
  opacity: 0.2;
  width: 100%;
}
.sy-case .casenav-solid .item.cur {
  height: 4px;
  margin-top: -1px;
  opacity: 1;
  background: #cb902d;
}
.sy-news {
  position: relative;
  z-index: 1;
}
.sy-news .sy-title {
  margin-top: 130px;
}
.sy-news .controller {
  margin-top: 110px;
}
.sy-news .controller img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sy-news .controller .newhome {
  width: 50%;
  border-right: 1px solid #bfbfbf;
  padding-right: 50px;
  height: 655px;
}
.sy-news .controller .newhome .img {
  margin-top: 30px;
  width: 100%;
  height: 413px;
}
.sy-news .controller .newhome .title {
  height: 66px;
  max-width: 70%;
  overflow: hidden;
  text-align: left;
}
.sy-news .controller .newlist {
  width: 50%;
  padding-left: 50px;
}
.sy-news .controller .newlist .img {
  width: 45%;
  height: 203px;
}
.sy-news .controller .newlist .info-content {
  width: 55%;
}
.sy-news .controller .newlist .solid-bottom:last-child:after {
  border-bottom: none;
}
.sy-news .controller .newlist .item {
  border-bottom: 1px solid #cecece;
}
.sy-news .controller .newlist .item:nth-child(1).margin-top-xs {
  margin-top: 0;
}
.sy-news .controller .newlist .item:nth-child(3) {
  border-bottom: none;
}
.sy-news .controller .newlist .item.padding-bottom-xs:nth-child(3) {
  padding-bottom: 0px;
}
.sy-book-post {
  padding: 10px 0 0;
  background: url(/public/static/default/images/zizhi-1.jpg) top / cover no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sy-book-post .mainframe {
  height: 885px;
}
.sy-honors .sy-title {
  margin-top: 130px;
}
.sy-honors .post-list {
  margin-top: 40px;
}
.sy-honors .post-list .icon-title {
  width: 77px;
  height: 52px;
  background: url(/public/static/default/images/1.png) top / cover no-repeat;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
  text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.123);
}
.sy-honors .post-list .eveninfo div {
  padding: 13px 20px;
  width: 50%;
  border-right: 1px solid #cb902d;
  color: #999999;
}
.sy-honors .post-list .eveninfo div img {
  max-height: 50px;
}
.sy-honors .post-list .eveninfo div:nth-child(2) {
  border: none;
}
.sy-honors .post-list .eveninfo .circ:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #cb902d;
  background: #fff;
  border-radius: 50%;
}
.sy-honors .post-list .eveninfo:hover .circ:after {
  background: #cb902d;
}
.sy-honors .post-list .swiper-slide.swiper-slide-active {
  border-right: 2px solid #c8dcc9;
  -o-border-image: linear-gradient(transparent, #a5aab5, transparent) 5 5;
  border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#a5aab5), to(transparent)) 5 5;
  border-image: linear-gradient(transparent, #a5aab5, transparent) 5 5;
}
.sy-honors .post-list .swiper-slide:last-child {
  border-right: none;
}
.sy-honors .swiper-button {
  width: 32px;
  height: 45px;
}
.sy-honors .swiper-button-next {
  background: url(/public/static/default/images/next_cur.png) center / cover no-repeat;
}
.sy-honors .swiper-button-prev {
  background: url(/public/static/default/images/prev_cur.png) center / cover no-repeat;
}
.sy-strategic {
  width: 1470px;
  max-width: 98%;
  position: relative;
  z-index: 9;
}
.sy-strategic .sy-title {
  margin-top: 130px;
}
.sy-strategic .post-list {
  height: 225px;
  margin-top: 90px;
}
.sy-strategic .post-list .item {
  width: 16.666%;
  height: 225px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: hidden;
}
.sy-strategic .post-list .item img {
  max-height: 123px;
}
.sy-strategic .post-list .item:nth-child(1),
.sy-strategic .post-list .item:nth-child(10),
.sy-strategic .post-list .item:nth-child(12),
.sy-strategic .post-list .item:nth-child(3),
.sy-strategic .post-list .item:nth-child(5),
.sy-strategic .post-list .item:nth-child(8) {
  background: #e3e4e7;
}
.sy-footer {
  background: url(/public/static/default/images/footer-1.jpg) center / cover no-repeat;
  padding-bottom: 130px;
  padding-top: 330px;
}
.sy-footer .contact-content {
  padding-left: 130px;
}
.sy-footer .contact-nav a {
  color: #fff;
  margin-right: 30px;
}
.sy-footer .contact-nav a.cur {
  color: #cb902d;
  font-weight: 700;
}
.sy-footer .contact-post {
  margin-top: 30px;
}
.sy-footer .block .col-3 {
  width: 33.33%;
}
.sy-footer.sy-arnav {
  padding-top: 100px;
  padding-bottom: 100px;
}
.arbanner .imgBlock {
  height: 600px;
}
.artitle {
  font-weight: lighter;
  color: #000;
}
.sy-desc-block,
.team-list {
  margin-top: 60px;
}
.sy-desc-block .img {
  height: 455px;
  width: 50%;
  margin-right: 110px;
}
.sy-desc-block .post-text {
  width: 50%;
}
.sy-desc-block .post-text .post-content {
  height: 320px;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 10px;
  margin-top: 40px;
  line-height: 2.5;
  font-size: 14px;
}
.team-list {
  overflow: hidden;
  width: 100%;
}
.team-list .teamtop {
  width: 50%;
  min-width: 650px;
  margin-right: 20px;
  background: #f5f5f5;
  padding: 45px 40px 45px 15px;
}
.team-list .teamtop .img {
  width: 360px;
  height: 576px;
  margin-right: 40px;
}
.team-list .teamtop .post-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.team-list .teamtop .post-text .text-content {
  max-height: 454px;
  overflow-y: auto;
}
.team-list .teamtop .text-contet {
  max-height: 418px;
  overflow-y: auto;
}
.team-list .swiper-container {
  width: 50%;
}
.team-list .swiper-container .back {
  background: #f5f5f5;
  padding: 45px 33px;
  height: 100%;
}
.team-list .swiper-container .back .text-content {
  height: 418px;
  overflow-y: auto;
}
.history-list {
  margin-top: 70px;
  background: url(/public/static/default/images/4.jpg) center / cover no-repeat;
  padding: 90px 0;
}
.history-list .title {
  font-size: 48px;
  color: #333;
  border-bottom: 1px solid #646a75;
  padding-bottom: 10px;
  position: relative;
}
.history-list .title:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #cb902d;
  bottom: -4px;
  left: 40px;
  border-radius: 50%;
  z-index: 1;
}
.history-list .text-content {
  padding-top: 10px;
  padding-right: 50px;
  font-size: 14px;
  color: #333;
}
.history-list .text-content p {
  margin-top: 25px;
  color: #333333;
  font-size: 15px;
}
.theme-swiper-button {
  width: 200px;
}
.theme-swiper-button .swiper-button {
  border-radius: 0;
  border: 1px solid #646a75;
  width: 80px;
  height: 32px;
  background-image: none;
}
.theme-back-block {
  margin-bottom: 80px;
  background: url(/public/static/default/images/7.jpg) center / cover no-repeat;
}
.theme-back-block img {
  position: relative;
  top: 70px;
  right: 175px;
}
.swiper-button {
  outline: 0;
}
.sy-uobblo {
  margin-top: 75px;
  margin-bottom: 200px;
}
.sy-uobblo .item {
  position: relative;
  width: calc(20% - 20px);
  margin: 10px;
  height: 675px;
  overflow: hidden;
}
.sy-uobblo .item .img {
  top: 0;
  height: calc(100% - 125px);
  width: 100%;
  position: absolute;
}
.sy-uobblo .item .text-back {
  width: 100%;
  background: #eee;
  height: 125px;
  padding: 30px 10px;
  position: absolute;
  bottom: 0;
}
.sy-uobblo .item .solid-block {
  background: #cb902d;
}
.sy-uobblo .item:nth-child(2n) .img {
  top: auto;
  bottom: 0;
}
.sy-uobblo .item:nth-child(2n) .text-back {
  top: 0;
  bottom: auto;
}
.sy-uobblo .item:hover .text-back {
  background: #cb902d;
}
.sy-uobblo .item:hover .text-back .text-black {
  color: #fff;
}
.sy-uobblo .item:hover .text-back .solid-block {
  background: #fff;
}
.catalist {
  width: 100%;
  padding: 10px 0;
}
.catalist div {
  padding: 0 30px;
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}
.catalist div a {
  color: #fff;
}
.catalist div.cur a {
  color: #cb902d;
}
.sy-intel .text-post {
  width: 600px;
  max-width: 100%;
}
.sy-intel .text-post2 {
  padding: 100px;
  width: 833px;
}
.sy-intel .img {
  width: 755px;
  max-width: 100%;
  margin-left: 10%;
  margin-right: 55px;
}
.sy-intel.imgBig .text-post {
  width: 1035px;
  max-width: 100%;
}
.sy-intel.imgBig .qiou {
  width: 456px;
  height: 457px;
  max-width: 100%;
  background: url(/public/static/default/images/24.png) no-repeat center;
  background-size: 100% auto;
  position: relative;
  margin: 0px auto;
}
.sy-intel.imgBig .qiou &gt; a {
  display: block;
  position: absolute;
  color: #fff;
}
.sy-intel.imgBig .qiou &gt; a .c1 {
  font-size: 48px;
  font-weight: 400px;
  line-height: 1;
}
.sy-intel.imgBig .qiou &gt; a .c2 {
  margin-top: 25px;
}
.sy-intel.imgBig .qiou &gt; a .c3 {
  margin-top: 15px;
  font-size: 18px;
}
.sy-intel.imgBig .qiou &gt; a:hover {
  margin-top: 5px;
}
.sy-intel.imgBig .qiou .dd1 {
  right: 55px;
  top: 111px;
}
.sy-intel.imgBig .qiou .dd2 {
  left: 100px;
  top: 47px;
}
.sy-intel.imgBig .qiou .dd2 .c1 {
  font-size: 30px;
}
.sy-intel.imgBig .qiou .dd2 .c2,
.sy-intel.imgBig .qiou .dd2 .c3 {
  margin-top: 5px;
}
.sy-intel.imgBig .qiou .dd3 {
  left: 28px;
  top: 166px;
}
.sy-intel.imgBig .qiou .dd3 .c1 {
  font-size: 28px;
}
.sy-intel.imgBig .qiou .dd3 .c2,
.sy-intel.imgBig .qiou .dd3 .c3 {
  margin-top: 5px;
}
.sy-intel.imgBig .qiou .dd4 {
  left: 113px;
  top: 265px;
}
.sy-intel.imgBig .qiou .dd4 .c1 {
  font-size: 26px;
}
.sy-intel.imgBig .qiou .dd4 .c2,
.sy-intel.imgBig .qiou .dd4 .c3 {
  margin-top: 5px;
}
.respAbout {
  padding: 120px 0;
  background: url(/public/static/default/images/15.jpg) center / cover no-repeat;
}
.respAbout .text-post:after,
.respAbout .text-post:before {
  top: 10px;
  width: 41px;
  height: 32px;
  content: "";
  position: absolute;
}
.respAbout .text-post:after {
  left: 0;
  background: url(/public/static/default/images/dou1.png) center / cover no-repeat;
}
.respAbout .text-post:before {
  right: 0;
  background: url(/public/static/default/images/dou2.png) center / cover no-repeat;
}
.respNews {
  background: url(/public/static/default/images/19.jpg) center / cover no-repeat;
}
.respNews .img {
  width: 100%;
  height: 720px;
}
.respNews .text-post {
  max-width: 84%;
  width: 600px;
  background: rgba(255, 255, 255, 0.9);
  margin-right: 8%;
  margin-left: 8%;
}
.respNews .text-post .desc-block {
  max-height: 260px;
  overflow-y: auto;
}
.respEvent {
  background: url(/public/static/default/images/17.jpg) center / cover no-repeat;
  height: 730px;
}
.respEvent .wp {
  height: 100%;
}
.respEvent .swiper-block {
  padding: 6% 0 6% 3%;
  height: 100%;
  width: 90%;
  background: url(/public/static/default/images/18.png) left no-repeat;
}
.respEvent .swiper-block .swiper-container {
  height: 100%;
  width: 100%;
}
.respEvent .swiper-block .swiper-container .swiper-slide {
  height: auto;
}
.respEvent .swiper-block .swiper-container .swiper-slide .desc {
  width: calc(100% - 120px);
  padding-right: 20px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(/public/static/default/images/nextx.png);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(/public/static/default/images/prevx.png);
}
.respBanner .swiper-slide img {
  filter: brightness(0.8);
}
.respBanner .swiper-slide.swiper-slide-active img {
  -webkit-transition: all 6s ease 0s;
  transition: all 6s ease 0s;
  transform: scale(1.1, 1.1);
  transform-origin: center center;
  filter: brightness(0.99);
}
.respBanner .swiper-slide.swiper-slide-active:hover img {
  transform: scale(1.12, 1.12);
}
.respBanner .swiper-pagination-bullet {
  width: 35px;
  border-radius: 5px;
}
.respBanner .swiper-pagination-bullet-active {
  background: #cb902d;
}
.recrList {
  margin-top: 80px;
}
.recrList .border-round-back {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #424d65;
  font-size: 22px;
}
.recrList .li .Jqcontent {
  display: none;
}
.recrList .li .Jqcontent.cur {
  display: block;
}
.sy-footer.footer-contact {
  overflow: hidden;
  background: #424d65;
  width: 1600px;
  margin: 90px auto 90px auto;
  max-width: 100%;
  padding-bottom: 40px;
}
.sy-footer.footer-contact .contact-content {
  padding-left: 0;
  max-width: 600px;
}
.sy-footer.footer-contact .solid-bottom:after {
  border-bottom: 1px solid #a1a6b2;
}
.sy-footer.footer-contact .qiouElement {
  display: none;
  width: 400px;
  height: 400px;
  top: 40px;
  right: 0;
  background: #fff;
  border-radius: 50%;
  cursor: move;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.light {
  position: absolute;
  left: -170px;
  top: 0;
  width: 30px;
  height: 516px;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.sy-header .starc.back3:hover .light {
  left: 800px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.arnewlist {
  padding-bottom: 50px;
}
.arnewlist.grid &gt; div {
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
}
.sy-round-padding {
  padding: 75px 0px;
}
.index_block2_b h2 {
  text-align: center;
  position: relative;
  z-index: 5;
  top: 20px;
}
.index_block2_b h2 img {
  max-width: 100%;
}
.index_block2_bs {
  max-width: 1178px;
  width: 100%;
  margin: auto;
  background: url(/public/static/default/images/technological/index_block2_border.png) center no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.index_block2_bs .after {
  position: absolute;
  width: 250px;
  height: 100%;
  left: -100px;
  top: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(41, 209, 242, 0), #29d1f2, rgba(41, 209, 242, 0));
  transform: skewX(-10deg);
  animation: left1 2s cubic-bezier(0.79, 0.02, 0.38, 0.99) infinite;
}
.index_block2_bs:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: #fff;
}
.index_block2_bs:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  z-index: 3;
  background: url(/public/static/default/images/technological/index_block2_border1.png) center no-repeat;
  background-size: contain;
}
.leida {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 224px;
  height: 224px;
  margin-top: 8px;
  border-radius: 50%;
}
.leida span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/*.leida span:nth-child(1){background: url(/public/static/default/images/technological/leida1.png) center no-repeat;}*/
.leida span:nth-child(2) {
  background: url(/public/static/default/images/technological/leida2.png) center no-repeat;
  animation: loop5 1s linear infinite;
}
.leida span:nth-child(3) {
  background: url(/public/static/default/images/technological/leida3.png) center no-repeat;
}
.leida span:nth-child(4) {
  background: url(/public/static/default/images/technological/leida4.png) center no-repeat;
  animation: loop4 2.5s ease-in-out infinite;
}
.leida span:nth-child(5) {
  background: url(/public/static/default/images/technological/leida5.png) center no-repeat;
  animation: loop3 2.5s ease-in-out infinite;
}
.leida span:nth-child(6) {
  background: url(/public/static/default/images/technological/leida6.png) center no-repeat;
}
.leida span:nth-child(7) {
  background: url(/public/static/default/images/technological/leida7.png) center no-repeat;
  animation: loop2 12s linear infinite;
}
.leida span:nth-child(8) {
  background: url(/public/static/default/images/technological/leida8.png) center no-repeat;
  animation: loop1 1.5s linear infinite;
}
@keyframes loop1 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes loop2 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
@keyframes loop3 {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(60deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes loop4 {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(-30deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes loop5 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes left1 {
  0% {
    left: -60px;
  }
  100% {
    left: 1200px;
  }
}
.index_block2_data {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 64px 0;
}
.index_block2_data ul {
  float: left;
  width: calc(50% - 130px);
  overflow: hidden;
}
.index_block2_data ul:last-child {
  float: right;
}
.index_block2_data ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 40px;
  overflow: hidden;
}
.index_block2_data ul .widthLess {
  width: 35%;
}
.index_block2_data ul .widthLess:last-child {
  width: 28%;
}
.index_block2_data ul li p em {
  color: #262f44;
  font-size: 14px;
}
.index_block2_data ul li &gt; div {
  float: left;
}
.index_block2_data ul li span {
  display: block;
  color: #000000;
  font-size: 24px;
  line-height: 1.3;
}
.index_block2_data ul li p {
  text-align: center;
  color: #a1a1a1;
  font-size: 16px;
  line-height: 1.3;
}
.equity-page &gt; div {
  padding: 55px 0px;
}
.equity-page.grid.col-2 &gt; div {
  margin: 0px 30px;
  width: calc(33% - 30px);
}
.invested-block .item {
  cursor: pointer;
}
.layui-layer-case {
  width: 640px !important;
}
.layui-layer-case .padding-lg {
  padding: 50px 30px;
}
.layui-layer-case .dd1-block {
  width: calc(100% - 280px);
}
.layui-layer-case .dd2-block {
  width: 220px;
}
.layui-layer-case .dd2-block .solid-sss {
  border-top: 2px solid #aeaeae;
}
.layui-layer {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.linknav .item {
  margin-left: 20px;
}
.linknav a {
  display: block;
  padding: 10px 20px;
  background: #303553;
  color: #b2b6bb;
}
@media (max-width: 1400px) {
  .cu-avatar.xl.margin-right {
    width: 100px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .footer-contact .ditu {
    position: relative;
  }
  .sy-header .starc.back6,
  .sy-header .starc.back7 {
    display: none;
  }
  .sy-header .starc.back5 {
    width: 70%;
    margin-left: 0;
    left: 15%;
    background-size: 60% auto;
  }
  .sy-header .starc.back8 {
    background-size: auto 70%;
  }
  .sy-case .caseview .buttonround {
    width: 100px;
    height: 100px;
  }
  .sy-case .caseview .buttonround .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
  }
  .sy-case .caseview .swlist {
    padding-left: 0;
    margin-top: 60px;
    width: calc(100% - 300px);
  }
}
@media (max-width: 1024px) {
  .equity-page.grid.col-2 &gt; div {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .index_block2_bs {
    background: none;
    height: auto !important;
    overflow: visible;
  }
  .index_block2_data {
    position: static;
  }
  .leida {
    display: none;
  }
  .index_block2_data {
    display: flex;
    justify-content: center;
  }
  .index_block2_data ul {
    width: 50%;
    float: none;
  }
  .index_block2_data ul li {
    float: none;
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .index_block2_data ul li span {
    font-size: 14px;
  }
  .index_block2_data ul li p {
    font-size: 12px;
  }
  .index_block2_bs .after {
    display: none;
  }
  .index_block2_bs:before {
    position: static;
  }
  .sy-footer.footer-contact .constr {
    display: block;
  }
  .respEvent .wp .swiper-container {
    padding: 5%;
  }
  .sy-uobblo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sy-uobblo .item {
    width: calc(50% - 20px);
    height: 400px;
  }
  .arbanner .imgBlock {
    height: 300px;
  }
  .sy-header .starc.back8 {
    background-size: auto 60%;
  }
  .sy-news .controller .newhome {
    height: auto;
  }
  .sy-news .controller .newhome .img {
    height: 304px;
  }
  .sy-news .controller .newlist .img {
    height: 140px;
  }
  .sy-strategic .post-list {
    height: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.123);
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.123);
  }
  .sy-strategic .post-list .item {
    width: 25%;
    background: #fff !important;
  }
  .sy-footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sy-footer .contact-content {
    padding-left: 80px;
  }
  .sy-about .content {
    padding-left: 60px;
    padding-top: 80px;
  }
  .sy-about .content .img {
    display: none;
  }
  .sy-case .casenav {
    margin-top: 80px;
  }
  .header-lnline {
    padding: 12px 10px;
  }
  .header-lnline .logo {
    height: 40px;
  }
  .header-lnline .sykui-navCol {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgba(0, 0, 0, 0.899);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.678)), to(rgba(0, 0, 0, 0.988)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.678) 0, rgba(0, 0, 0, 0.988) 100%);
  }
  .header-lnline .sykui-navCol ul {
    display: inline-block;
  }
  .header-lnline .sykui-navCol li {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    padding-bottom: 30px;
  }
  .header-lnline .sykui-navCol li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  .header-lnline .sykui-navCol li a::after {
    visibility: hidden;
    opacity: 0;
    content: "";
    width: 24px;
    height: 3px;
    background: #f09d21;
    position: absolute;
    left: -80px;
    top: 27px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .header-lnline .sykui-navCol li:hover a {
    color: #f09d21;
  }
  .header-lnline .sykui-navCol li a:hover::after {
    visibility: visible;
    left: -40px;
    opacity: 1;
  }
  .header-lnline .sykui-navCol .menu-exit {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px;
  }
  .header-lnline .sykui-navCol .menu-exit i {
    font-size: 40px;
    color: #fff;
  }
  .header-lnline .sykui-navCol.hide {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .header-lnline .sykui-navCol.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .header-lnline .sykui-navCol.active .bubble {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #774802;
    color: #774802;
    -webkit-box-shadow: 10em 0 0 0.01em, 20em 0 0 0.01em, 30em 0 0 0.01em, 40em 0 0 0.01em, 12em 0 0 0.01em, 17em 0 0 0.01em, 25em 0 0 0.01em, 37em 0 0 0.01em, -10em 0 0 0.01em, -20em 0 0 0.01em, -30em 0 0 0.01em, -40em 0 0 0.01em, -12em 0 0 0.01em, -17em 0 0 0.01em, -25em 0 0 0.01em, -37em 0 0 0.01em, 10em -0.1em 0 0.01em, 20em -0.2em 0 0.01em, 30em -0.3em 0 0.01em, 40em -0.1em 0 0.01em, 17em -0.3em 0 0.01em, 17em -0.2em 0 0.01em, 25em -0.1em 0 0.01em, 37em -0.2em 0 0.01em, -11em -0.5em 0 0.01em, -20em -0.3em 0 0.01em, -30em -0.2em 0 0.01em, -40em -0.1em 0 0.01em, -15em -0.2em 0 0.01em, -17em -0.3em 0 0.01em, -25em -0.4em 0 0.01em, -37em -0.2em 0 0.01em, -11em 0 0 0.01em, 10.6em 0 0 0.01em, 12.5em 0 0 0.01em, 13.6em 0 0 0.01em, -5em 0 0 0.01em, -6em 0 0 0.01em, -7.4em 0 0 0.01em, -9.2em 0 0 0.01em, 5em 0 0 0.01em, 6em 0 0 0.01em, 7.4em 0 0 0.01em, 9.2em 0 0 0.01em, 1em 0 0 0.01em, 2em 0.1em 0 0.01em, 4em 0.2em 0 0.01em, 3.2em 0.5em 0 0.01em, -1em 0.5em 0 0.01em, -2em 0.3em 0 0.01em, -4em 0.1em 0 0.01em, -3.2em 0.2em 0 0.01em;
    box-shadow: 10em 0 0 0.01em, 20em 0 0 0.01em, 30em 0 0 0.01em, 40em 0 0 0.01em, 12em 0 0 0.01em, 17em 0 0 0.01em, 25em 0 0 0.01em, 37em 0 0 0.01em, -10em 0 0 0.01em, -20em 0 0 0.01em, -30em 0 0 0.01em, -40em 0 0 0.01em, -12em 0 0 0.01em, -17em 0 0 0.01em, -25em 0 0 0.01em, -37em 0 0 0.01em, 10em -0.1em 0 0.01em, 20em -0.2em 0 0.01em, 30em -0.3em 0 0.01em, 40em -0.1em 0 0.01em, 17em -0.3em 0 0.01em, 17em -0.2em 0 0.01em, 25em -0.1em 0 0.01em, 37em -0.2em 0 0.01em, -11em -0.5em 0 0.01em, -20em -0.3em 0 0.01em, -30em -0.2em 0 0.01em, -40em -0.1em 0 0.01em, -15em -0.2em 0 0.01em, -17em -0.3em 0 0.01em, -25em -0.4em 0 0.01em, -37em -0.2em 0 0.01em, -11em 0 0 0.01em, 10.6em 0 0 0.01em, 12.5em 0 0 0.01em, 13.6em 0 0 0.01em, -5em 0 0 0.01em, -6em 0 0 0.01em, -7.4em 0 0 0.01em, -9.2em 0 0 0.01em, 5em 0 0 0.01em, 6em 0 0 0.01em, 7.4em 0 0 0.01em, 9.2em 0 0 0.01em, 1em 0 0 0.01em, 2em 0.1em 0 0.01em, 4em 0.2em 0 0.01em, 3.2em 0.5em 0 0.01em, -1em 0.5em 0 0.01em, -2em 0.3em 0 0.01em, -4em 0.1em 0 0.01em, -3.2em 0.2em 0 0.01em;
    border-radius: 50%;
    -webkit-animation: 2s bubble-up infinite;
    animation: 2s bubble-up infinite;
  }
  @-webkit-keyframes bubble-up {
    100% {
      -webkit-box-shadow: 10em -11em 0 0.01em, 20em -17em 0 0.01em, 30em -20em 0 0.01em, 40em -30em 0 0.01em, 12em -12em 0 0.01em, 17em -5em 0 0.01em, 25em -16em 0 0.01em, 37em -22em 0 0.01em, -10em -32em 0 0.01em, -20em -12em 0 0.01em, -30em -11em 0 0.01em, -40em -13em 0 0.01em, -12em -15em 0 0.01em, -17em -9em 0 0.01em, -25em -14em 0 0.01em, -37em -21em 0 0.01em, 10em -17em 0 0.01em, 20em -21em 0 0.01em, 30em -11em 0 0.01em, 40em -19em 0 0.01em, 17em -23em 0 0.01em, 17em -10em 0 0.01em, 25em -14.5em 0 0.01em, 37em -12.9em 0 0.01em, -11em -21.3em 0 0.01em, -20em -22.4em 0 0.01em, -30em -15.3em 0 0.01em, -40em -19.2em 0 0.01em, -15em -21.3em 0 0.01em, -17em -22.4em 0 0.01em, -25em -10.3em 0 0.01em, -37em -9.3em 0 0.01em, -11em -22.4em 0 0.01em, 10.6em -20.4em 0 0.01em, 12.5em -6.9em 0 0.01em, 13.6em -8.3em 0 0.01em, -5em -21.4em 0 0.01em, -6em -13em 0 0.01em, -7.4em -15em 0 0.01em, -9.2em -22em 0 0.01em, 5em -30em 0 0.01em, 6em -24em 0 0.01em, 7.4em -11em 0 0.01em, 9.2em -9.4em 0 0.01em, 1em -22em 0 0.01em, 2em -14em 0 0.01em, 4em -21em 0 0.01em, 3.2em -16em 0 0.01em, -1em -21em 0 0.01em, -2em -19em 0 0.01em, -4em -17em 0 0.01em, -3.2em -15em 0 0.01em;
      box-shadow: 10em -11em 0 0.01em, 20em -17em 0 0.01em, 30em -20em 0 0.01em, 40em -30em 0 0.01em, 12em -12em 0 0.01em, 17em -5em 0 0.01em, 25em -16em 0 0.01em, 37em -22em 0 0.01em, -10em -32em 0 0.01em, -20em -12em 0 0.01em, -30em -11em 0 0.01em, -40em -13em 0 0.01em, -12em -15em 0 0.01em, -17em -9em 0 0.01em, -25em -14em 0 0.01em, -37em -21em 0 0.01em, 10em -17em 0 0.01em, 20em -21em 0 0.01em, 30em -11em 0 0.01em, 40em -19em 0 0.01em, 17em -23em 0 0.01em, 17em -10em 0 0.01em, 25em -14.5em 0 0.01em, 37em -12.9em 0 0.01em, -11em -21.3em 0 0.01em, -20em -22.4em 0 0.01em, -30em -15.3em 0 0.01em, -40em -19.2em 0 0.01em, -15em -21.3em 0 0.01em, -17em -22.4em 0 0.01em, -25em -10.3em 0 0.01em, -37em -9.3em 0 0.01em, -11em -22.4em 0 0.01em, 10.6em -20.4em 0 0.01em, 12.5em -6.9em 0 0.01em, 13.6em -8.3em 0 0.01em, -5em -21.4em 0 0.01em, -6em -13em 0 0.01em, -7.4em -15em 0 0.01em, -9.2em -22em 0 0.01em, 5em -30em 0 0.01em, 6em -24em 0 0.01em, 7.4em -11em 0 0.01em, 9.2em -9.4em 0 0.01em, 1em -22em 0 0.01em, 2em -14em 0 0.01em, 4em -21em 0 0.01em, 3.2em -16em 0 0.01em, -1em -21em 0 0.01em, -2em -19em 0 0.01em, -4em -17em 0 0.01em, -3.2em -15em 0 0.01em;
      bottom: 200px;
      opacity: 0;
    }
  }
  @keyframes bubble-up {
    100% {
      -webkit-box-shadow: 10em -11em 0 0.01em, 20em -17em 0 0.01em, 30em -20em 0 0.01em, 40em -30em 0 0.01em, 12em -12em 0 0.01em, 17em -5em 0 0.01em, 25em -16em 0 0.01em, 37em -22em 0 0.01em, -10em -32em 0 0.01em, -20em -12em 0 0.01em, -30em -11em 0 0.01em, -40em -13em 0 0.01em, -12em -15em 0 0.01em, -17em -9em 0 0.01em, -25em -14em 0 0.01em, -37em -21em 0 0.01em, 10em -17em 0 0.01em, 20em -21em 0 0.01em, 30em -11em 0 0.01em, 40em -19em 0 0.01em, 17em -23em 0 0.01em, 17em -10em 0 0.01em, 25em -14.5em 0 0.01em, 37em -12.9em 0 0.01em, -11em -21.3em 0 0.01em, -20em -22.4em 0 0.01em, -30em -15.3em 0 0.01em, -40em -19.2em 0 0.01em, -15em -21.3em 0 0.01em, -17em -22.4em 0 0.01em, -25em -10.3em 0 0.01em, -37em -9.3em 0 0.01em, -11em -22.4em 0 0.01em, 10.6em -20.4em 0 0.01em, 12.5em -6.9em 0 0.01em, 13.6em -8.3em 0 0.01em, -5em -21.4em 0 0.01em, -6em -13em 0 0.01em, -7.4em -15em 0 0.01em, -9.2em -22em 0 0.01em, 5em -30em 0 0.01em, 6em -24em 0 0.01em, 7.4em -11em 0 0.01em, 9.2em -9.4em 0 0.01em, 1em -22em 0 0.01em, 2em -14em 0 0.01em, 4em -21em 0 0.01em, 3.2em -16em 0 0.01em, -1em -21em 0 0.01em, -2em -19em 0 0.01em, -4em -17em 0 0.01em, -3.2em -15em 0 0.01em;
      box-shadow: 10em -11em 0 0.01em, 20em -17em 0 0.01em, 30em -20em 0 0.01em, 40em -30em 0 0.01em, 12em -12em 0 0.01em, 17em -5em 0 0.01em, 25em -16em 0 0.01em, 37em -22em 0 0.01em, -10em -32em 0 0.01em, -20em -12em 0 0.01em, -30em -11em 0 0.01em, -40em -13em 0 0.01em, -12em -15em 0 0.01em, -17em -9em 0 0.01em, -25em -14em 0 0.01em, -37em -21em 0 0.01em, 10em -17em 0 0.01em, 20em -21em 0 0.01em, 30em -11em 0 0.01em, 40em -19em 0 0.01em, 17em -23em 0 0.01em, 17em -10em 0 0.01em, 25em -14.5em 0 0.01em, 37em -12.9em 0 0.01em, -11em -21.3em 0 0.01em, -20em -22.4em 0 0.01em, -30em -15.3em 0 0.01em, -40em -19.2em 0 0.01em, -15em -21.3em 0 0.01em, -17em -22.4em 0 0.01em, -25em -10.3em 0 0.01em, -37em -9.3em 0 0.01em, -11em -22.4em 0 0.01em, 10.6em -20.4em 0 0.01em, 12.5em -6.9em 0 0.01em, 13.6em -8.3em 0 0.01em, -5em -21.4em 0 0.01em, -6em -13em 0 0.01em, -7.4em -15em 0 0.01em, -9.2em -22em 0 0.01em, 5em -30em 0 0.01em, 6em -24em 0 0.01em, 7.4em -11em 0 0.01em, 9.2em -9.4em 0 0.01em, 1em -22em 0 0.01em, 2em -14em 0 0.01em, 4em -21em 0 0.01em, 3.2em -16em 0 0.01em, -1em -21em 0 0.01em, -2em -19em 0 0.01em, -4em -17em 0 0.01em, -3.2em -15em 0 0.01em;
      bottom: 200px;
      opacity: 0;
    }
  }
  .sy-about .info-post .eet {
    font-size: 36px;
  }
  .sy-case .caseview {
    display: block;
    padding-left: 0;
  }
  .sy-case .caseview .swlist {
    width: 100%;
    margin-top: 30px;
  }
  .sy-case .caseview .buttonround {
    margin-left: 86px;
    margin-top: 20px;
  }
  .sy-about {
    padding: 100px 0 0;
  }
  .sy-grid .item {
    padding: 30px 0;
  }
  .sy-grid .item .dd2 {
    margin-top: 30px;
  }
  .team-list .wp {
    display: block;
  }
  .team-list .teamtop {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .team-list .swiper-container {
    width: 100%;
  }
  .team-list .teamtop .img {
    width: 300px;
    height: 400px;
  }
  .team-list .teamtop .post-text .text-content {
    height: 260px;
  }
  .team-list .teamtop .text-contet {
    height: 270px;
  }
  .team-list .swiper-container .back .text-content {
    height: 300px;
  }
  .sy-intel {
    display: block;
  }
  .sy-intel .text-post {
    width: 100%;
  }
  .sy-intel.imgBig .text-post {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .sy-intel .text-post2 {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }
  .sy-intel .img {
    width: 100% !important;
    text-align: center;
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .layui-layer-case {
    width: 90% !important;
  }
  .layui-layer-case .dd1-block {
    width: 100%;
  }
  .layui-layer-case .dd2-block {
    width: 100%;
    margin-top: 30px;
  }
  .sy-round-padding {
    padding: 20px 0;
  }
  .team-list .teamtop .post-text .text-content {
    height: 157px;
  }
  .recrList,
  .team-list {
    margin-top: 30px;
  }
  .sy-news .controller .newlist .img {
    background-size: 100% auto !important;
  }
  .recrList .padding-lr-xl {
    padding: 10px 20px;
  }
  .sy-about .content {
    padding: 20px;
  }
  .sy-about .content .about-post-text {
    padding: 22px;
    margin-left: 0;
  }
  .sy-about .content .about-post-text .icon {
    right: -25px;
    width: 55px;
    height: 55px;
    top: -25px;
    background-size: 100%;
  }
  .sy-footer.footer-contact .ditu {
    display: none;
  }
  .respAbout .text-post:after,
  .respAbout .text-post:before {
    opacity: 0;
  }
  .respNews .img {
    height: 460px;
  }
  .sy-uobblo .item {
    width: 100%;
    height: 300px;
  }
  .team-list .teamtop .img {
    width: 160px;
    height: 260px;
  }
  .team-list .teamtop .text-contet {
    height: 150px;
  }
  .sy-desc-block {
    display: block;
    margin-top: 20px;
  }
  .sy-desc-block .post-text {
    width: 100%;
    margin-top: 20px;
  }
  .sy-grid,
  .sy-honors .sy-title {
    margin-top: 40px;
  }
  .sy-book-post {
    padding: 30px;
  }
  .sy-book-post .mainframe {
    height: 480px;
  }
  .sy-about {
    padding: 30px 0 15px;
  }
  .sy-case {
    padding: 30px 0 40px;
  }
  .sy-about .info-post .eet {
    font-size: 20px;
  }
  .sy-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sy-grid .item {
    width: 100%;
    border-bottom: 1px solid #696c81;
    border-right: none;
  }
  .sy-title .ttc {
    font-size: 40px;
  }
  .sy-footer .sm-wp {
    display: block;
  }
  .sy-footer .ever {
    text-align: center;
  }
  .sy-footer .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sy-footer .grid.col-3 &gt; div {
    width: 100%;
  }
  .sy-footer .contact-content {
    padding-left: 0;
  }
  .sy-case .casenav .swiper-pagination,
  .sy-strategic .post-list {
    margin-top: 20px;
  }
  .sy-strategic .post-list .item {
    height: 80px;
    margin: 0 auto;
  }
  .sy-strategic .post-list .item img {
    max-height: 70px;
  }
  .sy-book-post,
  .sy-news .controller,
  .sy-news .sy-title,
  .sy-strategic .sy-title {
    margin-top: 30px;
  }
  .sy-news .controller .newhome {
    padding-right: 10px;
    display: none;
  }
  .sy-news .controller .newlist {
    padding-left: 0;
    width: 100%;
  }
  .sy-news .controller .newlist .info-content {
    margin-left: 20px;
  }
  .sy-honors .post-list .swiper-slide {
    border-right: none;
    -o-border-image: none;
    border-image: none;
  }
  .theme-back-block div {
    text-align: center;
    padding-right: 0;
  }
  .sy-desc-block .img {
    width: 100%;
    height: 250px;
  }
  .sy-desc-block .post-text .post-content {
    height: 300px;
  }
  .history-list {
    padding: 30px 0;
  }
  .history-list .title {
    font-size: 22px;
  }
  .history-list .text-content {
    padding-right: 10px;
  }
  .sy-case .casenav-solid {
    margin-top: 50px;
  }
  .respAbout {
    padding: 60px 0;
  }
  .respEvent .wp .swiper-block {
    padding: 6% 0;
  }
  .respEvent .wp .swiper-block .swiper-slide &gt; div {
    display: block;
  }
  .sy-intel.imgBig .qiou .dd1 {
    right: 50px;
  }
  .sy-intel.imgBig .qiou .dd4 {
    left: 96px;
  }
  .sy-intel.imgBig .qiou .dd3 {
    left: 18px;
    top: 174px;
  }
  .sy-intel.imgBig .qiou .dd4 .c1,
  .sy-intel.imgBig .qiou .dd4 .c3,
  .sy-intel.imgBig .qiou .dd2 .c1,
  .sy-intel.imgBig .qiou .dd3 .c1,
  .sy-intel.imgBig .qiou .dd3 .c3 {
    font-size: 18px;
  }
  .sy-intel.imgBig .qiou .dd2 {
    top: 57px;
    left: 90px;
  }
}
@media (max-width: 375px) {
  .sy-intel.imgBig .qiou .dd2 {
    top: 95px;
    left: 80px;
  }
  .sy-intel.imgBig .qiou .dd1 {
    right: 40px;
    top: 131px;
  }
  .sy-intel.imgBig .qiou &gt; a .c1 {
    font-size: 36px;
  }
  .sy-intel.imgBig .qiou .dd4 {
    left: 79px;
  }
  .sy-intel.imgBig img {
    max-height: 40px;
  }
  .sy-intel.imgBig .qiou .dd3 {
    left: 18px;
    top: 180px;
  }
  .sy-intel.imgBig .qiou &gt; a .c3,
  .sy-intel.imgBig .qiou .dd3 .c3,
  .sy-intel.imgBig .qiou .dd4 .c3 {
    font-size: 14px;
  }
  .sy-intel.imgBig .qiou .dd1 img {
    max-height: 70px;
  }
}
</pre></body></html>