@font-face {
  font-family: 'DIN-Light';
  src: url("../fonts/DIN-Light.otf");
}
@font-face {
  font-family: 'DIN-Bold';
  src: url("../fonts/DIN-Bold.otf");
}
@font-face {
  font-family: 'EuclidCircularA-Bold';
  src: url("../fonts/EuclidCircularA-Bold.ttf");
}
@font-face {
  font-family: 'EuclidCircularA-Regular';
  src: url("../fonts/EuclidCircularA-Regular.ttf");
}
@font-face {
  font-family: 'EuclidCircularA-Light';
  src: url("../fonts/EuclidCircularA-Light.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rings {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-1 {
  0% {
    stroke-dashoffset: 638;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line-2 {
  0% {
    stroke-dashoffset: 526;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line-3 {
  0% {
    stroke-dashoffset: 414;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line-4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes o-run {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 30px;
    height: 100px;
  }
}
@keyframes o-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o-scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.wrapper {
  width: 81.25vw;
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1025px) {
  .dom-loaded .header .nav .drop {
    transition: all .3s ease;
  }
  .dom-loaded .ope .box .ewm-hide,
  .dom-loaded .ope .box .lang-hide {
    transition: all .3s ease;
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0;
  transition: all .3s ease;
  z-index: 9;
}
.header .main {
  text-align: right;
}
.header .logo {
  position: absolute;
  left: 3.125vw;
  top: 50%;
  transform: translateY(-50%);
}
.header .logo img {
  display: block;
  height: 60px;
  transition: all .3s ease;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .nav {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.header .nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 2vw;
  position: relative;
}
.header .nav li a.single {
  display: block;
  font-size: 18px;
  line-height: 120px;
  color: #fff;
  padding: 0 10px;
  position: relative;
  transition: all .3s ease;
}
.header .nav li a.single:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e47e30;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s ease;
}
.header .nav li .drop {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  padding: 15px 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.header .nav li .drop a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #333;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .header .nav li .drop a:hover {
    background-color: #e47e30;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .header .nav li:nth-of-type(1) {
    margin-left: 0;
  }
  .header .nav li:hover a.single {
    color: #e47e30 !important;
  }
  .header .nav li:hover a.single:before {
    transform: scaleX(1);
  }
  .header .nav li:hover .drop {
    opacity: 1;
    visibility: visible;
  }
  .header .nav li.active a.single {
    color: #e47e30 !important;
  }
}
.header .ope {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 3.125vw 0 5vw;
}
.header .ope .box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
.header .ope .box:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .3s ease;
}
.header .ope .box.wechat:before {
  background-image: url("../images/icon-1-1.png");
}
.header .ope .box.sina:before {
  background-image: url("../images/icon-2-1.png");
}
.header .ope .box.phone:before {
  background-image: url("../images/icon-3-1.png");
}
.header .ope .box.search:before {
  background-image: url("../images/icon-4-1.png");
}
.header .ope .box.lang:before {
  background-image: url("../images/icon-5-1.png");
}
.header .ope .box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  cursor: pointer;
  transition: color .3s ease;
}
.header .ope .box span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  transition: border .3s ease;
}
.header .ope .box .ewm-hide {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  padding-top: 24px;
  width: 120px;
  opacity: 0;
  visibility: hidden;
}
.header .ope .box .ewm-hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.header .ope .box .ewm-hide .img {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.header .ope .box .ewm-hide img {
  display: block;
  width: 100%;
}
.header .ope .box .lang-hide {
  position: absolute;
  width: 90px;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  padding-top: 24px;
  opacity: 0;
  visibility: hidden;
}
.header .ope .box .lang-hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.header .ope .box .lang-hide .link {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.header .ope .box .lang-hide a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #e47e30;
  margin-bottom: 1px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .header .ope .box .lang-hide a:hover {
    background-color: #e47e30;
    color: #fff;
  }
}
.header .ope .box:hover .ewm-hide, .header .ope .box:hover .lang-hide {
  opacity: 1;
  visibility: visible;
}
.header .ope a.btn {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #e47e30;
  border-radius: 6px;
}
.header.down .logo img {
  height: 40px;
}
.header.down .nav li a.single {
  line-height: 80px;
}
.header:hover, .header.down {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header:hover .logo img.show, .header.down .logo img.show {
  opacity: 0;
}
.header:hover .logo img.hide, .header.down .logo img.hide {
  opacity: 1;
}
.header:hover .nav li a.single, .header.down .nav li a.single {
  color: #373838;
}
.header:hover .ope .box.wechat:before, .header.down .ope .box.wechat:before {
  background-image: url("../images/icon-1-2.png");
}
.header:hover .ope .box.sina:before, .header.down .ope .box.sina:before {
  background-image: url("../images/icon-2-2.png");
}
.header:hover .ope .box.phone:before, .header.down .ope .box.phone:before {
  background-image: url("../images/icon-3-2.png");
}
.header:hover .ope .box.search:before, .header.down .ope .box.search:before {
  background-image: url("../images/icon-4-2.png");
}
.header:hover .ope .box.lang:before, .header.down .ope .box.lang:before {
  background-image: url("../images/icon-5-2.png");
}
.header:hover .ope .box span, .header.down .ope .box span {
  color: #373838;
}
.header:hover .ope .box span:after, .header.down .ope .box span:after {
  border-top: 4px solid #373838;
}

/* other */
.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-image: linear-gradient(-135deg, #faa701, #e47e30);
  display: none;
}
.fixed-search .close {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-2.png");
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fixed-search .box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.fixed-search h3 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin-bottom: 4.5vw;
}
.fixed-search input {
  display: block;
  width: 100%;
  height: 100px;
  border-bottom: 4px solid #fff;
  background-color: transparent;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* footer */
.footer {
  position: relative;
  padding: 0 3.125vw;
  background-color: #2f3e51;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/img-1.png");
  z-index: 2;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(-90deg, #e47e30, #8e2623);
}
.footer .top-block {
  display: flex;
  justify-content: space-between;
  padding: 4.5vw 0 3.125vw;
}
.footer .logo img {
  display: block;
  height: 60px;
}
.footer .ewm {
  margin-top: 2vw;
  font-size: 0;
}
.footer .ewm .box {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-left: 20px;
  text-align: center;
}
.footer .ewm .box:nth-of-type(1) {
  margin-left: 0;
}
.footer .ewm .box img {
  display: block;
  width: 100%;
}
.footer .ewm .box p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.footer .nav .box {
  display: inline-block;
  vertical-align: top;
  margin-left: 6.25vw;
}
.footer .nav .box:nth-of-type(1) {
  margin-left: 0;
}
.footer .nav h3 {
  font-size: 18px;
  color: #fff;
}
.footer .nav h3 a {
  color: #fff;
}
.footer .nav .link {
  margin-top: 20px;
}
.footer .nav .link a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  transition: all .3s ease;
}
.footer .nav .link a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .footer .nav .link a:hover {
    color: #fff;
  }
}
.footer .mid-block {
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-right: calc(360px + 6.25vw);
}
.footer .mid-block .left-box h3 {
  font-size: 14px;
  color: #fff;
}
.footer .mid-block .left-box .link {
  margin-top: 20px;
}
.footer .mid-block .left-box a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}
.footer .mid-block .left-box a:after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
.footer .mid-block .left-box a:last-of-type:after {
  display: none;
}
.footer .mid-block .right-box {
  position: absolute;
  right: 0;
  bottom: 2vw;
  width: 360px;
  height: 48px;
  cursor: pointer;
}
.footer .mid-block .right-box:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
.footer .mid-block .right-box input {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #596574;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border-radius: 24px;
}
.footer .mid-block .right-box ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #596574;
  z-index: 1;
  text-align: left;
  display: none;
  max-height: 192px;
  overflow: auto;
}
.footer .mid-block .right-box ul li {
  position: relative;
}
.footer .mid-block .right-box ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.footer .mid-block .right-box ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  padding: 0 20px;
  transition: all .3s ease;
  z-index: 2;
}
.footer .mid-block .right-box ul li:hover:before {
  opacity: 1;
}
.footer .mid-block .right-box ul li:hover a {
  color: #333;
}
.footer .mid-block .right-box.open ul {
  display: block;
}
.footer .bot-block {
  padding: 2vw 0;
  position: relative;
}
.footer .bot-block p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer .bot-block p a {
  color: #fff;
}
.footer .bot-block p a:nth-of-type(2) {
  margin-left: 10px;
}
.footer .share {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
}
.footer .share a {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.footer .share a.weixin {
  background-image: url("../images/share-1.png");
}
.footer .share a.tsina {
  background-image: url("../images/share-2.png");
}
.footer .share a.sqq {
  background-image: url("../images/share-3.png");
}

.fixed-right {
  position: fixed;
  right: 3.125vw;
  bottom: 10%;
  z-index: 10;
}
.fixed-right .close {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.png");
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.fixed-right img {
  display: block;
  width: 160px;
}

@media screen and (max-width: 1600px) {
  .header .nav li {
    margin-left: 10px;
  }

  .header .nav li a.single {
    font-size: 16px;
    line-height: 100px;
  }

  .header .nav li .drop a {
    font-size: 16px;
    line-height: 50px;
  }

  .header .ope .box {
    margin-right: 20px;
  }

  .footer .nav .box {
    margin-left: 2.125vw;
  }

  .fixed-search h3 {
    font-size: 50px;
  }

  .fixed-search input {
    height: 90px;
  }
 
}
@media screen and (max-width: 1366px) {
  .header .logo img {
    height: 50px;
  }

  .header .nav li a.single {
    font-size: 15px;
  }

  .header .nav li .drop a {
    font-size: 14px;
    line-height: 48px;
  }

  .header .ope a.btn {
    width: 100px;
    line-height: 36px;
  }

  .header .ope {
    padding: 0 3.125vw;
  }

  .footer .ewm .box {
    width: 100px;
  }

  .footer .mid-block .right-box {
    width: 300px;
  }

  .fixed-search h3 {
    font-size: 40px;
  }

  .fixed-search input {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav li {
    margin-left: 0;
  }

  .header .ope .box {
    margin-right: 10px;
  }

  .footer .ewm .box {
    width: 80px;
  }

  .footer .ewm .box p {
    font-size: 12px;
  }

  .footer .nav h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
    background-color: #fff;
  }
  .header .logo {
    left: 20px;
  }
  .header .logo img {
    height: 26px !important;
  }
  .header .logo img.show {
    opacity: 0;
  }
  .header .logo img.hide {
    opacity: 1;
  }
  .header .main {
    padding: 15px 64px 15px 130px;
  }
  .header .nav {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    background-color: #fff;
    padding: 60px 0;
    margin: 0;
    text-align: left;
    overflow: auto;
    z-index: 3;
    border-top: 1px solid #f5f5f5;
    transition: left .3s linear;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .header .nav.active {
    left: 0;
  }
  .header .nav li {
    display: block;
    margin: 0;
    padding: 0 30px;
  }
  .header .nav li a.single {
    font-size: 16px;
    color: #373838;
    line-height: 50px !important;
    padding: 0;
    text-align: center;
  }
  .header .nav li .drop {
    display: none;
  }
  .header .ope {
    padding: 0;
  }
  .header .ope .box.wechat, .header .ope .box.sina, .header .ope .box.phone {
    display: none;
  }
  .header .ope .box.search:before {
    background-image: url("../images/icon-4-2.png");
  }
  .header .ope .box.lang:before {
    display: none;
    background-image: url("../images/icon-5-2.png");
  }
  .header .ope .box span {
    color: #373838;
    font-size: 12px;
    padding: 0;
  }
  .header .ope .box span:after {
    border-top: 4px solid #373838;
  }
  .header .ope a.btn {
    width: 70px;
    line-height: 30px;
    font-size: 12px;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 20px;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #e47e30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .fixed-right img {
    width: 80px;
  }

  .fixed-search .close {
    top: 5%;
    right: 5%;
  }

  .fixed-search h3 {
    font-size: 30px;
  }

  .fixed-search input {
    height: 60px;
    border-bottom-width: 2px;
  }

  .footer {
    padding: 0 5%;
  }

  .footer .top-block {
    padding: 30px 0 20px;
    display: block;
  }

  .footer .logo {
    display: none;
  }

  .footer .logo img {
    height: 50px;
    margin: 0 auto;
  }

  .footer .nav.m-hide {
    display: none;
  }

  .footer .ewm {
    margin-top: 20px;
    display: flex;
    justify-content: space-betweem;
  }

  .footer .ewm .box {
    margin-left: 10px;
  }

  .footer .mid-block {
    padding: 20px 0;
  }

  .footer .mid-block .left-box .link {
    margin-top: 10px;
  }

  .footer .mid-block .left-box a:after {
    margin: 0 10px;
  }

  .footer .mid-block .right-box {
    position: relative;
    width: 100%;
    margin-top: 20px;
    bottom: auto;
  }

  .footer .bot-block {
    padding: 20px 0;
  }

  .footer .share {
    display: none;
  }

  .footer .bot-block p {
    line-height: 24px;
  }

  .footer .nav .box {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: padding .3s linear;
  }
  .footer .nav .box.active {
    padding-bottom: 20px;
  }
  .footer .nav .box.active h3:after {
    background-image: url("../images/icon-6-on.png");
  }

  .footer .nav h3 {
    line-height: 50px;
    position: relative;
  }
  .footer .nav h3:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-6.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }

  .footer .nav .link {
    display: none;
    margin-top: 0;
    padding: 0 20px;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background-color: #fff;
}
.loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -164px;
  width: 327px;
  height: 239px;
}
.loading .logo svg {
  position: absolute;
  width: 100%;
  height: auto;
}
.loading .logo svg.svg-1 .line-1 {
  stroke-dasharray: 638;
  stroke-dashoffset: 638;
}
.loading .logo svg.svg-1 .line-2 {
  stroke-dasharray: 526;
  stroke-dashoffset: 526;
}
.loading .logo svg.svg-1 .line-3 {
  stroke-dasharray: 414;
  stroke-dashoffset: 414;
}
.loading .logo svg.svg-2 {
  opacity: 0;
}
.loading .progress {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
}
.loading .progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(90deg, #8e2623, #e47e30);
}
.loading .num {
  position: absolute;
  bottom: 3.125vw;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  color: #d9d9d9;
  font-family: 'DIN-Bold';
}
.loading .num span {
  font-size: 48px;
}
.loading.active .logo svg.svg-1 .line-1 {
  animation: line-1 1.5s linear forwards;
}
.loading.active .logo svg.svg-1 .line-2 {
  animation: line-2 1.5s .1s linear forwards;
}
.loading.active .logo svg.svg-1 .line-3 {
  animation: line-3 1.5s .2s linear forwards;
}
.loading.active .logo svg.svg-2 {
  animation: line-4 .6s 2s linear forwards;
}

.lighter, .index-s3 .tab-para .para, .index-s4 .mid-block .item h3 {
  font-weight: lighter;
}

.index-tit h3 {
  font-size: 42px;
}
.index-tit.white h3 {
  color: #fff;
}

.c-pd {
  padding-top: 80px;
}

.c-banner {
  position: relative;
  z-index: 2;
}
.c-banner .img-box {
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
}
.c-banner form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  height: 60px;
  background-color: #fff;
}
.c-banner input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  background-color: transparent;
}
.c-banner button {
  width: 60px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/icon-4-2.png");
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.c-crumbs {
  text-align: right;
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
}
.c-crumbs a {
  display: inline-block;
  vertical-align: middle;
}
.c-crumbs a:before {
  content: '';
  width: 7px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/crumbs.png");
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.c-crumbs a.home {
  width: 14px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/home.png");
}
.c-crumbs a.home:before {
  display: none;
}
.c-crumbs a.link {
  font-size: 14px;
  line-height: 3.125vw;
  color: #808080;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .c-crumbs a.link:hover {
    color: #e47e30;
  }
}

.large-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.c-content {
  position: relative;
  z-index: 2;
}
.c-content .flex {
  display: flex;
  align-items: flex-start;
}
.c-content .left-block {
  width: 25%;
  margin-top: -6.25vw;
  position: sticky;
  top: 80px;
}
.c-content .left-block .title {
  padding: 2vw;
  background-image: linear-gradient(-135deg, #faa701, #e47e30);
}
.c-content .left-block h3 {
  font-size: 48px;
  color: #fff;
}
.c-content .left-block span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: 'Arial';
  margin-top: 15px;
}
.c-content .left-block .link {
  padding: 3.125vw 0;
  background-color: #fff;
}
.c-content .left-block .box {
  position: relative;
  margin-right: 3.125vw;
  border-top: 1px solid #e6e6e6;
}
.c-content .left-block .box a {
  display: block;
  padding: 0 2.34vw;
  font-size: 18px;
  line-height: 3.125vw;
  color: #333333;
  transition: color .3s ease;
}
.c-content .left-block .box:after {
  content: '';
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3.125vw;
  background-color: #e47e30;
  transform: scaleY(0);
}
.c-content .left-block .box:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.c-content .left-block .box:hover a, .c-content .left-block .box.active a {
  color: #e47e30;
}
.c-content .left-block .box.active:after {
  transform: scaleY(1);
}
.c-content .right-block {
  width: 75%;
  background-color: #fff;
  padding-left: 3.125vw;
  border-left: 1px solid #e6e6e6;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  font-size: 12px;
  color: #666;
  line-height: 38px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  transition: all .3s ease;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 60px;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #e47e30;
  background-color: #e47e30;
  color: #fff;
}

.share-box {
  position: absolute;
  right: 4vw;
  top: 0;
  height: 100%;
  padding: 6.25vw 0;
}
.share-box .comm-share {
  width: 40px;
  position: sticky;
  top: 40vh;
}
.share-box span {
  margin-top: 20px;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
}
.share-box a {
  display: block;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
  float: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share-box a:first-of-type {
  background-image: url("../images/news/share-1.png");
}
.share-box a.weixin {
  background-image: url("../images/news/share-2-1.png");
}
.share-box a.weixin:hover {
  background-image: url("../images/news/share-2-2.png");
}
.share-box a.tsina {
  background-image: url("../images/news/share-3-1.png");
}
.share-box a.tsina:hover {
  background-image: url("../images/news/share-3-2.png");
}

.c-map-cont .child {
  display: none;
}
.c-map-cont .child.active {
  display: block;
}
.c-map-cont .child img.bg {
  display: block;
  width: 100%;
}
.c-map-cont .child .dot {
  position: absolute;
  z-index: 1;
}
.c-map-cont .child .dot:after {
  content: '';
  width: 24px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
  cursor: pointer;
}
.c-map-cont .child .dot .range {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  transition: all .3s ease;
  cursor: pointer;
}
.c-map-cont .child .dot .range:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}
.c-map-cont .child .dot .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  animation: scale 4.5s ease-out infinite;
}
.c-map-cont .child .dot .range i:nth-of-type(2) {
  animation-delay: 1.55s;
}
.c-map-cont .child .dot .range i:nth-of-type(3) {
  animation-delay: 3s;
}
.c-map-cont .child .dot span.name {
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 3;
}
.c-map-cont .child .dot i.ani {
  width: 30px;
  height: 100px;
  position: absolute;
  z-index: 1;
}
.c-map-cont .child .dot i.lt {
  top: 0;
  left: 0;
  border-top: 2px solid #e47e30;
  border-left: 2px solid #e47e30;
}
.c-map-cont .child .dot i.lb {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #e47e30;
  border-left: 2px solid #e47e30;
}
.c-map-cont .child .dot i.rt {
  top: 0;
  right: 0;
  border-top: 2px solid #e47e30;
  border-right: 2px solid #e47e30;
}
.c-map-cont .child .dot i.rb {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #e47e30;
  border-right: 2px solid #e47e30;
}
.c-map-cont .child .dot .cont {
  padding-right: 90px;
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.c-map-cont .child .dot .cont:after {
  content: '';
  width: 96px;
  height: 137px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/img-7.png");
  position: absolute;
  right: 0;
  bottom: -16px;
}
.c-map-cont .child .dot .box {
  padding: 5px;
  position: relative;
}
.c-map-cont .child .dot .info {
  width: 389px;
  position: relative;
  z-index: 2;
}
.c-map-cont .child .dot .info:before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.c-map-cont .child .dot .info:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
}
.c-map-cont .child .dot .main {
  border-left: 1px solid #e47e30;
  border-right: 1px solid #e47e30;
  padding: 15px 15px 0;
}
.c-map-cont .child .dot .item {
  height: 80px;
}
.c-map-cont .child .dot .item p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: 'Arial';
  margin-top: 10px;
}
.c-map-cont .child .dot .item p:nth-of-type(1) {
  margin-top: 0;
}
.c-map-cont .child .dot .pagination {
  font-size: 0;
  padding-top: 15px;
}
.c-map-cont .child .dot .pagination span {
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 6px;
  cursor: pointer;
}
.c-map-cont .child .dot .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.c-map-cont .child .dot .pagination span.active {
  width: 24px;
  height: 4px;
}
.c-map-cont .child .dot.jianada {
  left: 19.09%;
  top: 37.33%;
}
.c-map-cont .child .dot.jianada .cont {
  transform-origin: right top;
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.jianada .cont .main {
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.moxige {
  left: 17.7%;
  top: 51.33%;
}
.c-map-cont .child .dot.moxige .cont {
  transform-origin: right top;
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.moxige .cont .main {
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.baxi {
  left: 33.68%;
  top: 75.06%;
}
.c-map-cont .child .dot.baxi .cont {
  transform-origin: right top;
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.baxi .cont .main {
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.yingguo {
  left: 45.2%;
  top: 31.86%;
}
.c-map-cont .child .dot.ruishi {
  left: 49.65%;
  top: 34.66%;
}
.c-map-cont .child .dot.wulanke {
  left: 54.79%;
  top: 36%;
}
.c-map-cont .child .dot.nanfei {
  left: 55.55%;
  top: 79.2%;
}
.c-map-cont .child .dot.eluosi {
  left: 75.83%;
  top: 23.46%;
}
.c-map-cont .child .dot.zhongguo {
  left: 79.44%;
  top: 40.53%;
}
.c-map-cont .child .dot.hanguo {
  left: 83.19%;
  top: 42.93%;
}
.c-map-cont .child .dot.riben {
  left: 86.11%;
  top: 44.4%;
}
.c-map-cont .child .dot.yindu {
  left: 69.3%;
  top: 55.46%;
}
.c-map-cont .child .dot.xinjiapo {
  left: 75.83%;
  top: 62.4%;
}
.c-map-cont .child .dot.aodaliya {
  left: 85.27%;
  top: 77.86%;
}
.c-map-cont .child .dot.qundao {
  left: 27.7%;
  top: 51.33%;
}
.c-map-cont .child .dot.qundao .cont {
  transform-origin: right top;
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.qundao .cont .main {
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.xianggang {
  left: 59.34%;
  top: 89.06%;
}
.c-map-cont .child .dot.xianggang > span {
  top: 15px;
  left: 7px;
}
.c-map-cont .child .dot.shanghai {
  left: 72.05%;
  top: 63.33%;
}
.c-map-cont .child .dot.shanghai > span {
  bottom: 15px;
  left: 0;
}
.c-map-cont .child .dot.beijing {
  left: 60.84%;
  top: 39.86%;
}
.c-map-cont .child .dot.beijing > span {
  right: 0;
  bottom: 15px;
}
.c-map-cont .child .dot.chongqing {
  left: 49.62%;
  top: 67.6%;
}
.c-map-cont .child .dot.chongqing > span {
  bottom: 15p;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.tianjin {
  left: 63.08%;
  top: 42.13%;
}
.c-map-cont .child .dot.tianjin > span {
  left: 10px;
  top: 0;
  transform: translateY(-50%);
}
.c-map-cont .child .dot.tangshan {
  left: 64.57%;
  top: 39.86%;
}
.c-map-cont .child .dot.tangshan > span {
  bottom: 15px;
  right: 0;
}
.c-map-cont .child .dot.handan {
  left: 60.84%;
  top: 49.46%;
}
.c-map-cont .child .dot.handan > span {
  left: 10px;
  top: 10px;
}
.c-map-cont .child .dot.shijiazhuang {
  left: 60.84%;
  top: 43.06%;
}
.c-map-cont .child .dot.shijiazhuang > span {
  bottom: 7px;
  right: 7px;
}
.c-map-cont .child .dot.changzhi {
  left: 59.34%;
  top: 51.6%;
}
.c-map-cont .child .dot.changzhi > span {
  top: 15px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.taiyuan {
  left: 57.85%;
  top: 46.26%;
}
.c-map-cont .child .dot.taiyuan > span {
  right: 15px;
  top: 0;
  transform: translateY(-50%);
}
.c-map-cont .child .dot.linfen {
  left: 56.35%;
  top: 51.6%;
}
.c-map-cont .child .dot.linfen > span {
  right: 10px;
  bottom: 5px;
}
.c-map-cont .child .dot.jincheng {
  left: 57.85%;
  top: 52.8%;
}
.c-map-cont .child .dot.jincheng > span {
  top: 10px;
  right: 10px;
}
.c-map-cont .child .dot.ningbo {
  left: 72.8%;
  top: 66.5%;
}
.c-map-cont .child .dot.ningbo > span {
  top: 10px;
  left: 10px;
}
.c-map-cont .child .dot.lingyuan {
  left: 66.82%;
  top: 33.46%;
}
.c-map-cont .child .dot.lingyuan > span {
  bottom: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.fushun {
  left: 73.55%;
  top: 31.33%;
}
.c-map-cont .child .dot.fushun > span {
  top: 10px;
  left: 5px;
}
.c-map-cont .child .dot.anshan {
  left: 72.05%;
  top: 33%;
}
.c-map-cont .child .dot.anshan > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.tonghua {
  left: 75.79%;
  top: 30.26%;
}
.c-map-cont .child .dot.tonghua > span {
  bottom: 15px;
  border-left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.acheng {
  left: 76.54%;
  top: 20.66%;
}
.c-map-cont .child .dot.acheng > span {
  bottom: 5px;
  right: 10px;
}
.c-map-cont .child .dot.nanjing {
  left: 66.82%;
  top: 61.2%;
}
.c-map-cont .child .dot.nanjing > span {
  bottom: 10px;
  right: 10px;
}
.c-map-cont .child .dot.zhangjiagang {
  left: 70.56%;
  top: 61.2%;
}
.c-map-cont .child .dot.zhangjiagang > span {
  bottom: 10px;
  right: -15px;
}
.c-map-cont .child .dot.changshu {
  left: 69.81%;
  top: 63.33%;
}
.c-map-cont .child .dot.changshu > span {
  top: 5px;
  left: 0;
}
.c-map-cont .child .dot.changzhou {
  left: 68.31%;
  top: 62.26%;
}
.c-map-cont .child .dot.changzhou > span {
  top: 5px;
  right: 0;
}
.c-map-cont .child .dot.hangzhou {
  left: 69.06%;
  top: 65.46%;
}
.c-map-cont .child .dot.hangzhou > span {
  right: 5px;
  top: 10px;
}
.c-map-cont .child .dot.maanshan {
  left: 65.32%;
  top: 63.33%;
}
.c-map-cont .child .dot.maanshan > span {
  right: 0;
  top: 10px;
}
.c-map-cont .child .dot.luan {
  left: 61.68%;
  top: 62.26%;
}
.c-map-cont .child .dot.luan > span {
  right: 10px;
  bottom: 10px;
}
.c-map-cont .child .dot.xiamen {
  left: 66.82%;
  top: 83.6%;
}
.c-map-cont .child .dot.xiamen > span {
  left: 5px;
  top: 10px;
}
.c-map-cont .child .dot.xinyu {
  left: 62.33%;
  top: 77.2%;
}
.c-map-cont .child .dot.xinyu > span {
  top: 10px;
  left: 0;
}
.c-map-cont .child .dot.nanchang {
  left: 61.33%;
  top: 70.5%;
}
.c-map-cont .child .dot.nanchang > span {
  top: 10px;
  left: 0;
}
.c-map-cont .child .dot.rizhao {
  left: 67.33%;
  top: 51.5%;
}
.c-map-cont .child .dot.rizhao > span {
  top: 10px;
  left: 0;
}
.c-map-cont .child .dot.guigang {
  left: 51.33%;
  top: 85.2%;
}
.c-map-cont .child .dot.guigang > span {
  top: 10px;
  left: 0;
}
.c-map-cont .child .dot.fangchenggang {
  left: 48%;
  top: 90%;
}
.c-map-cont .child .dot.fangchenggang > span {
  top: 10px;
  left: 0;
}
.c-map-cont .child .dot.wuhai {
  left: 50.33%;
  top: 41.2%;
}
.c-map-cont .child .dot.wuhai > span {
  top: 10px;
  left: 10px;
}
.c-map-cont .child .dot.zhongwei {
  left: 45.33%;
  top: 48.2%;
}
.c-map-cont .child .dot.zhongwei > span {
  top: 10px;
  left: 0;
}
.c-map-cont .child .dot.pingxiang {
  left: 60.09%;
  top: 78.26%;
}
.c-map-cont .child .dot.pingxiang > span {
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.c-map-cont .child .dot.qingdao {
  left: 68.31%;
  top: 50.66%;
}
.c-map-cont .child .dot.qingdao > span {
  left: 10px;
  top: 0;
  transform: translateY(-50%);
}
.c-map-cont .child .dot.jinan {
  left: 63.83%;
  top: 49.46%;
}
.c-map-cont .child .dot.jinan > span {
  bottom: 10px;
  right: 0;
}
.c-map-cont .child .dot.zouping {
  left: 65.32%;
  top: 49.46%;
}
.c-map-cont .child .dot.zouping > span {
  bottom: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.weifang {
  left: 66.72%;
  top: 48.26%;
}
.c-map-cont .child .dot.weifang > span {
  left: 10px;
  top: 0;
  transform: translateY(-50%);
}
.c-map-cont .child .dot.anyang {
  left: 60.93%;
  top: 52.66%;
}
.c-map-cont .child .dot.anyang > span {
  left: 5px;
  top: 10px;
}
.c-map-cont .child .dot.wuhan {
  left: 57.85%;
  top: 64.4%;
}
.c-map-cont .child .dot.wuhan > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.changsha {
  left: 55.6%;
  top: 71.86%;
}
.c-map-cont .child .dot.changsha > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.shaoguan {
  left: 57.1%;
  top: 85.73%;
}
.c-map-cont .child .dot.shaoguan > span {
  right: 10px;
  bottom: 10px;
}
.c-map-cont .child .dot.haikou {
  left: 53.36%;
  top: 95.33%;
}
.c-map-cont .child .dot.haikou > span {
  top: 10px;
  left: 5px;
}
.c-map-cont .child .dot.shuicheng {
  left: 39.9%;
  top: 78.26%;
}
.c-map-cont .child .dot.shuicheng > span {
  bottom: 10px;
  right: 0;
}
.c-map-cont .child .dot.kunming {
  left: 39.15%;
  top: 81.46%;
}
.c-map-cont .child .dot.kunming > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.xian {
  left: 52.61%;
  top: 55.86%;
}
.c-map-cont .child .dot.xian > span {
  left: 0;
  top: 10px;
}
.c-map-cont .child .dot.hanzhong {
  left: 50.06%;
  top: 60.46%;
}
.c-map-cont .child .dot.hanzhong > span {
  right: 5px;
  top: 10px;
}
.c-map-cont .child .dot.weinan {
  left: 53.36%;
  top: 54.8%;
}
.c-map-cont .child .dot.weinan > span {
  right: 0;
  bottom: 10px;
}
.c-map-cont .child .dot.jiayuguan {
  left: 34.67%;
  top: 39.86%;
}
.c-map-cont .child .dot.jiayuguan > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.liuzhou {
  left: 49.62%;
  top: 81.46%;
}
.c-map-cont .child .dot.liuzhou > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.aomen {
  left: 57.85%;
  top: 90%;
}
.c-map-cont .child .dot.aomen > span {
  bottom: 5px;
  right: 10px;
}
.c-map-cont .child .dot.wulumuqi {
  left: 19.81%;
  top: 29.2%;
}
.c-map-cont .child .dot.wulumuqi > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.wulumuqi .cont {
  transform-origin: right top;
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.wulumuqi .cont .main {
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.yili {
  left: 5.51%;
  top: 32.53%;
}
.c-map-cont .child .dot.yili > span {
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
.c-map-cont .child .dot.yili .cont {
  transform-origin: right top;
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.yili .cont .main {
  transform: rotateY(180deg);
}
.c-map-cont .child .dot.baotou {
  left: 54.11%;
  top: 37.73%;
}
.c-map-cont .child .dot.baotou > span {
  left: 10px;
  bottom: 5px;
}
.c-map-cont .child .dot.shizuishan {
  left: 49.62%;
  top: 44.13%;
}
.c-map-cont .child .dot.shizuishan > span {
  right: 0;
  bottom: 10px;
}
.c-map-cont .child .dot.yinchuan {
  left: 48.87%;
  top: 45.2%;
}
.c-map-cont .child .dot.yinchuan > span {
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.c-map-cont .child .dot.active {
  z-index: 2;
}
.c-map-cont .child .dot.active:after {
  opacity: 1;
  visibility: visible;
}
.c-map-cont .child .dot.active .cont {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}
.c-map-cont .child .dot.active i.ani {
  animation: o-run 2s ease-in-out;
}
.c-map-cont .child .dot.active > span {
  font-weight: bold;
}
.c-map-cont .world {
  position: relative;
}
.c-map-cont .world .circle {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .3s ease-out;
}
.c-map-cont .world .circle:nth-of-type(1) {
  width: 9.02%;
  height: 18.4%;
  left: 11.73%;
  top: 11.46%;
}
.c-map-cont .world .circle:nth-of-type(2) {
  width: 8.47%;
  height: 18.26%;
  left: 44.02%;
  top: 14.26%;
}
.c-map-cont .world .circle:nth-of-type(3) {
  width: 10.76%;
  height: 17.33%;
  left: 63.54%;
  top: 28.4%;
}
.c-map-cont .world .circle:nth-of-type(4) {
  width: 9.72%;
  height: 18.53%;
  left: 79.3%;
  top: 59.06%;
}
.c-map-cont .world .circle:nth-of-type(5) {
  width: 8.75%;
  height: 14.26%;
  left: 48.88%;
  top: 56.8%;
}
@media screen and (min-width: 1025px) {
  .c-map-cont .world .circle:hover {
    transform: scale(0.8);
  }
}
.c-map-cont .world .dot span.name {
  left: 50%;
  top: 100%;
  padding-top: 15px;
  transform: translateX(-50%);
}
.c-map-cont .china {
  position: relative;
}
.c-map-cont .china .circle {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .3s ease-out;
}
.c-map-cont .china .circle:nth-of-type(1) {
  width: 14.48%;
  height: 17.33%;
  left: 61.21%;
  top: 13.06%;
  opacity: .8;
}
.c-map-cont .china .circle:nth-of-type(2) {
  width: 13.36%;
  height: 14.4%;
  left: 43.92%;
  top: 65.06%;
  opacity: .5;
}
@media screen and (min-width: 1025px) {
  .c-map-cont .china .circle:hover {
    transform: scale(0.8);
  }
}
.c-map-cont .china .dot .range {
  width: 0;
  height: 0;
  margin: 0;
}
.c-map-cont .china .dot .range i {
  display: none;
}
.c-map-cont .m-show {
  height: 0;
  overflow: hidden;
}
.c-map-cont .m-show h3 {
  font-size: 16px;
}
.c-map-cont .m-show .para {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.c-map-cont .m-show .pagination {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.c-map-cont .m-show .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-left: 2px;
  cursor: pointer;
  transition: all .3s ease;
}
.c-map-cont .m-show .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.c-map-cont .m-show .pagination span.active {
  background-color: #e47e30;
}

.index-s1 {
  position: relative;
}
.index-s1 .item {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.index-s1 .item video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-s1 .item .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.index-s1 .item .img-box {
  height: 100%;
  overflow: hidden;
}
.index-s1 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
}
.index-s1 .item h3 {
  font-size: 48px;
  color: #fff;
  letter-spacing: 10px;
}
.index-s1 .item p {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 10px;
  transition-delay: .1s;
}
.index-s1 .item .btn {
  margin-top: 6.25vw;
  transition-delay: .2s;
}
.index-s1 .pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  bottom: 3.125vw;
  z-index: 2;
}
.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.index-s1 .pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-1.png");
  transition: all .3s ease;
}
.index-s1 .pagination span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1-2.png");
  transform: scale(0.5);
  opacity: 0;
  transition: all .3s ease;
}
.index-s1 .pagination span.active:before {
  opacity: 0;
}
.index-s1 .pagination span.active:after {
  opacity: 1;
  transform: scale(1);
}
.index-s1 .button {
  width: 23px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/next-1.png");
  opacity: .3;
  transition: all .3s ease;
  z-index: 2;
  cursor: pointer;
}
.index-s1 .button:hover {
  opacity: 1;
}
.index-s1 .button-prev {
  left: 3.125vw;
  transform: rotateY(180deg);
}
.index-s1 .button-next {
  right: 3.125vw;
}
.index-s1 .scroll {
  position: absolute;
  left: 3.125vw;
  bottom: 0;
  z-index: 2;
}
.index-s1 .scroll span {
  display: block;
  font-size: 14px;
  color: #fff;
  transform-origin: bottom left;
  transform: rotate(-90deg) translateY(26px);
}
.index-s1 .scroll i {
  display: block;
  width: 1px;
  height: 60px;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
}
.index-s1 .scroll i:before {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #fff;
  display: block;
  animation: o-scroll 1.5s linear infinite;
}

.index-s2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-6.jpg");
  background-attachment: fixed;
  padding: 6.25vw 3.125vw 3.125vw;
}
.index-s2 .data-info .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 15vw;
}
.index-s2 .data-info .item:nth-of-type(1) {
  margin-left: 0;
}
.index-s2 .data-info .item h3 {
  font-size: 24px;
  color: #a6a6a6;
}
.index-s2 .data-info .item h3:before {
  content: '';
  width: 84px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -15px 20px 0 0;
  transition: all .3s ease;
}
.index-s2 .data-info .item span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 120px;
  line-height: 1;
  color: #2f3e51;
  font-family: 'DIN-Bold';
}
.index-s2 .data-info .item i {
  display: inline-block;
  vertical-align: bottom;
  font-style: normal;
  font-size: 24px;
  color: #a6a6a6;
  margin-left: 20px;
  transform: translateY(-10px);
}
.index-s2 .data-info .item:nth-of-type(1) h3:before {
  background-image: url("../images/index/icon-5-1.png");
}
@media screen and (min-width: 1025px) {
  .index-s2 .data-info .item:nth-of-type(1):hover h3:before {
    background-image: url("../images/index/icon-5-1-on.png");
  }
}
.index-s2 .data-info .item:nth-of-type(2) h3:before {
  background-image: url("../images/index/icon-5-2.png");
}
@media screen and (min-width: 1025px) {
  .index-s2 .data-info .item:nth-of-type(2):hover h3:before {
    background-image: url("../images/index/icon-5-2-on.png");
  }
}
@media screen and (min-width: 1025px) {
  .index-s2 .data-info .item:hover span {
    color: transparent;
    background-image: linear-gradient(0deg, #e47e30, #8e2623);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 15px 15px rgba(228, 126, 48, 0.3);
    transition: all .3s ease;
  }
}
.index-s2 .tab-wrap {
  margin-top: 2vw;
}
.index-s2 .tab-tit {
  display: flex;
}
.index-s2 .tab-tit .item {
  flex: 1;
  margin-left: 12px;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.index-s2 .tab-tit .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 12px;
  background-color: rgba(47, 62, 81, 0.05);
  transition: all .3s ease;
}
.index-s2 .tab-tit .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: all .3s ease;
  opacity: 0;
}
.index-s2 .tab-tit .item span {
  font-size: 24px;
  line-height: 68px;
  color: #2f3e51;
  position: relative;
  z-index: 3;
}
.index-s2 .tab-tit .item:nth-of-type(1) {
  margin-left: 0;
}
.index-s2 .tab-tit .item.active:before {
  opacity: 0;
}
.index-s2 .tab-tit .item.active:after {
  opacity: 1;
}
.index-s2 .tab-cont {
  background-color: #fff;
}
.index-s2 .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.index-s2 .tab-cont .child.active {
  height: auto;
}
.index-s2 .tab-cont .flex {
  display: flex;
}
.index-s2 .left-block {
  width: 62%;
  padding: 30px 0;
}
.index-s2 .left-block .trend {
  height: 420px;
}
.index-s2 .right-block {
  width: 38%;
  padding: 3.125vw 3.125vw 4.5vw;
  border-left: 1px solid #e6e6e6;
}
.index-s2 .right-block h3 {
  font-size: 24px;
  color: #2f3e51;
}
.index-s2 .right-block .info-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.index-s2 .right-block .info-1 span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #808080;
}
.index-s2 .right-block .info-1 span.date {
  font-size: 20px;
  font-family: 'EuclidCircularA-Light';
}
.index-s2 .right-block .title h3 {
  font-size: 24px;
  color: #2f3e51;
}
.index-s2 .right-block .title span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #808080;
}
.index-s2 .right-block .title span.date {
  font-size: 20px;
  font-family: 'EuclidCircularA-Light';
}
.index-s2 .right-block .title span:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #e6e6e6;
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
}
.index-s2 .right-block .title span:last-of-type:after {
  display: none;
}
.index-s2 .right-block .table {
  margin-top: 30px;
}
.index-s2 .right-block .table .top {
  display: flex;
  background-color: #8ca0ba;
}
.index-s2 .right-block .table .top span {
  flex: 1;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  text-align: center;
}
.index-s2 .right-block .table .bot {
  border: 1px solid #e6e6e6;
  border-top: none;
}
.index-s2 .right-block .table .bot li {
  display: flex;
  border-top: 1px solid #e6e6e6;
}
.index-s2 .right-block .table .bot li:nth-of-type(1) {
  border-top: none;
}
.index-s2 .right-block .table .bot span {
  flex: 1;
  font-size: 20px;
  line-height: 24px;
  color: #2f3e51;
  text-align: center;
  padding: 30px 0;
  font-family: 'EuclidCircularA-Light';
}
.index-s2 .right-block .table .bot span:nth-of-type(even) {
  background-color: #f2f4f6;
}
.index-s2 .right-block .table .bot i {
  font-style: normal;
}
.index-s2 .right-block .descs {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
}
.index-s2 .right-block .desc {
  width: 50%;
  margin-top: 30px;
}
.index-s2 .right-block .desc span {
  font-size: 18px;
  color: #808080;
}
.index-s2 .right-block .desc p {
  font-size: 36px;
  color: #e47e30;
  font-family: 'EuclidCircularA-Regular';
  margin-top: 10px;
}
.index-s2 .right-block .desc:nth-of-type(1), .index-s2 .right-block .desc:nth-of-type(2) {
  margin-top: 0;
}

.index-s3 {
  position: relative;
  padding: 6.25vw 3.125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-5.jpg");
}
.index-s3 .index-tit {
  position: relative;
  z-index: 2;
}
.index-s3 .tab-cont {
  position: absolute;
  bottom: 6.25vw;
  left: 3.125vw;
  max-width: 900px;
  width: 70%;
  z-index: 2;
}
.index-s3 .tab-tit {
  width: 240px;
  font-size: 0;
  overflow: hidden;
}
.index-s3 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s3 .tab-tit span:nth-of-type(1) {
  border-radius: 24px 0 0 24px;
  border-right: none;
}
.index-s3 .tab-tit span:nth-of-type(2) {
  border-radius: 0 24px 24px 0;
  border-left: none;
}
.index-s3 .tab-tit span:hover, .index-s3 .tab-tit span.active {
  background-color: #e47e30;
  border-color: #e47e30;
}
.index-s3 .tab-para {
  margin-top: 3.125vw;
}
.index-s3 .tab-para .para {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-para .para.active {
  display: block;
}
.index-s3 .c-map-cont {
  margin-bottom: 3.125vw;
}
.index-s3 .c-map-cont .child .dot .range:after {
  background-color: #fff;
}
.index-s3 .c-map-cont .child .dot .range i {
  background-color: rgba(255, 255, 255, 0.2);
}
.index-s3 .c-map-cont .child .dot span.name {
  color: #fff;
}
.index-s3 .c-map-cont .child .dot .info:before {
  background-image: url("../images/members/img-3.png");
}
.index-s3 .c-map-cont .child .dot .info:after {
  background-image: url("../images/members/img-4.png");
}
.index-s3 .c-map-cont .child .dot .main {
  background-color: rgba(228, 126, 48, 0.9);
}
.index-s3 .c-map-cont .child .dot .pagination span.active {
  background-color: #e47e30;
}
.index-s3 .c-map-cont .world {
  width: 75vw;
  margin-right: 3.125vw;
  margin-left: auto;
}
.index-s3 .c-map-cont .world .circle:nth-of-type(1) {
  background-image: url("../images/index/circle-1.png");
}
.index-s3 .c-map-cont .world .circle:nth-of-type(2) {
  background-image: url("../images/index/circle-2.png");
}
.index-s3 .c-map-cont .world .circle:nth-of-type(3) {
  background-image: url("../images/index/circle-3.png");
}
.index-s3 .c-map-cont .world .circle:nth-of-type(4) {
  background-image: url("../images/index/circle-4.png");
}
.index-s3 .c-map-cont .world .circle:nth-of-type(5) {
  background-image: url("../images/index/circle-5.png");
}
.index-s3 .c-map-cont .china {
  width: 55.73vw;
  margin-right: 9.375vw;
  margin-left: auto;
}
.index-s3 .c-map-cont .china .circle:nth-of-type(1) {
  background-image: url("../images/index/circle-6.png");
}
.index-s3 .c-map-cont .china .circle:nth-of-type(2) {
  background-image: url("../images/index/circle-7.png");
}
.index-s3 .c-map-cont .m-show h3 {
  color: #fff;
}
.index-s3 .c-map-cont .m-show .para {
  color: #fff;
}

.index-s4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-3.jpg");
  background-attachment: fixed;
}
.index-s4 .top-block {
  padding: 6.25vw 3.125vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-s4 .top-block a.more {
  font-size: 14px;
  color: #e47e30;
  display: inline-block;
}
.index-s4 .top-block a.more:after {
  content: '';
  width: 7px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-3.png");
}
.index-s4 .tab-tit span {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-size: 24px;
  color: #373838;
  margin: 0 2vw;
  padding-bottom: 10px;
  transition: all .3s ease;
  cursor: pointer;
}
.index-s4 .tab-tit span:after {
  content: '';
  width: 12px;
  height: 4px;
  margin: 0 auto;
  background-color: #e47e30;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s4 .tab-tit span:hover {
  color: #e47e30;
}
.index-s4 .tab-tit span.active {
  font-size: 32px;
  font-weight: bold;
  color: #e47e30;
}
.index-s4 .tab-tit span.active:after {
  opacity: 1;
  transition-delay: .3s;
}
.index-s4 .mid-block {
  padding: 6.25vw 3.125vw;
}
.index-s4 .mid-block .child {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
}
.index-s4 .mid-block .child.active {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-s4 .mid-block .items {
  max-width: 900px;
  width: 70%;
  margin-left: 0;
}
.index-s4 .mid-block .item a {
  display: block;
}
.index-s4 .mid-block .item .date {
  font-size: 20px;
  color: #cccccc;
  font-family: 'DIN-Light';
}
.index-s4 .mid-block .item h3 {
  font-size: 36px;
  color: #373838;
  line-height: 48px;
  height: 96px;
  overflow: hidden;
  margin: 20px 0 40px;
  transition: color .3s ease;
}
.index-s4 .mid-block .item span {
  font-size: 14px;
  color: #e47e30;
  display: block;
  transition-delay: .1s;
}
.index-s4 .mid-block .item span:after {
  content: '';
  width: 7px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-3.png");
  transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s4 .mid-block .item:hover h3 {
    color: #e47e30;
  }
  .index-s4 .mid-block .item:hover span:after {
    transform: translateX(5px);
  }
}
.index-s4 .mid-block .pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
}
.index-s4 .mid-block .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-left: 8px;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s4 .mid-block .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s4 .mid-block .pagination span.active {
  background-color: #e47e30;
}
.index-s4 .bot-block {
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}
.index-s4 .bot-block .child {
  height: 0;
  overflow: hidden;
  display: flex;
  opacity: 0;
  transform: translateY(40px);
}
.index-s4 .bot-block .child.active {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-s4 .bot-block .item {
  flex: 1;
  position: relative;
  border-left: 1px solid #e6e6e6;
}
.index-s4 .bot-block .item:nth-of-type(1) {
  border: none;
}
.index-s4 .bot-block .item .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-s4 .bot-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.2);
  transition: all .6s ease;
}
.index-s4 .bot-block .item .txt-box {
  position: relative;
  padding: 3.125vw;
  height: 100%;
  z-index: 2;
  transition: all .3s ease;
}
.index-s4 .bot-block .item .date {
  font-size: 60px;
  color: #cccccc;
  font-family: 'DIN-Bold';
  transition: color .3s ease;
}
.index-s4 .bot-block .item .month {
  font-size: 20px;
  color: #cccccc;
  font-family: 'DIN-Light';
  transition: color .3s ease;
}
.index-s4 .bot-block .item h3 {
  font-size: 32px;
  color: #373838;
  line-height: 40px;
  margin: 24px 0;
  overflow: hidden;
  transition: color .3s ease;
}
.index-s4 .bot-block .item p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  height: 96px;
  overflow: hidden;
  transition: color .3s ease;
}
.index-s4 .bot-block .item span {
  font-size: 14px;
  color: #e47e30;
  display: block;
  margin-top: 24px;
}
.index-s4 .bot-block .item span:after {
  content: '';
  width: 7px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-3.png");
}
@media screen and (min-width: 1025px) {
  .index-s4 .bot-block .item:hover img {
    transform: scale(1);
    opacity: 1;
  }
  .index-s4 .bot-block .item:hover .txt-box {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .index-s4 .bot-block .item:hover .date, .index-s4 .bot-block .item:hover .month, .index-s4 .bot-block .item:hover h3, .index-s4 .bot-block .item:hover p {
    color: #fff;
  }
}

.index-s5 {
  display: flex;
  position: relative;
  z-index: 2;
}
.index-s5 .left-box {
  width: 50%;
  padding: 12.5vw 3.125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-1.jpg");
}
.index-s5 .info {
  margin-top: 3.125vw;
}
.index-s5 .info span {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}
.index-s5 .info span:before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0 0;
}



.index-s5 .info span:nth-of-type(1) {
  margin-top: 0;
}
.index-s5 .info span:nth-of-type(1):before {
  background-image: url("../images/index/icon-2-1.png");
}
.index-s5 .info span:nth-of-type(2):before {
  background-image: url("../images/index/icon-2-2.png");
}
.index-s5 .info span:nth-of-type(3):before {
  background-image: url("../images/index/icon-2-3.png");
}
.index-s5 .info span:nth-of-type(4):before {
  background-image: url("../images/index/icon-2-4.png");
}
.index-s5 .info span:nth-of-type(5):before {
  background-image: url("../images/index/icon-2-5.png");
}
.index-s5 .info span:nth-of-type(6):before {
  background-image: url("../images/index/icon-2-6.png");
}
.index-s5 .right-box {
  width: 50%;
}
.index-s5 .right-box .map {
  width: 100%;
  height: 100%;
}
.index-s5 .map-cont {
  width: 450px;
  margin: -10px -18px -10px -10px;
  font-size: 0;
}
.index-s5 .map-cont .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  height: 92px;
  text-align: center;
}
.index-s5 .map-cont .img-box img {
  display: block;
  width: 100%;
}
.index-s5 .map-cont .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 190px);
  text-align: center;
}
.index-s5 .map-cont .txt-box span {
  font-size: 14px;
  line-height: 24px;
  color: #444;
}

.recruit-s1 {
  padding: 3.125vw 0 6.25vw;
}
.recruit-s1 .head-box {
  display: flex;
  padding: 0 1.5625vw 2vw 3.125vw;
  border-bottom: 4px solid #e47e30;
}
.recruit-s1 .head-box span {
  flex: 1;
  font-size: 24px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruit-s1 .head-box span:nth-of-type(1) {
  flex: 3;
  text-align: left;
  text-indent: 4.5vw;
}
.recruit-s1 .items {
  margin-bottom: 2vw;
}
.recruit-s1 .item {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.recruit-s1 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.recruit-s1 .item .show {
  position: relative;
  display: flex;
  padding: 2vw 1.5625vw 2vw 3.125vw;
  cursor: pointer;
}
.recruit-s1 .item .show span {
  flex: 1;
  font-size: 18px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruit-s1 .item .show span.date {
  font-family: 'DIN-Light';
}
.recruit-s1 .item .show span:nth-of-type(1) {
  flex: 3;
  text-align: left;
}
.recruit-s1 .item .show:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1-1.png");
  transition: all .3s ease;
}
.recruit-s1 .item .hide {
  padding: 0 3.125vw;
  display: none;
}
.recruit-s1 .item .box {
  padding-top: 2vw;
}
.recruit-s1 .item .box h3 {
  font-size: 24px;
  color: #333333;
}
.recruit-s1 .item .box .para {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  color: #808080;
}
.recruit-s1 .item .box .para a {
  color: #e47e30;
  text-decoration: underline;
}
.recruit-s1 .item .box:nth-of-type(1) {
  border-top: 1px solid #e6e6e6;
}
.recruit-s1 .item .box:last-of-type {
  margin-top: 2vw;
  padding-bottom: 3.125vw;
  border-top: 1px solid #e6e6e6;
}
.recruit-s1 .item.active:after {
  transform: scaleX(1);
}
.recruit-s1 .item.active .show:after {
  background-image: url("../images/contact/icon-1-2.png");
}
@media screen and (min-width: 1025px) {
  .recruit-s1 .item:hover:after {
    transform: scaleX(1);
  }
}

.contact-s1 {
  padding: 4.5vw 0 6.25vw;
}
.contact-s1 .title {
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.contact-s1 .items {
  padding: 2vw 0;
  display: flex;
  justify-content: space-between;
}
.contact-s1 .item {
  width: calc((100% - 48px) / 3);
  padding: 2vw;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .3s ease;
}
.contact-s1 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-135deg, #faa701, #e47e30);
  opacity: 0;
  transition: opacity .3s ease;
}
.contact-s1 .item .box {
  position: relative;
  z-index: 2;
}
.contact-s1 .item i {
  display: block;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.contact-s1 .item h3 {
  font-size: 16px;
  color: #808080;
  margin-top: 20px;
  transition: color .3s ease;
}
.contact-s1 .item p {
  font-size: 24px;
  color: #e47e30;
  margin-top: 10px;
  font-family: 'EuclidCircularA-Regular';
  transition: color .3s ease;
}
.contact-s1 .item:nth-of-type(1) i {
  background-image: url("../images/contact/icon-2-1.png");
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item:nth-of-type(1):hover i {
    background-image: url("../images/contact/icon-2-1-on.png");
  }
}
.contact-s1 .item:nth-of-type(2) i {
  background-image: url("../images/contact/icon-2-2.png");
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item:nth-of-type(2):hover i {
    background-image: url("../images/contact/icon-2-2-on.png");
  }
}
.contact-s1 .item:nth-of-type(3) i {
  background-image: url("../images/contact/icon-2-3.png");
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item:nth-of-type(3):hover i {
    background-image: url("../images/contact/icon-2-3-on.png");
  }
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(228, 126, 48, 0.3);
  }
  .contact-s1 .item:hover:before {
    opacity: 1;
  }
  .contact-s1 .item:hover h3, .contact-s1 .item:hover p {
    color: #fff;
  }
}
.contact-s1 .map {
  height: 25vw;
  border: 1px solid #e47e30;
}
.contact-s1 .map-cont {
  width: 450px;
  margin: -10px -18px -10px -10px;
  font-size: 0;
}
.contact-s1 .map-cont .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  height: 92px;
  text-align: center;
}
.contact-s1 .map-cont .img-box img {
  display: block;
  width: 100%;
}
.contact-s1 .map-cont .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 190px);
  text-align: center;
}
.contact-s1 .map-cont .txt-box span {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.law-s1 {
  padding: 3.125vw 0 6.25vw;
}
.law-s1 .items {
  margin-bottom: 2vw;
}
.law-s1 .item {
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
}
.law-s1 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/law/img-1.jpg");
  background-size: cover;
  opacity: 0;
  transition: opacity .3s ease;
}
.law-s1 .item a {
  display: block;
  padding: 2vw;
  padding-right: 200px;
  font-size: 24px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  transition: color .3s ease;
}
.law-s1 .item span {
  position: absolute;
  right: 2vw;
  top: 50%;
  margin-top: -12px;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  text-align: right;
  font-family: 'EuclidCircularA-Light';
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .law-s1 .item:hover:before {
    opacity: 1;
  }
  .law-s1 .item:hover a, .law-s1 .item:hover span {
    color: #fff;
  }
}

.news-list-s1 {
  padding-bottom: 6.25vw;
}
.news-list-s1 .items {
  margin-bottom: 2vw;
}
.news-list-s1 .item {
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
}
.news-list-s1 .item:before {
  content: '';
  width: 43px;
  height: 43px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.png");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  opacity: 0;
  transition: opacity .3s ease;
}
.news-list-s1 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.news-list-s1 .item a {
  display: flex;
  align-items: center;
  padding: 24px 0;
}
.news-list-s1 .item .date {
  width: 120px;
  border-right: 1px solid #e6e6e6;
}
.news-list-s1 .item span {
  display: block;
  font-size: 30px;
  color: #333333;
  font-family: 'EuclidCircularA-Bold';
}
.news-list-s1 .item i {
  font-style: normal;
  display: inline-block;
  font-size: 20px;
  color: #333333;
  font-family: 'EuclidCircularA-Light';
}
.news-list-s1 .item i:before {
  content: '';
  width: 40px;
  height: 2px;
  display: block;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  margin: 12px 0;
}
.news-list-s1 .item h3 {
  width: calc(100% - 120px);
  padding: 0 80px 0 30px;
  font-size: 24px;
  color: #333333;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-list-s1 .item:hover:before {
    opacity: 1;
  }
  .news-list-s1 .item:hover:after {
    transform: scaleX(1);
  }
  .news-list-s1 .item:hover h3 {
    color: #e47e30;
  }
}

.news-detail-s1 {
  padding: 3.125vw 0 6.25vw;
}
.news-detail-s1 .top-block {
  padding-bottom: 2vw;
  position: relative;
}
.news-detail-s1 .top-block:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
}
.news-detail-s1 .top-block h3 {
  font-size: 36px;
  line-height: 1.6;
  color: #333333;
  text-align: center;
}
.news-detail-s1 .top-block .info {
  text-align: center;
  font-size: 0;
  margin-top: 2vw;
}
.news-detail-s1 .top-block .item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #808080;
}
.news-detail-s1 .top-block .item span {
  color: #e47e30;
}
.news-detail-s1 .top-block .item span.date {
  font-family: 'EuclidCircularA-Light';
}
.news-detail-s1 .top-block .item:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
  margin: -2px 30px 0;
}
.news-detail-s1 .top-block .item:last-of-type:after {
  display: none;
}
.news-detail-s1 .mid-block {
  padding: 3.125vw 0;
}
.news-detail-s1 .mid-block a.back {
  display: block;
  width: 185px;
  height: 174px;
  margin: 2vw auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-2.png");
}
.news-detail-s1 .bot-block {
  position: relative;
  background-color: #fff;
  margin-top: 10px;
  padding-top: 2vw;
  display: flex;
  justify-content: space-between;
}
.news-detail-s1 .bot-block:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
}
.news-detail-s1 .bot-block a {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.news-detail-s1 .bot-block a:before {
  content: '';
  width: 14px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-3.png");
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.news-detail-s1 .bot-block a:nth-of-type(1) {
  padding-left: 40px;
}
.news-detail-s1 .bot-block a:nth-of-type(1):before {
  left: 0;
}
.news-detail-s1 .bot-block a:nth-of-type(2) {
  padding-right: 40px;
  text-align: right;
}
.news-detail-s1 .bot-block a:nth-of-type(2):before {
  right: 0;
  transform: rotateY(180deg);
}
@media screen and (min-width: 1025px) {
  .news-detail-s1 .bot-block a:hover {
    color: #e47e30;
  }
}

.about-intro-s1 {
  padding: 3.125vw 0 9.375vw;
}
.about-intro-s1 .title {
  font-size: 36px;
  color: #333333;
}
.about-intro-s1 .para {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  margin-top: 2vw;
}
.about-intro-s1 .img-box {
  margin-top: 3.125vw;
  overflow: hidden;
}
.about-intro-s1 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-intro-s1 .img-box:hover img {
    transform: scale(1.1);
  }
}

.about-message-s1 {
  padding: 3.125vw 0 6.25vw;
}
.about-message-s1 .img-box {
  float: left;
  width: 28%;
  max-width: 300px;
  margin-right: 3.125vw;
}
.about-message-s1 .img-box img {
  display: block;
  width: 100%;
}
.about-message-s1 .txt-box {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  text-indent: 2em;
}
.about-message-s1 .bot-block {
  text-align: right;
  margin-top: 3.125vw;
}
.about-message-s1 .bot-block img {
  height: 70px;
}

.about-team-s1 {
  padding: 3.125vw 0 6.25vw;
}
.about-team-s1 .link {
  font-size: 0;
}
.about-team-s1 .link a {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #333333;
  border: 2px solid #e6e6e6;
  margin-right: 24px;
  transition: all .3s ease;
}
.about-team-s1 .link a:last-of-type {
  margin-right: 0;
}
.about-team-s1 .link a:hover, .about-team-s1 .link a.active {
  color: #fff;
  background-color: #e47e30;
  border-color: #e47e30;
}
.about-team-s1 .items {
  margin-top: 1.6vw;
  display: flex;
  flex-wrap: wrap;
}
.about-team-s1 .item {
  width: calc((100% - 48px) / 3);
  padding: 2vw;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 24px 24px 0 0;
  padding: 1.6vw;
  position: relative;
  transition: transform .3s ease;
}
.about-team-s1 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-135deg, #faa701, #e47e30);
  opacity: 0;
  transition: all .3s ease;
}
.about-team-s1 .item h3, .about-team-s1 .item span, .about-team-s1 .item .para {
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.about-team-s1 .item h3 {
  font-size: 32px;
  color: #333333;
}
.about-team-s1 .item span {
  font-size: 18px;
  color: #808080;
  display: block;
  margin-top: 5px;
  padding-bottom: 1.2vw;
  margin-bottom: 1.2vw;
  border-bottom: 1px solid #e6e6e6;
}
.about-team-s1 .item .para {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .about-team-s1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-team-s1 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(228, 126, 48, 0.3);
  }
  .about-team-s1 .item:hover:before {
    opacity: 1;
  }
  .about-team-s1 .item:hover h3, .about-team-s1 .item:hover span, .about-team-s1 .item:hover .para {
    color: #fff;
  }
  .about-team-s1 .item:hover span {
    opacity: .5;
  }
}
.about-team-s1 .items-1 {
  margin-top: 2vw;
  border-top: 1px solid #e6e6e6;
}
.about-team-s1 .item-1 {
  padding: 2vw 0;
  display: flex;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.about-team-s1 .item-1:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform .6s ease;

}
.about-team-s1 .item-1 .box {
  width: 250px;
  padding: 0 2vw;
}
.about-team-s1 .item-1 h3 {
  font-size: 32px;
  color: #333333;
}
.about-team-s1 .item-1 span {
  font-size: 18px;
  color: #808080;
  display: block;
  margin-top: 20px;
}
.about-team-s1 .item-1 .para {
  width: calc(100% - 250px);
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
@media screen and (min-width: 1025px) {
  .about-team-s1 .item-1:hover:after {
    transform: scaleX(1);
  }
}

.about-culture-s1 {
  padding-bottom: 6.25vw;
}
.about-culture-s1 .items {
  padding: 3.125vw 0;
}
.about-culture-s1 .item {
  position: relative;
  margin-top: 24px;
  border: 1px solid #e6e6e6;
  transition: all .3s ease;
}
.about-culture-s1 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-135deg, #faa701, #e47e30);
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.about-culture-s1 .item .img-box {
  position: relative;
  overflow: hidden;
  z-index: 2;
  opacity: 0.2;
  filter: grayscale(1);
  transition: all .3s ease;
}
.about-culture-s1 .item .img-box img {
  display: block;
  width: 100%;
}
.about-culture-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 8vw 0 3.125vw;
  z-index: 3;
}
.about-culture-s1 .item .i-flex {
  display: flex;
  align-items: center;
}
.about-culture-s1 .item .icon {
  width: 120px;
  height: 120px;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(228, 126, 48, 0.2);
  transition: all .3s ease;
}
.about-culture-s1 .item .icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.about-culture-s1 .item .box {
  width: calc(100% - 120px);
  padding-left: 5vw;
}
.about-culture-s1 .item h3 {
  font-size: 36px;
  color: #333333;
  transition: color .3s ease;
}
.about-culture-s1 .item p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-top: 20px;
  display: none;
}
.about-culture-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
.about-culture-s1 .item:nth-of-type(1) .icon:before {
  background-image: url("../images/about/icon-1-1.png");
}
@media screen and (min-width: 1025px) {
  .about-culture-s1 .item:nth-of-type(1):hover .icon:before {
    background-image: url("../images/about/icon-1-1-on.png");
  }
}
.about-culture-s1 .item:nth-of-type(2) .icon:before {
  background-image: url("../images/about/icon-1-2.png");
}
@media screen and (min-width: 1025px) {
  .about-culture-s1 .item:nth-of-type(2):hover .icon:before {
    background-image: url("../images/about/icon-1-2-on.png");
  }
}
.about-culture-s1 .item:nth-of-type(3) .icon:before {
  background-image: url("../images/about/icon-1-3.png");
}
@media screen and (min-width: 1025px) {
  .about-culture-s1 .item:nth-of-type(3):hover .icon:before {
    background-image: url("../images/about/icon-1-3-on.png");
  }
}
.about-culture-s1 .item:nth-of-type(4) .icon:before {
  background-image: url("../images/about/icon-1-4.png");
}
@media screen and (min-width: 1025px) {
  .about-culture-s1 .item:nth-of-type(4):hover .icon:before {
    background-image: url("../images/about/icon-1-4-on.png");
  }
}
@media screen and (min-width: 1025px) {
  .about-culture-s1 .item:hover {
    box-shadow: 0 10px 30px rgba(228, 126, 48, 0.3);
  }
  .about-culture-s1 .item:hover:before {
    opacity: 1;
  }
  .about-culture-s1 .item:hover .img-box {
    opacity: .5;
    filter: grayscale(0);
  }
  .about-culture-s1 .item:hover .icon {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .about-culture-s1 .item:hover h3 {
    color: #fff;
  }
}
.about-culture-s1 .info-block h3 {
  font-size: 36px;
  color: #333333;
}
.about-culture-s1 .info-block h3:after {
  content: '';
  width: 60px;
  height: 4px;
  display: block;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  margin: 24px 0;
}
.about-culture-s1 .info-block .para {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.about-culture-s1 .info-block .img-box {
  margin-top: 4vw;
  text-align: center;
}
.about-culture-s1 .info-block .img-box img {
  max-width: 80%;
}

.about-history-s1 {
  padding: 24vw 0 6.25vw;
  position: relative;
}
.about-history-s1 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  max-width: 1290px;
  z-index: 1;
}
.about-history-s1 .bg-img img {
  display: block;
  width: 100%;
}
.about-history-s1 .tab-tit {
  position: absolute;
  top: 7.8vw;
  left: 4.5vw;
  width: 80.73%;
  max-width: 896px;
  z-index: 2;
}
.about-history-s1 .tab-tit img.bg {
  display: block;
  width: 100%;
}
.about-history-s1 .tab-tit .item {
  position: absolute;
  cursor: pointer;
}
.about-history-s1 .tab-tit .item:before {
  content: '';
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-2-1.png");
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.about-history-s1 .tab-tit .item:after {
  content: '';
  width: 55px;
  height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-3.png");
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s ease;
}
.about-history-s1 .tab-tit .item span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 0 0 10px;
  font-size: 16px;
  color: #e47e30;
  font-family: 'EuclidCircularA-Regular';
  transition: all .3s ease;
}

/*
.about-history-s1 .tab-tit .item:nth-of-type(1) {
  left:0%;
  bottom:0%;
}
.about-history-s1 .tab-tit .item:nth-of-type(2) {
  left: 9.26%;
  top: 84%;
}
.about-history-s1 .tab-tit .item:nth-of-type(3) {
  left: 18.19%;
  top: 76%;
}
.about-history-s1 .tab-tit .item:nth-of-type(4) {
  left: 23%;
  top: 61.79%;
}
.about-history-s1 .tab-tit .item:nth-of-type(5) {
  left: 27.12%;
  top: 44.83%;
}
.about-history-s1 .tab-tit .item:nth-of-type(6) {
  left: 36%;
  top: 32.74%;
}
.about-history-s1 .tab-tit .item:nth-of-type(7) {
  left: 47.2%;
  top: 27.87%;
}
.about-history-s1 .tab-tit .item:nth-of-type(8) {
  left: 58.14%;
  top: 18.32%;
}
.about-history-s1 .tab-tit .item:nth-of-type(9) {
  left: 70.64%;
  top: 14.42%;
}
.about-history-s1 .tab-tit .item:nth-of-type(10) {
  left: 80.69%;
  top: 11.5%;
}
.about-history-s1 .tab-tit .item:nth-of-type(11) {
  left: 90.69%;
  top: 7.5%;
}
*/



.about-history-s1 .tab-tit .item:nth-of-type(1) {
  left:0%;
  bottom:0%;
}
.about-history-s1 .tab-tit .item:nth-of-type(2) {
left: 6.26%;
  top: 86%;
}
.about-history-s1 .tab-tit .item:nth-of-type(3) {
left: 15.0%;
  top: 81%;
}
.about-history-s1 .tab-tit .item:nth-of-type(4) {
left: 21%;
  top: 68.79%;
}
.about-history-s1 .tab-tit .item:nth-of-type(5) {
left: 25.12%;
  top: 51.83%;
}
.about-history-s1 .tab-tit .item:nth-of-type(6) {
left: 31%;
  top: 36.94%;
}
.about-history-s1 .tab-tit .item:nth-of-type(7) {
left: 39.2%;
  top: 30.05%;
}
.about-history-s1 .tab-tit .item:nth-of-type(8) {
left: 47.54%;
  top: 27.52%;
}
.about-history-s1 .tab-tit .item:nth-of-type(9) {
left: 55.64%;
  top: 20.42%;
}
.about-history-s1 .tab-tit .item:nth-of-type(10) {
left: 64.69%;
  top: 14.5%;
}
.about-history-s1 .tab-tit .item:nth-of-type(11) {
left: 73.69%;
  top: 13.9%;
}
.about-history-s1 .tab-tit .item:nth-of-type(12) {
left: 82.2%;
  top: 11.5%;
}
.about-history-s1 .tab-tit .item:nth-of-type(13) {
  left: 90.69%;
  top: 7.5%;
}




.about-history-s1 .tab-tit .item.active:before {
  background-image: url("../images/about/icon-2-2.png");
}
.about-history-s1 .tab-tit .item.active:after {
  opacity: 1;
}
.about-history-s1 .tab-tit .item.active span {
  opacity: 0;
}
.about-history-s1 .tab-cont {
  width: 65%;
  margin-left: 35%;
  position: relative;
  z-index: 3;
}
.about-history-s1 .child {
  display: none;
}
.about-history-s1 .child.active {
  display: block;
}
.about-history-s1 .child .year, .about-history-s1 .child .box {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-history-s1 .child .year {
  animation-delay: .1s;
}
.about-history-s1 .child .box {
  animation-delay: .2s;
}
.about-history-s1 .child .year {
  text-align: center;
  font-size: 240px;
  line-height: 1;
  font-family: 'EuclidCircularA-Bold';
  color: transparent;
  background-image: linear-gradient(-135deg, #faa701, #e47e30);
  -webkit-background-clip: text;
  background-clip: text;
}
.about-history-s1 .child .box {
  background-color: #fff;
  border-radius: 30px;
  padding: 3.125vw;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin-top: -4vw;
  position: relative;
  z-index: 2;
}
.about-history-s1 .child .item {
  margin-top: 2vw;
}
.about-history-s1 .child .item:nth-of-type(1) {
  margin-top: 0;
}
.about-history-s1 .child .item .img-box {
  width: 40%;
  overflow: hidden;
  margin-bottom: 20px;
}
.about-history-s1 .child .item img {
  display: block;
  width: 100%;
}
.about-history-s1 .child .item h3 {
  font-size: 24px;
  color: #e47e30;
}
.about-history-s1 .child .item p {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  margin-top: 10px;
}
.about-history-s1 .button {
  width: 43px;
  height: 37px;
}
.about-history-s1 .button-next {
  position: absolute;
  right: 0;
  top: 18vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-4.png");
  cursor: pointer;
  z-index: 3;
}

.about-index {
  position: relative;
  z-index: 2;
}
.about-index .c-block {
  position: relative;
  padding: 0 18.75vw;
}

.about-index-s1 {
  padding: 6.25vw 0;
}
.about-index-s1 .title {
  font-size: 48px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 3.125vw;
}
.about-index-s1 .para {
  font-size: 18px;
  line-height: 2;
  color: #333333;
}
.about-index-s1 .items {
  margin-top: 4vw;
  display: flex;
  flex-wrap: wrap;
}
.about-index-s1 .item {
  width: calc((100% - 48px) / 3);
  position: relative;
  margin-left: 24px;
}
.about-index-s1 .item .img-box {
  overflow: hidden;
}
.about-index-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-index-s1 .item h3 {
  font-size: 24px;
  color: #fff;
  padding: 48px 24px 24px;
  background-image: linear-gradient(180deg, rgba(47, 62, 81, 0), #2f3e51);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .about-index-s1 .item:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-index-s1 .item:hover img {
    transform: scale(1.1);
  }
}
.about-index-s1 a.more {
  position: absolute;
  right: 3.125vw;
  top: 0;
  display: block;
  width: 180px;
  line-height: 44px;
  font-size: 18px;
  color: #e47e30;
  border: 2px solid #e47e30;
  text-align: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-index-s1 a.more:hover {
    color: #fff;
    background-color: #e47e30;
  }
}

.about-index-s2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-11.jpg");
  background-attachment: fixed;
  padding-top: 6.25vw;
}
.about-index-s2 .title {
  padding: 0 3.125vw;
  font-size: 48px;
  color: #fff;
  margin-bottom: 2vw;
}
.about-index-s2 .pos {
  position: relative;
}
.about-index-s2 .img-box {
  width: 42.5%;
  max-width: 509px;
}
.about-index-s2 .img-box img {
  display: block;
  width: 100%;
}
.about-index-s2 .txt-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 57.5%;
  padding: 4vw 0  0 5vw;
  margin-top: 4.5vw;
}
.about-index-s2 .txt-box:before {
  content: '';
  width: 10.5vw;
  height: 6.25vw;
  max-width: 200px;
  max-height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-5.png");
  position: absolute;
  left: 2vw;
  top: 0;
  z-index: 1;
}
.about-index-s2 .box {
  position: relative;
  z-index: 2;
}
.about-index-s2 .para {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  overflow: hidden;
}
.about-index-s2 a.more {
  margin-top: 3.125vw;
  display: block;
  width: 180px;
  line-height: 44px;
  font-size: 18px;
  color: #e47e30;
  border: 2px solid #e47e30;
  text-align: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-index-s2 a.more:hover {
    color: #fff;
    background-color: #e47e30;
  }
}

.about-index-s3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-13.jpg");
  background-attachment: fixed;
  padding-top: 6.25vw;
}
.about-index-s3 .title {
  padding: 0 3.125vw;
  font-size: 48px;
  color: #333333;
}
.about-index-s3 .pos {
  position: relative;
}
.about-index-s3 .img-box {
  width: 42.5%;
  max-width: 509px;
  margin-left: 57.5%;
}
.about-index-s3 .img-box img {
  display: block;
  width: 100%;
}
.about-index-s3 .txt-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 57.5%;
  padding: 4.5vw 4.5vw 0 0;
}
.about-index-s3 .para {
  position: relative;
  font-size: 18px;
  line-height: 2;
  color: #333333;
  padding: 3.125vw 0;
}
.about-index-s3 .para:before, .about-index-s3 .para:after {
  content: '';
  width: 40px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.about-index-s3 .para:before {
  left: 0;
  top: 0;
  background-image: url("../images/about/icon-6-1.png");
}
.about-index-s3 .para:after {
  right: 0;
  bottom: 0;
  background-image: url("../images/about/icon-6-2.png");
}
.about-index-s3 a.more {
  margin-top: 6.25vw;
  display: block;
  width: 180px;
  line-height: 44px;
  font-size: 18px;
  color: #e47e30;
  border: 2px solid #e47e30;
  text-align: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-index-s3 a.more:hover {
    color: #fff;
    background-color: #e47e30;
  }
}

.about-index-s4 {
  position: relative;
}
.about-index-s4 .title {
  position: absolute;
  top: 6.25vw;
  left: 0;
  right: 0;
  padding: 0 3.125vw;
  font-size: 48px;
  color: #fff;
  z-index: 2;
}
.about-index-s4 .tab-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  z-index: 2;
}
.about-index-s4 .tab-tit .items {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
}
.about-index-s4 .tab-tit .item {
  flex: 1;
  padding: 2vw 0;
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.about-index-s4 .tab-tit .item:before {
  content: '';
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.about-index-s4 .tab-tit .item:after {
  content: '';
  width: 100%;
  height: 4px;
  background-image: linear-gradient(-135deg, #faa701, #e47e30);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform .3s ease;
}
.about-index-s4 .tab-tit .item:nth-of-type(1):before {
  background-image: url("../images/about/icon-7-1.png");
}
.about-index-s4 .tab-tit .item:nth-of-type(2):before {
  background-image: url("../images/about/icon-7-2.png");
}
.about-index-s4 .tab-tit .item:nth-of-type(3):before {
  background-image: url("../images/about/icon-7-3.png");
}
.about-index-s4 .tab-tit .item:nth-of-type(4):before {
  background-image: url("../images/about/icon-7-4.png");
}
.about-index-s4 .tab-tit .item:hover:after, .about-index-s4 .tab-tit .item.active:after {
  transform: scaleX(1);
}
.about-index-s4 .img-block {
  position: relative;
  height: 43.75vw;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
}
.about-index-s4 .img-block .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.about-index-s4 .img-block .item .img-box {
  overflow: hidden;
}
.about-index-s4 .img-block .item .txt-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
.about-index-s4 .img-block .item img {
  display: block;
  width: 100%;
}
.about-index-s4 .img-block .item p {
  font-size: 24px;
  line-height: 2;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(2vw);
}
.about-index-s4 .img-block .item .btn {
  margin-top: 3.125vw;
  opacity: 0;
  transform: translateY(2vw);
}
.about-index-s4 .img-block .item a {
  display: block;
  width: 180px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  background-color: #e47e30;
  margin: 0 auto;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-index-s4 .img-block .item a:hover {
    transform: translateY(-5px);
  }
}
.about-index-s4 .img-block .item.active {
  opacity: 1;
  visibility: visible;
}
.about-index-s4 .img-block .item.active p, .about-index-s4 .img-block .item.active .btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-index-s4 .img-block .item.active .btn {
  transition-delay: .1s;
}

.about-index-s5 {
  padding: 9.375vw 0 6.25vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/about/img-16.jpg");
  background-color: #fff;
  overflow: hidden;
}
.about-index-s5 .title {
  padding: 0 3.125vw;
  font-size: 48px;
  color: #333333;
}
.about-index-s5 .block {
  position: relative;
  margin-top: 3.126vw;
}
.about-index-s5 .year-block {
  width: 100%;
  position: absolute;
  top: 4vw;
  left: 0;
}
.about-index-s5 .year-block .item {
  position: relative;
  padding: 80px 0;
  cursor: pointer;
}
.about-index-s5 .year-block .item:before, .about-index-s5 .year-block .item:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
}
.about-index-s5 .year-block .item:before {
  background-color: #e6e6e6;
  z-index: 1;
}
.about-index-s5 .year-block .item:after {
  background-color: #e47e30;
  z-index: 2;
}
.about-index-s5 .year-block .item i {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.about-index-s5 .year-block .item i:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
.about-index-s5 .year-block .item i:after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  transition: all .3s ease;
}
.about-index-s5 .year-block .item span {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 60px;
  line-height: 1;
  color: #333;
  font-family: 'EuclidCircularA-Bold';
  transition: all .3s ease;
}
.about-index-s5 .year-block .item:nth-of-type(odd) span {
  top: 0;
}
.about-index-s5 .year-block .item:nth-of-type(even) span {
  bottom: 0;
}
.about-index-s5 .year-block .item:last-of-type:before, .about-index-s5 .year-block .item:last-of-type:after {
  display: none;
}
.about-index-s5 .year-block .item.swiper-slide-active i:before {
  box-shadow: 0 0 30px rgba(228, 126, 48, 0.3);
}
.about-index-s5 .year-block .item.swiper-slide-active i:after {
  background-color: #e47e30;
}
.about-index-s5 .year-block .item.swiper-slide-active span {
  color: #e47e30;
  text-shadow: 0 10px 30px rgba(228, 126, 48, 0.3);
}
.about-index-s5 .img-block {
  width: 20vw;
  margin-left: 18.75vw;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px;
  z-index: 2;
}
.about-index-s5 .img-block .items {
  overflow: hidden;
}
.about-index-s5 .img-block .items.active {
  height: auto;
}
.about-index-s5 .img-block .item .img-box {
  overflow: hidden;
}
.about-index-s5 .img-block .item img {
  display: block;
  width: 100%;
}
.about-index-s5 .img-block .item .txt-box {
  margin: 0 -10px;
  padding: 2vw 2vw 20px;
}
.about-index-s5 .img-block .item h3 {
  font-size: 24px;
  line-height: 28px;
  color: #e47e30;
}
.about-index-s5 .img-block .item p {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  overflow: hidden;
  margin-top: 10px;
}
.about-index-s5 .img-block .item a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #e47e30;
  margin-top: 2vw;
}
.about-index-s5 .img-block .item a:after {
  content: '';
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-8.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.about-index-s5 .btns {
  position: absolute;
  left: 38.75vw;
  top: calc(7.125vw + 196px);
  font-size: 0;
}
.about-index-s5 .button {
  display: inline-block;
  vertical-align: top;
  width: 10vw;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.about-index-s5 .button-prev {
  background-color: #e6e6e6;
  color: #333;
}
.about-index-s5 .button-next {
  background-color: #e47e30;
  color: #fff;
}
.about-index-s5 .pagination {
  position: absolute;
  right: calc(2vw - 10px);
  bottom: 20px;
  font-size: 0;
  z-index: 2;
}
.about-index-s5 .pagination span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 6px;
  width: 10px;
  height: 2px;
  background-color: #e6e6e6;
  cursor: pointer;
}
.about-index-s5 .pagination span.active {
  width: 18px;
  height: 4px;
  background-color: #e47e30;
}

.member-download-s1 .link {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.member-download-s1 .link .item {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  padding: 1.5vw 0;
  position: relative;
  cursor: pointer;
}
.member-download-s1 .link .item:before {
  content: '';
  width: 24px;
  height: 42px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.member-download-s1 .link .item:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e47e30;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.member-download-s1 .link .item span {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  font-family: 'EuclidCircularA-Regular';
}
.member-download-s1 .link .item:nth-of-type(1):before {
  background-image: url("../images/members/icon-1-1.png");
}
.member-download-s1 .link .item:nth-of-type(2) {
  margin-left: 7vw;
}
.member-download-s1 .link .item:nth-of-type(2):before {
  background-image: url("../images/members/icon-1-2.png");
}
.member-download-s1 .link .item:hover:after, .member-download-s1 .link .item.active:after {
  transform: scaleX(1);
}
.member-download-s1 .tab-cont {
  padding: 6.25vw 3.125vw;
}
.member-download-s1 .tab-cont .child {
  display: none;
}
.member-download-s1 .tab-cont .child.active {
  display: block;
}
.member-download-s1 .tab-cont .flex {
  display: flex;
  align-items: center;
}
.member-download-s1 .tab-cont .txt-box, .member-download-s1 .tab-cont .img-box {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.member-download-s1 .tab-cont .txt-box {
  width: 36%;
  padding-right: 20px;
}
.member-download-s1 .tab-cont .txt-box h3 {
  font-size: 40px;
  color: #333333;
}
.member-download-s1 .tab-cont .txt-box h3 span {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 15px;
  background-color: #e47e30;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 0 15px;
  border-radius: 12px 12px 12px 0;
}
.member-download-s1 .tab-cont .txt-box p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin: 2vw 0;
}
.member-download-s1 .tab-cont .txt-box .ewm {
  max-width: 180px;
  border: 1px solid #e6e6e6;
}
.member-download-s1 .tab-cont .txt-box .ewm img {
  display: block;
  width: 100%;
}
.member-download-s1 .tab-cont .img-box {
  width: 64%;
  max-width: 624px;
  animation-delay: .1s;
}
.member-download-s1 .tab-cont .img-box img {
  display: block;
  width: 100%;
}

.member-notice-s1 {
  padding: 3.125vw 0 6.25vw;
}
.member-notice-s1 .item {
  position: relative;
  margin-top: -2px;
}
.member-notice-s1 .item:before, .member-notice-s1 .item:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  transform: scaleX(0);
}
.member-notice-s1 .item:before {
  top: 0;
  transform-origin: left top;
}
.member-notice-s1 .item:after {
  bottom: 0;
  transform-origin: right top;
}
.member-notice-s1 .item .show {
  padding: 2vw;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  cursor: pointer;
}
.member-notice-s1 .item .show:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 2vw;
  top: 50%;
  margin-top: -9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1-1.png");
  transition: all .3s ease;
}
.member-notice-s1 .item .show h3 {
  font-size: 24px;
  color: #e47e30;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 80px;
}
.member-notice-s1 .item .show h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0 0;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/members/icon-2.png");
}
.member-notice-s1 .item .hide {
  display: none;
}
.member-notice-s1 .item .box {
  padding: 0 4.5vw 3.125vw;
}
.member-notice-s1 .item .para {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.member-notice-s1 .item.active:before, .member-notice-s1 .item.active:after {
  transform: scaleX(1);
  transition: transform 0.6s ease;
}
.member-notice-s1 .item.active .show {
  border-color: transparent;
}
.member-notice-s1 .item.active .show:after {
  background-image: url("../images/contact/icon-1-2.png");
}

.member-distribution-s1 {
  padding: 3.125vw 0 6.25vw;
}
.member-distribution-s1 .link {
  text-align: center;
  font-size: 0;
}
.member-distribution-s1 .link a {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  font-size: 18px;
  line-height: 56px;
  color: #e47e30;
  border: 2px solid #e47e30;
  margin: 0 12px;
  transition: all .3s ease;
}
.member-distribution-s1 .link a:hover, .member-distribution-s1 .link a.active {
  background-color: #e47e30;
  color: #fff;
}
.member-distribution-s1 .c-map-cont {
  margin-top: 3.125vw;
}
.member-distribution-s1 .c-map-cont .child .dot .range:after {
  background-color: #e47e30;
}
.member-distribution-s1 .c-map-cont .child .dot .range i {
  background-color: rgba(228, 126, 48, 0.2);
}
.member-distribution-s1 .c-map-cont .child .dot span.name {
  color: #333;
}
.member-distribution-s1 .c-map-cont .child .dot .info:before {
  background-image: url("../images/members/img-3.png");
}
.member-distribution-s1 .c-map-cont .child .dot .info:after {
  background-image: url("../images/members/img-4.png");
}
.member-distribution-s1 .c-map-cont .child .dot .main {
  background-color: rgba(228, 126, 48, 0.9);
}
.member-distribution-s1 .c-map-cont .child .dot .pagination span.active {
  background-color: #fff;
}
.member-distribution-s1 .c-map-cont .world {
  width: 100%;
}
.member-distribution-s1 .c-map-cont .china {
  width: 100%;
}
.member-distribution-s1 .c-map-cont .m-show h3 {
  color: #333;
}
.member-distribution-s1 .c-map-cont .m-show .para {
  color: #808080;
}

.member-activity-s1 {
  padding: 3.125vw 0 6.25vw;
}
.member-activity-s1 .items {
  margin: 0 -12px 2vw;
  display: flex;
  flex-wrap: wrap;
}
.member-activity-s1 .item {
  width: calc(33.33% - 24px);
  margin: 1.5vw 12px 0;
  border-bottom: 1px solid #e6e6e6;
}
.member-activity-s1 .item .img-box {
  overflow: hidden;
}
.member-activity-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.member-activity-s1 .item .txt-box {
  padding: 1.5vw;
}
.member-activity-s1 .item h3 {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
.member-activity-s1 .item span {
  display: block;
  font-size: 16px;
  color: #808080;
  margin-top: 10px;
  font-family: 'EuclidCircularA-Light';
}
@media screen and (min-width: 769px) {
  .member-activity-s1 .item:nth-of-type(1), .member-activity-s1 .item:nth-of-type(2), .member-activity-s1 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .member-activity-s1 .item:hover img {
    transform: scale(1.1);
  }
}

.member-detail {
  position: relative;
  z-index: 2;
}

.member-detail-s1 {
  position: relative;
}
.member-detail-s1 .img-box {
  overflow: hidden;
}
.member-detail-s1 .img-box img {
  display: block;
  width: 100%;
}
.member-detail-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.member-detail-s1 h3 {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.member-detail-s1 span {
  display: block;
  font-size: 48px;
}

.member-detail-s2 {
  padding: 3.125vw 0 6.25vw;
}
.member-detail-s2 .flex {
  display: flex;
  align-items: flex-start;
}
.member-detail-s2 .left-block,
.member-detail-s2 .right-block {
  width: 320px;
}
.member-detail-s2 .title {
  position: relative;
  padding: 0 2vw;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
}
.member-detail-s2 .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 3.125vw;
}
.member-detail-s2 .title .btns {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -10px;
  font-size: 0;
}
.member-detail-s2 .title .button {
  width: 11px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/members/icon-3.png");
  cursor: pointer;
}
.member-detail-s2 .title .button-prev {
  margin-right: 20px;
}
.member-detail-s2 .title .button-next {
  transform: rotateY(180deg);
}
.member-detail-s2 .left-block {
  background-color: #fff;
}
.member-detail-s2 .left-block .swiper {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 0 1.5vw;
}
.member-detail-s2 .left-block .item {
  padding: 1.5vw 0;
}
.member-detail-s2 .left-block .item .img-box {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
.member-detail-s2 .left-block .item .img-box img {
  display: block;
  width: 100%;
}
.member-detail-s2 .left-block .item h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 20px 0 15px;
}
.member-detail-s2 .left-block .item .para {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  max-height: 120px;
  overflow: hidden;
}
.member-detail-s2 .left-block .pc .item {
  border-bottom: 1px solid #e6e6e6;
}
.member-detail-s2 .left-block .pc .item:last-of-type {
  border: none;
}
.member-detail-s2 .left-block .mobile {
  height: 0;
  overflow: hidden;
}
.member-detail-s2 .center-block {
  width: calc(100% - 640px - 3vw);
  margin: 0 1.5vw;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.member-detail-s2 .center-block .tab-tit {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}
.member-detail-s2 .center-block .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-left: -1px;
  font-size: 24px;
  line-height: 3.125vw;
  color: #333;
  text-align: center;
  cursor: pointer;
  transition: #e47e30 0.3s ease;
}
.member-detail-s2 .center-block .tab-tit span:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  transform: scaleX(0);
  transition: transform .3s ease;
}
.member-detail-s2 .center-block .tab-tit span:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
}
.member-detail-s2 .center-block .tab-tit span.active {
  color: #e47e30;
  border-color: #e6e6e6;
}
.member-detail-s2 .center-block .tab-tit span.active:before {
  transform: scaleX(1);
}
.member-detail-s2 .center-block .tab-tit span.active:after {
  transform: scaleX(1);
}
.member-detail-s2 .center-block .tab-tit span:hover {
  color: #e47e30;
}
.member-detail-s2 .center-block .tab-cont {
  padding: 3.125vw 0 6.25vw;
}
.member-detail-s2 .center-block .tab-cont .child {
  display: none;
}
.member-detail-s2 .center-block .tab-cont .child.active {
  display: block;
}
.member-detail-s2 .center-block .tab-1 {
  padding: 0 1.5vw;
}
.member-detail-s2 .center-block .tab-1 .para {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.member-detail-s2 .center-block .tab-1 .para img {
  max-width: 100%;
  height: auto;
}
.member-detail-s2 .center-block .tab-1 .bot-box {
  margin-top: 3.125vw;
  padding-top: 3.125vw;
  border-top: 4px solid #e47e30;
}
.member-detail-s2 .center-block .tab-1 .btn {
  margin-top: 3.125vw;
  text-align: right;
}
.member-detail-s2 .center-block .tab-1 .btn a {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  transition: all .3s ease;
}
.member-detail-s2 .center-block .tab-1 .btn a.gray {
  background-color: #a4a4a4;
  cursor: default;
}
.member-detail-s2 .center-block .tab-1 .btn a.apply {
  background-color: #e47e30;
}
@media screen and (min-width: 1025px) {
  .member-detail-s2 .center-block .tab-1 .btn a.apply:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(228, 126, 48, 0.3);
  }
}
.member-detail-s2 .center-block .tab-2 {
  padding: 0 3.125vw;
}
.member-detail-s2 .center-block .tab-2 .box {
  margin-top: 3.125vw;
}
.member-detail-s2 .center-block .tab-2 .box:nth-of-type(1) {
  margin-top: 0;
}
.member-detail-s2 .center-block .tab-2 .box .head-box {
  font-size: 24px;
  color: #333;
  padding-bottom: 24px;
  position: relative;
}
.member-detail-s2 .center-block .tab-2 .box .head-box:after {
  content: '';
  width: 100%;
  height: 4px;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  position: absolute;
  bottom: 0;
  left: 0;
}
.member-detail-s2 .center-block .tab-2 .box .item {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  position: relative;
  padding: 10px 0 10px 150px;
}
.member-detail-s2 .center-block .tab-2 .box .item span {
  width: 150px;
  color: #808080;
  font-family: 'EuclidCircularA-Light';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.member-detail-s2 .center-block .tab-3 {
  padding: 0 3.125vw;
}
.member-detail-s2 .center-block .tab-3 .item {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.member-detail-s2 .center-block .tab-3 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(-90deg, #faa701, #e47e30);
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.member-detail-s2 .center-block .tab-3 .item a {
  display: block;
  display: flex;
  align-items: center;
}
.member-detail-s2 .center-block .tab-3 .item h3 {
  font-size: 24px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 100px);
  padding: 24px 0;
  transition: color .3s ease;
}
.member-detail-s2 .center-block .tab-3 .item h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/members/icon-4.png");
  margin: -2px 20px 0 0;
}
.member-detail-s2 .center-block .tab-3 .item span {
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #e47e30;
  font-family: 'EuclidCircularA-Light';
}
@media screen and (min-width: 1025px) {
  .member-detail-s2 .center-block .tab-3 .item:hover:after {
    transform: scaleX(1);
  }
  .member-detail-s2 .center-block .tab-3 .item:hover h3 {
    color: #e47e30;
  }
}
.member-detail-s2 .right-block {
  background-color: #fff;
}
.member-detail-s2 .right-block .right-bottom {
  margin-top: 1.5vw;
}
.member-detail-s2 .right-block .logo-box {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 1.5vw 5px;
  display: flex;
  flex-wrap: wrap;
}
.member-detail-s2 .right-block .logo-box .item {
  width: calc(50% - 10px);
  height: 80px;
  margin: 10px 5px 0;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.member-detail-s2 .right-block .logo-box .item img {
  width: auto;
}
.member-detail-s2 .right-block .unit-box {
  padding: 1.5vw;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.member-detail-s2 .right-block .unit-box .box {
  height: calc(12 * 48px);
  overflow: hidden;
}
.member-detail-s2 .right-block .unit-box ul {
  height: 100%;
}
.member-detail-s2 .right-block .unit-box li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 3;
  color: #333333;
}
.member-detail-s2 .right-block .unit-box li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e47e30;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.pop-activity {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
  display: none;
}
.pop-activity .cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pop-activity .main {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}
.pop-activity .close {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/members/icon-5.png");
  position: absolute;
  top: 20px;
  right: 20px;
}
.pop-activity .top-block {
  background-color: #e47e30;
  padding: 35px 0;
  position: relative;
}
.pop-activity .top-block h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.pop-activity .bot-block {
  padding: 40px 60px 60px;
}
.pop-activity .scroll {
  max-height: 65vh;
  overflow: auto;
  padding: 0 60px;
}
.pop-activity .form-box {
  padding: 40px 0;
}
.pop-activity .form-box .box {
  margin-top: 30px;
}
.pop-activity .form-box .box:nth-of-type(1) {
  margin-top: 0;
}
.pop-activity .form-box h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.pop-activity .form-box input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  color: #808080;
  background-color: transparent;
}
.pop-activity .form-box button {
  display: block;
  width: 100%;
  margin-top: 30px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  background-color: #e47e30;
  cursor: pointer;
}
.pop-activity .form-box a.add {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: #e47e30;
  border-radius: 12px;
  padding: 0 10px;
}
.pop-activity .form-box a.add:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/members/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 28px 0 0;
}
.pop-activity .form-box .lab-flex {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.pop-activity .form-box .lab-flex:nth-of-type(1) {
  margin-top: 0;
}
.pop-activity .form-box .lab {
  height: 60px;
  border: 1px solid #e6e6e6;
  flex: 1;
  margin-left: 10px;
}
.pop-activity .form-box .lab:nth-of-type(1) {
  margin: 0;
}
.pop-activity .form-box .order-box {
  display: flex;
  flex-wrap: wrap;
}
.pop-activity .form-box .order {
  flex: 1;
  margin-left: 10px;
  padding: 17px 20px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: border .3s ease;
}
.pop-activity .form-box .order i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  position: relative;
}
.pop-activity .form-box .order i:after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #e47e30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.pop-activity .form-box .order span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #808080;
}
.pop-activity .form-box .order:nth-of-type(1) {
  margin: 0;
}
.pop-activity .form-box .order.active {
  border-color: #e47e30;
}
.pop-activity .form-box .order.active i:after {
  opacity: 1;
}
.pop-activity .form-box .room-flex {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.pop-activity .form-box .room-flex:nth-of-type(1) {
  margin-top: 0;
}
.pop-activity .form-box .room {
  flex: 1;
  margin-left: 10px;
  height: 60px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.pop-activity .form-box .room .l, .pop-activity .form-box .room .r {
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.pop-activity .form-box .room .l {
  left: 20px;
}
.pop-activity .form-box .room .r {
  right: 20px;
}
.pop-activity .form-box .room .r input {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 36px;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 14px;
  color: #e47e30;
  margin-right: 20px;
}
.pop-activity .form-box .room span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 36px;
  color: #808080;
}
.pop-activity .form-box .room:nth-of-type(1) {
  margin: 0;
}
.pop-activity .form-box .room.date {
  background-position: 96% center;
  background-repeat: no-repeat;
  background-image: url("../images/members/icon-7.png");
}
.pop-activity .para-box {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.pop-activity .para {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.pop-activity .para span {
  color: #e47e30;
}

.member-data-block {
  padding: 3.125vw 0 6.25vw;
}

.member-data-s1 {
  border: 1px solid #e6e6e6;
  padding: 3.125vw 2vw 6.25vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/members/img-7.jpg");
  background-size: 100% auto;
}
.member-data-s1 h3 {
  font-size: 32px;
  color: #e47e30;
}
.member-data-s1 .para {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin-top: 2vw;
}

.member-data-s2 {
  margin-top: 4.5vw;
}
.member-data-s2 h3 {
  font-size: 32px;
  color: #e47e30;
}
.member-data-s2 .trend-box {
  margin-top: 1.5vw;
  border: 1px solid #e6e6e6;
  padding: 3.125vw 0;
}
.member-data-s2 .trend {
  height: 420px;
}
.member-data-s2 .table {
  margin-top: 3.125vw;
  padding: 0 60px;
}
.member-data-s2 .table .top-box {
  display: flex;
  justify-content: space-between;
}
.member-data-s2 .table .top-box span {
  font-size: 16px;
  color: #2f3e51;
}
.member-data-s2 .table .bot-box {
  margin-top: 1.5vw;
}
.member-data-s2 .table .top {
  display: flex;
  background-color: #8ca0ba;
}
.member-data-s2 .table .top span {
  flex: 1;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  text-align: center;
}
.member-data-s2 .table .bot {
  border: 1px solid #e6e6e6;
  border-top: none;
}
.member-data-s2 .table .bot li {
  display: flex;
  border-top: 1px solid #e6e6e6;
}
.member-data-s2 .table .bot li:nth-of-type(1) {
  border-top: none;
}
.member-data-s2 .table .bot span {
  flex: 1;
  font-size: 24px;
  line-height: 30px;
  padding: 30px 0;
  color: #2f3e51;
  text-align: center;
  font-family: 'EuclidCircularA-Light';
}
.member-data-s2 .table .bot span:nth-of-type(even) {
  background-color: #f2f4f6;
}
.member-data-s2 .table .bot i {
  font-style: normal;
}

.search-s2 {
  position: relative;
  background-color: #fff;
  padding: 4.5vw 0 6vw;
}
.search-s2 .cont {
  max-width: 1200px;
  margin: 0 auto;
}
.search-s2 .tip {
  font-size: 18px;
  color: #333;
}
.search-s2 .tip b {
  color: #e47e30;
}
.search-s2 .nocont {
  margin-top: 20px;
}
.search-s2 .items {
  margin-bottom: 2vw;
}
.search-s2 .item {
  border-bottom: 8px solid #f5f5f5;
  transition: all .3s ease;
}
.search-s2 .item a {
  display: block;
  padding: 3.125vw 0;
}
.search-s2 .item .date {
  font-size: 14px;
  color: #e47e30;
  font-style: italic;
}
.search-s2 .item h3 {
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.search-s2 .item span {
  display: inline-block;
  font-size: 16px;
  color: #e47e30;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #e47e30;
  }
}

@media screen and (max-width: 1600px) {
  .about-index-s5 .year-block .item span,
  .member-detail-s1 h3,
  .index-s4 .bot-block .item .date {
    font-size: 50px;
  }

  .c-content .left-block h3,
  .about-index-s1 .title,
  .about-index-s2 .title,
  .about-index-s3 .title,
  .about-index-s4 .title,
  .about-index-s5 .title,
  .index-s1 .item h3 {
    font-size: 40px;
  }

  .member-download-s1 .tab-cont .txt-box h3,
  .index-tit h3 {
    font-size: 36px;
  }

  .about-culture-s1 .item h3,
  .about-culture-s1 .info-block h3,
  .about-intro-s1 .title,
  .contact-s1 .title,
  .news-detail-s1 .top-block h3,
  .index-s4 .mid-block .item h3 {
    font-size: 30px;
  }

  .about-team-s1 .item h3,
  .about-team-s1 .item-1 h3,
  .news-list-s1 .item span,
  .member-data-s1 h3,
  .member-data-s2 h3,
  .index-s4 .tab-tit span.active,
  .index-s4 .bot-block .item h3 {
    font-size: 26px;
  }

  .about-history-s1 .child .item h3,
  .about-history-s1 .child .item p,
  .about-index-s1 .item h3,
  .about-index-s4 .img-block .item p,
  .about-index-s4 .tab-tit .item,
  .about-index-s5 .img-block .item h3,
  .contact-s1 .item p,
  .law-s1 .item a,
  .member-activity-s1 .item h3,
  .news-list-s1 .item h3,
  .member-data-s2 .table .bot span,
  .member-notice-s1 .item .show h3,
  .recruit-s1 .head-box span,
  .recruit-s1 .item .box h3,
  .member-detail-s2 .title h3,
  .member-detail-s2 .left-block .item h3,
  .member-detail-s2 .center-block .tab-tit span,
  .member-detail-s2 .center-block .tab-2 .box .head-box,
  .member-detail-s2 .center-block .tab-3 .item h3,
  .index-s1 .item p,
  .index-s2 .data-info .item h3,
  .index-s2 .data-info .item i,
  .index-s2 .tab-tit .item span,
  .index-s2 .right-block .title h3,
  .index-s3 .tab-para .para,
  .index-s4 .tab-tit span,
  .index-s5 .info span {
    font-size: 20px;
  }

  .c-content .left-block span,
  .news-list-s1 .item i,
  .index-s2 .right-block .title span.date,
  .index-s2 .right-block .table .bot span,
  .index-s4 .mid-block .item .date,
  .index-s4 .bot-block .item .month {
    font-size: 18px;
  }

  .c-content .left-block .box a,
  .about-message-s1 .txt-box,
  .about-index-s1 .para,
  .about-index-s2 .para,
  .about-index-s3 .para,
  .about-index-s1 a.more,
  .about-index-s2 a.more,
  .about-index-s3 a.more,
  .about-index-s4 .img-block .item a,
  .about-intro-s1 .para,
  .about-team-s1 .link a,
  .about-team-s1 .item span,
  .about-team-s1 .item-1 span,
  .member-data-s1 .para,
  .member-data-s2 .table .top span,
  .member-distribution-s1 .link a,
  .recruit-s1 .item .show span {
    font-size: 16px;
  }

  .about-culture-s1 .item p,
  .about-culture-s1 .info-block .para,

  .about-history-s1 .tab-tit .item span,
  .about-index-s5 .img-block .item p,
  .about-index-s5 .img-block .item a,
  .about-team-s1 .item .para,
  .about-team-s1 .item-1 .para,
  .contact-s1 .item h3,
  .law-s1 .item span,
  .member-activity-s1 .item span,
  .member-data-s2 .table .top-box span,
  .member-download-s1 .tab-cont .txt-box p,
  .member-notice-s1 .item .para,
  .news-detail-s1 .top-block .item,
  .recruit-s1 .item .box .para,
  .member-detail-s2 .center-block .tab-1 .para,
  .member-detail-s2 .right-block .unit-box li,
  .member-detail-s2 .center-block .tab-2 .box .item,
  .member-detail-s2 .center-block .tab-3 .item span,
  .index-s2 .right-block .title span,
  .index-s3 .tab-tit span,
  .index-s4 .bot-block .item p {
    font-size: 15px;
  }

  .about-index-s1 a.more,
  .about-index-s2 a.more,
  .about-index-s3 a.more,
  .about-index-s4 .img-block .item a,
  .about-team-s1 .link a,
  .member-detail-s2 .center-block .tab-tit span,
  .member-detail-s2 .center-block .tab-1 .btn a {
    width: 160px;
  }

  .about-index-s1 a.more,
  .about-index-s2 a.more,
  .about-index-s3 a.more,
  .about-team-s1 .link a {
    line-height: 40px;
  }

  .about-index-s4 .img-block .item a,
  .about-index-s5 .button,
  .member-detail-s2 .center-block .tab-1 .btn a {
    line-height: 44px;
  }

  .about-message-s1 .bot-block img {
    height: 60px;
  }

  .about-team-s1 .item-1 .box {
    width: 210px;
  }

  .about-team-s1 .item-1 .para {
    width: calc(100% - 210px);
  }

  .about-culture-s1 .item .icon,
  .member-detail-s2 .left-block .item .img-box {
    width: 100px;
    height: 100px;
  }

  .about-culture-s1 .item .box {
    width: calc(100% - 100px);
  }

  .about-history-s1 .tab-tit .item:after {
    width: 40px;
    height: 50px;
  }

  .about-history-s1 .tab-tit .item:before {
    width: 50px;
    height: 50px;
  }

  .about-history-s1 .child .year {
    font-size: 12.5vw;
  }

  .about-index-s4 .tab-tit .item:before,
  .about-index-s5 .year-block .item i {
    width: 30px;
    height: 30px;
  }

  .about-index-s5 .year-block .item i:after {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
  }

  .contact-s1 .item i {
    height: 30px;
  }

  .member-activity-s1 .item h3 {
    line-height: 28px;
    height: 56px;
  }

  .news-list-s1 .item .date {
    width: 100px;
  }

  .news-list-s1 .item h3 {
    width: calc(100% - 100px);
  }

  .member-data-s2 .table .top span {
    line-height: 40px;
  }

  .member-distribution-s1 .link a {
    width: 200px;
    line-height: 46px;
  }

  .member-download-s1 .link .item:before {
    height: 36px;
  }

  .member-download-s1 .tab-cont .txt-box .ewm {
    max-width: 160px;
  }

  .member-notice-s1 .item .show h3:before {
    width: 24px;
    height: 24px;
  }

  .member-detail-s2 .left-block,
  .member-detail-s2 .right-block {
    width: 280px;
  }

  .member-detail-s2 .center-block {
    width: calc(100% - 560px - 3vw);
  }

  .member-detail-s2 .right-block .logo-box .item {
    height: 70px;
  }

  .member-detail-s2 .right-block .unit-box .box {
    height: calc(12 * 45px);
  }

  .index-s2 .data-info .item span {
    font-size: 100px;
  }

  .index-s2 .data-info .item h3:before {
    width: 70px;
    height: 70px;
  }

  .index-s3 .tab-tit span {
    line-height: 40px;
  }

  .index-s3 .c-map-cont {
    margin-bottom: 6.25vw;
  }

  .index-s4 .mid-block .item h3 {
    line-height: 40px;
    height: 80px;
  }

  .index-s4 .bot-block .item h3 {
    line-height: 32px;
  }

  .index-s4 .bot-block .item p {
    height: 90px;
  }

  .c-banner form {
    height: 50px;
    max-width: 500px;
  }

  .c-banner input {
    font-size: 15px;
  }

  .search-s2 .item h3 {
    font-size: 18px;
  }

  .search-s2 .item .url {
    font-size: 14px;
  }

  .search-s2 .item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .about-index-s5 .year-block .item span,
  .member-detail-s1 h3,
  .index-s4 .bot-block .item .date {
    font-size: 40px;
  }

  .c-content .left-block h3,
  .about-index-s1 .title,
  .about-index-s2 .title,
  .about-index-s3 .title,
  .about-index-s4 .title,
  .about-index-s5 .title,
  .index-s1 .item h3 {
    font-size: 36px;
  }

  .member-download-s1 .tab-cont .txt-box h3,
  .index-tit h3 {
    font-size: 30px;
  }

  .about-culture-s1 .item h3,
  .about-culture-s1 .info-block h3,
  .about-intro-s1 .title,
  .contact-s1 .title,
  .news-detail-s1 .top-block h3,
  .index-s4 .mid-block .item h3 {
    font-size: 24px;
  }

  .about-team-s1 .item h3,
  .about-team-s1 .item-1 h3,
  .news-list-s1 .item span,
  .member-data-s1 h3,
  .member-data-s2 h3,
  .index-s4 .tab-tit span.active,
  .index-s4 .bot-block .item h3 {
    font-size: 20px;
  }

  .about-history-s1 .child .item h3,
  .about-history-s1 .child .item p,
  .about-index-s1 .item h3,
  .about-index-s4 .img-block .item p,
  .about-index-s4 .tab-tit .item,
  .about-index-s5 .img-block .item h3,
  .contact-s1 .item p,
  .law-s1 .item a,
  .member-activity-s1 .item h3,
  .news-list-s1 .item h3,
  .member-data-s2 .table .bot span,
  .member-notice-s1 .item .show h3,
  .recruit-s1 .head-box span,
  .recruit-s1 .item .box h3,
  .member-detail-s2 .title h3,
  .member-detail-s2 .left-block .item h3,
  .member-detail-s2 .center-block .tab-tit span,
  .member-detail-s2 .center-block .tab-2 .box .head-box,
  .member-detail-s2 .center-block .tab-3 .item h3,
  .index-s1 .item p,
  .index-s2 .data-info .item h3,
  .index-s2 .data-info .item i,
  .index-s2 .tab-tit .item span,
  .index-s2 .right-block .title h3,
  .index-s3 .tab-para .para,
  .index-s4 .tab-tit span,
  .index-s5 .info span {
    font-size: 18px;
  }

  .c-content .left-block span,
  .news-list-s1 .item i,
  .index-s2 .right-block .title span.date,
  .index-s2 .right-block .table .bot span,
  .index-s4 .mid-block .item .date,
  .index-s4 .bot-block .item .month {
    font-size: 16px;
  }

  .c-content .left-block .box a,
  .about-message-s1 .txt-box,
  .about-index-s1 .para,
  .about-index-s2 .para,
  .about-index-s3 .para,
  .about-index-s1 a.more,
  .about-index-s2 a.more,
  .about-index-s3 a.more,
  .about-index-s4 .img-block .item a,
  .about-intro-s1 .para,
  .about-team-s1 .link a,
  .about-team-s1 .item span,
  .about-team-s1 .item-1 span,
  .member-data-s1 .para,
  .member-data-s2 .table .top span,
  .member-distribution-s1 .link a,
  .recruit-s1 .item .show span {
    font-size: 15px;
  }

  .about-culture-s1 .item p,
  .about-culture-s1 .info-block .para,
  .about-history-s1 .tab-tit .item span,
  .about-index-s5 .img-block .item p,
  .about-index-s5 .img-block .item a,
  .about-team-s1 .item .para,
  .about-team-s1 .item-1 .para,
  .contact-s1 .item h3,
  .law-s1 .item span,
  .member-activity-s1 .item span,
  .member-data-s2 .table .top-box span,
  .member-download-s1 .tab-cont .txt-box p,
  .member-notice-s1 .item .para,
  .news-detail-s1 .top-block .item,
  .recruit-s1 .item .box .para,
  .member-detail-s2 .center-block .tab-1 .para,
  .member-detail-s2 .right-block .unit-box li,
  .member-detail-s2 .center-block .tab-2 .box .item,
  .member-detail-s2 .center-block .tab-3 .item span,
  .index-s2 .right-block .title span,
  .index-s3 .tab-tit span,
  .index-s4 .bot-block .item p {
    font-size: 14px;
  }

  .about-index-s1 a.more,
  .about-index-s2 a.more,
  .about-index-s3 a.more,
  .about-index-s4 .img-block .item a,
  .about-team-s1 .link a,
  .member-detail-s2 .center-block .tab-tit span,
  .member-detail-s2 .center-block .tab-1 .btn a {
    width: 140px;
  }

  .about-message-s1 .bot-block img {
    height: 50px;
  }

  .about-team-s1 .item-1 .box {
    width: 180px;
  }

  .about-team-s1 .item-1 .para {
    width: calc(100% - 180px);
  }

  .about-history-s1 .tab-tit .item::after {
    width: 30px;
    height: 40px;
  }

  .about-history-s1 .child .year {
    font-size: 12.5vw;
  }

  .index-s2 .data-info .item h3::before {
    width: 60px;
    height: 60px;
  }

  .index-s2 .data-info .item span {
    font-size: 80px;
  }

  .index-s2 .tab-tit .item span {
    line-height: 60px;
  }

  .index-s4 .bot-block .item p {
    height: 84px;
  }

  .index-s4 .bot-block .item h3 {
    line-height: 26px;
  }

  .member-detail-s2 .right-block .logo-box .item {
    height: 60px;
  }

  .member-detail-s2 .left-block,
  .member-detail-s2 .right-block {
    width: 260px;
  }

  .member-detail-s2 .center-block {
    width: calc(100% - 520px - 3vw);
  }

  .member-detail-s2 .center-block .tab-2 .box .item span {
    width: 120px;
  }

  .member-detail-s2 .center-block .tab-2 .box .item {
    padding-left: 120px;
  }

  .member-detail-s2 .right-block .unit-box .box {
    height: calc(12 * 42px);
  }

  .search-s2 .item .url {
    margin-top: 10px;
  }

  .search-s2 .item span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .about-index-s2 .para {
    max-height: 180px;
  }

  .about-index-s3 a.more {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-content .left-block h3,
  .about-index-s1 .title,
  .about-index-s2 .title,
  .about-index-s3 .title,
  .about-index-s4 .title,
  .about-index-s5 .title,
  .index-s1 .item h3 {
    font-size: 30px;
  }

  .wrapper {
    width: 86vw;
  }

  .c-content .left-block .box a {
    line-height: 40px;
  }

  .c-crumbs a.link {
    line-height: 40px;
  }

  .member-detail-s2 .title h3 {
    line-height: 40px;
  }

  .member-detail-s2 .center-block .tab-tit span {
    line-height: 40px;
  }

  .about-culture-s1 .item .img-box img {
    width: 120%;
  }

  .about-culture-s1 .item p {
    line-height: 24px;
    color: #333;
    display: block;
    margin-top: 15px;
  }

  .about-index-s2 .para {
    max-height: 150px;
    overflow: hidden;
  }

  .about-index-s3 a.more {
    margin-top: 3.125vw;
  }

  .index-s1 .item {
    height: 50vw;
  }

  .index-s1 .scroll {
    display: none;
  }

  .member-detail-s2 .left-block,
  .member-detail-s2 .right-block {
    width: 240px;
  }

  .member-detail-s2 .center-block {
    width: calc(100% - 480px - 3vw);
  }

  .member-detail-s2 .center-block .tab-tit span {
    width: 120px;
  }

  .share-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-pd {
    padding-top: 60px;
  }

  .c-crumbs {
    display: none;
  }

  .wrapper {
    width: 100%;
  }

  .large-header {
    display: none;
  }

  .c-content .left-block .title {
    display: none;
  }

  .c-content .flex {
    display: block;
  }

  .c-content .left-block {
    width: 100%;
    position: static;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
  }

  .c-content .left-block .link {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .c-content .left-block .box {
    width: 25%;
    position: relative;
    margin: 0;
    border: none !important;
  }

  .c-content .left-block .box a {
    padding: 0;
    text-align: center;
  }

  .c-content .left-block .box:after {
    width: 100%;
    height: 2px;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .c-content .right-block {
    width: 100%;
    padding: 0;
    border: none;
  }

  .about-message-s1 .img-box {
    width: 33.33%;
    margin: 0 20px 10px 0;
  }

  .about-message-s1 .txt-box {
    font-size: 14px;
    line-height: 24px;
  }

  .about-message-s1 .bot-block {
    margin-top: 20px;
  }

  .about-message-s1 .bot-block img {
    height: 40px;
  }

  .about-culture-s1 .items {
    padding: 0;
  }

  .about-culture-s1 .item {
    margin-top: 20px;
  }

  .about-culture-s1 .item .icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .about-culture-s1 .item .i-flex {
    align-items: flex-start;
  }

  .about-culture-s1 .item h3 {
    font-size: 16px;
  }

  .about-culture-s1 .item p {
    margin-top: 10px;
  }

  .about-culture-s1 .item .box {
    width: calc(100% - 60px);
  }

  .about-culture-s1 .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .about-culture-s1 .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-culture-s1 .item .txt-box {
    padding: 20px;
    position: relative;
  }

  .about-culture-s1 .info-block {
    margin-top: 40px;
  }

  .about-culture-s1 .info-block h3 {
    font-size: 20px;
  }

  .about-culture-s1 .info-block h3:after {
    width: 30px;
    height: 2px;
    margin: 15px 0;
  }

  .about-culture-s1 .info-block .para {
    line-height: 24px;
  }

  .about-culture-s1 .info-block .img-box {
    margin-top: 20px;
  }

  .about-history-s1 {
    padding: 52% 0 40px;
    overflow: hidden;
  }

  .about-history-s1 .tab-cont {
    width: 90%;
    margin-left: 5%;
  }

  .about-history-s1 .tab-tit .item span {
    font-size: 12px;
  }

  .about-history-s1 .tab-tit .item:before {
    width: 30px;
    height: 30px;
  }

  .about-history-s1 .tab-tit .item::after {
    width: 20px;
    height: 26px;
  }

  .about-history-s1 .button-next {
    top: 28vw;
    right: 5vw;
  }

  .about-history-s1 .button {
    width: 30px;
    height: 26px;
  }

  .about-history-s1 .child .year {
    font-size: 40px;
  }

  .about-history-s1 .child .box {
    margin-top: 10px;
    border-radius: 10px;
    padding: 20px;
  }

  .about-history-s1 .child .item h3 {
    font-size: 14px;
  }

  .about-history-s1 .child .item p {
    font-size: 14px;
  }

  .about-index .c-block {
    padding: 0;
  }

  .about-index-s1 .title {
    font-size: 20px;
    position: static;
    text-align: center;
  }

  .about-index-s1 .cont {
    margin-top: 15px;
  }

  .about-index-s1 .para {
    font-size: 1 4px;
    line-height: 24px;
  }

  .about-index-s1 .items {
    margin-top: 20px;
  }

  .about-index-s1 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .about-index-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-index-s1 .item h3 {
    font-size: 16px;
    padding: 40px 20px 20px;
  }

  .about-index-s1 a.more {
    position: static;
    margin: 20px auto 0;
    font-size: 14px;
  }

  .about-index-s1 a.more,
  .about-index-s2 a.more,
  .about-index-s3 a.more,
  .about-index-s4 .img-block .item a,
  .member-detail-s2 .center-block .tab-1 .btn a {
    width: 120px;
  }

  .about-index-s1 a.more,
  .about-index-s2 a.more,
  .about-index-s3 a.more,
  .about-team-s1 .link a {
    line-height: 36px;
  }

  .about-index-s4 .img-block .item a,
  .about-index-s5 .button,
  .member-detail-s2 .center-block .tab-1 .btn a {
    line-height: 40px;
  }

  .about-index-s2 .title {
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .about-index-s2 .img-box {
    width: 100%;
  }

  .about-index-s2 .txt-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .about-index-s2 .txt-box:before {
    display: block;
    position: static;
  }

  .about-index-s2 .box {
    margin-top: 10px;
  }

  .about-index-s2 .para {
    max-height: none;
    font-size: 14px;
    line-height: 24px;
  }

  .about-index-s2 a.more {
    margin: 20px auto 0;
    font-size: 14px;
  }

  .about-index-s3 {
    background-attachment: inherit;
  }

  .about-index-s3 .title {
    font-size: 20px;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-index-s3 .img-box {
    width: 100%;
    margin-left: 0;
  }

  .about-index-s3 .txt-box {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .about-index-s3 .para {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
  }

  .about-index-s3 a.more {
    margin: 20px auto 0;
    font-size: 14px;
  }

  .about-index-s4 .tab-tit {
    left: 5vw;
    right: 5vw;
  }

  .about-index-s4 .tab-tit .item {
    font-size: 14px;
    padding: 15px 0;
  }

  .about-index-s4 .tab-tit .item:before {
    width: 20px;
    height: 20px;
    display: none;
  }

  .about-index-s4 .tab-tit .item:after {
    height: 2px;
  }

  .about-index-s4 .img-block .item p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-index-s4 .img-block .item a {
    font-size: 14px;
  }

  .about-index-s4 {
    padding-top: 80px;
  }

  .about-index-s4 .title {
    font-size: 20px;
    text-align: center;
    padding: 0;
    top: 40px;
    color: #333;
  }

  .about-index-s4 .img-block {
    height: 60vw;
  }

  .about-index-s4 .img-block .item .img-box {
    height: 100%;
  }

  .about-index-s4 .img-block .item img {
    height: 100%;
    object-fit: cover;
  }

  .about-index-s5 {
    padding: 60px 5vw 40px;
  }

  .about-index-s5 .title {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }

  .about-index-s5 .block {
    margin-top: 20px;
  }

  .about-index-s5 .year-block {
    position: static;
  }

  .about-index-s5 .year-block .item {
    padding: 30px 0;
  }

  .about-index-s5 .year-block .item span {
    font-size: 24px;
  }

  .about-index-s5 .img-block {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
    height: auto;
  }

  .about-index-s5 .img-block .item .txt-box {
    margin: 0;
    padding: 20px 0 0;
  }

  .about-index-s5 .img-block .item h3 {
    font-size: 14px;
    line-height: 24px;
  }

  .about-index-s5 .img-block .item p {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }

  .about-index-s5 .img-block .item a {
    margin-top: 15px;
  }

  .about-index-s5 .pagination {
    right: 0;
    bottom: 0;
  }

  .about-index-s5 .img-block .items {
    height: 0;
    position: relative;
  }

  .about-index-s5 .btns {
    display: none;
  }

  .about-intro-s1 .title {
    font-size: 20px;
    text-align: center;
  }

  .about-intro-s1 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .about-intro-s1 .img-box {
    margin-top: 20px;
  }

  .about-team-s1 .link a {
    margin-right: 10px;
    width: 90px;
    font-size: 15px;
  }

  .about-team-s1 .link {
    text-align: center;
  }

  .about-team-s1 .items,
  .about-team-s1 .items-1 {
    margin-top: 20px;
  }

  .about-team-s1 .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }
  .about-team-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-team-s1 .item h3 {
    font-size: 16px;
  }

  .about-team-s1 .item span {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .about-team-s1 .item-1 {
    padding: 20px 0;
    display: block;
  }

  .about-team-s1 .item-1 .box {
    width: 100%;
    padding: 0;
  }

  .about-team-s1 .item-1 h3 {
    font-size: 16px;
  }

  .about-team-s1 .item-1 span {
    margin-top: 10px;
    font-size: 14px;
  }

  .about-team-s1 .item-1 .para {
    margin-top: 10px;
    width: 100%;
    line-height: 24px;
  }

  .contact-s1 .title {
    font-size: 20px;
  }

  .contact-s1 .items {
    padding: 20px 0;
    display: block;
  }

  .contact-s1 .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }
  .contact-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s1 .item h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .contact-s1 .item p {
    font-size: 20px;
  }

  .contact-s1 .map {
    height: 60vw;
  }

  .contact-s1 .map-cont .txt-box {
    width: calc(100% - 110px);
  }

  .contact-s1 .map-cont .txt-box span {
    font-size: 12px;
    line-height: 20px;
  }

  .contact-s1 .map-cont {
    width: 260px;
  }

  .contact-s1 .map-cont .img-box {
    width: 100px;
    height: 48px;
  }

  .amap-info-close {
    display: none;
  }

  .law-s1 .item a {
    padding: 15px 90px 15px 0;
    font-size: 16px;
  }

  .law-s1 .items {
    margin-bottom: 40px;
  }

  .comm-page li {
    margin: 0 2px;
  }

  .comm-page li a {
    width: 30px;
    line-height: 28px;
  }

  .recruit-s1 .head-box span {
    font-size: 14px;
  }
  .recruit-s1 .head-box span:nth-of-type(2), .recruit-s1 .head-box span:nth-of-type(3) {
    display: none;
  }

  .recruit-s1 .item .show {
    padding: 15px 20px 15px 0;
  }

  .recruit-s1 .item .show span {
    font-size: 14px;
  }
  .recruit-s1 .item .show span:nth-of-type(2), .recruit-s1 .item .show span:nth-of-type(3) {
    display: none;
  }
  .recruit-s1 .item .show span:nth-of-type(4) {
    font-size: 12px;
  }

  .recruit-s1 .head-box {
    padding: 0 20px 15px 0;
    border-bottom-width: 2px;
  }

  .recruit-s1 .item .show:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .recruit-s1 .item .hide {
    padding: 0;
  }

  .recruit-s1 .item .box {
    padding-top: 20px;
  }

  .recruit-s1 .item .box:last-of-type {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .recruit-s1 .item .box h3 {
    font-size: 16px;
  }

  .recruit-s1 .item .box .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .recruit-s1 .items {
    margin-bottom: 40px;
  }

  .news-list-s1 .items {
    margin-bottom: 40px;
  }

  .news-list-s1 .item:before {
    display: none;
  }

  .news-list-s1 .item:after {
    display: none;
  }

  .news-list-s1 .item a {
    padding: 20px 0;
    display: block;
  }

  .news-list-s1 .item .date {
    border: none;
    width: 100%;
  }

  .news-list-s1 .item span {
    display: inline-block;
    vertical-align: bottom;
  }

  .news-list-s1 .item i {
    vertical-align: bottom;
    margin-left: 10px;
  }

  .news-list-s1 .item i:before {
    display: none;
  }

  .news-list-s1 .item h3 {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    font-size: 16px;
  }

  .news-detail-s1 .top-block {
    padding-bottom: 20px;
  }

  .news-detail-s1 .top-block h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .news-detail-s1 .top-block .info {
    margin-top: 15px;
  }

  .news-detail-s1 .top-block .item:after {
    margin: -2px 10px 0;
  }

  .news-detail-s1 .mid-block {
    padding: 20px 0;
  }

  .news-detail-s1 .mid-block a.back {
    margin: 20px auto 0;
    width: 100px;
    height: 94px;
  }

  .news-detail-s1 .bot-block {
    margin-top: 0;
    padding-top: 20px;
  }

  .news-detail-s1 .bot-block a:nth-of-type(1) {
    padding-left: 20px;
  }

  .news-detail-s1 .bot-block a:nth-of-type(2) {
    padding-right: 20px;
  }

  .member-notice-s1 .item .show {
    padding: 20px 0;
  }

  .member-notice-s1 .item .show h3:before {
    width: 16px;
    height: 16px;
    margin: -2px 10px 0 0;
  }

  .member-notice-s1 .item .show:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .member-notice-s1 .item .show h3 {
    font-size: 16px;
    margin-right: 50px;
  }

  .member-notice-s1 .item .box {
    padding: 0 0 20px;
  }

  .member-notice-s1 .item .para {
    font-size: 14px;
    line-height: 24px;
  }

  .member-download-s1 .link .item {
    padding: 20px 0;
  }

  .member-download-s1 .link .item:before {
    height: 24px;
  }

  .member-download-s1 .link .item:nth-of-type(2) {
    margin-left: 20px;
  }

  .member-download-s1 .tab-cont .flex {
    display: block;
  }

  .member-download-s1 .tab-cont .txt-box {
    width: 100%;
    padding: 0;
  }

  .member-download-s1 .tab-cont .txt-box h3 {
    font-size: 20px;
    text-align: center;
  }

  .member-download-s1 .tab-cont .txt-box p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .member-download-s1 .tab-cont .img-box {
    width: 100%;
    margin-top: 20px;
  }

  .member-download-s1 .tab-cont .txt-box .ewm {
    margin: 0 auto;
  }

  .member-activity-s1 .items {
    margin: 0 0 40px;
  }

  .member-activity-s1 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .member-activity-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .member-activity-s1 .item .txt-box {
    padding: 15px 0;
  }

  .member-activity-s1 .item h3 {
    font-size: 16px;
    height: auto;
  }

  .member-data-s1 {
    padding: 20px;
  }

  .member-data-s1 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .member-data-s2 {
    margin-top: 40px;
  }

  .member-data-s2 .trend-box {
    margin-top: 20px;
    padding: 20px 0;
  }

  .member-data-s2 .trend {
    height: 200px;
  }

  .member-data-s2 .table {
    margin-top: 15px;
    padding: 0 20px;
  }

  .member-data-s2 .table .top-box span {
    font-size: 12px;
  }

  .member-data-s2 .table .bot-box {
    margin-top: 10px;
  }

  .member-data-s2 .table .top span {
    font-size: 12px;
    line-height: 30px;
  }

  .member-data-s2 .table .bot span {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0;
  }

  .member-data-s2 .table .bot i {
    margin-right: 5px;
  }

  .member-detail-s1 h3 {
    font-size: 16px;
  }

  .member-detail-s1 span {
    font-size: 20px;
  }

  .member-detail-s2 .flex {
    display: block;
  }

  .member-detail-s2 .title h3 {
    font-size: 16px;
    line-height: 50px;
  }

  .member-detail-s2 .left-block, .member-detail-s2 .right-block {
    width: 100%;
  }

  .member-detail-s2 .title {
    padding: 0 20px;
  }

  .member-detail-s2 .left-block .swiper {
    padding: 0 20px;
  }

  .member-detail-s2 .left-block .pc {
    display: none;
  }

  .member-detail-s2 .left-block .mobile {
    height: auto;
  }

  .member-detail-s2 .left-block .item {
    padding: 20px 0;
  }

  .member-detail-s2 .center-block {
    width: 100%;
    margin: 20px 0 0;
  }

  .member-detail-s2 .center-block .tab-tit span {
    width: calc(33.3% + 1px);
    font-size: 16px;
    line-height: 50px;
  }
  .member-detail-s2 .center-block .tab-tit span:last-of-type {
    border-right: none;
  }

  .member-detail-s2 .center-block .tab-cont {
    padding: 20px 0;
  }

  .member-detail-s2 .center-block .tab-1 {
    padding: 0 20px;
  }

  .member-detail-s2 .center-block .tab-1 .para {
    line-height: 24px;
  }

  .member-detail-s2 .center-block .tab-1 .bot-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 2px;
  }

  .member-detail-s2 .center-block .tab-1 .btn {
    margin-top: 20px;
  }

  .member-detail-s2 .center-block .tab-1 .btn a {
    font-size: 14px;
  }

  .member-detail-s2 .center-block .tab-2 {
    padding: 0 20px;
  }

  .member-detail-s2 .center-block .tab-2 .box .head-box {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .member-detail-s2 .center-block .tab-2 .box .item {
    padding: 10px 0 10px 100px;
    line-height: 24px;
  }

  .member-detail-s2 .center-block .tab-2 .box .item span {
    width: 100px;
  }

  .member-detail-s2 .center-block .tab-3 {
    padding: 0 20px;
  }

  .member-detail-s2 .center-block .tab-3 .item h3 {
    padding: 15px 0;
    font-size: 16px;
  }

  .member-detail-s2 .center-block .tab-3 .item h3:before {
    width: 16px;
    height: 16px;
    margin: -2px 10px 0 0;
  }

  .member-detail-s2 .right-block {
    margin-top: 20px;
  }

  .member-detail-s2 .right-block .logo-box {
    padding: 20px;
  }

  .member-detail-s2 .right-block .right-bottom {
    margin-top: 20px;
  }

  .member-detail-s2 .right-block .unit-box {
    padding: 20px;
  }

  .member-detail-s2 .right-block .unit-box .box {
    height: calc(6 * 42px);
  }

  .index-main {
    padding-top: 60px;
  }

  .index-s1 .button {
    display: none;
  }

  .index-s1 .item .txt-box {
    padding: 0 30px;
  }

  .index-s1 .item h3 {
    font-size: 20px;
    letter-spacing: 0;
  }

  .index-s1 .item p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 15px;
  }

  .index-s1 .pagination {
    bottom: 10px;
  }

  .index-s1 .pagination span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .index-s2 .data-info .item h3 {
    font-size: 14px;
  }

  .index-s2 .data-info .item h3::before {
    width: 24px;
    height: 24px;
    margin: -5px 10px 0 0;
  }

  .index-s2 .data-info .item span {
    font-size: 30px;
  }

  .index-s2 .data-info .item .num {
    margin-top: 10px;
  }

  .index-s2 .data-info .item i {
    font-size: 12px;
    margin-left: 10px;
  }

  .index-s2 .data-info .item {
    margin-left: 40px;
  }

  .index-s2 .tab-wrap {
    margin-top: 20px;
  }

  .index-s2 .tab-tit .item span {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    display: block;
  }

  .index-s2 .tab-cont .flex {
    display: block;
  }

  .index-s2 .left-block {
    width: 100%;
    padding: 20px 0;
  }

  .index-s2 .left-block .trend {
    height: 200px;
  }

  .index-s2 .right-block {
    width: 100%;
    padding: 0 20px 20px;
  }

  .index-s2 .right-block h3 {
    font-size: 14px;
  }

  .index-s2 .right-block .title span {
    font-size: 12px;
  }

  .index-s2 .right-block .title span.date {
    font-size: 14px;
  }

  .index-s2 .right-block .title span:after {
    margin: 0 10px;
  }

  .index-s2 .right-block .table {
    margin-top: 20px;
  }

  .index-s2 .right-block .table .top span {
    font-size: 12px;
    line-height: 30px;
  }

  .index-s2 .right-block .table .bot span {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
  }

  .index-s4 .top-block {
    padding: 40px 5% 20px;
    display: block;
  }

  .index-tit h3 {
    font-size: 20px;
    display: block;
    text-align: center;
  }

  .index-s4 .tab-tit {
    margin-top: 20px;
    text-align: center;
  }

  .index-s4 .tab-tit span,
  .index-s4 .tab-tit span.active {
    font-size: 16px;
  }

  .index-s4 .tab-tit span:after {
    height: 2px;
  }

  .index-s4 .top-block a.more {
    display: none;
  }

  .index-s4 .mid-block {
    padding: 0 5% 20px;
  }

  .index-s4 .mid-block .items {
    width: 100%;
  }

  .index-s4 .mid-block .item .date {
    font-size: 12px;
  }

  .index-s4 .mid-block .item h3 {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    margin: 10px 0 15px;
  }

  .index-s4 .mid-block .pagination span {
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }

  .index-s4 .bot-block .child {
    display: block;
  }

  .index-s4 .bot-block .item {
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }

  .index-s4 .bot-block .item .txt-box {
    padding: 20px;
  }

  .index-s4 .bot-block .item .date {
    font-size: 24px;
  }

  .index-s4 .bot-block .item .month {
    font-size: 14px;
  }

  .index-s4 .bot-block .item h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
  }

  .index-s4 .bot-block .item p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }

  .index-s4 .bot-block .item span {
    margin-top: 15px;
  }

  .index-s5 {
    display: block;
  }

  .index-s5 .left-box {
    width: 100%;
    padding: 40px 5vw;
  }

  .index-s5 .info span {
    font-size: 14px;
    line-height: 24px;
  }

  .index-s5 .info span:before {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin: -2px 10px 0 0;
  }

  .index-s5 .info span {
    margin-top: 15px;
  }

  .index-s5 .info {
    margin-top: 20px;
  }

  .index-s5 .right-box {
    width: 100%;
    height: 60vw;
  }

  .index-s5 .map-cont .txt-box {
    width: calc(100% - 110px);
  }

  .index-s5 .map-cont .txt-box span {
    font-size: 12px;
    line-height: 20px;
  }

  .index-s5 .map-cont .txt-box span br {
    display: none;
  }

  .index-s5 .map-cont {
    width: 260px;
  }

  .index-s5 .map-cont .img-box {
    width: 100px;
    height: 48px;
  }

  .member-distribution-s1 .link a {
    width: 120px;
    line-height: 32px;
    font-size: 14px;
    margin: 0 5px;
  }

  .c-map-cont .child {
    display: block !important;
    height: 0;
    overflow: hidden;
  }

  .c-map-cont .child.active {
    height: auto;
  }

  .c-map-cont .child .dot .cont {
    display: none;
  }

  .c-map-cont .child .dot .range {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
  }

  .c-map-cont .child .dot .range:after {
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
  }

  .c-map-cont .child .dot:after {
    width: 12px;
    height: 16px;
    margin-left: -6px;
    display: none;
  }

  .c-map-cont .child .dot span.name {
    transform: translateX(-50%) scale(0.5);
    padding-top: 5px;
    display: none;
  }

  .c-map-cont .m-show {
    height: auto;
    margin-top: 20px;
  }

  .member-distribution-s1 .c-map-cont {
    margin-top: 20px;
  }

  .index-s3 .c-map-cont {
    margin-bottom: 0;
  }

  .index-s3 .tab-cont {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .index-s3 .tab-tit span {
    line-height: 36px;
  }

  .index-s3 .tab-tit {
    margin: 0 auto;
  }

  .index-s3 .tab-para {
    margin-top: 15px;
  }

  .index-s3 .tab-para .para {
    font-size: 14px;
    line-height: 24px;
  }

  .index-s3 .c-map-cont .world,
  .index-s3 .c-map-cont .china {
    width: 100%;
    margin: 0;
  }

  .search-s2 .item {
    margin-bottom: 20px;
  }

  .search-s2 .item {
    border-bottom-width: 2px;
  }

  .search-s2 .item a {
    padding: 20px 0;
  }

  .search-s2 .item .date {
    font-size: 12px;
  }

  .search-s2 .item h3 {
    font-size: 16px;
  }

  .search-s2 .item .url {
    font-size: 12px;
    line-height: 18px;
  }

  .search-s2 .tip {
    text-align: center;
    font-size: 16px;
  }

  .c-banner form {
    height: 40px;
    max-width: 500px;
  }

  .c-banner input {
    font-size: 14px;
  }

  .c-banner button {
    width: 50px;
  }

  .about-message-s1,
  .about-culture-s1,
  .about-index-s1,
  .about-index-s2,
  .about-index-s3,
  .about-intro-s1,
  .about-team-s1,
  .contact-s1,
  .law-s1,
  .recruit-s1,
  .news-list-s1,
  .news-detail-s1,
  .member-notice-s1,
  .member-download-s1 .tab-cont,
  .member-activity-s1,
  .member-data-block,
  .member-detail-s2,
  .index-s2,
  .index-s3,
  .member-distribution-s1,
  .search-s2 {
    padding: 40px 5vw;
  }
}

/*# sourceMappingURL=bundle.css.map */
