body {
  height: 100%;
  width: 100%;
}
.head {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  align-items: center;
  padding: 200px 0px 0px 0px;
  width: 100%;
  height: 520px;
}
.head .head-content {
  width: 1200px;
  margin: 0px auto;
  align-items: center;
}
.head .head-content .title .big-title {
  font-weight: bold;
  font-size: 50px;
  font-family: FZZZHONGJW--GB1-0, FZZZHONGJW--GB1;
  color: rgba(0, 0, 0, 0.85);
  line-height: 50px;
  margin-bottom: 5px;
}
.head .head-content .title .small-title {
  margin-top: 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 25px;
}
.head .gd {
  position: fixed;
  margin-top: 0px !important;
  top: 70px;
  margin-bottom: 5px;
  height: 55px;
  padding: 0px calc(50% - 600px) !important;
  width: 100% !important;
  background: #fff;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.05);
}
.head .tab-button {
  width: 1200px;
  margin: 0px auto;
  margin-top: 168px;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: flex-start;
  z-index: 999;
}
.head .tab-button .active {
  border-bottom: 2px solid #2568ff;
  font-weight: 600;
}
.head .tab-button .active a {
  color: #2568ff !important;
}
.head .tab-button > div {
  padding: 15px 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
  margin-right: 40px;
}
.head .tab-button > div a {
  color: rgba(0, 0, 0, 0.85);
}
.zhcg-content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
.zhcg-content .bigtitle {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 45px;
}
.zhcg-content .zhcg {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.zhcg-content .zhcg dl {
  cursor: pointer;
  width: 30%;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}
.zhcg-content .zhcg dl a {
  display: block;
}
.zhcg-content .zhcg dl a .img {
  width: 100%;
  overflow: hidden;
}
.zhcg-content .zhcg dl a .img img {
  transition: all 1s ease;
  height: 100%;
  width: 100%;
}
.zhcg-content .zhcg dl a .dt-title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  padding: 20px 20px 10px 20px;
}
.zhcg-content .zhcg dl a .dt-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 0px 20px;
}
.zhcg-content .zhcg dl a .line {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px;
}
.zhcg-content .zhcg dl a .line > div {
  height: 1px;
  background: #dddddd;
}
.zhcg-content .zhcg dl a .xqal {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  padding: 20px;
  align-items: center;
}
.zhcg-content .zhcg dl a .xqal i {
  margin-left: 5px;
}
.zhcg-content .zhcg dl:hover {
  background: #fff;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.06);
  border: 0;
  border: 1px solid #ffffff;
}
.zhcg-content .zhcg dl:hover .img {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.zhcg-content .zhcg dl:hover .img img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.zhcg-content .zhcg dl:hover .dt-title {
  color: #2568ff;
}
.zhcg-content .zhcg dl:hover .xqal {
  color: #2568ff;
}
.zhcg-content .zhcg dl:hover .xqal a {
  color: #2568ff;
}
.zhsw-content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
.zhsw-content .bigtitle {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 45px;
}
.zhsw-content .zhsw {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.zhsw-content .zhsw dl {
  cursor: pointer;
  width: 30%;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}
.zhsw-content .zhsw dl a {
  display: block;
}
.zhsw-content .zhsw dl a .img {
  width: 100%;
}
.zhsw-content .zhsw dl a .img img {
  height: 100%;
  width: 100%;
}
.zhsw-content .zhsw dl a .dt-title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  padding: 20px 20px 10px 20px;
}
.zhsw-content .zhsw dl a .dt-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 0px 20px;
}
.zhsw-content .zhsw dl a .line {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px;
}
.zhsw-content .zhsw dl a .line > div {
  height: 1px;
  background: #dddddd;
}
.zhsw-content .zhsw dl a .xqal {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  padding: 20px;
  align-items: center;
}
.zhsw-content .zhsw dl a .xqal i {
  margin-left: 5px;
}
.zhsw-content .zhsw dl:hover {
  background: #fff;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.06);
  border: 0;
  border: 1px solid #ffffff;
}
.zhsw-content .zhsw dl:hover .img {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.zhsw-content .zhsw dl:hover .img img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.zhsw-content .zhsw dl:hover .dt-title {
  color: #2568ff;
}
.zhsw-content .zhsw dl:hover .xqal {
  color: #2568ff;
}
.zhsw-content .zhsw dl:hover .xqal a {
  color: #2568ff;
}
.txyw-content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.txyw-content .bigtitle {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 45px;
}
.txyw-content .zhsw {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.txyw-content .zhsw dl {
  cursor: pointer;
  width: 30%;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}
.txyw-content .zhsw dl a {
  display: block;
}
.txyw-content .zhsw dl a .img {
  width: 100%;
}
.txyw-content .zhsw dl a .img img {
  height: 100%;
  width: 100%;
}
.txyw-content .zhsw dl a .dt-title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  padding: 20px 20px 10px 20px;
}
.txyw-content .zhsw dl a .dt-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 0px 20px;
}
.txyw-content .zhsw dl a .line {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px;
}
.txyw-content .zhsw dl a .line > div {
  height: 1px;
  background: #dddddd;
}
.txyw-content .zhsw dl a .xqal {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  padding: 20px;
  align-items: center;
}
.txyw-content .zhsw dl a .xqal i {
  margin-left: 5px;
}
.txyw-content .zhsw dl:hover {
  background: #fff;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.06);
  border: 0;
  border: 1px solid #ffffff;
}
.txyw-content .zhsw dl:hover .img {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.txyw-content .zhsw dl:hover .img img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.txyw-content .zhsw dl:hover .dt-title {
  color: #2568ff;
}
.txyw-content .zhsw dl:hover .xqal {
  color: #2568ff;
}
.txyw-content .zhsw dl:hover .xqal a {
  color: #2568ff;
}
.footfixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.foot {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0px;
}
.foot .foot-box {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.foot .foot-box .word {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.foot .foot-box .bt {
  display: flex;
  justify-content: space-around;
}
.foot .foot-box .bt span {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.foot .foot-box .bt button {
  padding: 0px 5px;
  background: linear-gradient(90deg, #4CA1FF 0%, #2568FF 100%);
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border: 0px;
  margin-left: 10px;
  cursor: pointer;
}
