header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 999;
}

header.hideHeader {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

header .header {
  height: 70px;
}

.header_con {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header_con .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 100%;
}

header .logo {
  width: 160px;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo a {
  display: block;
}

header .logo a img {
  width: 100%;
  vertical-align: middle;
}
header .logo a svg{
    width:100%;
}
header .logo a svg path{fill:#fff;}
header nav {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2vw;
}

header nav > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header nav > ul > li {
  height: 100%;
}

header nav > ul > li > a {
  color: #fff;
  text-align: center;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 18px;
}

header nav > ul > li > a:before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--red);
}

header nav > ul > li:hover > a:before {
  width: 100%;
}

header nav > ul > li > .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: var(--red);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 45px;
  z-index: 2;
}

header .erji {
  width: 100vw;
  left: 0px;
  position: absolute;
  z-index: 9;
  background-color: #f7f7f7;
  display: none;
}

header .erji_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .erji_con .img {
  margin-right: 3vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

header .erji_con .img img {
  width: 100%;
}

header nav > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1vw 0vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav > ul > li ul > li {
  position: relative;
  padding: 0 20px;
}

header nav > ul > li ul > li a {
  position: relative;
  padding-left: 20px;
  color: #666;
  display: block;
}

header nav > ul > li ul > li a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--red);
  position: absolute;
  left: 8px;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

header nav > ul > li ul > li a:hover {
  color: var(--red);
  /*text-decoration: underline;*/
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

header nav > ul > li ul > li a:hover:after {
  opacity: 0;
}

header nav > ul > li.cpzx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav > ul > li.cpzx ul > li {
  padding: 10px 0 30px;

          flex: 1;
  text-align: center;
}
header nav > ul > li.cpzx ul > li img {
  max-width: 135px;
}

header nav > ul > li.cpzx ul > li a:hover:after {
  opacity: 0;
}

header nav > ul > li.cpzx ul > li a {
  padding-left: 0px;
}

header nav > ul > li.cpzx .erji_con {
  padding: 2vw 0;
}

header nav > ul > li.cpzx ul > li:hover {
  background: #fff;
}

header nav > ul > li.jjfa .erji_con {
  padding: 20px 0;
}

header nav > ul > li.jjfa ul {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

header nav > ul > li.jjfa ul li {
  margin-bottom: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav > ul > li.jjfa ul li span {
  display: inline-block;
  width: 41px;
  overflow: hidden;
  margin-right: 0.6vw;
}
header nav > ul > li.jjfa ul li span img {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

header nav > ul > li.jjfa ul > li:hover span img {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

header nav > ul > li.jjfa ul > li.hover span img {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

header nav > ul > li.jjfa ul > li a:hover:after {
  display: none;
}

header nav > ul > li.jjfa .ej_right {

  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0vw;
  overflow: hidden;
}

header nav > ul > li.jjfa .ej_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom:20px;
}
header nav > ul > li.jjfa .ej_right dl dt{
    flex:0 0 100%; margin-bottom:0vw;
}
header nav > ul > li.jjfa .ej_right dl dd {
  margin-left: 0vw;
  margin-bottom: 0vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  overflow: hidden;
  padding:0 10px;
  text-align: center;
}
header nav > ul > li.jjfa .ej_right dl dd:hover{background:#fff;}
header nav > ul > li.jjfa .ej_right dl img {
  width: 60%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav > ul > li.jjfa .ej_right dl dd:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
header nav > ul > li.jjfa .ej_right dl p {
  margin-bottom: 1vw;
}
header nav > ul > li.jjfa .ej_right dl dd:hover a {
  color: var(--red);
}

header nav > ul > li.jjfa .dl_nav {
  height: calc(100vh - 90px);
  position: relative;
  display: none;
}
header nav > ul > li.jjfa .dl_nav.on {
  display: block;
}
header nav > ul > li.jjfa .swiper {
  width: 100%;
  height: 100%;
}
header nav > ul > li.jjfa .swiper-slide {
  font-size: 18px;
  height: auto;
}

@media screen and (max-width: 1600px) {
  header nav > ul > li.jjfa .erji_con {
    padding: 4vw 0;
  }
  header nav > ul > li.jjfa .ej_right dl dd {

  }

  header nav > ul > li.jjfa ul li {
    margin-bottom: 2vw;
  }
  header nav > ul > li.jjfa ul li span {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  header nav > ul > li > a {
    font-size: 16px;
  }
  .header_c_right .lang a:first-child {
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  header nav > ul > li li .iconfont.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  header nav {
    overflow-y: auto;
    height: calc(100vh - 60px);
  }
}
header nav .mo_header_c_right {
  display: none;
}

header nav .mobie-search-box {
  display: none;
  margin-top: 30px;
  background-color: #fff;
}

header nav .mobie-search-box .mobie-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

header nav .mobie-search-box .mobie-search > div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}

header nav .mobie-search-box .mobie-search > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #aa9784;
  margin-top: -10px;
}

header nav .mobie-search-box .mobie-search > div input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  text-indent: 1em;
  padding-right: 20px;
}

header nav .mobie-search-box .mobie-search .iconfont {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45px;
  height: 45px;
  font-size: 16px;
  color: var(--red);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_c_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_c_right .lang {
  font-size: 18px;
}

.header_c_right .lang a {
  color: #fff;
  display: flex;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  flex-wrap:wrap;
  align-items: center;
}

.header_c_right .lang a:first-child:after {
  display: none;
}

.header_c_right .lang a:hover {
  color: var(--red);
}
.header_c_right .lang a:hover path{fill:var(--red);}
.header_c_right .o_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 30px;
}

.header_c_right .lang a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  bottom: 5px;
  width: 1px;
  background-color: #ccc;
}

header .email {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  margin-left: 30px;
  cursor: pointer;
}

header .email a {
  color: #fff;
}

header .email path {
  fill: #fff;
}

header .email:hover path {
  fill: var(--red);
}

header .search {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
}

header .search .sear_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

header .search path {
  fill: #fff;
}

header .search:hover path {
  fill: var(--red);
}

header .line {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
}

@media screen and (min-width: 1200px) {
  header:hover {
    background: #000;
  }
  header:hover .logo a img.white-png {
    display: none;
  }
  header:hover .logo a img.red-png {
    display: inline-block;
  }
  header:hover nav > ul > li > a {
    color: #fff;
  }
  header:hover nav > ul > li:hover > a {
    color: var(--red);
  }

  .header_c_right .lang a:first-child{padding-left:0px;margin-left:0px;}
  header nav {
    margin-right: 0vw;display:flex;
    justify-content: center;
  }
  .header_con .header_right {flex:1;}
  .header_con {display:flex;}
  .header_con .header_right.header_right_btn{
    display:none;
}
}
header .nav-button {
  position: relative;
  width: 60px;
  height: 60px;
  right: 0;
  display: none;
  text-align: center;
  z-index: 11;
  font-size: 0;
  float: right;
  border-left: 1px solid rgba(116, 116, 118, 0.3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

header .nav-button.active {
  background-color: var(--red);
}

header .nav-button.active div span {
  background-color: #fff;
}

header .nav-button div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 24px;
  height: 16px;
}

header .nav-button div span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 2px;
  position: static;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

header .nav-button div span.center-hr {
  margin: 5px 0 5px auto;
  position: relative;
}

header .nav-button div span.top-hr {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

header .nav-button div span.bottom-hr {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

header .nav-button.active div span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

header .nav-button.active div span.center-hr {
  display: none;
}

header .nav-button.active div span.top-hr {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

header .nav-button.active div span.bottom-hr {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

header .search-drop-down {
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 10rem;
  z-index: 8;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

header .search-drop-down .search-wrapper {
  width: 100%;
  max-width: 83rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header .search-drop-down .search-wrapper span #search-btn {
  padding-right: 2rem;
  cursor: default;
  display: flex;
}

header .search-drop-down .search-wrapper span #search-btn i {
  font-size: 2rem;
  color: #eeeeee;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

header .search-drop-down .search-wrapper span #search-btn.active {
  cursor: pointer;
}

header .search-drop-down .search-wrapper span #search-btn.active i {
  color: var(--red);
}

header .search-drop-down .search-wrapper span#close {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

header .search-drop-down .search-wrapper input {
  width: 50rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  border: none;
  background: none;
  border-bottom: 1px solid #eeeeee;
}

header .search-drop-down .search-wrapper input::-webkit-input-placeholder {
  color: #ffffff;
}

header .search-drop-down .search-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}

header .search-drop-down .search-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}

header .search-drop-down .search-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

header.white {
  background: rgba(0, 0, 0, 0.5);
}

header.white .logo a img.white-png {
  display: none;
}

header.white .logo a img.red-png {
  display: inline-block;
}

header.white nav > ul > li > a {
  color: #fff;
}

header.white nav > ul > li:hover > a {
  color: var(--red);
}

header.white .search span {
  color: #fff;
}

header.white .search span:hover {
  color: var(--red);
}

@media screen and (max-width: 1200px) {
  .touch_body header {
    background: rgba(0, 0, 0, 0.9);
  }
  header .header {
    height: 60px;
    padding: 0vw;
    width: 100%;
  }
  .header_con {
    width: 100%;
  }
  header .logo {
    min-width: 80px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5%;
  }
  header .logo a {
    display: block;
  }
  header nav > ul {
    display: block;
    height: auto;
  }
  header nav {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 60px;
    padding: 20px 20px 40px;
    border-top: 1px solid #dfdfdf;
  }
  header nav.active {
    display: block;
  }
  header nav > ul > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  header nav > ul > li:first-child {
    margin-left: 0;
  }
  header nav > ul > li > a {
    line-height: 45px;
    font-size: 16px;
    text-align: left;
    color: #333 !important;
  }
  header nav > ul > li > a:after {
    display: none;
  }
  header nav > ul > li > .iconfont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav > ul > li > .iconfont.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  header nav > ul > li:hover > a:before {
    display: none;
  }
  header .erji {
    position: static;
    width: 100%;
    display: block;
    padding-top: 0;
    display: none;
  }
  header .erji_con {
    padding: 10px;
  }
  header .erji_con .img {
    display: none;
  }
  header nav > ul > li ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3vw;
    padding: 0;
  }
  header nav > ul > li ul > li a {
    padding-left: 20px;
  }
  .pc_header_c_right {
    display: none;
  }
  header nav .mo_header_c_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8vw;
    color: #333;
  }
  header nav .mo_header_c_right .lang a {
    color: #333;
  }
  header nav .mobie-search-box {
    display: block;
    border-bottom: 1px solid #dfdfdf;
  }
  header .search {
    display: none;
  }
  header .line {
    display: none;
  }
  header .nav-button {
    display: block;
  }
  header nav > ul > li.jjfa ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
  header nav > ul > li.jjfa .erji_con {
    width: 100%;
    padding: 3vw 10px;
  }
}
@media screen and (max-width: 767px) {

    header nav > ul > li.jjfa .dl_nav{height:auto;}
    header nav > ul > li.jjfa .erji_con{padding-left:20px;padding-bottom:40px;}
    header nav > ul > li.jjfa .ej_right dl dt{font-size:18px;}
    header nav > ul > li.jjfa .swiper-slide .dl_nav_con{margin-top:40px;}
    header nav > ul > li.jjfa .ej_right dl dt{border-bottom:1px solid #eee;padding-bottom:10px;}
    
    
  header.hideHeader {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  header .logo {
    width: 120px;
  }
  header nav > ul > li.jjfa .erji_con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header nav > ul > li.jjfa ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  header nav > ul > li.jjfa .ej_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: none;
  }
  header nav > ul > li.jjfa ul li span {
    display: none;
  }
  header nav > ul > li.jjfa ul li {
    padding-left: 20px;
    display: block;
  }
  header nav > ul > li.jjfa ul > li a:hover:after {
    display: block;
  }
  header nav > ul > li ul > li a:hover:after {
    opacity: 1 !important;
  }
  header nav > ul > li.cpzx ul {
    display: block;
  }
  header nav > ul > li.cpzx ul > li {
    padding: 0;
    padding-left: 20px;
  }
  header nav > ul > li.cpzx ul > li a {
    padding-left: 20px;
  }
  header nav > ul > li.cpzx ul > li p {
    text-align: left;
  }
  header nav > ul > li.cpzx ul > li img {
    display: none;
  }
  header nav > ul > li.cpzx ul > li:hover {
    background: transparent;
  }
  
  header nav .mo_header_c_right{width:100%;}
  .header_c_right .lang{display: flex;}
  header nav > ul > li.jjfa .ej_right{display:block;}
  header nav > ul > li.jjfa .dl_nav{height:auto;}
  header nav > ul > li.jjfa .ej_right dl dd{flex:0 0 50%;}
  header nav > ul > li.jjfa .ej_right{margin-left:0px;}
}
.footer {
  background: #1a1a1a;
  padding: 5vw 0;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  /*text-decoration: underline;*/
}
.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .top .dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .top .dl dl {
  padding-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .top .dl dl:nth-of-type(2){
    flex:0 0 280px;
}
.footer .top .dl dd {
  margin-top: 20px;
}
.footer .top .dl dd a {
  color: #666;
  display: block;
  margin-bottom: 10px;
}
.footer .top .dl dd a:hover {
  color: #fff;
}
.footer .top .ewm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-left: 5vw;
}
.footer .top .ewm img {
  width: 100%;
}
.footer .top .ewm p {
  text-align: center;
  margin-top: 10px;
  font-size:12px;
}
.footer .top .ewm div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:20px;
    
}
.footer .bottom {
  margin-top: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer .bottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex:1;
}
.footer .bottom .left .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  margin-right: 4vw;
}
.footer .bottom .left .img img {
  width: 100%;
}
.footer .bottom .left .img svg path{fill:#fff;}
.footer .bottom .left .p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}
.footer .bottom .left a {
  color: #666;
}
.footer .bottom .right {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1100px) {
.footer .top .dl dl:nth-of-type(2){
    flex:1;
}
}
@media screen and (max-width: 1000px) {
  .footer .top .dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer .top .ewm {
    margin-left: 0px;
    margin-top: 3vw;
    flex:0 0 100%;
    display:flex;
  }
  .footer .top .ewm div{
    flex:0 0 80px;margin-right:20px;
    
  }
  .footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5vw;
  }
  .footer .bottom .left {
    margin-top: 4vw;
  }
  .footer .bottom .left .img {
    display: none;
  }
  .footer .top .dl dl {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 10vw 0 10vw;
  }
  .footer .top .dl {
    display: none;
  }
  .footer .bottom .right {
    font-size: 18px;
  }
  .footer .bottom .left .p b {
    display: block;
  }
}
/*¶îÍâÔö¼Ó*/
.downlo .anli_list dt{
    box-shadow:2px 2px 20px #eee;
    height:393px;
}
@media screen and (max-width: 1300px) {
    .downlo .anli_list dt{height:29vw;}
}
@media screen and (max-width: 767px) {
    .downlo .anli_list dt{height:auto;}
    .downlo.anli_con01 .right.down dt svg{right:5px;}
    .solution.produ_con01{min-height:unset!important;}
    
    .gy_con04{height:100vw;}
    .gy_con04 img{height:100%;object-fit:cover;}
    .gy_con02 .right{flex:0 0 100%!important;}
}

.social-share{display:flex;}
.social-share a.douY{position:relative;width:32px;height:32px;display:inline-flex;border-radius:100%;align-items:center;justify-content:center;transition:all 0.5s ease-in-out;}
.social-share a.douY svg{width:20px;height:20px;}
.social-share a.douY:hover{background:var(--red);}
.social-share a.douY:hover svg path{fill:#fff;}

.social-share a.hongS{position:relative;width:32px;height:32px;display:inline-flex;border-radius:100%;align-items:center;justify-content:center;transition:all 0.5s ease-in-out;}
.social-share a.hongS svg{width:32px;height:32px;}
.social-share a.hongS:hover{background:var(--red);}
.social-share a.hongS:hover svg path{fill:#fff;}

.tc_ewm{background:#fff;width:120px;padding:10px;border-radius:3px;position:absolute;left:50%;top:110%;transform:translateX(-50%);display:none;box-shadow:0 0 20px #ddd;}
.tc_ewm img{width:100%;}

.social-share a:hover .tc_ewm{display:block;}


