* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
button {
  cursor: pointer;
}
.wrap {
  margin: 0 auto;
  width: 1500px;
}
img{
  width: 100%;
}
.wrap .header {
  display: flex;
  width: 100%;
  padding: 20px 0px 20px 290px;
  background-color: #120e8b;
  background-image: linear-gradient(to right, #0F0380, #2670F0);
}
.wrap .header .logo {
  width: 137px;
  height: 38px;
}
.wrap .header .logo h1 {
  width: 137px;
  height: 38px;
}
.wrap .header .logo h1 a {
  display: block;
  width: 133px;
  height: 37px;
  background-image: url(/img/logo.png);
  background-size: contain;
  /* 目的：让h1里面的字看不见 */
  font-size: 0;
}
.wrap .header .nav {
  width: 80%;
}
.wrap .header .nav ul {
  display: flex;
  justify-content: space-evenly;
}
.wrap .header .nav ul li {
  color: #fff;
  font-size: 24px;
}
.wrap .header .nav ul hr {
  margin: 0 auto;
  margin-top: 10px;
  width: 36px;
  height: 2px;
  background-image: linear-gradient(180deg, #FDFDFF 0%, rgba(249, 250, 254, 0) 100%);
  border-radius: 2px;
}
.wrap .banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrap .banner img {
  width: 100%;
}
.wrap .banner .p0 {
  position: absolute;
  top: 325px;
    left: 845px;
  width: 192px;
  height: 48px;
  background: #00C7EF;
  border-radius: 4px;
}
.wrap .banner .p0 .p12 {
  text-align: center;
  line-height: 48px;
  color: #fff;
}
.wrap .prc {
  margin-top: 150px;
}
.wrap .prc .p1 {
  font-size: 34px;
  text-align: center;
}
.wrap .prc hr {
  margin: 0 auto;
  margin-top: 8px;
  width: 48px;
  height: 4px;
  opacity: 0.1;
  border-radius: 2px;
  background-color: #266EEB;
}
.wrap .prc .p2 {
  margin-top: 8px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}
.wrap .prc .img2 {
  margin-top: 30px;
}
.wrap .scence {
  overflow: hidden;
  background-color: #F8F9FA;
}
.wrap .scence .p3 {
  margin-top: 150px;
  font-size: 34px;
  text-align: center;
}
.wrap .scence hr {
  margin: 0 auto;
  margin-top: 8px;
  width: 48px;
  height: 4px;
  opacity: 0.1;
  border-radius: 2px;
  background-color: #266EEB;
}
.wrap .scence .img3 {
  margin: 0 auto;
  width: 1200px;
  margin-top: 30px;
  margin-bottom: 51px;
  height: 584px;
}
.wrap .security .p4 {
  margin-top: 150px;
  font-size: 34px;
  text-align: center;
}
.wrap .security hr {
  margin: 0 auto;
  margin-top: 8px;
  width: 48px;
  height: 4px;
  opacity: 0.1;
  border-radius: 2px;
  background-color: #266EEB;
}
.wrap .security .p5 {
  margin-top: 8px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}
.wrap .security ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
  width: 1200px;
}
.wrap .security ul li {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  width: 588px;
  height: 265px;
  background: #fafafa;
  border-radius: 10px;
}
.wrap .security ul li .left {
  width: 174px;
  height: 174px;
}
.wrap .security ul li .right .p6 {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
.wrap .security ul li .right .p7 {
  margin-top: 30px;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.wrap .case {
  overflow: hidden;
  padding-bottom: 150px;
  background-color: #F8F9FA;
}
.wrap .case .p8 {
  margin-top: 150px;
  font-size: 34px;
  text-align: center;
}
.wrap .case hr {
  margin: 0 auto;
  margin-top: 8px;
  width: 48px;
  height: 4px;
  opacity: 0.1;
  border-radius: 2px;
  background-color: #266EEB;
}
.wrap .case .img4 {
  width: 1200px;
  height: 584px;
  margin: 0 auto;
  margin-top: 30px;
}
.wrap .aboutUs {
  height: 800px;
}
.wrap .aboutUs .p9 {
  margin-top: 150px;
  font-size: 34px;
  text-align: center;
}
.wrap .aboutUs hr {
  margin: 0 auto;
  margin-top: 8px;
  width: 48px;
  height: 4px;
  opacity: 0.1;
  border-radius: 2px;
  background-color: #266EEB;
}
.wrap .aboutUs .main {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 1200px;
}
.wrap .aboutUs .main .main_us {
  overflow: hidden;
  position: absolute;
  top: 40px;
  width: 728px;
  height: 504px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0px 4px 16px 0px #ccc;
  background-color: #fff;
  z-index: 2;
}
.wrap .aboutUs .main .main_us .p10 {
  margin-top: 82px;
  margin-left: 32px;
  margin-bottom: 80px;
  font-size: 24px;
  color: #333;
}
.wrap .aboutUs .main .main_us .p11 {
  margin-left: 34px;
  color: #666;
}
.wrap .aboutUs .main .img5 {
  float: right;
  width: 574px;
  height: 584px;
  z-index: 1;
}
.wrap .footer {
  width: 100%;
  height: 296px;
  background-color: #2A2C33;
}
.wrap .footer .foot_main {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.wrap .footer .foot_main .foot_p {
  margin-top: 40px;
  font-size: 20px;
  color: #FFFFFF;
}
.wrap .footer .foot_main .foot_p2 {
  margin-top: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
.wrap .footer .foot_main .relation {
  width: 225px;
}
.wrap .footer .foot_main .coperation {
  width: 161px;
}
.wrap .footer .foot_main .work {
  width: 80px;
}
.wrap .footer .foot_main .work a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
.wrap .footer .foot_main .wx {
  margin-top: 40px;
  width: 118px;
}
.wrap .footer hr {
  margin: 0 auto;
  margin-top: 30px;
  width: 1200px;
  height: 1px;
  opacity: 0.5;
  background: #3D3F47;
}
.wrap .footer .p12 {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #F8F9FA;
}
