body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p,
iframe {
  margin: 0;
  padding: 0
}
.tc {
  text-align: center;
}

input,
button,
select,
textarea {
  outline: none
}

li {
  list-style: none
}

img {
  border: none
}

textarea {
  resize: none
}

body {
  color: #202020;
  word-break: break-word;
  word-wrap: break-word
}

body,
input,
textarea {
  font-size: 12px;
  font-family: GothamBook, Microsoft YaHei
}

i,
em {
  font-style: normal
}

a {
  color: #202020;
  text-decoration: none;
  outline: none
}

a:hover {
  color: #000
}

table {
  border-collapse: collapse
}

.clearfix:after,
.comForm .formRow:after,
.cl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.fl,
.z {
  float: left
}

.fr,
.y {
  float: right !important
}

.show {
  display: block
}

.hide {
  display: none
}

.tal {
  text-align: left !important
}

.fz12 {
  font-size: 12px !important
}

.fz14 {
  font-size: 14px !important
}

.tac {
  text-align: center !important
}

.tal {
  text-align: left !important
}

.tar {
  text-align: right !important
}

.pt0 {
  padding-top: 0px !important
}

.mt0 {
  margin-top: 0px !important
}

.mt10 {
  margin-top: 10px !important
}

.mt20 {
  margin-top: 20px !important
}

.mt30 {
  margin-top: 30px !important
}

.mt40 {
  margin-top: 40px !important
}

.mt50 {
  margin-top: 50px !important
}

.mt60 {
  margin-top: 60px !important
}

.mt70 {
  margin-top: 70px !important
}

.mt80 {
  margin-top: 80px !important
}

.mt90 {
  margin-top: 90px !important
}

.mt100 {
  margin-top: 100px !important
}

.mb80 {
  margin-bottom: 80px !important
}

body {
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
  width: 100%
}

.hide {
  display: none !important
}

.wrap {
  width: 96%;
  margin: 0 auto;
  position: relative
}

.wrap2 {
  width: 80%;
  margin: 0 auto;
  position: relative
}

.wrap3 {
  width: 1200px;
  margin: 0 auto;
  position: relative
}

.iconfont {
  font-size: inherit
}

.cblue {
  color: #55ADE5 !important
}

.body-en {
  word-break: break-word
}

.iconfont {
  font-size: inherit
}

.flexCentery {
  display: flex;
  align-items: center
}

.flexCenterxy {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.flexCenterxys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center
}

.ctArrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ccc
}

.maintop {
  padding-top: 0px;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .7
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .7
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .7
  }
}

@-webkit-keyframes huadong {
  0% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes shandong {
  0% {
    opacity: 1
  }

  55% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.burger {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-top: 6px
}

.burger .burger-in {
  width: 30px;
  margin: 0 auto
}

.burger [class^="line"] {
  background: #fff;
  height: 3px;
  margin-bottom: 5px;
  opacity: 1;
  transition: all .3s;
  -webkit-transition: all .3s
}

.burger .line1 {
  width: 30px
}

.burger .line1:last-of-type {
  margin-bottom: 0
}

.burger .line1:hover {
  width: 30px
}

.burger .line2 {
  width: 25px
}

.burger .line2:last-of-type {
  margin-bottom: 0
}

.burger .line2:hover {
  width: 30px
}

.burger .line3 {
  width: 20px
}

.burger .line3:last-of-type {
  margin-bottom: 0
}

.burger .line3:hover {
  width: 30px
}

.burger.on .line1 {
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6)
}

.burger.on .line2 {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
  transform: matrix(1, 0, 0, 1, -40, 0)
}

.burger.on .line3 {
  width: 30px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -10)
}

.bgfixed {
  background-attachment: fixed !important
}

@media screen and (max-width: 750px) {

  .wrap,
  .wrap2,
  .wrap3 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px
  }

  .burger {
    display: block
  }

  .maintop {
    padding-top: 0px
  }

  .bgfixed {
    background-attachment: scroll !important
  }
}

.paging {
  height: 32px;
  line-height: 30px;
  margin: 50px 0;
  text-align: center
}

.paging a {
  display: inline-block;
  padding: 0 12px;
  margin: 5px 3px 0;
  font-size: 14px;
  border: 1px solid #999;
  color: #666;
  transition: all .3s;
  -webkit-transition: all .3s
}

.paging a:hover,
.paging a.cur {
  background: #000;
  border-color: #000;
  color: #fff
}

.pc-show {
  display: block
}

.wap-show {
  display: none !important
}

@media screen and (max-width: 750px) {
  .pc-show {
    display: none !important
  }

  .wap-show {
    display: block !important
  }
}

.nodata {
  padding: 80px 0;
  text-align: center;
  font-size: 18px;
  color: #666
}

.nodata .ico-nodata {
  display: block;
  width: 153px;
  height: 153px;
  background: url(../image/ico-nodata.png) no-repeat;
  margin: 0 auto 25px
}

.search-title h4 {
  font-size: 24px;
  font-weight: normal;
  color: #333
}

.search-title h4 strong {
  color: #000;
  font-weight: normal
}

.search-view {
  padding-bottom: 50px
}

.search-view li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding: 20px
}

.search-view li .tit {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 2;
  transition: all .3s;
  -webkit-transition: all .3s
}

.search-view li .tit:hover {
  color: #000
}

.search-view li .des {
  font-size: 14px;
  color: #999;
  line-height: 2
}

.search-view li .hand {
  display: inline-block;
  width: 120px;
  height: 32px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 32px;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-top: 10px
}

.search-view li .hand:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.pagering {
  text-align: center;
  padding: 50px 0
}

.pagering .page-item {
  display: inline-block;
  margin: 0 3px
}

.pagering .page-link {
  display: block;
  line-height: 32px;
  padding: 0 12px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  font-size: 14px
}

.pagering .disabled .page-link {
  background: #ddd;
  color: #fff
}

.pagering .active .page-link {
  background: #000;
  color: #fff;
  border-color: #000
}

.pagering a.page-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px
}

.pagination {
  text-align: center;
  padding: 20px 0
}

.pagination .paginate_button {
  display: inline-block;
  margin: 0 3px
}

.pagination .active a {
  background: #000;
  border-color: #000;
  color: #fff
}

.pagination a {
  display: block;
  line-height: 32px;
  padding: 0 12px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  font-size: 14px
}

.pagination .paginate_button:not(.active) a:hover {
  background: #e9e9e9
}

.com-banner {
  position: relative;
  overflow: hidden
}

.com-banner a {
  display: block;
  height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative
}

.com-banner .swiper-pagination {
  bottom: 15px
}

.com-banner .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1
}

.com-banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #fff
}

.com-banner .bcont {
  padding-top: 100px;
  color: #fff
}

.com-banner .tit {
  font-size: 52px;
  font-weight: normal;
  line-height: 60px;
  padding: 10px 0
}

.com-banner .disc {
  font-size: 15px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 10px;
  max-width: 750px
}

.com-banner .handle {
  display: block;
  width: 140px;
  height: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.com-banner .handle:hover {
  background-color: #fff;
  border-color: #fff;
  color: #273A55
}

.com-banner .swiper-button-prev {
  left: 30px
}

.com-banner .swiper-button-next {
  right: 30px
}

.com-banner .bgTxt {
  overflow: hidden;
  height: 100%;
  text-align: center;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff
}

.com-banner .bgTxt h4 {
  font-size: 60px;
  font-weight: normal
}

.com-banner .bgTxt h5 {
  font-size: 20px;
  font-weight: normal
}

.com-banner .bgTxt .inh4 {
  font-size: 30px;
  font-weight: normal
}

.com-banner .bgTxt .hand {
  display: inline-block;
  width: 240px;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-top: 10px;
  height: 52px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 52px
}

.com-banner .bgTxt .hand:hover {
  background-color: #000;
  color: #fff
}

.com-banner .bgTxt.teb {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap
}

.com-banner .bgTxt .lettes {
  margin-bottom: 40px;
  font-size: 46px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8)
}

.com-banner .bbtit {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.com-banner .bbtit strong {
  position: relative;
  color: #fff;
  font-size: 52px;
  font-weight: normal;
  padding-bottom: 20px
}

.com-banner .bbtit strong:after {
  content: "";
  width: 120px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -60px;
  height: 4px;
  background: #fff
}

.com-banner .camTxt {
  position: absolute;
  line-height: 20px;
  padding: 20px 40px;
  max-width: 90%;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px
}

.com-banner .mouse {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  background: #fff;
  z-index: 10;
  -webkit-animation: huadong 1.2s infinite linear;
  animation: huadong 1.2s infinite linear;
  border-radius: 50%;
  pointer-events: none;
  line-height: 64px;
  text-align: center;
  font-size: 32px
}

.com-banner a {
  height: 60vh
}

.hm-banner a {
  height: calc(100vh - 70px);
  height: -webkit-calc(100vh - 70px)
}

@media screen and (max-width: 750px) {
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px
  }

  .com-banner a {
    height: 280px
  }

  .com-banner .bgTxt {
    margin: 0 20px
  }

  .com-banner .bgTxt h4 {
    font-size: 18px
  }

  .com-banner .bgTxt h5 {
    font-size: 20px
  }

  .com-banner .bgTxt .hand {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px
  }

  .com-banner .bgTxt .lettes {
    font-size: 24px
  }

  .hm-banner a {
    height: 55vw
  }
}

.disTit {
  color: #1F1F1F;
  text-align: center;
  line-height: 1.7;
  font-size: 26px;
  font-weight: normal
}

.home-stylebox {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100vh
}

.home-stylebox .hs-item {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.home-stylebox .hs-item img,
.home-stylebox .hs-item .img {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s
}

.home-stylebox .hs-item .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.home-stylebox .hs-item:hover img,
.home-stylebox .hs-item:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.home-stylebox .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  -webkit-animation: shandong 6s infinite 0s linear;
  animation: shandong 6s infinite 0s linear
}

.home-stylebox .hs-item:nth-child(2) .info {
  -webkit-animation: shandong 5s infinite 2s linear;
  animation: shandong 5s infinite 2s linear
}

.home-stylebox .hs-item:hover .info {
  -webkit-animation: none;
  animation: none
}

.home-stylebox .logo {
  display: block;
  text-align: center
}

.home-stylebox .logo img {
  margin: 0 auto;
  height: 80px;
  transform: scale(1) !important
}

.home-stylebox .logo svg {
  height: 60px;
  fill: #000
}

.home-stylebox .logo:after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 62px;
  height: 1px;
  background: #000
}

.home-stylebox .txt {
  font-size: 26px;
  margin-top: 20px;
  color: #1F1F1F;
  text-align: center
}

.home-stylebox .txt2 {
  font-size: 18px;
  margin-top: 10px;
  color: #1F1F1F;
  text-align: center
}

@media screen and (max-width: 750px) {
  .home-stylebox {
    display: block
  }

  .home-stylebox .hs-item {
    width: 100%;
    height: 50vh;
    display: block
  }

  .home-stylebox .logo svg {
    height: 24px
  }

  .home-stylebox .logo:after {
    margin-top: 15px;
    width: 40px
  }

  .home-stylebox .txt {
    font-size: 15px;
    margin-top: 10px
  }
}

.home-news {
  padding: 100px 0px 0px 0px;
  background: #E5E5E5;
  color: #fff;
  position: relative;
}

.home-news .pic {
  display: block;
  position: relative;
  overflow: hidden
}

.home-news .pic img,
.home-news .pic .img {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s
}

.home-news .pic .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.home-news .pic:hover img,
.home-news .pic:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.home-news .pic .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.home-news .pic img {
  display: block;
  width: 100%
}

.home-news dt {
  float: left;
  width: 38%
}

.home-news dt .t {
  display: block;
  margin-top: 15px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  color: #fff;
  font-size: 15px
}

.home-news dt .t:hover {
  text-decoration: underline
}

.home-news dt .d {
  display: block;
  line-height: 22px;
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.home-news .dd-case {
  margin-right: 40%;
}

.ewm_img {
  width: 223px;
  height: 263px;
  float: right;
  background: #fff;
  position: relative;
  bottom: 0px;
  /* left: calc(97% - 223px); */
  z-index: 0;
}
.ewm_img .text {
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 199px;
  color: #333;
  white-space: nowrap;
}
.ewm_img img {
  width: 162px;
  height: 162px;
  position: absolute;
  left: 50%;
  top: 17px;
  transform: translateX(-50%);
}

.home-news .dd-case .item {
  overflow: hidden;
  margin-bottom: 15px
}

.home-news .dd-case .pic {
  height: 200px;
  display: block;
  float: left;
  width:347px;
}

.home-news .dd-case .info {
  float: right;
  width: 55%;
  overflow: hidden;
  height: 200px;
}

.home-news .dd-case .tim {
  font-size: 12px;
  margin-top: 15px
}

.home-news .dd-case .nt {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  /* height: 35px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  color: #595757;
  font-size: 13px
}
.home-news .dd-case .nt b {
  font-size: 16px;
  color: #333;
}
.home-news .dd-case .nt:hover {
  text-decoration: underline
}

.home-news .dd-case .d {
  display: block;
  line-height: 21px;
  font-size: 14px;
  color: #333;
  /* overflow: hidden; */
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical */
}
.home-news .dd-case .d p {
  margin-bottom: 10px;
}

.home-news .dd-case .item:first-child .info {
  padding-bottom: 15px
}

.home-news .dd-case .item:last-child .info {
  border-top: 0
}

.home-news .dd-news {
  float: right;
  width: 27%;
  border-top: 1px solid #fff
}

@media screen and (max-width: 750px) {
  .home-news {
    padding: 50px 0 100px 0;
  }

  .home-news .dd-case,
  .home-news .dd-news {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .home-news dt {
    float: none;
    width: auto;
    margin-bottom: 30px
  }

  .home-news .dd-case .item {
    margin-bottom: 25px
  }

  .home-news .dd-case .pic {
    height: 60vw;
    float: none;
    width: auto;
    display: block
  }

  .home-news .dd-case .info {
    float: none;
    width: auto;
    margin-top: 10px;
    height: auto;
    padding-bottom: 15px
  }

  .home-news .dd-case .nt {
    height: auto
  }

  .home-news .dd-news {
    margin-top: 30px
  }
}

.product-list {
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 5%;
  padding-bottom: 10px
}

.product-list.grid-3 li {
  width: 33.33%
}

.product-list li {
  display: block;
  padding-bottom: 50px;
  width: 32%;
  padding: 5px 20px 30px;
  box-sizing: border-box
}

.product-list li .pic {
  display: block;
  position: relative;
  overflow: hidden;
  background: #F5F5F5
}

.product-list li .pic img,
.product-list li .pic .img {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s
}

.product-list li .pic .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.product-list li .pic:hover img,
.product-list li .pic:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.product-list li .pic img {
  display: block;
  width: 100%
}

.product-list li .info {
  padding: 10px 0;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  color: #212121
}

.product-list li .info .tt {
  font-size: 18px;
  color: #212121;
  display: block
}

.product-list li .info .t1 {
  font-size: 13px;
  color: #212121;
  display: block
}

.product-list li .info .t2 {
  display: block;
  font-size: 12px;
  color: #777
}

.product-filter {
  position: fixed;
  top: 70px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  padding: 40px 2%
}

.product-filter .list {
  width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding-left: 15px
}

.product-filter dl {
  width: 110px;
  padding-right: 10px
}

.product-filter dt {
  font-size: 14px;
  font-weight: bold;
  color: #3D3D3D;
  letter-spacing: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px
}

.product-filter dd {
  margin-top: 10px
}

.product-filter dd a {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s;
  line-height: 25px;
  font-size: 12px;
  color: #3D3D3D;
  position: relative;
  padding-left: 15px
}

.product-filter dd a:before {
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  left: 0;
  top: 9px;
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #888
}

.product-filter dd a.on,
.product-filter dd a:hover {
  color: #000
}

.product-filter dd a.on:before,
.product-filter dd a:hover:before {
  border-color: #000;
  background: #000
}

.search_tit {
  text-align: left;
  font-size: 18px;
  width: 96%
}

.search_tit span {
  font-size: 20px;
  font-weight: bold
}

@media screen and (max-width: 750px) {
  .product-list {
    margin-top: 20px !important
  }

  .product-list li {
    width: 50% !important;
    padding: 5px 5px 30px !important
  }

  .product-filter {
    top: 60px;
    position: static
  }
}

.gdt-maintop {
  margin-top: 100px
}

.gdt-maintop .wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.gdt-picView {
  position: relative;
  overflow: hidden;
  flex: 1
}

.gdt-picView .img {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.gdt-picView .swiper-pagination {
  bottom: 30px
}

.gdt-picView .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1
}

.gdt-picView .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #fff
}

.gdt-detail {
  width: 350px;
  margin-left: 30px;
  padding-top: 100px;
}

.gdt-detail .gdt-detail-box {
  padding-left: 30px;
  padding-right: 30px
}

.gdt-detail .ztit {
  font-size: 44px;
  line-height: 44px;
  color: #333;
  font-weight: normal
}

.gdt-detail .ftit {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: normal
}

.gdt-detail .ftit2 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  font-weight: normal
}

.gdt-detail .miaos {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #545454
}

.gdt-detail .hands {
  margin-top: 40px
}

.gdt-detail .hands dt {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: normal
}

.gdt-detail .hands dd {
  margin-top: 15px
}

.gdt-detail .hands dd a {
  float: left;
  margin-right: 50px;
  text-align: center;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s
}

.gdt-detail .hands dd a:before {
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 90%;
  height: 10px;
  left: 5%;
  top: 100%;
  opacity: 0;
  content: "";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%)
}

.gdt-detail .hands dd a:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.gdt-detail .hands dd a:hover:before {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 1
}

.gdt-detail .hands dd .hand-icon {
  display: block;
  width: 40px;
  height: 62px;
  background: url(../static/image/hand-cai.png) no-repeat center bottom/100% 100%
}

.gdt-detail .hands dd .hand-down {
  background-image: url(../static/image/hand-down.png)
}

.gdt-detail .hands dd span {
  display: block;
  margin-top: 10px;
  font-size: 15px
}

.gdt-detail .sfix {
  position: fixed;
  box-sizing: border-box;
  z-index: 1;
  top: 70px;
  background: #fff;
  width: 350px
}

.gdt-parameter {
  border-top: 1px solid #000;
  margin-top: 100px;
  padding: 65px 0
}

.gdt-parameter .infoSect {
  padding-right: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap
}

.gdt-parameter dl {
  padding: 25px 0;
  width: 30%;
  margin-left: 5%
}

.gdt-parameter dl:nth-child(3n+1) {
  margin-left: 0
}

.gdt-parameter dt {
  font-size: 18px;
  color: #111
}

.gdt-parameter dd {
  font-size: 14px;
  color: #545454;
  line-height: 1.8;
  margin-top: 15px
}

.gdt-richContent {
  border-top: 1px solid #000;
  padding: 65px 0 80px
}

.gdt-richContent .infoSect {
  padding-right: 450px;
  font-size: 14px;
  color: #545454;
  line-height: 1.8
}

.gdt-richContent .infoSect img {
  max-width: 100%
}

@media screen and (max-width: 750px) {
  .gdt-maintop {
    margin-top: 0
  }

  .gdt-maintop .wrap2 {
    display: block
  }

  .gdt-picView {
    margin: 0 -10px
  }

  .gdt-picView .img {
    height: 65vw
  }

  .gdt-detail {
    width: auto;
    margin: 50px 0 0
  }

  .gdt-detail-box {
    position: static !important
  }

  .gdt-parameter {
    margin-top: 50px
  }

  .gdt-parameter .infoSect {
    padding-right: 0;
    display: block
  }

  .gdt-parameter dl {
    width: auto;
    margin-left: 0 !important;
    padding: 10px 0
  }

  .gdt-parameter dd {
    margin-top: 10px
  }

  .gdt-richContent .infoSect {
    padding-right: 0
  }
}

.gdt-material {
  padding-bottom:100px;
  padding-top:120px;
}

.gdt-material .list dl {
  padding: 60px 0 20px;
  border-top: 1px solid #888;
  position: relative
}

.gdt-material .list .dlbox {
   max-height: 10000px !important;
  overflow: hidden;
  overflow-y: auto;
  transition: all 1s;
  -webkit-transition: all 1s
}

.gdt-material .list dl.open .dlbox {
  /*max-height: 6000px !important*/
}

.gdt-material .list dt {
  float: left;
  width: 120px;
  font-size: 16px;
  color: #111;
  line-height: 1.2
}

.gdt-material .list dd {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap
}

.gdt-material .list dd .openMater {
  display: block;
  width: 15%;
  margin-bottom: 25px;
  margin-right: 2%;
  position: relative;
  overflow: hidden
}

.gdt-material .list dd .openMater:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg)
}
.gdt-material .list dd .openMater:hover {
  transform: scale(1.1);
}
.gdt-material .list dd .openMater:hover:after {
  transition: all .5s ease;
  left: 100%
}

.gdt-material .list dd .openMater img {
  width: 100%;
  display: block
}

.gdt-material .list dd .openMater .info {
  display: none
}

.gdt-material .list dd .openMater:nth-child(6n) {
  margin-right: 0
}

.gdt-material .list dd .ocode {
  font-size: 13px;
  margin-top: 4px;
  line-height: 20px;
  text-align: center;
  color: #878787
}

.gdt-material .list .mtbox {
  width: 100%;
  height: 100%
}

.gdt-material .list .seeAll {
  position: absolute;
  top: -15px;
  z-index: 1;
  width: 100px;
  height: 30px;
  left: 50%;
  margin-left: -50px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #888;
  line-height: 28px;
  font-size: 15px;
  font-weight: 600;
  color: #777;
  background: #fff;
  transition: all .3s;
  -webkit-transition: all .3s
}

.gdt-material .list .seeAll:hover {
  background: #000;
  color: #fff
}

.pageMask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff
}

.pageMask.open {
  display: block
}

.pageMask .close {
  position: absolute;
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: 100;
  line-height: 40px;
  top: 50px;
  right: 50px;
  font-size: 40px;
  color: #666
}

.pageMask .close:hover {
  color: #000;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg)
}

.pageMask .ctclose {
  position: absolute;
  transition: all .5s;
  -webkit-transition: all .5s;
  z-index: 100;
  line-height: 60px;
  bottom: 5%;
  width: 60px;
  text-align: center;
  margin-left: -30px;
  left: 50%;
  font-size: 50px;
  color: #666
}

.pageMask .ctclose:hover {
  color: #000;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg)
}

.pageMask .pageMask-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.pageMask .vitem {
  color: #999
}

.pageMask .ocode {
  display: none
}

.materialDebox {
  width: 100%;
  height: 100%
}

.materialDebox .materialSwiper {
  width: 100%;
  height: 100%
}

.materialDebox .swiper-button-black {
  height: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 40px;
  color: #787878;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  top: 0;
  background: none;
  width: 50px
}

.materialDebox .swiper-button-black:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff
}

.materialDebox .swiper-button-prev {
  left: 0
}

.materialDebox .swiper-button-next {
  right: 0
}

.materialDebox .swiper-slide {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.materialDebox .mtbox {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.materialDebox .mtbox img {
  width: 600px;
  display: block
}

.materialDebox .mtbox .info {
  line-height: 24px;
  width: 360px;
  font-size: 16px;
  columns: #1f1f1f
}

.materialDebox .mtbox .oitem,
.materialDebox .mtbox .vitem {
  padding: 8px 0
}

@media screen and (max-width: 750px) {
  .gdt-material .list dt {
    float: none;
    width: auto
  }

  .gdt-material .list dd {
    margin-left: 0;
    margin-top: 30px
  }

  .gdt-material .list dd .openMater {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px
  }

  .gdt-material .list dd .openMater .mtbox {
    padding-bottom: 100%;
    position: relative;
    width: 100%
  }

  .gdt-material .list dd .openMater .mtbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .gdt-material .list dd .openMater:nth-child(3n) {
    margin-right: 0
  }

  .materialDebox .mtbox {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap
  }

  .materialDebox .mtbox img {
    width: 100%;
    display: block
  }

  .materialDebox .mtbox .info {
    margin-top: 20px;
    width: auto;
    align-self: flex-start
  }
}

.proDownMask {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 90%
}

.proDownMask .pdtit {
  text-align: center;
  font-size: 26px;
  color: #1F1F1F;
  margin-bottom: 50px
}

.proDownMask .pdlist {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.proDownMask .pdlist a {
  width: 120px;
  text-align: center;
  margin: 0 20px;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s
}

.proDownMask .pdlist a:before {
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 90%;
  height: 10px;
  left: 5%;
  top: 100%;
  opacity: 0;
  content: "";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%)
}

.proDownMask .pdlist a:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.proDownMask .pdlist a:hover:before {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 1
}

.proDownMask .pdlist a img {
  width: 108px
}

.proDownMask .pdlist a span {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #333
}

@media screen and (max-width: 750px) {
  .proDownMask .pdlist a {
    width: 80%;
    margin: 0
  }

  .proDownMask .pdlist a img {
    width: 80%
  }

  .proDownMask .pdlist a span {
    font-size: 14px
  }
}

.ipt {
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 0;
  border-bottom: 1px solid #111;
  background: none;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s
}

.ipt:focus {
  background: #f0f0f0;
  padding: 0 10px
}

.comForm .formRow {
  margin-top: 20px;
  position: relative
}

.comForm .formLab {
  font-size: 15px;
  color: #111;
  line-height: 24px;
  padding-bottom: 15px;
  text-transform: capitalize
}

.comForm .suBtn {
  display: inline-block;
  width: 100%;
  height: 46px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 46px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.comForm .suBtn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.comForm .suBtn.cenBtn {
  width: 260px
}

.comForm .skipa {
  font-size: 13px;
  text-decoration: underline;
  color: #111
}

.comForm .skipb {
  font-size: 14px;
  color: #666
}

.comForm .row50 {
  width: 48%;
  float: left
}

.comForm .row50:nth-child(2n) {
  float: right
}

.comForm .iptOnBtn {
  position: absolute;
  right: 0;
  bottom: 13px;
  width: 100px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.comForm .iptOnBtn:hover {
  background: #000;
  color: #fff
}

.comForm .iptOnBtn.disabled {
  border-color: #ccc;
  background: #ccc;
  color: #fff
}

.comForm .formCheckbox {
  font-size: 14px;
  line-height: 18px;
  color: #111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.comForm .formCheckbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 10px
}

.loginbox {
  max-width: 500px;
  margin: 70px auto 0;
  padding-bottom: 200px
}

.userwBox {
  max-width: 1000px;
  margin: 70px auto 0;
  padding-bottom: 100px
}

.userinBox {
  max-width: 1000px;
  margin-top: 30px;
  margin-left: 140px;
  padding-bottom: 100px
}

@media screen and (max-width: 750px) {

  .loginbox,
  .userwBox,
  .userinBox {
    margin: 50px 10px 0;
    padding-bottom: 80px
  }

  .comForm .row50 {
    float: none !important;
    width: auto
  }
}

.authorTopInfo {
  overflow: hidden;
  padding: 34px 0;
  border-bottom: 1px solid #111
}

.authorTopInfo .apic {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eee
}

.authorTopInfo .apic img {
  display: block;
  width: 100%;
  height: 100%
}

.authorTopInfo .aname {
  margin-left: 140px;
  line-height: 90px;
  font-size: 16px;
  color: #111
}

.Validform_checktip {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 8px
}

.Validform_checktip.Validform_wrong {
  color: #f00
}

.about-compage {
  padding: 150px 0 120px
}

.about-compage .news-imgs {
  float: left;
  width: 58%
}

.about-compage .news-imgs li {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  overflow: visible
}

.about-compage .news-imgs li img,
.about-compage .news-imgs li .img {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s
}

.about-compage .news-imgs li .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.about-compage .news-imgs li:hover img,
.about-compage .news-imgs li:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.about-compage .news-imgs li img {
  display: block;
  width: 100%
}

.about-compage .news-main {
  float: right;
  width: 38%
}

.about-compage .ncontent {
  font-size: 13px;
  color: #666666;
}

.about-compage .ncontent .tit {
  font-weight: normal;
  font-size: 26px;
  color: #111;
  letter-spacing: 6px;
  font-weight: 600;
}
.about-compage .ncontent .tit2 {
  font-size: 16px;
  color: #898989;
}

.about-compage .ncontent .ncTime {
  border-top: 1px solid #777;
  padding-top: 10px;
  font-size: 13px;
  color: #666;
  margin-bottom: 15px
}

.about-compage .ncontent img {
  max-width: 100%
}

.about-project .news-imgs {
  width: 68%
}

.about-project .news-main {
  width: 25%;
  position: fixed;
  left: 75%;
}

.bians {
  width: 100%;
  height: 1px;
  background: #999;
  margin:35px 0px 30px 0px;
}
.bians2 {
  width: 160px;
  height: 1px;
  background: #999;
  margin:35px 0px 30px 0px;
}
.abProject .tit {
  font-size: 26px;
  color: #111;
  font-weight: normal;
  letter-spacing: 6px;
}
.abProject .tit2 {
  font-size: 16px;
  color: #898989;
  font-weight: normal
}
.abProject .list a {
  position: relative;
  display: block;
  padding: 10px 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 15.83px;
  color: #666
}

.abProject .list a:hover,
.abProject .list a.on {
  color: #111;
  text-decoration: underline;
  text-indent: 6px;
}
.abProject .list a.on::after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .about-compage {
    padding: 0 0 60px
  }

  .about-compage .news-imgs {
    float: none;
    width: auto
  }

  .about-compage .news-imgs li {
    margin-bottom: 5px
  }

  .about-compage .news-main {
    float: none;
    width: auto;
    margin: 50px 10px 0;
    padding-bottom: 70px;
  }
}

.ucenterbox {
  padding: 70px 0 120px
}

.ucenterbox .ucMenus {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.ucenterbox .ucMenus li {
  text-align: center
}

.ucenterbox .ucMenus a {
  display: inline-block;
  width: 100px;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s
}

.ucenterbox .ucMenus a:before {
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 90%;
  height: 10px;
  left: 5%;
  top: 100%;
  opacity: 0;
  content: "";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%)
}

.ucenterbox .ucMenus a:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.ucenterbox .ucMenus a:hover:before {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 1
}

.ucenterbox .ucMenus img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto
}

.ucenterbox .ucMenus span {
  display: block;
  margin-top: 15px;
  color: #111;
  font-size: 16px
}

.ucenterbox .ucBtn {
  text-align: center;
  margin-top: 170px
}

.ucenterbox .ucBtn a {
  display: inline-block;
  width: 260px;
  height: 46px;
  border: 1px solid #444;
  background: rgba(0, 0, 0, 0);
  color: #111;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 44px;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: relative
}

.ucenterbox .ucBtn a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.ucenterbox .ucBtn a i {
  position: absolute;
  right: 8%;
  top: 0;
  font-size: 18px
}

.upClipBtn {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto
}

.upClipBtn img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.clipbg {
  position: fixed;
  background: black;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0
}

.clipbg .clip-loading {
  position: absolute;
  top: 40%;
  width: 38%;
  left: 31%;
  height: 1.6rem;
  line-height: 1.6rem;
  z-index: 99999;
  text-align: center;
  color: #ffffff;
  border-radius: 0.2rem;
  background: #9f9f9f
}

.clipbg #clipArea {
  width: 100%;
  height: 80%;
  margin: auto
}

.clipbg .clipfooter {
  width: 90%;
  position: fixed;
  left: 5%;
  bottom: 0px;
  text-align: center
}

.clipbg dl {
  background: #ffffff;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 0.6rem
}

.clipbg dd {
  position: relative;
  height: 2.25rem;
  line-height: 2.25rem;
  border-bottom: 1px solid #999999
}

.clipbg .clipback {
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 0.4rem;
  margin-bottom: 0.4rem;
  background: #ffffff
}

.clipbg dd input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0
}

.beatpicker-inputnode {
  background-position: 98% center !important
}

.userDown_list {
  padding-bottom: 100px
}

.userDown_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all .3s;
  -webkit-transition: all .3s;
  padding: 50px 0;
  border-bottom: 1px solid #777777
}

.userDown_list li .pic {
  float: left;
  width: 200px;
  position: relative;
  overflow: hidden
}

.userDown_list li .pic:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg)
}

.userDown_list li .pic:hover:after {
  transition: all .5s ease;
  left: 100%
}

.userDown_list li .pic img {
  display: block;
  width: 100%
}

.userDown_list li .info {
  flex: 1;
  margin-left: 35px
}

.userDown_list li .info .t {
  font-size: 13px;
  display: block;
  color: #111
}

.userDown_list li .info .d {
  font-size: 12px;
  color: #777
}

.userDown_list li .hand {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 10px
}

.userDown_list li .hand a {
  width: 90px;
  text-align: center;
  margin: 0 2px;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s
}

.userDown_list li .hand a:before {
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 90%;
  height: 10px;
  left: 5%;
  top: 100%;
  opacity: 0;
  content: "";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%)
}

.userDown_list li .hand a:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.userDown_list li .hand a:hover:before {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 1
}

.userDown_list li .hand a img {
  width: 60px
}

.userDown_list li .hand a span {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #333
}

.userDown_list li:hover {
  background: #f0f0f0;
  padding-left: 10px
}

@media screen and (max-width: 750px) {
  .userDown_list li {
    flex-direction: column
  }

  .userDown_list li .pic {
    width: 100%
  }

  .userDown_list li .info {
    margin-left: 0;
    padding: 20px 0 30px
  }
}

.mediaList {
  padding-top: 90px
}

.mediaList .list {
  margin-top: 40px;
  padding-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap
}

.mediaList .list li {
  width: 18%;
  margin-left: 2.5%;
  margin-bottom: 30px
}

.mediaList .list li:nth-child(5n+1) {
  margin-left: 0
}

.mediaList .list li .tm {
  font-size: 13px;
  color: #111;
  line-height: 16px
}

.mediaList .list li .pic {
  display: block;
  position: relative;
  overflow: hidden
}

.mediaList .list li .pic:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg)
}

.mediaList .list li .pic:hover:after {
  transition: all .5s ease;
  left: 100%
}

.mediaList .list li .pic img {
  display: block;
  width: 100%
}

.mediaList .list li .t {
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.mediaToper {
  border-top: 1px solid #777;
  padding-top: 10px;
  overflow: hidden
}

.mediaToper h1 {
  float: left;
  font-weight: normal;
  font-size: 18px;
  color: #111
}

.mediaToper .checkFilter {
  float: right
}

.mediaToper .checkFilter select {
  width: 220px;
  height: 38px
}

.media-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding-bottom: 5%
}

.media-mask img {
  display: block;
  max-width: 920px;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.open .media-mask img {
  animation: shandong 0.5s both linear
}

@media screen and (max-width: 750px) {
  .mediaList {
    padding-top: 50px
  }

  .mediaList .list {
    padding-bottom: 60px
  }

  .mediaList .list li {
    width: 49%;
    margin-left: 2% !important
  }

  .mediaList .list li:nth-child(2n+1) {
    margin-left: 0 !important
  }

  .media-mask img {
    max-width: 90%
  }
}

.catalog-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 120px;
  margin-top: 70px
}

.catalog-list li {
  width: 33.33%;
  margin-bottom: 40px
}

.catalog-list .pic {
  position: relative;
  overflow: hidden;
  display: block
}

.catalog-list .pic:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg)
}

.catalog-list .pic:hover:after {
  transition: all .5s ease;
  left: 100%
}

.catalog-list .pic img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto
}

.catalog-list .txt {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #111;
  text-align: center
}

@media screen and (max-width: 750px) {
  .catalog-list {
    display: block
  }

  .catalog-list li {
    width: 100%
  }
}

.contact-info {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.contact-info .pic {
  width: 35%;
  overflow: hidden;
  height: calc(100vh - 140px)
}

.contact-info .pic .img {
  display: block;
  transition: all 8s;
  -webkit-transition: all 8s;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.contact-info .info {
  width: 65%;
  background: #fff;
  color: #1F1F1F;
  box-sizing: border-box;
  padding: 10vh 4% 28vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap
}

.contact-info .info .t {
  font-size: 41px;
  display: none
}

.contact-info .info .t2 {
  font-size: 36px;
  display: none
}

.contact-info .info .d {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px
}

.isLoaded .contact-info .pic .img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

@media screen and (max-width: 750px) {
  .contact-info {
    display: block
  }

  .contact-info .pic {
    width: auto;
    height: 100vw
  }

  .contact-info .info {
    width: auto;
    padding: 30px 10px 60px
  }
}

.newsList .list {
  padding-top: 80px;
  padding-bottom: 100px
}

.newsList .list li {
  float: left;
  width: 24%;
  margin-left: 1.3%;
  border-top: 1px solid #777;
  margin-bottom: 100px
}

.newsList .list li:nth-child(4n+1) {
  margin-left: 0
}

.newsList .list li .tm {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-top: 15px
}

.newsList .list li .t {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold
}

.newsList .list li .t:hover {
  text-decoration: underline
}

.newsList .list li .d {
  font-size: 12px;
  margin-bottom: 25px;
  color: #333;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.newsList .list li .pic {
  display: block;
  position: relative;
  overflow: hidden
}

.newsList .list li .pic img,
.newsList .list li .pic .img {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s
}

.newsList .list li .pic .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.newsList .list li .pic:hover img,
.newsList .list li .pic:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.newsList .list li .pic img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

@media screen and (max-width: 750px) {
  .newsList .list {
    padding: 30px 0 60px
  }

  .newsList .list li {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 50px
  }

  .newsList .list li:nth-child(4n+1) {
    margin-left: 0
  }

  .newsList .list li .t {
    margin-bottom: 5px;
    height: auto;
    max-height: 48px
  }

  .newsList .list li .d {
    margin-bottom: 10px;
    height: auto;
    max-height: 80px
  }
}

.designer-list {
  overflow: hidden
}

.designer-list li {
  float: left;
  width: 33.33%;
  height: 16.66vw;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: row-reverse
}

.designer-list li:nth-child(6n+4),
.designer-list li:nth-child(6n+5),
.designer-list li:nth-child(6n+6) {
  flex-direction: row
}

.designer-list li:nth-child(6n+4) .info,
.designer-list li:nth-child(6n+5) .info,
.designer-list li:nth-child(6n+6) .info {
  text-align: left
}

.designer-list li .pic {
  width: 50%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s;
  -webkit-transition: all .3s;
  position: relative;
  overflow: hidden
}

.designer-list li .pic img,
.designer-list li .pic .img {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s
}

.designer-list li .pic .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.designer-list li .pic:hover img,
.designer-list li .pic:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.designer-list li .pic .img {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.designer-list li .info {
  width: 50%;
  background: #5e5e5e;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  text-align: right;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2% 5%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap
}

.designer-list li .info .t {
  display: block;
  width: 100%;
  font-size: 30px;
  color: inherit
}

.designer-list li .info .d {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-top: 2%
}

.designer-list li:hover .pic {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0)
}

.designer-list li:hover .info {
  background: #f2f2f2;
  color: #000
}

.theme-white .designer-list li .info {
  background: #F2F2F2;
  color: #1f1f1f
}

.theme-white .designer-list li:hover .info {
  background: #333;
  color: #fff
}

.dgr-maintop {
  padding-top: 80px;
  padding-bottom: 60px
}

.dgr-maintop .picView {
  width: 510px;
  max-width: 40%;
  float: left
}

.dgr-maintop .picView img {
  display: block;
  width: 100%
}

.dgr-maintop .detail {
  width: 500px;
  max-width: 55%;
  float: right
}

.dgr-maintop .detail .ztit {
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  padding-top: 20px
}

.dgr-maintop .detail .miaos {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  line-height: 24px
}

.dgr-maintop .sfix {
  position: fixed;
  top: 124px;
  background: #fff;
  width: 500px
}

.dgr-maincont {
  border-top: 1px solid #777;
  padding-top: 15px;
  padding-bottom: 40px;
  margin-right: 530px
}

.dgr-maincont .tit {
  font-size: 18px;
  color: #111;
  margin-bottom: 40px
}

.dgr-maincont .contain {
  margin-right: 520px;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  max-width: 100%
}

.dgr-maincont .contain img {
  max-width: 100%
}

.dgr-maincont .list {
  font-size: 15px;
  line-height: 2;
  color: #666;
  max-width: 100%
}

.dgr-maincont .list .item {
  display: block;
  margin-bottom: 20px
}

.dgr-maincont .list img {
  display: block;
  max-width: 100%;
  margin-bottom: 8px
}

.dgr-maincont .list .t1 {
  font-size: 13px;
  display: block;
  color: #212121
}

.dgr-maincont .list .t2 {
  font-size: 12px;
  display: block;
  color: #777
}

@media screen and (max-width: 750px) {
  .designer-list li {
    width: 100%;
    height: 50vw;
    flex-direction: row-reverse !important
  }

  .designer-list li:nth-child(2n) {
    flex-direction: row !important
  }

  .designer-list li .info .t {
    font-size: 20px
  }

  .designer-list li .info .d {
    font-size: 14px
  }

  .dgr-maincont {
    margin-right: 0
  }

  .dgr-maincont .contain {
    margin-right: 0
  }

  .dgr-maincont .list {
    margin-right: 0
  }

  .dgr-maintop .picView {
    width: auto;
    max-width: 100%;
    float: none
  }

  .dgr-maintop .detail {
    width: auto;
    max-width: 100%;
    float: none;
    margin-top: 20px
  }
}
.pt100 {
  padding-top: 120px;
}
.shopVpage .shop_box {
  position: relative;
  padding-bottom: 120px;
  margin-top: auto;
  margin-bottom: auto;
}

.shopVpage .shop_box:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .25;
  content: "";
  background: url(../static/image/earch.png) no-repeat center top
}

.shop_tels {
  text-align: center;
  margin-top: 20px;
  color: #264680;
  font-size: 16px;
  display: none
}

.shop_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 40px
}

.shop_filter .srow {
  width: 220px;
  height: 40px;
  margin: 0 12px;
  position: relative
}

.shop_filter .sipt {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-size: 14px
}

.shop_filter .sbtn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  border: 0;
  padding: 0;
  background: none
}

.shop_vres {
  margin-top: 50px;
  font-size: 18px;
  color: #8C8C8C
}

.shop_vlist {
  margin-top: 50px;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.shop_vlist li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 30px 1.5% 40px;
  border-bottom: 1px solid #333
}

.shop_vlist .sname {
  font-size: 16px;
  color: #212121;
  line-height: 24px
}

.shop_vlist .sname i {
  font-size: 22px;
  float: left
}

.shop_vlist .sname strong {
  font-weight: normal;
  margin-left: 30px;
  display: block;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.shop_vlist .saddress {
  font-size: 13px;
  line-height: 22px
}

.shop_vlist .saddress .satit {
  float: left;
  width: 50px
}

.shop_vlist .saddress .sainfo {
  display: block;
  margin-left: 50px
}

.shop_vlist .stel {
  font-size: 13px;
  display: block;
  margin-top: 8px;
  color: #111;
  overflow: hidden
}

.shop_vlist .stel i {
  font-size: 22px;
  float: left
}

.shop_vlist .stel strong {
  display: block;
  font-weight: normal;
  margin-left: 26px
}

.materialWorld {
  padding: 115px 0;
  max-width: 800px;
  margin: 0 auto
}

.materialWorld .mwtit {
  font-size: 26px;
  font-weight: normal;
  text-align: center
}

.materialWorld .content {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin-top: 30px;
  padding: 20px 0
}

.materialWorld .content img {
  max-width: 100%
}

.materialWorld .skip {
  background: #000000;
  position: relative;
  width: 320px;
  display: block;
  margin: 20px auto;
  height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 60px
}

.materialWorld .skip:before {
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 18px;
  height: 17px;
  background: url(../static/image/sarr.png) no-repeat;
  content: "";
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.materialWorld .skip:hover:before {
  right: 15px
}

@media screen and (max-width: 750px) {
  .shop_filter .srow {
    width: 46%;
    margin: 0 2%
  }

  .shopVpage .shop_box {
    margin-top: 70px !important
  }

  .shop_vlist {
    margin-top: 30px;
    padding-bottom: 60px
  }

  .shop_vlist li {
    width: 100%;
    float: none
  }
}

.en-html .header .hh-logo {
  margin-top: 11px
}

.en-html .header .hh-logo img {
  height: 48px
}

.en-html .header .hh-menus {
  width: 620px
}

.en-html .shop_vlist .saddress .satit {
  width: 80px
}

.en-html .shop_vlist .saddress .sainfo {
  margin-left: 80px
}

.toper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background:rgba(0,0,0,0.5);
  z-index: 100
}

.toper .ht-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%
}

.toper .ht-logos a {
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden
}

.toper .ht-logos a:after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg)
}

.toper .ht-logos a:hover:after {
  transition: all .5s ease;
  left: 100%
}

.toper .ht-logos a.on {
  background: #2A2A2E
}

.toper .ht-logos img {
  height: 42px
}

.toper .ht-logos svg {
  height: 30px;
  fill: #fff
}

.toper .hh-tools {
  position: absolute;
  right: 10px;
  top: 0
}

.toper .hh-tools .item {
  display: block;
  float: left;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  line-height: 64px;
  font-size: 18px;
  width: 60px;
  height: 64px;
  text-align: center;
  color: #fff;
  box-sizing: border-box
}

.toper .hh-tools .item:before {
  position: absolute;
  width: 1px;
  height: 16px;
  background: #999;
  content: "";
  left: 0;
  top: 24px
}

.toper .hh-tools .item:first-child:before {
  display: none
}


.toper .hh-tools .item:hover {
  color: #fff
}

.toper .hh-tools .item:hover .hht-drop {
  opacity: 1;
  pointer-events: auto
}

.toper .hht-searchbox {
  opacity: 0;
  right: 0;
  top: 18px;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: absolute;
  line-height: 32px;
  height: 68px
}

.toper .hht-searchbox .hht-searchTab {
  position: absolute;
  top: 20px;
  left: 0;
  width: 52px;
  font-size: 12px;
  background: #888;
  color: #fff;
  line-height: 32px
}

.toper .hht-searchbox input {
  width: 180px;
  height: 32px;
  border: 0;
  background: #666;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
  color: #fff
}

.toper .hht-searchbox button {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 60px;
  line-height: 32px;
  text-align: center;
  background: none;
  color: #fff;
  border: none;
  font-size: 18px
}

.toper .hht-search:hover .hht-searchbox {
  opacity: 1
}

.hht-search {
  cursor: pointer;
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  background:#2A2A2E;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  color: #fff
}
.header .title {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.header .active {
  border-bottom: 1px solid #fff;
}
.header .hh-tools {
  position: initial;
  display: flex;
}
.header .hht-search {
  display: flex;
  align-items: center;
}
.header .hh-menus {
  height:64px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.header .hh-menus dt {
  float: left;
  display: block;
  position: relative;
  z-index: 1;
}

.header .hh-menus dt a {
  width: 90px;
  font-size: 15px;
  height: 64px;
  color: inherit;
  display: block;
  line-height: 64px;
  transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  text-transform: uppercase;
}
.header .hh-menus dt a:hover span {
  border-bottom: 1px solid #fff;
}

.header .hh-menus dt a:hover {
  color: #fff
}

.header .hh-menus dd {
  position: absolute;
  top: 64px;
  left: 0px;
  box-sizing: border-box;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  color: #fff;
  text-align: left;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: all .3s;
  -webkit-transition: all .3s
}

.header .hh-menus dd a {
  display: block;
  padding: 8px 20px;
  border-top: 1px solid #666;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: relative
}

.header .hh-menus dd a:first-child {
  border-top: 0
}

.header .hh-menus dd a:hover {
  color: #fff;
  background: #333
}

.header .hh-menus dd a:hover:after {
  -webkit-transform: translate(15px, 0);
  transform: translate(15px, 0)
}

.header .hh-menus dl {
  position: relative;
  text-align: center
}

.header .hh-menus dl:hover dt a {
  background: #000
}

.header .hh-menus dl:hover dd {
  pointer-events: auto;
  opacity: 1
}

.header .hht-drop {
  position: absolute;
  top: 56px;
  right: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 0;
  pointer-events: none
}

.en-html .header .hh-menus dt a {
  padding: 20px 20px
}

.m-toper {
  display: none;
  height: 60px;
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  z-index: 100;
}

.m-toper .hh-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 60px
}

.m-toper .hh-logo .title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.m-toper .hh-logo a {
  padding: 0 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.m-toper .hh-logo a.on {
  background: #2A2A2E
}

.m-toper .hh-logo img {
  display: block;
  height: 24px
}

.m-toper .hh-logo svg {
  height: 24px;
  fill: #fff
}

.m-toper .burger {
  top: 0
}

.m-header {
  position: fixed;
  display: none;
  pointer-events: none;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%
}

.m-header .m-header-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all .3s;
  -webkit-transition: all .3s;
  pointer-events: none
}

.m-header .m-header-box {
  margin-left: 100%;
  width: 80%;
  background: #000;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: all .3s;
  -webkit-transition: all .3s
}

.m-header .hh-menus .hh-searchbox {
  background: #000;
  padding: 8px 10px;
  border-bottom: 1px solid #666
}

.m-header .hh-menus .hh-searchbox input {
  width: 100%;
  height: 32px;
  border: 0;
  border-radius: 4px;
  background: #eee;
  padding: 0 8px 0 40px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer
}

.m-header .hh-menus .hh-searchbox button {
  position: absolute;
  cursor: pointer;
  top: 8px;
  left: 0;
  width: 60px;
  line-height: 32px;
  text-align: center;
  background: none;
  color: #333;
  border: none;
  font-size: 20px
}

.m-header .hh-menus dl {
  position: relative;
  border-bottom: 1px solid #666
}

.m-header .hh-menus dl dt a {
  display: block;
  background: #000;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase
}

.m-header .hh-menus dl dt .l-icon {
  font-size: 20px;
  position: relative;
  top: 2px
}

.m-header .hh-menus dl dd {
  padding: 8px 0;
  width: auto !important;
  display: none
}

.m-header .hh-menus dl dd .gezi:nth-child(n+2) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px dotted #000
}

.m-header .hh-menus dl dd a {
  display: block;
  color: #aaa;
  line-height: 20px;
  padding: 6px 10px;
  margin-left: 10px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.m-header .hh-menus dl:hover dt a,
.m-header .hh-menus dl.on dt a {
  background: #000
}

.m-header .hh-menus dl:hover dd,
.m-header .hh-menus dl.on dd {
  display: block
}

.m-header.over .m-header-layer {
  opacity: 1;
  pointer-events: auto
}

.m-header.over .m-header-box {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0)
}

.theme-white .toper {
  background: #F6F6F6
}

.theme-white .toper .ht-logos a {
  background: #000000
}

.theme-white .toper .ht-logos a svg {
  fill: #fff
}

.theme-white .toper .ht-logos a.on {
  background: #fff
}

.theme-white .toper .ht-logos a.on svg {
  fill: #000
}

.theme-white .toper .hh-tools .item:hover {
  color: #000
}

.theme-white .header {
  background: #fff;
  color: #222222;
  border-bottom: 1px solid #f6f6f6
}

.theme-white .header .hh-menus dt a {
  transition: all .3s;
  -webkit-transition: all .3s
}

.theme-white .header .hh-menus dt a:hover {
  color: #000
}

.theme-white .header .hh-menus dd a {
  background: #fff;
  color: #787878;
  border-top-color: #aaa
}

.theme-white .header .hh-menus dd a:hover {
  background: #e9e9e9;
  color: #000
}

.theme-white .header .hh-menus dl:hover dt a {
  background: #e9e9e9
}

.theme-white .m-toper {
  background: #f5f5f5
}

.theme-white .m-toper .burger [class^="line"] {
  background: #222
}

.theme-white .m-toper .hh-logo a {
  background: #000000
}

.theme-white .m-toper .hh-logo a svg {
  fill: #fff
}

.theme-white .m-toper .hh-logo a.on {
  background: #fff
}

.theme-white .m-toper .hh-logo a.on svg {
  fill: #000
}

.theme-white .m-header .m-header-box {
  background: #fff
}

.theme-white .m-header .hh-menus .hh-searchbox {
  background: #fff;
  border-bottom-color: #aaa
}

.theme-white .m-header .hh-menus .hh-searchbox input {
  background: #e1e1e1
}

.theme-white .m-header .hh-menus dl {
  border-bottom-color: #aaa
}

.theme-white .m-header .hh-menus dl dt a {
  background: #fff;
  color: #222
}
@keyframes shows {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shows {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  color: #fff;
  width: 100%;
  background: #000;
  opacity: 0;
  animation-name:shows;
  animation-fill-mode:forwards;
  animation-duration:0.3s;
  animation-delay:1s;
  /* position: fixed;
  bottom: 0;
  z-index: 30; */
}



/* .footer.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
} */
.skip {
  text-align: center;
}
.footer .gtd-share {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.footer .gtd-share a {
  float: left;
  transition: all .3s;
  -webkit-transition: all .3s
}

.footer .gtd-share a:hover {
  opacity: .7
}

.footer .gtd-share .xshare-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px
}

.footer .gtd-share .xshare-icon img {
  display: block;
  width: 100%;
  height: 100%
}

.footer .bottomCopyr {
  padding: 20px 0;
  line-height: 30px;
  font-size: 12px;
  color: #777
}

.footer .bottomCopyr .copyr {
  float: left
}

.footer .bottomCopyr .copyr a {
  color: #777;
  transition: all .3s;
  -webkit-transition: all .3s
}

.footer .bottomCopyr .copyr a:hover {
  text-decoration: underline
}

.footer .bottomCopyr .copyr .vby {
  margin-left: 30px
}

.backTop {
  width: 58px;
  z-index: 100;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 58px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

.backTop i {
  font-size: 45px;
  line-height: 45px
}

.backTop:hover {
  background-color: #000;
  color: #fff
}

.backTop.over {
  opacity: 1;
  pointer-events: auto
}

@media screen and (max-width: 1200px) {
  .header .hh-menus dt a {
    padding: 0 15px
  }

  .footer .bottomCopyr .copyr {
    float: none
  }

  .footer .gtd-share {
    float: none;
    justify-content: flex-start
  }
}

@media screen and (max-width: 750px) {

  .toper,
  .header {
    display: none
  }

  .m-toper,
  .m-header {
    display: block
  }

  .m-header.over {
    pointer-events: auto
  }

  .pageBox {
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .pageBox.out {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
  }

  .foot-center {
    display: none
  }

  .wap-menu-mask {
    position: absolute;
    z-index: 90;
    top: 60px;
    width: 100%;
    bottom: 0;
    pointer-events: none
  }

  .wap-menu-mask.open {
    pointer-events: auto
  }

  .m-pulleft {
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .m-pulleft.close {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
  }
}

.home-pageIn {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.home-pageIn .videobox {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 50%;
  margin-top: -540px
}

.home-pageIn .videobox video {
  width: 1920px;
  height: 1080px;
  pointer-events: none
}

.crumbsTab {
  line-height: 32px;
  background: #fff;
  padding: 34px 0;
  box-sizing: content-box
}

.crumbsTab .crumb {
  float: left;
  font-size: 14px
}

.crumbsTab .crumb a {
  display: block;
  float: left;
  color: #111;
  transition: all .3s;
  -webkit-transition: all .3s
}

.crumbsTab .crumb a:hover {
  color: #000
}

.crumbsTab .crumb i {
  float: left;
  margin: 0 15px;
  color: #333
}

.crumbsTab .crumb span {
  float: left;
  color: #000
}

.leTitle {
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  /* background: url(http://hc28.com.cn/cosmo/public/home/images/title-shop.png) no-repeat center center/contain */
}

@media screen and (max-width: 750px) {
  .crumbsTab {
    padding: 5px 10px 5px 5px
  }

  .leTitle {
    height: 120px;
    line-height: 120px
  }
}

.comViews {
  padding: 150px 0;
  position: relative;
  color: #fff;
  text-align: center;
  background: transparent url(../static/image/hbg-1.png) center center no-repeat/cover;
  background-attachment: fixed
}

.comViews:before {
  content: "";
  background: rgba(40, 57, 144, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.comViews .wrap {
  position: relative;
  z-index: 1
}

.comViews .cvtitle {
  font-size: 30px;
  font-weight: normal
}

.comViews .info {
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px
}

.comViews .alinks {
  margin-top: 40px
}

.comViews .alinks a {
  margin: 0 10px
}

.comViews .alinks .abtn-bd {
  display: inline-block;
  width: 220px;
  height: 56px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 54px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.comViews .alinks .abtn-bd:hover {
  background: #000
}

.comViews .alinks .abtn-vv {
  display: inline-block;
  width: 180px;
  height: 56px;
  border: none;
  background: #111;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 56px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.comViews .alinks .abtn-vv:hover {
  background: #000
}

@media screen and (max-width: 750px) {
  .comViews {
    padding: 80px 0
  }
}

.ceTitle {
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
  color: #333
}

.ceTitle:after {
  position: absolute;
  width: 36px;
  height: 3px;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  background: #333;
  content: ""
}

.pageTurning {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 20px
}

.pageTurning a {
  display: inline-block;
  margin: 0 30px;
  padding: 0 5px;
  font-size: 16px;
  color: #333;
  transition: all .3s;
  -webkit-transition: all .3s
}

.pageTurning a:hover {
  color: #000
}

.pageTurning i {
  font-size: 24px
}

.pageMore {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 50px
}

.pageMore .loadMore {
  display: inline-block;
  width: 168px;
  transition: all .3s;
  -webkit-transition: all .3s;
  height: 52px;
  border: 1px solid #bbb;
  font-size: 16px;
  text-align: center;
  color: #444;
  line-height: 52px
}

.pageMore .loadMore:hover {
  background: #000;
  border-color: #000;
  color: #fff
}

.pageMore .supporting {
  display: none
}

.pageMore .scrollIsloading {
  font-size: 16px;
  padding: 30px 0;
  line-height: 32px
}

.pageMore .scrollIsloading i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 32px;
  height: 32px;
  background: url(../static/image/loading-2.gif) no-repeat;
  margin-right: 20px
}

.pageMore-reverse .loadMore {
  color: #fff
}

.page-gray {
  background: #f2f2f2
}
.searchs {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
}
.search_box {
  width: 90%;
  height:300px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 121px;
  transform: translateX(-50%);
  z-index: 99;
  box-shadow: 0 0 12px #999;
  border-radius: 4px;
  overflow: hidden;
}
.search_box .title {
  font-size: 24px;
  width: 90%;
  margin: 98px auto 40px auto;
}
.off_search {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: absolute;
  right:5%;
  top: 53px;
  background: none;
  border: none;
  cursor: pointer;
}
.search {
  width: 90%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #727171;
  overflow: hidden;
  margin: 0 auto;
}
.search input {
  width: calc(100% - 124px);
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  padding: 0 20px;
  border: none;
  outline: none;
}
.search .search_btn {
  width: 124px;
  height: 44px;
  background: #727171;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border: none;
  letter-spacing: 20px;
  text-indent: 20px;
}
.title .logos {
  display: block;
  height:18px;
}
