.container {
  width: 1200px;
  margin: 0 auto;
}
header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > ul {
  display: flex;
  justify-content: space-around;
}
.active {
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  /* background-color: pink; */
  border-radius: 5px;
}
.login-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-header > img {
  width: 50px;
}
.login-header > span {
  font-size: 28px;
  color: rgb(60, 82, 153);
  line-height: 68px;
}
header > ul > li {
  display: inline-block;
  width: 80px;
  padding: 0 20px;
  font-weight: 510;
  font-size: 20px;
}
header > ul > li > a {
  display: inline-block;
  width: 100%;
  color: rgb(60, 82, 153);
}
video {
  width: 100%;
  height: 80%;
  /* margin: 0 auto; */
  text-align: center;
}
.box {
  width: 100%;
  position: relative;
}
.bg {
  width: 100%;
  height: 640px;
}
.trait {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-around;
  padding: 0 10%;
  align-items: center;
  background-color: rgba(41, 48, 53, 0.2);
}
.trait > li {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px;
}
.trait > li > h3 {
  width: 205px;
  height: 46px;
}
.trait > li > span {
  display: inline-block;
  width: 210px;
  height: 2px;
  background-color: rgb(201, 10, 10);
}
.trait > li > p {
  margin-top: 10px;
  line-height: 25px;
  font-size: 13px;
}
.trait > li > a {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #10599e;
  border: 1px solid #666;
  border-radius: 50px;
  display: inline-block;
  padding: 0 16px;
  color: #666;
  box-sizing: border-box;
  font-size: 14px;
}
.trait > li > a:hover {
  color: #dc0808;
  border-color: #dc0808;
}
.bride {
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.bride > h1 {
  color: #10599e;
  margin-bottom: 20px;
}
.bride > p {
  font-size: 17px;
  margin-bottom: 10px;
}
.bride > p > span {
  font-size: 20px;
  color: #dc0808;
  font-weight: bold;
}
.idea {
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ccc;
}
.idea > img {
  width: 40%;
}
.idea > div {
  margin-right: 100px;
}
.idea > div > h1 {
  width: 100%;
  text-align: right;
  font-size: 26px;
}
.idea > div > p {
  font-size: 17px;
  line-height: 35px;
  text-indent: 2em;
  margin: 40px 0;
}
.down {
  height: 188px;
  background-color: #2f3239;
}

.downs > .navs {
  display: flex;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  line-height: 50px;
}

.downs > .navs > li:nth-child(even) {
  margin: 0 10px;
  color: #666;
}

.downs > .text {
  /* color: #626469; */
  text-align: center;      
}
/* 产品介绍 */
.introduce {
  height: 423px; 
  display: flex;
  align-items: center;
}
.introduce > img {
  width: 600px;
}
.introduce > .article {
  display: flex;
  flex-direction: column;
}
.introduce > .article > h2 {
  margin-bottom: 40px;
  margin-left: 20px;
}
.introduce > .article > p {
  text-indent: 2em;
  font-size: 17px;
  line-height: 35px;
  margin-right: 20px;
  margin-left: 20px;
}
.imge {
  width: 300px;
  height: 400px;
  margin-right: 100px;
}
.agora {
  display: flex;
}
.agora > div > h2 {
  margin: 30px 0;
}
.agora > div > h4 {
  text-indent: 2em;
}
.agora > img {
  width: 500px;
}
.agora > div .boxx {
  display: flex;
  align-items: center;
}

.agora > div .boxx > span {
  font-size: 35px;
  margin: 20px 5px;
}
.agora > div .boxx > img {
  width: 49px;
  border-radius: 3px;
}
.agora > div .boxx > div {
  box-sizing: border-box;
  padding: 5px 10px;
  width: 500px;
  height: 50px;
  background-color: #e0e7ed;
}
.yewu {
  color: #1e3e8a;
  font-weight: normal;
}
.product > img {
  width: 400px;
}
.product {
  display: flex;
  flex-wrap: nowrap;
}
.rate {
  display: flex;
}
.rate > h4 {
  font-size: 28px;
  margin: 0 40px;
}
.rate > ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.rate > ul > li > img {
  height: 50px;
}
.rate > ul > li {
  display: flex;
  align-items: center;
}
.rate > ul > li > span {
  font-size: 24px;
  padding-bottom: 10 px;
}
.text {
  font-size: 20px;
  text-indent: 2em;
  padding: 0 20px;
  margin: 50px 0;
  color: #666;
}
.case {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
}
.case > img {
  width: 400px;
}
.contact {
  margin: 30px 0 20px;
  display: flex;
  justify-content: space-around;
}
.contact > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.act {
  background-color: rgb(201, 206, 221);
}
.address {
  padding-left: 350px;
  color: #626469;
  font-size: 18px;
  line-height: 50px;
}
.address > p > span {
  font-size: 20px;
}
.banner {
  width: 100%;
  height: 300px;
  background: url('../images/banner.png') center center;
  margin-top: -150px;
}
.team {
  width: 144px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -72px;
  margin-top: -45px;
  color: #fff;
  text-align: center;
}
.team > p {
  font-size: 36px;
}
.team > span {
  font-size: 14px;
  line-height: 42px;
}
#allmap {
  width: 700px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.sketch {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.sketch > .left > h3 {
  font-size: 28px;
  color: #10599e;
  font-weight: 700;
  margin: 30px 20px;
}
.sketch > .left > p {
  text-indent: 2em;
  font-size: 22px;
  /* color: #999; */
  margin: 0 50px;
}
.sketch > .left > p > span {
  font-size: 24px;
  color: #dc0808;
  font-weight: 700;
}
.sketch > img {
  height: 500px;
}
.sketch > .left > .boot {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}
.sketch > .left > .boot > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
}
.sketch > .left > .boot > article > h3 {
  margin: 40px 0;
  font-size: 26px;
  /* color: black; */
  /* font-weight: 700; */
}
.sketch > .left > .boot > article > p {
  /* text-indent: 2em; */
  color: #333;
}
.binxian > .photo {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}
.binxian > .photo > img {
  height: 356px;
  width: 511px;
  border-radius: 10px;
}
.binxian > .photo > span {
  text-indent: 2em;
  width: 475px;
  font-size: 18px;
  line-height: 50px;
  /* color: #666; */
  margin: 20px 0;
}
.others > h3 {
  font-size: 24px;
  /* color: #666; */
  margin: 15px auto;
  width: 312px;
}
.mytable {
  border: 1px solid #a6c1e4;

  font-family: Arial;

  border-collapse: collapse;
}

table th {
  border: 1px solid black;

  background-color: #71c1fb;

  width: 200px;

  height: 40px;

  font-size: 15px;
}

table td {
  border: 1px solid #a6c1e4;

  text-align: center;

  height: 30px;

  padding-top: 5px;

  font-size: 16px;
}

.double {
  background-color: #c7dff6;
}
.boot>article>img{
  width: 50px;
}