﻿.basewidth {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 3%;
}

.head {
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: transparent;
  transition: all 0.3s ease-in;
}

.head .headTop .logo {
  float: left;
  height: 36px;
  width: auto;
  display: inline-block;
  margin-top: 17px;
}

.head .headTop .logo img {
  height: 100%;
  width: auto;
}

.head .headTop .logo img.img2 {
  display: none;
}

.head .headTop .headCont {
  float: right;
}

.head .headTop .headCont .headNav {
  float: left;
}

.head .headTop .headCont .headNav .search {
  float: left;
  line-height: 70px;
  cursor: pointer;
  position: relative;
  font-size: 16.8px;
  font-weight: 700;
  margin-right: 15px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.head .headTop .headCont .headNav .search:hover {
  color: #00a0e6;
}

.head .headTop .headCont .headNav .navUl {
  float: left;
}

.head .headTop .headCont .headNav .navUl li {
  float: left;
  margin-right: 15px;
}

.head .headTop .headCont .headNav .navUl li a,
.head .headTop .headCont .headNav .navUl li div {
  line-height: 70px;
  height: 70px;
  font-size: 16.8px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in;
  display: inline-block;
}

.head .headTop .headCont .headNav .navUl li a:hover,
.head .headTop .headCont .headNav .navUl li div:hover {
  color: #00a0e6;
}

.head .headTop .headCont .headNav .navUl li a.active,
.head .headTop .headCont .headNav .navUl li div.active {
  color: #00a0e6;
}

.head .headTop .headCont .headNav .navUl li:nth-last-child(1) a {
  margin-right: 0;
}

.head .headTop .headCont .headicon {
  float: left;
  width: 40px;
  height: 34px;
  position: relative;
  display: inline-block;
  margin-top: 18px;
  margin-left: 30px;
  cursor: pointer;
}

.head .headTop .headCont .headicon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in;
}

.head .headTop .headCont .headicon::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #fff;
  font-size: 0;
  content: '';
  transition: all 0.3s ease-in;
}

.head .headTop .headCont .headicon::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #fff;
  font-size: 0;
  content: '';
  transition: all 0.3s ease-in;
}

.head .headTop .headCont .headicon:hover span {
  background-color: #00a0e6;
}

.head .headTop .headCont .headicon:hover::after,
.head .headTop .headCont .headicon:hover::before {
  background-color: #00a0e6;
}

.head.fixtop,
.head.children {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.head.fixtop .headTop .logo img.img1,
.head.children .headTop .logo img.img1 {
  display: none;
}

.head.fixtop .headTop .logo img.img2,
.head.children .headTop .logo img.img2 {
  display: block;
}

.head.fixtop .headTop .headCont .headNav .search,
.head.children .headTop .headCont .headNav .search {
  color: #000;
}

.head.fixtop .headTop .headCont .headNav .search .icon_search,
.head.children .headTop .headCont .headNav .search .icon_search {
  display: none;
}

.head.fixtop .headTop .headCont .headNav .search .icon_search:hover,
.head.children .headTop .headCont .headNav .search .icon_search:hover {
  color: #00a0e6;
}

.head.fixtop .headTop .headCont .headNav .navUl li a,
.head.fixtop .headTop .headCont .headNav .navUl li div,
.head.children .headTop .headCont .headNav .navUl li a,
.head.children .headTop .headCont .headNav .navUl li div {
  color: #000;
}

.head.fixtop .headTop .headCont .headNav .navUl li a:hover,
.head.fixtop .headTop .headCont .headNav .navUl li div:hover,
.head.children .headTop .headCont .headNav .navUl li a:hover,
.head.children .headTop .headCont .headNav .navUl li div:hover {
  color: #00a0e6;
}

.head.fixtop .headTop .headCont .headNav .navUl li a.active,
.head.fixtop .headTop .headCont .headNav .navUl li div.active,
.head.children .headTop .headCont .headNav .navUl li a.active,
.head.children .headTop .headCont .headNav .navUl li div.active {
  color: #00a0e6;
}

.head.fixtop .headTop .headCont .headicon span,
.head.children .headTop .headCont .headicon span {
  background: #000;
}

.head.fixtop .headTop .headCont .headicon::before,
.head.children .headTop .headCont .headicon::before {
  background: #000;
}

.head.fixtop .headTop .headCont .headicon::after,
.head.children .headTop .headCont .headicon::after {
  background: #000;
}

.head.fixtop .headTop .headCont .headicon:hover span,
.head.children .headTop .headCont .headicon:hover span {
  background-color: #00a0e6;
}

.head.fixtop .headTop .headCont .headicon:hover::after,
.head.fixtop .headTop .headCont .headicon:hover::before,
.head.children .headTop .headCont .headicon:hover::after,
.head.children .headTop .headCont .headicon:hover::before {
  background-color: #00a0e6;
}

.AllnavBox {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

.AllnavBox::after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  font-size: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.AllnavBox .Allnav {
  background-color: #fff;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 50px;
}

.AllnavBox .Allnav::after {
  content: "Harmonic Drive Systems";
  display: block;
  overflow: hidden;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 15px 0.5em;
  background-color: #00a0e6;
  color: #fff;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 320%;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.8em;
  white-space: nowrap;
  display: none;
}

.AllnavBox .Allnav .cont {
  height: auto;
  padding: 0 8% 0 2%;
}

.AllnavBox .Allnav .close {
  width: 40px;
  height: 34px;
  position: fixed;
  right: 57px;
  top: 20px;
  cursor: pointer;
}

.AllnavBox .Allnav .close span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in;
}

.AllnavBox .Allnav .close::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #000;
  font-size: 0;
  content: '';
  transition: all 0.3s ease-in;
}

.AllnavBox .Allnav .close::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #000;
  font-size: 0;
  content: '';
  transition: all 0.3s ease-in;
}

.AllnavBox .Allnav .close.active span {
  background-color: rgba(255, 255, 255, 0) !important;
}

.AllnavBox .Allnav .close.active::before {
  transform: rotate(-45deg);
  top: unset;
  margin-top: 17px;
}

.AllnavBox .Allnav .close.active::after {
  transform: rotate(45deg);
  bottom: unset;
  margin-top: 17px;
}

.AllnavBox .Allnav .close.active:hover::before {
  background-color: #00a0e6;
}

.AllnavBox .Allnav .close.active:hover::after {
  background-color: #00a0e6;
}

.AllnavBox .Allnav .navgroup {
  padding-bottom: 50px;
}

.AllnavBox .Allnav .navgroup .navlist {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.AllnavBox .Allnav .navgroup .navlist:nth-child(4n) {
  margin-right: 0;
}

.AllnavBox .Allnav .navgroup .navlist .list_tit {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  font-weight: 700;
  font-size: 146%;
}

.AllnavBox .Allnav .navgroup .navlist .list_link a {
  margin: 0 0 8px;
  display: block;
  font-size: 106%;
  line-height: 1.2;
}

.AllnavBox .Allnav .navgroup .navlist .list_link.sizebold a {
  font-weight: bold;
  color: #000;
  margin: 0 0 15px;
  display: inline-block;
}

.phoneNav {
  display: none;
}

.hoverbox {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease-in;
}

.hoverbox .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hoverbox .cont {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 4%;
  max-height: 90vh;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow-y: auto;
}

.hoverbox .cont .group {
  clear: both;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
}

.hoverbox .cont .hoverItem {
  display: none;
  transition: all 0.3s ease-in;
}

.hoverbox .cont .hoverItem .ItemLeft {
  overflow: hidden;
  float: left;
  width: 25%;
  margin: 0 5% 0 0;
  padding: 0;
}

.hoverbox .cont .hoverItem .ItemLeft .golink {
  display: block;
  padding: 0.5em 1em;
  color: #00a0e6;
  margin: 0 0 2em;
  border: 1px solid #00a0e6;
  font-weight: bold;
  font-size: 107%;
  text-align: center;
}

.hoverbox .cont .hoverItem .ItemLeft ul {
  margin: 0 0 1em;
  width: 100%;
}

.hoverbox .cont .hoverItem .ItemLeft ul li {
  width: 100%;
  border-bottom: 1px solid #888;
}

.hoverbox .cont .hoverItem .ItemLeft ul li:nth-last-child(1) {
  border-top: unset;
}

.hoverbox .cont .hoverItem .ItemLeft ul li a {
  display: block;
  width: 100%;
  padding: 0.75em 0;
  font-size: 15px;
  color: #000;
  line-height: 1.3;
}

.hoverbox .cont .hoverItem .ItemRight {
  float: right;
  width: 70%;
}

.hoverbox .cont .hoverItem .ItemRight .producthover {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.hoverbox .cont .hoverItem .ItemRight .producthover:nth-last-child(1) {
  margin-bottom: 0;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .producttit {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 10px;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .productgroup {
  clear: both;
  overflow: hidden;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .productgroup .RightLink {
  float: left;
  width: calc(20% - 20px);
  margin-right: 30px;
  margin-bottom: 20px;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .productgroup .RightLink:nth-child(3n) {
  margin-right: 20px;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .productgroup .RightLink:nth-child(5n) {
  margin-right: 0;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .productgroup .RightLink.more a {
  display: inline-block;
  font-size: 13px;
  color: #000;
  line-height: 2;
  position: relative;
  padding-left: 15px;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .productgroup .RightLink.more a::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translateY(-50%);
  font-size: 0;
  content: '';
  background-color: #00a0e6;
  width: 5px;
  height: 5px;
}

.hoverbox .cont .hoverItem .ItemRight .producthover .productgroup .RightLink.more a:hover {
  color: #00a0e6;
}

.hoverbox .cont .hoverItem .ItemRight .RightLink {
  float: left;
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 20px;
}

.hoverbox .cont .hoverItem .ItemRight .RightLink:nth-child(3n) {
  margin-right: 0;
}

.hoverbox .cont .hoverItem .ItemRight .RightLink .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-in;
  margin: 0 0 0.5em;
}

.hoverbox .cont .hoverItem .ItemRight .RightLink .img img {
  width: 100%;
  height: auto;
}

.hoverbox .cont .hoverItem .ItemRight .RightLink span {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  color: #000;
}

.topsearch {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 50;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  display: none;
}

.topsearch .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.topsearch .contbox {
  width: 100%;
  margin: 0 auto;
  background-color: #f4f6f7;
  position: relative;
  z-index: 2;
}

.topsearch .contbox .cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 80px 30px 50px;
  position: relative;
}

.topsearch .contbox .cont .fill {
  width: 100%;
  padding: 1.4em 60px 1.4em 1em;
  border: 1px solid #888;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.topsearch .contbox .cont .fill input {
  font-size: 15px;
  color: #000;
  width: 100%;
}

.topsearch .contbox .cont .fill i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 20px;
  color: #00a0e6;
  cursor: pointer;
}

.topsearch .contbox .cont .fa-close {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}

.topsearch .contbox .cont .fa-close:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in;
}

.indexbanner {
  width: 100%;
  height: auto;
  position: relative;
  /*.indbanner_text {

        position: absolute;

        top: 30%;

        left: 50%;

        transform: translateX(-50%);

        z-index: 2;

        width: 33%;

    }*/
}

.indexbanner .indbanner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}

.indexbanner .indbanner_text h3 {
  /*font-size: 44px;

            line-height: 1.5;

            color: #fff;

            letter-spacing: 2px;*/
  font-size: 34px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0px;
}

.indexbanner .indbanner_text h4 {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.indexbanner .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.indexbanner .swiper .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.indexbanner .swiper .swiper-pagination-bullet-active {
  width: 100px;
  background-color: #00a0e6;
}

.indexbanner .swiper .swiper-pagination-bullets {
  bottom: 6.5%;
  left: auto;
  display: inline-block;
  width: auto;
  right: 10%;
  height: 3px;
  font-size: 0;
}

.indexbanner .swiper .swiper-slide {
  transition: all 0.3s ease-in;
}

.indexbanner .swiper .indswi_cont {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*.img_pc {

                display: block;

                position: relative;

                left: 50%;

                transform: translateX(-50%);

                width: auto;

                max-width: inherit;

            }



            .img_phone {

                display: none;

            }*/
}

.indexbanner .swiper .indswi_cont img {
  width: 100%;
  height: auto;
}

.index_meeting {
  background-color: #f9fafb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.index_meeting .meeting_img {
  float: left;
  width: 30%;
  margin-right: 5%;
  display: inline-block;
}

.index_meeting .meeting_img img {
  width: 100%;
  height: auto;
  display: block;
}

.index_meeting .meeting_text {
  float: right;
  width: 65%;
  display: inline-block;
}

.index_meeting .meeting_text .meeting_tit {
  position: relative;
  margin-bottom: 17px;
}

.index_meeting .meeting_text .meeting_tit h2 {
  font-size: 33.75px;
  font-weight: 400;
  line-height: 41px;
  padding-bottom: 22px;
}

.index_meeting .meeting_text .meeting_tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.index_meeting .meeting_text .meeting_tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.index_meeting .meeting_text .meeting_info .meeting_time {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
}

.index_meeting .meeting_text .meeting_info .meeting_address {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
}

.index_meeting .meeting_text .meeting_info .meeting_link a {
  font-size: 15px;
  color: #00a0e6;
  line-height: 1.8;
  word-break: break-all;
  font-weight: 400;
}

.index_meeting .meeting_text .godetails {
  margin: 3px;
  padding: 15px 38px;
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 1.4;
  background-color: #00a0e6;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-top: 22px;
  word-break: break-word;
  font-weight: 400;
}

.index_meeting .meeting_text .godetails:hover {
  box-shadow: 0px 9px 13px 0px #90a4ae;
}

.rollTop {
  position: fixed;
  top: 70%;
  right: 50px;
  z-index: 110;
  display: block;
  width: 53px;
  line-height: 51px;
  border: 1px solid #90a4ae;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease-in;
  cursor: pointer;
  display: none;
}

.rollTop.active {
  display: block;
}

.rollTop i {
  color: #90a4ae;
  transition: all 0.3s ease-in;
}

.rollTop:hover {
  border-color: #00a0e6;
}

.rollTop:hover i {
  color: #00a0e6;
}

.index_pickup {
  background-color: #f9fafb;
  padding-top: 120px;
  padding-bottom: 60px;
}

.index_pickup .pickup_tit {
  font-size: 52px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin-bottom: 40px;
}

.index_pickup .pickup_group .pickup_list {
  display: inline-block;
  float: left;
  width: calc(33.33% - 34px);
  margin-right: 50px;
}

.index_pickup .pickup_group .pickup_list:nth-child(3n) {
  margin-right: 0;
}

.index_pickup .pickup_group .pickup_list .img {
  position: relative;
  overflow: hidden;
}

.index_pickup .pickup_group .pickup_list .img span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 70px;
  color: #00a0e6;
  line-height: 70px;
  z-index: 2;
}

.index_pickup .pickup_group .pickup_list .img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}

.index_pickup .pickup_group .pickup_list .img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  content: '';
  opacity: 0;
  transition: all 0.3s ease-in;
}

.index_pickup .pickup_group .pickup_list .img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
  content: '';
}

.index_pickup .pickup_group .pickup_list .text h2 {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  margin: 15px 0 10px 0;
}

.index_pickup .pickup_group .pickup_list .text h2 i {
  color: #00a0e6;
  margin-right: 3px;
}

.index_pickup .pickup_group .pickup_list .text p {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}

.index_pickup .pickup_group .pickup_list:hover .img img {
  transform: scale(1.2);
}

.index_pickup .pickup_group .pickup_list:hover .img::after {
  opacity: 1;
}

.index_pickup .pickup_group .pickup_list:hover .text h2,
.index_pickup .pickup_group .pickup_list:hover .text p {
  color: #00a0e6;
}

.index_pickup .pickupswi {
  display: none;
}

.index_news {
  background-color: #fff;
  padding-bottom: 60px;
}

.index_news .news_tit {
  font-size: 51px;
  color: #000;
  letter-spacing: 5px;
  line-height: 60px;
  font-weight: 400;
  padding-top: 120px;
}

.index_news .news_subtitle {
  font-size: 24px;
  font-weight: 300;
  height: 45px;
  letter-spacing: 4.5px;
  line-height: 30px;
  margin: 37px 0 25px 0;
  padding-bottom: 15px;
  position: relative;
}

.index_news .news_subtitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.index_news .news_subtitle::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.index_news .tab {
  display: block;
  width: 100%;
  border-bottom: 1px solid #888;
}

.index_news .tab a {
  display: inline-block;
  font-weight: bold;
  float: left;
  line-height: 1.2;
  text-align: center;
  padding: 9px 9px;
  color: #90a4ae;
  font-size: 15px;
  min-width: 200px;
  border: 1px solid transparent;
}

.index_news .tab a.active {
  border: 1px solid #888;
  position: relative;
}

.index_news .tab a.active::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #FFF;
  font-size: 0;
  content: '';
}

.index_news .news_group {
  margin: 40px 0;
  border-bottom: 1px solid #888;
}

.index_news .news_group .news_list {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.index_news .news_group .news_list .list_info {
  clear: both;
  overflow: hidden;
}

.index_news .news_group .news_list .list_info .time {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.index_news .news_group .news_list .list_info .label {
  background: #90a4ae;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 15px;
  display: inline-block;
  float: left;
}
.index_news .news_group .news_list .list_info .redtitle{
  float: left;
  font-size: 14px;
  line-height: 1.8;
  color: red;
  margin-left: 15px;
  display: none;
}
.index_news .news_group .news_list .list_tit {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}

.index_news .news_group .news_list .list_tit span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #00a0e6;
  box-sizing: border-box;
  color: #00a0e6;
  padding: 0 10px;
  margin-left: 15px;
}

.index_news .lookmore {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 60px;
  font-size: 15px;
  color: #000;
  line-height: 35px;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
}

.index_news .lookmore img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease-in;
}

.index_news .lookmore:hover {
  color: #00a0e6;
}

.index_news .lookmore:hover img {
  right: 0px;
}

.index_pro .indexpro_tit {
  font-size: 51px;
  color: #000;
  letter-spacing: 5px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 45px;
  margin-top: 70px;
}

.index_pro .cont {
  /*background: url(../upload/img3.jpg) center center no-repeat;*/
  background: url(../upload/news/img9.png) center center no-repeat;
  background-size: cover;
  padding: 65px 0 165px 0;
  position: relative;
}

.index_pro .tit {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  /*color: #fff;*/
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
}

.index_pro .link {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin: 2.5px auto;
  padding: 15px 38px;
  font-size: 17.25px;
  letter-spacing: 2px;
  line-height: 1.4;
  background-color: #00a0e6;
  border-radius: 5px;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.index_pro .search {
  display: block;
  padding: 45px 50px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: -45px;
  box-sizing: border-box;
  transform: translateX(-50%);
  box-shadow: 9px 9px 13px rgba(144, 164, 174, 0.7);
}

.index_pro .search .fill {
  float: left;
  border: 1px solid #909090;
  background-color: #fff;
  border-radius: 5px;
  line-height: 58px;
  height: 60px;
  position: relative;
  padding-left: 55px;
  overflow: hidden;
  width: calc(100% - 130px);
  transition: all 0.3s ease-in;
}

.index_pro .search .fill:hover {
  background-color: #e0f0f7;
}

.index_pro .search .fill i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.index_pro .search .fill input {
  font-size: 18px;
  color: #000;
  line-height: 58px;
  height: 58px;
  background-color: transparent;
  float: left;
}

.index_pro .search a {
  float: left;
  display: inline-block;
  border-radius: 5px;
  background-color: #00a0e6;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 0 35px;
  margin-left: 20px;
  transition: all 0.3s ease-in;
}

.index_pro .search a:hover {
  box-shadow: 0 9px 13px 0 rgba(144, 164, 174, 0.8);
}

.index_about {
  margin-top: 200px;
  padding-bottom: 100px;
}

.index_about .indexabout_tit {
  font-size: 51px;
  color: #000;
  letter-spacing: 5px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 45px;
  margin-top: 70px;
}

.index_about ul {
  clear: both;
  overflow: hidden;
}

.index_about ul li {
  width: 50%;
  height: auto;
  float: left;
  display: inline-block;
}

.index_about ul li a {
  display: block;
  position: relative;
  width: 100%;
}

.index_about ul li a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  padding: 15px;
  z-index: 3;
}

.index_about ul li a .img {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.index_about ul li a .img img {
  transition: all 0.3s ease-in;
  width: 100%;
  height: auto;
}

.index_about ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  content: '';
  z-index: 2;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.index_about ul li a:hover::after {
  opacity: 1;
}

.index_about ul li a:hover .img img {
  transform: scale(1.2);
}

.footer {
  padding-bottom: 40px;
  background: #f4f6f7;
  color: #90a4ae;
  text-align: center;
}

.footer .logobox {
  background-color: #fff;
}

.footer .logogroup {
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 70px;
}

.footer .logogroup li {
  width: 25%;
  height: 140px;
  position: relative;
  float: left;
  text-align: center;
}

.footer .logogroup li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer .logogroup li span {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  display: block;
  font-weight: bold;
  margin-top: 155px;
}

.footer .nav {
  display: block;
}

.footer .nav a {
  display: inline-block;
  line-height: 27px;
  font-size: 15px;
  margin: 0 30px;
  color: #000;
  padding: 10px 0;
}

.footer .weblink {
  padding-top: 30px;
  display: block;
  /*img {

            display: block;

        }*/
}

.footer .weblink a {
  display: inline-block;
  line-height: 27px;
  font-size: 15px;
  margin: 0 30px;
  color: #90a4ae;
  padding: 10px 0;
}

.footer .weblink a:hover {
  color: #00a0e6;
}

.footer .tips {
  margin-bottom: 30px;
  color: #90a4ae;
  line-height: 27px;
  font-size: 15px;
}

.footer .footlogo {
  width: 350px;
  margin: 30px 0px;
}

.footer .baseinfo {
  display: inline-block;
}

.footer .baseinfo .txet {
  display: inline-block;
  float: left;
}

.footer .baseinfo .txet h2 {
  line-height: 25px;
  font-size: 15px;
  color: #90a4ae;
}

.footer .baseinfo .txet p span,
.footer .baseinfo .txet p a {
  display: inline-block;
  line-height: 25px;
  font-size: 15px;
  color: #90a4ae;
  margin: 0 10px;
}

.footer .baseinfo .img {
  display: inline-block;
  float: left;
  margin-left: 30px;
}

.main_banner {
  overflow: hidden;
  width: 100%;
  margin-top: 70px;
  position: relative;
}

.main_banner img {
  width: 100%;
  height: auto;
}

.main_banner .banner_text {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.main_banner .banner_text h3 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
}

.main_banner .banner_text span {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.main_banner .banner_text.black h3 {
  color: #000;
}

.main_banner .banner_text.black span {
  color: #000;
}

.publictit {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 45px;
  padding-bottom: 20px;
  position: relative;
}

.publictit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.publictit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.Environment {
  padding-top: 70px;
  padding-bottom: 120px;
}

.Environment .group {
  margin-top: 50px;
}

.Environment .group .link {
  float: left;
  width: 45%;
  margin-right: 10%;
}

.Environment .group .link:nth-child(2n) {
  margin-right: 0;
  float: right;
}

.Environment .group .link .img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.Environment .group .link .img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}

.Environment .group .link .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
  display: none;
}

.Environment .group .link span {
  display: block;
  font-size: 22px;
  color: #000;
  line-height: 2;
  margin-top: 10px;
  text-align: center;
  transition: all 0.3s ease-in;
}

.Environment .group .link:hover .img::after {
  display: block;
}

.Environment .group .link:hover .img img {
  transform: scale(1.1);
}

.Environment .group .link:hover span {
  color: #00a0e6;
}

.p_consult {
  padding: 70px;
  background: #00a0e6 url(../upload/news/img18.png) no-repeat center/cover;
  text-align: center;
}

.p_consult .cont {
  text-align: center;
  display: inline-block;
  max-width: 600px;
  padding: 45px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}

.p_consult .cont h3 {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.p_consult .cont h4 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1.5px;
  color: #000;
  margin-bottom: 20px;
}

.p_consult .cont p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 20px;
}

.p_consult .cont a {
  display: inline-block;
  background-color: #00a0e6;
  border-radius: 5px;
  padding: 15px 35px;
  max-width: 420px;
  color: #fff;
  font-size: 17.5px;
  line-height: 24px;
  letter-spacing: 1.7px;
  min-width: 360px;
}

.target {
  padding-top: 70px;
  padding-bottom: 40px;
}

.target .targetItem {
  margin-bottom: 80px;
}

.target .targetItem .text {
  margin-top: 50px;
}

.target .targetItem .text p {
  font-size: 17px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.target .targetItem .certificate {
  margin-top: 50px;
}

.target .targetItem .certificate p {
  font-size: 17px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
  width: calc(100% - 180px);
  float: left;
}

.target .targetItem .certificate img {
  float: right;
  width: 150px;
}

.productpurpose {
  padding-top: 60px;
  padding-bottom: 60px;
}

.productpurpose .group {
  margin-top: 50px;
}

.productpurpose .group .list {
  float: left;
  width: calc(33.33% - 30px);
  margin-right: 45px;
  margin-bottom: 45px;
}

.productpurpose .group .list:nth-child(3n) {
  margin-right: 0;
}

.productpurpose .group .list .tit {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 13.5px;
  padding-bottom: 13.5px;
  position: relative;
  font-weight: bold;
}

.productpurpose .group .list .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.productpurpose .group .list .tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.productpurpose .group .list .img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.productpurpose .group .list .img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}

.productpurpose .group .list .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
  display: none;
}

.productpurpose .group .list:hover .img img {
  transform: scale(1.1);
}

.productpurpose .group .list:hover .img::after {
  display: block;
}

.productdata {
  padding-top: 70px;
  padding-bottom: 70px;
}

.productdata .datagroup {
  margin-top: 40px;
  width: 100%;
}

.productdata .datagroup thead {
  box-sizing: border-box;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  background-color: rgba(0, 160, 230, 0.2);
}

.productdata .datagroup thead th {
  box-sizing: border-box;
  border-right: 1px solid #888;
  color: #000;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 27px;
}

.productdata .datagroup thead th:nth-child(1) {
  border-left: 1px solid #888;
  width: 15%;
}

.productdata .datagroup thead th:nth-child(2) {
  border-left: 1px solid #888;
  width: 15%;
}

.productdata .datagroup thead th:nth-child(3) {
  border-left: 1px solid #888;
  width: 30%;
}

.productdata .datagroup thead th:nth-child(4) {
  border-left: 1px solid #888;
  width: 30%;
}

.productdata .datagroup thead th:nth-child(5) {
  border-left: 1px solid #888;
  width: 10%;
}

.productdata .datagroup tbody tr {
  border-bottom: 1px solid #888;
  box-sizing: border-box;
}

.productdata .datagroup tbody tr td {
  box-sizing: border-box;
  padding: 15px 15px;
  border-right: 1px solid #888;
}

.productdata .datagroup tbody tr td:nth-child(1) {
  border-left: 1px solid #888;
}

.productdata .datagroup tbody tr td .text {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.productdata .datagroup tbody tr td a {
  display: block;
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.productdata .datagroup tbody tr td a img {
  margin-right: 5px;
}

.usecase .cont {
  padding-top: 70px;
  padding-bottom: 70px;
}

.usecase .intr p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.usecase .intr img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.usecase .gofast {
  display: none;
}

.usecase .group {
  margin-top: 70px;
}

.usecase .group .list {
  margin-bottom: 50px;
}

.usecase .group .list .tit {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.usecase .group .list .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.usecase .group .list .tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.usecase .group .list .listintr {
  clear: both;
  overflow: hidden;
}

.usecase .group .list .listintr .img {
  display: inline-block;
  float: left;
  width: 295px;
}

.usecase .group .list .listintr .img img {
  width: 100%;
  height: auto;
}

.usecase .group .list .listintr .img span {
  display: block;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
  text-align: center;
  margin: 10px 0;
}

.usecase .group .list .listintr .text {
  display: inline-block;
  float: right;
  width: calc(100% - 330px);
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  word-break: break-all;
}

.Business {
  padding-top: 70px;
  padding-bottom: 100px;
}

.Business .Businessintr {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.Business .motion {
  margin-top: 70px;
}

.Business .motion .intr {
  margin-top: 40px;
}

.Business .motion .intr p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}

.Business .motion .intr img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.Business .b_product {
  margin-top: 70px;
}

.Business .b_product .publicintr {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 40px;
}

.Business .b_product .publictype {
  padding-top: 15px;
}

.Business .b_product .publictype .typelist {
  margin-bottom: 50px;
}

.Business .b_product .publictype .typelist .typetit {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 38px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.Business .b_product .publictype .typelist .typetit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105px;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.Business .b_product .publictype .typelist .typetit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 210px;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.Business .b_product .publictype .typelist .group .list {
  margin-bottom: 40px;
}

.Business .b_product .publictype .typelist .group .list .listname {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}

.Business .b_product .publictype .typelist .group .list .listinfo {
  clear: both;
  overflow: hidden;
}

.Business .b_product .publictype .typelist .group .list .listinfo .img {
  float: left;
  width: 320px;
  height: auto;
}

.Business .b_product .publictype .typelist .group .list .listinfo .img img {
  width: 100%;
  height: auto;
}

.Business .b_product .publictype .typelist .group .list .listinfo .text {
  float: right;
  width: calc(100% - 350px);
}

.Business .b_product .publictype .typelist .group .list .listinfo .text p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #000;
}

.Business .region {
  margin-top: 70px;
}

.Business .region .intr p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 40px;
}

.Business .region .intr p a {
  color: #000;
}

.Business .region .intr p a:hover {
  color: #00a0e6;
  text-decoration: underline;
}

.Business .region .intr img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  word-break: break-all;
}

.harmonic {
  padding-top: 70px;
  padding-bottom: 70px;
}

.harmonic .creator .intr {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
}

.harmonic .creator .intr .text {
  width: calc(100% - 400px);
  float: left;
}

.harmonic .creator .intr .text p {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}

.harmonic .creator .intr .img {
  width: 360px;
  float: right;
}

.harmonic .creator .intr .img img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.harmonic .creator .intr .img span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #999;
  margin-top: 10px;
}

.harmonic .metal {
  margin-top: 80px;
}

.harmonic .metal .tips {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #000;
  margin-bottom: 40px;
}

.harmonic .metal .intr {
  clear: both;
  overflow: hidden;
}

.harmonic .metal .intr .text {
  width: calc(100% - 400px);
  float: left;
}

.harmonic .metal .intr .text p {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}

.harmonic .metal .intr .img {
  width: 360px;
  float: right;
}

.harmonic .metal .intr .img img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.harmonic .principle {
  margin-top: 70px;
}

.harmonic .principle video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
}

.harmonic .principle ul {
  margin-top: 40px;
}

.harmonic .principle ul li {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}

.harmonic .principle ul li .img {
  width: 241px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.harmonic .principle ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.harmonic .principle ul li .text {
  width: calc(100% - 250px);
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  display: inline-block;
  color: #000;
  vertical-align: middle;
}

.harmonic .speciality {
  margin-top: 90px;
}

.harmonic .speciality ul {
  padding-top: 50px;
}

.harmonic .speciality ul li {
  margin-bottom: 25px;
}

.harmonic .speciality ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: bold;
}

.harmonic .speciality ul li p {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #000;
  padding-left: 30px;
}

.contact {
  padding-top: 70px;
  padding-bottom: 120px;
}

.contact .group {
  clear: both;
  overflow: hidden;
  padding-top: 40px;
}

.contact .group .list {
  width: calc(50% - 25px);
  margin-right: 50px;
  float: left;
  margin-bottom: 40px;
}

.contact .group .list:nth-child(2n) {
  margin-right: 0;
}

.contact .group .list .tit {
  border: 1px solid #888;
  box-sizing: border-box;
  background-color: rgba(0, 160, 230, 0.2);
  padding: 10px 15px;
  font-size: 15px;
  line-height: 27px;
  color: #000;
  text-align: center;
}

.contact .group .list table {
  width: 100%;
}

.contact .group .list table tbody tr {
  box-sizing: border-box;
  border-bottom: 1px solid #888;
}

.contact .group .list table tbody tr td {
  box-sizing: border-box;
  border-left: 1px solid #888;
  font-size: 15px;
  line-height: 27px;
  padding: 10px 15px;
  color: #000;
}

.contact .group .list table tbody tr td:nth-child(1) {
  width: 20%;
  text-align: center;
}

.contact .group .list table tbody tr td:nth-child(2) {
  width: 80%;
}

.contact .group .list table tbody tr td:nth-last-child(1) {
  border-right: 1px solid #888;
}

.contact .group .list table tbody tr td a {
  color: #00a0e6;
}

.contact .goconsult {
  display: inline-block;
  line-height: 50px;
  padding: 0 45px;
  background-color: #00a0e6;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.consult {
  padding-top: 70px;
  padding-bottom: 100px;
}

.consult .tips {
  padding: 0 150px;
}

.consult .tips h3 {
  font-size: 34px;
  color: #00a0e6;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 15px;
}

.consult .tips p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  color: #000;
}

.consult .form {
  padding: 0 150px;
  margin-top: 50px;
}

.consult .form .list {
  margin-bottom: 30px;
}

.consult .form .list span {
  display: block;
  font-size: 20px;
  color: #00a0e6;
  line-height: 1.5;
  margin-bottom: 10px;
}

.consult .form .list input {
  background-color: #e8e8e8;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
  border-radius: 7px;
}

.consult .form .list textarea {
  background-color: #e8e8e8;
  display: block;
  width: 100%;
  height: 200px;
  line-height: 28px;
  font-size: 16px;
  padding: 10px 25px;
  box-sizing: border-box;
  border-radius: 7px;
}

.consult .submit {
  display: inline-block;
  line-height: 50px;
  padding: 0 45px;
  background-color: #00a0e6;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.recruit {
  padding-top: 70px;
  padding-bottom: 90px;
}

.recruit .intr {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 50px;
}

.recruit .info {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #00a0e6;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 50px;
}

.recruit .demand {
  margin-bottom: 60px;
  margin-top: 50px;
}

.recruit .demand .demandhead {
  background-color: #00a0e6;
}

.recruit .demand .demandhead li {
  width: 20%;
  line-height: 60px;
  color: #ffffff;
  float: left;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

.recruit .demand .demandhead li:nth-child(1) {
  padding-left: 30px;
}

.recruit .demand .demandhead li:nth-child(5) {
  padding-right: 30px;
}

.recruit .demand .demandhead li:nth-last-child(1) {
  display: none;
}

.recruit .demand .group .list {
  margin-top: 12px;
  user-select: none;
}

.recruit .demand .group .list .listhead {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in;
}

.recruit .demand .group .list .listhead li {
  width: 20%;
  line-height: 30px;
  color: #333333;
  float: left;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}

.recruit .demand .group .list .listhead li:nth-child(1) {
  padding-left: 30px;
}

.recruit .demand .group .list .listhead li:nth-last-child(1) {
  padding-right: 30px;
}

.recruit .demand .group .list .listhead li .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 100%;
  border-left: 1px solid #dfdfdf;
  cursor: pointer;
}

.recruit .demand .group .list .listhead li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.recruit .demand .group .list .listhead li .icon img.img2 {
  display: none;
}

.recruit .demand .group .list .details {
  background-color: #f5f5f5;
  padding: 50px 30px;
  display: none;
}

.recruit .demand .group .list .details .detailscont {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 40px;
  position: relative;
}

.recruit .demand .group .list .details .detailscont::before {
  font-size: 0;
  content: '';
  width: 1px;
  height: calc(100% - 40px);
  top: 0;
  background-color: #e2e2e2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.recruit .demand .group .list .details .detailscont .detailsItem {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 45px;
}

.recruit .demand .group .list .details .detailscont .detailsItem:nth-last-child(1) {
  padding-right: 0;
  padding-left: 45px;
}

.recruit .demand .group .list .details .detailscont .detailsItem h3 {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 10px;
}

.recruit .demand .group .list .details .detailscont .detailsItem p {
  font-size: 16px;
  color: #555555;
  line-height: 2;
  display: block;
}

.recruit .demand .group .list .details .btn {
  display: inline-block;
  line-height: 50px;
  padding: 0 45px;
  background-color: #00a0e6;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.recruit .demand .group .list.active .listhead {
  background-color: #00a0e6;
}

.recruit .demand .group .list.active .listhead li {
  color: #fff;
}

.recruit .demand .group .list.active .listhead li .icon img.img2 {
  display: block;
}

.recruit .demand .group .list.active .listhead li .icon img.img1 {
  display: none;
}

.aboutus {
  padding-top: 70px;
  padding-bottom: 100px;
}

.aboutus .intr {
  margin-top: 40px;
}

.aboutus .intr p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}

.aboutus .group {
  padding-top: 30px;
}

.aboutus .group .list {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}

.aboutus .group .list .listtit {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 38px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.aboutus .group .list .listtit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105px;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.aboutus .group .list .listtit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 210px;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.aboutus .group .list .img {
  float: left;
  width: 320px;
}

.aboutus .group .list .img img {
  width: 100%;
  height: auto;
}

.aboutus .group .list .text {
  float: right;
  width: calc(100% - 350px);
}

.aboutus .group .list .text li {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000;
}

.aboutus .group .list .text li span {
  display: inline-block;
}

.global {
  padding-top: 70px;
  padding-bottom: 30px;
}

.global .arrivetab {
  margin-bottom: 50px;
}

.global .arrivetab a {
  display: inline-block;
  line-height: 1.4;
  color: #000;
  background: rgba(144, 164, 174, 0.1);
  padding: 8px 30px 8px 15px;
  position: relative;
  float: left;
  margin-right: 10px;
  transition: all 0.3s ease-in;
}

.global .arrivetab a::before {
  bottom: 12px;
  right: 9px;
  width: 13px;
  height: 13px;
  position: absolute;
  font-size: 0;
  content: '';
  transition: all 0.3s ease-in;
  background: url(../images/ico_linkinpage.png) no-repeat center center;
}

.global .arrivetab a:hover {
  color: #00a0e6;
}

.global .arrivetab a:hover::before {
  bottom: 4px;
  background: url(../images/ico_linkinpage_skyblue.png) no-repeat center center;
}

.global .global_img {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
}

.global .global_img img {
  width: 100%;
  height: auto;
}

.global .globaltype .typeitem {
  margin-bottom: 80px;
}

.global .globaltype .typeitem .globallist {
  margin-top: 60px;
}

.global .globaltype .typeitem .globallist .listtit {
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 38px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.global .globaltype .typeitem .globallist .listtit span{
  font-size: 25px;
    line-height: 32px;
    margin-top: 5px;
    display: inline-block;
}
.global .globaltype .typeitem .globallist .listtit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.global .globaltype .typeitem .globallist .listtit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 120px;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.global .globaltype .typeitem .globallist table {
  width: 100%;
}

.global .globaltype .typeitem .globallist table tr {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #888888;
}

.global .globaltype .typeitem .globallist table tr:nth-last-child(1) {
  border-bottom: 1px solid #888888;
}

.global .globaltype .typeitem .globallist table tr .infolabel {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding: 10px;
  width: 140px;
}

.global .globaltype .typeitem .globallist table tr .infobox {
  display: inline-block;
  padding: 10px;
  width: calc(100% - 140px);
}

.global .globaltype .typeitem .globallist table tr .infobox p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.honors {
  padding: 70px 0;
}

.honors .group .list {
  float: left;
  width: calc(33.33% - 30px);
  margin-right: 45px;
  margin-bottom: 45px;
}

.honors .group .list:nth-child(3n) {
  margin-right: 0;
}

.honors .group .list .tit {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 13.5px;
  padding-bottom: 13.5px;
  position: relative;
}

.honors .group .list .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.honors .group .list .tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.honors .group .list .img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.honors .group .list .img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}

.honors .group .list .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
  display: none;
}

.honors .group .list:hover .img img {
  transform: scale(1.1);
}

.honors .group .list:hover .img::after {
  display: block;
}

.brand {
  padding-top: 70px;
  padding-bottom: 30px;
}

.brand .brandlist {
  margin-bottom: 70px;
}

.brand .brandlist img {
  margin-top: 30px;
}

.page {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

    .page .splitPages a { 
        margin-right: 5px;
    }

    .page .splitPages span,
    .page .splitPages a {
        display: inline-block;
        background-color: #f5f5f5;
        width: 45px;
        line-height: 45px;
        text-align: center;
        color: #555555;
        font-size: 16px;
    }

    .page .splitPages .current {
        background-color: #00a0e6;
        color: #fff;
    }

        .page .splitPages span:hover,
        .page .splitPages a:hover {
            background-color: #00a0e6;
            color: #fff;
        }

    .page .splitPages.active a {
        background-color: #00a0e6;
        color: #fff;
    }

/*.page ul li {
  float: left;
  margin-right: 5px;
}

.page ul li span,
.page ul li a {
  display: inline-block;
  background-color: #f5f5f5;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: #555555;
  font-size: 16px;
}

.page ul li span:hover,
.page ul li a:hover {
  background-color: #00a0e6;
  color: #fff;
}

.page ul li.active a {
  background-color: #00a0e6;
  color: #fff;
}*/

.exhibition {
  padding-top: 70px;
  padding-bottom: 90px;
}

.exhibition .meeting {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 30px;
}

.exhibition .meeting .meeting_img {
  float: left;
  display: inline-block;
  width: 370px;
}

.exhibition .meeting .meeting_img img {
  width: 100%;
  height: auto;
  display: block;
}

.exhibition .meeting .meeting_text {
  float: right;
  width: calc(100% - 370px);
  box-sizing: border-box;
  padding-left: 40px;
  display: inline-block;
}

.exhibition .meeting .meeting_text .meeting_tit {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.exhibition .meeting .meeting_text .meeting_tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.exhibition .meeting .meeting_text .meeting_tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.exhibition .meeting .meeting_text .meeting_info {
  font-size: 18px;
  color: #000;
  line-height: 27px;
}

.exhibition .meeting .meeting_text .godetails {
  padding: 15px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #00a0e6;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  word-break: break-word;
}

.exhibition .news_group {
  margin: 50px 0;
  margin-bottom: 20px;
}

.exhibition .news_group .news_list {
  display: block;
  margin-bottom: 35px;
  width: 100%;
}

.exhibition .news_group .news_list .list_info {
  clear: both;
  overflow: hidden;
}

.exhibition .news_group .news_list .list_info .time {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.exhibition .news_group .news_list .list_info .label {
  background: #90a4ae;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 15px;
  display: inline-block;
  float: left;
}
.exhibition .news_group .news_list .list_info .redtitle{
  float: left;
  font-size: 14px;
  line-height: 1.8;
  color: red;
  margin-left: 15px;
  display: none;
}

.exhibition .news_group .news_list .list_tit {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}

.exhibition .news_group .news_list .list_tit span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #00a0e6;
  box-sizing: border-box;
  color: #00a0e6;
  padding: 0 10px;
  margin-left: 15px;
}

.manual {
  padding-top: 70px;
  padding-bottom: 80px;
}

.manual table {
  width: 100%;
  margin-top: 50px;
}

.manual table thead {
  box-sizing: border-box;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  background-color: rgba(0, 160, 230, 0.2);
}

.manual table thead tr th {
  box-sizing: border-box;
  border-right: 1px solid #888;
  color: #000;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 27px;
}

.manual table thead tr th:nth-child(1) {
  border-left: 1px solid #888;
}

.manual table thead tr th:nth-child(1) {
  width: 20%;
}

.manual table thead tr th:nth-child(2) {
  width: 30%;
}

.manual table thead tr th:nth-child(3) {
  width: 35%;
}

.manual table thead tr th:nth-child(4) {
  width: 15%;
}

.manual table tbody {
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}

.manual table tbody tr {
  border-bottom: 1px solid #888;
}

.manual table tbody tr td {
  padding: 10px 15px;
  border-right: 1px solid #888;
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.manual table tbody tr td:nth-last-child(1) {
  border-right: unset;
}

.manual table tbody tr td .manual_img {
  width: 90px;
  height: auto;
}

.manual table tbody tr td a {
  display: inline-block;
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.manual table tbody tr td a .manual_icon {
  margin-right: 5px;
}

.publicsearch {
  padding: 50px 30px;
  background-color: #f4f6f7;
  clear: both;
  border-radius: 5px;
  overflow: hidden;
}

.publicsearch .fill {
  background-color: #fff;
  float: left;
  width: calc(100% - 162px);
  position: relative;
  padding-left: 65px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 5px;
}

.publicsearch .fill i {
  position: absolute;
  font-size: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 40px;
  color: #00a0e6;
  cursor: pointer;
}

.publicsearch .fill input {
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  color: #000;
  width: 100%;
}

.publicsearch .sub {
  float: right;
  display: inline-block;
  background-color: #00a0e6;
  border-radius: 5px;
  padding: 0 45px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 1px;
}

.overview {
  padding-top: 70px;
  padding-bottom: 70px;
}

.overview .viewgroup {
  margin-top: 70px;
  clear: both;
  overflow: hidden;
}

.overview .viewgroup .list {
  width: calc(50% - 25px);
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
  background-color: #deebf7;
  padding: 30px;
  border-radius: 10px;
}

.overview .viewgroup .list:nth-child(2n) {
  margin-right: 0;
  background-color: #fbe5d6;
}

.overview .viewgroup .list h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.overview .viewgroup .list .listcont {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}

.overview .viewgroup .list .listcont img {
  float: left;
  width: 150px;
  height: 150px;
}

.overview .viewgroup .list .listcont p {
  float: right;
  width: calc(100% - 170px);
  font-size: 15px;
  color: #000;
  line-height: 27px;
}

.overview .viewgroup .list a {
  display: inline-block;
  background-color: #00a0e6;
  border-radius: 5px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1px;
}

.overview .addlist {
  padding: 30px 0;
  border-radius: 10px;
  margin-bottom: 50px;
  background-color: #e8efe3;
}

.overview .addlist .logo {
  padding: 15px 30px;
}

.overview .addlist .logo img {
  width: 275px;
  height: auto;
}

.overview .addlist .group {
  clear: both;
  overflow: hidden;
}

.overview .addlist .group .list {
  float: left;
  width: 33.33%;
  padding: 0 30px;
  border-right: 1px solid #666;
}

.overview .addlist .group .list:nth-last-child(1) {
  border-right: none;
}

.overview .addlist .group .list .tit {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.overview .addlist .group .list .cont {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.overview .addlist .group .list .cont .img {
  float: left;
  width: 150px;
  height: 150px;
}

.overview .addlist .group .list .cont .img img {
  width: 100%;
  height: 100%;
}

.overview .addlist .group .list .cont .text {
  float: right;
  width: calc(100% - 170px);
  font-size: 15px;
  color: #000;
  line-height: 27px;
}

.overview .addlist .group .list a {
  display: inline-block;
  background-color: #00a0e6;
  border-radius: 5px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1px;
}

.overview .addlist .group .list.last .tit {
  padding-bottom: 80px;
}

.overview .overviewlink .list {
  width: calc(50% - 25px);
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
  float: left;
  position: relative;
}

.overview .overviewlink .list:nth-child(2n) {
  margin-right: 0;
}

.overview .overviewlink .list img {
  width: 100%;
  height: auto;
}

.overview .overviewlink .list .tit {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: inline-block;
  z-index: 2;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.overview .detailslist {
  margin-bottom: 50px;
}

.overview .datacont {
  margin-top: 30px;
  padding: 40px 0;
  border-radius: 10px;
  background-color: rgba(0, 160, 230, 0.2);
}

.overview .datacont a {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin: 2.5px auto;
  padding: 15px 38px;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.5;
  background-color: #00a0e6;
  border-radius: 5px;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.overview .meeting {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 30px;
}

.overview .meeting .meeting_img {
  float: left;
  display: inline-block;
  width: 370px;
}

.overview .meeting .meeting_img img {
  width: 100%;
  height: auto;
  display: block;
}

.overview .meeting .meeting_text {
  float: right;
  width: calc(100% - 370px);
  box-sizing: border-box;
  padding-left: 40px;
  display: inline-block;
}

.overview .meeting .meeting_text .meeting_tit {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.overview .meeting .meeting_text .meeting_tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.overview .meeting .meeting_text .meeting_tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.overview .meeting .meeting_text .meeting_info {
  font-size: 18px;
  color: #000;
  line-height: 27px;
}

.overview .meeting .meeting_text .godetails {
  padding: 15px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #00a0e6;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  word-break: break-word;
}

.productlist {
  padding-top: 70px;
  padding-bottom: 70px;
}

.productlist .listtype .typetit {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 45px;
  padding-bottom: 20px;
  position: relative;
}

.productlist .listtype .typetit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.productlist .listtype .typetit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.productlist .listtype .productgroup {
  padding-top: 50px;
}

.productlist .listtype .productgroup .productitem {
  float: left;
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #c4c4c4;
  padding: 25px;
  box-sizing: border-box;
}

.productlist .listtype .productgroup .productitem:nth-child(3n) {
  margin-right: 0;
}

.productlist .listtype .productgroup .productitem .itemcont {
  margin-bottom: 5px;
}

.productlist .listtype .productgroup .productitem .itemcont .img {
  float: left;
  width: 100%;
}

.productlist .listtype .productgroup .productitem .itemcont .img img {
  width: 100%;
  height: auto;
}

.productlist .listtype .productgroup .productitem .itemcont .text {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.productlist .listtype .productgroup .productitem .itemcont .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}

.productlist .listtype .productgroup .productitem .itemcont .text h3.ellipsis_2{
  height: 64.6px;
}

.productlist .listtype .productgroup .productitem .itemcont .text h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.productlist .listtype .productgroup .productitem .itemcont .text h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.productlist .listtype .productgroup .productitem .itemcont .text .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #00a0e6;
  margin-top: 5px;
}
.productlist .listtype .productgroup.newproduct .productitem .itemcont .text h3 {
  height: 92.3px;
}
.productlist .listtype .productgroup.newproduct .productitem .itemcont .text .label {
  height: 28.8px;
}
.productlist .listtype .productgroup .productitem p {
  font-size: 15px;
  line-height: 27px;
  height: 108px;
  color: #000;
}

.productlist .listtype .productgroup.newproduct .productitem .timeandimg {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.productlist .listtype .productgroup.newproduct .productitem .timeandimg .time {
  float: left;
  font-size: 15px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
}

.productlist .listtype .productgroup.newproduct .productitem .timeandimg .img {
  float: right;
  width: 50%;
  height: 40px;
  position: relative;
}

.productlist .listtype .productgroup.newproduct .productitem .timeandimg .img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productlist .listtype .productgroup.newproduct .productitem .itemcont .text {
  margin-top: 5px;
}

.productlist .listtype .productgroup.history .productitem .timeandimg {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.productlist .listtype .productgroup.history .productitem .timeandimg .time {
  float: left;
  font-size: 15px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
}

.productlist .listtype .productgroup.history .productitem .timeandimg .img {
  float: right;
  width: 50%;
  height: 40px;
  position: relative;
}

.productlist .listtype .productgroup.history .productitem .timeandimg .img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productlist .listtype .productgroup.history .productitem .itemcont .text {
  margin-top: 5px;
}

.productlist .listtype .productgroup.history .productitem .itemcont .text h3 {
  padding-bottom: 0;
  height: 86.4px;
}

.productlist .listtype .productgroup.history .productitem .itemcont .text h3:before,
.productlist .listtype .productgroup.history .productitem .itemcont .text h3::after {
  display: none;
}

.productlist .linkbtn {
  display: inline-block;
  background-color: #00a0e6;
  border-radius: 5px;
  padding: 15px 35px;
  max-width: 420px;
  color: #fff;
  font-size: 17.5px;
  line-height: 24px;
  letter-spacing: 1.7px;
  min-width: 360px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}

.productlist .linkbtnbox {
  margin-bottom: 30px;
}

.searchresult {
  padding-top: 70px;
  padding-bottom: 70px;
}

.searchresult .searchtips {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  margin-top: 50px;
}

.searchresult .productgroup {
  padding-top: 30px;
  padding-bottom: 30px;
}

.searchresult .productgroup .productitem {
  float: left;
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #c4c4c4;
  padding: 25px;
  box-sizing: border-box;
}

.searchresult .productgroup .productitem:nth-child(3n) {
  margin-right: 0;
}

.searchresult .productgroup .productitem .itemcont {
  margin-bottom: 5px;
}

.searchresult .productgroup .productitem .itemcont .img {
  float: left;
  width: 100%;
  position: relative;
}

.searchresult .productgroup .productitem .itemcont .img img {
  width: 100%;
  height: auto;
}

.searchresult .productgroup .productitem .itemcont .img .label {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 30px;
  padding: 0 7px;
  color: #fff;
  font-size: 15px;
  background-color: red;
}

.searchresult .productgroup .productitem .itemcont .text {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.searchresult .productgroup .productitem .itemcont .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  height: 64.6px;
}

.searchresult .productgroup .productitem .itemcont .text h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.searchresult .productgroup .productitem .itemcont .text h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.searchresult .productgroup .productitem .itemcont .text .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #00a0e6;
  margin-top: 5px;
}

.searchresult .productgroup .productitem p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  height: 81px;
}

.productdetails {
  padding-top: 70px;
  padding-bottom: 70px;
}

.productdetails .detailslist {
  margin-bottom: 70px;
}

.productdetails .detailslist:nth-last-child(1) {
  margin-bottom: 0;
}

.productdetails .specialitycont {
  margin-top: 40px;
}

.productdetails .specialitycont p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
}

.productdetails .specialitycont p img {
  max-width: 100%;
}

.productdetails .typecont {
  margin-top: 40px;
}

.productdetails .typecont p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
}

.productdetails .typecont p img {
  max-width: 100%;
}

.productdetails .datacont {
  margin-top: 40px;
  padding: 40px 0;
  border-radius: 10px;
  background-color: rgba(0, 160, 230, 0.2);
}

.productdetails .datacont a {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin: 2.5px auto;
  padding: 15px 38px;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.5;
  background-color: #00a0e6;
  border-radius: 5px;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.productdetails .relevantcont {
  margin-top: 40px;
}

.productdetails .relevantcont .relevantitem {
  float: left;
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #c4c4c4;
  padding: 25px;
  box-sizing: border-box;
}

.productdetails .relevantcont .relevantitem:nth-child(3n) {
  margin-right: 0;
}

.productdetails .relevantcont .relevantitem .itemcont {
  margin-bottom: 5px;
}

.productdetails .relevantcont .relevantitem .itemcont .img {
  float: left;
  width: 100%;
}

.productdetails .relevantcont .relevantitem .itemcont .img img {
  width: 100%;
  height: auto;
}

.productdetails .relevantcont .relevantitem .itemcont .text {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.productdetails .relevantcont .relevantitem .itemcont .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  position: relative;
  padding-bottom: 10px;


  height: 64px;
}

.productdetails .relevantcont .relevantitem .itemcont .text h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.productdetails .relevantcont .relevantitem .itemcont .text h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.productdetails .relevantcont .relevantitem .itemcont .text .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #00a0e6;
  margin-top: 5px;
}

.productdetails .relevantcont .relevantitem p {
  font-size: 15px;
  line-height: 27px;
  color: #000;

  height: 81px;
}

.adoption {
  padding-top: 60px;
  padding-bottom: 100px;
}

.adoption .group {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.adoption .group .list {
  width: 47%;
  margin: 50px 6% 0 0;
}

.adoption .group .list:nth-child(2n) {
  margin: 50px 0 0 0;
}

.adoption .group .list .tit {
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 13.5px;
  padding-bottom: 13.5px;
  position: relative;
}

.adoption .group .list .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.adoption .group .list .tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 100px;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.adoption .group .list .cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.adoption .group .list .cont .img {
  position: relative;
  height: auto;
  overflow: hidden;
  width: calc(50% - 1.0%);
  margin: 0 2% 20px 0;
}

.adoption .group .list .cont .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.adoption .group .list .cont .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
  display: none;
}

.adoption .group .list .cont .text {
  width: calc(50% - 1.0%);
}

.adoption .group .list .cont .text .text_a {
  margin-bottom: 25px;
}

.adoption .group .list .cont .text .text_a li {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  position: relative;
  padding-left: 10px;
}

.adoption .group .list .cont .text .text_a li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #00a0e6;
}

.adoption .group .list .cont .text .text_b li {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  position: relative;
  padding-left: 15px;
}

.adoption .group .list .cont .text .text_b li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  background: #000;
  border-radius: 50%;
}

.adoption .otheradoption {
  padding-top: 100px;
}

.adoption .otheradoption .othergroup {
  margin-top: 60px;
}

.adoption .otheradoption .othergroup .otherlist {
  margin-bottom: 25px;
}

.adoption .otheradoption .othergroup .otherlist .showhead {
  position: relative;
  background-color: #d5effb;
  padding: 20px 25px;
  cursor: pointer;
}

.adoption .otheradoption .othergroup .otherlist .showhead h3 {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.adoption .otheradoption .othergroup .otherlist .showhead .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
}

.adoption .otheradoption .othergroup .otherlist .showhead .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #64c3ed;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
}

.adoption .otheradoption .othergroup .otherlist .showhead .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #64c3ed;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transform: rotate(90deg);
}

.adoption .otheradoption .othergroup .otherlist .dropcont {
  padding: 35px 25px;
  clear: both;
  overflow: hidden;
  background-color: rgba(144, 164, 174, 0.1);
  transition: opacity 0.3s ease-in;
  display: none;
  box-sizing: border-box;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .img {
  width: 22%;
  float: left;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .img img {
  width: 100%;
  height: auto;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .img span {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #999;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .text {
  float: left;
  width: 75%;
  margin-left: 3%;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .text .text_a {
  margin-bottom: 25px;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .text .text_a li {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  position: relative;
  padding-left: 10px;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .text .text_a li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #00a0e6;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .text .text_b li {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  position: relative;
  padding-left: 15px;
}

.adoption .otheradoption .othergroup .otherlist .dropcont .text .text_b li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  background: #000;
  border-radius: 50%;
}

.adoption .otheradoption .othergroup .otherlist.active .showhead .icon::before {
  opacity: 0;
}

.adoption .otheradoption .othergroup .otherlist.active .showhead .icon::after {
  transform: rotate(180deg);
}

.newlist {
  padding-top: 60px;
  padding-bottom: 60px;
}

.newlist .cont {
  margin-top: 30px;
}

.newlist .cont .list .contleft {
  float: left;
  width: 366px;
}

.newlist .cont .list .contleft .top {
  width: 100%;
}

.newlist .cont .list .contleft .top .time {
  float: left;
  font-size: 15px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
}

.newlist .cont .list .contleft .top .imglogo {
  float: right;
  width: 50%;
  height: 40px;
  position: relative;
}

.newlist .cont .list .contleft .top .imglogo img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newlist .cont .list .contleft .proimg {
  width: 100%;
}

.newlist .cont .list .contleft .proimg img {
  width: 100%;
  height: auto;
}

.newlist .cont .list .contright {
  width: calc(100% - 390px);
  float: right;
}

.newlist .cont .list .contright .tit {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 13.5px;
  padding-bottom: 13.5px;
  position: relative;
  font-weight: bold;
}

.newlist .cont .list .contright .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: #00a0e6;
  z-index: 2;
}

.newlist .cont .list .contright .tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  content: '';
  width: 200px;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.newlist .cont .list .contright p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  margin-top: 15px;
}

.newlist .cont .list .contright .link {
  margin-top: 15px;
  position: relative;
}

.newlist .cont .list .contright .link .prolink {
  float: unset;
}

.newlist .cont .list .contright .link .prolink span {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  margin-top: 0;
  display: inline-block;
}

.newlist .cont .list .contright .link .prolink ul li a {
  font-size: 15px;
  line-height: 27px;
  display: inline-block;
  margin-top: 5px;
  color: #00a0e6;
  float: unset;
}

.newlist .cont .list .contright .link .back {
  position: absolute;
  font-size: 15px;
  line-height: 27px;
  color: #00a0e6;
  top: 0;
  margin-top: 0;
  right: 0;
  display: inline-block;
}

.purpose_details {
  padding-top: 60px;
  padding-bottom: 100px;
}

.purpose_details .detailsnav {
  clear: both;
  overflow: hidden;
  border: 1px solid #888;
  padding: 15px 25px;
  margin-bottom: 60px;
}

.purpose_details .detailsnav li {
  width: 25%;
  float: left;
  margin: 10px 0;
}

.purpose_details .detailsnav li a {
  padding-right: 45px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size: 15px;
  color: #000;
}

.purpose_details .detailsnav li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: all 0.3s ease-in;
}

.purpose_details .detailsnav li a:hover {
  color: #00a0e6;
}

.purpose_details .detailsnav li a:hover img {
  right: -10px;
}

.purpose_details .detailscont .img {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 60px;
}

.purpose_details .detailscont .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.purpose_details .detailscont .goods .tab {
  clear: both;
  overflow: hidden;
}

.purpose_details .detailscont .goods .tab a {
  width: 50%;
  float: left;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-bottom-color: #888;
  font-size: 15px;
  color: #000;
}

.purpose_details .detailscont .goods .tab a.active {
  border-color: #888;
  border-bottom-color: transparent;
}

.purpose_details .detailscont .goods .goodscont {
  margin-top: 40px;
}

.purpose_details .detailscont .goods .goodscont .goodslist {
  display: none;
}

.purpose_details .detailscont .goods .goodscont .goodslist.active {
  display: block;
}

.purpose_details .detailscont .goods .goodscont .goodslist table thead {
  background-color: #5b9bd5;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.purpose_details .detailscont .goods .goodscont .goodslist table thead tr th {
  padding: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.purpose_details .detailscont .goods .goodscont .goodslist table tbody {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td {
  padding: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .img {
  width: 176px;
  height: auto;
  margin-bottom: 0;
}

.purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .img img {
  width: 100%;
  height: auto;
}

.purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .link span {
  font-size: 18px;
  line-height: 27px;
  color: #00a0e6;
  display: block;
}

.purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .link a {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

.purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .text {
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

@media only screen and (max-width: 1400px) {
  .AllnavBox .Allnav::after {
    font-size: 3.45vw;
  }
}

@media only screen and (max-width: 1370px) {
  .AllnavBox .Allnav .close {
    right: 35px;
    top: 45px;
  }

  .AllnavBox .Allnav .navgroup .navlist .list_tit {
    font-size: 130%;
  }

  .indexbanner .swiper .indswi_cont .img_pc {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  .head .headTop .headCont .headNav .navUl {
    display: none;
  }

  .hoverbox .cont .hoverItem .ItemRight .RightLink {
    width: calc(50% - 15px);
  }

  .hoverbox .cont .hoverItem .ItemRight .RightLink:nth-child(3n) {
    margin-right: 30px;
  }

  .hoverbox .cont .hoverItem .ItemRight .RightLink:nth-child(2n) {
    margin-right: 0;
  }

  .hoverbox {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .head {
    background-color: #fff;
    padding: 0 20px;
  }

  .head .headTop {
    height: 70px;
  }

  .head .headTop .logo img {
    display: none;
  }

  .head .headTop .logo img.img2 {
    display: block;
  }

  .head .headTop .headCont .headNav .search {
    display: none;
  }

  .head .headTop .headCont .headicon {
    height: 28px;
    margin-top: 21px;
    margin-left: 0;
  }

  .head .headTop .headCont .headicon span {
    background-color: #000;
  }

  .head .headTop .headCont .headicon::after,
  .head .headTop .headCont .headicon::before {
    background-color: #000;
  }

  .AllnavBox {
    display: none;
  }

  .topsearch {
    display: none;
  }

  .indexbanner {
    margin-top: 70px;
    /*.indbanner_text {

            width: 80%;

            top: 10%;

        }*/
  }

  .indexbanner .indbanner_text h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0px;
  }

  .indexbanner .indbanner_text h4 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  .indexbanner .swiper .indswi_cont {
    height: 250px;
    width: 100%;
    position: relative;
    /*.img_pc {

                    display: none;

                }



                .img_phone {

                    display: block;

                    width: 100%;

                    height: auto;

                }*/
  }

  .indexbanner .swiper .indswi_cont img {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .index_meeting {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .index_meeting .meeting_img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .index_meeting .meeting_img img {
    width: 100%;
    height: auto;
  }

  .index_meeting .meeting_text {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .index_meeting .meeting_text .meeting_tit {
    margin-bottom: 12px;
  }

  .index_meeting .meeting_text .meeting_tit h2 {
    font-size: 25px;
    padding-bottom: 16px;
  }

  .index_meeting .meeting_text .godetails {
    padding: 13px 33px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 1.5px;
  }

  .rollTop {
    right: 20px;
    top: 85%;
    width: 40px;
    line-height: 38px;
  }

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

  .index_pickup .pickup_tit {
    font-size: 34px;
    line-height: 45px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }

  .index_pickup .pickup_group {
    display: none;
  }

  .index_pickup .pickupswi {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .index_pickup .pickupswi .swiper-button-prev {
    background-image: unset;
    width: 20px;
    height: 20px;
    margin-top: -15px;
    background-size: unset;
    content: "";
    transform: rotate(45deg);
    border-bottom: 1px solid #00a0e6;
    border-left: 1px solid #00a0e6;
    left: 5px;
  }

  .index_pickup .pickupswi .swiper-button-next {
    background-image: unset;
    width: 20px;
    height: 20px;
    margin-top: -15px;
    right: 5px;
    background-size: unset;
    content: "";
    transform: rotate(45deg);
    border-top: 1px solid #00a0e6;
    border-right: 1px solid #00a0e6;
  }

  .index_pickup .pickupswi .swiper-slide {
    padding: 0 25px;
  }

  .index_pickup .pickupswi .pickup_list {
    width: 100%;
  }

  .index_pickup .pickupswi .pickup_list .img {
    position: relative;
  }

  .index_pickup .pickupswi .pickup_list .img span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 40px;
    color: #00a0e6;
    line-height: 40px;
    z-index: 2;
  }

  .index_pickup .pickupswi .pickup_list .img img {
    width: 100%;
    height: auto;
  }

  .index_pickup .pickupswi .pickup_list .img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    content: '';
    display: none;
  }

  .index_pickup .pickupswi .pickup_list .img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0;
    content: '';
  }

  .index_pickup .pickupswi .pickup_list .text h2 {
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
    margin: 15px 0 10px 0;
  }

  .index_pickup .pickupswi .pickup_list .text h2 i {
    color: #00a0e6;
    margin-right: 3px;
  }

  .index_pickup .pickupswi .pickup_list .text p {
    font-size: 15px;
    line-height: 1.7;
    color: #000;
  }

  .phoneNav {
    display: none;
    height: calc(100% - 70px);
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .phoneNav .cont {
    padding: 30px 15px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .phoneNav .search a {
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 36px;
    border: 1px solid #fff;
    font-size: 15px;
    width: 76px;
    text-align: center;
    box-sizing: border-box;
  }

  .phoneNav .search .fill {
    border-bottom: 1px solid #fff;
    height: 38px;
    box-sizing: border-box;
    float: left;
    width: calc(100% - 96px);
    padding: 0 10px;
  }

  .phoneNav .search .fill i {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    margin-right: 10px;
  }

  .phoneNav .search .fill input {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    line-height: 38px;
    height: 38px;
    width: calc(100% - 34px);
    font-size: 15px;
  }

  .phoneNav .group {
    margin-top: 30px;
  }

  .phoneNav .group .list {
    border-bottom: 1px solid #b0b0b0;
  }

  .phoneNav .group .list .list_top {
    display: block;
    background-color: #f1f1f1;
    padding: 18px 30px 18px 15px;
    position: relative;
    color: #000;
  }

  .phoneNav .group .list .list_top span {
    font-size: 15px;
    font-weight: 700;
  }

  .phoneNav .group .list .list_top .fa {
    color: #6e6e6e;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
  }

  .phoneNav .group .list .list_top .topicon {
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto 0;
  }

  .phoneNav .group .list .list_top .topicon::after {
    transform: rotate(90deg);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #000;
    transition: opacity ease-in 0.25s, transform ease-in 0.25s;
  }

  .phoneNav .group .list .list_top .topicon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #000;
    transition: opacity ease-in 0.25s, transform ease-in 0.25s;
  }

  .phoneNav .group .list .list_bottom {
    background-color: #fff;
    padding: 10px 15px 10px 30px;
    display: none;
  }

  .phoneNav .group .list .list_bottom .bottomlist {
    padding: 12.5px 30px 12.5px 14px;
    position: relative;
    display: block;
  }

  .phoneNav .group .list .list_bottom .bottomlist span {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 17px;
  }

  .phoneNav .group .list .list_bottom .bottomlist i {
    color: #6e6e6e;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
  }

  .phoneNav .group .list.active .list_top .topicon::after {
    transform: rotate(0);
  }

  .index_news .news_tit {
    font-size: 34px;
    line-height: 45px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 80px;
  }

  .index_news .news_subtitle {
    font-size: 21px;
    height: 40px;
  }

  .index_news .tab {
    border-bottom: none;
  }

  .index_news .tab a {
    width: 48%;
    position: relative;
    float: left;
    min-width: unset;
    opacity: 0.6;
    padding: 0.6em 0.5em;
    color: #90a4ae;
    margin-right: 4%;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .index_news .tab a:nth-child(2n) {
    margin-right: 0;
  }

  .index_news .tab a.active {
    background-color: #90a4ae;
    border: 1px solid #90a4ae;
    color: #fff;
  }

  .index_news .news_group {
    margin: 30px 0;
  }

  .index_pro .indexpro_tit {
    font-size: 34px;
    line-height: 45px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: 40px;
  }

  .index_pro .cont {
    padding: 55px 1em 85px;
  }

  .index_pro .tit {
    margin: 0 0 1em;
    font-size: 146%;
  }

  .index_pro .link {
    font-size: 100%;
    line-height: 1.4;
    margin: 0.15em;
    padding: 0.9em 2.2em;
  }

  .index_pro .search {
    padding: 15px;
    bottom: -38px;
  }

  .index_pro .search .fill {
    line-height: 46px;
    height: 48px;
    padding-left: 30px;
    width: calc(100% - 75px);
  }

  .index_pro .search .fill:hover {
    background-color: #e0f0f7;
  }

  .index_pro .search .fill i {
    left: 10px;
  }

  .index_pro .search .fill input {
    line-height: 46px;
    height: 48px;
    font-size: 15px;
  }

  .index_pro .search a {
    line-height: 48px;
    height: 48px;
    font-size: 15px;
    width: 65px;
    padding: 0;
    margin-left: 10px;
  }

  .index_about {
    margin-top: 130px;
    padding-bottom: 40px;
  }

  .index_about .indexabout_tit {
    font-size: 34px;
    line-height: 45px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: 40px;
  }

  .index_about ul {
    display: block;
    grid-template-columns: unset;
    gap: unset;
    grid-template-areas: unset;
    padding: 0 3.0275%;
    clear: both;
    overflow: hidden;
  }

  .index_about ul li {
    grid-area: unset !important;
    width: 48%;
    float: left;
    margin: 0.5%;
    height: 120px;
    overflow: hidden;
  }

  .index_about ul li a {
    width: 100%;
    height: 100%;
  }

  .index_about ul li a span {
    display: block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding: 0;
  }

  .index_about ul li a .img {
    width: 100%;
    height: 100%;
  }

  .index_about ul li a .img img {
    transform: scale(1.5);
  }

  .index_about ul li a:hover .img img {
    transform: scale(1.5);
  }

  .footer {
    padding-top: 0;
  }

  .footer .basewidth {
    padding: 0;
  }

  .footer .logogroup {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0;
  }

  .footer .logogroup li {
    height: auto;
    width: 50%;
    padding-bottom: 20px;
  }

  .footer .logogroup li img {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    height: 75px;
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .footer .logogroup li span {
    margin-top: 10px;
    font-size: 12px;
  }

  .footer .nav {
    border-top: 1px solid #dbddde;
  }

  .footer .nav a {
    display: block;
    border-bottom: 1px solid #dbddde;
    margin: 0;
    font-size: 14px;
  }

  .footer .footlogo {
    width: 70%;
  }

  .footer .weblink a {
    display: block;
    line-height: 25px;
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
    color: #90a4ae;
  }

  .footer .tips {
    padding: 0 3%;
    font-size: 14px;
  }

  .footer .baseinfo {
    padding: 0 3%;
  }

  .footer .baseinfo .txet {
    width: 100%;
    float: unset;
  }

  .footer .baseinfo .txet h2 {
    font-size: 14px;
  }

  .footer .baseinfo .txet h2 p span,
  .footer .baseinfo .txet h2 p a {
    font-size: 14px;
  }

  .footer .baseinfo .img {
    width: 100%;
    float: unset;
    margin-left: 0;
  }

  .footer .baseinfo .img img {
    width: 120px;
    margin-top: 10px;
  }

  .main_banner {
    height: 195px;
  }

  .main_banner img {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main_banner .banner_text h3 {
    font-size: 22px;
  }

  .main_banner .banner_text span {
    font-size: 15px;
  }

  .publictit {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
  }

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

  .Environment .group {
    margin-top: 35px;
  }

  .Environment .group .link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .Environment .group .link:nth-last-child(1) {
    margin-bottom: 0;
  }

  .Environment .group .link span {
    line-height: 1.5;
    font-size: 18px;
  }

  .Environment .group .link:hover .img::after {
    display: none;
  }

  .Environment .group .link:hover .img img {
    transform: scale(1);
  }

  .Environment .group .link:hover span {
    color: #000;
  }

  .p_consult {
    padding: 70px 0;
  }

  .p_consult .cont {
    width: 90%;
    padding: 20px;
  }

  .p_consult .cont h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .p_consult .cont h4 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .p_consult .cont p {
    margin-bottom: 15px;
  }

  .p_consult .cont a {
    width: 100%;
    font-size: 17px;
    min-width: unset;
    padding: 10px 0;
  }

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

  .target .targetItem {
    margin-bottom: 40px;
  }

  .target .targetItem .text {
    margin-top: 25px;
  }

  .target .targetItem .text p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .target .targetItem .certificate {
    margin-top: 25px;
  }

  .target .targetItem .certificate p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    width: 100%;
    float: unset;
  }

  .target .targetItem .certificate img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    float: unset;
    width: 110px;
  }

  .productpurpose {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .productpurpose .group {
    margin-top: 30px;
  }

  .productpurpose .group .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .productpurpose .group .list .tit {
    line-height: 27px;
  }

  .productpurpose .group .list:hover .img img {
    transform: scale(1);
  }

  .productpurpose .group .list:hover .img::after {
    display: none;
  }

  .productdata {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .productdata .datacont {
    overflow-y: auto;
  }

  .productdata .datagroup {
    width: 1050px;
    margin-top: 25px;
  }

  .productdata .datagroup thead th:nth-child(1) {
    width: 150px !important;
  }

  .productdata .datagroup thead th:nth-child(2) {
    width: 150px !important;
  }

  .productdata .datagroup thead th:nth-child(3) {
    width: 300px !important;
  }

  .productdata .datagroup thead th:nth-child(4) {
    width: 300px !important;
  }

  .productdata .datagroup thead th:nth-child(5) {
    width: 150px !important;
  }

  .usecase .cont {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .usecase .intr p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .usecase .intr img {
    display: none;
  }

  .usecase .gofast {
    display: block;
  }

  .usecase .gofast a {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000;
    background: rgba(144, 164, 174, 0.1);
    font-size: 15px;
    padding: 7.5px 30px 7.5px 10px;
    letter-spacing: 1px;
    position: relative;
  }

  .usecase .gofast a::after {
    width: 13px;
    height: 13px;
    background-image: url(../images/ico_linkinpage.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 0;
    content: '';
  }

  .usecase .group {
    margin-top: 50px;
  }

  .usecase .group .list {
    margin-bottom: 30px;
  }

  .usecase .group .list .tit {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 25px;
    padding-bottom: 12px;
  }

  .usecase .group .list .listintr .img {
    display: block;
    float: unset;
    width: 80%;
    margin-left: 10%;
  }

  .usecase .group .list .listintr .text {
    display: block;
    float: unset;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin-bottom: 15px;
  }

  .Business {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .Business .Businessintr {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .Business .motion {
    margin-top: 30px;
  }

  .Business .motion .intr {
    margin-top: 20px;
  }

  .Business .motion .intr p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin-bottom: 15px;
  }

  .Business .b_product {
    margin-top: 35px;
  }

  .Business .b_product .publicintr {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .Business .b_product .publictype {
    padding-top: 15px;
  }

  .Business .b_product .publictype .typelist {
    margin-bottom: 40px;
  }

  .Business .b_product .publictype .typelist .typetit {
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 10px;
    letter-spacing: 1px;
  }

  .Business .b_product .publictype .typelist .group .list {
    margin-bottom: 30px;
  }

  .Business .b_product .publictype .typelist .group .list .listname {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    word-break: break-all;
    letter-spacing: 1px;
  }

  .Business .b_product .publictype .typelist .group .list .listinfo .img {
    float: unset;
    width: 86%;
    height: auto;
    margin-left: 7%;
    margin-bottom: 20px;
  }

  .Business .b_product .publictype .typelist .group .list .listinfo .text {
    float: unset;
    width: 100%;
  }

  .Business .b_product .publictype .typelist .group .list .listinfo .text p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
  }

  .Business .region {
    margin-top: 35px;
  }

  .Business .region .intr p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .Business .region .intr p a {
    color: #00a0e6;
    text-decoration: underline;
  }

  .Business .region .intr img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    word-break: break-all;
  }

  .harmonic {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .harmonic .creator .intr {
    margin-top: 30px;
  }

  .harmonic .creator .intr .text {
    width: 100%;
    float: unset;
    display: block;
  }

  .harmonic .creator .intr .text p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
  }

  .harmonic .creator .intr .img {
    width: 100%;
    float: unset;
    display: block;
    margin-bottom: 20px;
  }

  .harmonic .creator .intr .img span {
    font-size: 14px;
  }

  .harmonic .metal {
    margin-top: 30px;
  }

  .harmonic .metal .tips {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .harmonic .metal .intr .text {
    width: 100%;
    float: unset;
    margin-top: 20px;
  }

  .harmonic .metal .intr .text p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .harmonic .metal .intr .text p b {
    font-size: 16px;
  }

  .harmonic .metal .intr .img {
    width: 100%;
    float: unset;
  }

  .harmonic .metal .intr .img img {
    margin-top: 5px;
  }

  .harmonic .principle {
    margin-top: 30px;
  }

  .harmonic .principle video {
    margin-top: 30px;
  }

  .harmonic .principle ul {
    margin-top: 40px;
  }

  .harmonic .principle ul li {
    margin: 25px 0;
  }

  .harmonic .principle ul li .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .harmonic .principle ul li .img img {
    position: unset;
    width: 50%;
    transform: unset;
    top: unset;
    left: unset;
    max-width: unset;
    max-height: unset;
    margin-left: 25%;
  }

  .harmonic .principle ul li .text {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
    line-height: 27px;
  }

  .harmonic .speciality {
    margin-top: 50px;
  }

  .harmonic .speciality ul {
    padding-top: 30px;
  }

  .harmonic .speciality ul li {
    margin-bottom: 20px;
  }

  .harmonic .speciality ul li span {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 27px;
  }

  .harmonic .speciality ul li p {
    font-size: 15px;
    line-height: 27px;
    padding-left: 25px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .contact .group {
    padding-top: 30px;
  }

  .contact .group .list {
    width: 100%;
    margin-right: 0;
    float: unset;
    margin-bottom: 30px;
  }

  .contact .goconsult {
    line-height: 45px;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 30px;
  }

  .consult {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .consult .tips {
    padding: 0;
  }

  .consult .tips h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }

  .consult .tips p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 27px;
  }

  .consult form {
    padding: 0;
    margin-top: 30px;
  }

  .consult form .list {
    margin-bottom: 30px;
  }

  .consult form .list span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .consult form .list input {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
  }

  .consult form .list textarea {
    height: 150px;
    line-height: 25px;
    padding: 10px 15px;
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .consult .submit {
    line-height: 45px;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 30px;
  }

  .recruit {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .recruit .intr {
    font-size: 15px;
    text-align: left;
    margin-top: 30px;
  }

  .recruit .info {
    font-size: 15px;
    text-align: left;
    margin-top: 30px;
  }

  .recruit .demand {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .recruit .demand .demandhead li {
    width: 160px;
    line-height: 48px;
    font-size: 15px;
    display: none;
  }

  .recruit .demand .demandhead li:nth-last-child(1) {
    display: block;
    padding-left: 15px;
  }

  .recruit .demand .group .list .listhead li {
    line-height: 48px;
    font-size: 15px;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .recruit .demand .group .list .listhead li:nth-child(1) {
    padding-left: 15px;
    display: block;
    width: 60%;
  }

  .recruit .demand .group .list .listhead li:nth-last-child(1) {
    padding-right: 15px;
    display: block;
    width: 40%;
  }

  .recruit .demand .group .list .listhead li .icon {
    width: 45px;
  }

  .recruit .demand .group .list .details {
    padding: 20px 15px;
    padding-bottom: 30px;
  }

  .recruit .demand .group .list .details .detailscont {
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
  }

  .recruit .demand .group .list .details .detailscont::before {
    display: none;
  }

  .recruit .demand .group .list .details .detailscont .detailsItem {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    float: unset;
    box-sizing: border-box;
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .recruit .demand .group .list .details .detailscont .detailsItem:nth-last-child(1) {
    padding-left: 0;
  }

  .recruit .demand .group .list .details .detailscont .detailsItem h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .recruit .demand .group .list .details .detailscont .detailsItem p {
    font-size: 15px;
    line-height: 27px;
  }

  .recruit .demand .group .list .details .btn {
    line-height: 45px;
    padding: 0 40px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-top: 0px;
  }

  .aboutus {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .aboutus .intr {
    margin-top: 25px;
  }

  .aboutus .intr p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .aboutus .group {
    padding-top: 20px;
  }

  .aboutus .group .list {
    margin-bottom: 25px;
  }

  .aboutus .group .list .listtit {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .aboutus .group .list .img {
    float: unset;
    width: 100%;
    display: block;
  }

  .aboutus .group .list .text {
    margin-top: 15px;
    float: unset;
    width: 100%;
    display: block;
  }

  .aboutus .group .list .text li {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }

  .global {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .global .arrivetab {
    margin-bottom: 10px;
  }

  .global .arrivetab a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .global .arrivetab a:hover {
    color: #00a0e6;
  }

  .global .arrivetab a:hover::before {
    bottom: 12px;
    background: url(../images/ico_linkinpage.png) no-repeat center center;
  }

  .global .global_img {
    margin-bottom: 20px;
  }

  .global .globaltype .typeitem {
    margin-bottom: 80px;
  }

  .global .globaltype .typeitem .globallist {
    margin-top: 35px;
  }

  .global .globaltype .typeitem .globallist .listtit {
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  .global .globaltype .typeitem .globallist .listtit br{
    display: none;
  }
  .global .globaltype .typeitem .globallist .listtit span{
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
  }
  .global .globaltype .typeitem .globallist table tr {
    padding: 10px 0;
    display: block;
  }

  .global .globaltype .typeitem .globallist table tr .infolabel {
    padding: 0 10px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .global .globaltype .typeitem .globallist table tr .infobox {
    padding: 0 10px;
    width: 100%;
    display: block;
  }

  .honors {
    padding: 60px 0;
  }

  .honors .group .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .honors .group .list .tit {
    overflow: unset;
    text-overflow: unset;
    display: block;
    white-space: unset;
    line-height: 27px;
  }

  .honors .group .list:hover .img img {
    transform: scale(1);
  }

  .honors .group .list:hover .img::after {
    display: none;
  }

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

  .brand .brandlist {
    margin-bottom: 40px;
  }

  .brand .brandlist img {
    margin-top: 20px;
    width: 100%;
  }

  .page ul li span,
  .page ul li a {
    width: 32px;
    line-height: 32px;
    font-size: 15px;
  }

  .exhibition {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .exhibition .meeting {
    padding: 25px 15px;
  }

  .exhibition .meeting .meeting_img {
    width: 100%;
  }

  .exhibition .meeting .meeting_text {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-left: 0;
  }

  .exhibition .meeting .meeting_text .meeting_tit {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }

  .exhibition .meeting .meeting_text .meeting_info {
    font-size: 15px;
    line-height: 27px;
  }

  .exhibition .meeting .meeting_text .godetails {
    padding: 10px 30px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
  }

  .exhibition .news_group {
    margin: 30px 0;
    margin-bottom: 20px;
  }

  .exhibition .news_group .news_list {
    margin-bottom: 25px;
  }

  .exhibition .news_group .news_list .list_info .time {
    font-size: 15px;
  }

  .exhibition .news_group .news_list .list_info .label {
    font-size: 14px;
  }

  .exhibition .news_group .news_list .list_tit {
    font-size: 15px;
  }

  .exhibition .news_group .news_list .list_tit span {
    font-size: 14px;
  }

  .manual {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .manual table thead {
    display: none;
  }

  .manual table tbody {
    border-top: 1px solid #888;
  }

  .manual table tbody tr {
    padding: 20px 0;
    display: block;
  }

  .manual table tbody tr td {
    display: block;
    width: 100%;
    border-right: unset;
    text-align: center;
    padding: 0 15px;
    margin: 5px 0;
  }

  .manual table tbody tr td .manual_img {
    width: 120px;
    margin-bottom: 15px;
  }

  .publicsearch {
    padding: 25px 15px;
  }

  .publicsearch .fill {
    width: calc(100% - 95px);
    padding-left: 40px;
    padding-right: 15px;
  }

  .publicsearch .fill i {
    font-size: 19px;
    left: 22px;
  }

  .publicsearch .fill input {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
  }

  .publicsearch .sub {
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
  }

  .overview {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .overview .viewgroup {
    margin-top: 35px;
  }

  .overview .viewgroup .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
  }

  .overview .viewgroup .list h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .overview .viewgroup .list .listcont {
    margin-bottom: 15px;
  }

  .overview .viewgroup .list .listcont img {
    width: 120px;
    height: 120px;
  }

  .overview .viewgroup .list .listcont p {
    width: calc(100% - 140px);
    font-size: 15px;
    line-height: 25px;
  }

  .overview .viewgroup .list a {
    padding: 0;
    width: 80%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
  }

  .overview .addlist {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
  }

  .overview .addlist .logo {
    padding: 0;
  }

  .overview .addlist .logo img {
    width: 170px;
  }

  .overview .addlist .group .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border-right: none;
  }

  .overview .addlist .group .list .tit {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .overview .addlist .group .list .cont {
    margin-bottom: 15px;
  }

  .overview .addlist .group .list .cont .img {
    width: 120px;
    height: 120px;
  }

  .overview .addlist .group .list .cont .text {
    width: calc(100% - 140px);
    font-size: 15px;
    line-height: 25px;
  }

  .overview .addlist .group .list a {
    padding: 0;
    width: 80%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
  }

  .overview .addlist .group .list.last .tit {
    padding-bottom: 0;
  }

  .overview .overviewlink .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .overview .overviewlink .list .tit {
    font-size: 18px;
    left: 20px;
    bottom: 20px;
  }

  .overview .detailslist {
    margin-bottom: 30px;
  }

  .overview .datacont {
    margin-top: 25px;
    padding: 20px 15px;
    border-radius: 5px;
  }

  .overview .datacont a {
    padding: 0 38px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: 45px;
    width: 80%;
  }

  .overview .meeting {
    padding: 25px 15px;
  }

  .overview .meeting .meeting_img {
    width: 100%;
  }

  .overview .meeting .meeting_text {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-left: 0;
  }

  .overview .meeting .meeting_text .meeting_tit {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }

  .overview .meeting .meeting_text .meeting_info {
    font-size: 15px;
    line-height: 27px;
  }

  .overview .meeting .meeting_text .godetails {
    padding: 10px 30px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
  }

  .productlist {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .productlist .listtype .typetit {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .productlist .listtype .productgroup {
    padding-top: 30px;
  }

  .productlist .listtype .productgroup .productitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .productlist .listtype .productgroup.newproduct .productitem .timeandimg {
    margin-top: 5px;
  }

  .productlist .listtype .productgroup.newproduct .productitem .itemcont .text {
    margin-top: 0px;
  }

  .productlist .listtype .productgroup .productitem p {
    height: auto;
  }

  .productlist .linkbtn {
    width: calc(90% - 40px);
    font-size: 17px;
    min-width: unset;
    padding: 10px 0;
    margin-top: 30px;
  }

  .productdetails {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .productdetails .detailslist {
    margin-bottom: 40px;
  }

  .productdetails .specialitycont {
    margin-top: 25px;
  }

  .productdetails .specialitycont p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .productdetails .typecont {
    margin-top: 25px;
  }

  .productdetails .typecont p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .productdetails .datacont {
    margin-top: 25px;
    padding: 20px 15px;
    border-radius: 5px;
  }

  .productdetails .datacont a {
    padding: 0 38px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: 45px;
    width: 80%;
  }

  .productdetails .relevantcont {
    margin-top: 25px;
  }

  .productdetails .relevantcont .relevantitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .adoption {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .adoption .group {
    margin-top: 10px;
  }

  .adoption .group .list {
    margin-top: 30px;
  }

  .adoption .group .list:nth-child(2n) {
    margin-top: 30px;
  }

  .adoption .group .list .tit {
    font-size: 21px;
    line-height: 26px;
  }

  .adoption .group .list .tit::before {
    width: 30px;
  }

  .adoption .group .list .tit::after {
    width: 60px;
  }

  .adoption .group .list .cont .img {
    width: 100%;
    margin-bottom: 15px;
  }

  .adoption .group .list .cont .text {
    width: 100%;
  }

  .adoption .group .list .cont .text .text_a {
    margin-bottom: 15px;
  }

  .adoption .otheradoption {
    padding-top: 70px;
  }

  .adoption .otheradoption .othergroup {
    margin-top: 40px;
  }

  .adoption .otheradoption .othergroup .otherlist {
    margin-bottom: 30px;
  }

  .adoption .otheradoption .othergroup .otherlist .dropcont .text {
    width: 73%;
    margin-left: 5%;
  }

  .adoption .otheradoption .othergroup .otherlist .dropcont .text .text_a {
    margin-bottom: 15px;
  }

  .adoption .otheradoption .othergroup .otherlist.active .showhead .icon::before {
    opacity: 0;
  }

  .adoption .otheradoption .othergroup .otherlist.active .showhead .icon::after {
    transform: rotate(180deg);
  }

  .searchresult {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .searchresult .searchtips {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
  }

  .searchresult .productgroup {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .searchresult .productgroup .productitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .newlist {
    padding-bottom: 40px;
  }

  .newlist .cont {
    margin-top: 20px;
  }

  .newlist .cont .list .contleft {
    width: 100%;
  }

  .newlist .cont .list .contright {
    width: 100%;
    margin-top: 15px;
  }

  .newlist .cont .list .contright .tit {
    font-size: 16px;
  }

  .newlist .cont .list .contright .tit::before {
    width: 50%;
  }

  .newlist .cont .list .contright .tit::after {
    width: 100%;
  }

  .newlist .cont .list .contright p {
    margin-top: 10px;
  }

  .newlist .cont .list .contright a {
    margin-top: 10px;
  }

  .purpose_details {
    padding-bottom: 60px;
  }

  .purpose_details .detailsnav {
    display: none;
  }

  .purpose_details .detailscont .img {
    margin-bottom: 40px;
  }

  .purpose_details .detailscont .goods .tab a {
    line-height: 35px;
  }

  .purpose_details .detailscont .goods .goodscont {
    margin-top: 30px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist {
    width: 100%;
    overflow-y: auto;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table {
    width: 710px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table thead tr th {
    padding: 5px 15px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table thead tr th:nth-child(1) {
    width: 210px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table thead tr th:nth-child(2) {
    width: 250px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table thead tr th:nth-child(3) {
    width: 250px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td {
    padding: 5px 15px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .img img {
    width: auto;
    max-width: 180px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .link span {
    font-size: 16px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .link a {
    font-size: 16px;
  }

  .purpose_details .detailscont .goods .goodscont .goodslist table tbody tr td .text {
    font-size: 16px;
  }






  .productlist .listtype .productgroup.newproduct .productitem .itemcont .text h3{
    height: auto;
    max-height: 92px;
  }
  .productlist .listtype .productgroup.newproduct .productitem .itemcont .text .label{
    height: auto;
  }

  .searchresult .productgroup .productitem .itemcont .text h3 {
    height: auto;
    max-height: 64.6px;
  }

  .productlist .listtype .productgroup.history .productitem .itemcont .text h3{
    height: auto;
  }
}






.Login {
  padding-top: 70px;
  padding-bottom: 120px;
}

.Login .tips p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}

.Login .tips .link {
  clear: both;
  overflow: hidden;
}

.Login .tips .link a {
  float: right;
  padding-right: 40px;
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 27px;
  color: #000;
}

.Login .tips .link a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: all 0.3s ease-in;
}

.Login .tips .link a:hover {
  color: #00a0e6;
}

.Login .tips .link a:hover img {
  right: -10px;
}

.Login .loginfill {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 60px;
  margin-top: 60px;
}

.Login .loginfill .filllist {
  margin-bottom: 15px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.Login .loginfill .filllist span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 27px;
  color: #000;
  width: 100%;
  margin-bottom: 5px;
}

.Login .loginfill .filllist input {
  display: block;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  background: #e7e7e7;
  color: #000;
  line-height: 35px;
  height: 35px;
  font-size: 16px;
  box-sizing: border-box;
}

.Login .loginfill .filllist .tiaokuan {
  clear: both;
  overflow: hidden;
  margin-top: 25px;
}

.Login .loginfill .filllist .tiaokuan i {
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}

.Login .loginfill .filllist .tiaokuan p {
  float: left;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}

.Login .loginfill .filllist .tiaokuan p a {
  text-decoration: underline;
  color: #00a0e6;
  margin: 0 2px;
}

.Login .loginfill .filllist .tiaokuan.active i {
  position: relative;
  background-color: #00a0e6;
  border-color: #00a0e6;
  text-align: center;
}

.Login .loginfill .filllist .tiaokuan.active i::after {
  font-size: 16px;
  position: absolute;
  content: '✔';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.Login .loginfill .fillsub {
  margin-top: 30px;
  background: #00a0e6;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: block;
  border-radius: 3px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.Login .rebtn {
  margin: 0 0 15px;
  padding: 15px 20px;
  background-color: #e5f5fc;
  clear: both;
  overflow: hidden;
  margin-top: 30px;
}

.Login .rebtn p {
  float: left;
  display: inline-block;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  line-height: 36px;
}

.Login .rebtn a {
  float: right;
  display: inline-block;
  background-color: #00a0e6;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
  min-width: 110px;
  font-weight: bold;
}

.Login .lasttips {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.03);
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.privacypolicy {
  padding-top: 70px;
  padding-bottom: 70px;
}

.privacypolicy p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}
.productlist .listtype .productgroup .productitem .itemcont .img{
  position: relative;
}
.productlist .listtype .productgroup .productitem .itemcont .img .label{
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 30px;
  padding: 0 7px;
  color: #fff;
  font-size: 15px;
  background-color: red;
}
@media only screen and (max-width: 768px) {
  .Login {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .Login .tips p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .Login .tips p .pcbr {
    display: none;
  }

  .Login .tips .link a {
    font-size: 15px;
    line-height: 25px;
  }

  .Login .loginfill {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .Login .loginfill .filllist {
    margin-bottom: 10px;
    width: 100%;
  }

  .Login .loginfill .filllist span {
    font-size: 15px;
    line-height: 25px;
  }

  .Login .loginfill .filllist input {
    font-size: 15px;
  }

  .Login .loginfill .filllist .tiaokuan i {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

  .Login .loginfill .filllist .tiaokuan p {
    line-height: 22px;
    font-size: 13px;
  }

  .Login .loginfill .fillsub {
    margin-top: 25px;
    height: 45px;
    line-height: 45px;
    width: 100%;
  }

  .Login .rebtn {
    text-align: center;
    padding: 20px;
  }

  .Login .rebtn p {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    float: unset;
  }

  .Login .rebtn a {
    float: unset;
    margin-top: 10px;
  }

  .privacypolicy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .privacypolicy p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }


  .productdetails .relevantcont .relevantitem .itemcont .text h3{
    height: auto;
    max-height: 64px;
  }
  .productdetails .relevantcont .relevantitem p{
    height: auto;
    max-height: 81px;
  }


  .productlist .listtype .productgroup .productitem .itemcont .text h3.ellipsis_2{
    height: auto;
    max-height: 64.6px;
  }

  .productdetails .detailslist .publictit .newlabel{
    float: none;
  }

  .productlist .listtype .typetit img{
    float: none !important;
  }
}

.productdetails .detailslist .publictit.hasimg{
  padding-top: 30px;
}
.productdetails .detailslist .publictit .addlogo{
  float: right;
}
.productdetails .detailslist .publictit .newlabel{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  padding: 0 7px;
  color: #fff;
  font-size: 15px;
  background-color: red;
}