* {
  padding: 0;
  margin: 0;
}

li {
  /* float: left; */
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.banxin {
  width: 1200px;
  margin: 0 auto;
}

.header {
  height: 92px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.header li:nth-child(1) {
  width: 176px;
}

.header li a:hover {
  color: red;
}

.bannerImg {
  position: relative;
  width: 1903px;
  height: 350px;
  margin: 0 auto;
}
.bannerImg img{
  width: 100%;
}

.safe_system {
  margin-top: 105px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
}

.safe_system .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
}

.safe_system .title .mainTitle {
  font-size: 45px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0E050B;
}

.safe_system .title .timesTitle {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #0E050B;
}

.safe_system .message {
  text-align: left;
  margin-top: 43px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #0E050B;
  line-height: 35px;
}

.safe_system .image {
  margin-top: 47px;
  width: 100%;
  height: 500px;
}

.safe_system .progress {
  display: flex;
  margin-top: 56px;
  justify-content: space-around;
}

.safe_system .progress .jia {
  display: flex;
  align-items: center;
}

.safe_system .progress_illustrate {
  display: flex;
  justify-content: space-between;
}

.safe_system .progress_illustrate .content {
  margin-top: 20px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #474747;
}

.safe_system .progress_illustrate .content:nth-child(2) {
  margin-left: 60px;
}

.safe_system .progress_illustrate .content:nth-child(3) {
  margin-left: 45px;
}

.ThreeCores {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ThreeCores h4 {
  text-align: center;
  font-size: 45px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #404040;
}

.ThreeCores .imgcontent1 {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}

.ThreeCores .imgcontent1 img {
  width: 592px;
  height: 414px;
}

.ThreeCores .imgcontent2 {
  margin-top: 24px;
  width: 1200px;
  height: 412px;
}

.Camera {
  display: flex;
  margin-top: 86px;
  justify-content: space-between;
  text-align: center;
  font-weight: 800;
}

.Camera .illustrate {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.Camera .illustrate .title {
  font-size: 45px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0E050B;
  line-height: 35px;
}

.Camera .illustrate .message {
  margin-top: 22px;
  width: 1170px;
  height: 56px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #0E050B;
  line-height: 35px;
  text-align: left;
}

.Camera .Graphic {
  margin-top: 75px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Camera .Graphic .PublicArea {
  height: 393px;
  width: 1200px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
}

.Camera .Graphic .PublicArea .left {
  width: 300px;
  height: 393px;
  background: linear-gradient(0deg, #F2414E, #FF7B61);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.Camera .Graphic h4 {
  font-size: 36px;
  font-weight: normal;
}

.Camera .Graphic .PublicArea .left span {
  font-size: 26px;
}

.Camera .Graphic .PublicArea .center {
  flex: 1;
  /* background-color: yellow; */
  padding: 32px 0;
}

.Camera .Graphic .PublicArea .center ul {
  display: flex;
  flex-flow: wrap;
}

.Camera .Graphic .PublicArea .center ul li a {
  padding-top: 20px;
  width: 180px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-right: 1px solid #dadada;
}

.Camera .Graphic .PublicArea .center ul li:nth-child(-n+4) {
  border-bottom: 1px solid #dadada;
}

.Camera .Graphic .PublicArea .right {
  width: 180px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Camera .Graphic .PublicArea .right a {
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: space-between;
}

.Camera .Graphic .PrivacyZone {
  margin-top: 30px;
  width: 1200px;
  height: 233px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
}

.Camera .Graphic .PrivacyZone .left {
  width: 300px;
  height: 233px;
  background: linear-gradient(0deg, #F2414E, #FF7B61);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.Camera .Graphic .PrivacyZone .right {
  flex: 1;
  /* background-color: yellow; */
  padding: 32px 0;
}

.Camera .Graphic .PrivacyZone .right ul {
  display: flex;
  flex-wrap: start;
}

.Camera .Graphic .PrivacyZone .right ul li a {
  padding-top: 20px;
  width: 150px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-right: 1px solid #dadada;
}
.Camera .Graphic .PrivacyZone .right ul li:nth-child(6) a{
  border: none;
}


.Camera .Graphic .PrivacyZone .left span {
  font-size: 24px;
}

footer {
  width: 1903px;
  height: 565px;
  margin: 0 auto;
  background-color: #31353d;
  margin-top: 148px;
  position: relative;
  overflow: hidden;
}

footer .firstline {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 35px 465px 0;
}

footer .line1 {
  width: 1200px;
  height: 1px;
  background-color: #3e444e;
  margin: 23px 0 0;
}

footer .footerMore {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
}

footer .footerMore img {
  width: 193px;
  height: 66px;
}


footer .footerMore .column1 .about {
  font-size: 14px;
}

footer .footerMore .currentline {
  width: 30px;
  height: 2px;
  background: #EA3D34;
  margin: 10px 0 30px;
}

footer .footerMore ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .footerMore ul a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  padding: 10px 0;
}

footer .footerMore ul a:hover {
  color: red;
}

.column3 {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.column3 .illustrate {
  width: 300px;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  border-radius: 24px;
  border: 2px solid #6f7277;
}


.column3 .erweima {
  width: 300px;
  display: flex;
  justify-content: space-between;
  padding: 0 21px;
  height: 122px;
}

.column3 .erweima .erweima1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.column3 .erweima .erweima1 img {
  width: 100px;
  height: 100px;
}

.column3 .erweima .erweima1 .concern1 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: .3px;
}

footer .line2 {
  position: absolute;
  bottom: 108px;
  left: 0;
  width: 1903px;
  height: 1px;
  background-color: #3e444e;
}

footer .banquan {
  margin: 113px 521px 30px 405px;
  width: 374px;
  height: 49px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.3;
}