.w ul li a:hover {
  color: #4068f7;
  border-bottom: 2px solid #4068f7;
}

#footer {
  width: 100%;
  height: 656px;
  position: relative;
}

#footer .top {
  height: 168px;
  background-color: pink;
}

#footer .top .contain {
  padding-top: 35px;
}

#footer .top .contain>p {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 24px;
}

#footer .top .contain button {
  margin-left: calc(50% - 75px);
  width: 150px;
  height: 50px;
  border-radius: 5px;
  margin-top: 40px;
  background-color: #4068f7;
  border: none;
  font-size: 17px;
  color: white;
}

#footer .center {
  height: calc(656px - 168px);
  background-color: #121221;
}

#footer .center .w {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#footer .center .w .left {
  width: 280px;
  height: 223px;
  margin-top: 62px;
}

#footer .center .w .left img {
  width: 110px;
  height: 35px;
}

#footer .center .w .left>p {
  margin: 0;
  font-size: 13px;
  line-height: 21px;
  color: #8a8a90;
}

#footer .center .w .left>p:nth-child(5) {
  margin-bottom: 30px;
}

#footer .center .middle {
  width: 352px;
  margin-left: 242px;
  display: flex;
  justify-content: space-between;
}

#footer .center .middle dl {
  margin: 0;
  margin-top: 75px;
}

#footer .center .middle dl dt {
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 33px;
}

#footer .center .middle dl dd {
  margin: 0;
  font-size: 14px;
  margin-bottom: 26px;
  color: #8a8a90;
}

#footer .right {
  width: 113px;
  height: 175px;
  margin-top: 75px;
  margin-left: 98px;
}

#footer .right>p {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-align: center;
  margin-bottom: 31px;
}

#footer .right>img {
  width: 113px;
  height: 128px;
}

#footer .bottom {
  text-align: center;
  position: absolute;
  margin-left: 50%;
  transform: translate(-50%, -70px);
}

#footer .bottom>p {
  margin: 0;
  color: #8a8a90;
}

#body {
  width: 100%;
}

#body .banner {
  height: 605px;
  margin-bottom: 120px;
  background-image: url(../banner/11-yj.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

#body .banner .text {
  width: 1200px;
  padding-top: 154px;
  margin: 0 auto;
}

#body .banner .text p {
  color: white;
  font-size: 22px;
  padding-left: 20px;
}

#body .banner .text p:nth-child(2) {
  font-size: 48px;
  font-weight: 700;
}

#body .main {
  width: 1200px;
  margin: 0 auto;
}

#body .main .title {
  font-size: 37px;
  padding-top: 106px;
}

#body .main .title>p {
  border-left: 4px solid #456bf7;
  padding-left: 34px;
  margin-bottom: 95px;
}

/* 摄影机部分 */
#body .main .camera {
  height: 617px;
  border-radius: 25px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 11px rgba(8, 23, 77, 0.2);
  margin-bottom: 136px;
  display: flex;
  position: relative;
}

#body .main>a {
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background: rgba(64, 104, 247, 1);
  box-shadow: -1px 4px 8px rgba(10, 20, 54, 0.18);
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  margin: 120px auto;
}

#body .main .camera>img {
  width: 418px;
  height: 529px;
  margin-left: 30px;
  margin-top: 47px;
}

#body .main .camera>.leftText {
  width: 620px;
  height: 254px;
  margin-top: 87px;
  margin-left: 66px;
}

#body .main .camera>.leftText>p:nth-child(1) {
  width: 415px;
  height: 45px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 1.2%;
  margin-bottom: 20px;
}

#body .main .camera>.leftText>p:nth-child(2) {
  width: 620px;
  height: 189px;
  color: rgba(75, 91, 117, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1.2%;
}

/* 摄影机部分结束 */
/* 一体机部分 */
#body .main .NSCaster {
  height: 1217px;
  border-radius: 25px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 248, 255, 1) 41.67%,
      rgba(255, 255, 255, 1) 100%);
  box-shadow: 0px 7px 11px rgba(8, 23, 77, 0.2);
  margin-bottom: 136px;
  position: relative;
}

#body .main .NSCaster>a {
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background: rgba(64, 104, 247, 1);
  box-shadow: -1px 4px 8px rgba(10, 20, 54, 0.18);
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  margin: 120px auto;
}

#body .main .NSCaster .tie {
  width: 1103px;
  height: 146px;
  margin: 0 auto;
}

#body .main .NSCaster .tie>p:nth-child(1) {
  width: 555px;
  height: 45px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 1.2%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

#body .main .NSCaster .tie>p:nth-child(2) {
  color: rgba(75, 91, 117, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1.2%;
}

#body .main .NSCaster>.box1 {
  display: flex;
}

#body .main .NSCaster>.box1>img {
  width: 449px;
  height: 462px;
  margin-top: 90px;
  margin-left: 75px;
}

#body .main .NSCaster>.box1 ul {
  list-style: none;
  margin-top: 154px;
  margin-left: 97px;
}

#body .main .NSCaster>.box1 ul li {
  height: 44px;
  margin-bottom: 5px;
  line-height: 44px;
}

#body .main .NSCaster>.box1 ul li>span:nth-child(1) {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 30px;
  background: rgba(64, 104, 247, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 14px;
  line-height: 193.49997%;
  letter-spacing: 5.7%;
  text-align: center;
  line-height: 23px;
  margin-right: 5px;
}

#body .main .NSCaster>.box2 {
  display: flex;
}

#body .main .NSCaster>.box2 ul {
  list-style: none;
  margin-top: 48px;
  margin-left: 148px;
}

#body .main .NSCaster>.box2 ul li {
  height: 44px;
  margin-bottom: 5px;
  line-height: 44px;
}

#body .main .NSCaster>.box2 ul li>span:nth-child(1) {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 30px;
  background: rgba(64, 104, 247, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 14px;
  line-height: 193.49997%;
  letter-spacing: 5.7%;
  text-align: center;
  line-height: 23px;
  margin-right: 5px;
}

#body .main .NSCaster>.box2>img {
  width: 461px;
  height: 441px;
  margin-left: 208px;
}

/* 一体机部分结束 */
/* pad部分开始 */
#body .main .pad {
  height: 843px;
  border-radius: 25px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 11px rgba(8, 23, 77, 0.2);
  margin-bottom: 136px;
  padding-top: 30px;
  position: relative;
}

#body .main>a {
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background: rgba(64, 104, 247, 1);
  box-shadow: -1px 4px 8px rgba(10, 20, 54, 0.18);
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  margin: 120px auto;
}

#body .main .pad>p:nth-child(1) {
  width: 461px;
  height: 45px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 1.2%;
  margin: 0 auto;
  margin-bottom: 20px;
}

#body .main .pad>p:nth-child(2) {
  width: 1100px;
  height: 81px;
  color: rgba(75, 91, 117, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1.2%;
  margin: 0 auto;
}

#body .main .pad>img {
  width: 1074px;
  height: 505px;
  margin-top: 96px;
  margin-left: 63px;
}

/* pad部分结束 */
/* 合作伙伴部分 */
#body .main .partner p:nth-child(1) {
  width: 160px;
  height: 60px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  margin: 0 auto;
}

#body .main .partner p:nth-child(2) {
  width: 258px;
  height: 24px;
  color: rgba(68, 68, 68, 1);
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 79px;
}

#body .main .partner .partnerList {
  width: 1206px;
  height: 674px;
}

#body .main .partner .partnerList ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

#body .main .partner .partnerList ul li {
  width: 222px;
  height: 126px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

.marginList {
  margin-top: 11px;
}

/* 合作伙伴部分 */