body,
html,
ul,
h2,
h1,
dl,
dt,
dd {
  width: 100%;
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}
div,
p {
  margin: 0;
}
li {
  list-style: none;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
.header-wrap {
  position: absolute;
  min-width: 100%;
  height: 113px;
  white-space: nowrap;
}
.header-wrap .navigation {
  height: 65px;
  background: #363636;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-wrap .navigation .border-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header-wrap .navigation .border-bottom li {
  margin-right: 4%;
  font-size: 16px;
}
.header-wrap .navigation .border-bottom li h2 {
  font-size: 100%;
  font-weight: 400;
}
.header-wrap .navigation .border-bottom li h2 a {
  color: #fff;
  padding-bottom: 2px;
}
.header-wrap .navigation .border-bottom li h2 a:hover {
  border-bottom: 2px solid #1dadce;
}
.header-wrap .navigation .border-bottom li.current h2 a {
  border-bottom: 2px solid #1dadce;
}
.content {
  padding-top: 65px;
  /*壁挂机*/
}
.content .info1,
.content .info2,
.content .info3,
.content .info4,
.content .info5,
.content .info6,
.content .info7,
.content .info8,
.content .info9 {
  width: 100%;
  position: relative;
  text-align: center;
}
.content .info2 img {
  width: 62%;
}
.content .info3 img {
  width: 100%;
}
.content .info3 .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  top: 20px;
  position: absolute;
  width: 100%;
}
.content .info1 {
  width: 100%;
  position: relative;
}
.content .info1 img {
  width: 100%;
}
.content .info1 ul {
  position: absolute;
  bottom: 25%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.content .info1 ul li {
  margin-right: 20px;
}
.content .info1 ul li a:hover {
  color: #2df4eb;
  border-color: #2df4eb;
}
.content .info1 ul li a {
  border: 1px solid #1dadce;
  border-radius: 25px;
  padding: 0 8px;
  color: #1dadce;
  font-size: 30px;
}
.content .case .title,
.content .datawrap .title,
.content .honor .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.content .case .border-bottom,
.content .datawrap .border-bottom,
.content .honor .border-bottom {
  margin: 12px auto;
  border: 1px solid #1aa3c4;
  background: #1aa3c4;
  width: 4.8%;
}
.content .datawrap {
  padding-top: 3%;
  background: #fff;
}
.content .datawrap .desc {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.content .datawrap .data ul {
  display: flex;
  justify-content: center;
}
.content .datawrap .data ul li {
  margin-top: 2%;
  width: 15.476563%;
  height: 7.875%;
  background: #f1f1f1;
  margin-right: 2.40625%;
  text-align: center;
  border-radius: 10px;
  padding-bottom: 1%;
}
.content .datawrap .data ul li p {
  margin-top: 26px;
  color: #000;
  font-size: 15px;
}
.content .datawrap .data ul li p span:first-child {
  color: #1dadce;
  font-size: 36px;
  margin-top: 26px;
}
.content .datawrap .data ul li:hover {
  background: #1dadce;
  color: #fff;
}
.content .datawrap .data ul li:hover p {
  color: #fff;
}
.content .datawrap .data ul li:hover p span:first-child {
  color: #fff;
}
.content .datawrap .data .join {
  padding-top: 2.8125%;
  padding-bottom: 3.3125%;
  text-align: center;
}
.content .datawrap .data .join a {
  font-size: 0.1071rem;
  color: #1aa3c4;
  border: 1px solid #1aa3c4;
  padding: 6px 13px;
  border-radius: 10px;
}
.content .datawrap .data .join a:hover {
  background: #1aa3c4;
  color: #fff;
}
.content .datawrap .data .join a:not(first-child) {
  margin-left: 20px;
}
.content .videowrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.content .videowrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.content .case ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.content .case ul li {
  width: 30%;
  margin: 0 1%;
}
.content .case ul li img {
  width: 100%;
}
.content .case ul li p {
  color: #00a0e9;
  text-align: center;
}
.content .honor {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 15px;
}
.content .honor .nav {
  width: 100%;
}
.content .honor .nav ul {
  width: 200%;
  height: 100%;
  animation: picmove 30s linear infinite forwards;
}
.content .honor .nav ul li {
  margin: 0 15px;
  display: inline-block;
}
.content .honor .nav ul li img {
  height: 200px;
}
.content .touch {
  margin-top: 15px;
  background: url("./image/bluebg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  text-align: center;
}
.content .touch p {
  font-size: 18px;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #fff;
}
.content .touch a.reg {
  color: #fff;
  background: #ff9f19;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 30px;
}
.content .bgj .item {
  position: relative;
  color: #fff;
  font-size: 14px;
}
.content .bgj .item h1 {
  font-weight: bold;
  margin-bottom: 3%;
}
.content .bgj .item .bg {
  width: 100%;
  vertical-align: bottom;
}
.content .bgj .item .split {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 50%;
  transform: translateY(-50%);
}
.content .bgj .item .split img {
  width: 80%;
}
.content .bgj .item .lunbo {
  position: absolute;
  top: 50.55%;
  left: 14.102%;
  width: 47.5%;
  transform: translateY(-50%);
}
.content .bgj .item .lunbo img {
  width: 80%;
}
.content .bgj .item .title {
  top: 10%;
  left: 50%;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
}
.content .bgj .item .title h1 {
  font-size: 3rem;
}
.content .bgj .item .title p {
  color: #fff;
  margin-bottom: 10%;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.content .bgj .item .title2 {
  position: absolute;
  width: 36%;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.content .bgj .item .title2 h1 {
  color: #333;
  font-size: 2rem;
}
.content .bgj .item .title2 p {
  color: #666;
  margin-bottom: 10%;
}
.content .bgj .item .title3 {
  position: absolute;
  width: 28%;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
.content .bgj .item .title3 h1 {
  color: #333;
  font-size: 2rem;
}
.content .bgj .item .title3 p {
  color: #666;
  margin-bottom: 10%;
}
.content .bgj .item .title4 {
  position: absolute;
  width: 36%;
  top: 46%;
  left: 9%;
  transform: translateY(-50%);
}
.content .bgj .item .title4 h1 {
  color: #333;
  font-size: 2rem;
}
.content .bgj .item .title4 p {
  color: #666;
  margin-bottom: 10%;
}
.content .bgj .item .title5 {
  position: absolute;
  width: 40%;
  top: 55%;
  right: 7%;
  transform: translateY(-50%);
}
.content .bgj .item .title5 h1 {
  color: #333;
  font-size: 2rem;
}
.content .bgj .item .title5 p {
  color: #666;
  margin-bottom: 10%;
}
.content .bgj .item .title9 {
  position: absolute;
  width: 40%;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #fff;
}
.content .bgj .item .title9 h1 {
  color: #fff;
  font-size: 2rem;
}
.content .bgj .item .title9 p {
  color: #acacac;
  margin-bottom: 10%;
}
.content .bgj .item .title9 p2 {
  color: #fff;
  margin-bottom: 10%;
}
.content .bgj .item .title10 {
  position: absolute;
  width: 34%;
  top: 55%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
}
.content .bgj .item .title10 h1 {
  color: #fff;
  font-size: 2rem;
}
.content .bgj .item .title10 p {
  color: #fff;
  margin-bottom: 10%;
}
.foot {
  background: #363636;
  white-space: nowrap;
  color: #fff;
  padding-top: 1%;
}
.foot .footer {
  white-space: nowrap;
  color: #fff;
}
.foot .footer .top {
  display: flex;
  justify-content: center;
}
.foot .footer .top .left {
  display: flex;
}
.foot .footer .top .left dl {
  text-align: left;
  margin-right: 30PX;
}
.foot .footer .top .left dl dt {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
}
.foot .footer .top .left dl dd {
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 300;
  color: #eee;
  font-size: 14px;
  margin: 0px;
}
.foot .footer .top .left dl dd a {
  text-decoration: none;
  color: #eee;
}
.foot .footer .top .right {
  display: flex;
  justify-content: center;
}
.foot .footer .top .right dl.ewm {
  text-align: center;
}
.foot .footer .top .right dl.ewm dd {
  margin: 0;
}
.foot .footer .top .right dl.ewm dd img {
  height: 85px;
  width: 85px;
}
.foot .footer .top .right dl.ewm dt {
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 300;
  color: #eee;
  font-size: 12px;
}
.foot .footer .top .right dl.phonewrap {
  margin-left: 30px;
  letter-spacing: 2px;
}
.foot .footer .top .right dl.phonewrap h2 {
  color: #eee;
  font-size: 20px;
}
.foot .footer .top .right dl.phonewrap dt {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
}
.foot .footer .top .right dl.phonewrap dd a {
  padding: 4px 8px;
  border-radius: 10px;
  margin-right: 8px;
}
.foot .footer .top .right dl.phonewrap dd a:first-child {
  border: 1px solid #1aa3c4;
  color: #1aa3c4;
}
.foot .footer .top .right dl.phonewrap dd a:first-child {
  border: 1px solid #1aa3c4;
  color: #1aa3c4;
}
.foot .footer .top .right dl.phonewrap dd a:first-child:hover {
  background-color: #1aa3c4;
  color: #fff;
}
.foot .footer .top .right dl.phonewrap dd a:nth-child(2) {
  margin-left: 1.25%;
  color: #ff4500;
  border: 1px solid #ff4500;
}
.foot .footer .top .right dl.phonewrap dd a:nth-child(2):hover {
  background-color: #ff4500;
  color: #fff;
}
.foot .footer .top .right dl.phonewrap dd:nth-child(3) {
  margin-top: 25px;
}
.foot .footer .bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  letter-spacing: 2px;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.foot .footer .bottom p {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
@keyframes picmove {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-750px);
  }
}
/*# sourceMappingURL=index.css.map */