﻿.top {
  width: 100%;
  height: 140px;
  background-color: #ffffff;
}
.top .topimg {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
}
.topnav {
  width: 100%;
  height: 60px;
  background-color: #004ea2;
}
.topnav ul {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.topnav ul li {
  width: 111px;
  height: 60px;
  background-color: #004ea2;
  text-align: center;
}
.topnav ul li a {
  display: block;
  width: 111px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 19px;
}
.topnav ul .active {
  background-color: #fff;
}
.topnav ul .active a {
  color: #004ea2;
}
.content {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
.content .comm {
  position: relative;
}
.content .comm span {
  position: absolute;
  bottom: 0;
  margin-left: 8px;
  font-size: 18px;
}
.content .comm img {
  display: inline;
}
.content .step1 ul {
  width: 731px;
  height: 116px;
  margin: 0 auto;
  margin-top: 91px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.content .step1 ul li {
  width: 76px;
  height: 116px;
}
.content .step1 ul li p {
  margin-top: 16px;
  text-align: center;
}
.content .step2 {
  width: 984px;
  height: 476px;
  margin: auto;
  margin-top: 63px;
  margin-bottom: 46px;
}
.content .step3 {
  position: relative;
  margin-left: 97px;
  margin-top: 93px;
  margin-bottom: 90px;
}
.content .step3 ul li {
  margin-bottom: 36px;
  position: relative;
}
.content .step3 ul li .ms {
  position: absolute;
  bottom: 2px;
  left: 150px;
}
.content .step3 ul li .ms p {
  line-height: 35px;
}
.content .step3 ul li .ms .font1 {
  font-size: 19px;
  color: #f2090c;
}
.content .step3 ul li .ms .font1 span {
  color: #004ea2;
}
.content .step3 ul li .ms .font2 {
  font-size: 14px;
}
.content .step3 ul li img {
  display: inline;
}
.content .step3 .biaozhi {
  width: 227px;
  height: 73px;
  position: absolute;
  right: 82px;
  bottom: -10px;
}
.comtop {
  width: 100%;
  /*height: 386px;
  background-color: #d3e5f8;
  padding-top: 15px;*/
}
.comtop .jglz {
  /*width: 669px;
  height: 164px;*/
  margin: 0 auto ;
}
.comtop .btn {
  width: 77px;
  height: 24px;
  border-radius: 2px;
  background-color: #004ea2;
  margin: 0 auto;
  margin-top: 22px;
  text-align: center;
}
.comtop .btn a {
  color: #fff;
}
.comtop .headimg {
  width: 1123px;
  height: 146px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
