.content .banner {
  position: relative;
}
.content .banner img {
  width: 100%;
  height: 550px;
}
.content .banner .banner-bottom {
  background: #00a1ef;
}
.content .banner .banner-bottom ul {
  width: 910px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.content .banner .banner-bottom ul li {
  text-align: center;
  flex: 1;
}
.content .banner .banner-bottom ul li:nth-of-type(1),
.content .banner .banner-bottom ul li:nth-of-type(2) {
  flex: 1.4;
}
.content .banner .banner-bottom ul li h3 {
  font-size: 40px;
  font-family: 'Noto Sans SC';
  font-weight: bold;
  color: #ffb65e;
}
.content .banner .banner-bottom ul li p {
  font-size: 16px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
}
.content .model_nzsm {
  padding-top: 72px;
  height: auto;
  background-color: #FAFBFF;
}
.content .model_nzsm .title {
  text-align: center;
}
.content .model_nzsm .title h3 {
  font-size: 34px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #333333;
}
.content .model_nzsm .title span {
  display: block;
  width: 59px;
  height: 4px;
  background: #f39939;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 20px;
}
.content .model_nzsm .title p {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
}
.content .model_nzsm .box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
}
.content .model_nzsm .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .model_nzsm .box ul li {
  width: 380px;
  height: 508px;
  position: relative;
  background: #fafbff;
  box-shadow: 0px 6px 16px 0px rgba(215, 215, 215, 0.57);
  border-radius: 10px;
  margin-bottom: 30px;
}
.content .model_nzsm .box ul li:nth-of-type(1) .top_nav {
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/introduce1.png") no-repeat;
  background-size: contain;
}
.content .model_nzsm .box ul li:nth-of-type(2) .top_nav {
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/introduce2.png") no-repeat;
  background-size: contain;
}
.content .model_nzsm .box ul li:nth-of-type(3) .top_nav {
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/introduce3.png") no-repeat;
  background-size: contain;
}
.content .model_nzsm .box ul li:nth-of-type(4) .top_nav {
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/introduce4.png") no-repeat;
  background-size: contain;
}
.content .model_nzsm .box ul li:nth-of-type(5) .top_nav {
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/introduce5.png") no-repeat;
  background-size: contain;
}
.content .model_nzsm .box ul li:nth-of-type(6) .top_nav {
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/introduce6.png") no-repeat;
  background-size: contain;
}
.content .model_nzsm .box ul li .top_nav {
  height: 190px;
}
.content .model_nzsm .box ul li .item {
  padding: 35px 30px;
}
.content .model_nzsm .box ul li .item h3 {
  font-size: 20px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}
.content .model_nzsm .box ul li .item p {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.content .model_nzsm .box ul li .item a {
  position: absolute;
  text-align: center;
  width: 87px;
  height: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  font-size: 16px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #cacaca;
  line-height: 30px;
  bottom: 40px;
  left: 31px;
}
.content .model_nzsm .box ul li .item a:hover {
  border: 1px solid #F39939;
  color: #F39939;
}
.content .model_nzsm > a {
  margin: 0 auto;
  margin-top: 32px;
  width: 322px;
  height: 62px;
  line-height: 62px;
  background: #f39939;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fefefe;
  text-align: center;
}
.content .model_bnsx {
  height: 820px;
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/bg.png") no-repeat;
  background-size: cover;
  padding-top: 62px;
  position: relative;
}
.content .model_bnsx .title {
  text-align: center;
}
.content .model_bnsx .title h3 {
  font-size: 34px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fff;
}
.content .model_bnsx .title span {
  display: block;
  width: 59px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 20px;
}
.content .model_bnsx .title p {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.content .model_bnsx .box {
  width: 1084px;
  height: 486px;
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/applet_youlike_icon_bg.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 108px;
  position: relative;
}
.content .model_bnsx .box ul {
  width: 1084px;
  height: 486px;
}
.content .model_bnsx .box ul li {
  width: 78px;
  position: absolute;
}
.content .model_bnsx .box ul li img {
  width: 78px;
  height: 78px;
}
.content .model_bnsx .box ul li p {
  text-align: center;
  font-size: 17px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fefefe;
}
.content .model_bnsx .box ul li:nth-of-type(1) {
  top: -55px;
  left: 205px;
}
.content .model_bnsx .box ul li:nth-of-type(2) {
  top: 238px;
  left: -11px;
}
.content .model_bnsx .box ul li:nth-of-type(3) {
  top: 55px;
  left: 92px;
}
.content .model_bnsx .box ul li:nth-of-type(4) {
  top: 335px;
  left: 126px;
}
.content .model_bnsx .box ul li:nth-of-type(5) {
  top: 232px;
  left: 253px;
}
.content .model_bnsx .box ul li:nth-of-type(6) {
  top: 15px;
  left: 336px;
}
.content .model_bnsx .box ul li:nth-of-type(7) {
  top: 224px;
  left: 379px;
}
.content .model_bnsx .box ul li:nth-of-type(8) {
  top: 143px;
  left: 510px;
}
.content .model_bnsx .box ul li:nth-of-type(9) {
  top: 258px;
  left: 490px;
}
.content .model_bnsx .box ul li:nth-of-type(10) {
  top: 123px;
  left: 632px;
}
.content .model_bnsx .box ul li:nth-of-type(11) {
  top: 384px;
  left: 625px;
}
.content .model_bnsx .box ul li:nth-of-type(12) {
  top: 187px;
  left: 729px;
}
.content .model_bnsx .box ul li:nth-of-type(13) {
  top: 261px;
  left: 773px;
}
.content .model_bnsx .box ul li:nth-of-type(14) {
  top: 328px;
  left: 846px;
}
.content .model_bnsx .box ul li:nth-of-type(15) {
  top: 186px;
  left: 975px;
}
.content .model_bnsx .box ul li:nth-of-type(16) {
  top: 67px;
  left: 1012px;
}
.content .model_bnsx .box ul li:nth-of-type(17) {
  top: -45px;
  left: 944px;
}
.content .model_bnsx .box ul li:nth-of-type(18) {
  top: -44px;
  left: 795px;
}
.content .model_bnsx .dot {
  position: absolute;
  width: 1084px;
  height: 486px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .model_bnsx .dot ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #F39939;
  border-radius: 50%;
}
.content .model_bnsx .dot ul li:nth-of-type(1) {
  top: 332px;
  left: 885px;
}
.content .model_bnsx .dot ul li:nth-of-type(2) {
  top: 415px;
  left: 667px;
}
.content .model_bnsx .dot ul li:nth-of-type(3) {
  top: 262px;
  left: 413px;
}
.content .model_bnsx .dot ul li:nth-of-type(4) {
  top: 359px;
  left: 162px;
}
.content .model_bnsx .dot ul li:nth-of-type(5) {
  top: 232px;
  left: 267px;
}
.content .model_bnsx .dot ul li:nth-of-type(6) {
  top: 208px;
  left: 893px;
}
.content .model_yycj {
  height: 1330px;
  padding-top: 73px;
}
.content .model_yycj .title {
  text-align: center;
}
.content .model_yycj .title h3 {
  font-size: 34px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #333333;
}
.content .model_yycj .title span {
  display: block;
  width: 59px;
  height: 4px;
  background: #f39939;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 20px;
}
.content .model_yycj .title p {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
}
.content .model_yycj ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
.content .model_yycj ul li {
  width: 287px;
  height: 306px;
  background: #fafafa;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}
.content .model_yycj ul li img {
  width: 80px;
  height: 80px;
  margin-top: 30px;
}
.content .model_yycj ul li h2 {
  margin-top: 35px;
  font-size: 20px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.content .model_yycj ul li p {
  width: 224px;
  height: 54px;
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: left;
  margin: 0 auto;
}
.content .model_yycj ul .active {
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(215, 215, 215, 0.57);
}
.content .model_yycj > a {
  margin: 0 auto;
  margin-top: 32px;
  width: 322px;
  height: 62px;
  line-height: 62px;
  background: #f39939;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fefefe;
  text-align: center;
}
.content .model_zxms {
  width: 100%;
  height: 723px;
  position: relative;
  padding-top: 50px;
  background: url("https://test9018.oss-cn-hangzhou.aliyuncs.com/0001/wxkf/bg-ted.png") no-repeat;
  background-size: cover;
}
.content .model_zxms .title {
  text-align: center;
}
.content .model_zxms .title h3 {
  font-size: 34px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fff;
}
.content .model_zxms .title span {
  display: block;
  width: 59px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 20px;
}
.content .model_zxms .title p {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.content .model_zxms .box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
.content .model_zxms .box > img {
  width: 724px;
  height: 569px;
  position: absolute;
  left: 56%;
  top: 0;
  transform: translate(-50%);
}
.content .model_zxms .box ul li {
  height: 100px;
}
.content .model_zxms .box ul li img {
  width: 25px;
  height: 25px;
}
.content .model_zxms .box ul li div h3 {
  text-align: center;
  width: 82px;
  height: 28px;
  background: #ffffff;
  font-family: 'Noto Sans SC';
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  position: relative;
  left: 262px;
  top: 0;
}
.content .model_zxms .box ul li div p {
  font-size: 18px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.content .model_zxms .box .item_left {
  float: left;
  margin-top: 2%;
  margin-left: 4px;
}
.content .model_zxms .box .item_left ul div {
  padding-right: 45px;
}
.content .model_zxms .box .item_left ul img {
  float: right;
  margin-left: 20px;
}
.content .model_zxms .box .item_left ul p {
  text-align: right;
}
.content .model_zxms .box .item_right {
  float: right;
  margin-top: 2%;
  margin-right: 4px;
}
.content .model_zxms .box .item_right ul div {
  padding-left: 45px;
}
.content .model_zxms .box .item_right ul img {
  float: left;
  margin-right: 20px;
}
.content .model_zxms .box .item_right ul p {
  text-align: left;
}
.content .model_zxms .box .item_right ul h3 {
  left: 0px;
}
.content .model_cpal {
  background-color: #F9FAFB;
}
