video::-webkit-media-controls-download-button{display:none;}
.con {
  background: #f9f9f9;
}

.w22 {
  position: fixed;
  width: 250px;
  padding-bottom: 0% !important;
  z-index: 999;
}

.w75 {
  width: calc(100% - 250px);
  padding-bottom: 0% !important;
}

@media(max-width:1024px) {

  .w22,
  .w75 {
    width: 100%;
  }

  .w22{position: relative;}
  .w75.Rightfr{padding-top: 1em !important;}
}

.Top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.Top header {
  position: relative;
  z-index: 100;
  padding-left: 2vw;
  padding-right: 2vw;
}

.Top .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Top .logo {
  display: table;
  height: calc(80 / 16* 1em);
}

.Top .logo a {
  display: table-cell;
  vertical-align: middle;
}

.Top .logo img {
  max-height: calc(60 / 16* 1em);
}

.Top .top-menu li {
  float: left;
}

.Top .top-menu li+li {
  margin-left: 3vw;
}

.Top .top-menu li.aon a {
  color: #3383ff;
}

.Top .top-right {
  display: table;
}

.Top .top-right>* {
  float: left;
  display: table-cell;
  vertical-align: middle;
}

.Top .top-search {
  background: #fff;
  display: block;
  width: 18em;
  border-radius: 50px;
  border: solid 1px #eee;
  overflow: hidden;
}

.Top .top-search .text {
  width: 100%;
  font-size: calc(14 / 16* 1em);
  border-radius: 5px;
  line-height: calc(38 / 14 * 1em);
  height: calc(38 / 14 * 1em);
  padding: 0 calc(20 / 14 * 1em);
}

.Top .top-search .btn {
  background-image: url("../images/Top002990_search.png");
}

.Top .top-lang {
  font-size: calc(16 / 16* 1em);
  margin-left: calc(25 / 1920* 100vw);
}

.Top .top-lang a {
  color: #666;
  margin: 0 5px;
  line-height: calc(38 / 16* 1em);
}

.Top .top-lang a:hover,
.Top .top-lang a.on {
  color: #3383ff;
}

.Top .login {
  font-size: calc(16 / 16* 1em);
  margin-left: calc(25 / 1920* 100vw);
}

.Top .login a {
  line-height: calc(38 / 16* 1em);
  color: #333;
  text-align: center;
  padding: calc(8 / 16* 1em) calc(20 / 16* 1em);
  border-radius: 50px;
}

.Top .login a.log {
  background: #3383ff;
  color: #fff;
}

.Top .login a.reg {
  border: 1px solid #eee;
}

.Top .login a:not(:last-child) {
  margin-right: calc(10 / 16* 1em);
}

.Top .login a:hover,
.Top .login a.on {
  color: #fff;
  background: #3383FF;
  border-color: #3383FF;
}


@media(min-width:1025px) {
  .Top .open-nav {
    display: none;
  }
}

@media(max-width:1024px) {
  .Top .top-search {
    display: none;
  }

  .Top .top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Top .login {
    font-size: calc(16 / 16* 1em);
  }

  .Top .login a {
    padding: calc(5 / 16* 1em) calc(10 / 16* 1em);
  }

  .Top .logo img {
    max-height: calc(45 / 16* 1em);
  }

  .Top .open-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1em;
  }

  .Top .open-search {
    width: calc(24 / 16* 1em);
    height: calc(24 / 16* 1em);
    margin-right: 1em;
    background-image: url(../images/Top002990_search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .Top .top-search {
    position: absolute;
    left: 3%;
    top: 100%;
    width: 94%;
  }

  .Top .open-search.on:after,
  .Top .open-search.on:before {
    background-color: #3383FF;
  }

  .Top .open-menu {
    width: calc(28 / 16* 1em);
    height: calc(24 / 16* 1em);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
  }

  .Top .open-menu i {
    background: #3383FF;
    height: 2px;
  }

}

/*Top002990 */
.Top002990 {
  position: relative;
  z-index: 999;
}

.Top002990 .auto {
  /* width: 88.542%; */
}

.Top002990 .top {
  padding: 20px 0;
}

.Top002990 .top .logo {
  text-align: center;
}

.Top002990 .open-search {
  background: url("../images/Top002990_search.png") no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.Top002990 .open-search.on {
  background-color: #000 !important;
}

.Top002990 .search {
  text-align: right;
}

.Top002990 .top-search {
  position: absolute;
  right: 30px;
  border: 1px solid #eee;
}

.Top002990 .top-search .btn {
  background: url("../images/Top002990_search.png") no-repeat center center #eee;
}

.Top002990 .open-nav a {
  font-weight: 100;
  cursor: pointer;
  padding-left: 28px;
  display: inline-block;
  line-height: 40px;
  color: #000;
  font-size: 15px;
  background: url("../images/Top002990_menu.gif") no-repeat left center;
}

.Top002990 .top-nav {
  padding: 0 0 20px 0;
  line-height: 36px;
}

.Top002990 .top-nav ul {
  display: table;
  margin: 0 auto;
}

.Top002990 .top-nav li {
  float: left;
  padding: 0 30px;
}

.Top002990 .top-nav li a {
  display: block;
  color: #000;
  font-size: 15px;
  position: relative;
}

.Top002990 .top-nav li a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 0;
  background: #000;
  transition: 0.3s;
}

.Top002990 .top-nav li a:hover:before {
  width: 100%;
}


.Top002990 .menu {
  position: relative;
  z-index: 100;
}

.Top002990 .top-menu {
  position: fixed;
  left: -100%;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 280px;
  z-index: 100;
}

.Top002990 .top-menu menu {
  height: 100%;
  position: relative;
  padding-top: calc(50 / 16* 1em);
  /* opacity: 0; transform: translateX(-100%); */
  background: #fff;
  box-shadow: 0 0 20px rgba(153, 153, 153, 0.2);
  overflow: auto;
}

.Top002990 .top-menu menu ul {
  height: 100%;
  padding-left: 2vw;
  margin-right: 2vw;
}

.Top002990 .top-menu .close-nav {
  position: absolute;
  top: 5.28vh;
  left: 5.68vw;
  padding-left: 30px;
  background: url("../images/Top002990_close.png") no-repeat left center;
  font-size: 28px;
  color: #000;
  cursor: pointer;
}

.Top002990 .top-menu .share {
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 13.516vh;
  font-size: 16px;
}

.Top002990 .top-menu .share .ytable {
  height: 100%;
  text-align: center;
}

.Top002990 .top-menu .share .bdsharebuttonbox a {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 42px;
  height: 42px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.Top002990 .top-menu .share .bdsharebuttonbox a.bds_tsina {
  background-image: url("../images/Top002990_sina.png");
}

.Top002990 .top-menu .share .bdsharebuttonbox a.bds_qzone {
  background-image: url("../images/Top002990_qq.png");
}

.Top002990 .top-menu .share .bdsharebuttonbox a.bds_weixin {
  background-image: url("../images/Top002990_wx.png");
}

.Top002990 .top-menu .share .bdsharebuttonbox a.bds_more {
  background-image: url("../images/Top002990_share.png");
}

.Top002990 .top-menu li span {
  display: block;
  position: relative;
  padding-right: 20px;
  background: no-repeat center left;
  padding: 1em 0;
  padding-left: 40px;
  cursor: pointer;
}

.Top002990 .top-menu li span a {
  font-size: calc(16 / 16* 1em);
  color: #333;
  transition: .3s;
  display: block;
}

.Top002990 .top-menu li span.active a{color: #3383ff;}

.Top002990 .top-menu li.aon span a,
.Top002990 .top-menu li a:hover {
  color: #3383ff;
}

.Top002990 .top-menu li span i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  display: none;
  cursor: pointer;
}

.Top002990 .top-menu li span i:before,
.Top002990 .top-menu li span i:after {
  position: absolute;
  content: '';
  background: #888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Top002990 .top-menu li span i:before {
  width: 12px;
  height: 2px;
}

.Top002990 .top-menu li span i:after {
  width: 2px;
  height: 12px;
}

.Top002990 .top-menu li span i.active:after {
  display: none;
}

.Top002990 .top-menu li span i.active:before {
  background: #000;
}

.Top002990 .top-menu li dl {
  padding: 5px 0 5% 10px;
  display: none;
}

.Top002990 .top-menu li dd {
  line-height: 40px;
  font-size: calc(14 / 16* 1em);
  position: relative;
}



.Top002990 .top-menu li dd a {
  color: #666;
  display: block;
  transition: .3s;
  cursor: pointer;
  line-height: normal;
  padding: .8em 0;
}

.Top002990 .top-menu li dd.active a{color: #3383ff;}

.Top002990 .top-menu li dd .tit {
  position: relative;
  background: url(../images/icon-menu.png) no-repeat center left;
  padding-left: 40px;
}

.Top002990 .top-menu li dd .tit i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  display: none;
  cursor: pointer;
  border: 1px solid #ebebeb
}

.Top002990 .top-menu li dd .tit i:before,
.Top002990 .top-menu li dd .tit i:after {
  position: absolute;
  content: '';
  background: #888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Top002990 .top-menu li dd .tit i:before {
  width: 8px;
  height: 1px;
}

.Top002990 .top-menu li dd .tit i:after {
  width: 1px;
  height: 8px;
}

.Top002990 .top-menu li dd .tit i.active:after {
  display: none;
}

.Top002990 .top-menu li dd .tit i.active:before {
  background: #000;
}

.Top002990 .top-menu li dd a:hover {
  color: #3383ff;
}

.Top002990 .top-menu li.aon span a,
.Top002990 .top-menu li a:hover {
  color: #3383ff;
}

.Top002990 .top-menu li dd .three {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: none;
  padding-left: 10px
}

.Top002990 .top-menu li dd .three a {
  font-size: calc(14 / 16* 1em);
  line-height: 30px;
  display: block;
  color: #888
}

.Top002990 .top-menu li dd.active a{color: #3383FF;}


.menu-out .Top002990 .top-menu {
  opacity: 0;
  left: -100%;
  transition: opacity 0.3s 0.3s, left 0s 0.6s;
}

.menu-out .Top002990 .top-menu menu {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.3s;
}

@media(min-width:1025px) {
  .Top002990 .top-menu {
    opacity: 1;
    left: 0;
    transition: opacity 0.3s;
  }

  .Top002990 .search,
  .Top002990 .top .open-nav {
    width: 150px;
  }

  .Top002990 .search {
    position: relative;
  }

  .Top002990 .top-search {
    width: 320px;
    top: 50%;
    margin-top: -23px;
  }
}

@media(max-width:1024px) {
  .menu-show .Top002990 .top-menu {
    opacity: 1;
    left: 0;
    transition: opacity 0.3s;
    z-index: 100;
  }

  .Top002990 .top-nav {
    display: none;
  }

  .Top002990 .search,
  .Top002990 .top .open-nav {
    width: 70px;
  }

  .Top002990 .top-search {
    left: 2%;
    right: 2%;
    top: 100%;
  }

  .Top002990 .top-menu menu {
    padding-top: calc(15 / 16* 1em);
  }

  .Top002990 .top-menu menu ul {
    padding: 0 calc(20 / 16* 1em);
  }

  .Top002990 .top-menu li span a {
    font-size: calc(18 / 16* 1em);
  }
}

@media(max-width:480px) {
  .Top002990 .top {
    padding: 2vw 0;
  }

  .Top002990 .top .logo img {
    height: 60px;
  }

  .Top002990 .top-menu .share .bdsharebuttonbox a {
    width: 30px;
    height: 30px;
  }

  .Top002990 .top-menu .close-nav {
    font-size: 5vw;
  }
}



.Hometitle {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: calc(20 / 16* 1em);
}

.Hometitle .cn {
  color: #333;
  font-size: calc(36 / 16* 1em);
  font-weight: bold;
  line-height: 1;
  position: relative;
  transform: translateY(-25px);
}

.Hometitle .en {
  font-size: calc(50 / 16* 1em);
  opacity: 0.04;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

.Homemore {
  font-size: calc(16 / 16* 1em);
  text-align: center;
  padding: calc(10 / 16* 1em) calc(30 / 16* 1em);
  line-height: 1.5;
  border-radius: 50px;
  border: solid 1px #3383FF;
  transition: 0.3s;
  display: table;
  color: #3383FF;
}

.Homemore:hover {
  background-color: #3383FF;
  color: #fff;
  border-color: #3383FF;
}


.About {
  padding: 5% 0;
  background: #fff;
  background: url(../images/About-bj.jpg) no-repeat center center;
  background-size: cover;
}

.About .pic img {
  border-radius: 10px;
}

.About .name {
  font-size: calc(28 / 16 * 1em);
  color: #333;
  line-height: 1;
  margin-bottom: calc(20 / 28 * 1em);
}

.About .info {
  font-size: calc(16 / 16 * 1em);
  line-height: 2;
  color: #333;
}

.About .info .edit-info {
  padding-bottom: calc(20 / 16 * 1em);
}

@media (min-width:1025px) {
  .About .info {
    padding-left: 5%;
  }

  .About .pic {
    width: 48%;
  }
}



/*Floor002821 */
.Floor002821 {
  overflow: hidden;
  padding: 5% 0;
  background: #f9f9f9;
}

/* .Floor002821 li {
  float: left;
  width: 50%;
  position: relative;
  padding-bottom: 21.429%;
} */

/* .Floor002821 li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */

/* .Floor002821 li a>* {
  position: absolute;
  left: 0;
  width: 100%;
} */

/* .Floor002821 li .Ispic {
  height: 100%;
  top: 0;
} */

/* .Floor002821 li a:before {
  z-index: 5;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  content: '';
  height: 100%;
  opacity: 0;
  -webkit-opacity: 0;
  transition: 0.3s;
  background: -moz-linear-gradient(45deg, rgba(51, 131, 255, 1) 0%, rgba(51, 131, 255, 0.4) 100%);
  background: -webkit-linear-gradient(45deg, rgba(51, 131, 255, 1) 0%, rgba(51, 131, 255, 0.4) 100%);
  background: linear-gradient(45deg, rgba(51, 131, 255, 1) 0%, rgba(51, 131, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3383ff', endColorstr='#663383ff', GradientType=1);
} */

/* .Floor002821 li a:hover:before {
  opacity: 0.9;
  -webkit-opacity: 0.9;
} */

/* .Floor002821 li .txt {
  z-index: 10;
  bottom: calc(34 / 16 * 1em);
  padding: 0 calc(25 / 16 * 1em);
  color: #fff;
}

.Floor002821 li .txt p.t1 {
  font-size: calc(24 / 16 * 1em);
  margin: calc(18 / 24 * 1em) 0 calc(10 / 24 * 1em) 0;
}

.Floor002821 li .txt p.t2 {
  line-height: 1.75;
  margin: 0;
  font-size: calc(15 / 16 * 1em);
}

.Floor002821 li .icon img {
  max-width: calc(45 / 16 * 1em);
  display: block;
} */

@media(min-width:1025px) {

  /* .Floor002821 li:nth-child(1) .Ispic,
  .Floor002821 li:nth-child(1) a:before {
    left: auto;
    right: 0;
    width: 100%;
  } */

  /* .Floor002821 li:nth-child(3),
  .Floor002821 li:nth-child(4) {
    width: 25%;
  } */

  /* .Floor002821 li:nth-child(1) {
    padding-bottom: 42.858%;
  } */
}

@media(max-width:1024px) {
  /* .Floor002821 li {
    width: 100%;
    padding-bottom: 42.858%;
  } */

  /* .Floor002821 li:nth-child(3),
  .Floor002821 li:nth-child(4) {
    width: 50%;
  } */
}

@media(max-width:480px) {
  /* .Floor002821 li {
    font-size: 80px;
  } */
}

@media(max-width:400px) {
  /* .Floor002821 li {
    font-size: 70px;
  } */

  /* .Floor002821 li .txt p.t1 {
    margin-top: 10px;
  } */
}


.Bottom {}

.Bottom .copyright {
  padding: calc(20 / 16 * 1em) 0;
  line-height: 1.875;
  border-top: 1px solid #eee;
}

@media(max-width:1024px) {
  .Bottom .copyright {
    text-align: center;
  }
}


.column-title {
  margin-bottom: calc(30 / 16 * 1em);
  position: relative;
  text-align: center;
}

.column-title .cn {
  font-size: calc(32 / 16 * 1em);
  line-height: 1;
  color: #333333;
  font-weight: bold;
}



/*Location003131 */
.Location003131 {}

.Location003131 .current {
  padding: 1.625em 0;
  font-size: 0.875em;
  padding-left: 1.5em;
  background: url(../images/Location003131-icon.svg) no-repeat left center;
  background-size: 1em auto;
  border-bottom: 1px solid #eee;
  display: block;
}

.Location003131 .current,
.Location003131 .current a:not(:hover) {
  color: #999;
}

.Location003131 .current span {
  color: #333;
}


/*Downlist */
.Downlist {
  padding: 5% 0 2% 0;
}

.Downlist ul {
  display: flex;
  flex-wrap: wrap;
}

.Downlist li {
  float: left;
  margin-bottom: 2%;
  border: 1px solid #eee;
}

.Downlist li .txt {
  padding: calc(18 / 16 * 1em) calc(12 / 16 * 1em);
  background: #fff;
  transition: all 0.5s;
  border-bottom: 1px solid #eee;
}

.Downlist li .tit {
  font-size: calc(20 / 16 * 1em);
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: calc(12 / 20 * 1em);
}

.Downlist li p {
  font-size: calc(16 / 16 * 1em);
  line-height: 1.8;
  min-height: 3.6;
  color: #666;
}

.Downlist li .pic {
  overflow: hidden;
  position: relative;
}

.Downlist li .Ispic {
  padding-bottom: 113.15%;
  background-size: contain;
  transition: all 0.5s;
}

.Downlist li a:hover .Ispic {
  transform: scale(1.1);
}

.Downlist li a:hover .tit {
  color: #3383ff;
}

.Downlist li:hover .txt {
  box-shadow: 0px 0 20px rgba(51, 131, 255, 0.1);
}

.Downlist li span {
  color: #3383ff;
  border: 1px solid #3383ff;
  border-radius: 5px;
  padding: 0 12px;
  font-size: calc(15 / 16 * 1em);
  display: table;
  margin: 0 auto;
  line-height: 2;
}

.Downlist li:hover span {
  color: #fff;
  background-color: #3383ff;
  border-color: #3383ff;
}

@media (min-width:1025px) {
  .Downlist li {
    width: 18.3%;
  }

  .Downlist li:not(:nth-child(5n)) {
    margin-right: 2%;
  }

  .Downlist li:nth-child(5n+1) {
    clear: left;
  }
}

@media (max-width:1024px) {
  .Downlist li {
    width: 48%;
  }

  .Downlist li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .Downlist li:nth-child(2n+1) {
    clear: left;
  }

  .Downlist li .txt {
    padding: 1em;
  }
}


/*Page002623 */
.Page002623 {
  padding: 0vw 0 4% 0;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
  display: none;
}

.Page002623 .Pages em {
  float: left;
  margin: 0 1.2vw;
  font-style: normal;
}

.Page002623 .Pages .p_page {
  display: table;
  margin: 0 auto;
}

.Page002623 .Pages a {
  float: left;
  line-height: 45px;
  width: 45px;
  margin: 0 3px;
  border-radius: 5px;
  background: #fff;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
  color: #fff;
  background: #3383ff;
}

.Page002623 .Pages .p_page>a {
  font-size: 0;
  height: 45px;
  position: relative;
}

.Page002623 .Pages .p_page>a:before {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
  border-right-color: #000;
  border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
  border-left-color: #000;
  border-left-width: 8px;
  margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
  border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
  border-left-color: #fff;
}

@media(max-width:640px) {
  .Page002623 {
    padding: 6vw 0 8vw 0;
  }

  .Page002623 .Pages em {
    display: none;
  }

  .Page002623 .Pages a {
    background-color: #fff;
  }
}


/*Videolist */
.Videolist {
  padding: 5% 0 2% 0;
}

.Videolist ul {
  display: flex;
  flex-wrap: wrap;
}

.Videolist li {
  float: left;
  margin-bottom: 2%;
  border-radius: 10px;
}

.Videolist li .txt {
  padding: calc(25 / 16 * 1em) calc(30 / 16 * 1em);
  background: #fff;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s;
}

.Videolist li .tit {
  font-size: calc(20 / 16 * 1em);
  line-height: 1.5;
  color: #333;
}

.Videolist li p {
  font-size: calc(16 / 16 * 1em);
  line-height: 1.8;
  min-height: 3.6;
  color: #666;
}

.Videolist li .pic {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.Videolist li .Ispic {
  padding-bottom: 68%;
  transition: all 0.5s;
}

.Videolist li a:hover .Ispic {
  transform: scale(1.1);
}

.Videolist .play {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #666 url(../images/play.png) no-repeat center center;
  background-size: 1em auto;
  position: relative;
  z-index: 4;
  z-index: 5;
  position: absolute;
  left: calc(30 / 16 * 1em);
  bottom: calc(30 / 16 * 1em);
  transition: all 0.5s;
}

.Videolist li a:hover .tit {
  color: #3383ff;
}

.Videolist li:hover .txt {
  background: #fff;
  box-shadow: 0px 0 20px rgba(51, 131, 255, 0.1);
}

.Videolist li:hover .play {
  transform: scale(1.2);
  background-color: #3383ff;
}

@media (min-width:1025px) {
  .Videolist li {
    width: 32%;
  }

  .Videolist li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .Videolist li:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width:1024px) {
  .Videolist li {
    width: 48%;
  }

  .Videolist li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .Videolist li:nth-child(2n+1) {
    clear: left;
  }

  .Videolist li .txt {
    padding: 1em;
  }
}


/*News_detail*/
.News_detail {
  padding: 5% 0;
}

.News_detail .news_info {
  background: #fff;
  padding: calc(50 / 16 * 1em);
  border-radius: 10px;
}
.News_detail .news_info .videoContainer{position: relative; text-align: center;}
.News_detail .news_info .VideosInfo{margin-top: 1em;}
.News_detail .news_info .videoList{display: flex; flex-wrap: wrap; gap:10px 1.3%;}
.News_detail .news_info .videoList li{width: 24%; position: relative; border: 1px solid #eee;}
.News_detail .news_info .videoList li > aside.videoTitle{line-height: 2; text-align: center; color: #333;}
.News_detail .news_info .videoList li video{max-width: 100%; max-height: 150px;}
.News_detail .news_info .videoList .play {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(8, 37, 53, 0.6);z-index: 5;cursor: pointer;}
.News_detail .news_info .videoList .play .ytable {
  height: 100%;
  text-align: center;
  color: #fff;
}

@media(min-width:641px) and (max-width:1024px){
  .News_detail .news_info .videoList li > aside.videoTitle{font-size: calc(10/16 * 1em);}
}


.News_detail .news_info .videoBox.playing{position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999;}
.News_detail .news_info .videoBox.playing .videoInner{display: flex; width: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);  background-color: #000; margin:auto;}
.News_detail .news_info .videoBox.playing video{max-height: unset; height: auto !important;}
.News_detail .news_info .videoBox .videoInner video{width: 100%;}
.News_detail .news_info .videoContainer video.hidden{display: none;}
.News_detail .news_info .videoBox .videoInner .closeVideo{position: absolute; top: 0; right: 0; cursor: pointer; width: calc(25/16 * 1em); height: calc(25/16 * 1em); background-color: #3383ff; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; transform: translate(50%,-50%);}
.News_detail .news_info .videoBox:not(.playing) .videoInner .closeVideo{display: none;}
.News_detail .news_info .videoList .play .icon {
  width: calc(60 / 16 * 1em);
  height: calc(60 / 16 * 1em);
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #3383ff url(../images/play.png) no-repeat center center;
  background-size: 1em auto;
}
.News_detail .news_info .videoList .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  padding: 2%;
}

.News_detail .news_info .videoList .box p {
  padding: calc(5 / 16* 1em) calc(10 / 16* 1em);
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: calc(16 / 16* 1em);
  line-height: 1.8;
  color: #666;
}

@media(max-width:1024px){
  .News_detail .news_info .videoList{gap:calc(10/16 * 1em) 3%;}
  .News_detail .news_info .videoList li{width: 48.5%;}
  .News_detail .news_info .videoBox.playing .videoInner{width: 90%;}
}

@media(min-width:769px) and (max-width:1024px){
  .News_detail .news_info .videoBox .videoInner .closeVideo{font-size: calc(10/16 * 1em);}
}

.News_detail .news_info .title {
  text-align: center;
  padding-bottom: calc(15 / 16 * 1em);
  border-bottom: 1px solid #eee;
  margin-bottom: calc(35 / 16 * 1em);
}

.News_detail .news_info .title h1 {
  margin: 0;
  padding-bottom: 1%;
  font-size: calc(28 / 16 * 1em);
  font-weight: normal;
  color: #333;
}

.News_detail .news_info .title aside span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5em 0.5em;
  line-height: 2;
  color: #999;
}

.News_detail .news_info .title time {
  display: inline-block;
  color: #999;
  font-size: calc(16 / 16 * 1em);
  padding-left: calc(30 / 16 * 1em);
  background: url(../images/icon-time.svg) no-repeat left center;
  background-size: auto 1.125em;
  margin-top: 10px;
}

.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;
  /* margin: 2% auto; max-width: 50%; */
  text-align: center
}

.News_detail .info {
  line-height: 2;
  color: #333;
  font-size: calc(16 / 16 * 1em);
  margin-top: 1em;
}

.News_detail .info p {
  margin: 0;
}

.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: #3383ff;
  display: block;
  width: 150px;
  line-height: 3;
  border-radius: 100px;
  border: 2px solid #3383ff;
}

.News_detail .info_back a:hover {
  background: #3383ff;
  color: #fff;
  border-color: #3383ff;
}

.News_detail .info_pn span {
  display: block;
  margin: 1% 0;
}

.News_detail .info_pn span a {
  color: #666;
}

.News_detail .info_pn span a:hover {
  color: #3383ff;
}

@media(max-width:1024px) {
  .News_detail .news_info {
    padding: calc(15 / 16 * 1em);
  }

  .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: calc(24 / 16 * 1em);
  }

  .News_detail .info_back a {
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100px;
  }

  .News_detail .info_pn span {
    margin: 2% 0;
  }

  .News_detail .info img {
    width: 100% !important;
    height: 100% !important;
  }
}


/*VideosInfo */
.VideosInfo .content {
  margin-bottom: calc(30 / 16 * 1em);
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.VideosInfo .content {
  font-size: calc(18 / 16 * 1em);
  line-height: 1.8;
  color: #333;
}

.VideosInfo .content p {
  margin: 0;
  margin-bottom: calc(20 / 18 * 1em);
}

.VideosInfo .content .block-image {
  margin-bottom: calc(20 / 16 * 1em);
  text-align: center;
}

.VideosInfo .content .block-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  margin-bottom: calc(20 / 16 * 1em);
}

.VideosInfo .content .block-video {
  position: relative;
  z-index: 4;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: calc(20 / 16 * 1em);
}

.VideosInfo .content .block-video .files {
  position: absolute;
  background-color: #000;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.VideosInfo .content .block-video .files video {
  width: 100%;
  height: 100%;
}

.VideosInfo .content .block-video figure {
  padding-bottom: 52%;
  border-radius: 10px;
}

.VideosInfo .content .block-video .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 37, 53, 0.6);
  z-index: 5;
  cursor: pointer;
}

.VideosInfo .content .block-video .play .ytable {
  height: 100%;
  text-align: center;
  color: #fff;
}

.VideosInfo .content .block-video .play .icon {
  width: calc(60 / 16 * 1em);
  height: calc(60 / 16 * 1em);
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  background: #3383ff url(../images/play.png) no-repeat center center;
  background-size: 1em auto;
}


/*Spec002780 */
.Spec002780{margin:3% 0 0 0;}
.Spec002780 dl{ border:1px solid #eee; background: #fff; overflow:hidden; line-height:30px; position:relative; min-height:66px; padding:10px 16px; margin-bottom: 15px;  border-radius:5px;}
.Spec002780 dt{ position:absolute; left:0; top:0; height:100%;width:138px; text-align:center; color:#fff; background-color:#084a95; font-size: 1.25em; font-weight: bold;}
.Spec002780 dt span{position: relative; top: 50%; transform: translateY(-50%); display: block;}
.Spec002780 dd{ position:relative; padding:0 40px 0 0; font-size:1em; overflow:hidden; line-height: 40px;}
.Spec002780 dd a{color:#333;display:inline-block;}
.Spec002780 dd a.on,
.Spec002780 dd a:hover{ color:#084a95;}
.Spec002780 dl dd a{cursor: pointer; color:#333;display:inline-block; line-height:2.2; padding: 0em 1em; border: 1px solid #eee; text-align: center; border-radius:5px; margin-bottom: 6px; margin-right:5px; }
.Spec002780 dl dd a.on,
.Spec002780 dl dd a:hover{ color:#fff; border-color: #3383ff; background: #3383ff; } 
.Spec002780 dd span{ position:absolute; right:0; top:8px;text-align:center; width:25px; height:25px; border:2px solid #3383ff; color:#3383ff; cursor:pointer; display:none; border-radius:30px; }
.Spec002780 dd span b{ display: none;}
.Spec002780 dd span i{border-color: #fff; width: 6px;height: 6px;border-top: 2px solid #3383ff;border-left: 2px solid #3383ff;display: block;transform: rotate(45deg);position: absolute;left: 8px;top: 8px;}
.Spec002780 dd span i.on{transform:rotate(222deg); top: 4px;}

.Spec002780 .search {position: relative;}
.Spec002780 .search .text {width: 100%;line-height: 50px;height: 50px;border: 1px solid #eee;font-size: calc(16 / 16 * 1em);border-radius: 5px;color: #666;padding: 0 110px 0 15px;}
.Spec002780 .search .btn {cursor: pointer; position: absolute;right: 0;top: 0;width: 90px;height: 100%;border: none;background: #3383ff;color: #fff;border-radius: 5px;font-size: calc(16 / 16 * 1em);}


@media(max-width:1024px){
.Spec002780 dt{ font-size: 18px;}
.Spec002780 dd{font-size: 14px;padding: 0 30px 0 0;}

}

@media(max-width:640px){
.Spec002780 dd a:after{ margin:0 5px;}
.Spec002780 dl dd a{padding: 0em 10px;margin-right: 4px;margin-bottom: 3px;}
.Spec002780 dl{ padding:8px;  }
.Spec002780 dt{ position:relative; height:auto; width:auto;text-align:left; margin-bottom:10px; padding:10px ; padding-left: 10px;background-position: 34px 26px;}
.Spec002780 dl:last-of-type dt{ margin-bottom:0;}
.Spec002780 dt span {transform: translateY(0%);}
.Spec002780 .search .text{line-height: 42px;height: 42px;padding: 0 70px 0 10px;}
.Spec002780 .search .btn{width: 60px;}
}





.Model {
  padding: 3% 0 0% 0;
}

.Model .title {}

.Model .title a.add {
  float: right;
  cursor: pointer;
  font-size: calc(16 / 16 * 1em);
  color: #3383ff;
  border: 1px solid #3383ff;
  padding: 0 calc(25 / 16 * 1em);
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 2.5;
}

.Model .title a:hover {
  background: #3383ff;
  color: #fff;
  border-color: #3383FF;
}

.Model .container {
  display: none;
  margin-top: calc(30 / 16 * 1em);
}

.Model .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: calc(25 / 16 * 1em) calc(20 / 16 * 1em);
}

.Model .box .desc {
  font-size: calc(18 / 16 * 1em);
  line-height: 2;
  color: #333;
}

.Model .box .right-san {}

.Model .box .right-san .more {
  font-size: calc(16 / 16 * 1em);
  background: #3383ff;
  color: #fff;
  line-height: 2.5;
  padding: 0 calc(25 / 16 * 1em);
  border-radius: 50px;
  display: inline-block;
  transition: all 0.5s;
  cursor: pointer;
}

.Model .box .right-san .more.gray {
  background: #666;
}

.Model .box .right-san .more:not(:last-child) {
  margin-right: 10px;
}




/*Modellist */
.Modellist {
  padding: 3% 0 3% 0;
}

.Modellist ul {
  display: flex;
  flex-wrap: wrap;
}

.Modellist li {
  float: left;
  margin-bottom: 2%;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.Modellist li .txt {
  padding: calc(20 / 16 * 1em);
  transition: all 0.5s;
}

.Modellist li .tit {
  font-size: calc(20 / 16 * 1em);
  line-height: 1.5;
  color: #333;
}

.Modellist li p {
  font-size: calc(16 / 16 * 1em);
  line-height: 1.8;
  min-height: 3.6;
  color: #666;

}

.Modellist li .box p{
  padding: calc(5/16 * 1em) calc(10/16 * 1em);
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.Modellist li .pic {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.Modellist li .Ispic {
  padding-bottom: 72%;
  transition: all 0.5s;
}

.Modellist li a:hover .Ispic {
  transform: scale(1.1);
}

.Modellist li a:hover .tit {
  color: #3383ff;
}

.Modellist li:hover {
  box-shadow: 0px 10px 20px rgba(51, 131, 255, 0.12);
}

.Modellist li .txt span {
  font-size: calc(15 / 16 * 1em);
  display: inline-block;
  color: #666;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.Modellist li .txt span:not(:last-child) {
  margin-right: 5px;
}

.Modellist li .txt span:hover {
  color: #3383ff !important;
  border-color: #3383FF;
}

.Modellist li .txt .box{display: flex; flex-wrap: wrap;}

.Modellist li .checkbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  padding: calc(10 / 16 * 1em) calc(20 / 16 * 1em);
  ;
}

.Modellist li .checkbox a {
  cursor: pointer;
  font-size: calc(14 / 16 * 1em);
  color: #3383ff;
  border: 1px solid #3383ff;
  padding: calc(7 / 16 * 1em) calc(15 / 16 * 1em);
  display: block;
  border-radius: 50px;
  text-align: center;
}

.Modellist li .checkbox .add {
  cursor: pointer;
  position: relative;
  font-size: calc(15 / 16 * 1em);
  color: #666;
}

.Modellist li .checkbox .add span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  background: #fff;
  transform: translateY(3px);
  margin-right: 5px;
  cursor: pointer;
}

.Modellist li .checkbox .add span.sp1 {
  background: #3383FF;
}

@media (min-width:1025px) {
  .Modellist li {
    width: 23.5%;
  }

  .Modellist li:not(:nth-child(4n)) {
    margin-right: 2%;
  }

  .Modellist li:nth-child(4n+1) {
    clear: left;
  }
}

@media (max-width:1024px) {
  .Modellist li {
    width: 49%;
  }

  .Modellist li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .Modellist li:nth-child(2n+1) {
    clear: left;
  }

  .Modellist li .txt {
    padding: calc(10 / 16 * 1em);
  }

  .Modellist li .checkbox {
    padding: calc(10 / 16 * 1em) calc(10 / 16 * 1em);
  }

  .Modellist li .checkbox a {
    padding: calc(6 / 16 * 1em) calc(10 / 16 * 1em);
  }
}



.AboutInfo {
  padding: 5% 0;
}

.AboutInfo .inner {
  background: #fff;
  padding: calc(50 / 16* 1em);
  border-radius: 10px;
}

.AboutInfo .video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: calc(30 / 16 * 1em);
}

.AboutInfo .video img {
  display: block;
  width: 100%;
}

.AboutInfo .open_video,
.AboutInfo .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.AboutInfo .open_video video,
.AboutInfo .file video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}

.AboutInfo .open_video:before,
.AboutInfo .open_video:after,
.AboutInfo .open_video span {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.AboutInfo .open_video span {
  width: calc(60 / 16 * 1em);
  height: calc(60 / 16 * 1em);
  z-index: 4;
  background: url("../images/play.png") no-repeat center center #3383ff;
  background-size: calc(18 / 16 * 1em) auto;
}

.AboutInfo .open_video:before,
.AboutInfo .open_video:after {
  content: '';
  background-color: #fff;
  opacity: 0.11;
  transform-origin: 0 0;
}

.AboutInfo .open_video:before {
  width: calc(100 / 16 * 1em);
  height: calc(100 / 16 * 1em);
  animation: infinite scale 2s;
}

.AboutInfo .open_video:after {
  width: calc(120 / 16 * 1em);
  height: calc(120 / 16 * 1em);
  animation: infinite scale2 2s;
}

.AboutInfo .file {
  z-index: 3;
  display: none;
}

.AboutInfo .file .close {
  position: absolute;
  z-index: 10;
  right: 1%;
  top: 3%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3383ff;
  cursor: pointer;
}

.AboutInfo .file .close span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes scale {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: .3
  }

  100% {
    transform: scale(1.3) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: .3;
  }

  100% {
    transform: scale(1.6) translate(-50%, -50%);
    opacity: 0;
  }
}

.AboutInfo .tit {
  font-size: calc(32 / 16* 1em);
  color: #3383ff;
  margin-bottom: calc(20 / 32* 1em);
  line-height: 1;
}

.AboutInfo .intro {
  font-size: calc(16 / 16 * 1em);
  line-height: 2.2;
  color: #333;
}

@media (max-width:1024px) {
  .AboutInfo .inner {
    padding: calc(15 / 16* 1em);
  }
}


/*Form003139 */
.Form003139 {
  position: relative;
  z-index: 1;
  padding: 5% 0;
}

.Form003139 .title {
  font-size: 1.625em;
  color: #333333;
  line-height: 1.1538em;
}

.Form003139 .title:after {
  display: block;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #d72623;
  margin: 1.1538em 0;
}

.Form003139 .desc {
  font-size: 0.875em;
  color: #999999;
  line-height: 1.875;
}

.Form003139 .form {
  background-color: #fff;
  padding: calc(50 / 16 * 1em);
  border-radius: 10px;
  overflow: hidden;
}

.Form003139 .form-ul {
  margin: 0 auto;
}

.Form003139 .form-ul li {
  margin-bottom: calc(15 / 16 * 1em);
  position: relative;
}

.Form003139 .form-ul li .tit {
  position: absolute;
  left: 1.1428em;
  top: 0;
  font-size: calc(16 / 16 * 1em);
  line-height: 3.5714;
  color: #999;
}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  font-size: 1em;
  line-height: 3.5714;
  height: 3.5714em;
  background: none;
  padding: 0 1em;
}

.Form003139 .form-ul li textarea.text {
  height: auto;
}

.Form003139 .form-ul .btn {
  width: 10em;
  background: #3383ff;
  border-radius: 50px;
  font-size: calc(16 / 16 * 1em);
  height: 3.2em;
  color: #fff;
  cursor: pointer;
  border: 0;
  display: table;
  margin: 0 auto;
  margin-top: 1em;
}

@media (min-width:1025px) {
  .Form003139 .form .img {
    width: 50%;
  }

  .Form003139 .form-ul .row-2 li {
    float: left;
    width: calc(50% - 15px);
  }

  .Form003139 .form-ul .row-2 li:nth-child(2n) {
    float: right;
  }

  .Form003139 .form-ul {
    width: 100%;
  }
}

@media (max-width:1024px) {
  .Form003139 .form-ul {
    padding: 2em 0;
  }

  .Form003139 .form {
    padding: calc(15 / 16 * 1em);
  }
}




.Member {
  background: url(../images/Member-bj.jpg) no-repeat center;
  background-size: cover;
  padding: 5% 0;
  position: relative;
  z-index: 1;
}

.Member .main {
  padding: calc(50 / 16 * 1em);
}

.Member .main .colse {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  background: url(../images/icon-close.svg) no-repeat;
  background-size: contain;
  z-index: 10;
  cursor: pointer;
}

.Member .logoBox {
  margin-bottom: calc(30 / 16 * 1em);
  text-align: center;
}

.Member .logo {
  margin-bottom: 20px;
}

.Member .logo img {
  height: 70px;
  text-align: center;
}

.Member h2 {
  font-size: calc(28 / 16 * 1em);
  color: #333333;
  text-align: center;
  margin: 0;
  margin-bottom: calc(40 / 28 * 1em);
}

.Member .text {
  width: 100%;
  line-height: calc(50 / 16 * 1em);
  height: calc(50 / 16 * 1em);
  padding: 0 14px 0 50px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  background: none;
  font-size: calc(16 / 16 * 1em);
}

.Member .bot {
  line-height: calc(50 / 16 * 1em);
}

.Member .bot .row {
  width: 100%;
  margin-bottom: calc(20 / 16 * 1em);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: calc(50 / 16 * 1em) auto;
}

.Member .bot .row label {
  position: absolute;
  left: 50px;
  color: #999;
  line-height: calc(50 / 16 * 1em);
}

.Member .bot .btn {
  width: 100%;
  height: calc(50 / 16 * 1em);
  font-size: calc(16 / 16 * 1em);
  color: #fff;
  background: #3383ff;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: 0 5px 15px 0 rgba(51, 131, 255, 0.3);
}

.Member .text:focus {
  border-color: #3383ff;
}

.Member a:hover {
  color: #3383ff;
}

.Member .bot .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.Member .bot .flex .yzm {
  flex: 1;
}

.Member .bot .send {
  padding: 0 calc(15 / 16 * 1em);
  line-height: calc(50 / 16 * 1em);
  text-align: center;
  color: #fff;
  background: #3383ff;
  border-radius: 5px;
  margin-left: calc(15 / 16 * 1em);
}

.Member .row.zh {
  background-image;
  : url(../images/login_icon1.png)
}

.Member .row.mm {
  background-image: url(../images/login_icon2.png)
}

.Member .row.yx {
  background-image: url(../images/login_email.png)
}

.Member .row.gs {
  background-image: url(../images/login_gs.png)
}

.Member .row.dz {
  background-image: url(../images/login_dz.png)
}

.Member .row.gj {
  background-image: url(../images/login_gj.png)
}

.Member .row.dh {
  background-image: url(../images/login_dh.png)
}

.Member .row.xm {
  background-image: url(../images/login_xm.png)
}

.Member .row.yzm {
  background-image: url(../images/login_yzm.png)
}

/* 登录 */
.LoginBox {}

.LoginBox .FormLogin {
  max-width: 500px;
  width: 90%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 10px;
}

.LoginBox .FormLogin .forgetbtn {
  float: right;
}

.LoginBox .FormLogin .Log {
  margin-top: calc(20 / 16 * 1em);
}

.LoginBox .FormLogin .Log a {
  color: #3383ff;
}

/* 注册 */
.RegBox {}

.RegBox .FormReg {
  max-width: 500px;
  width: 90%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 10px;
  margin: 0px auto;
}

.RegBox .FormReg .Reg {
  margin-top: calc(20 / 16 * 1em);
  text-align: center;
}

.RegBox .FormReg .Reg a {
  color: #3383ff;
}


/* 找回密码 */
.Forgot {}

.Forgot .FormFor {
  max-width: 500px;
  width: 90%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
}

.Forgot .tips {
  margin-top: 20px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}


@media (min-width:1025px) {
  .Member {
    min-height: calc(758 / 16 * 1em);
  }

  .RegBox .FormReg .bot .row2 {
    float: left;
    width: calc(50% - 10px);
  }

  .RegBox .FormReg .bot .row2:nth-child(2n) {
    float: right;
  }

  .LoginBox .FormLogin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .RegBox .FormReg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .Forgot .FormFor {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}

@media (max-width:1024px) {

  .LoginBox .FormLogin,
  .RegBox .FormReg,
  .Forgot .FormFor {
    width: 100%;
  }

  .Member .main {
    padding: calc(25/ 16 * 1em) calc(15 / 16 * 1em);
  }
}


.maintab {padding: 5% 0;}


/* .Help {padding: 5% 0;} */

.Help .tit1 {
  font-size: calc(30/ 16 * 1em);
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: calc(10/ 16 * 1em);
  margin-bottom: calc(10/ 16 * 1em)
}

.Help .tit2 {
  font-size: calc(22/ 16 * 1em);
  color: #333;
  font-weight: bold;
  margin-bottom: calc(10/ 16 * 1em)
}

.Help .desc p {
  margin: 0;
  line-height: 1.66;
  padding-bottom: calc(15/ 16 * 1em)
}

.Help .desc p a {
  color: #3383ff
}


.Help .form {
  background-color: #fff;
  padding: calc(50 / 16 * 1em);
  border-radius: 10px;
  overflow: hidden;
}

.Help .form-ul {
  margin: 0 auto;
}

.Help .form-ul li {
  margin-bottom: calc(15 / 16 * 1em);
  position: relative;
}

.Help .form-ul li .tit {
  position: absolute;
  left: 1.1428em;
  top: 0;
  font-size: calc(16 / 16 * 1em);
  line-height: 3.5714;
  color: #999;
}

.Help .form-ul li select,
.Help .form-ul li .text {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  font-size: 1em;
  line-height: 3.5714;
  height: 3.5714em;
  background: none;
  padding: 0 1em;
}

.Help .form-ul li textarea.text {
  height: auto;
}

.Help .form-ul li .box {
  width: 100%;
  border: 2px dashed #eaeaea;
  padding: 50px;
  text-align: center;
}

.Help .form-ul li .box .sc {
  display: block;
  background: #3383ff;
  color: #fff;
  width: 160px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 4px;
}

.Help .form-ul li .box p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

.Help .form-ul .btn {
  width: 10em;
  background: #3383ff;
  border-radius: 50px;
  font-size: calc(16 / 16 * 1em);
  height: 3.2em;
  color: #fff;
  cursor: pointer;
  border: 0;
  display: table;
  margin: 0 auto;
  margin-top: 1em;
}

@media (min-width:1025px) {
  .Help .form .img {
    width: 50%;
  }

  .Help .form-ul .row-2 li {
    float: left;
    width: calc(calc(100% - 30px) / 3);
    margin-right: 15px;
  }

  .Help .form-ul .row-2 li:nth-child(3n) {
    margin-right: 0;
  }

  .Help .form-ul {
    width: 100%;
  }
}

@media (max-width:1024px) {
  .Help .form-ul {
    padding: 2em 0;
  }

  .Help .form {
    padding: calc(15 / 16 * 1em);
  }
}

@media(max-width:640px){
  .Help .form .ytable-cell{display: block;}
}





/*
 .Menu002252
 */
.Menu002252 {
  padding: 0% 0 2% 0;
  text-align: center;
  overflow: hidden;
}

.Menu002252 a {
  display: block;
  background: #e9e9e9;
  padding: 10px;
  margin-bottom: 1px;
}

.Menu002252 a.aon,
.Menu002252 a:hover {
  color: #fff;
  background-color: #3383ff;
}

@media(min-width:768px) {
  
  .Menu002252 a {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    min-width: 115px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 7px 1px;
  }
}

@media(min-width:1025px) {
  .Menu002252 a {
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    background: #e9e9e9;
    min-width: 130px;
    border-radius: 36px;
  }
}


.fancybox__container{z-index: 10001;}
.fancybox__caption{display: none;}

/* 纹理库弹窗 */
.popupinfo{position: fixed;left: 0;top: 0;width: 100%;z-index: 9999;height: 100%;background: rgba(0,0,0,0.5);overflow: auto;display: none;}
.popupinfo .ytable {height: 100%;}
.popupinfo .main {position: relative;max-width: 1200px;background-color: #fff;border-radius: 10px;width: 90%;margin: 0 auto;padding: 3%;}
.popupinfo .main .colse{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#3383ff; cursor:pointer;}
.popupinfo .main .colse::before,
.popupinfo .main .colse::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.popupinfo .main .colse::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.popupinfo .main .tit {font-size: calc(28 / 16 * 1em);line-height: 1.5;color: #333;text-align: center; padding-bottom:2%;}

.popupinfo .main .box{background-color: #f9f9f9;padding: calc(10 / 16 * 1em) 1%;text-align: center;display: flex; justify-content: center; margin-bottom: 2%;}
.popupinfo .main .box span {font-size: calc(16 / 16 * 1em);display: inline-block;color: #333;border: 1px solid #eee; background: #fff; padding: 5px 12px;border-radius: 5px;margin-bottom: 5px;}
.popupinfo .main .box span:not(:last-child) {margin-right: 5px;}

.popupinfo .main .edit-info {font-size: calc(16 / 16 * 1em);line-height: 2;color: #333;}
.popupinfo .main .edit-info{overflow-y: auto; max-height:450px; padding-right: 10px;}
.popupinfo .main .edit-info .img{ text-align: center; cursor: pointer;}
.popupinfo .main .edit-info .img a{display: block;}

.popupinfo .main ::-webkit-scrollbar {width:6px;height:6px;}
.popupinfo .main ::-webkit-scrollbar-track {width:6px;background-color:#f8f8f8;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;}
.popupinfo .main ::-webkit-scrollbar-thumb {background-color:#3383ff;background-clip:padding-box;min-height:28px;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;}
.popupinfo .main ::-webkit-scrollbar-thumb:hover {background-color:#3383ff} 




.Popup{position: fixed;left: 0;top: 0;width: 100%;z-index: 1200;height: 100%;background: rgba(0,0,0,0.5);overflow: auto;display: none;}
.Popup .ytable {height: 100%;}
.Popup .main {position: relative;max-width: 1200px;background-color: #fff;border-radius: 10px;width: 90%;margin: 0 auto;padding: 3%;}
.Popup .main .colse{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#3383ff; cursor:pointer;}
.Popup .main .colse::before,
.Popup .main .colse::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.Popup .main .colse::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}

.Popup .box .select {margin-bottom: 3%;position: relative;}
.Popup .box .select dl>* {float: left;}
.Popup .box .select dd {position: relative;z-index: 20;width: 36%;margin-right: 4%;}
.Popup .box .select dd>a {position: relative;line-height: 45px;border: 1px solid #eee;border-radius: 5px;color: #666;font-size: calc(16 / 16 * 1em);}
.Popup .box .select dd>a::after {position: absolute;content: '';border: 6px solid transparent;border-top-width: 7px;border-top-color: #ababab;right: 16px;margin-top: -3px;top: 50%;}
.Popup .box .select dd a {padding: 0 16px;display: block;}
.Popup .box .select dd figure {position: absolute;left: 0px; width: 100%; top: 100%;background: #fff;border: 1px solid #eee;border-top: 0;max-height: 300px;overflow: auto;display: none;}
.Popup .box .select dd figure a {line-height: 40px;}
.Popup .box .select dd figure a:hover {background: #f9f9f9;color: #3383FF;}

.Popup .box .search {position: relative;}
.Popup .box .search .text {width: 100%;line-height: 47px;height: 47px;border: 1px solid #eee;font-size: calc(16 / 16 * 1em);border-radius: 5px;color: #666;padding: 0 100px 0 15px;}
.Popup .box .search .btn {position: absolute;right: 0;top: 0;width: 90px;height: 100%;border: none;background: #3383ff;color: #fff;border-radius: 5px;font-size: calc(16 / 16 * 1em);}

.Popup .box .title {position: absolute;right: 0;top: 0;}
.Popup .box .title a.add {float: right;cursor: pointer;font-size: calc(16 / 16 * 1em);color: #3383ff;border: 1px solid #3383ff;padding: 0 calc(35 / 16 * 1em);display: block;border-radius: 50px;text-align: center;line-height: 43px;}
.Popup .box .title a.on {background: #3383ff;color: #fff;border-color: #3383FF;}

.Popup .list{ padding-bottom: 2%;}
.Popup .list ul{ display: flex; flex-wrap: wrap;}
.Popup .list li{float: left;   position:relative; box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);background: #fff;border-radius: 10px;overflow: hidden; }
.Popup .list li .txt{padding: 15px ;transition: all 0.5s;}
.Popup .list li .tit{ font-size: 18px;line-height: 1.5; color: #333; }
.Popup .list li p{font-size:15px; line-height: 1.8; min-height: 3.6;color: #666;}
.Popup .list li .pic{overflow: hidden;border-radius: 10px 10px 0 0 ; position: relative;}
.Popup .list li .Ispic{padding-bottom: 72%;transition: all 0.5s;}
.Popup .list li a:hover .Ispic{transform: scale(1.1);}
.Popup .list li a:hover .tit{color: #3383ff;}
.Popup .list li:hover{box-shadow: 0px 10px 20px rgba(51, 131, 255, 0.12);}
.Popup .list li .txt span{font-size:14px;display: inline-block;color: #666; border: 1px solid #eee; padding: 5px 10px; border-radius: 5px; margin-bottom: 5px;}
.Popup .list li .txt span:not(:last-child){ margin-right: 5px;}
.Popup .list li .txt span:hover{color: #3383ff !important;border-color: #3383FF; }
.Popup .list li .pic .check{ position: absolute; top: 8px; right: 8px;}
.Popup .list li .pic .check span {display: inline-block;width: 16px;height: 16px;border: 1px solid #eee; border-radius: 3px; background: #fff;transform: translateY(3px);cursor: pointer;}
.Popup .list li .pic .check span.on {background-color: #3383ff;border-color: #3383ff;transform: scale(1.2);}
.Popup .list li .pic .check span::after {-webkit-box-sizing: content-box;box-sizing: content-box;content: "";border: 1px solid #FFF;border-left: 0;border-top: 0;height: 8px;left: 5px;position: absolute;top: 1px;transform: rotate(45deg) scaleY(0);width: 3px;transition: -webkit-transform .15s ease-in .05s;transition: transform .15s ease-in .05s;transform-origin: center;}
.Popup .list li .pic .check span.on::after{transform: rotate(45deg) scaleY(1);}


@media (min-width:1025px) {
.Popup .list li{width: 23.5%;}
.Popup .list li:not(:nth-child(4n)){margin-right: 2%;}
.Popup .list li:nth-child(4n+1){clear: left;}    
}
@media (max-width:1024px) { 
.Popup .list li{width: 49%;}
.Popup .list li:not(:nth-child(2n)){margin-right: 2%;}
.Popup .list li:nth-child(2n+1){clear: left;} 
.Popup .list li .txt{padding: calc(10 / 16 * 1em);}
.Popup .list li .checkbox{padding: calc(10 / 16 * 1em) calc(10 / 16 * 1em);}
.Popup .list li .checkbox a{padding: calc(6 / 16 * 1em) calc(10 / 16 * 1em);}

.Popup { padding: 5% 0;}
.Popup .box .select dl>*{ float: none;}
.Popup .box .select dd{ width: 100%;margin-right: 0%; margin-bottom: 2%;}
.Popup .box .title{ position: relative;}
}


.Popup .Page002623{padding: 0;padding-top: 3%;}

/* 购买弹窗 */

.Form003139 .popContainer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0,0,0,0.5);
 /* display: none; */
}


.Form003139 .pop-up{
  width: 100%;
  height: 60vh;
  background-color: #fff;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  display: flex;
}

.Form003139 .pop-up section{
  flex: 1;
  padding: 10px;
}

.Form003139 .pop-up .top-search{
  display: block;
}

.Form003139 .pop-up .top-search {
  background: #fff;
  display: block;
  width: 18em;
  border-radius: 50px;
  border: solid 1px #eee;
  overflow: hidden;
}

.Form003139 .pop-up .top-search .btn {
  background-image: url(../images/Top002990_search.png);
}

.Form003139 .pop-up .close{
  position: absolute;
  right: 1%;
  top: 2%;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px #333 solid;
  border-radius: 50%;
}

.Form003139 .pop-up .Page002623{
  padding: 0;
  margin-top: 4%;
}

.Form003139 .pop-up .Top002990{
  width: 250px;
  height: 60vh;
}

.Form003139 .pop-up .Top002990 .top-menu{
  left: auto;
  padding-top: 0 !important;
}

.Form003139 .pop-up  .Top002990 .top-menu {
  position: absolute;
  left: auto;
  top: 0;
  height: 60vh;
  width: 100%;
  max-width: 250px;
  z-index: 100;
}

.Form003139 .pop-up  .Top002990 .top-menu li span i{
  display: inline;
}

.Form003139 .pop-up  .Top002990 .top-menu li span i:before {
  content: "";
  width: 12px;
  height: 2px;
}

.Form003139 .pop-up .productList{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}


.Form003139 .pop-up .productList li {
  float: left;
  margin-bottom: 2%;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.Form003139 .pop-up .productList li .txt {
  padding: calc(20 / 16* 1em);
  transition: all 0.5s;
}

.Form003139 .pop-up li .tit {
  font-size: calc(20 / 16 * 1em);
  line-height: 1.5;
  color: #333;
}

.Form003139 .pop-up li a:hover .tit{
  color: #3383ff;
}

.Form003139 .pop-up li .txt span:hover {
  color: #3383ff !important;
  border-color: #3383FF;
}


.Form003139 .pop-up .productList li p{
  font-size: calc(16 / 16 * 1em);
  line-height: 1.8;
  color: #666;
}



.Form003139 .pop-up .productList li .pic {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.Form003139 .pop-up .productList li .Ispic {
  padding-bottom: 72%;
  transition: all 0.5s;
}

.Form003139 .pop-up li .txt span {
  font-size: calc(15 / 16 * 1em);
  display: inline-block;
  color: #666;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.Form003139 .pop-up li .txt span:not(:last-child) {
  margin-right: 5px;
}

.Form003139 .form-ul li.select{
  width: 100%;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  font-size: 1em;
  line-height: 3.5714;
  height: 3.5714em;
  background: none;
  padding: 0 1em;
  cursor: pointer;
}
.Form003139 .form-ul #modelSelect{display: flex; flex-wrap: wrap;}
.Form003139 .form-ul #modelSelect aside{width: 100%;}
.Form003139 .form-ul #modelSelect li{margin-top: 10px; margin-right: 20px;}

@media (min-width: 1025px) {
  .Form003139 .pop-up .productList li {
      width: 23.5%;
  }

  .pop-up .productList  li:not(:nth-child(4n)) {
    margin-right: 2%;
}
}


/* 响应式调整 */
/* 首页 */
@media (max-width:1024px){
  .top-menu{
    display: none;
  }

  .Hometitle .en{
    font-size: calc(25/16 * 1em);
  }

  .Hometitle .cn{
    font-size: calc(18/16 * 1em);
  }

  .About .name{
    font-size: calc(14/16 * 1em);
  }

  .About .info .edit-info{
    margin-top: calc(10/16 * 1em);
    font-size: calc(10/16 * 1em);
  }

  .Homemore {
    font-size: calc(8/16 * 1em);
  }

  .Floor002821 li .icon img{
    max-width: calc(22.5 / 16* 1em);
  }

  .Floor002821 li .txt p.t1 {
    font-size: calc(12 / 16 * 1em);
    margin: calc(9 / 24* 1em) 0 calc(5 / 24* 1em) 0;
  }

  .Floor002821 li .txt p.t2 {
    font-size: calc(7.5 / 16 * 1em);
}

.Bottom .copyright {
  padding: calc(10 / 16* 1em) 0;
  font-size: calc(8/16 * 1em);
}

.Top .logo img {
  max-height: calc(22.5 / 16* 1em);
}

.Top .logo {
  height: calc(60 / 16* 1em);
}

.Top .top-lang {
  font-size: calc(12 / 16* 1em);
  margin-left: calc(25 / 1920* 100vw);
}

.Top .login{
  font-size: calc(12 / 16* 1em);
}

.Top .open-search{
  width: calc(16 / 16* 1em);
  height: calc(16 / 16* 1em);
}
}

@media (max-width:640px){
  .Hometitle .en{
    font-size: calc(32/16 * 1em);
  }

  .Hometitle .cn{
    font-size: calc(25/16 * 1em);
  }

  .About .name{
    font-size: calc(18/16 * 1em);
  }

  .About p{
    font-size: calc(16/16 * 1em);
  }

  .About .info .edit-info{
    margin-top: calc(20/16 * 1em);
    font-size: calc(16/16 * 1em);
  }

  .Homemore {
    font-size: calc(16/16 * 1em);
  }

  .Floor002821 li .icon img{
    max-width: calc(45 / 16* 1em);
  }

  .Floor002821 li .txt p.t1 {
    font-size: calc(18 / 16 * 1em);
    margin: calc(7 / 24* 1em) 0 calc(13 / 24* 1em) 0;
  }

  .Floor002821 li .txt p.t2 {
    font-size: calc(16/ 16 * 1em);
}

.Bottom .copyright {
  padding: calc(10 / 16* 1em) 0;
  font-size: calc(16/16 * 1em);
}

.Top .logo img {
  max-height: calc(45 / 16* 1em);
}

.Top .logo {
  height: calc(60 / 16* 1em);
}

.Top .top-lang {
  font-size: calc(16 / 16* 1em);
}

.Top .login{
  font-size: calc(16 / 16* 1em);
}

.Top .open-search{
  width: calc(18 / 16* 1em);
  height: calc(18 / 16* 1em);
}
}

/* 首页 */

/* 帮助 */
.Help .form-ul li .queueList.filled{padding: 0; margin: 20px; border: 3px dashed #e6e6e6;}
.Help .form-ul li .element-invisible{position: relative !important;}
.Help .form-ul li .element-invisible {display: none;}
.Help .form-ul li .element-invisible  > div{display: none;}
.Help .form-ul li .element-invisible  > p{display: none;}
@media (max-width:1024px) {
  .Location003131 .current{
    font-size: 0.435em;
  }

  .Menu002252 a{
    line-height: 1.5;
    font-size: calc(8/16 * 1em);
  }

  .Help .tit1{
    font-size: calc(15/16 * 1em);
  }

  .Help .desc p{
    font-size: calc(8/16 * 1em);
  }

  .Help .tit2{
    font-size: calc(11/16 * 1em);
  }

  .News_detail .news_info .title h1{
    font-size: calc(12/16 * 1em);
  }

  .News_detail .news_info .title time{
    font-size: calc(8/16 * 1em);
  }

  .VideosInfo .content .block-video .play .icon{
    width: calc(48 / 16* 1em);
    height: calc(48 / 16 * 1em);
    background-size:.75em auto;
  }

  .News_detail .info{
    font-size: calc(8/16 * 1em);
  }

  .News_detail .news_info .title{
    margin-bottom: calc(20/16 * 1em);
  }

  .Help .form-ul li .tit{
    font-size: calc(8/16 * 1em);
  }

  .Help .form-ul li .text{
    height: calc(32/16 * 1em);
  }

  .Help .form-ul li .box .sc{
    font-size: calc(8/16 * 1em);
  }

  .Help .form-ul .btn{
    font-size: calc(8/16 * 1em);
  }
}

@media (max-width:640px) {
  .Location003131 .current{
    font-size: 1em;
  }

  .Menu002252 a{
    line-height: 1.5;
    font-size: calc(16/16 * 1em);
  }

  .Help .tit1{
    font-size: calc(22.5/16 * 1em);
  }

  .Help .desc p{
    font-size: calc(16/16 * 1em);
  }

  .Help .tit2{
    font-size: calc(16.5/16 * 1em);
  }

  .News_detail .news_info .title h1{
    font-size: calc(20/16 * 1em);
  }

  .News_detail .news_info .title time{
    font-size: calc(16/16 * 1em);
  }

  .Help .form-ul li .tit{
    font-size: calc(16/16 * 1em);
    line-height: 2em;
  }

  .Help .form-ul li .box .sc{
    font-size: calc(16/16 * 1em);
  }

  .Help .form-ul .btn{
    font-size: calc(16/16 * 1em);

  }



  .News_detail .info{
    font-size: calc(16/16 * 1em);
  }

  .News_detail .news_info .title{
    margin-bottom: calc(20/16 * 1em);
  }
}

/* 纹理库 */
@media(max-width:1024px){
.pop-up{
    width: 86%;
    padding: calc(10/16 * 1em);
    transform: translate(-50%,-40%);
  }

.pop-up .close{
    font-size: calc(8/16 * 1em);
  }

.pop-up .pic{
    /* width: 30%; */
  }

.pop-up .tit{
    font-size: calc(10/16 * 1em);
  }

.pop-up p {
    font-size: calc(8 / 16 * 1em);
}

.pop-up .txt span{
  font-size: calc(7.5/16 * 1em);
}

  .Model .title a.add{
    font-size: calc(8/16 * 1em);
  }

  .Modellist li .tit{
    font-size: calc(10/16 * 1em);
  }

  .Modellist li p{
    font-size: calc(8/16 * 1em);
  }

  .Modellist li .txt span{
    font-size: calc(7.5/16 * 1em);
  }

  .Modellist li .checkbox a{
    font-size: calc(7/16 * 1em);
  }

  .Modellist li .checkbox .add{
    font-size: calc(7.5/16 * 1em);
  }
}

@media(max-width:640px){
  .Model .title a.add{
    font-size: calc(16/16 * 1em);
  }

  .Modellist li .tit{
    font-size: calc(18/16 * 1em);
  }

  .Modellist li p{
    font-size: calc(16/16 * 1em);
  }

  .Modellist li .txt span{
    font-size: calc(17.51/16 * 1em);
  }

  .Modellist li .checkbox a{
    font-size: calc(13/16 * 1em);
  }

  .Modellist li .checkbox .add{
    font-size: calc(13.5/16 * 1em);
  }



.pop-up{
    width: 86%;
    padding: calc(18/16 * 1em);
  }

.pop-up .close{
    font-size: calc(16/16 * 1em);
  }

.pop-up .pic{
  }

.pop-up .tit{
    font-size: calc(18/16 * 1em);
  }

.pop-up p {
    font-size: calc(16 / 16 * 1em);
}

.pop-up .txt span{
  font-size: calc(16/16 * 1em);
}
}

/* 视频 */
@media(max-width:1024px){
  .Videolist .play{
    background-size: .5em auto;
  }

  .Videolist li .tit{
    font-size: calc(10/16 * 1em);
  }

  .Videolist li p{
    font-size: calc(8/16 * 1em);
  }

  .News_detail .info_back a{
    font-size: calc(8/16 * 1em);
  }

  .News_detail .info_pn span{
    font-size: calc(8/16 * 1em);
  }
}

@media(max-width:640px){
  .Videolist .play{
    background-size: .5em auto;
    width: calc(36/16 * 1em);
    height: calc(36/16 * 1em);
    background-size: calc(8/16 * 1em) auto;
  }

  .Videolist li .tit{
    font-size: calc(18/16 * 1em);
  }

  .Videolist li p{
    font-size: calc(16/16 * 1em);
  }

  .News_detail .info_back a{
    font-size: calc(16/16 * 1em);
  }

  .News_detail .info_pn span{
    font-size: calc(16/16 * 1em);
  }

  .News_detail .info_back a{
    width: 150px;
  }
}

/* 公司介绍 */
@media(max-width:1024px){
  .column-title .cn{
    font-size: calc(16/16 * 1em);
  }

  .AboutInfo .open_video span{
    width: calc(30 / 16* 1em);
    height: calc(30 / 16* 1em);
    background-size: calc(9 / 16* 1em) auto;
  }

  .AboutInfo .tit{
    font-size: calc(16/16 * 1em);
  }

  .AboutInfo .intro p{
    font-size: calc(8/16 * 1em);
  }
}

@media(max-width:640px){
  .column-title .cn{
    font-size: calc(24/16 * 1em);
  }

  .AboutInfo .open_video span{
    width: calc(45 / 16* 1em);
    height: calc(45 / 16* 1em);
    background-size: calc(16 / 16* 1em) auto;
  }

  .AboutInfo .tit{
    font-size: calc(20/16 * 1em);
  }

  .AboutInfo .intro p{
    font-size: calc(16/16 * 1em);
  }
}

/* 购买 */
@media(max-width:1024px){
  .Top002990 .top-menu li span{
    display: flex;
    font-size: calc(10/16 * 1em);
  }

  .Top002990 .top-menu{display: block; position: static; opacity: 1; max-width: unset;}


  .Form003139 .pop-up .close{
    font-size: calc(8/16 * 1em);
  }

  .Form003139 .pop-up .top-search{
    display: flex;
    margin-top: calc(20/16 * 1em);
  }

  .Form003139 .pop-up .top-search .text{
    height: calc(36/16 * 1em);
    line-height: calc(36/16 * 1em);
  }

  .pop-up .Top002990 .top-menu li span a{
    font-size: calc(8/16 * 1em);
  }

  .Top002990 .top-menu li dd{
    font-size: calc(7/16 * 1em);
  }

  .Form003139 .pop-up .productList li .txt{
    padding: calc(10/16 * 1em);
  }

  .Form003139 .pop-up .productList li .txt{
    font-size: calc(8/16 * 1em);
  }

  .Form003139 .pop-up .productList{
    justify-content: space-between;
  }

  .Form003139 .pop-up .productList li{
    width: 24%;
  }

  .Form003139 .pop-up .Top002990 .top-menu{
    display: block;
    padding-top: 0 !important;
    opacity: 1;
  }

  .Form003139 .form-ul li .text{
    font-size: calc(8/16 * 1em);
  }

  .Form003139 .form-ul li .tit{
    font-size: calc(8/16 * 1em);
  }

  .Form003139 .form-ul li.select{
    font-size: calc(8/16 * 1em);

  }

  .Form003139 .form-ul .btn{
    font-size: calc(8/16 * 1em);

  }
}

@media(max-width:640px){
  .Form003139 .form-ul li .text{
    font-size: calc(16/16 * 1em);
  }

  .Top002990 .top-menu li span{font-size: calc(16/16 * 1em);}

  .Form003139 .form-ul li .tit{
    font-size: calc(16/16 * 1em);
  }

  .Form003139 .form-ul li.select{
    font-size: calc(16/16 * 1em);

  }

  .Form003139 .form-ul .btn{
    font-size: calc(16/16 * 1em);

  }

  .Form003139 .pop-up .top-search{
    margin-top: calc(24/16 * 1em);
  }

  

  .Top002990 .top-menu menu ul{
    padding:0 calc(10/16 * 1em);
  }

  .Top002990 .top-menu menu ul{
    margin-right: 0;
  }

  .Form003139 .pop-up .close{
    font-size: calc(16/16 * 1em);
  }

  .pop-up .Top002990 .top-menu li span a{
    font-size: calc(16/16 * 1em);
  }

  .Top002990 .top-menu li dd{
    font-size: calc(16/16 * 1em);
  }

  .Form003139 .pop-up .top-search .text{
    font-size: calc(16/16 * 1em);
    height: calc(30 / 16* 1em);
    line-height: calc(30/16 * 1em);
  }

  .Form003139 .pop-up .productList li .txt{
    padding: calc(10/16 * 1em);
  }

  

  .Form003139 .pop-up .productList li .txt{
    font-size: calc(16/16 * 1em);
  }

  .Form003139 .pop-up .productList{
    justify-content: space-between;
    max-height: 70%;
    overflow-y: scroll;
  }

  .Form003139 .pop-up .productList li{
    width: 48%;
  }

  .Form003139 .pop-up .Top002990 .top-menu{
    display: block;
    padding-top: 0 !important;
    opacity: 1;
  }
}

@media(max-width:400px){
  .Top002990 .top-menu menu ul{
    padding: calc(5/16 * 1em);
  }
}

/* 首页 */
@media(max-width:1024px){
  .Top .top-menu{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: calc(59 / 16* 1em);
    background-color: #fff;
    left: -100%;
    padding: 10px 15px;
    width: 40%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: .5s;
    height: 100vh;
    opacity: 0;
  }

  .Top .top-menu li{
    margin-left: 0;
    line-height: 2;
  }

  .Top .top-menu li+li{
    margin-left: 0;
  }
}

.Top .top-menu-show{
  opacity: 1;
  left: 0;
}

/*PicList003142 */
.PicList003142 .auto{ margin-top: 7em; margin-bottom: 2em;}
.PicList003142 .ul{ display: flex; flex-wrap: wrap;}
.PicList003142 li{ margin-bottom: 2.5em; box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05); background: #fff;} 
.PicList003142 li .txt{padding: 1.875em;}
.PicList003142 li .tit{ font-size: 22px;
    line-height: 1.6666;}
.PicList003142 li p{font-size: 1em;
    line-height: 1.78571;
    min-height: 3.57142em;
    color: #666;}
.PicList003142 li .pic{overflow: hidden;}
.PicList003142 li .Ispic{padding-bottom: 62.223%;transition: 0.3s;}
.PicList003142 li a:hover .Ispic{transform: scale(1.1);}
.PicList003142 li a:hover{color: #06348c;}
.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);}
@media (min-width:1025px) {
.PicList003142 li{width: 32.143%;}
.PicList003142 li:not(:nth-child(3n)){margin-right: 1.7855%;}
.PicList003142 li:nth-child(3n+1){clear: left;}    
}
@media (max-width:1024px) {
.PicList003142 .auto{margin-top: 2em;}   
.PicList003142 li{width: 48%;}
.PicList003142 li:not(:nth-child(2n)){margin-right: 4%;}
.PicList003142 li:nth-child(2n+1){clear: left;} 
.PicList003142 li .txt{padding: 1em;}
.PicList003142 li .tit{font-size: 18px;}
}


/*PicList002171 */
.PicList002171{ padding-top:3%;}
.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom:3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:#3383FF; opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}

.TextList001214 li{ float:left; width:100%; margin-right:2%; margin-bottom:2%; border:1px solid #e9efee; border-left:2px solid #3383FF; padding:2%; background:url(../images/TextList001214-bg.jpg) no-repeat center center/contain;}
.TextList001214 li:nth-child(3n){ margin-right:0;}
.TextList001214 li h3{ color:#000; font-size:18px; font-weight:normal; margin:0;}
.TextList001214 li p{ margin:5px 0;}
.TextList001214 li p span{ color:#f08200; font-size:18px; vertical-align:middle;}
.TextList001214 li p u{ color:#0555e4;}
.TextList001214 li:hover{ box-shadow:0 2px 7px rgba(0,0,0,0.19);}

@media(max-width:1024px){
  .TextList001214 li p{font-size: calc(10/16 * 1em);}
}
@media(max-width:768px){
.TextList001214 li:nth-child(3n){ margin-right:2%;}
.TextList001214 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:640px){
  .TextList001214 li p{font-size: calc(16/16 * 1em);}
}

@media(max-width:480px){
.TextList001214 li{ float:none; width:auto; margin-right:0 !important;}
.TextList001214 li h3{font-size:16px;}
}


