﻿@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url("../Fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  src: url("../Fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  src: url("../Fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  src: url("../Fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url("../Fonts/Oswald-Regular.ttf");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

ul, li {
  list-style: none;
}

/*Top003124 */
@media (min-width:1025px) {
  .Top003124 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s, transform 1s;
  }

  .Top003124.Down {
    transform: translateY(-5.3125em);
  }

  .Top003124.hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .Top003124.hover .logo .white,
  .Top003124:not(.hover) .logo .red {
    display: none;
  }

  .Top003124:not(.hover),
  .Top003124:not(.hover) a:not(:hover) {
    color: #fff;
  }
}

@media (max-width:1024px) {
  .Top003124 {
    height: 65px;
  }

  .Top003124 .wap-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .Top003124 .logo .white {
    display: none;
  }

  .Top003124 .auto {
    position: relative;
    border-top: 1px solid #eee;
    height: 65px;
  }
}

.Top003124 .logo {
  float: left;
  display: table;
  height: 5.3125em;
}

.Top003124 .logo a {
  display: table-cell;
  vertical-align: middle;
}

.Top003124 .logo img {
  height: 3.9375em;
}

@media (max-width:1024px) {
  .Top003124 .logo {
    height: 4em;
  }

  .Top003124 .logo img {
    height: 3em;
  }
}

.Top003124 .top-nav dd.oa a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
}

.Top003124.hover .top-nav dd.oa a {
  border-color: #ccc;
}

.Top003124 .top-nav dd.lang a {
  margin: 0 5px;
}

.Top003124 .top-nav dd.stock b {
  font-weight: normal;
}

@media(min-width:1025px) and (max-width:1770px) {
  .Top003124 .top-nav {
    margin-right: 8.34vw;
  }
}

@media (min-width:1025px) {
  .Top003124 .top-nav {
    float: right;
    margin-left: 7.5em;
    padding-top: 1.75em;
    font-size: 0.875em;
  }

  .Top003124 .top-nav dd {
    float: left;
    line-height: 2.5714em;
  }

  .Top003124 .top-nav dd.oa {
    margin-left: 4.2857em;
  }

  .Top003124 .top-nav dd.oa a {
    width: 2.5714em;
  }

  .Top003124 .top-nav dd.stock {
    margin-right: 2.1428em;
    padding-right: 2.1428em;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .Top003124:not(.hover) .top-nav dd.stock {
    border-right-color: #fff;
  }

  .Top003124 .topRight {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-right: 110px;
  }
}

@media (max-width:1024px) {
  .Top003124 .top-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }

  .Top003124 .top-nav dd {
    line-height: 2;
  }

  .Top003124 .top-nav dd:not(:last-child) {
    margin-right: 1em;
  }

  .Top003124 .top-nav dd.oa a {
    width: 2em;
  }
}

.Top003124 menu li span {
  display: block;
}

@media (min-width:1025px) {
  .Top003124 menu {
    float: right;
  }

  .Top003124 menu li {
    float: left;
  }

  .Top003124 menu li:not(:last-child) {
    margin-right: 5em;
  }

  .Top003124 menu li span,
  .Top003124 menu li span a {
    line-height: 5.3125em;
  }

  .Top003124 menu li span a {
    display: block;
    position: relative;
    z-index: 1;
  }

  .Top003124 menu li span a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }

  .Top003124 menu li:hover span a:after,
  .Top003124 menu li.aon span a:after {
    width: 100%;
  }

  .Top003124 menu li .sub {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}

@media (max-width:1024px) {
  .Top003124 menu {
    position: fixed;
    left: -100%;
    top: 4em;
    height: calc(100% - 4em);
    overflow: auto;
    background-color: #fff;
    width: 220px;
    opacity: 0;
    transition: 0.3s ease;
  }

  .menu-show .Top003124 menu {
    left: 0;
    opacity: 1;
    transform: translateX(0);
  }

  .Top003124 menu li {
    border-bottom: 1px solid #eee;
  }

  .Top003124 menu li span {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .Top003124 .has-sub span .op:before,
  .Top003124 .has-sub span .op:after {
    background-color: #ccc;
  }

  .Top003124 menu li .sub {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.Top003124 .open-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.3125em;
  height: 5.3125em;
  background: transparent url(../images/Top003198-search.svg) no-repeat center;
  cursor: pointer;
  background-size: auto 23.53%;
}

.Top003124.hover .open-search {
  background: transparent url(../images/Top003198-search_gray.svg) no-repeat center;
}

.Top003124 .top-search {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
}

.Top003124 .top-search .btn {
  background-color: rgba(0, 0, 0, 1);
  background-image: url(../images/Top003198-search.svg);
  background-size: auto 50%;
}

.Top003124 .open-search.on:before,
.Top003124 .open-search.on:after {
  width: 40%;
  left: 30%;
}

.Top003124.hover .open-search.on:before,
.Top003124.hover .open-search.on:after {
  background-color: rgba(0, 0, 0, 1);
}

@media (max-width:1024px) {
  .Top003124 .open-search {
    width: 2.4em;
    height: 2.4em;
    top: 50%;
    margin-top: -1.2em;
    background-color: rgba(0, 0, 0, 1);
    background-size: auto 60%;
    right: 2.6em;
  }

  .Top003124 .open-menu {
    width: 2.4em;
    height: 2.4em;
    right: 0;
  }

  .Top003124 .open-menu i {
    width: 60%;
    left: 20%;
    background-color: rgba(0, 0, 0, 1);
  }
}

.bottom {
  background-image: url(../images/footer_bg.png);
  display: flex;
  justify-content: center;
  margin-top: calc(120 / 1920* 100vw);
}

.bottom .auto {
  max-width: 1600px;
}

.productBody .bottom {
  margin-top: 0;
}

.bottomTop {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: calc(80 / 1920* 100vw);
  padding-top: calc(80 / 1920* 100vw);
}

.bottomTop .left {
  width: calc(50% - 65px);
}

.bottomTop .left img {
  margin-bottom: calc(26 / 1920* 100vw);
}

.bottomTop .left ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bottomTop .left ul li {
  width: 34.1%;
  margin-top: calc(38 / 1920* 100vw);
}

.bottomTop .left ul div {
  font-size: calc(16 / 16* 1em);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}

.bottomTop .left ul a {
  font-size: calc(26 / 16* 1em);
  color: #FFFFFF;
  line-height: 1;
  margin-top: calc(14 / 1920* 100vw);
  display: block;
}

.bottomTop .center {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: calc(116 / 1920* 100vw);
}

.bottomTop .center p {
  font-size: calc(16 / 16* 1em);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 0px;
}

.bottomTop .right {
  width: calc(50% - 65px);
}

.bottomTop .right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 6px;
}

.bottomTop .right .bottomShare {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-bottom: calc(70 / 1920* 100vw);
}

.bottomTop .right .nav {
  display: flex;
  flex-direction: column;
  position: relative;
}

.bottomTop .right .nav a {
  font-size: calc(18 / 16* 1em);
  color: #fff;
  line-height: 1;
  margin-bottom: calc(30 / 1920* 100vw);
  display: block;
}

.bottomTop .right .nav li:last-child {
  position: absolute;
  right: 0px;
  top: 0px;
}

.bottomTop .right .nav li:nth-child(4) a {
  margin-bottom: 0;
}

.bottomTop .right .nav dd a {
  font-size: calc(16 / 16* 1em);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: calc(16 / 1920* 100vw);
}

.bottomB {
  display: flex;
  /*justify-content: space-between;*/
  padding-top: calc(34 / 1920* 100vw);
  padding-bottom: calc(46 / 1920* 100vw);
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.bottomB .links-box .box {
  position: relative;
  z-index: 20;
}

.bottomB .links-box .name {
  padding: 0px 16px 0px 11px;
  color: #fff;
  line-height: 46px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  width: 280px;
  height: 46px;
  border: 1px solid #FFFFFF;
  opacity: 0.4;
}

.bottomB .links-box .name:after {
  position: absolute;
  content: '';
  right: 16px;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
  top: 50%;
  margin-top: -7px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.bottomB .links-box dl {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  max-height: 6em;
  overflow: auto;
  background-color: #fff;
  display: none;
}

.bottomB .links-box dd a {
  display: block;
  padding: 0.25em 0.625em;
  line-height: 1.8;
}

.bottomB ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.bottomB ul a {
  color: rgba(255, 255, 255, 0.6);
  font-size: calc(16 / 16* 1em);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1;
  padding-left: 14px;
  padding-right: 14px;
  display: block;
}

.bottomB ul li:last-child a {
  padding-right: 0;
  border-right: none;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.bottomB .right div {
  color: rgba(255, 255, 255, 0.6);
  font-size: calc(16 / 16* 1em);
  line-height: 1;
  margin-top: 12px;
margin-left:300px;
}

.companyYear .bottom {
  margin-top: 0px;
}

@media screen and (max-width:1024px) {
  .bottom {
    padding-bottom: 0px;
  }

  .bottomTop {
    flex-direction: column;
  }

  .bottomTop .left ul div,
  .bottomTop .center p,
  .bottomTop .right .nav dd a,
  .bottomB ul a,
  .bottomB .right div {
    font-size: 14px;
  }

  .bottomTop {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .bottomTop .left ul a, .bottomTop .right .nav a {
    font-size: 16px;
  }

  .bottomTop .right .nav li:last-child {
    position: static;
  }

  .bottomB {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bottomB ul {
    justify-content: flex-start;
  }

  .bottomTop .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bottomTop .center {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .bottomTop .left ul a {
    margin-top: 14px;
  }

  .bottomTop .left ul li {
    margin-top: 20px;
  }

  .bottomTop .right {
    width: 100%;
  }

  .bottomTop .right ul {
    padding-left: 0px;
    justify-content: center;
    margin-top: 20px;
  }

  .bottomB ul {
    justify-content: center;
    margin-top: 20px;
  }

  .bottomB .right div {
    line-height: 1.5;
    margin-top: 12px;
    text-align: center;
  }

  .links-box {
    display: flex;
    justify-content: center;
  }

  .bottomTop .right .bottomShare {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 0px;
  }

  .bottomTop .right .nav li {
    width: auto;
  }

  .bottomTop .right .nav dd {
    display: none;
  }

  .bottomTop .right .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bottomTop .right .nav a {
    margin-bottom: 10px !important;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .bottomTop .center img {
    width: 100px;
  }
}


/*Banner002730 */
.Banner002730 {
  position: relative;
  overflow: hidden;
}

.Banner002730 .ytable {
  height: 100%;
}

.Banner002730 .txt {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  color: #fff;
  line-height: 1;
}

.Banner002730 .txt .cn {
  font-size: calc(44 / 16 * 1em);
  display: inline-block;
  position: relative;
  letter-spacing: 6px;
  font-weight: bold;
  padding-right: calc(14 / 44 * 1em);
  margin-top: -3vw;
}

/*.Banner002730 .txt .cn::before {
  width: calc(12 / 44 * 1em);
  height: calc(12 / 44 * 1em);
  border: calc(3 / 44 * 1em) solid #4bb13f;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  border-radius: 50%;
}*/

.Banner002730 .txt .en {
  font-size: 6vw;
  font-weight: bold;
  color: white;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-transform: uppercase;
}

@media screen and (min-width:1025px) {
  .Banner002730 .pc {
    display: block;
    width: 100%;
  }

  .Banner002730 .wap {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .Banner002730 .pc {
    display: none;
  }

  .Banner002730 .wap {
    display: wap;
    width: 100%;
  }

  .Banner002730 .txt .cn {
    font-size: 20px;
    padding-left: 2%;
  }

  .Banner002730 .txt .en {
    font-size: 16px;
    padding-left: 2%;
  }

}







/*Menu003135 */
.Menu003135 {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}

.Menu003135 .current {
  font-size: 1em;
  padding-left: calc(36 / 16 * 1em);
  background: url(../images/Menu003135-icon.svg) no-repeat left center;
  background-size: calc(20 / 16 * 1em) auto;
  line-height: calc(74 / 16 * 1em);
}

.Menu003135 .current,
.Menu003135 .current a:not(:hover) {
  color: #666;
}

.Menu003135 .current a:hover {
  color: #4bb13f;
}

.Menu003135 .current a {
  padding-right: calc(26 / 16 * 1em);
  background: url(../images/Menu003135-icon2.svg) no-repeat right center;
  background-size: auto calc(11 / 16 * 1em);
  margin-right: calc(20 / 16 * 1em);
}

.Menu003135 .nav-menu li {
  float: left;
  font-size: 1em;
  line-height: calc(74 / 18 * 1em);
  font-size: calc(18 / 16 * 1em);
}

.Menu003135 .nav-menu li:not(:last-child) {
  margin-right: 2.5vw;
}

.Menu003135 .nav-menu li a {
  display: block;
  position: relative;
  color: #333;
}



.Menu003135 .nav-menu li.aon a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #4bb13f;
}

@media (max-width:1024px) {
  .Menu003135 .current {
    display: none;
  }

  .Menu003135 .nav-menu li {
    font-size: 15px;
  }
}


.Listtit {
  font-size: calc(35 / 16 * 1em);
  color: #333;
  text-align: center;
  line-height: 1;
}

.Listtit::after {
  display: block;
  content: '';
  width: 1em;
  height: calc(4 / 35 * 1em);
  background: #4bb13f;
  margin: calc(25 / 35 * 1em) auto;
}



/* index */
/*Banner002910 */
.Banner002910 {
  font-family: Arial;
  position: relative;
  z-index: 20;
  height: 100%;
}
.Banner002910 img{
  width: 100%;
  height: 100%;
}

@media(min-width:1025px) {
  .Banner002910 .wap {
    display: none;
  }
  .Banner002910 img{
    min-height: 100vh;
  }
}

@media(max-width:1024px) {
  .Banner002910 .pc {
    display: none;
  }
}

.Banner002910 .slider {
  position: relative;
  z-index: 10;
}

.Banner002910 .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin-top: -30px;
  border-radius: 50%;
  transition: 0.3s;
}

.Banner002910 .slick-prev {
  left: 3%;
}

.Banner002910 .slick-next {
  right: 3%;
}

.Banner002910 .slick-arrow:hover {
  background: #4BB13F;
}

.Banner002910 .slick-arrow:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.Banner002910 .slick-next:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.Banner002910 .auto {
  max-width: 1400px;
  width: 96%;
  position: relative;
  z-index: 10;
}

.Banner002910 .control dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.Banner002910 .control dl>* {
  display: table-cell;
  vertical-align: middle;
}

.Banner002910 .mouse {
  width: 35px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}

.Banner002910 .mouse a {
  display: block;
  position: relative;
  height: 54px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 35px;
  margin: 0 auto;
  overflow: hidden;
}

.Banner002910 .mouse a:before {
  width: 1px;
  height: 10px;
  top: 10px;
  position: absolute;
  left: 50%;
  background: #fff;
  content: '';
  animation: 2s ease infinite mouse;
}

@keyframes mouse {
  0% {
    top: 10px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

.Banner002910 .dots {
  width: 35.521vw;
  position: absolute;
  left: 0px;
}

.Banner002910 .slick-dots {
  float: left;
}

.Banner002910 .slick-dots li {
  float: left;
  list-style: none;
}

.Banner002910 .slick-dots li button {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  background: none;
  border: 0;
  padding: 0;
}

.Banner002910 .slick-dots li:not(:last-child) span {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 16px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 32px 0px 6px;
  position: relative;
}

.Banner002910 .slick-dots li:not(:last-child) span:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #4BB13F;
  content: '';
}

.Banner002910 .slick-dots li.slick-active span:after {
  width: 100%;
  transition: 4s 1s;
}

.Banner002910 .slick-dots li.slick-active button {
  color: #ffffff;
}

.Banner002910 .slick-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bannerOne {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerOneCon {
  width: 96%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.bannerOneCon h2 {
  font-size: calc(64 / 16* 1em);
  color: #FFFFFF;
  margin-bottom: calc(20 / 1920* 100vw);
}

.bannerOneCon .flexRow {
  display: flex;
  align-items: center;
}

.bannerOneCon .title {
  text-transform: uppercase;
  font-size: calc(22 / 16* 1em);
  color: #FFFFFF;
  margin-right: calc(92 / 16* 1em);
}

.bannerOneCon .name {
  font-size: calc(22 / 16* 1em);
  display: flex;
  align-items: center;
}

.bannerOneCon .name .line {
  width: calc(46 / 16* 1em);
  height: 1px;
  background: #FFFFFF;
  display: block;
  margin-right: calc(10 / 16* 1em);
  
}

.bannerTwo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bannerTwoCon {
  width: 96%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.bannerTab {
  width: 100%;
  position: absolute;
  background-color: red;
}

.sec-6 {
  background-image: url(../uploadfiles/banner_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.sec-6 * {
  color: #fff;
  line-height: 1;
}

.sec-6 p {
  font-family: HarmonyOS_Sans_SC_Light;
  margin-bottom: calc(10 / 1920* 100vw);
}

.sec-6 h2 {
  margin-bottom: calc(130 / 1920* 100vw);
}

.sec-6 h3 {
  margin-bottom: calc(22 / 1920* 100vw);
}

.sec-6 div {
  font-family: HarmonyOS_Sans_SC_Light;
  line-height: 1.75 !important;
  margin-bottom: calc(50 / 1920* 100vw);
  max-width: calc(512 / 16* 1em);
}

.sec-6 .publicMore {
  margin-bottom: 0;
}

.sec-6 ul {
  width: 100%;
  position: absolute;
  bottom: calc(66 / 1920* 100vw);
  display: flex;
  justify-content: center;
  height: calc(70 / 1920* 100vw);
}

.sec-6 ul::before {
  content: '';
  width: calc(50% + calc(136 / 16* 1em));
  height: 2px;
  border: 1px dashed rgba(255, 255, 255, .3);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.sec-6 ul::after {
  content: '';
  width: calc(50% - calc(336 / 16* 1em));
  height: 2px;
  border: 1px dashed rgba(255, 255, 255, .3);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.sec-6 ul a {
  width: calc(200 / 16* 1em);
  height: 100%;
  border: 2px solid #FFFFFF;
  background-color: rgba(255, 255, 255, .3);
  border-radius: calc(35 / 16* 1em);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  margin-left: calc(135 / 16* 1em);
  margin-right: calc(135 / 16* 1em);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}

.sec-6 ul a:hover {
  background: #4BB13F;
  border: 2px solid #4BB13F;
  color: #fff;
}

.sec-6 ul a.on {
  background: #4BB13F;
  border: 2px solid #4BB13F;
  color: #fff;
}

.sec6Con {
  width: 100%;
  height: 100vh;
  max-width: 100% !important;
  margin-bottom: 0px !important;
}

.sec6Con .show {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
background-size: cover;

}

@media screen and (max-width:1024px) {
  .sec6Con {
    height: auto;
    min-height: 440px;
  }

  .sec-6 {
    min-height: 440px;
    margin-top: 20px;
  }

  .sec6Con .show {
    min-height: 440px;
    margin-bottom: 0px;
  }

  .sec-6 ul a {
    width: 130px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sec-6 ul {
    bottom: 30px;
    height: 40px;
  }

  .sec-6 p {
    margin-bottom: 5px;
  }

  .sec-6 div {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .sec-6 h2 {
    margin-bottom: 30px;
  }

  .sec-6 h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .sec-6 .publicMore {
    margin-bottom: 50px;
  }

  .sec-6 ul a {
    font-size: 14px;
  }

  .sec-6 ul::before {
    width: calc(50% + calc(5 / 16* 1em));
  }

  .sec-6 ul::after {
    width: calc(50% - calc(68 / 16* 1em));
  }
}

@media(min-width:1025px) {
  .Banner002910 .control {
    padding-bottom: 6.25vw;
  }
}

@media(max-width:1024px) {
  .Banner002910 .control {
    padding-bottom: 3vw;
  }

  .Banner002910 .mouse a {
    height: 40px;
    width: 24px;
  }
}

@media(max-width:640px) {
  .Banner002910 .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .Banner002910 .mouse {
    display: none !important;
  }
}

.sec-2 {
  background-image: url(../uploadfiles/sec2_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.sec-2 .top {
  display: flex;
  flex-direction: row;
}

.section .auto {
  max-width: 1600px;
}

.sec-2 .top .left {
  flex: 1;
  margin-right: calc(72 / 16* 1em);
}

.sec-2 .RighInfo002806 {
  width: calc(850 / 16* 1em);
  height: calc(524 / 16* 1em);
}

.sec-2 .top .RighInfo002806 {
  padding: 0px !important;
  background: none !important;
}

.sec-2 .RighInfo002806 .pic {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}

.sec-2 .publicMore {
  margin-top: calc(80 / 1920* 100vw);
  margin-bottom: 0;
}

.sec-2 .top h2 {
  margin-top: calc(90 / 1920* 100vw);
  margin-bottom: calc(50 / 1920* 100vw);
}

.sec-2 .Num {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: calc(88 / 1920* 100vw);
}

.sec-2 .Num .counter {
  color: #4BB13F;
  font-style: normal;
}

.sec-2 .Num dd {
  min-width: calc(144 / 16* 1em);
}

.sec-2 .Num dd b {
  line-height: 1;
  margin-top: calc(12 / 1920* 100vw);
  font-weight: normal;
  position: relative;
}

.sec-2 .Num dd span {
  font-size: calc(28 / 16* 1em);
  /* position: absolute; */
  /* right: calc(-2 / 16* 1em); */
  color: #4BB13F;
  font-weight: bold;
}
.sec-2 .Num dd b div{
  display: flex;
  flex-direction: column-reverse;
  padding-left: 1px;
}

.sec-2 .Num dd:nth-child(2) span {
  right: calc(7 / 16* 1em);
}

.sec-2 .Num .font16 {
  line-height: 1;
  margin-top: calc(12 / 1920* 100vw);
  font-weight: normal;
  display: flex;
  align-items: center;
}

.publicHeight {
  height: 100%;
}

.publicHeight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.publicHead div {
  line-height: 1;
  color: #4BB13F;
}

.publicHead h2 {
  line-height: 1;
  margin-top: calc(14 / 1920* 100vw);
  margin-bottom: 0px;
}

.exampleCon {
  margin-top: calc(65 / 1920* 100vw);
  position: relative;
}
.exampleCon>img{width: 100%;}
@media(min-width: 1024){
/*.exampleCon>img{height: 70vh;object-fit: cover;}*/
}
.exampleCon .font {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exampleCon .font .auto {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.exampleCon .font h3 {
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin-top: 0;
  margin-bottom: calc(24 / 1920* 100vw);
}

.exampleCon .font .font16 {
  max-width: calc(384 / 1920* 100vw);
  color: #fff;
  text-align: justify;
}

.exampleCon .publicMore {
  margin-top: calc(54 / 1920* 100vw);
  margin-bottom: 0;
}

.tab li {
  width: calc(150 / 16* 1em);
  height: calc(150 / 16* 1em);
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tab li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tab li div {
  ext-align: center;
  margin-top: calc(12 / 1920* 100vw);
  color: #333;
}

.tab li:first-child {
  position: absolute;
  right: calc(200 / 16* 1em);
  top: calc(18 / 1920* 100vw);
  z-index: 2;
}

.tab li:first-child.on {
  box-shadow: 0px 0px 21px 6px rgba(238, 130, 47, 0.1);
}

.tab li:last-child.on {
  box-shadow: 0px 0px 21px 6px rgba(75, 177, 63, 0.1);
}

.tab li:first-child:hover a {
  color: #EE822F;
}

.tab li:first-child:hover {
  box-shadow: 0px 0px 21px 6px rgba(238, 130, 47, 0.1);
}

.tab li:last-child:hover a {
  color: #4BB13F;
}

.tab li:last-child:hover {
  box-shadow: 0px 0px 21px 6px rgba(75, 177, 63, 0.1);
}

.tab li:last-child {
  position: absolute;
  right: 0;
  top: calc(-60 / 1920* 100vw);
  z-index: 2;
}

.sec-5 {
  background-image: url(../images/sec_join.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.sec-5 .joinUs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(62 / 1920* 100vw);
  margin-bottom: calc(80 / 1920* 100vw);
}

.joinUsList {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.joinUs li {
  width: calc(100% / 3);
}

.joinUs li:nth-child(1) {
  width: calc(472 / 16* 1em);
  height: calc(310 / 16* 1em);
}

.joinUs li:nth-child(2) {
  width: calc(560 / 16* 1em);
  height: calc(364 / 16* 1em);
  margin-bottom: calc(70 / 1920* 100vw);
}

.joinUs li:nth-child(3) {
  width: calc(472 / 16* 1em);
  height: calc(310 / 16* 1em);
  margin-bottom: calc(178 / 1920* 100vw);
}

.joinUsList .pic {
  position: absolute;
  width: 100%;
  padding-left: calc(50/ 1920* 100vw);
  padding-right: calc(50 / 1920* 100vw);
  box-sizing: border-box;
  bottom: calc(30 / 16* 1em);
  left: 0;
}

.joinUsList .imgBox {
  border-radius: 10px;
  width: 100%
}

.joinUsList .pic .font28 {
  line-height: 1;
  font-weight: normal;
  color: #fff;
  margin-bottom: calc(26 / 1920* 100vw);
}

.joinUsList .pic .font16 {
  line-height: 1;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.joinUsList .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  top: 0;
  background-image: url(../images/sec5_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding: 0 calc(50 / 1920* 100vw);
  color: #fff;
  z-index: 10;
  text-align: center;
  transform: scale(0);
  opacity: 0;
  transition: all ease 0.3s;
  border-radius: calc(10 / 1920* 100vw);
  -webkit-border-radius: calc(10 / 1920* 100vw);
  -moz-border-radius: calc(10 / 1920* 100vw);
  -ms-border-radius: calc(10 / 1920* 100vw);
  -o-border-radius: calc(10 / 1920* 100vw);
}

.joinUsList .hover .font28 {
  text-align: left;
  color: #fff;
  line-height: 1;
}

.joinUsList .hover .font16 {
  text-align: left;
  margin-top: calc(18 / 1920* 100vw);
  margin-bottom: calc(68 / 1920* 100vw);
}

.joinUsList:hover .hover {
  transform: scale(1);
  opacity: 1;
}

.sec-5 i {
  width: calc(60 / 1920* 100vw);
  height: calc(60 / 1920* 100vw);
  background-color: #EE822F;
  border-radius: 50%;
  line-height: calc(60 / 1920* 100vw);
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: calc(-30 / 1920* 100vw);
  z-index: 5;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-5 i img {
  border-radius: 0px;
}

.sec-5 i::after {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(60 / 1920* 100vw);
  height: calc(60 / 1920* 100vw);
  background-color: #EE822F;
  border-radius: 50%;
  animation: scale3 2s linear infinite;
  content: "";
  z-index: -1;
}

.sec-5 .auto {
  position: relative;
}

.sec-5 .publicMore {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@keyframes scale3 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0.1;
  }
}

.sec-3 {
  background-image: url(../images/news_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.publicHead {
  position: relative;
}

.tabSec3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.tabSec3 a:hover, .tabSec3 li.on a {
  color: #EE822F;
}

.tabSec3 li:nth-child(2) {
  margin-left: calc(88 / 16* 1em);
}

@media screen and (max-width:1024px) {
  .tabSec3 {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }

  .tabSec3 li:nth-child(2) {
    margin-left: 20px;
  }
}

.pulicAnimate {
  transform: translateY(280px);
  -webkit-transform: translateY(280px);
  opacity: 0;
  transition: all 1s 0.1s;
  -webkit-transition: all 1s 0.1s;
  -moz-transition: all 1s 0.1s;
  -ms-transition: all 1s 0.1s;
  -o-transition: all 1s 0.1s;
  -moz-transform: translateY(280px);
  -ms-transform: translateY(280px);
  -o-transform: translateY(280px);
}

.pulicAnimateR {
  transform: translateX(280px);
  opacity: 0;
  transition: all 1s 0.1s;
}

.active .pulicAnimate {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.active .pulicAnimateR {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.active .timeTwo, .Num .pulicAnimate:nth-child(2) {
  transition: all 1s 0.2s;
  -webkit-transition: all 1s 0.2s;
  -moz-transition: all 1s 0.2s;
  -ms-transition: all 1s 0.2s;
  -o-transition: all 1s 0.2s;
}

.active .timeThree, .Num .pulicAnimate:nth-child(3) {
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
  -moz-transition: all 1s 0.3s;
  -ms-transition: all 1s 0.3s;
  -o-transition: all 1s 0.3s;
}

.active .timeFour, .Num .pulicAnimate:nth-child(4) {
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
  -moz-transition: all 1s 0.3s;
  -ms-transition: all 1s 0.3s;
  -o-transition: all 1s 0.3s;
}

.active .timeFive, .Num .pulicAnimate:nth-child(5) {
  transition: all 1s 0.5s;
  -webkit-transition: all 1s 0.5s;
  -moz-transition: all 1s 0.5s;
  -ms-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
}

@media screen and (max-width:1024px) {
  .pulicAnimate {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  .pulicAnimateR {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

/*Floor003183 */
.sec3Con {
  position: relative;
  display: flex;
  height: calc(693 / 1920* 100vw);
}

.Floor003183 {
  overflow: hidden;
  background-size: calc(804 / 1920 * 100%) auto;
  margin-top: calc(98 / 1920* 100vw);
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.Floor003183 .imgBox img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.Floor003183 .column-name {
  position: relative;
  padding: calc(59 / 16 * 1em) 0 0 calc(77 / 16 * 1em);
  z-index: 1;
}

.Floor003183 .column-name aside {
  position: relative;
  z-index: 4;
}

.Floor003183 .column-name .cn {
  font-size: calc(38 / 16 * 1em);
  color: #333;
  font-family: 'SourceHanSansCN-Bold';
  line-height: 1;
}

.Floor003183 .column-name .en {
  font-family: 'Oswald-Regular';
  font-size: calc(30 / 16 * 1em);
  color: #b8b8b8;
  line-height: calc(26 / 30 * 1em);
  margin-top: calc(7 / 30 * 1em);
}

.Floor003183 .column-name .mark {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/Floor003183-title-bg.png) no-repeat;
  width: calc(133 / 16 * 1em);
  height: calc(133 / 16 * 1em);
  background-size: contain;
}

@media (min-width:1025px) {
  .Floor003183 .column-name {
    margin-left: calc(-77 / 16 * 1em);
  }
}



.Floor003183 .controls {
  position: relative;
  height: calc(215 / 1920* 100vw);
  z-index: 5;
}



.Floor003183 .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  right: 0;
  font-size: 1em;
  text-indent: -9999em;
  transition: 0.56s;
  width: calc(60 / 16* 1em);
  height: calc(60 / 16* 1em);
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 6px rgba(238, 130, 47, 0.1);
  border-radius: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 22;
}

.Floor003183 .slick-prev {
  margin-right: calc(74 / 16 * 1em);
  background-image: url(../images/arrow_left_organge.png);
}

.Floor003183 .slick-arrow:hover {
  background-color: #EE822F;
}

.Floor003183 .slick-prev:hover {
  background-image: url(../images/arrow_left_white.png);
}

.Floor003183 .slick-next {
  background-image: url(../images/arrow_right_orange.png);
}

.Floor003183 .slick-next:hover {
  background-image: url(../images/arrow_right_white.png);
}

.Floor003183 .slider a {
  display: block;
  position: relative;
  overflow: hidden;
}

.Floor003183 .slider a .font p {
  color: #4BB13F;
  line-height: 1;
  margin-bottom: calc(24 / 16* 1em);
}

.Floor003183 .slider a .font .font24 {
  margin-bottom: calc(12 / 16* 1em);
}

.Floor003183 .slider a .font div {
  margin-bottom: calc(50 / 16* 1em);
}

@media screen and (min-width:1025px) {

  .Floor003183 .slider {
    width: calc(100% + calc(1206 / 16* 1em));
    overflow: hidden;
    padding-left: calc(492 / 16* 1em);
    margin-left: calc(-492 / 16* 1em);
  }

  .Floor003183 .slider a {
    margin-right: calc(50/ 16* 1em);
    display: flex;
    align-items: center;
    height: calc(380 / 1920* 100vw);
    padding-left: calc(50 / 16* 1em);
  }

  .Floor003183 .slider a .newsCon {
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
  }

  .Floor003183 .slider a .font {
    flex: 1;
    overflow: hidden;
    padding-left: calc(36 / 16* 1em);
    padding-right: calc(36 / 16* 1em);
  }

  .Floor003183 .slider a .imgBox {
    width: calc(368 / 16* 1em);
    height: calc(276 / 16* 1em);
    position: relative;
    margin-left: calc(-50 / 16* 1em);
  }

  .Floor003183 .slider a .imgBox img {
    width: calc(368 / 16* 1em);
    height: calc(276 / 16* 1em);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .Floor003183 .slider .Ispic {
    padding-bottom: 100%;
    transition: 0.3s ease-out;
  }

  .Floor003183 .slider .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: calc(27 / 16 * 1em) calc(40 / 16 * 1em);
    color: #fff;
    font-size: calc(22 / 16 * 1em);
    transition: 0.5s;
  }

  .Floor003183 .slider .txt time {
    display: block;
    background: url(../images/Floor003183-more.svg) no-repeat right center;
    background-size: calc(15 / 22 * 1em) auto;
    font-family: 'Oswald-Medium';
  }

  .Floor003183 .slider .tit {
    line-height: calc(30 / 22 * 1em);
    min-height: calc((30 / 22 * 1em) * 2);
    margin-top: calc(5 / 22 * 1em);
  }

  .Floor003183 .slider a:hover .Ispic {
    transform: scale(1.15);
  }

  .Floor003183 .slider a:hover .txt {
    background-color: rgba(191, 156, 80, 0.8);
  }

}

@media (max-width:1024px) {
  .sec3Con {
    position: relative;
    display: flex;
    height: 542px;
  }

  .Floor003183 .imgBox img {
    height: 264px;
  }

  .Floor003183 {
    padding-top: 0px;
  }

  .Floor003183 .column-name {
    padding: calc(40 / 16 * 1em) 0 0 calc(40 / 16 * 1em);
    font-size: 0.8em;
  }

  .Floor003183 .slider a .font p {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }

  .Floor003183 .slider a .font .font24 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
  }

  .Floor003183 .slider a .font div {
    margin-bottom: 10px;
  }

  .Floor003183 .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .Floor003183 .controls {
    height: 80px;
  }


}

@media screen and (max-width:1024px) {
  .sec-2 .top .left {
    flex: 1;
    margin-right: 0px;
    width: 100%;
  }

  .sec-2 .RighInfo002806 {
    width: 100%;
    height: auto;
  }

  .sec-2 .top {
    flex-direction: column-reverse;
    padding-top: 20px;
  }

  .sec-2 .top h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec-2 .Num dd {
    width: calc(100% / 3);
    min-width: auto;
  }

  .sec-2 .Num {
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .joinUs li {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 25px !important;
  }

  .sec-5 .joinUs {
    margin-top: 20px;
    margin-bottom: 0px;
    flex-direction: column;
  }

  .sec-5 .joinUs li:last-child {
    margin-bottom: 0px;
  }

  .joinUsList .pic .font28, .joinUsList .hover .font28 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .joinUsList .pic .font16 {
    line-height: 1.6;
    color: #fff;
  }

  .joinUsList .hover .font16 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .sec-5 i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    bottom: -15px;
    z-index: 5;
  }

  .exampleCon {
    margin-top: 60px;
  }

  .exampleCon .font .font16 {
    max-width: 100%;
  }

  .publicHead h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 18px;
  }

  .exampleCon .imgBox {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }

  .tab li {
    width: 100px;
    height: 100px;
  }

  .tab li img {
    width: 32px;
  }

  .exampleCon .font h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .tab li:first-child {
    position: absolute;
    left: 50%;
    top: 60px;
    box-shadow: 0px 0px 21px 6px rgba(238, 130, 47, 0.1);
    transform: translate(-50%, 0);
    margin-left: -60px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  .tab li:last-child {
    position: absolute;
    right: 50%;
    top: 60px;
    transform: translate(50%, 0px);
    margin-right: -60px;
  }

  .publicHead div {
    margin-top: 20px;
    font-size: 16px;
  }

  .exampleCon .publicMore {
    margin-top: 20px;
  }

  .sec-2 .Num b.font16 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 10px;
    font-size: 16px;
  }

  .sec-2 .Num div.font16 {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .sec-2 .Num .counter {
    font-size: 24px;
  }

  .sec-2 .Num dd span {
    display: none;
  }

  .bannerOneCon h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .bannerOneCon .title, .bannerOneCon .name {
    font-size: 14px;
  }
  .bannerOneCon .title{
    margin-right: 10px;
  }
  .bannerOneCon .name .line {
    margin-right: 5px;
    
  }

  .Banner002910 .control dl>* {
    display: table-cell;
    vertical-align: middle;
    bottom: 15px;
    width: 234px;
  }

  .Banner002910 .slick-dots li button {
    font-size: 14px;
  }

  .Banner002910 .slick-dots li:not(:last-child) span {
    margin: 0 10px 0px 6px;
  }

  .bannerOneCon {
    padding-left: 50px;
  }
}

/* index end */

/*RighInfo002806 */
.RighInfo002806 {
  padding: calc(100 / 1920 * 100vw) 0 0 0;
  background: url(../uploadfiles/RighInfo002806-bg.jpg) no-repeat center;
  background-size: cover;
}

.RighInfo002806 p {
  margin: 0;
  line-height: calc(30 / 16 * 1em);
  text-align: justify;
  color: #333;
}

.RighInfo002806 p+p {
  margin-top: 1em;
}

.RighInfo002806 .year {
  color: #ececec;
  font-size: calc(80 / 16 * 1em);
  line-height: 1;
  font-weight: bold;
}

.RighInfo002806 .t-1 {
  font-size: calc(20 / 16 * 1em);
  color: #333;
  margin-top: calc(15 / 20 * 1em);
}

.RighInfo002806 .t-2 {
  color: #ee822f;
  font-size: calc(38 / 16 * 1em);
  line-height: 1.25;
  margin-top: calc(20 / 38 * 1em);
}

.RighInfo002806 .info p {
  margin: calc(30 / 16 * 1em) 0 0;
  line-height: 2;
  color: #000;
}

.RighInfo002806 .pic {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.RighInfo002806 .open_video,
.RighInfo002806 .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.RighInfo002806 .open_video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.RighInfo002806 .open_video span i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4bb13f url(../images/icon-play.svg) no-repeat center center;
  background-size: calc(20 / 16 * 1em);
  position: relative;
  z-index: 4;
}

.RighInfo002806 .open_video span:before,
.RighInfo002806 .open_video span:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #4bb13f;
  opacity: 0.35;
  -webkit-opacity: 0.35;
  animation: scale 3s infinite;
  -webkit-animation: scale 3s infinite;
}

.RighInfo002806 .open_video span:before {
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  animation-delay: 0.3s;
}

.RighInfo002806 .open_video span:after {
  left: -30px;
  top: -30px;
  bottom: -30px;
  right: -30px;
}


.RighInfo002806 .num {
  margin-bottom: calc(30 / 16 * 1em);
}

.RighInfo002806 .num .list {
  position: relative;
  margin-top: 2vw;
  display: none;
}

.RighInfo002806 .num .list:before,
.RighInfo002806 .num .list:after {
  position: absolute;
  content: '';
  border: 5px solid #4bb13f;
  width: 30px;
  height: 30px;
}

.RighInfo002806 .num .list:before {
  left: 0;
  top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 10px 0 0 0;
}

.RighInfo002806 .num .list:after {
  right: 5px;
  bottom: 0;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 10px 0;
}

.RighInfo002806 .num .list .ul {
  display: flex;
  flex-wrap: wrap;
}

.RighInfo002806 .num .list li {
  width: calc(100% / 6);
  padding: 28px 2vw;
  border: 1px solid #f1f1f1;
  background: #fff;
  margin-left: -1px;
}

.RighInfo002806 .num .list li:first-child {
  border-radius: 10px 0 0 10px;
}

.RighInfo002806 .num .list li:last-child {
  border-radius: 0 10px 10px 0;
}

.RighInfo002806 .num .list li aside {
  display: inline-block;
  position: relative;
  color: #4bb13f;
}

.RighInfo002806 .num .list li b {
  font-size: calc(50 / 16 * 1em);
  display: block;
  line-height: 1;
}

.RighInfo002806 .num .list li sub {
  position: absolute;
  left: 100%;
  word-break: keep-all;
  bottom: 15%;
  margin-left: 10px;
  font-size: calc(18 / 16 * 1em);
  font-weight: bold;
}

.RighInfo002806 .num .list li sub i {
  font-size: calc(28 / 18 * 1em);
  font-style: inherit;
}

.RighInfo002806 .num .list li p {
  margin: 10px 0 0;
  line-height: 1.5;
}

@media(min-width:769px) {
  .RighInfo002806 .pic {
    width: 55%;
    position: relative;
    float: right;
    margin-left: 3vw;
    margin-bottom: 2vw;
  }
}



@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}

@-ms-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}








/*Floor003012 */
.Floor003012 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: calc(100 / 1920 * 100vw) 0 0 0;
  background: url(../images/Floor003012-bg.jpg) no-repeat center;
  background-size: cover;
}

.Floor003012 a:hover {
  color: #ee822f;
}

.Floor003012 .slider-for .item {
  padding: calc(60 / 16 * 1em);
  position: relative;
}

.Floor003012 .slider-for .item time {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 28.5vw;
  color: #000;
  opacity: 0.03;
  font-weight: bold;
  transform: translateY(-50%);
  z-index: 1;
}

.Floor003012 .slider-for .item .box {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.Floor003012 .slider-for .item .year {
  line-height: 1;
  color: #ee822f;
  font-size: calc(18 / 16 * 1em);
  margin-bottom: calc(20 / 18 * 1em);
}

.Floor003012 .slider-for .item .year b {
  font-size: calc(50 / 18 * 1em);
  margin-right: 10px;
}

.Floor003012 .slider-for .item .con {
  padding: 3vw;
}

.Floor003012 .slider-for .item .con p {
  margin: 0;
  line-height: 1.5;
  padding-left: calc(14 / 16 * 1em);
  position: relative;
}

.Floor003012 .slider-for .item .con p::before {
  position: absolute;
  width: calc(4 / 16 * 1em);
  height: calc(4 / 16 * 1em);
  border-radius: 50%;
  background: #ee822f;
  left: 0;
  top: calc(10 / 16 * 1em);
  content: '';
}

.Floor003012 .slider-for .item .con p+p {
  margin-top: calc(8 / 16 * 1em);
}

.Floor003012 .slider-for .item .img {
  width: 40%;
  padding: 15px;
  display: none;
}

.Floor003012 .slider-for .item .Ispic {
  padding-bottom: 73.45%;
  border-radius: 15px;
}

.Floor003012 .slider-nav .slick-track {
  margin-top: calc(60 / 16 * 1em);
}

.Floor003012 .slider-nav .item {
  position: relative;
  text-align: center;
  transition: all .3s;
}

.Floor003012 .slider-nav .item .year {
  line-height: calc(60 / 18 * 1em);
  border-top: 1px dashed #ccc;
  font-size: calc(18 / 16 * 1em);

}

.Floor003012 .slider-nav .item .dotico {
  width: calc(14 / 16 * 1em);
  height: calc(14 / 16 * 1em);
  position: absolute;
  left: 50%;
  top: calc(-7 / 16 * 1em);
  border-radius: 50%;
  margin-left: calc(-7 / 16 * 1em);
  border: 2px solid #ccc;
  background: #fff;
}

.Floor003012 .slider-nav .item.slick-current a {
  color: #4bb13f;
}

.Floor003012 .slider-nav .item.slick-current .dotico {
  background: #4bb13f;
  border-color: #4bb13f;
}

.Floor003012 .slider-nav .item {
  position: relative;
}

.Floor003012 .slider-nav .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #4bb13f;
  padding: 0;
  margin-top: -25px;
  border-radius: 50%;
  transition: 0.3s;
  background: url("../images/Pages-on.svg") no-repeat center center;
  background-size: auto 15px;
}

.Floor003012 .slider-nav .slick-arrow:hover {
  background-image: url("../images/Pages2.svg");
  background-color: #4bb13f;
}

.Floor003012 .slider-nav .slick-prev {
  left: -50px;
  transform: rotateY(-180deg);
}

.Floor003012 .slider-nav .slick-next {
  right: -50px;
}

.Floor003012 .slider-nav .slider {
  margin: 0 calc(70 / 16 *1em);
}

@media(min-width:1025px) {
  .Floor003012 .slider-for .item .box {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .Floor003012 .slider-for .item .img {
    width: 40%;
  }

  .Floor003012 .slider-for .item .con {
    width: 60%;
  }

}


/*RighInfo002810*/
.RighInfo002810 {
  padding: calc(100 / 1920 * 100vw) 0 0 0;
}

.RighInfo002810 li+li {
  margin-top: 2.5vw;
}

.RighInfo002810 p {
  margin: 0;
}

.RighInfo002810 .num {
  position: relative;
  font-size: calc(32 / 16 * 1em);
  font-weight: bold;
  color: #ee822f;

  margin-top: 30px;
}

.RighInfo002810 .num:after {
  display: block;
  content: '';
  background: #ee822f;
  position: absolute;
  width: calc(100% - calc(34 / 16 * 1em));
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  right: 0;
}

.RighInfo002810 .pic .Ispic {
  display: block;
  width: 100%;
  padding-bottom: 65%;
  border-radius: 15px;
}

.RighInfo002810 .txt {
  color: #666;
  line-height: 1.75;
}

.RighInfo002810 .tit {
  color: #333;
    font-size: calc(28 / 16 * 1em);
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
    line-height: 2.31;
    padding: 0 0.28rem;
    background: url(../images/kytitbg.png) no-repeat center center / cover;
}

.RighInfo002810 .tit::after {
  display: none;
  width: 3px;
  height: 100%;
  background: #ee822f;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.RighInfo002810 .con {
  position: relative;
}

@media(min-width:1025px) {
  .RighInfo002810 .info {
    font-size: calc(21 / 16 * 1em);
  }

  .RighInfo002810 .box {
    display: flex;
    align-items: center;
  }

  .RighInfo002810 .pic {
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
  }

  .RighInfo002810 .pic:after {
    display: block;
    content: '';
    width: 90%;
    height: 90%;
    background: #4bb13f;
    opacity: 0.08;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 15px;
  }

  .RighInfo002810 .txt {
    padding-left: 3vw;
    width: 50%;
  }

  .RighInfo002810 li:nth-child(2n) .pic {
    padding-left: 0;
    padding-right: 20px;
    order: 2
  }

  .RighInfo002810 li:nth-child(2n) .pic:after {
    left: auto;
    right: 0;
  }

  .RighInfo002810 li:nth-child(2n) .txt {
    padding-right: 3vw;
    padding-left: 0;
  }

  .RighInfo002810 li:nth-child(2n) .num {
    text-align: right;
  }

  .RighInfo002810 li:nth-child(2n) .num:after {
    right: auto;
    left: 0;
  }
}

@media(max-width:1024px) {
  .RighInfo002810 li+li {
    margin-top: 50px;
  }

  .RighInfo002810 .txt {
    padding-top: 20px;
  }
}






/*PicList002433*/
.PicList002433 {
  padding: calc(100 / 1920 * 100vw) 0 0;
}

.PicList002433 .main {
  padding: 0 80px;
}

.PicList002433 .main .slick-arrow {
  position: absolute;
  border-radius: 50%;
  background: url("../images/Pages-on.svg") no-repeat center center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  font-size: 0;
  z-index: 20;
  border: 2px solid #4bb13f;
  display: block !important;
  top: 50%;
  margin-top: -25px;
}

.PicList002433 .main .slick-arrow:hover {
  background-image: url("../images/Pages2.svg");
  background-color: #4bb13f;
}

.PicList002433 .main .slick-prev {
  left: 0;
  transform: rotateY(-180deg);
}

.PicList002433 .main .slick-next {
  right: 0;
}

@media(max-width:640px) {
  .PicList002433 .main .slick-arrow {
    width: 7vw;
    height: 7vw;
    margin-top: -3.5vw;
  }

  .PicList002433 .main .slick-arrow:before {
    width: 40%;
    height: 40%;
    margin: 0;
    left: 40%;
    top: 30%;
  }

  .PicList002433 .main .slick-next:before {
    left: 20%;
  }
}

.PicList002433 .list ul {
  padding: 0 50px;
}

.PicList002433 .list li {
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 4%;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 90px;
  width: 50px;
}

.PicList002433 .list li:first-child:before {
  left: -50px;
  background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002433 .list li:last-child:after {
  right: -50px;
  background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list li aside {
  padding-top: 35px;
  height: 90px;
  background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002433 .list li .ytable {
  height: 280px;
}

.PicList002433 .list li .ytable-cell {
  vertical-align: bottom;
}

.PicList002433 .list li figure {
  position: relative;
  display: inline-block;
  max-width: 82%;
}

.PicList002433 .list li figure:after {
  position: absolute;
  right: -24px;
  background: url(../images/PicList002433_ying.png) no-repeat left bottom;
  width: 24px;
  height: 100%;
  background-size: contain;
  content: '';
}

.PicList002433 .list li figure img {
  max-height: 280px;
  border: 8px solid #452117;
}

.PicList002433 .list li p {
  margin: 0 auto;
  max-width: 300px;
  width: 90%;
  line-height: 1.5;
  height: calc(1.5em * 2);
  color: #333;
  font-size: calc(18 / 16 * 1em);
}

.PicList002433 .list .ul-3 li {
  width: 33.33333333%;
}

.PicList002433 .list .ul-3 li:nth-child(3):after {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 90px;
  width: 50px;
  right: -50px;
  background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li {
  width: 50%;
}

.PicList002433 .list .ul-2 li:nth-child(2):after {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 90px;
  width: 50px;
  right: -50px;
  background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li:nth-child(1)>* {
  padding-left: 30%;
}

.PicList002433 .list .ul-2 li:nth-child(2)>* {
  padding-right: 30%;
}

.PicList002433 .list .ul-1 li {
  width: 100%;
}

@media(max-width:640px) {

  .PicList002433 .auto,
  .PicList002433 .list ul {
    padding: 0;
  }

  .PicList002433 .list li .ytable {
    height: 150px;
  }

  .PicList002433 .list li figure img {
    max-height: 150px;
    padding: 3px
  }

  .PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 30%;
  }

  .PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
  }

  .PicList002433 .list .ul-3 li:nth-child(3):after,
  .PicList002433 .list li:first-child:before {
    display: none;
  }
}

@media(max-width:480px) {
  .PicList002433 .list li .ytable {
    height: 100px;
  }

  .PicList002433 .list li figure img {
    max-height: 100px;
  }
}




/*RighInfo002807*/
.RighInfo002807 {
  padding: calc(100 / 1920 * 100vw) 0 0 0;
}

.RighInfo002807 .pic {
  border-radius: 15px;
  overflow: hidden;
}

.RighInfo002807 .tit {
  margin-bottom: calc(24 / 16 * 1em);
}

.RighInfo002807 .t1 {
  font-size: calc(40 / 16 * 1em);
  color: #333;
}

.RighInfo002807 .t2 {
  font-size: calc(22 / 16 * 1em);
  color: #ee822f;
  margin-top: calc(10 / 22 * 1em);
}

.RighInfo002807 p {
  line-height: 2;
  color: #000;
  margin: 0;
  text-align: justify;
}

.RighInfo002807 p+p {
  margin-top: 1em;
}

@media(min-width:1025px) {
  .RighInfo002807 .pic {
    float: left;
    width: 50%;
    margin-right: 4vw;
    margin-bottom: 2.5vw;
  }
}









/*PicList003140*/
.PicList003140 {
  padding-top: calc(100 / 1920 * 100vw);
}

.PicList003140 li a,
.PicList003140 dd a {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.PicList003140 li a {
  padding: calc(45 / 16 * 1em) calc(30 / 16 * 1em);
}

.PicList003140 .slider {
  margin: 0 calc(-20 / 16 * 1em);
}

.PicList003140 .slider .slick-list dd {
  padding: 5px;
}

.PicList003140 .slider .slick-list dd a {
  display: block;
  margin: 0 calc(15 / 16 * 1em);
  padding: calc(30 / 16 * 1em);
}

.PicList003140 .time {
  font-size: 1em;
  color: #888;
}

.PicList003140 .time span {
  display: block;
  font-size: calc(35 / 16 * 1em);
  margin-bottom: 5px;
  text-align: center;
}

.PicList003140 .tit {
  font-size: calc(22 / 16 * 1em);
  color: #333;
  line-height: calc(32 / 22 * 1em);
}

.PicList003140 dd .tit {
  min-height: calc(calc(32 / 22 * 1em) * 2);
  margin: 1em 0;
}

.PicList003140 .Ispic {
  display: block;
  width: 100%;
  padding-bottom: 58.378%;
  border-radius: 10px;
}

.PicList003140 .txt {
  font-size: 1em;
  color: #333;
  line-height: calc(30 / 16 * 1em);
  min-height: calc(calc(30 / 16 * 1em) * 2);
  margin: calc(22 / 16 * 1em) 0 calc(40 / 16 * 1em);
}

.PicList003140 .more {
  display: inline-block;
  color: #666;
  line-height: calc(46 / 16 * 1em);
  border-radius: calc(60 / 16 * 1em);
  padding: 0 calc(65 / 16 * 1em) 0 calc(35 / 16 * 1em);
  background: url(../images/more.svg) no-repeat right calc(30 / 16 * 1em) center;
  background-size: calc(12 / 16 * 1em) auto;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  font-size: 1em;
  border: 2px solid #dcdcdc;
}

.PicList003140 li:hover .tit,
.PicList003140 dd:hover .tit {
  color: #ee822f;
}

.PicList003140 li:hover .more,
.PicList003140 dd:hover .more {
  background-color: #ee822f;
  border-color: #ee822f;
  color: #fff;
  padding: 0 calc(35 / 16 * 1em) 0 calc(65 / 16 * 1em);
  background-position: left calc(30 / 16 * 1em) center;
  background-image: url(../images/more-on.svg);
}

.PicList003140 li:hover .time {
  color: #ee822f;
}

.PicList003140 .slider .slick-dots {
  display: table;
  margin: 24px auto 0;
}

.PicList003140 .slider .slick-dots li {
  float: left;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 12px;
  background: #eaeaea;
}

.PicList003140 .slider .slick-dots li button {
  display: none;
}

.PicList003140 .slider .slick-dots li.slick-active {
  border-color: #ee822f;
  background: none;
}

.PicList003140 .dl+.ul {
  margin-top: calc(50 / 1920 * 100vw);
}

.PicList003140 li+li {
  margin-top: calc(30 / 1920 * 100vw);
}

.PicList003140 li .time {
  padding: 0 2vw;
}

.PicList003140 li .con {
  padding: 0 4vw;
  width: 74%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.PicList003140 li .txt {
  margin-bottom: 0;
}

@media(min-width:1025px) {
  .PicList003140 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}



/*Page002737 */
.Page002737 {
  padding: calc(60 / 1920 * 100vw) 0 0;
}

.Page002737 .Pages {
  text-align: center;
}

.Page002737 .Pages>span {
  display: inline-block;
  vertical-align: middle;
}

.Page002737 .Pages .a_first,
.Page002737 .Pages .a_end,
.Page002737 .Pages .p_cur,
.Page002737 .Pages .p_count,
.Page002737 .Pages .p_total {
  display: none;
}

.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_page {
  overflow: hidden;
}

.Page002737 .Pages .p_page em {
  font-style: normal;
}

.Page002737 .Pages .p_page a {
  float: left;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 14px;
  margin: 0 5px;
  font-size: 16px;
  color: #aaa;
  background: #fff;
}

.Page002737 .Pages .p_page a:hover,
.Page002737 .Pages .p_page a.a_cur {
  background-color: #4bb13f;
  border-color: #4bb13f;
  color: #fff;
}

.Page002737 .Pages .p_page a.a_next,
.Page002737 .Pages .p_page a.a_prev {
  font-size: 0;
  height: 42px;
  width: 54px;
  padding: 0;
  margin: 0 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 12px;
}

.Page002737 .Pages .p_page a.a_prev,
.Page002737 .Pages .p_page a.a_next {
  background-image: url(../images/Pages.svg);
}

.Page002737 .Pages .p_page a.a_prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.Page002737 .Pages .p_page a.a_prev:hover,
.Page002737 .Pages .p_page a.a_next:hover {
  background-image: url(../images/Pages-on.svg);
}

.Page002737 .Pages .p_page a.pagedot {
  border-color: transparent;
  padding: 0;
  margin-right: -5px;
  line-height: 34px;
  height: 44px;
}

.Page002737 .Pages .p_jump>* {
  float: left;
}

.Page002737 .Pages .p_jump b {
  font-weight: normal;
  color: #aaa;
  margin: 0 4px;
  line-height: 46px;
}

.Page002737 .Pages .p_jump b.f0 {
  margin-right: 6px;
}

.Page002737 .Pages .p_jump input {
  height: 46px;
  border-radius: 4px;
}

.Page002737 .Pages .i_text {
  line-height: 44px;
  border: 1px solid #e5e5e5;
  width: 46px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.Page002737 .Pages .i_button {
  background: #ebebeb;
  width: 70px;
  padding: 0;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  color: #888;
}

@media(max-width:768px) {

  .Page002737 .Pages .p_page em,
  .Page002737 .Pages .p_jump {
    display: none;
  }
}







/*.RighInfo000171*/
.RighInfo000171 {
  padding: calc(100 / 1920 * 100vw) 0 0 0;
}

.RighInfo000171 .title {
  color: #333;
  text-align: center;
  padding-bottom: calc(30 / 16 * 1em);
  padding: 2vw;
  background: #f8f8f8;
  border-radius: 15px;
}

.RighInfo000171 .title h1 {
  margin: 0;
  padding-bottom: 1vw;
  font-size: calc(32 / 16 * 1em);
}

.RighInfo000171 .title time {

  color: #4bb13f;
  padding-left: calc(28 / 16 * 1em);
  background: url(../images/time.svg) no-repeat center left;
  background-size: calc(18 / 16 * 1em) auto;
  line-height: calc(28 / 16 * 1em);
  display: inline-block;
}

.RighInfo000171 .info {
  color: #333;
  line-height: 2;
  text-align: justify;
  border-bottom: 1px dashed #d2d2d2;
  padding: calc(30 / 16 * 1em) 0;
}

.RighInfo000171 .info .pic {
  margin: 2% auto;
  display: block;
}

.RighInfo000171 .info .pic1 {
  float: right;
  margin-bottom: 2%;
  margin-left: 3%;
}

.RighInfo000171 .info .pic2 {
  float: left;
  margin-bottom: 2%;
  margin-right: 3%;
}

.RighInfo000171 .info img {
  border-radius: 15px;
}

.RighInfo000171 .bot {
  position: relative;
  margin-top: 50px
}

.RighInfo000171 .info_back {
  text-align: center;
  clear: both;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0
}

.RighInfo000171 .info_back a {
  color: #fff;
  background: #ee822f;
  display: block;
  padding: 10px 30px;
  border-radius: 30px;
}

.RighInfo000171 .info_back a:hover {
  background: #fff;
  color: #ee822f;
  border: 1px solid #ee822f;
}

.RighInfo000171 .info_pn span {
  display: block;
  margin: 15px 0
}

.RighInfo000171 .info_pn span a {
  color: #888
}

.RighInfo000171 .info_pn span a:hover {
  color: #ee822f;
  text-decoration: underline
}

@media(max-width:1024px) {
  .RighInfo000171 {
    padding: 50px 0;
  }

  .RighInfo000171 .info_back {
    position: relative
  }

  .RighInfo000171 .bot {
    position: relative;
    margin-top: 15px
  }
}

@media(min-width:1025px) {
  .RighInfo000171 .info_pn span {
    width: 80%
  }
}











/*Floor002978*/
.Floor002978 {
  padding: calc(100 / 1920 * 100vw) 0;
  overflow: hidden;
}

.Floor002978 .box {
  position: relative;
  z-index: 1;
}

.Floor002978 .slick-list {
  overflow: inherit;
}

.Floor002978 .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #4bb13f;
  padding: 0;
  margin-top: -25px;
  border-radius: 50%;
  transition: 0.3s;
  background: url("../images/Pages-on.svg") no-repeat center center;
  background-size: auto 15px;
}

.Floor002978 .slick-arrow:hover {
  background-image: url("../images/Pages2.svg");
  background-color: #4bb13f;
}

.Floor002978 .slick-prev {
  left: -1vw;
  transform: rotateY(-180deg);
}

.Floor002978 .slick-next {
  right: -1vw;
}

.Floor002978 li {
  display: block;
  margin: 0 4.1664vw;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.Floor002978 li .pic {
  overflow: hidden;
}

.Floor002978 li .Ispic {
  padding-bottom: 50%;
  transition: 0.3s;
}

.Floor002978 li.slick-center a:hover .Ispic {
  transform: scale(1.2);
}

@media(min-width:1600px) {
  .Floor002978 .box {
    max-width: 1000px;
    margin: 0 auto;
  }
}



/*RighInfo003137*/
.RighInfo003137 {
  padding: calc(100 / 1920 * 100vw) 0;
  background: url(../images/RighInfo003137-bg.jpg) no-repeat center;
}

.RighInfo003137 li {
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 15px;
}

.RighInfo003137 .icon {
  width: calc(80 / 16 * 1em);
  height: calc(80 / 16 * 1em);
  border-radius: 50%;
  background: #ee822f;
  position: relative;
  margin: 0 auto calc(20 / 16 * 1em);
}

.RighInfo003137 .icon img {
  max-width: calc(35 / 16 * 1em);
  max-height: calc(35 / 16 * 1em);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.RighInfo003137 p {
  margin: 0;
  font-size: calc(18 / 16 * 1em);
}

@media(min-width:1024px) {
  .RighInfo003137 .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .RighInfo003137 li {
    width: 15%;
    margin-right: 2%;
  }

  .RighInfo003137 li:nth-child(6n) {
    margin-right: 0%;
  }

  .RighInfo003137 li:nth-child(6n)~li {
    margin-top: 2%;
  }
}





/*RighInfo003150*/
.RighInfo003150 {
  padding: calc(100 / 1920 * 100vw) 0 0 0;
}

.RighInfo003150 li {
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
  text-align: center;
}

.RighInfo003150 .icon {
  height: calc(60 / 16 * 1em);
  display: block;
  margin: 0 auto;
}

.RighInfo003150 .t1 {
  font-size: calc(18 / 16 * 1em);
  color: #888;
  margin: 1em 0;
}

.RighInfo003150 .t2 {
  font-size: calc(22 / 16 * 1em);
  color: #333;
  line-height: 1.5;
}

@media(min-width:1025px) {
  .RighInfo003150 .ul {
    display: flex;
  }

  .RighInfo003150 li {
    width: 33.3%;
    padding: 2vw;
  }

  .RighInfo003150 li:not(:last-child) {
    margin-right: 3%;
  }
}










.TextList002514 {
  padding-top: calc(100 / 1920 * 100vw);
}

.TextList002514 .list {
  padding: 0 5%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.TextList002514 .list+.list {
  margin-top: 2vw;
}

.TextList002514 .job-title {
  line-height: calc(30 / 16 * 1em);
  padding: calc(32 / 16 * 1em) 0;
  cursor: pointer;
  position: relative;
  color: #333;
}

.TextList002514 .job-title p {
  margin: 0 0 calc(16 / 20 * 1em);
  position: relative;
  line-height: calc(34 / 20 * 1em);
  font-size: calc(20 / 16 * 1em);
}

.TextList002514 .job-title p::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ee822f;
  left: -25px;
  top: calc(10 / 16 * 1em);
}

.TextList002514 .job-title span {
  color: #666;
  display: inline-block;
}

.TextList002514 .job-title span:nth-of-type(1) {
  width: 33.3%;
  max-width: 260px;
}

.TextList002514 .job-title span+span {
  margin-left: 3vw;
}

.TextList002514 .job-title i {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #ee822f;
  border-radius: 50%;
  right: 0;
  top: 50%;
  margin-top: -14px;
}

.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
  position: absolute;
  content: '';
  background: #fff;
}

.TextList002514 .job-title i::before {
  left: 25%;
  width: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.TextList002514 .job-title i::after {
  left: 50%;
  margin-left: -1px;
  width: 2px;
  top: 25%;
  height: 50%;
}

.TextList002514 .job-title.select i::after {
  display: none;
}

.TextList002514 .job-title.select {
  color: #ee822f;
}

.TextList002514 .job-main {
  display: none;
  padding: 40px 0 20px;
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
}

.TextList002514 strong {
  display: block;
  color: #333;
  margin-bottom: 14px;
}

.TextList002514 .job-main .job-info {
  line-height: 1.75;
}

.TextList002514 .job-main .job-info p {
  margin: 0;
}

.TextList002514 .job-main .job-info p+p {
  margin-top: 8px;
}

.TextList002514 .send {
  padding: 2vw 0;
  margin-top: 2vw;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

.TextList002514 .send em {
  font-style: normal;
  border-bottom: 1px solid #ee822f;
  font-weight: bold;
  margin-left: 10px;
}

.TextList002514 .send a {
  display: inline-block;
  line-height: calc(30 / 16 * 1em);
  color: #ee822f;
  background: url(../images/TextList002514_icon.svg) no-repeat right center;
  padding-right: calc(50 / 16 * 1em);
  background-size: auto calc(30 / 16 * 1em);
}







.TextList002241 {
  padding: calc(100 / 1920 * 100vw) 0;
}

.TextList002241 .img {
  margin-bottom: calc(40 / 16 * 1em);
}

.TextList002241 li {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  text-align: center;
}

.TextList002241 li a {
  display: block;
  position: relative;
}

.TextList002241 li .num {
  font-size: calc(50 / 16 * 1em);
  color: #eee;

  font-weight: bold;
  line-height: 1;
}

.TextList002241 li .tit {
  font-size: calc(20 / 16 * 1em);
  color: #333;
  margin: 1em 0;
}

.TextList002241 li .more {
  display: block;
  width: calc(14 / 16 * 1em);
  height: calc(14 / 16 * 1em);
  margin: 0 auto;
  background: url(../images/more2.svg) no-repeat center;
  background-size: contain;
}

@media(min-width:1025px) {
  .TextList002241 .ul {
    display: flex;
    flex-wrap: wrap;
  }

  .TextList002241 li {
    width: 32%;
    margin-right: 2%;
  }

  .TextList002241 li:nth-child(3n) {
    margin-right: 0;
  }

  .TextList002241 li:nth-child(3n)~li {
    margin-top: 2%;
  }
}


.productCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.publicImg{width: 100%;}
.publicTitle {
  color: #000000;
  text-align: center;
  line-height: 1;
  margin-top: calc(100 / 1920 * 100vw);
  margin-bottom: calc(34 / 1920 * 100vw);
}

.publicSubTitle {
  color: #333333;
  text-align: center;
  width: 96%;
  max-width: calc(928 / 16 * 1em);
  margin-bottom: calc(34 / 1920* 100vw);
}

.publicMore {
  width: calc(180 / 16 * 1em);
  height: calc(60 / 16 * 1em);
  background: #EE822F;
  border-radius: calc(30 / 16 * 1em);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: calc(58 / 1920* 100vw);
}

.publicMore:hover {
  color: #fff;
}

.publicMore img {
  width: calc(46 / 16 * 1em);
  margin-left: calc(14 / 16 * 1em);
}

@media screen and (max-width:1024px) {
  .publicTitle {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .publicSubTitle {
    margin-bottom: 15px;
  }

  .publicMore {
    width: 110px;
    height: 40px;
    margin-bottom: 30px;
  }

  .publicMore img {
    width: 24px;
    margin-left: 5px;
  }

  .productList p, .publicMore {
    font-size: 14px;
  }
}

.industry {
  margin-top: calc(20 / 1920* 100vw);
}

.industryList {
  display: flex;
  margin-top: calc(80 / 1920* 100vw);
}

.industryList .left {
  width: calc(720 / 16 * 1em);
  display: flex;
  margin-right: calc(80 / 16 * 1em);
}

.industryList .left img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.industryList .right {
  flex: 1;
}

.industryList .right .title {
  color: #000000;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: calc(60 / 1920* 100vw);
  margin-bottom: calc(44 / 1920* 100vw);
}

.industryList .right .subTitle {
  margin-bottom: calc(16 / 1920* 100vw);
}

.industryList .right .contro {
  margin-bottom: calc(50 / 1920* 100vw);
  min-height: calc(112 / 16* 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.industryList .right .publicMore {
  margin-bottom: 0;
}

@media screen and (max-width:1024px) {
  .industryList {
    flex-direction: column;
  }

  .industryList .left {
    width: 100%;
    margin-right: 0px;
  }

  .industry {
    margin-top: 20px;
  }

  .industryList {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .industryList .right .title {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .industryList .right .subTitle {
    margin-bottom: 10px;
  }

  .industryList .right .contro {
    margin-bottom: 15px;
    min-height: auto;
  }
}

.mthy {
  margin-bottom: calc(100 / 1920* 100vw);
  margin-top: calc(32 / 1920* 100vw);
}

.mthy img {
  width: 100%;
}

.mthy .item {
  padding: 0px calc(86 / 16* 1em);
}

.mthy .slick-arrow {
  width: 46px;
  height: 80px;
  background: #F1F1F1;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 17px;
}

.mthy .slick-prev {
  left: 0px;
  background-image: url(../images/arrow_left.png);
}

.mthy .slick-next {
  right: 0px;
  background-image: url(../images/arrow_right.png);
}

.publicCon {
  font-size: calc(16 / 16* 1em);
  line-height: 1.75;
  padding: 0 calc(86 / 16* 1em);
}

.publicCon img {
  margin-bottom: calc(44 / 1920* 100vw);
}

.publicCon * {
  font-size: inherit !important;
  line-height: inherit !important;
}

@media screen and (max-width:1024px) {
  .mthy {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .mthy .item {
    padding: 0px;
  }

  .mthy .slick-arrow {
    width: 30px;
    height: 40px;
  }

  .publicCon {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    padding-bottom: 20px;
  }

  .publicCon * {
    margin-top: 10px;
  }
}

.productCon {
  padding: 0 calc(86 / 16* 1em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.product_line {
  margin-top: calc(22 / 1920* 100vw);
  margin-bottom: calc(34 / 1920* 100vw);
}

.productBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.productList {
  width: calc(100% / 7);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productList .imgBox {
  width: calc(90 / 16* 1em);
  height: calc(90 / 16* 1em);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/product_bg.png);
  background-size: contain;
}

.publicH3 {
  line-height: 1;
  text-align: center;
  color: #000;
  margin-top: calc(78 / 1920* 100vw);
  margin-bottom: calc(30 / 1920* 100vw);
}

.xkcpb {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:1024px) {
  .productCon {
    padding: 0;
  }

  .publicH3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .product_line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .productList {
    width: calc(100% / 4);
  }
}

@media screen and (max-width:1024px) {
  .RighInfo002810{
    padding-bottom: 20px;
  }
  .RighInfo002810 .tit {
    font-size: 18px;
  }

  .RighInfo002810 .tit {
    margin-bottom: 10px;
  }

  .RighInfo002810 .con {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
  }

  .RighInfo002810 .num {
    font-size: 20px;
    margin-top: 20px;
  }

  .RighInfo002810 li+li {
    margin-top: 20px;
  }

  .RighInfo002807 .t1 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1;
  }

  .RighInfo002807 .t2 {
    font-size: 18px;
    margin-top: 5px;
  }

  .RighInfo002807 p {
    line-height: 30px;
    color: #000;
    margin: 0;
    text-align: justify;
    font-size: 16px;
    margin-top: 10px !important;
  }

  .PicList002433 .list li p {
    font-size: 16px;
  }

  .PicList002433 .list .ul-3 li,
  .PicList002433 .list .ul-2 li {
    width: 100%;
  }

  .PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 0;
  }

  .PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 0;
  }

  .PicList002433 .main {
    padding: 0 40px;
  }

  .PicList002433 .list li aside {
    padding-top: 15px;
  }

  .Floor003012 .slider-for .item .year b {
    font-size: 24px;
  }

  .Floor003012 .slider-for .item {
    padding: 0;
  }

  .Floor003012 .slider-for .item .img {
    width: 100%;
  }

  .Floor003012 .slider-for .item .con {
    padding: 15px;
    padding-top: 0px;
  }

  .Floor003012 .slider-for .item .year {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .Floor003012 .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -26px;
  }

  .Floor003012 .slider-nav .slick-prev {
    left: 0px;
  }

  .Floor003012 .slider-nav .slick-next {
    right: 0;
  }

  .Floor003012 .slider-nav .slick-track {
    margin-top: 30px;
  }

  .RighInfo002806 .year {
    font-size: 24px;
    margin-top: 20px;
  }

  .RighInfo002806 .t-1 {
    font-size: 16px;
    margin-top: 5px;
  }

  .RighInfo002806 .t-2 {
    font-size: 20px;
    margin-top: 10px;
  }

  .RighInfo002806 .info p {
    margin-top: 10px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
  }

  .RighInfo002806 .num .list li {
    width: calc(100% / 3);
    padding: 20px 10px;
  }

  .RighInfo002806 .num .list li b {
    font-size: 24px;
  }

  .RighInfo002806 .num .list li p {
    margin: 5px 0 0;
    font-size: 12px;
  }

  .RighInfo002806 .num .list li sub {
    bottom: 6%;
    margin-left: 4px;
  }

  .RighInfo002806 .num {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .Listtit {
    font-size: 20px;
  }

  .Floor002978 .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .Floor002978 li {
    margin: 0 30px;
    border-radius: 10px;
  }

  .Floor002978 {
    padding: 20px 0px;
  }

  .RighInfo003137 {
    padding: 20px 0;
  }

  .RighInfo003137 li {
    padding: 10px 0px;
    width: calc(100% / 3);
  }

  .RighInfo003137 .ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .RighInfo003137 li {
    padding: 10px 0px;
    width: calc(100% / 3 - 5px);
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .RighInfo003137 li:nth-child(3n) {
    margin-right: 0;
  }

  .RighInfo003137 .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .RighInfo003137 p {
    font-size: 14px;
  }

  .RighInfo003150 .icon {
    height: 30px;
  }

  .RighInfo003150 li {
    padding: 20px 5px;
    width: calc(100% / 3 - 5px);
  }

  .RighInfo003150 .ul {
    display: flex;
    justify-content: space-between;
  }

  .RighInfo003150 .t2 {
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
  }

  .RighInfo003150 .t1 {
    font-size: 14px;
    margin: 10px 0px 5px 0px;
  }

  .RighInfo003150 {
    padding: 20px 0px;
  }

  .TextList002514 .job-title p::before {
    left: -12px;
  }

  .TextList002514 .job-title {
    line-height: 1.6;
    padding: 20px 0px;
  }

  .TextList002514 .job-title p {
    margin: 0px 0px 5px 0px;
    line-height: 1.6;
    font-size: 18px;
  }

  .TextList002514 .job-title span:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
  }

  .TextList002514 .job-title span+span {
    margin-left: 0px;
    width: 100%;
    line-height: 1.75;
  }

  .TextList002514 .job-main .job-info p+p, .TextList002514 .job-main .job-info p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .TextList002514 strong {
    font-size: 16px;
  }

  .TextList002514 .send a {
    font-size: 14px;
  }

  .TextList002514 .list+.list {
    margin-top: 10px;
  }

  .Page002737 {
    padding: 20px 0px;
  }

  .TextList002241 li {
    padding: 20px 10px;
    margin-bottom: 10px;
  }

  .TextList002241 li:last-child {
    margin-bottom: 0;
  }

  .TextList002241 {
    padding: 20px 0px;
  }

  .TextList002241 li .num {
    font-size: 24px;
  }

  .TextList002241 li .tit {
    font-size: 16px;
    margin: 10px 0px;
  }

  .TextList002241 .img {
    margin-bottom: 20px;
  }

  .RighInfo000171 {
    padding: 20px 0px;
  }

  .RighInfo000171 .title {
    padding: 20px 10px;
  }

  .RighInfo000171 .title h1 {
    margin: 0;
    padding-bottom: 0px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .RighInfo000171 .info {
    line-height: 30px;
    padding: 20px 0px;
    font-size: 16px;
  }

  .RighInfo000171 .info * {
    margin-top: 10px;
  }

  .RighInfo000171 .info_back a {
    font-size: 14px;
  }

  .RighInfo000171 .info_back {
    padding: 5px 0px;
  }

  .RighInfo000171 .info_pn span a {
    font-size: 14px;
  }

  .PicList003140 .time {
    font-size: 14px;
  }

  .PicList003140 dd .tit {
    min-height: 54px;
    margin: 10px 0px;
    font-size: 18px;
    line-height: 1.5;
  }

  .PicList003140 .txt {
    font-size: 15px;
    line-height: 1.6;
    min-height: auto;
    margin: 10px 0px;
  }

  .PicList003140 .more {
    line-height: 30px;
    padding: 0 30px 0px 10px;
    background: url(../images/more.svg) no-repeat right 10px center;
    font-size: 12px;
  }

  .PicList003140 .slider .slick-list dd a {
    padding: 20px 15px;
  }

  .PicList003140 .dl+.ul {
    margin-top: 20px;
  }

  .PicList003140 li a {
    padding: 20px 15px;
  }

  .PicList003140 li .con {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    border-left: 0px;
    margin-bottom: 10px;
  }

  .PicList003140 .slider {
    margin: 0px;
  }

  .PicList003140 .slider .slick-list dd {
    padding: 0;
  }

  .PicList003140 .time span {
    font-size: 20px;
  }

  .PicList003140 li .time {
    padding: 0px 15px;
    padding-left: 0px;
    width: 100%;
  }

  .PicList003140 .tit {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-top: 10px;
  }

  .PicList003140 li+li {
    margin-top: 20px;
  }

  .PicList003140 .ul li a {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .RighInfo002806 .open_video span i {
    width: 40px;
    height: 40px;
  }

  .tab li div {
    font-size: 13px;
  }

  .sec-5 .publicMore {
    position: static;
  }

  .bottom {
    padding-bottom: 0px;
    margin-top: 0px;
  }
}

.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5);
}

.video-box .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 4;
  right: 20px;
  top: 20px;
}

.video-box .close::before,
.video-box .close::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.video-box .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.video-box .ytable {
  height: 100%;
}

.video-box .ytable-cell {
  text-align: center;
}

.video-box video {
  width: 90%;
  max-width: 1280px;
}

.index .bottom {
  margin-top: 0px;
}

.Floor003183 .slick-dots {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.Floor003183 .slick-dots li {
  flex: 1;
  background: #e7ecee;
  height: 1px;
}

.Floor003183 .slick-dots li.slick-active {
  height: 4px;
  background-color: #4bb13f;
}

.Floor003183 .slick-dots li button {
  display: none;
}
@media screen and (min-width:1025px){
  .Floor003183 .slick-dots{
    width: calc(100% - calc(140 / 16* 1em));
  }
}
@media screen and (max-width:1024px){
  .Floor003183 .slick-dots{
    width: calc(100% - 106px);
  }
}