body {
  font-family: "Microsoft YaHei";
}

a {
  color: #000;
}

.Hometitle {
  color: #000;
  margin-bottom: 2.5em;
  position: relative;
  text-align: center;
}

.Hometitle .cn {
  font-size: 2.1em;
  line-height: 1;font-weight: bold;
}

.Hometitle .en {
  font-size: 3.5em;
  text-transform: uppercase;
  font-family: 'Oswald-Regular';
  font-weight: bold; display:none;
}


.Homemore {
  font-size: 1em;
  text-align: center;
  padding: 0 1.875em;
  line-height: 3.125em;
  border-radius: 3.125em;
  border: solid 2px #1e3555;
  transition: 0.3s;
  display: table;
  margin:0% auto 0;
}

.Homemore a {
  color: #1e3555;
}

.Homemore:after {
  width: 1.3125em;
  height: 0.8125em;
  display: inline-block;
  content: '';
  margin-left: 1em;
  background: url(../images/more.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.Homemore:hover {
  background-color: #1e3555;
  color: #1e3555;
  border-color: #1e3555;
}

.Homemore:hover:after {
  background-image: url(../images/more-white.svg);
}

.Homemore:hover a {
  color: #fff;
}

.column-title {
  font-size: 2.5em;
  color: #000;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}


/*Top003084 */
.Top003084 {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 0px;
  font-size: 1em;
  z-index: 100;
}

.Top003084 .auto {
  position: relative;
}

.Top003084 a {
  color: #fff;
}

.Top003084 nav a {
  display: inline-block;
}

.Top003084 .logo a {
  display: inline-block;
}

.Top003084 nav a:not(:last-child):after {
  display: inline-block;
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  vertical-align: middle;
  content: '';
}

.Top003084 menu li {
  position: relative;
}

.Top003084 menu li:after {
  position: absolute;
  bottom: -1px;
  height: 2px;
  content: '';
  width: 0;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.Top003084 menu li.aon:after {
  width: 100%;
}

.Top003084 menu li span {
  font-size: 1.125em;
  display: block;
  font-weight: bold;
}

.Top003084 .sub {
  padding: 10px;
  display: none;
}

.Top003084 .sub dt {
  line-height: 40px;
}

.Top003084 .open-search {
  position: absolute;
  right: 0px;
  top: 1.8em;
  background: url(../images/Top003084-search.png) no-repeat;
  width: 1.25em;
  height: 1.25em;
  background-size: 100%;
}

.Top003084 .top-search {
  position: absolute;
  right: 0px;
  top: 81px;
  background: #fff;
  width: 320px;
  padding-right: 40px;
}

.search-show .Top003084 .top-search {
  display: block;
}

.Top003084 .top-search .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 10px;
  font-size: 0.875em;
}

.Top003084 .top-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/Top003084-search.png) no-repeat center center #1e3555;
  background-size: 50%;
}

.Top003084_hover,
.Top003084_ {
  background: #fff;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1);
}

.Top003084_hover a,
.Top003084_ a {
  color: #000;
}

.Top003084_hover .aon a,
.Top003084_ .aon a {
  color: #1e3555;
}

.Top003084_hover menu li:after,
.Top003084_ menu li:after {
  background: #1e3555;
}

.Top003084_hover .open-search,
.Top003084_ .open-search {
  background: url(../images/Top003084-search2.png) no-repeat;
  background-size: 100%;
}

.Top003084_hover .open-search.on:before,
.Top003084_hover .open-search.on:after,
.Top003084_ .open-search.on:before,
.Top003084_ .open-search.on:after {
  background: #1e3555;
}

@media (min-width:1025px) {
  .Top003084 menu li {
    float: left;
    line-height: 5em;
  }

  .Top003084 menu {
    padding-right: 4vw;
  }

  .Top003084 .logo {
    float: left;
    height: 5em;
  }

  .Top003084 .logo img {
    height: 4.5em;
  }

  .Top003084 .logo .hlogo {
    display: none;
  }

  .Top003084_hover .logo img,
  .Top003084_ .logo img {
    display: none;
  }

  .Top003084_hover .logo .hlogo,
  .Top003084_ .logo .hlogo {
    display: block;
  }

  .Top003084 .top-right {
    float: right;
  }

  .Top003084 nav {
    padding-top: 27px;
    text-align: right;
  }

  .Top003084 menu li:not(:last-child) {
    margin-right: 3.8vw;
  }

  .Top003084 .sub {
    background: rgba(30, 53, 85, 0.8);
    position: absolute;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    top: 100%;
    border-radius: 0 0 5px 5px;
  }

  .Top003084 .sub dt {
    text-align: center;
  }

  .Top003084 .sub dt a {
    color: #fff;
    font-size: 1em;
  }

  .Top003084 .sub dt a:hover {
    text-decoration: underline;
  }
}

@media (max-width:1024px) {
  .Top003084 .logo .hlogo {
    display: none;
  }

  .Top003084_ .logo img,
  .Top003084_hover .logo img {
    display: none;
  }

  .Top003084_ .logo .hlogo,
  .Top003084_hover .logo .hlogo {
    display: block;
  }

  .Top003084 nav {
    position: absolute;
    right: 30px;
    top: 10px;
  }

  .Top003084 menu {
    position: absolute;
    right: 0;
    top: -100%;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 100;
    width: 240px;
    background: #00a19f;
    padding: 2vw;
    transition: transform 0.3s;
  }

  .Top003084 menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .Top003084 menu li span {
    padding: 12px 0;
  }

  .Top003084 .logo {
    display: table;
    height: 50px;
  }

  .Top003084 .logo a {
    display: table-cell;
    ;
    vertical-align: middle;
  }

  .Top003084 .logo img {
    max-height: 40px;
  }

  .Top003084 .open-search {
    top: auto;
    bottom: 10px;
    width: 20px;
    height: 20px;
  }

  .Top003084 .open-menu {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 32px;
  }

  .Top003084 .sub {
    background: rgba(30, 53, 85, 0.8);
  }

  .menu-show .Top003084 menu {
    top: 51px;
    transform: translateY(0);
    opacity: 1;
  }

  .Top003084_hover a,
  .Top003084_ a {
    color: #fff;
  }

  .Top003084_hover .aon a,
  .Top003084_ .aon a {
    color: #fff;
  }

  .Top003084_ .open-menu i,
  .Top003084_hover .open-menu i {
    background: #00a19f;
  }

  .Top003084 .top-search {
    top: 51px;
    width: 100%;
    padding-right: 40px;
  }

  .Top003084 .top-search .btn {
    width: 40px;
    height: 40px;
  }

  .Top003084 .top-search .text {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width:800px) {
  .Top003084 nav {
    display: none;
  }

  .Top003084 .open-search,
  .Top003084 .open-menu {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

}

@media (max-width:480px) {
  .Top003084 .logo {
    width: 58%;
  }
}



/*Banner003192 */
.Banner003192 {
  position: relative;
}

@media (min-width:1025px) {
  .Banner003192 .wap {
    display: none;
  }
}

@media (max-width:1024px) {
  .Banner003192 .pc {
    display: none;
  }
}

.Banner003192 li.slick-slide {
  position: relative;
}

.Banner003192 [class*=txt-style-] {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 10;
}

.Banner003192 .tit {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: calc(65 / 1920 * 100vw);
  margin-bottom: calc(20 / 65 * 1em);
  transition: 0.3s;
}

.Banner003192 .sub-tit {
  font-size: calc(30 / 1920 * 100vw);
  line-height: 1.2;
  transition: 0.3s 0.3s;
}

.Banner003192 .txt-style-1 {
  left: calc(485 / 1920 * 100vw);
  top: calc(321 / 960 * 100%);
}

.Banner003192 .txt-style-1 .tit {
  transform: translateX(30px);
  opacity: 0;
}

.Banner003192 .txt-style-1 .sub-tit {
  height: 1.2em;
  text-align: justify;
  transform: translateX(30px);
  opacity: 0;
}

.Banner003192 .ani-show .txt-style-1 .tit,
.Banner003192 .ani-show .txt-style-1 .sub-tit {
  transform: translateX(0);
  opacity: 1;
}

.Banner003192 .txt-style-1 .sub-tit:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.Banner003192 .txt-style-2 {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Banner003192 .txt-style-2 .ytable {
  height: 100%;
}

.Banner003192 .open-video {
  display: block;
  margin: 0 auto;
  width: calc(60 / 1920 * 100vw);
  height: calc(60 / 1920 * 100vw);
  background: url(../images/Banner003192-play.png) no-repeat center center;
  background-size: contain;
  margin-bottom: calc(60 / 1920 * 100vw);
  cursor: pointer;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s;
}

.Banner003192 .txt-style-2 .tit {
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.3s;
}

.Banner003192 .txt-style-2 .sub-tit {
  letter-spacing: calc(9 / 1920 * 100vw);
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.6s;
}

.Banner003192 .ani-show .open-video,
.Banner003192 .ani-show .txt-style-2 .tit,
.Banner003192 .ani-show .txt-style-2 .sub-tit {
  transform: translateY(0);
  opacity: 1;
}

.Banner003192 .txt-style-3 {
  left: 0;
  width: 100%;
  top: calc(281 / 960 * 100%);
}

.Banner003192 .txt-style-3 .auto {
  max-width: 1440px;
  width: 90%;
}

.Banner003192 .txt-style-3 .tit {
  transform: translateX(30px);
  opacity: 0;
}

.Banner003192 .txt-style-3 .sub-tit {
  transform: translateX(30px);
  opacity: 0;
}

.Banner003192 .ani-show .txt-style-3 .tit,
.Banner003192 .ani-show .txt-style-3 .sub-tit {
  transform: translateX(0);
  opacity: 1;
}


.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.85);
}

.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: 3px;
  top: 50%;
  margin-top: -1.5px;
  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: 900px;
}

.Banner003192 .slick-pages {
  position: absolute;
  left: calc(141 / 1920 * 100vw);
  bottom: calc(66 / 960 * 100%);
  color: #fff;
  z-index: 20;
  font-size: calc(20 / 1920 * 100vw);
}

.Banner003192 .slick-dots {
  position: absolute;
  right: calc(141 / 1920 * 100vw);
  bottom: calc(66 / 960 * 100%);
  z-index: 20;
}

.Banner003192 .slick-dots li {
  float: left;
  width: calc(30 / 1920 * 100vw);
  height: 3px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  margin-left: 10px;
}

.Banner003192 .slick-dots li button {
  display: none;
}

.Banner003192 .slick-dots li.slick-active {
  opacity: 1;
}

.Banner003192 .mouse {
  position: absolute;
  background: url(../images/Banner003192_mouse.svg) no-repeat center;
  width: 22px;
  height: 34px;
  background-size: contain;
  z-index: 30;
  left: 50%;
  margin-left: -11px;
  bottom: calc(58 / 960 * 100%);
  animation: mouse 2s linear infinite alternate;
}

@keyframes mouse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}





/*Floor002987*/
.Floor002987 {
  padding: 4% 0;
  overflow: hidden;
  /* background: #f1f1f1; */
}

.Floor002987 .slider {
  overflow: hidden;
}

.Floor002987 .slider li a {
  display: block;
  margin: 0 0.625em;
  position: relative;
  overflow: hidden;
}

.Floor002987 .slider li .pic {
  overflow: hidden;
  border-radius: 10px;
}

.Floor002987 .slider li .pic .Ispic {
  padding-top: 80%;
  transition: 0.3s;
}

.Floor002987 .slider li a:hover .Ispic {
  transform: scale(1.1);
}

.Floor002987 .slider li .txt {
  position: absolute;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 0 5%;
  bottom: 0;
  z-index: 10;
  transition: 0.3s;
}

.Floor002987 .slider li a:hover .txt {
  bottom: 10%;
}

.Floor002987 .slider li .txt aside {
  font-size: 1.25em;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.Floor002987 .slider li .txt figure {
  font-size: 16px;
}

.Floor002987 .slick-dots {
  text-align: center;
  margin-top: 2vw;
}

.Floor002987 .slick-dots li {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 2px;
}

.Floor002987 .slick-dots li button {
  padding: 0;
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  border: 0;
}

.Floor002987 .slick-dots li.slick-active button {
  background: #1e3555;
  width: 50%;
  height: 50%;
}

.Floor002987 .slick-dots li.slick-active:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e3555;
  border-radius: 50%;
  clip: rect(0 28px 7px 0);
  animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0);
  }
}

@media(max-width:768px) {
  .Floor002987 .title h3 {
    font-size: 6vw;
  }

  .Floor002987 .title p {
    font-size: 3vw;
  }

  .Floor002987 .slick-arrow {
    padding: 0 4vw;
  }

  .Floor002987 .title {
    padding-bottom: 4vw;
  }

  .Floor002987 .slick-next {
    left: 15vw;
  }

  .Floor002987 .slider li .txt aside {
    font-size: 4vw;
  }

  .Floor002987 .slider li .txt figure {
    font-size: 3vw;
  }
}

@media(max-width:480px) {
  .Floor002987 .slider {
    margin-right: 8vw;
    padding-left: 8vw;
  }

  .Floor002987 .title {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .Floor002987 .arrow {
    margin: 0 8vw;
  }
}



/*Floor003099 */
.Floor003099 {
  padding: 4% 0;
  background: #eee;
}

.Floor003099 .slider .slick-list li a {
  display: block;
  margin: 0 1em;
  border-radius: 10px;
  overflow: hidden;
}

.Floor003099 .pic {
  overflow: hidden;
  position: relative;
}

.Floor003099 .pic .Ispic {
  padding-bottom: 55.214%;
  transition: 0.3s;
}

.Floor003099 li a:hover .Ispic {
  transform: scale(1.1);
}

.Floor003099 .slider li .txt {
  padding: 1.5em 2em 2em;
  background: #fff;
}

.Floor003099 .txt time {
  font-size: 0.875em;
  color: #999;
}

.Floor003099 .txt .tit {
  font-size: 1.25em;
  color: #000;
  margin-top: 0.625em;
  font-weight: bold;
  height: 52px;
}

.Floor003099 .txt p {
  line-height: 1.875;
  font-size: 1em;
  color: #666;
  margin-bottom: 0;
}

.Floor003099 li a:hover .txt .tit {
  color: #1e3555;
}

.Floor003099 .slider .slick-dots {
  display: table;
  margin: 0 auto;
}

.Floor003099 .slider .slick-dots li {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 2px;
}

.Floor003099 .slider .slick-dots li button {
  padding: 0;
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  border: 0;
}

.Floor003099 .slider .slick-dots li.slick-active button {
  background: #1e3555;
  width: 50%;
  height: 50%;
}

.Floor003099 .slider .slick-dots li.slick-active:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e3555;
  border-radius: 50%;
  clip: rect(0 28px 7px 0);
  animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0);
  }
}
.Floor003099 .slider li:not(:nth-child(3n)){margin-right:2%}
@media(min-width:1025px) {
  .Floor003099 .slider {
    margin: 0 -1em;
  }

  .Floor003099 .slider li {
    padding-bottom: 2.24vw;
    float:left;
    width: 32%;
  }

}

@media(max-width:1024px) {
  .Floor003099 .title {
    font-size: 6vw;
  }
}

@media(max-width:640px) {
  .Floor003099 .txt .tit {
    font-size: 4.5vw;
  }
}






/*Floor003181 */
.Floor003181 {
  overflow: hidden;
  padding: 4% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Floor003181 .Hometitle {
  color: #fff;
}


.Floor003181 .list li .item {
  color: #fff;
  position: relative;
  perspective: 1200px;
}

.Floor003181 .list li .ytable {
  width: calc(280 / 415 * 100%);
  margin: 0 auto;
  height: 100%;
}

.Floor003181 .list li .txt {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.Floor003181 .list li .Ispic {
  padding-bottom: calc(548 / 415 * 100%);
  opacity: 0.8;
  transition-property: transform;
  transform-style: preserve-3d;
  transform: translateX(-14px) translateZ(34px) rotateY(-20deg) scaleY(0.9) scaleX(1.03);
  transition: 0.3s ease-in-out;
}

.Floor003181 .list li:nth-child(1) .Ispic {
  transform: translateX(14px) translateZ(34px) rotateY(20deg) scaleY(0.9) scaleX(1.03);
}

.Floor003181 .list li .icon {}

.Floor003181 .list li .icon img {
  height: calc(90 / 16 * 1em);
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 6%;
}

.Floor003181 .list li .info {
  padding: calc(40 / 16 * 1em) 0 calc(60 / 16 * 1em) 0;
}

.Floor003181 .list li .tit {
  font-size: calc(24 / 16 * 1em);
  line-height: 1;
  margin-bottom: calc(20 / 36 * 1em);
}

.Floor003181 .list li .info p {
  margin: 0;
  line-height: calc(30 / 16 * 1em);
}

.Floor003181 .list li .more {
  width: calc(15 / 16 * 1em);
  height: calc(15 / 16 * 1em);
  display: block;
  background: url(../images/Floor003181-more.svg) no-repeat center;
  background-size: contain;
}

.Floor003181 .list li dl {
  overflow: hidden;
}

.Floor003181 .list li dd {
  float: left;
  line-height: calc(30 / 16 * 1em);
}

.Floor003181 .list li dd:not(:last-child) {
  margin-right: calc(10 / 16 * 1em);
}

.Floor003181 .list li dd a {
  display: block;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 1em;
  border-radius: 1em;
}

@media (min-width:1025px) {
  .Floor003181 .list {
    margin-top: calc(83 / 16 * 1em);
  }

  .Floor003181 .list li {
    float: left;
    width: 28.82%;
  }

  .Floor003181 .list li:not(:nth-child(3n)) {
    margin-right: calc((100% - 28.82% * 3)/2);
  }

  .Floor003181 .list li:hover .Ispic {
    opacity: 1;
    transform: translateX(0) translateZ(0) rotateY(0) scaleY(1) scaleX(1);
  }

  .Floor003181 .list li dl {
    height: 0;
    transition: 0.3s ease-out;
  }

  .Floor003181 .list li:hover dl {
    margin-top: calc(50 / 16 * 1em);
    height: calc(30 / 16 * 1em);
  }
}

@media (max-width:1024px) {
  .Floor003181 .list {
    margin-top: calc(40 / 16 * 1em);
  }

  .Floor003181 .list li:nth-child(3n) .Ispic {
    transform: translateX(14px) translateZ(34px) rotateY(20deg) scaleY(0.9) scaleX(1.03);
  }

  .Floor003181 .list li dl {
    margin-top: 5vw;
    height: calc(30 / 16 * 1em);
  }
}



/*Floor003053 */
.Floor003053 {
  padding: 4% 0;
  background-color: #fff;
}

.Floor003053 .list li a {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.Floor003053 .list li .Ispic {
  padding-bottom: 60.715%;
  opacity: 0.7;
  transition: 0.5s;
}

.Floor003053 .list li a:hover .Ispic {
  transform: scale(1.1);
  opacity: 0.9;
}

.Floor003053 .list li .name,
.Floor003053 .list li .icon {
  position: absolute;
  z-index: 10;
  left: 2vw;
  right: 2vw;
}

.Floor003053 .list li .name {
  bottom: 2vw;
  font-size: 1.25vw;
}

.Floor003053 .list li .name::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 1.25em;
  vertical-align: middle;
}


.Floor003053 .list li .name * {
  margin: 0;
}

.Floor003053 .list li .name h3 {
  font-size: 1em;
  margin-bottom: 0.2em;
  font-weight: normal;
}

.Floor003053 .list li .name p {
  font-size: 0.75em;
}

@media(min-width:641px) {
  .Floor003053 .list li {
    float: left;
    width: 38%;
  }

  .Floor003053 .list li:nth-child(1) {
    width: 60%;
    margin-right: 2%;
  }

  .Floor003053 .list li:nth-child(1) .Ispic {
    padding-bottom: 80.2%;
  }

  .Floor003053 .list li:nth-child(1) .name {
    font-size: 1.8vw;
  }

  .Floor003053 .list li:nth-child(1) .name p {
    font-size: 0.5em;
  }

  .Floor003053 .list li:nth-child(2) {
    margin-bottom: 2%;
  }
}

@media(max-width:640px) {
  .Floor003053 .list li .name {
    font-size: 5vw;
  }

  .Floor003053 .list li .icon {
    top: 4vw;
  }

  .Floor003053 .list li .icon {
    left: 4vw;
    right: 4vw;
  }

  .Floor003053 .list li .name {
    bottom: 4vw;
  }
}

@media(max-width:480px) {
  .Floor003053 .list li .icon dt {
    width: 15vw;
  }

  .Floor003053 .list li .icon dd {
    padding-left: 3vw;
  }

  .Floor003053 .list li .icon dd aside {
    font-size: 3vw;
  }

  .Floor003053 .list li .icon dd:before {
    width: 6vw;
    height: 6vw;
    margin-top: -3vw;
  }
}



/*platform*/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.Service {
  overflow: hidden;
  padding: 4% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Service .Hometitle {
  color: #fff;
}

.Service .pic {
  /* transform:perspective(104vh) rotateY(-20deg) scale(0.88); */
  border-radius: 10px;
  transform-origin: center;
  transition: all .3s;
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.Service .pic:before,
.Service .pic:after {
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Service .pic:before {
  height: 100%;
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}

.Service .pic:after {
  height: 2px;
  background-color: #fff;
  width: 0;
  transition: 0.3s;
}

.Service .Ispic {
  padding-bottom: 134.6835443%;
  display: block;
}

.Service .Ispic:after {
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.Service .text {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  margin: 0 auto;
  /* transform:rotate(5deg); */
  transition: all .3s;
  z-index: 5;
  text-align: center;
}

.Service .circle {
  position: absolute;
  transition: all .3s;
  transform: rotate(0deg);
  z-index: 5;
}

.Service .circle:before,
.Service .circle:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}

.Service .circle:before {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.Service .circle:after {
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 2px 0 -2px;
}

.Service .out {
  width: 45%;
  padding-bottom: 45%;
  left: 28%;
  top: 24%;
}

.Service .out:after {
  right: 14%;
  bottom: 14%;
}

.Service .mid {
  width: 58.00000033%;
  padding-bottom: 58.00000033%;
  left: 20.80000003%;
  top: 20.80000003%;
}

.Service .mid:before {
  border-color: rgba(255, 255, 255, 0.2);
}

.Service .mid:after {
  left: 14%;
  bottom: 14%;
}

.Service .icon {
  width: 85.71428571%;
  padding-bottom: 85.71428571%;
  right: 7.14285714%;
  bottom: 7.14285714%;
  background: no-repeat center center;
  background-size: 44.16666667% auto;
}

.Service .icon:before {
  border-color: #fff;
}

.Service .icon:after {
  top: -2.5%;
  right: 40%;
}

.Service .name {
  font-size: 1.625em;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Service p {
  font-size: 1em;
  line-height: 1.875em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3.6900369%;
}

.Service a {
  display: block;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.Service a:hover .pic {
  /* transform:perspective(104vh) rotateY(0deg) scale(0.88); */
}

.Service a:hover .text {
  transform: rotate(0deg);
}

.Service a:hover .Ispic:after {
  background-color: rgba(0, 0, 0, 0);
}

.Service a:hover .out {
  animation: rotate 5s linear 0s infinite;
}

.Service a:hover .mid {
  animation: rotate 15s linear 0s infinite;
}

.Service a:hover .icon {
  animation: rotate 25s linear 0s infinite;
}

.Service a:hover .pic:after {
  width: 100%;
}


@media (min-width:1025px) {
  .Service .list {
    padding-top: calc(40 / 16 * 1em);
  }

  .Service .item {
    float: left;
    width: 28.82%;
  }

  .Service .item:not(:nth-child(3n)) {
    margin-right: calc((100% - 28.82% * 3)/2);
  }

}


/*Floor003195 */
.Floor003195 {
  background: #fff;
  background-size: cover;
}

.Floor003195 .intro {
  text-align: center;
  padding-top: calc(98 / 1920 * 100vw);
  padding-bottom: calc(98 / 1920 * 100vw);
}

.Floor003195 .column-tit {
  font-size: calc(50 / 16 * 1em);
  margin-bottom: calc(24 / 50 * 1em);
  color: #1d2377;
}

@media (max-width:1024px) {
  .Floor003195 .column-tit {
    font-size: calc(32 / 16 * 1em);
  }
}

.Floor003195 .intro .edit-info {
  font-size: calc(20 / 16 * 1em);
  line-height: 1.7;
}

.Floor003195 .icon-desc {
  background: url(../images/Floor003195-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: calc(147 / 1920 * 100vw);
  color: #fff;
}

.Floor003195 .icon-desc .sub-tit {
  text-align: center;
  font-size: calc(40 / 16 * 1em);
  margin-bottom: calc(118 / 1920 * 100vw);
}

.Floor003195 .icon-desc li {
  position: relative;
  text-align: center;
}

.Floor003195 .icon-desc li:not(:last-child) .line {
  position: absolute;
}

.Floor003195 .icon-desc li .icon {
  width: calc(95 / 16 * 1em);
  margin: 0 auto calc(60 / 16 * 1em);
  position: relative;
  border-radius: 0 calc(20 / 16 * 1em) 0 calc(20 / 16 * 1em);
  transition: 0.3s;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zhuan {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

.Floor003195 .icon-desc li .icon .quan {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: url(../images/quan.png) no-repeat center center;
  background-size: contain;
  animation: zhuan 5s linear infinite
}

.Floor003195 .icon-desc li .icon img {
  transition: 0.5s;
  width: calc(60 / 16 * 1em);
}

.Floor003195 .icon-desc li:hover .icon {
  border-color: rgba(0, 202, 121, 1);
}

.Floor003195 .icon-desc li:hover .icon:after {
  transform: scale(1);
}

.Floor003195 .icon-desc li:hover img {
  transform: rotate(360deg);
}

.Floor003195 .icon-desc li .icon dl {
  display: table;
  width: 100%;
  height: calc(103 / 16 * 1em);
}

.Floor003195 .icon-desc li .icon dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.Floor003195 .icon-desc li a {
  color: #fff;
}

.Floor003195 .icon-desc li .tit {
  font-size: calc(28 / 16 * 1em);
  line-height: 1.2;
}

.Floor003195 .icon-desc li p {
  margin: 1em 0 0 0;
  font-size: calc(18 / 16 * 1em);
}

@media (min-width:1025px) {
  .Floor003195 .intro .edit-info {
    max-width: calc(1066 / 1440 * 100%);
    margin: 0 auto;
  }

  .Floor003195 .icon-desc ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .Floor003195 .icon-desc li {
    vertical-align: middle;
    width: 25%;
    margin-bottom: 6em;
  }

  .Floor003195 .icon-desc li:not(:last-child) .line {
    height: 100%;
    width: 1px;
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
  }

  .Floor003195 .icon-desc li:not(:last-child) .line i {
    position: absolute;
    top: calc(100% + 9px);
    width: 10px;
    height: 9px;
    left: 50%;
    margin-left: -5px;
  }

  .Floor003195 .icon-desc li:not(:last-child) .line i:before,
  .Floor003195 .icon-desc li:not(:last-child) .line i:after {
    position: absolute;
    content: '';
    background-color: #c4151c;
    border-radius: 3px;
  }

  .Floor003195 .icon-desc li:not(:last-child) .line i:before {
    left: 0;
    width: 100%;
    height: 3px;
    top: 0;
  }

  .Floor003195 .icon-desc li:not(:last-child) .line i:after {
    width: 3px;
    left: 50%;
    margin-left: -1px;
    top: 0;
    height: 100%;
  }
}

@media (max-width:1024px) {
  .Floor003195 .icon-desc .sub-tit {
    font-size: calc(28 / 16 * 1em);
    margin-bottom: 2em;
  }

  .Floor003195 .icon-desc li:not(:last-child) .line {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    left: 0;
    bottom: 0;
  }

  .Floor003195 .icon-desc li:not(:last-child) {
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
}


/*Bottom002743 */
.Bottom002743 {
  background: #1a1a1a;
  padding-top: 3%;
  color: rgba(255, 255, 255, 0.6);
}

.Bottom002743 a {
  color: rgba(255, 255, 255, 0.6);
}

.Bottom002743 a:hover {
  color: #fff;
}

.Bottom002743 .b-top {
  padding-bottom: 2%;
}

.Bottom002743 .copyright {
  line-height: 1.6;
  padding: 20px 0;
  font-size: 0.875em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Bottom002743 .copyright a:not(:last-child):after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  vertical-align: middle;
  margin: 0 10px;
}

.Bottom002743 .links {
  margin: 53px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  line-height: 24px;
  padding: 11px 0 11px 70px;
}

.Bottom002743 .links a {
  display: inline-block;
}

.Bottom002743 .links span {
  position: absolute;
  left: 0;
  top: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.Bottom002743 .links a:not(:last-child):after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.07);
  vertical-align: middle;
  margin: 0 14px;
}

.Bottom002743 .link {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 100px;
  position: relative;
}

.Bottom002743 .link .tit {
  position: absolute;
  left: 0;
  top: 30px;
  width: 70px;
}

.Bottom002743 .link .ul {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
}

.Bottom002743 .link li {
  float: left;
  margin-right: 2%;
  font-size: 32px;
}

.Bottom002743 .link li a {
  color: #fff;
  line-height: 46px;
  display: block;
}

.Bottom002743 .link li img {}

.Bottom002743 .contact {
  max-width: 300px;
}

.Bottom002743 .contact .name,
.Bottom002743 nav dl dt {
  font-size: 1.125em;
  color: #fff;
  padding-bottom: 25px;
  font-weight: bold;
}

.Bottom002743 .contact li {
  padding-bottom: 10px;
  line-height: 1.875;
}

.Bottom002743 .contact li aside {
  padding-left: 30px;
  background-position: left top 8px;
  background-repeat: no-repeat;
}

.Bottom002743 .contact li:nth-child(1) {
  padding-bottom: 1em;
}

.Bottom002743 .contact li:nth-child(1) aside {
  background-image: url(../images/Bottom002743_icon_call.png);
}

.Bottom002743 .contact li:nth-child(2) aside {
  background-image: url(../images/Bottom002743_icon_email.png);
}

.Bottom002743 .contact li:nth-child(3) aside {
  background-image: url(../images/Bottom002743_icon_add.png);
}

.Bottom002743 .contact li b {
  font-size: 1.875em;
  color: #fff;
  line-height: 1.6;
}

.Bottom002743 nav dl dt a {
  color: #fff;
  font-weight: bold;
}

.Bottom002743 nav {
  float: right;
  width: 65%;
}

.Bottom002743 nav dl {
  float: left;
  max-width: 180px;
}

.Bottom002743 nav dd {
  line-height: 1.6;
  padding: 4px 0;
}

.Bottom002743 nav .code {
  text-align: center;
}

.Bottom002743 nav .code img {
  max-width: 140px;
}

@media(min-width:769px) {
  .Bottom002743 .contact {
    float: left;
  }

  .Bottom002743 .copyright aside {
    float: right;
  }
}

@media(max-width:768px) {
  .Bottom002743 {
    padding-top: 5%;
  }

  .Bottom002743 nav {
    display: none;
  }

  .Bottom002743 .contact {
    display: table;
    margin: 0 auto;
  }

  .Bottom002743 .links {
    margin: 30px 0;
  }

  .Bottom002743 .contact .name,
  .Bottom002743 .copyright {
    text-align: center;
  }
}



#widget {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  font-size: 14px;
  line-height: 1.35em;
  z-index: 10;
}

#widget li {
  margin-bottom: 2px;
  position: relative;
}

#widget li:last-child {
  margin-bottom: 0;
}

#widget a {
  display: block;
  overflow: hidden;
  background-color: #1e3555;
  color: #fff;
  text-align: center;
  padding: 17.948% 6.4%;
  border-radius: 5px;
}

#widget a:hover {
  opacity: .9;
}

#widget i {
  display: block;
  width: 36.765%;
  padding-bottom: 36.765%;
  background: no-repeat center center;
  background-size: contain;
  margin: 0 auto 8.929%;
}

#widget .chat i {
  background-image: url(../images/widget_chat.png);
}

#widget .msg i {
  background-image: url(../images/widget_msg.png);
}

#widget .tel i {
  background-image: url(../images/widget_tel.png);
}

#widget .gettop i {
  background-image: url(../images/gettop.png);
}

#widget .num {
  background-color: #1e3555;
  color: #fff;
  text-align: left;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  white-space: nowrap;
  padding: 0 1em;
  font-size: 24px;
  margin-right: 1px;
  border-radius: 5px;
  display: none;
}

#widget .tel .num a {
  color: #fff;
}

#widget .num span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#widget .icon.gettop {
  background-position: 0 100%;
}

#widget .icon.open {
  background-image: none;
  position: relative;
}

#widget .open span {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media(max-width:1024px) {
  #widget {
    width: 70px;
    font-size: 12px;
  }

  #widget .num {
    font-size: 20px;
  }
}

@media(max-width:768px) {
  #widget {
    width: 60px;
  }

  #widget .num {
    font-size: 16px;
  }
}





/*Floor003197 */
.Floor003197 {
  overflow: hidden;
  font-family: 'HarmonyOS_Sans_SC';
  background: #eee;
  background-size: cover;
}

.Floor003197 .root-sz-16 {
  padding: calc(60 / 16 * 1em) 0 calc(60 / 16 * 1em) 0;
}

.Floor003197 .title {
  text-align: center;
  font-size: 2.5em;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: #000000;
  margin-bottom: calc(30 / 44 * 1em);
}

.Floor003197 .main {
  background-color: #fff;
  border-radius: calc(20 / 16 * 1em);
  width: calc(800 / 920 * 100%);
  margin: 0 auto;
  position: relative;
  padding: calc(79 / 16 * 1em) 0 calc(60 / 16 * 1em) calc(60 / 16 * 1em);
  transition: 0.3s 0.5s;
}

.Floor003197 .main .tit {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  color: #000000;
}

.Floor003197 .main pre {
  font-size: calc(16 / 16 * 1em);
  line-height: 2;
  font-family: 'HarmonyOS_Sans_SC_Light';
  min-height: 6em;
  margin-bottom: 1.134em;
}

.Floor003197 .main .more a {
  display: inline-block;
  padding: 0 calc(57 / 16 * 1em) 0 calc(20 / 16 * 1em);
  line-height: calc(60 / 16 * 1em);
  border: solid 2px #1e3555;
  border-radius: calc(60 / 16 * 1em);
  color: #1e3555;
  background: url(../images/Floor003197-more.svg) no-repeat right calc(21 / 16 * 1em) center;
  transition: 0.3s;
  background-size: auto calc(12 / 16 * 1em);
}

.Floor003197 .main .more a:hover {
  background-color: #1e3555;
  color: #fff;
  background-image: url(../images/Floor003197-more-on.svg);
  background-position: left calc(21 / 16 * 1em) center;
  padding: 0 calc(20 / 16 * 1em) 0 calc(57 / 16 * 1em);
}

.Floor003197 .main .pic {
  text-align: center;
}

.Floor003197 .main .pic .ytable {
  height: 100%;
}

.Floor003197 .slick-arrow {
  position: absolute;
  width: 1em;
  height: 1em;
  border: solid 2px #e3e3e3;
  top: 50%;
  margin-top: -0.5em;
  border-radius: 50%;
  background: url(../images/Floor003197-prev.svg) no-repeat center center;
  background-size: auto calc(12 / 60 * 1em);
  z-index: 10;
  transition: 0.3s;
  font-size: calc(60 / 16 * 1em);
  text-indent: -999em;
  overflow: hidden;
}

.Floor003197 .slick-arrow:hover {
  background-color: #1e3555;
  border-color: #1e3555;
}

.Floor003197 .slick-next {
  background-image: url(../images/Floor003197-next.svg);
}

.Floor003197 .slick-prev:hover {
  background-image: url(../images/Floor003197-prev-on.svg);
}

.Floor003197 .slick-next:hover {
  background-image: url(../images/Floor003197-next-on.svg);
}

@media (min-width:1025px) {
  .Floor003197 .slider {
    width: 143.75%;
    margin-left: calc(-43.75% / 2);
  }

  .Floor003197 .slider li.slick-slide {
    padding-top: calc(24 / 16 * 1em);
    padding-bottom: calc(33 / 16 * 1em);
  }

  .Floor003197 .slick-prev {
    left: 33%;
    margin-left: -0.5em;
  }

  .Floor003197 .slick-next {
    right: 33%;
    margin-right: -0.5em;
  }

  .Floor003197 .main .pic {
    position: absolute;
    bottom: calc(-33 / 16 * 1em);
    top: calc(-24 / 16 * 1em);
    width: calc(380 / 800 * 100%);
    right: 0;
  }

  .Floor003197 .main .pic .ytable-cell {
    /* vertical-align: bottom; */
  }

  .Floor003197 .main .pic img {
    max-height: calc(457 / 16 * 1em);
    max-width: 85%;
  }

  .Floor003197 .main .txt {
    width: calc(380 / 800 * 100%);
  }

  .Floor003197 .slider li:not(.slick-current) .main {
    opacity: 0.6;
  }
}

@media (max-width:1024px) {
  .Floor003197 .root-sz-16 {
    padding: 3em 0;
  }

  .Floor003197 .title {
    font-size: 2em;
  }

  .Floor003197 .slick-prev {
    left: 0.1em;
  }

  .Floor003197 .slick-next {
    right: 0.1em;
  }

  .Floor003197 .main {
    padding: 0 2em 2em;
  }

  .Floor003197 .main .pic {
    height: 42vw;
  }

  .Floor003197 .main .pic img {
    max-height: 30vw;
  }

  .Floor003197 .main pre,
  .Floor003197 .main .txt {
    text-align: center;
  }

  .Floor003197 .main .tit {
    font-size: 1.5em;
  }
}


/*PicList003142 */
.PicList003142 {
  padding: 4% 0;
  background: #eee;
  overflow: hidden;
}

.PicList003142 .slider {
  overflow: hidden;
}

.PicList003142 li {
  margin-bottom: 2.5em;
  overflow: hidden;
  /* border: 1px solid #ccc; */
}

.PicList003142 li a {
  display: block;
  margin: 0 1.25em;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.PicList003142 li .txt {
  background: #fff;
  padding: 1.875em;
}

.PicList003142 li .tit {
  font-size: 1.25em;
  text-align: center;
  color: #000;
  font-weight: bold;
  -webkit-line-clamp: 1;
}

.PicList003142 li p {
  font-size: 1em;
  line-height: 1.8;
  /*min-height: 3.6em;*/
  color: #666;
  text-align: center;
}

.PicList003142 li .pic {
  overflow: hidden;
}

.PicList003142 li .Ispic {
  padding-bottom: 82.223%;
  transition: 0.3s;
}

.PicList003142 li a:hover .Ispic {
  transform: scale(1.1);
}

.PicList003142 li a:hover .tit {
  color: #1e3555;
}

.PicList003142 li time {
  color: #999999;
  display: block;
  background: url(../images/PicList003142-icon.svg) no-repeat right center;
  font-family: 'Roboto-Regular';
}

.PicList003142 li a:hover time {
  background-image: url(../images/PicList003142-icon-red.svg);
}


.PicList003142 .slick-dots {
  text-align: center;
  margin-top: 2vw;
}

.PicList003142 .slick-dots li {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 2px;
}

.PicList003142 .slick-dots li button {
  padding: 0;
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  border: 0;
}

.PicList003142 .slick-dots li.slick-active button {
  background: #1e3555;
  width: 50%;
  height: 50%;
}

.PicList003142 .slick-dots li.slick-active:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e3555;
  border-radius: 50%;
  clip: rect(0 28px 7px 0);
  animation: zhuan 2s infinite linear;
}




/*Banner003144 */
.Banner003144 {
  position: relative;
}

.Banner003144 .pc {
  background-position: center center;
  background-repeat: no-repeat;
  height: 31.25em;
  background-size: cover;
}

.Banner003144 .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.Banner003144 .txt .ytable {
  height: 100%;
  table-layout: fixed;
  width: 86%;
}

.Banner003144 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Banner003144 .txt .cn {
  color: #fff;
  font-size: calc(42 / 16 * 1em);
  line-height: 2;
  font-weight: bold;
}

.Banner003144 .txt .en {
  color: #fff;
  font-size: calc(40 / 16 * 1em);
}

@media (min-width:1025px) {
  .Banner003144 .wap {
    display: none;
  }
}

@media (max-width:1024px) {
  .Banner003144 .pc {
    display: none;
  }
}




/*Menu003135 */
.Menu003135 {
  /* background: #eee; */
  border-bottom: 1px solid #eee;
}

.Menu003135 .current {
  font-size: 0.875em;
  padding-left: 1.21428em;
  background: url(../images/Menu003135-icon.svg) no-repeat left center;
  background-size: 1em auto;
  line-height: 5.7142;
}

.Menu003135 .current,
.Menu003135 .current a:not(:hover) {
  color: #666;
}

.Menu003135 .current a:hover {
  color: #1e3555;
}

.Menu003135 .current span {
  color: #000;
}

.Menu003135 .nav-menu li {
  float: left;
  font-size: 1.125em;
  line-height: 4.44444;
  text-align: center;
}

.Menu003135 .nav-menu li:not(:last-child) {
  margin-right: 2.222em;
}

.Menu003135 .nav-menu li a {
  display: block;
  position: relative;
  color: #000;
}

.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a {
  color: #1e3555;
  font-weight: bold;
}

.Menu003135 .nav-menu li a:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  transition: 0.3s;
  background-color: #1e3555;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.Menu003135 .nav-menu li a:hover:after,
.Menu003135 .nav-menu li.aon a:after {
  width: 100%;
}

.Menu003135 .nav-menu li a:hover {
  display: inline-block;
  margin: 0;
}

.Menu003135 .nav-menu .slider li a {
  margin: 0 41px;
}

.Menu003135 .nav-menu li.slick-slide {
  margin-right: 0;
  display: inline-block;
}

.Menu003135 .nav-menu li.slick-slide a {
  display: inline-block;
}

.Menu003135 .slick-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -9px;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  border: 0;
  background: none;
  padding: 0;
  border-top: 2px solid #1e3555;
  border-left: 2px solid #1e3555;
  transform: rotate(-45deg);
}

.Menu003135 .slick-prev {
  left: 3px;
}

.Menu003135 .slick-next {
  transform: rotate(135deg);
  right: 14px;
}

@media (min-width:1025px) {
  .Menu003135 .nav-menu {
    width: 62%;
  }
}

@media (max-width:1024px) {
  .Menu003135 .current {
    display: none;
  }

  .Menu003135 .nav-menu li {
    line-height: 3;
  }
}

@media (max-width:640px) {
  .Menu003135 .nav-menu .slider {
    padding: 0 10px;
  }

  .Menu003135 .nav-menu .slider a {
    margin: 0 12px;
  }

  .Menu003135 .slick-prev {
    left: 0;
  }

  .Menu003135 .slick-next {
    right: 0;
  }
}





/*Menu002147 */
.Menu002147{ background:#f8f8f8;}
.Menu002147 .auto{max-width:1440px;}
.Menu002147 ul{  margin:0 auto;}
.Menu002147 li{ float:left; padding:0 35px;position:relative;}
.Menu002147 li:nth-child(1){padding-left:0;}
.Menu002147 li:after{ position:absolute; content:''; width:1px; right:0; top:50%; height:14px; margin-top:-7px; background:#dfdfdf;}
.Menu002147 li.end:after{ display:none;}
.Menu002147 li a{ display:block;font-size:16px; position:relative; overflow:hidden; line-height:70px;height:70px;}
.Menu002147 li a:after{ position:absolute; left:0; bottom:0;content:''; height:2px; width:100%;}
.Menu002147 li.aon a,
.Menu002147 li:hover a{ color:#1e3555;}
.Menu002147 li.aon a:after,
.Menu002147 li:hover a:after{ background:#1e3555;}
@media(max-width:1024px){
.Menu002147 li{ padding:0 20px;}
.Menu002147 li a{  line-height:50px;height:50px;}
}
@media(max-width:768px){
.Menu002147 ul{ display:block;}
.Menu002147 li{ float:left; width:25%; text-align:center; padding:0;}
}
@media(max-width:768px) and (min-width:481px){
.Menu002147 li:nth-child(4n):after{ display:none;}
}
@media(max-width:480px){
.Menu002147 li{ width:33.33333333333%}
.Menu002147 li:nth-child(3n):after{ display:none;}
}
@media(max-width:375px){
.Menu002147 li a{ font-size:14px;}
}



.tipsearch{padding-top:4%;}
.tipsearch .auto{max-width:1400px;}
.tipsearch .search{height: 54px;max-width: 600px;margin: 0 auto;border: 1px solid #e5e5e5;border-radius: 33px;position: relative;}
.tipsearch .search input{border:none; }
.tipsearch .search .text{width:100%;height: 54px;line-height: 54px;padding: 0 56px 0 33px;background:none;color:#999;font-size: 16px;}
.tipsearch .search .btn{ cursor:pointer; position:absolute; right:0; top:0; width:65px; height:100%; background:url(../images/Top003084-search2.png) no-repeat center center; padding:0;}





.Category {
  padding: 4% 0;
  margin-bottom: 0em;
}

.Category ul {
  margin: 0 -7px;
}

.Category li {
  width: 17.666%;
  float: left;
  margin-bottom: 1%;
}

.Category li .box {
  display: block;
  margin: 0 7px;
  border: 1px solid #eee;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
}
.Category li.on .box {
  border: 1px solid #1e3555;
  background: #1e3555;
}
.Category li.on .box .tit {
 color:#fff
}
/* .Category li:first-child .box {
  border: 1px solid #1e3555;
  background: #1e3555;
}
.Category li:first-child .box .tit {
 color:#fff
} */
.Category li .txt {
  padding: 1em;
}

.Category li .tit {
  font-size: 0.95em;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
}

.Category li p {
  font-size: 0.875em;
  line-height: 1.78571;
  min-height: 3.57142em;
  color: #999999;
}

.Category li .pic {
  overflow: hidden;
}

.Category li .Ispic {
  padding-bottom: 100%;
  transition: 0.3s;
}

.Category li a:hover .Ispic {
  transform: scale(1.1);
}

.Category li a:hover .tit {
  color: #1e3555;
}

.Category .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #1e3555;
  border-right: 0;
  border-bottom: 0;
  margin-top: -8px;
}

.Category .slick-prev {
  left: -20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.Category .slick-next {
  right: -20px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

@media(max-width:640px) {
.Category li {width: 50%;}

}


/*Floor002655 */
.Floor002655 {
  padding: 0 0 4% 0;
}

.Floor002655 li {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 32%;
}

.Floor002655 li a {
  display: block;
  position: relative;
  background: #ececec;
  transition: 0.3s;
}

.Floor002655 li:nth-child(1) a {
  background: #f6f6f6;
}

.Floor002655 li:nth-child(2) a {
  background: #ffece6;
}

.Floor002655 li:nth-child(3) a {
  background: #e0ebff;
}

.Floor002655 li:nth-child(4) a {
  background: #f4f6f8;
}

.Floor002655 li:nth-child(5) a {
  background: #e8edf3;
}

.Floor002655 li .txt {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 80%;
  line-height: 1.6;
}

.Floor002655 li .txt h2 {
  margin: 0;
  font-size: 1.5em;
  color: #000;
  font-weight: normal;
}

.Floor002655 li .txt h3 {
  margin: 0;
  font-size: 1.625em;
  color: #000;
  font-weight: normal;
}

.Floor002655 li .txt p {
  font-size: 1.125em;
  color: #666;
  margin: 0;
  line-height: 2;
}

.Floor002655 li .txt span {
  color: #000;
  text-decoration: underline;
}

.Floor002655 li a:hover {
  box-shadow: 0 2px 14px rgba(91, 91, 91, 0.2);
}

.Floor002655 li:nth-child(4) .txt {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.Floor002655 li:nth-child(5) .txt {
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  width: 45%;
}

.Floor002655 ul {
    display: flex;
    flex-wrap: wrap;
}
@media(min-width:641px) {

  .Floor002655 li:nth-child(1),
  .Floor002655 li:nth-child(2),
  .Floor002655 li:nth-child(3) {
    width: 32%;
  }

  .Floor002655 li:nth-child(3) {
    margin-right: 0;
  }

  /* .Floor002655 li:nth-child(4),
  .Floor002655 li:nth-child(5) {
    width: 49%;
  } */

  .Floor002655 li:nth-child(4) ,
  .Floor002655 li:nth-child(5) {
    width: 49%;
  }
  .Floor002655 li:nth-child(5) {
    margin-right: 0;
  }
}


.column-name {
  text-align: left;
  /* border-bottom: 1px solid #eee; */
  background: #f5f5f5;
  padding: 2% 0;
}

.column-name .name {
  position: relative;
}

.column-name .column {
  line-height: 1;
}

.column-name .cn {
  font-size: 2em;
  margin-bottom: 0.2em;
  color: #000;
  line-height: 1;
  font-weight: bold;
}

.column-name .en {
  font-size: 1em;
  color: #666;
  line-height: 1;
}

.column-name .more {
  color: #999;
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 1em;
}

.column-name .more:hover {
  color: #1e3555;
}

.column-name .more::after {
  display: inline-block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  margin-left: 0.35em;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  margin-top: -3px;
}

.column-name .txt {
  display: flex;
  align-items: center;
}

.column-name .txt h2 {
  font-size: 4em;
  margin: 0;
  margin-right: 0.3em;
  color: #1e3555;
  position: relative;
  /* padding-left: 15px; */
}

/* .column-name .txt h2:before {content: "";width: 5px;height: 50px;background: #1e3555;position: absolute;top: 50%;left: 0;margin-top: -25px;display: block;} */


.Pro .ProBox .ProLeft {
  width: 30%;
  float: left;
}

.Pro .ProBox .ProRight {
  width: 68%;
  float: right;
}

.Pro .ProBox .Prolist {
  padding: 2% 0;
}

/* .Pro .ProBox .ProRight .list li{width:32%;float: left;margin-right: 2%;background: #fff;margin-bottom: 2%;color: #fff;border: 1px solid #eee; }
.Pro .ProBox .ProRight .list li:nth-child(3n){margin-right: 0%;} */
.Pro .ProBox .ProRight .list li a {
  position: relative;
  z-index: 3;
  display: block;
  background-color: #eee;
  margin: 3%;
  border: solid 1px #eee;
  overflow: hidden;
  transition: 0.3s;
}

.Pro .ProBox .ProRight .list li .txt {
  text-align: center;
  padding: 2%;
}

.Pro .ProBox .ProRight .list li .tit {
  font-size: 1.125em;
  padding-top: 10px;
  color: #000;
  font-weight: bold;
}

.Pro .ProBox .ProRight .list li p {
  font-size: 1em;
  color: #666;
  margin: 0.5em 0;
  line-height: 2;
}

.Pro .ProBox .ProRight .list li .pic {
  overflow: hidden;
}

.Pro .ProBox .ProRight .list li .Ispic {
  padding-bottom: 75%;
  transition: 0.3s;
}

.Pro .ProBox .ProRight .list li:hover .Ispic {
  transform: scale(1.1);
}

.Pro .ProBox .ProRight .list li a:hover .tit {
  color: #1e3555;
}

/* .Pro .ProBox3{ background: #f5f5f5;margin-bottom: 2%;}
.Pro .ProBox3 .Prolist{ padding: 0% 0;} */
.Pro .ProBox .ProR .list {
  padding: 2% 0;
}

.Pro .ProBox .ProR .list li {
  /* float: left;margin-right: 1%;background: #fff;margin-bottom: 1%;color: #fff;border: 1px solid #eee; */
}

.Pro .ProBox .ProR .list li .txt {
  text-align: center;
  padding: 2%;
}

.Pro .ProBox .ProR .list li .tit {
  font-size: 1em;
  padding-top: 10px;
  color: #000;
  font-weight: bold;
}

.Pro .ProBox .ProR .list li p {
  font-size: 0.875em;
  color: #666;
  margin: 0;
  line-height: 2;
  height:2em;
}

.Pro .ProBox .ProR .list li .pic {
  overflow: hidden;
}

.Pro .ProBox .ProR .list li .Ispic {
  padding-bottom: 75%;
  transition: 0.3s;
}

.Pro .ProBox .ProR .list li:hover .Ispic {
  transform: scale(1.1);
}

.Pro .ProBox .ProR .list li a:hover .tit {
  color: #1e3555;
}

.Pro .ProBox .ProR .list .slick-slide{width:100%;margin-bottom:2%;}

.Pro .ProBox .slick-dots {
  text-align: center;
  margin-top: 1vw;
}

.Pro .ProBox .slick-dots li {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 2px;
}

.Pro .ProBox .slick-dots li button {
  padding: 0;
  width: 50%;
  height: 50%;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  border: 0;
}

.Pro .ProBox .slick-dots li.slick-active button {
  background: #1e3555;
  width: 50%;
  height: 50%;
}

.Pro .ProBox .slick-dots li.slick-active:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e3555;
  border-radius: 50%;
  clip: rect(0 28px 7px 0);
  animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0);
  }
}

@media(min-width:641px) {
  .Pro .ProBox .ProRight .list .slider {
    margin: 0 -0.5%;
  }

  .Pro .ProBox .ProR .list .slick-slide>div {
    width: 25%;
    float: left;
  }
}

@media(max-width:640px) {

  .Pro .ProBox .ProLeft,
  .Pro .ProBox .ProRight {
    width: 100%;
    float: none;
  }

  .Pro .ProBox .ProLeft {
    margin-bottom: 2%;
  }

  /* .Pro .ProBox .ProR .list li{ width: 32%; margin-right: 2%;}
.Pro .ProBox .ProR .list li:nth-child(3n){margin-right: 0%;} */
  .Pro .ProBox .ProRight .list .slider {
    margin: 0 -1.5%;
  }

  .Pro .ProBox .ProR .list .slick-slide>div {
    width: 50%;
    float: left;
  }
}



/* 产品中心列表 */

.productlist {
  padding: 4% 0 2% 0;
}

.productlist li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 2%;
  color: #fff;
  border: 1px solid #eee;
}

.productlist li:nth-child(4n) {
  margin-right: 0%;
}

.productlist li .txt {
  text-align: center;
  padding: 2%;
}

.productlist li .tit {
  font-size: 1.125em;
  padding-top: 10px;
  color: #000;
  font-weight: bold;
}

.productlist li p {
  font-size: 1em;
  color: #666;
  margin: 0;
  line-height: 2;
}

.productlist li .pic {
  overflow: hidden;
}

.productlist li .Ispic {
  padding-bottom: 75%;
  transition: 0.3s;
}

.productlist li:hover .Ispic {
  transform: scale(1.1);
}

.productlist li a:hover .tit {
  color: #1e3555;
}



/* 产品详情 */
.Contain {
  padding: 4% 0;
  overflow: hidden;
}
.Contain.css-proInfo {
  overflow: visible;
}

.Contain .fl {
  width: 20%;
  position: relative;
}

/* .Contain .fl::before{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 150vh; background: #f6f6f6; z-index: -10;   } */
.Contain .fr {
  width: 78%;
}


@media(max-width:1024px) {

  .Contain .fl,
  .Contain .fr {
    width: 100%;
  }
}










/* 栏目页导航 */
.css-proInfo .pfl {
  position: sticky;
  top: 10px;
  z-index: 6;
}

.pfloat_box {
  position: relative;
}

.pfloat_box .side-title {
  padding: 0.625em;
  background-color: #1e3555;
  font-size: 1.5em;
  color: #fff;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.pfloat_box .side-open_menu {
  display: none;
}

/* 栏目页导航二级 */
.pfloat_box .box {
  /* margin-bottom: 0.2em; */
}

.pfloat_box .box .tit {
  color: #000;
  background: #f5f5f5;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  display: block;
  line-height: 3;
  font-size: 20px;
  border-bottom: 1px solid #eee
}

.pfloat_box .box .tit:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transition: all .3s;
}

.pfloat_box .box .tit:hover,
.pfloat_box .box .tit.aon {
  color: #1e3555;
  background: #d1def1;
  font-weight: bold;
}

.pfloat_box .box .tit:hover:after,
.pfloat_box .box .tit.aon:after {
  border-color: #1e3555;
  border-width: 2px;
}



/* 栏目页导航三级 */
.pfloat_box .box>ul {
  display: none;
}

.pfloat_box .box>ul>li {
  margin-bottom: 0px;
  border-bottom: 1px solid #eee
}

.pfloat_box .box>ul>li>a {
  color: #000;
  font-size: 18px;
  display: block;
  line-height: 2.5;
  transition: 0s;
  padding: 0.2em 20px;
  position: relative;
  background: #f9f9f9;
}

.pfloat_box .box>ul>li>a:hover,
.pfloat_box .box>ul>li.aon>a {
  background: #dee8f5;
}

.pfloat_box .box>ul>li>a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transition: all .3s;
}

.pfloat_box .box>ul>li>a:hover::after,
.pfloat_box .box>ul>li.aon a::after {
  border-color: #1e3555;
}



/* 栏目页导航四级 */
.pfloat_box .box ul li .bul {
  display: none;
  background: #fff;
}

.pfloat_box .box ul li.aon .bul {
  display: block;
}

.pfloat_box .box ul li .bul li {
  border-bottom: 1px solid #eee
}

.pfloat_box .box ul li .bul li:last-child {
  border-bottom: none
}

.pfloat_box .box ul li .bul li a {
  color: #555;
  line-height: 2;
  display: block;
  padding: 12px 30px 12px 1.3em;
  font-size: 0.975em;
  position: relative;
}

.pfloat_box .box ul li .bul li a:hover,
.pfloat_box .box ul li .bul li.aon a { color: #1e3555;}
.pfloat_box .box ul li .bul li.aon a{ font-weight: bold;}
.pfloat_box .box ul li .bul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transition: all .3s;
}

.pfloat_box .box ul li .bul li a:hover::after,
.pfloat_box .box ul li .bul li.aon a::after {
  border-color: #1e3555;
}
@media(max-width:1024px) {
  .css-proInfo .pfl {
    position: relative;
  }
}

@media(max-width:640px) {
  .pfloat_box .box .tit {
    font-size: 1.6em;
    line-height: 2.6;
  }

  .pfloat_box .box>ul>li>a {
    padding: 0 20px;
    font-size: 1.6em;
  }

  .pfloat_box .box ul li .bul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}



/*RighInfo003134 */
.RighInfo003134 {
  /* padding: 4% 0; */
}

.RighInfo003134 .img-side {
  border: solid 1px #f2f2f2;
  margin-bottom: 4em;
}

.RighInfo003134 .img-side .ytable-cell {
  padding-bottom: 3em;
}

.RighInfo003134 .img-group {
  position: relative;
}

.RighInfo003134 .img-group li .Ispic {
  background-size: contain;
  padding-bottom: 62.167%;
}

.RighInfo003134 .controls {
  display: table;
  position: relative;
  padding: 0 56px;
  margin: 3.125em auto 0;
}

.RighInfo003134 .controls .slick-dots li {
  float: left;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 5px;
}

.RighInfo003134 .controls .slick-dots li button {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  cursor: pointer;
  border: 0;
  font-size: 0;
  padding: 0;
  transition: 0.3s;
}

.RighInfo003134 .controls .slick-dots li.slick-active button {
  background-color: #1e3555;
  width: 100%;
  height: 100%;
}

.RighInfo003134 .controls .slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5px;
}

.RighInfo003134 .controls .slick-prev {
  left: 0;
  background-image: url(../images/RighInfo003134-btn-prev.svg);
}

.RighInfo003134 .controls .slick-next {
  right: 0;
  background-image: url(../images/RighInfo003134-btn-next.svg);
}

.RighInfo003134 .controls .slick-disabled {
  cursor: default;
}

.RighInfo003134 .controls .slick-prev.slick-disabled {
  background-image: url(../images/RighInfo003134-btn-prev-disabled.svg);
}

.RighInfo003134 .controls .slick-next.slick-disabled {
  background-image: url(../images/RighInfo003134-btn-next-disabled.svg);
}

.RighInfo003134 .img-side .txt {
  text-align: left;
  /* background: #f9f9f9; */
}

.RighInfo003134 .img-side .tit {
  font-size: 2em;
  color: #000;
  margin-bottom: 1em;
  font-weight: bold;
}

.RighInfo003134 .img-side .line {
  width: 15px;
  height: 2px;
  background-color: #1e3555;
  display: block;
  margin: 0 auto;
}

.RighInfo003134 .img-side .text {
  line-height: 2;
  color: #666;
}

.RighInfo003134 .img-side .btn {
  margin-top: 3.375em;
}

.RighInfo003134 .img-side .btn a {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  margin: 0 5px;
  min-width: 8.5em;
  text-align: center;
  line-height: 3;
  padding: 0 1.8125em;
  cursor: pointer;
}

.RighInfo003134 .img-side .btn a.download {
  background-color: #1e3555;
}

.RighInfo003134 .img-side .btn a.download2 {
  background-color: #6e6e6e;
}

.RighInfo003134 .tab .h1_tab {
  margin: 0;
  margin-bottom: 3%;
  border-bottom: 1px solid #e7e8e8;
  overflow: hidden;
  font-size: 1em;
  font-weight: normal;
  color: #000;
}

.RighInfo003134 .tab .h1_tab span {
  float: left;
  padding: 0 2.1em;
  line-height: 3.2em;
  background-color: #f9f9f9;
  margin-right: 0.5em;
  cursor: pointer;
  color: #000;
}
.RighInfo003134 .tab .h1_tab span:last-child {
  margin-right: 0;
}
.RighInfo003134 .tab .h1_tab span.on {
  background-color: #1e3555;
  color: #fff;
  font-weight: bold;
}


.RighInfo003134 .prod-intro .name {
  border-bottom: 1px solid #efefef;
  font-size: 1.5em;
  padding-bottom: 0.666em;
  color: #000;
  line-height: 2;
}

.RighInfo003134 .prod-intro .name i {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #1e3555;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.625em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}

.RighInfo003134 .prod-intro .name-1 i {
  background-image: url(../images/RighInfo003134-icon-file.svg);
}

.RighInfo003134 .prod-intro .name-2 i {
  background-image: url(../images/RighInfo003134-title-icon.svg);
}

.RighInfo003134 .prod-intro .singlePage {
  line-height: 2;
  margin: 2em 0 3em 0;
  color: #000;
  font-size: 1em;
}

.RighInfo003134 .prod-intro .singlePage .sx li {
  width: 33.33%;
  float: left;
}

.RighInfo003134 .prod-intro .singlePage .sx li dt {
  background: #1e3555;
  color: #fff;
  line-height: 2.5;
  margin-bottom: 20px;
}

.RighInfo003134 .prod-intro .singlePage .sx li dt {
  display: block;
  position: relative;
}

.RighInfo003134 .prod-intro .singlePage .sx li dt i {
  background: url(../images/RighInfo003134-icon.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 9px;
  margin-left: 10px;
}

.RighInfo003134 .prod-intro .singlePage .sx li dt span {}

.RighInfo003134 .prod-intro .singlePage .sx li dd {
  color: #1e3555;
  font-size: 1em;
}

.RighInfo003134 .prod-intro .singlePage .sx li dd:hover {
  background: #1e3555;
  color: #fff;
}

.RighInfo003134 .prod-intro .singlePage .sx li dt,
.RighInfo003134 .prod-intro .singlePage .sx li dd {
  padding: 0 10%;
}

.RighInfo003134 .prod-intro .singlePage .sx li dd.unclick {
  color:#999;
}
.RighInfo003134 .prod-intro .singlePage .sx li dd.unclick:hover {
  color:#999;
  background-color:transparent;
}

.RighInfo003134 .prod-intro .singlePage .list_img .item {
  width: 33.33%;
  float: left;
  padding: 0 20px 10px;
}



.cplb {}

.cplb .ProLeft {
    padding: 0;
    width: 20% !important;
}

.cplb .ProLeft .fl {
    width: 100%;
}

.cplb #prodiv {
    width: 78%;
}
.cplb .list {
  padding: 0!important;
}

@media (min-width:1025px) {
  .RighInfo003134 .img-side{ border: none;}
  .RighInfo003134 .img-side .xy{ vertical-align: top;}
  .RighInfo003134 .img-group .group{border: solid 1px #f2f2f2; position: relative; height: 444px;}
  .RighInfo003134 .img-side .ytable-cell {  vertical-align: top;
  }
  .RighInfo003134 .img-group {
    width: 50%;
    
  }
  .RighInfo003134 .img-side .txt {
    padding: 3em 4%;
    border: solid 1px #f2f2f2;
  }
  .RighInfo003134 .tab .h1_tab span {
    padding: 0 2.2em;
  }
}

@media (max-width:1024px) {
  .RighInfo003134 .img-side {
    padding: 2em;
  }

  .RighInfo003134 .img-side .btn a {
    min-width: calc(50% - 10px);
    padding: 0;
  }
}


/* 视频 */
.RighInfo003134 .img-group .play {
  /* width:100%; height:100%; */
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 5;
}

.RighInfo003134 .img-group .play::before,
.RighInfo003134 .img-group .play::after {
  position: absolute;
  content: '';
  z-index: 5;
  top: 50%;
  left: 50%;
}

.RighInfo003134 .img-group .play::before {
  width: 50px;
  height: 50px;
  background-color: rgba(30, 53, 85, 0.8);
  margin-left: -25px;
  margin-top: -25px;
}

.RighInfo003134 .img-group .play::after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: -5px;
  margin-top: -10px;
}

.RighInfo003134 .video_files {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.RighInfo003134 .video_files video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.RighInfo003134 .video_files .close {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fd0000;
  cursor: pointer;
}

.RighInfo003134 .video_files .close::before,
.RighInfo003134 .video_files .close::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 70%;
  border-radius: 3px;
  background-color: #fff;
  left: 13px;
  top: 5px;
}

.RighInfo003134 .video_files .close::before {
  transform: rotate(45deg);
}

.RighInfo003134 .video_files .close::after {
  transform: rotate(-45deg);
}

.RighInfo003134>.Popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
}

.RighInfo003134 .videobox .Popup {
  position: absolute;
}

.RighInfo003134 .Popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.RighInfo003134 .Popup .ytable {
  height: 100%;
}

.RighInfo003134 .Popup .ytable .video {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .15);
}

.RighInfo003134 .Popup video {
  width: 100%;
}

.RighInfo003134 .videobox .Popup video {
  height: 100%;
  background: #000;
}

.RighInfo003134 .Popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  cursor: pointer;
}

.RighInfo003134 .Popup .close:before,
.RighInfo003134 .Popup .close:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 3px;
  margin-top: -1.5px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.RighInfo003134 .Popup .close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}










.RighInfo003134 .popUp-box {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.RighInfo003134 .popUp-box>.ytable {
  height: 100%;
}

.RighInfo003134 .popUp-box .main {
  background: #fff url(../images/RighInfo003134-bg.jpg) no-repeat;
  background-size: cover;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
}

.RighInfo003134 .popUp-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}

.RighInfo003134 .popUp-box .close:before,
.RighInfo003134 .popUp-box .close:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}

.RighInfo003134 .popUp-box .close:after {
  transform: rotate(45deg);
}

.RighInfo003134 .popUp-box .logo img {
  height: 1.9375em;
}

.RighInfo003134 .popUp-box .title {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 1.875em;
  color: #000000;
  line-height: 1.0003;
  margin-top: 0.3em;
}

.RighInfo003134 .popUp-box .title:after {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #1d2088;
  margin: 1em 0;
}

.RighInfo003134 .popUp-box .left p {
  font-size: 1.5em;
  line-height: 1.66666;
  color: #000000;
}

.RighInfo003134 .popUp-box .form li {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.RighInfo003134 .popUp-box .form li label.tit {
  position: absolute;
  left: 1.21428em;
  top: 0;
  font-size: 0.875em;
  line-height: 3.5714em;
}

.RighInfo003134 .popUp-box .form li .text {
  border: solid 1px rgba(139, 139, 139, 0.2);
  width: 100%;
  font-size: 1em;
  height: 3.125em;
  line-height: 3.125em;
  border-radius: 0.625em;
  padding: 0 1.0625em;
}

.RighInfo003134 .popUp-box .form li.code dl {
  overflow: hidden;
}

.RighInfo003134 .popUp-box .form li.code dl dt {
  position: relative;
  width: 60%;
  float: left;
}

.RighInfo003134 .popUp-box .form li.code dl dd {
  width: 38%;
  float: right;
}

.RighInfo003134 .popUp-box .form li.code dl dd a {
  display: block;
  cursor: pointer;
  background-color: #6e6e6e;
  border-radius: 10px;
  color: #fff;
  font-size: 0.875em;
  line-height: 3.5714em;
  text-align: center;
}

.RighInfo003134 .popUp-box .form ol .btn {
  display: block;
  width: 100%;
  background: #1d2088;
  border: 0;
  cursor: pointer;
  border-radius: 0.625em;
  height: 3.125em;
  color: #fff;
  font-family: 'SourceHanSansCN-Light';
  font-size: 1em;
}

@media (min-width:1025px) {
  .RighInfo003134 .popUp-box .main {
    padding: 10.9375vh 8.25em;
  }

  .RighInfo003134 .popUp-box .main .ytable-cell {
    width: 50%;
  }
}

@media (max-width:1024px) {
  .RighInfo003134 .popUp-box .main {
    padding: 2em;
  }

  .RighInfo003134 .popUp-box .main .ytable {
    max-height: 85vh;
    overflow: auto;
  }
}

.Technical ol {
  width: 32%;
  float: left;
  border: 1px solid #eee;
}

.Technical ol .pic {
  overflow: hidden;
}

.Technical ol .Ispic {
  padding-bottom: 75%;
  transition: 0.3s;
}

.Technical li {
  width: 32%;
  float: left;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 2%;
  border: 1px solid #eee;
}

.Technical li:nth-child(3n) {
  margin-right: 0%;
}

.Technical li .txt {
  text-align: center;
  padding: 2%;
}

.Technical li .tit {
  font-size: 1.125em;
  padding-top: 10px;
  color: #000;
}

.Technical li p {
  font-size: 1em;
  color: #999;
  margin: 0;
  line-height: 2;
}

.Technical li .pic {
  overflow: hidden;
}

.Technical li .Ispic {
  padding-bottom: 75%;
  transition: 0.3s;
}

.Technical li a:hover .tit {
  color: #1e3555;
}


.pro_bot {
  padding: 3% 0;
}

.pro_bot table {
  border: 1px solid #eee;
  text-align: left;
  border-collapse: collapse;
  color: #000;
  font-size: 18px;
  width: 100%;
}

.pro_bot table thead {
  background: #1e3555;
  color: #fff;
}

/* .pro_bot table tbody tr:nth-child(2n){background: #f5f5f5;} */
.pro_bot table tbody {}

.pro_bot table thead tr {
  justify-content: space-between;
}

.pro_bot table th,
.pro_bot table tr td {
  padding: 10px 20px;
  border-right: 1px solid #eee;
  font-weight: normal;
}

.pro_bot table th {
  position: relative;
  margin-right: 20px;
  width: 33.33%;
}

.pro_bot table th::after {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  border-top-width: 6px;
  border-top-color: #fff;
  margin-top: -3px;
  top: 50%;
  margin-left: 15px;
}

.pro_bot table tr td {
  font-size: 16px;
}

.pro_bot table tr td a {
  background: #1e3555;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}

@media (max-width:1024px) {

  .pro_bot table,
  .pro_bot table tr td {
    font-size: 1em;
  }

  .pro_bot table th,
  .pro_bot table tr td {
    padding: 5px;
  }
}





/* .RighInfo003134 .ul_download li{border-bottom: 1px #d4d4d3 dashed;line-height:36px;padding:10px 0;}
.RighInfo003134 .ul_download li a{padding-right: 30px;background: url(../images/down.png) no-repeat right center;font-size: 1em;color: #000;}
.RighInfo003134 .ul_download li a:hover{color: #1e3555;} */

.RighInfo003134 .ul_download {
  padding: 4% 0 2% 0;
}

.RighInfo003134 .ul_download li {
  float: left;
  width: 32%;
  margin-right: 2%;
  border: 1px solid #e9e9e9;
  line-height: 60px;
  margin-bottom: 2%;
  position: relative;
  border-radius: 10px;
  padding: 40px;
}

.RighInfo003134 .ul_download li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
}

.RighInfo003134 .ul_download li:nth-child(3n) {
  margin-right: 0;
}

.RighInfo003134 .ul_download li .icon {
  text-align: center;
}

.RighInfo003134 .ul_download li .icon i {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/icon-file-gray.svg) no-repeat center;
  background-size: contain;
}

.RighInfo003134 .ul_download li p {
  margin: 0;
  padding: 16px 10px;
  font-size: 1em;
  color: #000;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}

.RighInfo003134 .ul_download li span {
  display: block;
  color: #666;
  font-size: 1em;
  background: url(../images/icon-download-gray.svg) no-repeat left center;
  background-size: auto 30%;
  padding-left: 30px;
}

.RighInfo003134 .ul_download li:hover {
  border: 1px solid #1e3555;
}

.RighInfo003134 .ul_download li:hover .icon i {
  background-image: url(../images/icon-file.svg);
}

.RighInfo003134 .ul_download li:hover p {
  color: #1e3555;
}

.RighInfo003134 .ul_download li:hover span {
  background-image: url(../images/icon-download.svg);
  color: #1e3555;
}

@media(max-width:768px) {
  .RighInfo003134 .ul_download li {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .RighInfo003134 .ul_download li::before {
    right: 85px;
  }

  .RighInfo003134 .ul_download li p {
    padding: 10px;
    padding-left: 70px;
  }

  .RighInfo003134 .ul_download li span {
    margin-top: 10px;
  }
}

@media(max-width:640px) {
  .RighInfo003134 .ul_download li {
    line-height: 2;
  }

  .RighInfo003134 .ul_download li p {
    padding-left: 50px;
    background-position: 8% center;
    background-size: auto 30%;
  }

  .RighInfo003134 .ul_download li span.name {
    margin-left: 10px;
    width: 80px;
    padding-left: 20px;
  }
}



/* TextList0022 */
.TextList0022 {
  padding: 4% 0 2% 0;
}

.TextList0022 .item {
  margin-bottom: 20px;
}

.TextList0022 .item .tit {
  position: relative;
  padding-left: 100px;
  padding-right: 160px;
  line-height: 40px;
  font-size: 1.25em;
  color: #000;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background: #f5f5f5;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

/* .TextList0022 .item:nth-last-of-type(1) .tit{margin-bottom: 2%;} */
.TextList0022 .item .tit .t {
  position: absolute;
  top: 25px;
  left: 35px;
  text-align: center;
  width: 40px;
  background: #eee;
  color: #000;
  border-radius: 5px;
}

.TextList0022 .item .tit .icondown {
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 1.125em;
  padding-right: 30px;
}

.TextList0022 .item .tit .icondown:after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.TextList0022 .item .content {
  padding: 35px 35px 35px 100px;
  position: relative;
  font-size: 1em;
  line-height: 2;
  color: #333;
  border: 1px solid #eee;
  border-top: none;
  display: none;
  border-radius: 0 0 10px 10px;
}

.TextList0022 .item .content .text p {
  margin: 0;
}

.TextList0022 .item.cur .content {
  display: block;
}

.TextList0022 .item .content .t {
  width: 40px;
  text-align: center;
  position: absolute;
  left: 35px;
  top: 35px;
  line-height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  color: #1e3555;
  font-size: 20px;
}

.TextList0022 .item:hover .tit {
  background: #1e3555;
  color: #fff;
}

.TextList0022 .item.cur .tit {
  background: #1e3555;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}

.TextList0022 .item.cur .tit .icondown:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -2px;
  border-color: #fff;
}

@media(max-width:768px) {
  .TextList0022 .item .tit {
    font-size: 16px;
    line-height: 30px;
    padding-left: 60px;
    padding-right: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .TextList0022 .item .tit .t {
    left: 15px;
    top: 15px;
    width: 30px;
  }

  .TextList0022 .item .tit .icondown {
    right: 15px;
    top: 15px;
    font-size: 14px;
    padding-right: 20px;
  }

  .TextList0022 .item .content {
    padding: 15px 15px 20px 60px;
    font-size: 14px;
  }

  .TextList0022 .item .content .t {
    width: 30px;
    line-height: 30px;
    left: 15px;
    top: 15px;
  }

  .TextList0022 .item {
    margin-bottom: 20px;
  }
}



/* .TextList000962 为demo编号 */
.TextList000962 {
  padding: 3% 0 2% 0;
}

.TextList000962 li {
  float: left;
  width: 15.4%;
  margin-right: 1.5%;
  border: 1px solid #e9e9e9;
  line-height: 55px;
  margin-bottom: 1.5%;
  position: relative;
  border-radius: 10px;
  padding: 15px;
}
.TextList000962 li:nth-child(6n){margin-right:0}
.TextList000962 li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
}

.TextList000962 li:nth-child(3n) {
}

.TextList000962 li .icon {
  text-align: center;
  padding-top: 20px;
}

.TextList000962 li .icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-file-gray.svg) no-repeat center;
  background-size: contain;
}

.TextList000962 li p {
  margin: 0;
  padding: 0px 10px;
  font-size: 1em;
  color: #000;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9e9e9;
}

.TextList000962 li span {
  display: block;
  color: #666;
  font-size: 1em;
  background: url(../images/icon-download-gray.svg) no-repeat left center;
  background-size: auto 30%;
  padding-left: 30px;
}

.TextList000962 li:hover {
  border: 1px solid #1e3555;
}

.TextList000962 li:hover .icon i {
  background-image: url(../images/icon-file.svg);
}

.TextList000962 li:hover p {
  color: #1e3555;
}

.TextList000962 li:hover span {
  background-image: url(../images/icon-download.svg);
  color: #1e3555;
}

@media(max-width:768px) {
  .TextList000962 li {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .TextList000962 li::before {
    right: 85px;
  }

  .TextList000962 li p {
    padding: 10px;
   
  }

  .TextList000962 li span {
    margin-top: 10px;
    background-size: auto 50%;
  }
}

@media(max-width:640px) {
  .TextList000962 li {
    line-height: 2;
  }

  .TextList000962 li p {
   
    background-position: 8% center;
    background-size: auto 30%;
  }

  .TextList000962 li span.name {
    margin-left: 10px;
    width: 80px;
    padding-left: 20px;
  }
}


/*Menu001957*/
.Menu001957{ text-align:center; padding:2% 0;}
.Menu001957 li{ display:inline-block;margin: 1px 10px;}
.Menu001957 li a{border-radius:36px;display:block;height: 43px;line-height: 41px;padding: 0px 30px;font-size: 16px;border: 1px solid #1e3555;color: #1e3555;}
.Menu001957 li a:hover, 
.Menu001957 li.aon a{background: #1e3555;color:#fff;}
@media(max-width:768px){
.Menu001957 li{ float:left; width:25%; margin:1px 0; padding:0 2%;}
.Menu001957 li a{ padding:0 5px;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
}
@media(max-width:480px){
.Menu001957 li{ width:33.333333%;}
}

/*Form003139 */
.Form003139 {
  padding: 4% 0;
}

.Form003139 .auto {
  position: relative;
  z-index: 1;
}

.Form003139 .desc {
  font-size: 1em;
  color: #666;
  line-height: 2;
  text-align: center;
}

.Form003139 .form {
  background-color: #f5f5f5;
  margin-top: 3.375em;
  border-radius: 10px;
  overflow: hidden;
}

.Form003139 .form-ul {
  margin: 0 auto;
}

.Form003139 .form-ul li {
  margin-bottom: 10px;
  position: relative;
}

.Form003139 .form-ul li .tit {
  position: absolute;
  left: 1.1428em;
  top: 0;
  font-size: 1em;
  line-height: 3.5714;
  color: #666;
}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #8b8b8b;
  font-size: 0.875em;
  line-height: 3.5714;
  height: 3.5714em;
  background: none;
  padding: 0 1em;
}

.Form003139 .form-ul li textarea.text {
  height: 150px;
}

.Form003139 .form-ul .btn {
  width: 10em;
  background: #1e3555;
  border-radius: 50px;
  font-size: 1em;
  height: 3.000em;
  color: #fff;
  cursor: pointer;
  border: 0;
}

@media (min-width:1025px) {
  .Form003139 .form .img {
    width: 50%;
  }

  .Form003139 .form-ul .row-2 li {
    float: left;
    width: calc(50% - 5px);
  }

  .Form003139 .form-ul .row-2 li:nth-child(2n) {
    float: right;
  }

  .Form003139 .form-ul {
    width: 80.715%;
  }
}

@media (max-width:1024px) {
  .Form003139 .form-ul {
    padding: 2em 0;
  }

  .Form003139 .form-ul {
    width: 90%;
  }
}




/*RighInfo003141 */
.RighInfo003141 {
  padding: 4% 0;
}

.RighInfo003141 .intro {}

.RighInfo003141 .intro .title {
  font-size: 2.5em;
  color: #000;
  margin-bottom: 0.6em;
  font-weight: bold;
}

.RighInfo003141 .intro .info {
  font-size: 1em;
  line-height: 2.2;
  color: #000;
}

.RighInfo003141 .intro .info p {
  margin: 1em 0;
}

.RighInfo003141 .number-count {
  margin-top: 25px;
  background: #fff;
  box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
  padding: 35px 20px;
  border-radius: 10px;
}

.RighInfo003141 .number-count li {
  color: #000;
}

.RighInfo003141 .number-count li span {
  display: inline-block;
  position: relative;
  font-size: .24rem;
  font-weight: bold;
  color: #0072ba;
  margin: 0 5px;
}

.RighInfo003141 .number-count li span i {
  font-style: normal;
}

.RighInfo003141 .number-count li span i.ani {
  position: absolute;
  left: 0;
  top: 0;
}

.RighInfo003141 .number-count li span i.opa {
  opacity: 0;
}

.RighInfo003141 .number-count li sup {
  display: inline-block;
  vertical-align: top;
  color: #0072ba;
  font-size: 1em;
}

.RighInfo003141 .plate h1 {
  font-size: .28rem;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
}

.RighInfo003141 .plate p {
  margin-bottom: 35px;
}

.RighInfo003141 .plate dd {
  margin-bottom: 2.8565%;
}

.RighInfo003141 .plate dd .txt {
  box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
  padding: 2.375em 1.875em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.RighInfo003141 .plate dd ol {
  float: left;
  width: 4.25em;
}

.RighInfo003141 .plate dd ol img {
  width: 85.295%;
}

.RighInfo003141 .plate dd li {
  width: calc(100% - 4.25em);
  float: right;
}

.RighInfo003141 .plate dd li aside {
  font-size: .22rem;
  color: #000;
}

.RighInfo003141 .plate dd li p {
  margin: 0;
  color: #999;
}

@media (min-width:1025px) {
  .RighInfo003141 .intro .info {
    width: 50%;
  }

  .RighInfo003141 .intro .title {
    line-height: 1;
  }

  .RighInfo003141 .intro .img {
    width: 47.215%;
  }

  .RighInfo003141 .intro .img img {
    border-radius: 10px;
  }

  .RighInfo003141 .number-count ul {
    display: table;
    margin: 0 auto;
  }

  .RighInfo003141 .number-count li {
    float: left;
  }

  .RighInfo003141 .number-count li:not(:last-child) {
    margin-right: 2.5em;
  }

  .RighInfo003141 .plate dd {
    float: left;
    width: 31.429%;
  }

  .RighInfo003141 .plate dd:not(:last-child) {
    margin-right: 2.8565%;
  }

  .RighInfo003141 .plate dd img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media (max-width:1024px) {
  .RighInfo003141 .number-count li {
    text-align: center;
    padding: 1em 0
  }

  .RighInfo003141 .number-count {
    margin: 2em 0;
    padding: 2em 0;
  }

  .RighInfo003141 .intro {
    padding-top: 2em;
    margin-bottom: 2em;
  }
}





/*Timeline002853 */
.Timeline002853 {
  padding: 4% 0;
  background: url(../images/history.jpg) no-repeat;
  background-size: cover;
}

.Timeline002853 .column-title {
  text-align: center;
}


@media(min-width:1025px) {
  .Timeline002853 .slider-nav {
    float: left;
    width: 48.516%;
  }

  .Timeline002853 .slider-for {
    float: right;
    width: 48.134%;
  }

  .Timeline002853 .slider-nav .slick-arrow {
    width: 100%;
    right: 0;
    top: 50%;
  }

  .Timeline002853 .slider-nav .slick-prev {
    margin-top: -65px;
  }

  .Timeline002853 .slider-nav .slick-next {
    margin-top: 65px;
  }

  .Timeline002853 .slider-nav .slick-next:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  .Timeline002853 .slider-nav li {
    padding-right: 3vw;
    text-align: right;
  }
}

.Timeline002853 .slider-nav {
  border-right: 1px solid #ebebeb;
  position: relative;
  padding: 3vw 0;
}

.Timeline002853 .slider-nav .slick-arrow {
  position: absolute;
  font-size: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  z-index: 10;
}

.Timeline002853 .slider-nav .slick-arrow:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: #1e3555;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.Timeline002853 .slider-nav .slick-arrow::after {
  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(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.Timeline002853 .slider-nav .slick-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.Timeline002853 .slider-nav li {
  line-height: 129px;
  font-size: 18px;
  color: #333;
}

.Timeline002853 .slider-nav li span {
  font-size: calc(26 / 16 * 1em);
  color: #333;
}

.Timeline002853 .slider-nav li.slick-current span {
  font-weight: bold;
  font-size: calc(36 / 16 * 1em);
  color: #1e3555;
}

.Timeline002853 .slider-for .box {
  padding-top: 12.2vw;
  line-height: 2;
}

.Timeline002853 .slider-for .year {
  color: #1e3555;
  font-size: calc(50 / 16 * 1em);
  line-height: normal;
  font-weight: bold;
  margin-bottom: 2vw;
}

.Timeline002853 .slider-for .desc {
  line-height: 2;
  color: #000;
  margin: 1vw 0 2vw 0;
  font-size: 1em;
}

.Timeline002853 .slider-for .info {
  line-height: 2.2;
  color: #000;
  font-size: 1.125em;
}

.Timeline002853 .slider-for .info p {
  margin: 0;
}

.Timeline002853 .slider-nav.under3 .slick-track {
  transition: 0.3s;
}


@media(max-width:1024px) {
  .Timeline002853 .slider-nav li {
    line-height: 60px;
    text-align: center;
  }

  .Timeline002853 .slider-nav {
    padding: 0 5vw;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  .Timeline002853 .slider-nav .slick-arrow {
    width: 1px;
    height: 100%;
    background: #efefef;
    top: 0;
  }

  .Timeline002853 .slider-nav .slick-arrow:before {
    width: 40px;
    height: 40px;
  }

  .Timeline002853 .slider-nav .slick-arrow::after {
    margin: -10px 0 0 -9px;
  }

  .Timeline002853 .slider-nav .slick-prev {
    left: 2.5vw;
  }

  .Timeline002853 .slider-nav .slick-next {
    right: 2.5vw;
  }

  .Timeline002853 .slider-nav .slick-prev:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }

  .Timeline002853 .slider-nav .slick-next:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .Timeline002853 .slider-nav .slick-track {
    margin-top: 0 !important;
  }

  .Timeline002853 .slider-nav li.slick-current {
    color: #666;
  }

}

@media(max-width:640px) {
  .Timeline002853 .slider-nav li {
    font-size: 16px;
  }

  .Timeline002853 .slider-nav li span {
    font-size: 24px;
  }
}




/*PicList002433 */
/*slick Basic*/
.PicList002433 .slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.PicList002433 .slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.PicList002433 .slick-list:focus {
  outline: none
}

.PicList002433 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.PicList002433 .slick-slider .slick-track,
.PicList002433 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.PicList002433 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.PicList002433 .slick-track:before,
.PicList002433 .slick-track:after {
  display: table;
  content: '';
}

.PicList002433 .slick-track:after {
  clear: both;
}

.PicList002433 .slick-loading .slick-track {
  visibility: hidden;
}

.PicList002433 .slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.PicList002433 .slick-slide .slick-loading img {
  display: none;
}

.PicList002433 .slick-slide .dragging img {
  pointer-events: none;
}

.PicList002433 .slick-initialized .slick-slide {
  display: block;
}

.PicList002433 .slick-loading .slick-slide {
  visibility: hidden;
}

.PicList002433 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.PicList002433 .slick-arrow .slick-hidden {
  display: none;
}

/*slick Basic End*/

.PicList002433 {
  padding: 4% 0;
}

.PicList002433 .main {
  padding: 2% 0 2% 0;
}

.PicList002433 .main .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 1px solid #1e3555;
  padding: 0;
  background: none;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}

.PicList002433 .main .slick-arrow:hover {
  background: #1e3555;
}

.PicList002433 .main .slick-arrow:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #1e3555;
  border-right: 2px solid #1e3555;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -7px;
}

.PicList002433 .main .slick-arrow:hover:before {
  border-color: #fff;
}

.PicList002433 .main .slick-prev:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  margin-left: -5px;
}

.PicList002433 .main .slick-prev {
  left: -59px;
}

.PicList002433 .main .slick-next {
  right: -59px;
}

@media(max-width:1408px) {
  .PicList002433 .main .slick-prev {
    left: 2%;
  }

  .PicList002433 .main .slick-next {
    right: 2%;
  }
}

@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: 2%;
}

.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: 245px;
}

.PicList002433 .list li .ytable-cell {
  vertical-align: bottom;
}

.PicList002433 .list li figure {
  position: relative;
  display: inline-block;
  max-width: 80%;
}

.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: 245px;
  padding: 8px;
  padding-top: 12px;
  background: url(../images/PicList002433_kuang.png) no-repeat;
  background-size: 100% 100%;
}

.PicList002433 .list li p {
  margin: 0 auto;
  max-width: 280px;
  width: 90%;
  line-height: 20px;
  max-height: 40px;
  color: #000;
}

.PicList002433 .list .ul-3 li {
  width: 33.00000033%;
}

.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 p {
    font-size: 12px;
  }

  .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;
  }
}













/*
 .PicList000762 æ¶“ç¯¸emoç¼‚æ §å½¿
 */
.PicList000762 {
  padding: 4% 0 2% 0;
}

.PicList000762 li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.PicList000762 li:nth-child(4n) {
  margin-right: 0;
}

.PicList000762 li a {
  display: block;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  overflow: hidden;
}

.PicList000762 li .txt {
  padding: 1.25em 1em;
  background-color: #f5f5f5;
}

.PicList000762 li h2 {
  font-size: 1.125em;
  color: #000;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

.PicList000762 li p {
  font-size: 1em;
  color: #666;
  line-height: 1.875;
}

.PicList000762 li .pic {
  overflow: hidden;
}

.PicList000762 li figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80%;
  transition: 0.3s;
}

.PicList000762 li a:hover figure {
  transform: scale(1.1);
}

.PicList000762 li a:hover h2 {
  color: #1e3555;
}

@media(max-width:640px) {
  .PicList000762 li {
    width: 49%;
  }

  .PicList000762 li:nth-child(3n) {
    margin-right: 2%;
  }

  .PicList000762 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList000762 li h2 {
    font-size: 14px;
  }
}


/*Page003143 */
.Page003143 .Pages {
  padding: 0 0 4% 0;
  text-align: center;
}

.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages>span:not(.p_page) {
  display: none;
}

.Page003143 .Pages .p_page {
  display: table;
  margin: 0 auto;
}

.Page003143 .Pages .p_page * {
  float: left;
}

.Page003143 .Pages .p_page a {
  border: solid 1px #ebebeb;
  line-height: 36px;
  transition: 0.3s;
  color: #000;
}

.Page003143 .Pages .p_page>a {
  border-radius: 5px;
  padding: 0 15px;
}

.Page003143 .Pages .p_page em {
  font-style: normal;
  margin: 0 30px;
}

.Page003143 .Pages .p_page em a {
  width: 36px;
  border-radius: 5px;
  margin: 0 5px;
}

.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur {
  color: #fff;
  background-color: #1e3555;
  border-color: #1e3555;
}

@media (max-width:1024px) {
  .Page003143 .Pages {
    padding: 0 0 2em 0;
  }

  .Page003143 .Pages .p_page em {
    display: none;
  }

  .Page003143 .Pages .p_page>a {
    margin: 0 10px;
  }
}



/*PicList000687 */

.PicList000687 {
  padding: 4% 0 2% 0;
  overflow: hidden;
}

.PicList000687 .more {
  text-align: center;
  display: inline-block;
  color: #000;
  line-height: 2.5em;
  border-radius: 50px;
  border: solid 1px #d9d9d9;
  padding: 0 2.125em;
  transition: 0.3s;
  font-size: 1em;
}

.PicList000687 .more:hover {
  background: #1e3555;
  color: #fff;
  border-color: #1e3555;
}

@media(max-width:480px) {
  .PicList000687 .more {
    line-height: 10vw;
  }
}

.PicList000687 .tit {
  font-size: 1.25em;
  color: #000;
  font-weight: bold;
}

.PicList000687 time {}

.PicList000687 p {
  line-height: 2;
  margin-bottom: 2vw;
  color: #666;
  font-size: 1em;
}

@media(max-width:640px) {
  .PicList000687 .tit {
    font-size: 4vw;
  }

  .PicList000687 p {
    font-size: 3.5vw;
  }
}

.PicList000687 .news-top {
  padding-bottom: 1vw;
}

.PicList000687 .news-top li {
  overflow: hidden;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 10px;
}

.PicList000687 .news-top .info {}

.PicList000687 .news-top li .pic {
  overflow: hidden;
}

.PicList000687 .news-top li .Ispic {
  padding-bottom: 70%;
  transition: 0.3s;
}

.PicList000687 .news-top li:hover .Ispic {
  transform: scale(1.1);
}

.PicList000687 .news-top li:hover .tit {
  color: #1e3555;
}

.PicList000687 .news-top time {
  display: block;
  margin-bottom: 0vw;
  color: #999;
  font-size: 1em;
}

.PicList000687 .news-top .slick-dots {
  text-align: center;
  padding-top: 1.72vw;
}

.PicList000687 .news-top .slick-dots li {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 2px;
  border: 0;
}

.PicList000687 .news-top .slick-dots li button {
  padding: 0;
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  border: 0;
}

.PicList000687 .news-top .slick-dots li.slick-active button {
  background: #1e3555;
  width: 50%;
  height: 50%;
}

.PicList000687 .news-top .slick-dots li.slick-active:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e3555;
  border-radius: 50%;
  clip: rect(0 28px 7px 0);
  animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0);
  }
}


@media(min-width:769px) {
  .PicList000687 .news-top .pic {
    width: 40%;
  }

  .PicList000687 .news-top .info .main {
    padding: 0 3.21vw;
  }
}

@media(min-width:1025px) and (max-width:1024px) {
  .PicList000687 .news-top .pic {
    width: 40%;
  }
}

@media(max-width:768px) {

  .PicList000687 .news-top .ytable-cell,
  .PicList000687 .news-top .ytable {
    display: block;
  }

  .PicList000687 .news-top .info {
    padding: 5vw;
  }
}

@media(max-width:640px) {
  .PicList000687 .news-top time {
    font-size: 3.6vw;
  }
}

.PicList000687 .news-list {
  background: #f5f5f5;
  padding: 4.12vw 0 2vw 0;
}

.PicList000687 .news-list li {
  background: #fff;
  margin-bottom: 1.41vw;
}

.PicList000687 .news-list li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.PicList000687 .news-list .main {
  border-left: 2px solid #a52d34;
  padding-left: 4.17vw;
  padding-right: 4.06vw;
}

.PicList000687 .news-list .tit {
  margin-bottom: 5px;
}

.PicList000687 .news-list time {
  color: #ccc;
}

.PicList000687 .news-list .more {
  line-height: normal;
  color: #a5894b;
  background: none;
  width: auto;
  text-align: left;
}

.PicList000687 .news-list .more:after {
  background-image: url("../images/PicList000687_more.gif");
}

@media(min-width:641px) {
  .PicList000687 .news-list .pic {
    width: 320px;
  }
}

@media(max-width:640px) {

  .PicList000687 .news-list .ytable-cell,
  .PicList000687 .news-list .ytable {
    display: block;
  }

  .PicList000687 .news-list li {
    margin-bottom: 4vw;
  }

  .PicList000687 .news-list .main {
    padding: 4vw;
    border: 2px solid #a52d34;
    border-bottom: 0;
  }
}



/*NewList */
.NewList {
  padding: 4% 0 2% 0;
  background: #f5f5f5;
}

.NewList ul {
  padding-bottom: 2%;
}

.NewList li {
  float: left;
  margin-bottom: 2.5em;
  border-radius: 10px;
  overflow: hidden;
}

.NewList li .txt {
  box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
  padding: 1.5em;
  background: #fff;
}

.NewList li .tit {
  font-size: 1.125em;
  line-height: 1.6666;
  color: #000;
  font-weight: bold;
}

.NewList li p {
  font-size: 1em;
  line-height: 1.8;
  min-height: 3.6em;
  color: #666;
}

.NewList li .pic {
  overflow: hidden;
}

.NewList li .Ispic {
  padding-bottom: 68%;
  transition: 0.3s;
}

.NewList li a:hover .Ispic {
  transform: scale(1.1);
}

.NewList li a:hover {
  color: #1e3555;
}

.NewList li time {
  color: #999;
  display: block;
  font-size: 0.875em;
}

@media (min-width:1025px) {
  .NewList li {
    width: 32.143%;
  }

  .NewList li:not(:nth-child(3n)) {
    margin-right: 1.7855%;
  }

  .NewList li:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width:1024px) {
  .NewList .auto {
    margin-top: 2em;
  }

  .NewList li {
    width: 48%;
  }

  .NewList li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .NewList li:nth-child(2n+1) {
    clear: left;
  }

  .NewList li .txt {
    padding: 1em;
  }
}



/*News_detail*/
.News_detail {
  padding: 4% 0;
}

.News_detail .news_info {
  max-width: 1080px;
  margin: 0 auto;
}

.News_detail .news_info .title {
  text-align: center;
  padding-bottom: 2%;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}

.News_detail .news_info .title h1 {
  margin: 0;
  padding-bottom: 1%;
  font-size: 1.875em;
  font-weight: bold;
  color: #000;
}

.News_detail .news_info .title aside span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5em 0.5em;
  line-height: 2;
  color: #666;
}

.News_detail .news_info .title .social-share {
  display: inline-block;
}

.News_detail .social-share a {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #f3f4f7 !important;
  margin: 0 0 0 1em;
}

.News_detail .social-share a:before {
  display: none;
}

.News_detail .social-share a.icon-wechat {
  background-image: url("../images/RighInfo002973_share_wx.png");
}

.News_detail .social-share a.icon-weibo {
  background-image: url("../images/RighInfo002973_share_sina.png");
}

.News_detail .social-share a.icon-qq {
  background-image: url("../images/RighInfo002973_share_qz.png");
}

.News_detail .news_info img {
  margin: 1% auto;
  text-align: center
}

.News_detail .info {
  line-height: 2;
  color: #000;
  font-size: 1em;
}

.News_detail .bot {
  position: relative;
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: 1px dashed #d2d2d2
}

.News_detail .info_back {
  text-align: center;
  clear: both;
  position: absolute;
  right: 0;
  bottom: 0
}

.News_detail .info_back a {
  position: relative;
  color: #fff;
  display: block;
  width: 150px;
  line-height: 3;
  border-radius: 100px;
  background: #1e3555;
}

.News_detail .info_back a:hover {
  opacity: 0.8;
}

.News_detail .info_pn span {
  display: block;
  margin: 1% 0;
}

.News_detail .info_pn span a {
  color: #333;
}

.News_detail .info_pn span a:hover {
  color: #1e3555;
}

@media(max-width:1024px) {
  .News_detail .bot {
    margin-top: 2em;
    padding-top: 1.5em;
  }

  .News_detail .info_back {
    position: relative;
    margin-bottom: 1em;
  }

  .News_detail .news_info .title h1 {
    font-size: 1.5em;
  }

  .News_detail .info_back a {
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100px;
  }

  .News_detail .info_pn span {
    margin: 2% 0;
  }
}


/*
 .Map001070 为demo编号
 */
.Map001070 {
  padding: 4% 0;
}

.Map001070 .list {
  margin-bottom: 2%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  /* box-shadow:0px 3px 12px rgba(0,0,0,.2); */
}

.Map001070 .text {
  padding: 3%;
}

.Map001070 .text {
  float: left;
  width: 50%;
}

.Map001070 .map1 {
  float: right;
  width: 48%;
  overflow: hidden;
}

.Map001070 .map1 img {
  border-radius: 0 12px 12px 0;
}

.Map001070 .list:nth-child(2n) .text {
  float: right;
  padding-right: 3%;
}

.Map001070 .list:nth-child(2n) .map1 {
  float: left;
}

.Map001070 .text h1 {
  font-size: 1.625em;
  color: #000;
  font-weight: bold;
  padding-bottom: 0.625em;
  margin: 0;
  border-bottom: dashed 1px rgba(11, 77, 162, .1);
}

.Map001070 .text ul {
  padding-top: 16px;
}

.Map001070 .text li {
  line-height: 25px;
  padding: 20px 0 20px 50px;
  background-repeat: no-repeat;
  background-position: 16px 20px;
  color: #000;
  font-size: 16px;
}

.Map001070 .text li:nth-child(2n) {
  background-color: #f5f5f5;
}

.Map001070 .text li:nth-child(1) {
  background-image: url(../images/Map001070-ico_01.png);
}

.Map001070 .text li:nth-child(2) {
  background-image: url(../images/Map001070-ico_06.png);
}

.Map001070 .text li:nth-child(3) {
  background-image: url(../images/Map001070-ico_04.png);
}

.Map001070 .text li:nth-child(4) {
  background-image: url(../images/Map001070-ico_03.png);
}

.Map001070 .text li:nth-child(5) {
  background-image: url(../images/Map001070-ico_05.png);
}

@media(max-width:640px) {
  .Map001070 .text {
    float: none;
    width: 100%;
  }

  .Map001070 .map1 {
    float: none;
    width: 100%;
  }

  .Map001070 .map1 img {
    border-radius: 12px
  }

  .Map001070 dd figure {
    padding: 0;
  }
}

@media(max-width:480px) {
  .Map001070 dd figure h1 {
    font-size: 20px;
  }
}







/*Floor003001 */
.Floor003001 .list {
  padding: calc(100 / 1920 * 100vw) 0;
}

.Floor003001 .list:nth-child(1) {
  padding-top: 0;
}

.Floor003001 .title {
  margin-bottom: 3%;
  border-bottom: 1px solid #efefef;
}

.Floor003001 .title .tit {
  font-size: calc(30 / 16 * 1em);
  color: #333;
  font-weight: bold;
  position: relative;
  line-height: 2.4;
  display: inline-block;
}

.Floor003001 .title .tit::after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0px;
  content: '';
  height: 3px;
  background-color: #1e3555;
}

.Floor003001 .title .Ispic {
  padding-bottom: 25%;
}

.Floor003001 .list .con {
  position: relative;
  z-index: 1;
}

.Floor003001 .list .intro {
  font-size: calc(16 / 16 * 1em);
  color: #000;
  line-height: 2;
  padding-top: 1.5em;
}

.Floor003001 .list:nth-child(2n) {
  background: #f9f9f9;
}

.Floor003001 .slider li a {
  display: block;
  /* margin: 0 1vw; */
  background: #eee;
  border: 1px solid #eee;
}

.Floor003001 .slider li .txt {
  text-align: center;
  padding: 5%;
}

.Floor003001 .slider li .tit {
  font-size: 1em;
  padding-top: 10px;
  color: #000;
  font-weight: bold;
}

.Floor003001 .slider li p {
  font-size: 0.875em;
  color: #666;
  margin: 0;
  height:2em;
  line-height: 2;
}

.Floor003001 .slider li .pic {
  overflow: hidden;
}

.Floor003001 .slider li .Ispic {
  padding-bottom: 75%;
  transition: 0.3s;
}

.Floor003001 .slider  li:hover .Ispic {
  transform: scale(1.1);
}

.Floor003001 .slider  li a:hover .tit {
  color: #1e3555;
}

.Floor003001 .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #1e3555;
  padding: 0;
  margin-top: -30px;
  border-radius: 50%;
  transition: 0.3s;
}

.Floor003001 .slick-arrow:hover {
  background: #1e3555;
}

.Floor003001 .slick-arrow:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #1e3555;
  border-left: 2px solid #1e3555;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.Floor003001 .slick-arrow:hover:before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.Floor003001 .slick-next:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  margin-left: -7px;
}

.Floor003001 ul li{float:left;width: 23.5%;margin-bottom: 3%;}
.Floor003001 ul li:not(:nth-child(4n)){margin-right:2%;}
.Floor003001 .slider li .pic .Ispic {padding-bottom: 75%;}
@media(min-width:1501px) {
  .Floor003001 .slider {
    margin: 0 0vw;
  }
}

@media(min-width:1801px) {
  .Floor003001 .slick-prev {
    left: -4.5vw;
  }

  .Floor003001 .slick-next {
    right: -4.5vw;
  }
}

@media(max-width:1800px) {
  .Floor003001 .slick-prev {
    left: -60px;
  }

  .Floor003001 .slick-next {
    right: -60px;
  }
}

@media(max-width:1500px) {
  .Floor003001 .slider {
    /* margin: 0 70px; */
  }

  .Floor003001 .slick-prev {
    left: 0;
  }

  .Floor003001 .slick-next {
    right: 0;
  }
}

@media(max-width:1440px) {
  .Floor003001 .slider {
    /* margin: 0 50px; */
  }

  .Floor003001 .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

@media(max-width:640px) {
  .Floor003001 ul li{float:left;width: 49%;margin-bottom: 3%;margin-right: 2%;}
  .Floor003001 ul li:nth-child(2n){margin-right:0;}
.cplb .ProLeft,.cplb #prodiv {
  width: 100% !important;
}
.Floor002655 li {
  width: 31%;
}
}






/*Floor002979*/
.Floor002979{margin: 4% 0 5%; }
@media(max-width:768px){
.Floor002979{margin: 4% 0; }
}
.Floor002979 .auto{/* max-width: 1540px; */}
.Floor002979 li{position: relative;overflow: hidden;}
.Floor002979 li a{position: absolute; z-index: 20; left: 0; top: 0; width: 100%; height: 100%;}
.Floor002979 li .txt{position: absolute;color: #fff;z-index: 10;bottom: 6%;transform: translateY(-50%);/* right:3.18vw; */left: 2vw;text-align: right;font-size: 20px;font-weight: bold;text-transform: uppercase;transition: margin 0.5s;line-height: 1.5;}
.Floor002979 li .Ispic{transition: transform 0.3s;}
.Floor002979 li:hover .Ispic{transform: scale(1.2);-webkit-transform: scale(1.2);-ms-transform: scale(1.2);}
.Floor002979 li:hover .txt{margin-top: -40px;}
@media(min-width:641px){
.Floor002979 li{float: left; margin-right: 1.299%;}
.Floor002979 li:nth-child(1){width: 40.468%;}
.Floor002979 li:nth-child(2),
.Floor002979 li:nth-child(5){width: 25%;}
.Floor002979 li:nth-child(3),
.Floor002979 li:nth-child(4){width: 31.664%;}
.Floor002979 li:nth-child(2),
.Floor002979 li:nth-child(3){ margin-bottom: 1.299%;}
.Floor002979 li:nth-child(3),
.Floor002979 li:nth-child(5){margin-right: 0; float: right;}
.Floor002979 li:nth-child(1) .Ispic{padding-bottom: 100.55%;}
.Floor002979 li:nth-child(2) .Ispic,
.Floor002979 li:nth-child(5) .Ispic{padding-bottom: 78.591%;}
.Floor002979 li:nth-child(3) .Ispic,
.Floor002979 li:nth-child(4) .Ispic{padding-bottom: 62.25%;}
}
@media(min-width:641px) and (max-width:1024px){
.Floor002979 li .txt{font-size: 2.5vw;}
}
@media(max-width:640px){
.Floor002979 li .txt{font-size: 3vw;}
.Floor002979 li:hover .txt{margin-top: -4vw;}
.Floor002979 li:not(:nth-child(1)){float: left; width: 49%; margin-top: 2%;}
.Floor002979 li .Ispic{padding-bottom: 70%;}
.Floor002979 li:nth-child(1) .Ispic{padding-bottom: 50%;background-position: center top 15%;}
.Floor002979 li:nth-child(3),
.Floor002979 li:nth-child(5){margin-left: 2%;}
}
/*
 .PicList001132 为demo编号
 */
.PicList001132{padding: 4% 0;/* max-width: 1400px; *//* margin: 0 auto; */}
.PicList001132 li{float:left;width: 48%;margin-right: 4%;position:relative;border-bottom:1px solid #dbe5f1;padding-bottom:3%;margin-bottom:3%;}
.PicList001132 li::before{ position:absolute; content:''; width:100%; left:0; bottom:0; height:0; background-color:#1e3555; transition: all ease 0.3s;}
.PicList001132 li:nth-child(2n){ margin-right:0;}
.PicList001132 li h3{font-size: 28px;font-weight: normal;}
.PicList001132 li h3 a{transition: all ease 0.3s;}
.PicList001132 li .word{float:left;padding-top: 4%;width: 50%;}
.PicList001132 li .pic{float:right;width: 44%;}
.PicList001132 li .pic .Ispic{padding-bottom: 100%;}
.PicList001132 li div{position:relative;/* padding-right: 141px; *//* min-height:120px; */}
.PicList001132 li figure{/* position:absolute; *//* overflow:hidden; *//* right: 0; *//* top:0; *//* border:1px solid #ddd; *//* width:120px; */transition: all ease 0.3s;}
.PicList001132 li figure{ width:100%; transition: all ease 0.3s;}
.PicList001132 li .more{background: url(../images/more.svg) no-repeat;width:31px;height:13px;display:inline-block;}
.PicList001132 li p{ line-height:24px; color:#666; margin:0 0 5px 0; overflow:hidden; height:96px;}
.PicList001132 li:hover figure{ border-color:#1e3555;}
.PicList001132 li:hover h3 a{color:#1e3555;}
.PicList001132 li:hover:before{ height:3px;}
.PicList001132 li:hover figure{transform:scale(1.1);}
@media(max-width:1000px){
.PicList001132 li{ width:47%; margin-right:6%;}
.PicList001132 li:nth-child(3n){ margin-right:6%;}
.PicList001132 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:640px){
.PicList001132 li{float:none;width: 100%;/* margin-right:0 !important; */margin-bottom: 6%;}
.PicList001132 li h3{    margin: 0 0 4%;
    font-size: 20px;}

}


/* 2024.4.18 */
@media(max-width:640px) {
  .css-proInfo .pfl{
    top: unset;
  }
}
