body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Microsoft YaHei" !important;
}
table {
  border-collapse: collapse;
}
ul {
  list-style-type: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.banner {
  width: 100%;
  height: 480px;
  background: url(/ZSCQ/app/zscq.app/images/zhgl/banner.jpg) no-repeat center;
  background-size: 100% 100%;
}
.descript {
  height: 54px;
  position: absolute;
  top: 170px;
  font-family: Microsoft YaHei;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 9px;
  color: #FFFFFF;
  transform: translateX(-50%);
  left: 50%;
}
/*--------知识产权概况-------------*/
.module1-container {
  width: 100%;
  position: absolute;
  top: 260px;
}
.module-date {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
}
.module1-panel {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 200px;
  color: #FFFFFF;
}
.module1-item1 {
  height: 100%;
  background: rgba(145, 202, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -ms-grid-column: 1;
  grid-column: 1;
}
.module-number:hover {
  text-decoration: underline;
  cursor: pointer;
}
.module1-item-type1 {
  height: 150px;
  display: grid;
  display: -ms-grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.module1-item-type1 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  -ms-grid-row: 1;
}
.module1-item-type1 .module1-item-info:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 1;
  -ms-grid-row: 1;
}
.module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  grid-column: 1 / span 2;
  -ms-grid-column: 2;
  grid-row: 2;
  -ms-grid-row: 2;
}
.module1-item-type1 .module1-item-info:nth-child(4) {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 2;
  -ms-grid-row: 2;
}
.module1-item-type1 .module1-item-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.module1-item-type1 .module1-count {
  height: 30px;
}
.module1-item-type1 .module-number {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.module1-item-type1 .module-piece {
  font-size: 14px;
  font-weight: 500;
}
.module1-item-type1 .module1-category {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.module1-item-type2 {
  width: 100%;
}
.module1-item-type2 .module1-item-info {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  letter-spacing: 1px;
}
.module1-item-type2 .module1-count {
  height: 30px;
}
.module1-item-type2 .module-number {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.module1-item-type2 .module-piece {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}
.module1-item-type2 .module1-category {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: 1px;
}
.module1-item-type3 {
  height: 100%;
  width: 100%;
  display: grid;
  display: -ms-grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
}
.module1-item-type3 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  -ms-grid-column: 1;
}
.module1-item-type3 .module1-item-info:nth-child(1) .module-number {
  font-size: 30px;
}
.module1-item-type3 .module1-item-info:nth-child(1) .module-piece {
  font-size: 14px;
}
.module1-item-type3 .module1-item-info:nth-child(1) .module1-category {
  font-size: 14px;
}
.module1-item-type3 .module1-item-info:nth-child(2) {
  grid-row: 2;
  -ms-grid-row: 2;
  grid-column: 1;
  -ms-grid-column: 1;
}
.module1-item-type3 .module1-item-info:nth-child(2) .module-number {
  font-size: 22px;
}
.module1-item-type3 .module1-item-info:nth-child(2) .module-piece {
  font-size: 13px;
}
.module1-item-type3 .module1-item-info:nth-child(2) .module1-category {
  font-size: 13px;
}
.module1-item-type3 .module1-item-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  flex-direction: column;
}
.module1-item-type3 .module1-count {
  height: 30px;
}
.module1-item-type3 .module-number {
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.module1-item-type3 .module-piece {
  font-weight: 500;
}
.module1-item-type3 .module1-category {
  font-weight: 500;
  letter-spacing: 1px;
}
.module1-item2 {
  height: 100%;
  background: rgba(183, 212, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -ms-grid-column: 2;
  grid-column: 2;
}
.module1-item2 .module1-item-info:nth-child(3) {
  grid-column: 1 / span 2;
  -ms-grid-column-span: 2;
  border-right: none;
}
.module1-item3 {
  height: 100%;
  background: rgba(145, 202, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -ms-grid-column: 3;
  grid-column: 3;
}
.module1-item4 {
  height: 100%;
  background: rgba(183, 212, 255, 0.25);
  -ms-grid-column: 4;
  grid-column: 4;
}
/*--------各地市大数据可视化分析-----------*/
.module2-container {
  background: #F6F9FD;
  width: 100%;
}
.module2-container .module2-panel {
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
}
.module2-container .module2-caption {
  width: 260px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  height: 50px;
  color: #38ABC7;
  border-bottom: 3px solid #38ABC7;
  margin: 0 auto 60px auto;
}
.module2-container .module2-main {
  display: flex;
  justify-content: space-around;
}
.module2-container .module2-content {
  width: 129px;
}
.module2-container .module2-main a {
  display: block;
  width: 100%;
  height: 129px;
}
.module2-container .module2-main .module2-content:nth-child(1) a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_1.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(1):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_1_hover.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(2) a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_2.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(2):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_2_hover.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(3) a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_3.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(3):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_3_hover.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(4) a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_4.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(4):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_4_hover.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(5) a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_5.png) no-repeat center;
}
.module2-container .module2-main .module2-content:nth-child(5):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_5_hover.png) no-repeat center;
}
.module2-container .modeule2-item-imp {
  width: 96px;
  height: 72px;
  margin: 0 auto;
}
.module2-container .module2-item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #55585B;
  margin: 10px auto 0 auto;
  height: 30px;
}
.module2-container .module2-content:hover .module2-item-title {
  color: #38ABC7;
}
.module2-container .module2-item-title::after {
  content: '';
  width: 58px;
  height: 2px;
  background: #38ABC7;
  display: none;
  position: relative;
  margin: 0 auto;
  top: 4px;
}
.module2-container .module2-content:hover .module2-item-title::after {
  display: block;
}
.model-date-info {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
}
.model-date-info #module_more {
  width: 20px;
  height: 20px;
}
.model-date-info #module_more span {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
  color: #000;
  display: block;
}
/*--------------------------------------------淮安市---------------------------------*/
body[id="has"]::after {
  margin-left: -10000px;
  position: fixed;
  content: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_1_hover.png) url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_2_hover.png) url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_3_hover.png) url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_4_hover.png) url(/ZSCQ/app/zscq.app/city/images/has/zhgl/icon_5_hover.png);
}
#has .banner {
  background: url(/ZSCQ/app/zscq.app/city/images/has/zhgl/banner.jpg) no-repeat center;
  background-size: 100% 100%;
}
#has .descript {
  color: #0F4373;
}
#has .module1-panel {
  color: #0F4373;
}
#has .module1-panel a {
  color: #0F4373;
}
#has .module-date {
  color: #0F4373;
}
#has .module1-item1 {
  background: rgba(217, 249, 255, 0.33);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#has .module1-item2 {
  background: rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#has .module1-item2 .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: none;
}
#has .module1-item3 {
  background: rgba(217, 249, 255, 0.33);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#has .module1-item4 {
  background: rgba(255, 255, 255, 0.25);
}
#has .module1-item-type1 {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
}
#has .module1-item-type1 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#has .module1-item-type1 .module1-item-info:nth-child(2) {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
}
#has .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#has .module1-item-type3 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
}
/*----------------盐城市----------*/
body[id="ycs"]::after {
  margin-left: -10000px;
  position: fixed;
  content: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn1_hover.png) url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn2_hover.png) url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn3_hover.png);
}
#ycs .banner {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/banner4.jpg) no-repeat center;
  background-size: 100% 100%;
}
#ycs .descript {
  color: #FFFFFF;
}
#ycs .module1-panel {
  color: #0C469D;
}
#ycs .module-date {
  color: #0C469D;
}
#ycs .module1-item1 {
  background: rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module1-item2 {
  background: rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module1-item2 .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: none;
}
#ycs .module1-item3 {
  background: rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module1-item4 {
  background: rgba(255, 255, 255, 0.25);
}
#ycs .module1-item-type1 {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module1-item-type1 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module1-item-type1 .module1-item-info:nth-child(2) {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module1-item-type3 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(0, 97, 242, 0.3);
}
#ycs .module2-content:nth-child(3),
#ycs .module2-content:nth-child(4) {
  display: none;
}
#ycs .module2-caption {
  color: #3C3C3C;
  border-bottom-color: #317FED;
}
#ycs .module2-main .module2-content:nth-child(1) a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn1.png) no-repeat center;
}
#ycs .module2-main .module2-content:nth-child(1):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn1_hover.png) no-repeat center;
}
#ycs .module2-main .module2-content:nth-child(2) a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn2.png) no-repeat center;
}
#ycs .module2-main .module2-content:nth-child(2):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn2_hover.png) no-repeat center;
}
#ycs .module2-main .module2-content:nth-child(5) a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn3.png) no-repeat center;
}
#ycs .module2-main .module2-content:nth-child(5):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn3_hover.png) no-repeat center;
}
#ycs .module2-content:hover .module2-item-title {
  color: #317FED;
}
#ycs .module2-item-title::after {
  content: '';
  width: 58px;
  height: 2px;
  background: #317FED;
  display: none;
  position: relative;
  margin: 0 auto;
  top: 4px;
}
#ycs .module2-content:hover .module2-item-title::after {
  display: block;
}
/*-------------------连云港市------------------------*/
body[id="lygs"]::after {
  margin-left: -10000px;
  position: fixed;
  content: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/5.png) url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/6.png) url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/7.png) url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/8.png);
}
#lygs .banner {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/banner4.jpg) no-repeat center;
  background-size: 100% 100%;
}
#lygs .descript {
  color: #FFFFFF;
}
#lygs .module1-panel {
  color: #FFFFFF;
}
#lygs .module-date {
  color: #FFFFFF;
}
#lygs .module1-item1 {
  background: rgba(141, 199, 238, 0.33);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .module1-item2 {
  background: rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .module1-item2 .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: none;
}
#lygs .module1-item3 {
  background: rgba(141, 199, 238, 0.33);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .module1-item4 {
  background: rgba(255, 255, 255, 0.2);
}
#lygs .module1-item-type1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .module1-item-type1 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .module1-item-type1 .module1-item-info:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .module1-item-type3 .module1-item-info:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#lygs .bigdata-view-moudle {
  margin: 70px auto 45px auto;
  display: flex;
  max-width: 1200px;
  width: 100%;
}
#lygs .bigdata-view-moudle a {
  text-decoration: none !important;
}
#lygs .bigdata-view-moudle .module-type-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#lygs .bigdata-view-moudle .module-type-2 a {
  display: block;
  width: 280px;
  height: 150px;
}
#lygs .bigdata-view-moudle .module-type-2 a div {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: 15px;
  margin-bottom: 20px;
}
#lygs .bigdata-view-moudle .module-type-2 a p {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  letter-spacing: 1px;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item1 {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/1.png) no-repeat center;
  background-size: 100% 100%;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item1 div {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/zhgl_1.png) no-repeat center;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item1:hover {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/5.png) no-repeat center;
  background-size: 100% 100%;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item2 {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/2.png) no-repeat center;
  background-size: 100% 100%;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item2 div {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/zhgl_2.png) no-repeat center;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item2:hover {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/6.png) no-repeat center;
  background-size: 100% 100%;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item3 {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/3.png) no-repeat center;
  background-size: 100% 100%;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item3 div {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/zhgl_3.png) no-repeat center;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item3:hover {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/7.png) no-repeat center;
  background-size: 100% 100%;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item4 {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/4.png) no-repeat center;
  background-size: 100% 100%;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item4 div {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/zhgl_4.png) no-repeat center;
}
#lygs .bigdata-view-moudle .module-type-2 .module-type-2-item4:hover {
  background: url(/ZSCQ/app/zscq.app/city/images/lygs/zhgl/8.png) no-repeat center;
  background-size: 100% 100%;
}
/*----------------扬州市----------*/
body[id="yzs"]::after {
  margin-left: -10000px;
  position: fixed;
  content: url(/ZSCQ/app/zscq.app/city/images/yzs/zhgl/btn1_hover.png) url(/ZSCQ/app/zscq.app/city/images/yzs/zhgl/btn2_hover.png) url(/ZSCQ/app/zscq.app/city/images/yzs/zhgl/btn3_hover.png);
}
#yzs .banner {
  background: url(/ZSCQ/app/zscq.app/city/images/yzs/zhfw/banner.png) no-repeat center;
  background-size: 100% 100%;
}
#yzs .descript {
  color: #303030;
}
#yzs .module1-panel,
#yzs .module-date {
  color: #ffffff;
}
#yzs .module1-item1,
#yzs .module1-item3 {
  background: rgba(115, 144, 184, 0.5);
  border-right: 0.3px solid #FFFFFF;
}
#yzs .module1-item2 {
  background: rgba(114, 142, 180, 0.73);
  border-right: 0.3px solid #FFFFFF;
}
#yzs .module1-item2 .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: none;
}
#yzs .module1-item4 {
  background: rgba(114, 142, 180, 0.73);
}
#yzs .module1-item-type1 {
  border-bottom: 0.3px solid #FFFFFF;
}
#yzs .module1-item-type1 .module1-item-info:nth-child(1) {
  border-bottom: 0.3px solid #FFFFFF;
  border-right: 0.3px solid #FFFFFF;
}
#yzs .module1-item-type1 .module1-item-info:nth-child(2) {
  border-bottom: 0.3px solid #FFFFFF;
}
#yzs .module1-item-type1 .module1-item-info:nth-child(3) {
  border-right: 0.3px solid #FFFFFF;
}
#yzs .module1-item-type3 .module1-item-info:nth-child(1) {
  border-bottom: 0.3px solid #FFFFFF;
}
#yzs .module2-content:nth-child(3),
#yzs .module2-content:nth-child(4) {
  display: none;
}
#yzs .module2-caption {
  color: #3C3C3C;
  border-bottom-color: #2C91FE;
}
#yzs .module2-main .module2-content:nth-child(1) a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn1.png) no-repeat center;
}
#yzs .module2-main .module2-content:nth-child(1):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn1_hover.png) no-repeat center;
}
#yzs .module2-main .module2-content:nth-child(2) a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn2.png) no-repeat center;
}
#yzs .module2-main .module2-content:nth-child(2):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn2_hover.png) no-repeat center;
}
#yzs .module2-main .module2-content:nth-child(5) a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn3.png) no-repeat center;
}
#yzs .module2-main .module2-content:nth-child(5):hover a {
  background: url(/ZSCQ/app/zscq.app/city/images/ycs/zhgl/btn3_hover.png) no-repeat center;
}
#yzs .module2-content:hover .module2-item-title {
  color: #2C91FE;
}
#yzs .module2-item-title::after {
  content: '';
  width: 58px;
  height: 2px;
  background: #2C91FE;
  display: none;
  position: relative;
  margin: 0 auto;
  top: 4px;
}
#yzs .module2-content:hover .module2-item-title::after {
  display: block;
}
