@font-face {
  font-family: "slogonFont";
  src: url("../font/fangzhengxingkaijianti.ttf");
}

body{
	min-width:1200px;
}
.header{
  width: 100%;
}
.header-bg{
  width: 100%;
	height: 430px;
  /* 后续图片通过style设定供后台可配置 */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.header-bg .header-slogan{
  text-align: center;
  height: 62px;
  line-height: 62px;
  margin-top: 180px;
  font-family: slogonFont;
  font-size: 86px;
  color: rgb(255, 225, 143);
  letter-spacing: 0.05px;
  text-shadow: 2px 2px 1px rgba(52, 43, 13, 0.8);
  font-weight: 400;
}
.header-bg .header-logo{
  height: 73px;
  display: block;
  margin: 0 auto;
  margin-top: 53px;
}

.header-nav{
  width: 100%;
  height: 50px;
  background: #2F415B;
}
.header-nav .first-ul{
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.header-nav .first-ul > span{
  margin-right: 3px;
}
.header-nav .first-ul > li{
  height: 50px;
  width: 132px;
  position: relative;
}
.header-nav .first-ul > li::before{
  display: block;
  content: "";
  position: absolute;
  height: 18px;
  width: 1px;
  background-color: #fff;
  border-radius: 0.5px;
  top: 16px;
}
.header-nav .first-ul > li:first-child::before{
  display: none;
}
.header-nav .first-ul > span{
  height: 50px;
  line-height: 50px;
  width: 1px;
  color: #fff
}
.header-nav .first-ul > li a{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: all .2s;
}
.header-nav .first-ul > li:hover{
  background: #5B708C;
}
.header-nav .second-ul{
  width: 100%;
  background: #2F415B;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 50px;
  z-index: 9999;
  flex-wrap: wrap;
}
.header-nav .second-ul > li{
  width: 100%;
  text-align: center;
  height: 0;
  transition: all .2s;
  overflow: hidden;
  margin: 0 8px;
}
.header-nav .second-ul > li a{
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 8px;
  margin-top: 8px;
  border-radius: 4px;
}
.header-nav .second-ul > li a:hover{
  background-color: #5B708C;
}
.header-nav .first-ul > li:hover .second-ul li{
  height: 50px;
}

.content{
  margin: 0 auto;
  width: 1200px;
  min-height: 500px;
  padding-bottom: 80px;
}

.footer{
  width: 100%;
  height: 180px;
  background-color: #2F415B;
}
.footer .footer-wrapper{
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.footer .footer-wrapper .imgConac{
  width: 50px;
  height: 60px;
  margin-top: 60px;
  margin-left: 10px;
}
.footer .footer-wrapper .footer-pageinfo{
  height: 100%;
  width: 650px;
  padding: 48px 26px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-wrapper .footer-pageinfo p{
  width: 100%;
  color: #fff !important;
  font-size: 15px;
  text-align: center;
  height: 20px !important;
  line-height: 20px !important;
}
.footer .footer-wrapper .footer-pageinfo p span{
  color: #fff !important;
}
.footer .footer-wrapper .footer-barcode-wrapper{
  margin-top: 33px;
  width: 150px;
  text-align: center;
}
.footer .footer-wrapper .footer-barcode-wrapper .footer-barcode{
  height: 90px;
  width: 90px;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer-wrapper .footer-barcode-wrapper span{
  color: #fff;
  font-size: 14px;
}