header .top {
  border-bottom: 1px solid #DBDBDB;
}
header .top .wd1200 {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top .wd1200 .lef {
  font-size: 14px;
}
header .top .wd1200 .rig {
  display: flex;
  align-items: center;
}
header .top .wd1200 .rig .logo {
  padding: 8px 0;
  border-radius: 17px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: blod;
  color: #666;
  background-color: #F3F3F3;
  margin-right: 28px;
}
header .top .wd1200 .rig .logo p {
  padding: 0 14px;
}
header .top .wd1200 .rig .logo p:nth-of-type(1) {
  border-right: 1px solid #DBDBDB;
}
header .top .wd1200 .rig .phone {
  display: flex;
  align-items: center;
}
header .top .wd1200 .rig .phone img {
  width: 13px;
  height: 14px;
  margin-right: 6px;
}
header .top .wd1200 .rig .phone span {
  font-size: 14px;
  margin-right: 8px;
}
header .top .wd1200 .rig .phone p {
  font-size: 16px;
  color: #C41C1B;
}
header .bot .wd1200 {
  padding: 32px 0 16px;
  display: flex;
  align-items: center;
}
header .bot .wd1200 > img {
  width: 284px;
  height: 59px;
  margin-right: 180px;
}
header .bot .wd1200 ul {
  display: flex;
  align-items: center;
}
header .bot .wd1200 ul li {
  margin-right: 80px;
}
header .bot .wd1200 ul li a {
  display: block;
  padding-bottom: 10px;
  box-sizing: border-box;
  font-size: 18px;
}
.a-active {
  color: #CA2D2B !important;
  font-weight: bold;
  border-bottom: 4px solid #CA2D2B;
}
.banner {
  height: 480px;
  width: 100%;
}
.banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.serve {
  position: relative;
}
.serve .dao-img {
  position: absolute;
  left: 60px;
  top: 0;
  width: 419px;
  height: 195px;
}
.serve .zheng-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 419px;
  height: 195px;
}
.serve .wd1200 {
  padding: 54px 0 84px;
}
.serve .wd1200 .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.serve .wd1200 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve .wd1200 .box .item {
  text-align: center;
}
.serve .wd1200 .box .item img {
  width: 253px;
  height: 253px;
  margin-bottom: 17px;
}
.serve .wd1200 .box .item p {
  font-size: 16px;
}
.amount {
  background-image: url("../img/info/amount.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.amount .wd1200 {
  padding: 60px 0 81px;
}
.amount .wd1200 .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 17px;
}
.amount .wd1200 .wire {
  font-size: 16px;
  color: #666666;
  margin-bottom: 39px;
  text-align: center;
}
.amount .wd1200 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amount .wd1200 .box .item {
  text-align: center;
  width: 250px;
  height: 155px;
  line-height: 77px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: #fff;
}
.amount .wd1200 .box .item div {
  font-size: 29px;
  color: #C41C1B;
}
.amount .wd1200 .box .item p {
  font-size: 18px;
}
.adv .wd1200 {
  padding: 54px 0 84px;
}
.adv .wd1200 .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.adv .wd1200 .wire {
  font-size: 16px;
  color: #666666;
  margin-bottom: 39px;
  text-align: center;
}
.adv .wd1200 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adv .wd1200 .box .item {
  text-align: center;
}
.adv .wd1200 .box .item img {
  width: 155px;
  height: 155px;
  margin-bottom: 17px;
}
.adv .wd1200 .box .item p {
  font-size: 16px;
}
footer .foot {
  background-image: url("../img/info/foot_bj.png");
  background-repeat: no-repeat;
  background-size: cover;
}
footer .foot .wd1200 {
  display: flex;
  padding-top: 66px;
}
footer .foot .wd1200 .img {
  width: 254px;
  height: 254px;
  margin-right: 57px;
  /* background-color: #fff; */
}
footer .foot .wd1200 .img img {
  width: 100%;
  height: 100%;
}
footer .foot .wd1200 > div .title {
  margin-top: 19px;
  font-size: 22px;
}
footer .foot .wd1200 > div .wire {
  width: 50px;
  height: 6px;
  background-color: #CA2D2B;
  margin-top: 9px;
}
footer .foot .wd1200 > div .about {
  font-size: 16px;
  margin-top: 24px;
  line-height: 21px;
}
footer .foot .wd1200 > div .info {
  margin-top: 40px;
}
footer .foot .wd1200 > div .info .item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
footer .foot .wd1200 > div .info .item p:nth-of-type(1) {
  color: #999;
  font-size: 14px;
  margin-right: 11px;
}
footer .foot .wd1200 > div .info .item p:nth-of-type(2) {
  font-size: 16px;
}
footer section {
  padding: 50px 0;
}
footer section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
footer section ul li:first-child {
  border-left: none;
}
footer section ul li {
  display: flex;
  align-items: center;
  padding-left: 32px;
  border-left: 1px solid #DBDBDB;
}
footer section ul li img {
  margin-right: 12px;
}
footer section ul li div h3 {
  font-size: 20px;
}
footer section ul li div p {
  font-size: 14px;
  color: #999;
}
footer .bottom {
  color: #999;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #dbdbdb;
}
