@charset "UTF-8";

/* css重写 */
/* .container {
  max-width: 1400px;
} */

* {
  margin: 0;
  padding: 0
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

textarea {
  resize: none;
}

/*防止拖动*/
img {
  border: 0;
  vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
  border-collapse: collapse;
}

.left {
  float: left;
}

.right1 {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

.col-red {
  color: #C81623 !important;
}

body {
  color: #525252;
  font-family:'microsoft yahei','helvetica neue', arial, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', sans-serif;
  font: normal 62.5%;
  line-height: 2.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}


html {
  font-size: 14px
}

#header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 86px;
    z-index: 999999;
    background: #fff;
}
#content{
    margin-top: 86px;
}
#lb1{
    display: block;
}
#lb2{
    display: none;
}

.header-top {
  background: rgba(169, 169, 169, 1);
}

.ca_bg1{
  background: url("../imgs/banner001a.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%; 
  height: 550px;
}
.ca_bg2{
  background: url("../imgs/banner002a.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%; 
  height: 550px;
}
.ca_bg3{
  background: url("../imgs/banner003a.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%; 
  height: 550px;
}
.ca_bg4{
  background: url("../imgs/banner004a.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%; 
  height: 550px;
}
.ca_bg5{
  background: url("../imgs/banner005a.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%; 
  height: 550px;
}
/* .swiper-container{
  height: 495px;
} */
div.erweima {
  top: 50PX;}
  div.erweima>div>p{
    display: none;
  }
.yz-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zhong {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.header-top span{
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
}

.header-middle {
  border-color: rgba(232, 232, 232, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all 0.5s ease;
}

.header_inner {
  height: 85px;
}

.yz-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  max-width: 300px;
  max-height: 105px;
  position: relative;
  left: -5px;
}

.header-middle ul li a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 14px;
}
.header-middle ul li a:hover{
  color: #000!important;
}
.dp-menu {
  width: 100vw;
  /* padding-top: 5px;
  padding-bottom: 30px; */
  margin-top: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  text-align: left;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  visibility: hidden;
  padding: 0 0 15px;
}

.dp-menu1{
  width: 100%;
  /* padding-top: 5px;
  padding-bottom: 5px; */
  margin-top: 22px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  text-align: left;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  visibility: hidden;
}
.dp-menu1::after {
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  width: auto;
  height: 22px;
  content: "";
  position: absolute;
}

.dp-menu::after {
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  width: auto;
  height: 15px;
  content: "";
  position: absolute;
}

.header-middle ul li.position-relative{
  box-sizing: border-box;
}

.header-middle ul li.position-relative:hover div.dp-menu {
  opacity: 1;
  pointer-events: unset;
  visibility: visible;
  transform: none;
}
.header-middle ul li.position-relative:hover{
  border:1px solid gainsboro;
}

.header-middle ul li.position-relative:hover div.dp-menu1 {
  opacity: 1;
  pointer-events: unset;
  visibility: visible;
  transform: none;
}

.dp-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.dp-menu1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  /* margin-left: -15px;
  margin-right: -15px; */
}

.dp-menu ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    padding-left: 5px;
    padding-right: 5px;
}
.dp-menu ul li ul li{
  height: 25px;

}
.dp-menu ul li ul li a{
  color: rgb(172, 172, 172)!important;
}

.dp-menu1 ul li {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 133px; */
  max-width: 105px;
  /* padding-left: 15px;
  padding-right: 15px; */
}
.li1 ul li {
  /* padding-left: 22px; */
}
.li2 ul li {
  padding-left: 10px;
}
.dp-menu1 ul li ul li{
  height: 25px;

}
.dp-menu1 ul li ul li a{
  color: rgb(172, 172, 172)!important;
}
.dp-menu1 ul li:hover a{
  background: rgba(169, 169, 169, 1);
  color: #fff!important;
}


.yousan {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.yousan a {
  font-size: 26px;
}
.ssip{
  border: 1px solid gainsboro;
  position: absolute;
  top: 130%;
  left: -65px;
  height: 50px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: .5s all ease;
  text-indent: 10px;
}
.sous:hover .ssip{
  opacity: 1;
  visibility:visible;
}
div.erweima{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  visibility: hidden;
  opacity: 0;
  transition: .5s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
.wx:hover div.erweima{
  opacity: 1;
  visibility:visible;
  display: block;
}

div.erweima>div{
  width: 50%;
  color:#fff;
}
div.erweima>div p{
  font-size: 30px;
}

.burger {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
}

.burger::after,
.burger::before {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  content: "";
  left: 0;
}

.burger::after {
  top: 6px;
}

.burger::before {
  top: -6px;
}

.burger-qj {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.burger-qj::after,
.burger-qj::before {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  content: "";
  left: 0;
}

.burger-qj::after {
  top: 6px;
}

.burger-qj::before {
  top: -6px;
}

.mobile-nav {}

.mobile-nav .searchform {
  z-index: 2;
  -webkit-box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
  position: relative;
  display: flex;
  justify-content: space-between;

}

.mobile-nav .searchform input[type="text"] {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  height: 70px;
  font-weight: 600;
  border: none;
  font-size: 15px;
}

.searchsubmit {
  background: none;
  cursor: pointer;
  position: relative;
  right: 15px;
}

.mobile-nav {
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 340px;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.slide-from-left {
  left: 0;
  right: auto;
  transform: translate3d(-340px, 0, 0);
  -webkit-transform: translate3d(-340px, 0, 0);
}

.header-bottom {
  border-color: rgba(232, 232, 232, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}


.qjyl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  min-width: 270px;
  max-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(169, 169, 169, 1);
}

.qjyl_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-right: 10px;
  font-size: 16px;
}

.categories-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 299;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.menu-cc ul li {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.15);
}

.menu-cc ul li a {
  padding: 20.5px 18px;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  display: block;
}
.menu-cc ul li a:hover{
  background: rgba(169, 169, 169, 1);
  color: #fff!important;
}

#menu-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid rgba(129, 129, 129, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}

.header-categories-nav:hover .categories-menu-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  pointer-events: unset;
  -webkit-transform: none;
  transform: none;
}
span.fa-angle-down{
  transition: all 0.2s ease;
}
.header-categories-nav:hover  span.fa-angle-down{
  transform: rotate(-180deg)
}




.index-title {
  border-bottom: 2px solid rgba(119, 119, 119, 0.17);
  text-align: center;
  width: 30%;
  margin: 0 auto;
}

.index-title h6 {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid #b5b5b6;
  font-size: 20px;
}

.list ul li{
  margin-top: 30px;
  height: 361.8px;
}
.list .a_inner {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  -webkit-transition: box-shadow 0.35s ease;
}

.list .a_inner a {
  display: block;
}

.list .a_inner a:hover img {
  transform: scale(1.1);
}

.list .a_inner a:hover .list_img::after {
  opacity: 1;
}

.list .a_inner .list_img {
  overflow: hidden;
  position: relative;
}

.list .a_inner .list_img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.list .a_inner .list_img img {
  transition: 1s all ease;
}

.list .a_inner .list_txt {
  font-size: 14px;
  padding: 0 10px 20px;
  border: 1px solid gainsboro;
  text-align: center;
  background: #fff;
  height: 157px;
}

.list .a_inner .list_txt h2 {
  margin-bottom: 15px;
}

.list .a_inner .list_txt h3 {
  display: inline-block;
  padding: 10px 15px;
  background: #525252;
  color: #fff;

  margin: 15px 0;
}

.list .a_inner .list_txt p {
  width: 95%;
  margin: 0 auto;
}

.post-image-mask::after,
.post-image-mask::before,
.post-image-mask span {
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-animation: fadeOutRight 0.3s ease;
  animation: fadeOutRight 0.3s ease;
  animation: fadeOutRight 0.3s ease;
}

.post-image-mask {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
}



.list .a_inner a:hover .post-image-mask span:last-child,
.list .a_inner a:hover .post-image-mask span:first-child,
.list .a_inner a:hover .post-image-mask span:nth-child(2) {
  opacity: 1;
  -webkit-animation: fadeInLeft 0.3s ease;
  animation: fadeInLeft 0.3s ease;
  z-index: 1000;
}

.more{
  text-align: center;
  margin: 60px 30px;
}
.more a{
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid #b5b5b6;
}
.more a:hover{
  background: gray;
  color:#fff!important;
}

.news{
  background: #d9d9db;
  margin-top: 30px;
  padding-bottom: 20px;
}
.index-about{
  margin-top: 40px;
}
.index-about h2{
  font-size: 20px;
  
}
.index-about h2 p{
  font-size: 14px;
  color: #a3a3a3;
}
.index-about .dt{
  margin-top: 8px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
}
#footer{
  padding: 20px 0 0;
  font-size: 14px;
  margin-top: 30px;
  border-top: 1px solid #b5b5b6;
}

  #footer a{
      color: #fff!important;
  }

.sj-menu li{
  display: block;
  position: relative;

}
.sj-menu li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #2d2a2a;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}


.sj-menu span.fa {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #2d2a2a;
  border-left: 1px solid rgba(129, 129, 129, 0.2);
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.sj-dp-menu{
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  background: none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: visible;
  pointer-events: unset;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  left: 0;
  z-index: 380;
  text-align: left;
  display: none;
}

.close-side{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}


.sj-dp-menu ul li{
  background: #fff;
}











@-webkit-keyframes fadeInLeft {
  from {
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0);
  }

  to {
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes fadeInLeft {
  from {
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0);
  }

  to {
      -webkit-transform: none;
      transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  from {
      -webkit-transform: none;
      transform: none;
  }

  to {
      -webkit-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
      -webkit-transform: none;
      transform: none;
  }

  to {
      -webkit-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0);
  }
}



.loading {
  transition: 1s all;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff
}

.loading_logo {
    position: absolute;
    top: 44%;
    right: 45vw;
    width: 35rem;
    height: 32rem;
    margin: -9rem -9rem 0 0;
}

.loading_logo .item1 {
  position: absolute;
  top: 0;
  left: 5%;
  width: 0%;
  height: 100%;
  background-image: url(../imgs/up1.png);
  background-repeat: no-repeat;
  background-size: 35rem auto
}
.loading_logo .item2 {
  position: absolute;
  z-index: 6;
  top: 40px;
  left: 5%;
  width: 0%;
  height: 100%;
  background-image: url(../imgs/down1.png);
  background-repeat: no-repeat;
  background-size: 35rem auto
}

.loading_logo .item3 {
    position: absolute;
    top: 20em;
    left: 10%;
    width: 100%;
    opacity: 0;
    height: 100%;
    background-image: url(../imgs/字.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
}

.d-xs-none{
  display:inline-block;
}
.d-xs-block{
  display: none;
}
/*#index_page #header{*/
/*  display: none;*/
/*}*/
/*#index_page #footer{*/
/*  display: none;*/
/*}*/
/*#index_page #content{*/
/*  display: none;*/
/*}*/
#header{
  line-height: normal;
}
#footer{
  line-height: normal;
}
.globalHeader_nav .search {
  position: relative;
  top: .3rem;
  left: 470px;
  cursor: pointer;
}

.glyphicon-earphone:hover {
  border: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background: none;
}

.earphone:hover {
  border: none;
}

.easing_obj {
  transition: all .5s;
  -moz-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  -webkit-transform: translateX(-700px);
  transform: translateX(-700px);
  visibility: hidden
}

#close{
    float: left;
}
.shicai {
  text-align: center;
  transition: padding 0.5s;
  display: none;
  width: 100%;
  padding: 0;
}

.shicai h2 {
  color: white;
  font-size: 16px;
  margin-top: 20px;
}

.shicai p {
  color: white;
  font-size: 16px;
  margin-top: 5px;
}

#thumbs .swiper-slide {
  line-height: 90px !important;
  opacity: 0.4;
}

#thumbs .my-slide-thumb-active {
  opacity: 1;
}

#index_page>.globalHeader {
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  visibility: hidden;
  opacity: 0
}

#index_page .header-show {
  visibility: visible;
  opacity: 1
}

/* 111 */
.globalHeader {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 1.6rem 3rem;
  background: #fff
}

.globalHeader_inner {
  position: relative
}

.globalHeader_logo {
  float: left
}

.globalHeader_logo a {
  zoom: 1;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .08em
}

.globalHeader_logo a:after {
  content: '';
  display: block;
  clear: both;
  height: 0
}

.globalHeader_logo a .logo {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  float: left;
  width: 15rem;
  height: 5rem;
  background: url(../imgs/优筑logo-横.png) no-repeat center center;
  background-size: contain
}

.globalHeader_logo a .txt {
  display: block;
  float: left;
  padding: 1.8rem 0 0 2.3rem;
  width: 12rem;
  height: 6.3rem;
  background: url(../imgs/字.png) no-repeat center center;
  background-size: contain
}

.globalHeader .nav_btn {
  display: none
}

.globalHeader_nav {
  position: relative;
  display: table;
  margin-left: auto;
  padding-right: 12.7rem;
  top: 16px;
}

.globalHeader_nav .dropdown_item {
  z-index: 1
}

.globalHeader_nav .dropdown_item-on {
  z-index: 2
}

.globalHeader_nav .dropdown_item-on .dropdown_icon {
  background: #000;
  color: #fff
}

.globalHeader_nav .dropdown_item-on .dropdown_content {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  visibility: visible;
  opacity: 1
}

.globalHeader_nav .dropdown_icon {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer
}

.globalHeader_nav .dropdown_content {
  -webkit-transition: all .2s ease-in-out .1s;
  -moz-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  -ms-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
  visibility: hidden;
  position: absolute;
  top: 2rem;
  right: 0;
  padding-top: 1rem;
  opacity: 0
}

.globalHeader_nav .search {
  position: absolute;
  top: .3rem;
  right: 0
}

.globalHeader_nav .search .dropdown_icon:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e504';
  display: block;
  position: absolute;
  top: .4rem;
  left: 0;
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  text-indent: 0
}

.globalHeader_nav .search_form {
  box-sizing: border-box;
  position: relative;
  width: 20.9rem;
  padding-right: 3.5rem;
  border: #ccc solid 1px;
  background: #fff
}

.globalHeader_nav .search_form input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 3.8rem;
  margin: 0;
  padding: 1.3rem 1rem;
  border: none;
  background: 0 0;
  font-family:  sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-appearance: none
}

.globalHeader_nav .search_form button {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.8rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0
}


.globalHeader_nav .nav {
  display: table;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .08em
}

.globalHeader_nav .nav .item {
  display: table-cell;
  vertical-align: top
}

.globalHeader_nav .nav .item a {
  display: block;
  position: relative;
  padding: 1rem;
  text-decoration: none
}

.globalHeader_nav .nav .item a:after {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  bottom: .2rem;
  left: 1rem;
  height: .1rem;
  background: #000;
  opacity: 0
}

.globalHeader_nav .nav .item-current a:after,
#header .globalHeader_nav .nav .item a:hover:after {
  opacity: 1
}

.globalHeader_nav .nav .item-current a:after,
#content .globalHeader_nav .nav .item a:hover:after {
  opacity: 1
}



.mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mainVisual .globalHeader {
  position: absolute;
  background: rgba(0,0,0,.3);
}

.mainVisual .globalHeader_logo a {
  color: #fff
}

.mainVisual .globalHeader_logo a .logo {
  float: none;
  width: 20rem;
  height: 5.6rem;
  background-image: url(../imgs/优筑logo-横白色.png)
}

.mainVisual .globalHeader_logo a .txt {
  float: none;
  margin-top: 1rem;
  padding: 0;
  text-align: center
}

.mainVisual .globalHeader .cart:before {
  background: #fff
}

.mainVisual .globalHeader .cart_icon {
  color: #fff
}

.mainVisual .globalHeader .cart_count {
  background: #fff;
  color: #000
}

.mainVisual .globalHeader_nav .dropdown_item-on .dropdown_icon {
  background: #fff;
  color: #000
}

.mainVisual .globalHeader_nav .dropdown_icon {
  color: #fff
}

.mainVisual .globalHeader_nav .nav .item a {
  color: #fff
}

.mainVisual .globalHeader_nav .nav .item a:after {
  background: #fff
}

.mainVisual .globalHeader_nav .sns:after,
.mainVisual .globalHeader_nav .sns:before {
  background: #fff;
  opacity: .4
}

.mainVisual .globalHeader_nav .sns li a {
  color: #fff
}

.mainVisual .globalHeader_nav .sns li a:before {
  background: #fff
}

.mainVisual .globalHeader_nav .favorite {
  color: #fff
}

.mainVisual .globalHeader_nav .favorite:before {
  background: #fff
}

.mainVisual_copy {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 7.7rem;
  z-index: 1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1
}

.mainVisual_copy_en {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  width: 42rem;
  height: 5rem;
  margin-bottom: 3.5rem;
  background: url(../imgs/mv-copy.svg) no-repeat left center;
  background-size: contain
}

.mainVisual_slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

.mainVisual_slider .item {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100vw;
  height: 100%
}

.mainVisual_slider .item-current {
  visibility: visible;
  z-index: 2
}

.mainVisual_slider .item-next {
  visibility: visible;
  z-index: 1
}

.mainVisual_slider .item_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.mainVisual_slider .item_img_sp {
  display: none
}

.mainVisual_slider .item_img img {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  width: 0;
  height: 0
}

.mainVisual_controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center
}

.mainVisual_controls .item {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer
}

.mainVisual_controls .item+li {
  margin-left: 2rem
}

.mainVisual_controls .item:after,
.mainVisual_controls .item:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: .1rem;
  background: rgba(255, 255, 255, .4)
}

.mainVisual_controls .item:before {
  background: rgba(255, 255, 255, .4)
}

.mainVisual_controls .item:after {
  -webkit-transition: width 1s cubic-bezier(1, 0, 0, 1) 0s;
  -moz-transition: width 1s cubic-bezier(1, 0, 0, 1) 0s;
  -o-transition: width 1s cubic-bezier(1, 0, 0, 1) 0s;
  -ms-transition: width 1s cubic-bezier(1, 0, 0, 1) 0s;
  transition: width 1s cubic-bezier(1, 0, 0, 1) 0s;
  width: 0;
  background: #fff
}

.mainVisual_controls .item-current:after {
  width: 100%
}

.mainVisual_scroll {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  -webkit-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
  display: block;
  overflow: hidden;
  position: absolute;
  left: 6.7rem;
  bottom: 0;
  z-index: 1;
  padding: 1rem 5rem 1rem 0;
  color: #fff !important;
  font-family: "Roboto Slab", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .12em
}

.mainVisual_scroll:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  width: 4rem;
  height: 1rem;
  background: url(../imgs/scroll.svg) no-repeat right bottom
}

.mainVisual_scroll:after {
  -moz-animation: scroll 3s ease-in-out 0s infinite normal;
  -webkit-animation: scroll 3s ease-in-out 0s infinite normal;
  animation: scroll 3s ease-in-out 0s infinite normal;
  content: '';
  position: absolute;
  left: 100%;
  bottom: 1.5rem;
  width: 4rem;
  height: .1rem;
  margin-left: -4rem;
  background: #fff
}

#content .mainVisual_scroll:hover {
  color: #fff
}

/* 111 */


/* 首页 */
#header #content span.logo {
  display: block;
  float: left;
  padding: 1.8rem 0 0 2.3rem;
  width: 16rem;
  height: 20.3rem;
  background-size: contain;

  background-image: url(../imgs/yzhs.png);
}

.index_nav ul li a {
  padding: 5px 0;
  font-weight: 700;
  color: white;
}

.index_nav .ydd {
  display: none;
}

#nav1 {
  margin-left: 900px;
  margin-top: -200px;
}

#nav1 ul li {
  margin: 0 10px;
}

#nav1 ul li a {

  padding: 5px 0;
  font-weight: 700;
}

#nav1 ul li a:hover {
  padding: 5px 0;
  border-bottom: 1px solid black;
}

.carousel-inner img {
  width: 100%;
}
.carouseltext{
  z-index: 10;
  width: 50%;
  position: absolute;
  top: 45%;
  left: 25%;
  color: #fff;
  text-align: center;
  display: none;
}
.carouseltext span{
  font-size: 3vw;
}
.carouseltext p{
  font-size: 2vw;
}

#gyyz img.img1 {
  position: relative;
  top: 5rem;

}

#gyyz img.img2 {
  position: relative;

  bottom: 25rem;
}
#gytall{
    margin-top: 5em;
}



.btn01_inner {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-width: 18rem;
  padding: .6rem 0;
  border: #000 solid .1rem;
  background: 0 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
  letter-spacing: .08em;
  outline: 0;
  cursor: pointer
}

.btn01_inner:hover {
  color: #fff;
  background: #000;
}

.btn {
  margin-top: 2em;
}

#gyindex {
  margin: 0;
  padding: 0;
}
#gyindex .ydd{
  display: none;
}

#gyindex .gyidd1 {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

#gyindex .gyidd2 {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

#gyindex .gyidd3 {
  width: 25.1%;
  float: left;
  position: relative;
  overflow: hidden;
}

#gyindex .gyidd4 {
  width: 24.9%;
  float: left;
  position: relative;
  overflow: hidden;
}

#gyindex div.item_img {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

#gyindex a {
  background: gray;
  display: block;
}

#gyindex a img {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

#gyindex div.item_txt {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.btn02_inner {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-width: 18rem;
  padding: .6rem 0;
  border: #fff solid .1rem;
  background: 0 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
  letter-spacing: .08em;
  outline: 0;
  cursor: pointer
}

a.ss:hover img {
  opacity: .3;
}

a.ss:hover .btn02_inner {
  color: #000;
  background: #fff;
}

a.ss:hover div.s1 {
  display: block;
  padding: 10vw;
}

a.ss:hover div.s2 {
  display: block;
  padding: 5vw;
}

a.ss:hover div.s3 {
  display: block;
  padding: 2vw;
}

a.ss:hover div.s4 {
  display: block;
  padding: 2vw;
}

hr {
  margin: 1em 0;
}

.btn03_inner {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-width: 5rem;
  padding: .5rem 0;
  border: #000 solid .1rem;
  background: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
  letter-spacing: .08em;
  outline: 0;
  cursor: pointer
}

.btn03_inner:hover {
  background: #fff;
  color: #000;
}

.gai {
  min-width: 5rem;
  padding: .5rem 0;
  font-size: 1rem;
}

/* 底部 */
/* #footer {
  text-align: center;
}

.footer_logo {
  display: table;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: .08em;
}

.footer_logo .flogo {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  width: 12rem;
  height: 10.6rem;
  background: url(../imgs/优筑工程logo竖.png) no-repeat center center;
  background-size: contain;
}

.ljtp {
  width: 34px;
  height: 34px;
  background: #000;
  border-radius: 17px;
} */
.totop{
  position: fixed;
  bottom:20%;
  right: 5%;
  display: none;
  z-index: 9999;
}

/* 案例 */
#content .pageTitle {
  padding-top: 3rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 5px;
  padding-bottom: 3rem;
}

.aboutnav ul li {
  margin: 0 1em;
  width: 145px;
}

.aboutnav ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  padding: .5rem;
}

.aboutnav ul li a.active {
  border-bottom: 1px solid black;
}

.aboutnav ul li a:hover {
  border-bottom: 1px solid black;
}

.product_list {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  max-width: 85rem;
  margin: 1rem auto 6.5rem;
}

.product_list_head {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  max-width: 80rem;
  margin: 4rem auto 0;
}
.product_list_count{
  text-align: center;
  border-bottom: 1px solid gainsboro;
  padding: 0px 0 16px;
}

.list_addre{
  line-height: normal;
}

.product_list .list_img img {
  width: 100%;
}

.product_list p.list_title {
  font-weight: 700;
  font-size: 1.3rem;
}

.page_more {
  margin-top: 6em;
}

.page_more li a {
  text-decoration: none;
  color: black;
}

.page_more li a.page_active {
  color: #fff!important;
  background: #04334b;
}

.page_more li a:hover {
  color: #fff!important;
  background: #04334b;
}
.page_more li.thisclass{
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff!important;
  background: #04334b;
  border: 1px solid #dee2e6;
}



/* 工艺 */
.about_section1_images {
  zoom: 1;
  position: relative
}

.about_section1_images:after {
  content: '';
  display: block;
  clear: both;
  height: 0
}

.about_section1_images img {
  width: 100%;
  height: auto
}

.about_section1_images .image {
  float: left;
  width: 50%
}

.about_section1_images .logo {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18rem
}

.about_section1_text {
  box-sizing: border-box;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center
}

.gyxj {
  width: 40%;
  padding: 2vw;
  position: absolute;
  top: 15%;
  left: 30%;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  text-align: center;
}

.gyxj h2 {
  font-size: 1.5vw;
  font-weight: 700;
}

.gyxj p {
  font-size: 1vw;
  margin-top: 1em;
}

.gycl {
  text-align: center;
  margin-top: 2em;
}
.gycl  div.xgy p{
  text-align: left;
}
/* .gycl div {
  margin: 0;
  padding: 0;
} */

.gycl div.gycl1 {
  margin-top: 2em;
}

.gycl1 h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: 
}

.gycl1 p {
  font-size: 1rem;
  margin-top: 2em;
}

.gycl1 p.title {
  font-weight: 700;
  margin-top: 1em;
  font-size: 1.5rem;
}

.gycl img {
  width: 100%;
}

/* 泥工 */
.ng_txt {
  padding: 20px 10px;
}

.ng_txt h2 {
  font-weight: 700;
  font-size: 1.5rem;
}

.ng_txt p {
  margin-top: 25px;
  font-size: 1rem;
}

/* 涂料 */
.tl1 {
  background: gray;
  color: #ffffff;
}

.tl1 h2 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 30px;
}

.tl1 hr {
  margin: 0 auto;
  border: 1px solid white;
  width: 90%;
}

.tl1 p {
  font-size: 1rem;
  padding: 7px 30px;
}

.tl1 p.two {
  padding-bottom: 31px;
}


.tl2{
    background:gray;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}


.tl2 h2 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0px 30px;
  line-height: 1.4;
}

.tl2 hr {
  margin: 0 auto;
  border: 1px solid white;
  width: 90%;
}

.tl2 p {
  font-size: 0.6rem;
  padding: 7px 30px;
  line-height: 1.8;
}

.tl2 p.two {
  padding-bottom: 31px;
}

/* 团队介绍 */
.pintr {
  position: relative;
}

a.peop {
  position: absolute;
  display: block;
}

a.peop img {
  width: 80%;
}

a.peop .peop1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  color: #fff;
  visibility: hidden;
}

a.peop:hover .peop1 {
  visibility: inherit;
}

.peoplelist1 {
  display: none;
}



.core {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  position: relative;
  background: rgba(0, 0, 0, 1) url(http://photo.dfic.cn/thumbs/foricweb/index2017/hx1.jpg) 100% 100% no-repeat;
  opacity: 1;
  z-index: 122;
}

.core img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.core .coretitle {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  left: 0;
  z-index: 101;
  line-height: 30px;
  pointer-events: none;
}

.core .core1 {
  z-index: 100;
  flex: 1;
  border-right: 1px solid rgba(200, 200, 200, 0.6);
  background-color: rgba(0, 0, 0, 0.1);
}

.abcd  .core1{
    background-color: rgba(0, 0, 0, 0.5);
}

.core .core1 div {
  width: 90%;
  margin-top: 40%;
  margin-left: 10%;
  transition: margin-top 0.5s ease;
  z-index: 9;
  pointer-events: none;
}

.core .core1 h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
  z-index: 99;
}

.abcd .core1 div{
    width: 100%;
    height: 100%;
    margin-top:0!important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 0;

}

.abcd  .core1 h3{
     font-size: 2.6rem;
}

.core .core1 p {
  width: 170px;
  color: rgba(255, 255, 255, 0);
  font-size: 14px;
  line-height: 25px;
  display: block;
  transition: color 0.5s ease;
  z-index: 99;
  text-align: left;
}

.core1:hover div {
  margin-top: 45%;
}

.core1:hover p {
  z-index: 66;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}

.coretitle_phone {
  width: 100%;
  text-align: center;
  color: #121010;
  line-height: 30px;
  pointer-events: none;
  margin: 0px auto 15px;
}

.phone_core {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  z-index: 0;
}

.phone_css {
  display: none;
}




/* 关于优筑 */
#tabout h2 {
  font-weight: bold;
  font-size: 1.3vw;
}

#tabout p {
  font-size: .8vw;
}



/* 加入我们 */
#zg{
  opacity:0.7; 
}
#jzg {
  width: 100%;
  position: absolute;
}
#jzg1{
  display: none;
}
.about_section1_images .logo p {
  margin-top: 15px;
  font-size: 0.8vw;
  color: #fff
}

.about_section1_images .logo h1 {
  font-size: 2vw;
  color: #fff
}

.cjjzg h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2em;
}

.cjjzg p {
  margin-top: 10px;
}

.cjjzg p:last-child {
  margin-bottom: 2em;
}

/* 工作表 */
.bhzd1 {
  margin-top: 3em;
}

.bhzd1 h2 {
  font-size: 2rem;
  margin-top: 4em;
  font-weight: bold;
}

.bhzd1 p {
  font-size: 1rem;
  margin-top: 1em;
}

.bhzd1 img {
  width: 100%;
  margin-top: 5em;
}

.hr1 {
  margin-top: 5em;
}
/* 四大供应链 */

.gyl{
  margin-top: 5em; 
}
.gyl h2{
  font-size: 2rem;
  font-weight: bold; 
   text-align: center;
}
.gyl p{
  font-size: 1rem;
  margin-top: 2em;
}
.gyl a.btngyl{
  text-align: center;
  display: inline-block;
  position: absolute;
  font-weight: 700;
  top: 45%;
  left: 25%;
  width: 50%;
  font-size: 1rem;
  border: 1px solid black;
}
.mzgc{
  margin-top:55px; 
}
.mzgc h2{
  font-size: 1.5rem;
  font-weight: bold;

}
.mzgc h2 span{
  font-size: 1rem;
  font-weight: normal;
}
.mzgc>p{
  width: 70%;
  margin-bottom: 10px;
}
.mzgc h3{
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

/* 新闻 */
#newslist li {
  margin-top: 4em;
}

#newslist li h2 {
  font-size: 1.3rem;
  font-weight: bold;
}

#newslist li h2 a {
  text-decoration: none;
}

#newslist li span {
  font-weight: bold;
}

#newslist li p {
  margin-top: 2em;
}

#newslist li p a {
  text-decoration: none;
}
section#newslist div.nsimg{
 height:200px;
 overflow:hidden;
}
section#newsdetail img{
 max-width:100%;
 width: 100%!important;
 height: auto!important;
}
section#newsdetail img {
 min-width:720px;
 width: 100%!important;
 height: auto!important;
}

/* 联系我们 */
#contact {
  text-align: center;
  margin-top: 5em;
}

#contact p {
  font-weight: bold;
}

#contact p.tel {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1em 0;
}

#contact p.job {
  margin-top: 2em;
}

#contact img {
  margin-top: 2em;
}

#form {
  margin-top: 5em;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}

#form .form-group {
  margin: 0 auto;
}

#form label {
  width: 100px;
}

#form input {
  border-radius: 5px;
  outline: none;
  border: 1px solid gainsboro;
  width: 200px;
}

#form div {
  margin: 2.5em 0;
}

/* 案例详情 */
.dtlf img {
  width: 100%;
}

.dtlf .lbsm {
  margin: 1em 0;
}

.dtlf .lbsm>a {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  line-height: 160px;
  height: 139px;
  background: #000;
  color: #fff;
}

.dtlf .lbsm ul {
  margin-top: 2px;
}

.dtlf .lbsm ul li {
  float: left;
}

.dtrt h2 {
  margin-top: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}

.xx {
  border: dashed 1px gainsboro;
  margin: 2em 0;
}

.dtrt h3 {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1rem;
}

.dtrt h3 span.nr {
  font-weight: 500;
}

.dtrt p.detail {
  margin-top: 2em;
}

.dtrt p.detail img{
	width:100%!important;
}

.dtrt h4 {
  margin-top: 2em;
  font-weight: bold;
  font-size: 1rem;
}

.dtrt h4 a {
  font-weight: 500;
  text-decoration: none;
}

.dtpage h4 {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1rem;
}

.dtpage h4 a {
  font-weight: 500;
  text-decoration: none;
}

.dtpage a.tb {
  display: inline-block;
  font-size: 1rem;
  margin-top: 1em;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid gainsboro;
  padding: 5px 10px;
}

/* 新闻详情 */
hr.jc {
  border: 2px solid black;
}

#newsdetail>h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1em;
}

#newsdetail>p {
  text-align: center;
  margin-top: 1em;
}

#newsdetail>img {
  width: 100%;
}

#newsdetail {
  /* font-weight: bold; */
}

#newsdetail p.suojin {
  text-indent: 3rem;
  margin-top: 3em;
}

#newsdetail div.imgtxt {
  text-align: center;
  margin: 2em 0;
}

#newsdetail h3 {
  font-weight: bold;
  font-size: 1.5rem;
}

#newsdetail .morenew {
  width: 100%;
  margin-top: 2.1em;
  font-size: 1.5rem;
  border: 2px solid black;
  text-align: center;
  cursor: pointer;
}

#newsdetail ul li {
  margin-top: 2em;
}


body a{
  color: #525252!important;
}
body a:hover{
  color: #525252!important;
}






@media only screen and (max-width: 768px) {
  #gyindex .gyidd1 {
    width: 100%;
    float: none;
    position: relative;

  }

  #gyindex .gyidd2 {
    width: 100%;
    float: none;
    position: relative;
  }

  #gyindex .gyidd3 {
    width: 100%;
    float: none;
    position: relative;
  }

  #gyindex .gyidd4 {
    width: 100%;
    float: none;
    position: relative;
  }
  #gyindex .gyidd3 img{
      width: 100%;
  }
   #gyindex .gyidd4 img{
      width: 100%;
  }
}
@media only screen and (max-width:1366px) {
  a.peop img{
    width: 65%;
  }
  a.peop .peop1{
    width: 65%;
  }
}
@media only screen and (max-width:1200px) {

  .web_css {
    display: none;
  }
    .web_css1 {
    display: none;
  }

  .phone_css {
    display: block;
  }

  .phone_css .phonet {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .4);
    color: #fff;
  }

  .phone_css .phoneh3 {
    margin-top: 20%;
    font-size: 3vw;
    font-weight: 500;
    margin-left: 10%;
  }

  .peoplelist {
    display: none;
  }

  .peoplelist1 {
    display: block;
  }
}



@media only screen and (max-width:1150px) {
  .globalHeader {
    min-height: 7.3rem;
    height: 0;
    padding: 0;
    background: 0 0;
    -webkit-overflow-scrolling: touch
  }

  .globalHeader .nav li.shu {
    display: none;
  }

  .globalHeader_inner {
    min-height: 100%
  }

  .globalHeader_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    float: none;
    width: 100%;
    background: #fff
  }

  .globalHeader_logo a {
    display: table;
    padding: 2rem 3rem
  }

  .globalHeader .nav_btn {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    display: block;
    overflow: hidden;
    text-indent: -5260px;
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 2;
    width: 7rem;
    height: 7.3rem
  }

  .globalHeader .nav_btn .line {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: .4rem;
    margin-left: -1.5rem;
    border-radius: .2rem;
    background: #000
  }

  .globalHeader .nav_btn .line_1 {
    -webkit-transition: all .2s ease-in-out .1s;
    -moz-transition: all .2s ease-in-out .1s;
    -o-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
    margin-top: -1.2rem
  }

  .globalHeader .nav_btn .line_2,
  .globalHeader .nav_btn .line_3 {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    margin-top: -.2rem
  }

  .globalHeader .nav_btn .line_4 {
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    margin-top: .8rem
  }

  .globalHeader_nav {
    box-sizing: border-box;
    display: none;
    z-index: 1;
    width: 0;
    min-height: 100%;
    padding-right: 0;
    background: #fff;
    transition: all .5s;
  }

  .globalHeader_nav .search {
    position: relative;
    top: .3rem;
    left: 0px;
    cursor: pointer;
  }


  .globalHeader_nav_inner {
    position: relative;
    padding: 4.3rem 3rem 0rem
  }

  .globalHeader_nav .dropdown_item {
    z-index: 1
  }

  .globalHeader_nav .dropdown_item-on {
    z-index: 2
  }

  .globalHeader_nav .dropdown_item-on .dropdown_icon {
    background: #000;
    color: #fff
  }

  .globalHeader_nav .dropdown_item-on .dropdown_content {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    visibility: visible;
    opacity: 1
  }

  .globalHeader_nav .dropdown_icon {
    display: none;
  }

  .globalHeader .nav li.shu {
    display: none;
  }

  .globalHeader span.fa-search {
    display: none;
  }

  .globalHeader_nav .dropdown_content {
    visibility: visible;
    position: relative;
    top: auto;
    right: auto;
    padding-top: 0;
    opacity: 1
  }

  .globalHeader_nav .account {
    position: relative;
    top: auto;
    right: auto
  }

  .globalHeader_nav .account_links {
    width: auto;
    padding: 1.9rem
  }

  .globalHeader_nav .account_links li+li {
    margin-top: 1.5rem
  }

  .globalHeader_nav .account_links li a.login {
    padding: 1.5rem 0
  }

  .globalHeader_nav .search {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 2rem
  }

  .globalHeader_nav .search_form {
    width: auto;
    padding-right: 3.5rem;
    border: #ccc solid 1px;
    background: #fff
  }

  .globalHeader_nav .nav {
    display: block;
    margin: 2rem 0;
    font-size: 1.2rem;
    letter-spacing: .16em
  }

  .globalHeader_nav .nav .item {
    display: block
  }

  .globalHeader_nav .nav .item a {
    display: inline-block;
    position: relative;
    padding: 1.2rem 0;
    vertical-align: top
  }

  .globalHeader_nav .nav .item a:after {
    right: 0;
    bottom: .8rem;
    left: 0;
    height: .2rem
  }

  .globalHeader-open .nav_btn .line_1 {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0
  }

  .globalHeader-open .nav_btn .line_2 {
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .globalHeader-open .nav_btn .line_3 {
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .globalHeader-open .nav_btn .line_4 {
    -webkit-transition: all .2s ease-in-out .1s;
    -moz-transition: all .2s ease-in-out .1s;
    -o-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0
  }

  .mainVisual .globalHeader {
    display: none;
  }

  #index_page #header {
    visibility: visible;
    opacity: 1;

  }

  .index_nav header {
    display: none;
  }

  .mainVisual .globalHeader_logo {
    z-index: 0;
    background: 0 0
  }

  .mainVisual .globalHeader_logo a {
    padding: 3rem
  }

  .mainVisual .globalHeader .nav_btn .line {
    background: #fff
  }

  .mainVisual .globalHeader .cart_icon {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    color: #fff
  }

  .mainVisual .globalHeader .cart_count {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    background: #fff;
    color: #000
  }

  .mainVisual .globalHeader_nav_inner:before {
    content: 'ONLINE SHOP';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    height: 2.8rem;
    padding: 1.3rem 0 0 16.3rem;
    background: url(../imgs/header-logo.svg) no-repeat left center;
    background-size: 15.3rem auto;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em
  }

  .mainVisual_slider .item-current {
    visibility: hidden;
    z-index: 2
  }

  .mainVisual .globalHeader_nav .nav .item a {
    color: #000
  }

  .mainVisual .globalHeader_nav .nav .item a:after {
    background: #000
  }

  .mainVisual .globalHeader-open {
    position: fixed
  }

  .mainVisual .globalHeader-open .nav_btn .line {
    background: #000
  }

  .mainVisual .globalHeader-open .cart_icon {
    color: #000
  }

  .mainVisual .globalHeader-open .cart_count {
    background: #000;
    color: #fff
  }

  .mainVisual_copy {
    left: 4rem
  }

  .mainVisual_scroll {
    left: 3rem
  }

  .mainVisual-portrait .mainVisual_copy {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    bottom: 7rem;
    left: 4rem
  }

  .mainVisual-portrait .mainVisual_slider .item_img_pc {
    display: none
  }

  .mainVisual-portrait .mainVisual_slider .item_img_sp {
    display: block
  }

  .mainVisual-portrait .mainVisual_controls {
    left: 4rem;
    width: auto
  }

  .mainVisual-portrait .mainVisual_controls .item:after {
    -webkit-transition: width .5s cubic-bezier(1, 0, 0, 1) 0s;
    -moz-transition: width .5s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: width .5s cubic-bezier(1, 0, 0, 1) 0s;
    -ms-transition: width .5s cubic-bezier(1, 0, 0, 1) 0s;
    transition: width .5s cubic-bezier(1, 0, 0, 1) 0s;
    width: 100%
  }

  .mainVisual-portrait .mainVisual_scroll {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5.5rem;
    left: auto
  }


  .topConcept_message_img {
    position: absolute;
    top: 0;
    left: 40%;
    margin-left: -19rem
  }


}

@media only screen and (max-width:1023px) {
  .topConcept_message_img {
    left: 50%;
    margin-left: -22.6rem
  }

  .topConcept_message_img .shoes_1 {
    bottom: -31.3rem
  }

  .topConcept_message_img .shoes_2 {
    top: 0.7rem
  }
  #tabout h2 {
    font-weight: bold;
    font-size: 20px;
  }
  
  #tabout p {
    font-size: 14px;
  }
  
}

@media only screen and (max-width:768px) {
  .globalHeader {
    min-height: 4.8rem
  }

  .globalHeader_logo a {
    padding: 1rem 1.5rem;
    font-size: 1.1rem
  }

  .globalHeader_logo a .logo {
    width: 15.3rem;
    height: 2.8rem
  }

  .globalHeader_logo a .txt {
    padding: 1.3rem 0 0 1rem
  }

  .globalHeader .nav_btn {
    right: .5rem;
    width: 4rem;
    height: 4.8rem
  }

  .globalHeader .nav_btn .line {
    width: 2rem;
    height: .3rem;
    margin-left: -1rem;
    border-radius: .15rem
  }

  .globalHeader .nav_btn .line_1 {
    margin-top: -.9rem
  }

  .globalHeader .nav_btn .line_2,
  .globalHeader .nav_btn .line_3 {
    margin-top: -.2rem
  }

  .globalHeader .nav_btn .line_4 {
    margin-top: .5rem
  }


  .globalHeader-open .nav_btn .line_1 {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  .globalHeader-open .nav_btn .line_4 {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  .mainVisual .globalHeader_logo a {
    padding: 1.5rem
  }

  .mainVisual .globalHeader_logo a .logo {
    width: 10rem;
    height: 2.9rem;
  }

}

@media only screen and (max-width:480px) {
  .d-xs-block{
    display:block;
  }
  .d-xs-none{
    display: none;
  }
  .text-xs-center{
    text-align: center!important;
  }
  #lxwm{
    text-align: center!important;
    margin: 0!important;
  }
        section#newslist div{
 height:auto;
 overflow:auto;
 margin-top: 1%;
}
    
/*    section#newslist div.nsimg{*/
/* height:200px;*/
/* overflow:hidden;*/
/*}*/
    .dtlf{
        margin-left: 7px;
    }
    #gytall{
    margin-top: 1em;
}

    /* #content .pageTitle{
        padding-top:8.5rem ;
    } */
    div#content{
 padding:0 10px;
}
  .globalHeader_logo a {
    font-size: 1rem
  }

  .globalHeader_logo a .logo {
    width:  8rem;
  }

  a.ss div.s1 {
    display: block;
    padding: 5vw;
  }

  a.ss div.s2 {
    display: block;
    padding: 5vw;
  }

  a.ss div.s3 {
    display: block;
    padding: 5vw;
  }

  a.ss div.s4 {
    display: block;
    padding: 5vw;
  }

  a.ss img {
    opacity: .3;
  }
  .mainVisual{
    /*margin-top: 33px;*/
  }

  .btn02_inner {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    min-width: 10rem;
    padding: .6rem 0;
    border: #fff solid .1rem;
    background: 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: top;
    letter-spacing: .08em;
    outline: 0;
    cursor: pointer;
  }

  #index_page #header {
    visibility: visible;
    opacity: 1;

  }

  .index_nav header {
    display: none;
  }

  /* #jrjslogo{
  width: 40%;
} */
  
.loading_logo {
  position: absolute;
  top: 50%;
  right: 46vw;
  width: 21rem;
  height: 21rem;
  margin: -9rem -9rem 0 0
}

.loading_logo .item1 {
  position: absolute;
  top: 0;
  left: 5%;
  width: 0%;
  height: 100%;
  background-image: url(../imgs/up1.png);
  background-repeat: no-repeat;
  background-size: 20rem auto
}
.loading_logo .item2 {
  position: absolute;
  z-index: 6;
  top: 22px;
  left: 5%;
  width: 0%;
  height: 100%;
  background-image: url(../imgs/down1.png);
  background-repeat: no-repeat;
  background-size: 20rem auto
}

.loading_logo .item3 {
    position: absolute;
    top: 10em;
    left: 4%;
    width: 100%;
    opacity: 0;
    height: 100%;
    background-image: url(../imgs/字.png);
    background-repeat: no-repeat;
    background-size: contain; 
}

.footer_logo{
    display: none;
}
.btn {
  margin-left: 47px;
}
.carouseltext{
  z-index: 10;
  width: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
  color: #fff;
  text-align: center;
  display: none;
}
.carouseltext span{
  display: inline-block;
  width: 30px;
  font-size: 30px;
  line-height: 40px;
}
.carouseltext p{
  display: none;
}
.carouseltext span.jiaren{
  position: relative;
  top: -28px;
}
.carouseltext span.yike{
  position: relative;
  top: -20px;
}
#zeyi span{
  color: #000;
}
.about_section1_text{
    padding-bottom:0 ;
    width: 100%!important;
}
#gyindex .ydd{
  display: block;
}
#gyindex .sjd{
  display:none;
}
.fourp{
    width: 78%!important;
}
.fourp1{
    width: 100%!important;
}
#gyyz{
    margin-top: 0!important;
}
#yrbf{
    border: none!important;
}

}
@media only screen and (max-width:375px) {
    .btn {
  margin-left: 25px;
}
 .mainVisual{
    margin-top: 33px;
  }
    
}

@media only screen and (max-width:768px) {
  .topConcept_message_img {
    position: relative;
    top: 0;
    left: 50%;
    width: 50%;
    margin-left: -23rem
  }

  .topConcept_message_img .shoes {
    position: relative;
  }

  .topConcept_message_img .shoes img {
    -webkit-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -moz-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -o-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -ms-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    z-index: 1;
    height: auto;
    opacity: 0
  }

  .topConcept_message_img .shoes_shadow {
    -webkit-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -moz-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -o-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -ms-transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    transition: all 1s cubic-bezier(0, .5, .5, 1.2) 0s;
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    display: block;
    position: absolute;
    z-index: 0;
    width: 23.7rem;
    height: 5.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0
  }

  .topConcept_message_img .shoes_1 {
    bottom: 30.8rem;
    left: 0;
    width: 16rem
  }

  .topConcept_message_img img {
    width: 100%;
  }

  .topConcept_message_img .shoes_1 img {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }


  .topConcept_message_img .shoes_2 {
    bottom: -20.2rem;
    left: 0;
    width: 21.1rem
  }

  .topConcept_message_img.shoes-show .shoes img {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }


  .topConcept_message_img.shoes-up .shoes img {
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0
  }

  .about_section1_images .logo {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    top: auto;
    left: auto;
    clear: both;
    width: 10rem;
    margin: 0 auto;
    padding-top: 4rem;
  }


.gyxj{
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    top: auto;
    left: auto;
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
    background: rgba(0, 0, 0, 0);
    color: #000;
  }
  .gyxj h2{
    font-size: 20px;
  }
  .gyxj {
    font-size: 16px;
  }
  .gyxj p {
   display: none;
}


  #zg{
    opacity:1; 
  }
  #jzg{
    display: none;
  }
  #jzg1 {
    display: block;
    width: 100%;
    color: #000;
  }
  .about_section1_images .logo p {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
  }
  
  .about_section1_images .logo h1 {
    font-size: 20px;
    color: #000;
  }
}

@media (max-width: 768px) {

  .index-title{
      width: 100%;
  }
  .index-about div.col-xs-12:last-child{
    margin-top: 20px;
  }
  #footer div.col-md-2{
    display: none;
  }
#lb1{
    display: none;
}
#lb2{
    display: block;
}
 .ca_bg1{
    background: url("../imgs/banner001a.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
    height: 160px;
}
.ca_bg2{
    background: url("../imgs/banner002a.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
    height: 160px;
}
.ca_bg3{
    background: url("../imgs/banner003a.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
    height: 160px;
}
.ca_bg4{
    background: url("../imgs/banner004a.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
    height: 160px;
}
.ca_bg5{
    background: url("../imgs/banner005a.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
    height: 160px;
}
.swiper-container{
    height: 160px;
  }
}





@media (min-width: 1025px) {

  .whb-hidden-lg,
  .whb-hidden-desktop {
      display: none;
  }
  .aboutnav ul li {
    margin: 0 1em;
    width: 160px;
    text-align: center;
  }
  .aboutnav ul li a{
    font-size: 1.3rem
  }
  .mt-52{
    margin-top:52px; 
  }
}

@media (max-width: 1024px) {

  .whb-visible-lg,
  .whb-hidden-mobile {
      display: none;
  }

  .header_inner {
      height: 60px;
  }

  .mobile-nav {
      width: 300px;
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 500;
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background-color: white;
      -webkit-transition: transform .25s ease;
      -webkit-transition: -webkit-transform .25s ease;
      transition: -webkit-transform .25s ease;
      transition: transform .25s ease;
      transition: transform .25s ease, -webkit-transform .25s ease;
  }
  .close-side{
      top: -150px;
      height: calc(100vh + 300px);
  }
  #footer div.col-md-2{
      margin-top: 20px;
  }
  #footer div.col-md-2>div{
      text-align: left!important;
  }
}

.jbzj{
  position: relative;
}
.jbzj .jbzj_txt{
  position: absolute;
  width: 320px;
  right: 41px;
  top: 20px;
  background: rgba(255,255,255,0.5);
  padding: 30px 35px;
}
.jbzj .jbzj_txt h2{
  width: 29%;
  float: left;
  font-size: 30px;
}
.jbzj .jbzj_txt .you{
  float: right;
  width: 69%;
  /* height: 100px; */
  border-left: 1px solid black;
  padding-left: 10px;
}

.jbzj .jbzj_txt1{
  position: absolute;
  width: 320px;
  right: 41px;
  bottom: 40px;
  background: rgba(255,255,255,0.5);
  padding: 30px 35px;
}
.jbzj .jbzj_txt1 h2{
  width: 29%;
  float: left;
  font-size: 30px;
}
.jbzj .jbzj_txt1 .you{
  float: right;
  width: 69%;
  /* height: 100px; */
  border-left: 1px solid black;
  padding-left: 10px;
}
.jbzj  p{
  font-size: 12px;
  text-align: justify;
}
.jbzj  h3{
  color: #000;
  margin-bottom: 5px;
  font-weight: bolder;
}
.bg1{
  background: url(../imgs/bg1a.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 641px;
}

.bg2{
  background: url(../imgs/bg2a.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 641px;
}
.bg3{
  background: url(../imgs/youzhushuiyin.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height:  641px;
}
.bg4{
  background: url(../imgs/bg4a.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 641px;
}


.lb2{
  background: gainsboro;
  height: 225px;
  width: 370px;
  position: relative;
  margin-left: 75px;
}
.lb2 #lb2{
  width: 344px;
  margin: 0;
  margin-right: 18px;
  position: relative;
  left: -28px;
  height: 100%;
}
.lb2 #lb2>div{
  margin-top: 19px;
}
@media (max-width: 480px) {
  .jbzj .jbzj_txt{
    position: static;
    width: 330px!important;
    right: 41px;
    top: 20px;
    background: rgba(255,255,255,0.5);
    padding: 30px 35px;
    margin: 0 auto;
  }
  .jbzj .jbzj_txt1{
    position: static;
    width: 330px!important;
    right: 41px;
    bottom: 40px;
    background: rgba(255,255,255,0.5);
    padding: 0px 35px;
    margin: 0 auto;
  }
  .jbzj::before{
    display: table;
    content: "";
  }
  .bg1 .jbzj_txt{
    margin-top: 195px;
  }
  .bg1{
    height: 375px;
  }
  .bg2 .jbzj_txt{
    margin-top: 215px;
  }
  .bg3 .jbzj_txt{
    margin-top: 215px;
    padding: 15px 24px;
  }
  .bg4 .jbzj_txt1{
    margin-top: 230px;
  }

  .lb2{
    background: gainsboro;
    height: 225px;
    width: 330px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
  }
  .lb2 #lb2{
    width: 310px;
    margin: 0;
    margin-right: 18px;
    position: relative;
    left: -20px;
    height: 100%;
  }
  .lb2 #lb2>div{
    margin-top: 28px;
  }
}
@media (max-width: 375px) {
  .lb2{
    background: gainsboro;
    height: 225px;
    width: 300px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
  }
  .lb2 #lb2{
    width: 300px;
    margin: 0;
    margin-right: 18px;
    position: relative;
    left: -25px;
    height: 100%;
  }
}
#dhyz{
  margin-top: 50px;
}
#dhy1{
  margin-top: 30px;
}
#dhy2{
  margin-top: 30px;
}
#dhy2 h3{
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
}

hr.bg-dark{
  border: none;
  background: rgba(232, 232, 232, 1);
}
nav.aboutnav{
  position: relative;
  top: 20px;
}


div#zixun span {
  font-weight: 700;
  color: #000;
}



.foot-nav .flex1{
  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
}
.foot-nav .flex1>div{
  width: 33%;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
.foot-nav .flex1>div:nth-child(2){
  border-left: 1px solid #fff;
  border-right:  1px solid #fff;
}
.foot-nav img{
  max-width: 100%;
  height: auto;
  width: 25%;
}
.foot-nav span{
    font-size: 16px;
}
.foot-nav a{
  color: #bf956b!important;
}

.sousuo{
  padding: 3% 5%;
}
.sousuo input{
  height: 55px;
  width: 80%;
  font-size: 26px;
  color: #404040;
  margin-left: 2%;
}
.sousuo .gjz{
  border:1px solid gainsboro;
  margin-top: 3%;
  padding: 0 2%;
}
.sousuo .gjz h2::before{
  display: table;
  content: "";
}

.sousuo .gjz h2{
  font-size: 16px;
  color: #a6a6a6;
  margin-top: 1%;
}
.sousuo .gjz .biaoqian{
  display: inline-block;
  font-size: 13px;
  color: #a6a6a6;
  margin-left: 1%
}
.sousuo .gjz .biaoqian i{
  border: 1px solid gainsboro;
  border-radius: 15px;
  padding: 5px 10px;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
}


.gufoot{
    position:fixed;
    right:0;
    top:40%;
    z-index: 99999;
    background: #fff;
}
.gufoot .ff{
    display:flex;
    flex-direction: column;
    box-shadow: 0 0 10px gainsboro;
}
.gufoot .ff>div{
   text-align: center;
    border-top: 1px solid gainsboro;
    width: 80px;
    align-items: center;
    align-self: center;
    line-height: 100p;
    justify-content: center;
    padding: 8px 0 3px;
    position: relative;
}
.gufoot .ff>div:first-child{
    border-top: none;
}
.gufoot .ff>div img{
    width: 35%;
}
.gufoot .ff>div p{
    color: #04334b;
}
.gufoot .ff>div .ewmtu{
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../imgs/erweima2.jpg);
    background-size: 100%;
    display: none;
    top: -13px;
    left: -194px;
}
.gufoot .ff>div .qqtu{
    position: absolute;
    width: 150px;
    height: 50px;
    background: #04334b;
    line-height: 50px;
    color: #fff;
    display: none;
    top: 12px;
    left: -156px;
}
.hhh{
    background: gray;
}
.hhh h3{
    color: #fff;
}
.hhh p{
    color: #fff;
    padding: 0 25px;
    height: 190px;
    text-align: justify;
}