.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33;
  width: 100%;
  background-color: #fff;
}
.header .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.header .head .logo {
  display: block;
  width: 48px;
  height: 56px;
}
.header .head .head-right {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .head .head-right .top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .head .head-right .top-nav li {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  cursor: pointer;
}
.header .head .head-right .top-nav li a {
  display: block;
  width: 100%;
  line-height: 80px;
  color: #333;
}
.header .head .head-right .top-nav li .head-drop {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 3;
  display: none;
  width: 140px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.header .head .head-right .top-nav li .head-drop .head-droplist {
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}
.header .head .head-right .top-nav li .head-drop .head-droplist a {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
}
.header .head .head-right .top-nav li .head-drop .head-droplist:hover {
  background-color: #003B95;
}
.header .head .head-right .top-nav li .head-drop .head-droplist:hover a {
  color: #fff;
}
.header .head .head-right .top-nav li:hover {
  background-color: #003B95;
}
.header .head .head-right .top-nav li:hover a {
  color: #fff;
}
.header .head .head-right .top-nav .cur {
  background-color: #003B95;
}
.header .head .head-right .top-nav .cur a {
  color: #fff;
}
.header .head .head-right .btn {
  width: 30px;
  height: 30px;
  margin-left: 30px;
}
.header .head .head-right .btn img {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.public-title p {
  font-size: 16px;
  color: #2C2C2D;
  text-align: center;
  letter-spacing: 4px;
}
.public-title h3 {
  font-size: 36px;
  line-height: 40px;
  color: #343434;
  text-align: center;
}
.public-title h3 em {
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 40px;
  background-color: #333;
}
.public-banner {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  padding-top: 203px;
}
.public-banner h3 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 40px;
  margin-bottom: 10px;
}
.public-banner p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 16px;
}
.public-tab-nav {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 30px auto 60px;
}
.public-tab-nav li {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.public-tab-nav li em {
  display: inline-block;
  margin-left: 10px;
}
.public-tab-nav .tab-active {
  color: #003B95;
}
.footer {
  width: 100%;
  height: 515px;
  margin-top: 150px;
  padding-bottom: 10px;
  background-color: #F4F6F7;
}
.footer .foot {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
.footer .foot .foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer .foot .foot-top .foot-logo {
  width: 315px;
  height: 83px;
}
.footer .foot .foot-top .foot-logo img {
  display: block;
  width: 100%;
}
.footer .foot .foot-top .infor p {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  color: #525252;
}
.footer .foot .foot-top .infor p em {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footer .foot .foot-top .infor p .icon1 {
  width: 16px;
  height: 20px;
  background: url("/static/pc/img/home/12.png") no-repeat;
  background-size: 100% auto;
}
.footer .foot .foot-top .infor p .icon2 {
  background: url("/static/pc/img/home/14.png") no-repeat;
  background-size: 100% auto;
}
.footer .foot .foot-top .infor p .icon3 {
  background: url("/static/pc/img/home/13.png") no-repeat;
  background-size: 100% auto;
}
.footer .foot .foot-top .infor p .icon4 {
  width: 20px;
  height: 16px;
  background: url("/static/pc/img/home/15.png") no-repeat;
  background-size: 100% auto;
}
.footer .foot hr {
  width: 100%;
  height: 1px;
  margin: 33px auto;
  border: 0;
  background-color: #999;
}
.footer .foot .foot-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 84px;
}
.footer .foot .foot-bottom .foot-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .foot .foot-bottom .foot-left img {
  display: block;
  width: 138px;
  height: 138px;
}
.footer .foot .foot-bottom .foot-left p {
  line-height: 28px;
  color: #525252;
  font-size: 18px;
}
.footer .foot .foot-bottom .foot-right {
  display: flex;
  justify-content: flex-start;
  width: 62%;
}
.footer .foot .foot-bottom .foot-right li {
  display: flex;
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
}
.footer .foot .foot-bottom .foot-right li h6 {
  margin-bottom: 30px;
  font-size: 16px;
  color: #525252;
}
.footer .foot .copy {
  font-size: 14px;
  color: #63636B;
  text-align: center;
}
#page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
#page img {
  display: block;
  width: 6px;
  height: 12px;
  margin: 0 12px;
}
#page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page ul li {
  width: 36px;
  height: 36px;
  background: #fff;
}
#page ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 36px;
}
#page ul li:hover {
  background: #003B95;
}
#page ul li:hover a {
  color: #fff;
}
#page ul .page-active {
  background: #003B95;
  color: #fff;
}
#page ul .page-active a {
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .public-banner {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
  }
  .main .banner-content {
    height: 705px !important;
  }
  .main .service {
    padding-bottom: 19px !important;
  }
}
