*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: 'Microsoft YaHei';
}
body {
  background: url('/imagelzb/xmtjz-icon-mian-bg.png') no-repeat;
  background-size: 100% 100%;
  background-color: #d8edfd;
  color: #333;
  font: 15px/1.25 "微软雅黑", "宋体", Verdana, Arial, Helvetica, sans-serif;
}
a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #00a1d6;
}
img {
  border: none;
}
li {
  list-style: none;
}
/*全局结束*/
/* 主要内容START */
.xmtjz-box{
	width: 100%;
	margin: auto;
  min-height: 800px;
}
.xmtjz-box img{
	width: 100%;
}
/* 搜索 */
.xlszs-lgzfzx-search{
  width: 90%;
  margin: auto;
  margin-bottom: 5%;
  display: flex;
}
.xlszs-lgzfzx-search #search-text{
	font-size: 20px;
	padding: 12px 20px;
	border: none;
	color: #333;
	width: 80%;
  height: 60px;
}
.xlszs-lgzfzx-search #search-btn{
  display: block;
	background: #50a6f5;
	color: #fff;
  width: 20%;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
/* 标题 */
.xmtjz-box .xmtjz-main-title{
	width: 80%;
	margin: auto;
	padding: 10% 0;
}
.xmtjz-box .xmtjz-group-title{
	width: 55%;
	margin:10px auto;
  padding: 20px 0;
}
.xmtjz-box .xmtjz-group-list{
	
}
/* .xmtjz-zfbm{
  background: url('/imagelzb/xmtjz-icon-zf-bg.png') no-repeat;
  background-size: 100% 100%;
} */
.xmtjz-box .xmtjz-group-list ul{}
.xmtjz-box .xmtjz-group-list ul::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.xmtjz-box .xmtjz-group-list ul li{
	float: left;
	width: 29.333%;
	margin: 15px 2%;
}
.xmtjz-box .xmtjz-group-list ul li img{
	border-radius: 50%;
  width: 20vw;
  display: block;
  margin: auto;
  height: 20vw;
}
.xmtjz-box .xmtjz-group-list ul li label{
	display: block;
	padding: 12px 8px;
	text-align: center;
  height: 68px;
}
.article-module{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6)
}
.article-module .article-box{
  position: relative;
  width: 90%;
  margin:100px auto 0;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
}

.article-module .article-box .articleImg img{
  width: 80%;
  display: block;
  margin: auto;
}
.article-module .article-box .articleTitle{
  background: #d8eeff;
  color: #0f7dd0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 0;
  border-radius: 3px;
  margin: 5px 0;
}
.article-module .article-box .articleContent{
  line-height: 24px;
}
.article-module .article-box .article-module-close{
  position: absolute;
  right: -20px;
  top: -30px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #333333a1;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

/* 关环版 */
body.useOldFixed .xmtjz-box .xmtjz-group-title{
  width: 65%!important;
  margin:30px auto 20px!important;
}
body.useOldFixed .xmtjz-box .xmtjz-group-list ul li{
   width: 46%!important;
   margin: 15px 2%!important;
   float: left!important;
   clear: none!important;
 }
 body.useOldFixed .xmtjz-box .xmtjz-group-list ul li label{
   height: 100px!important;
   line-height: 24px!important;
 }
body.useOldFixed .xmtjz-box .xmtjz-group-list ul li img{
  width: 20vw!important;
  height: 20vw!important;
}
body.useOldFixed .article-module{
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  background: rgba(0, 0, 0, 0.6)!important;
}
body.useOldFixed .article-module .article-box{
  position: relative!important;
  width: 90%!important;
  margin:160px auto 0!important;
  background: #fff!important;
  border-radius: 15px!important;
  padding: 10px!important;
  overflow: initial!important;
}
body.useOldFixed .article-module .article-box .articleImg img{
  width: 60%!important;
}
body.useOldFixed .article-module .article-box .article-module-close{
  right: 5px!important;
  width: 30px!important;
  height: 30px!important;
  line-height: 30px!important;
  min-height: 30px!important;
}
body.useOldFixed .article-module .article-box .articleContent{
  line-height: 30px!important;
}
/* 主要内容END */
.aside-nav{
	display: none !important;
}
@media (min-width: 375px) {
  .article-module .article-box{
    width: 80%;
  }
}
@media (min-width: 640px) {
  .xmtjz-box .xmtjz-main-title{
    width: 45%;
    margin: auto;
    padding: 10% 0 20px;
  }
  .xlszs-lgzfzx-search{
    width: 60%;
  }
  .xmtjz-box .xmtjz-group-title{
    width: 30%;
    margin: auto;
  }
  .xmtjz-box .xmtjz-group-list ul li{
    float: left;
    width: 22%;
    margin: 15px 1.5%;
  }
  .xmtjz-box .xmtjz-group-list ul li img{
    width: 16vw;
    height: 16vw;
  }
  .article-module .article-box{
    width: 60%;
    padding: 20px;
  }
  
  /* 关环版 */
  body.useOldFixed .xmtjz-box .xmtjz-group-title{
    width: 50%!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li{
    width: 21%!important;
    margin: 15px 2%!important;
  }
  body.useOldFixed .article-module .article-box{
    position: relative!important;
    width: 50%!important;
    margin:140px auto 0!important;
  }
  body.useOldFixed .article-module .article-box .article-module-close{
    right: -30px!important;
  }
}
@media (min-width: 800px) {
  .xmtjz-box .xmtjz-main-title{
    width: 40%;
    margin: auto;
    padding: 8% 0 20px;
  }
  .xlszs-lgzfzx-search{
    width: 50%;
  }
  .xmtjz-box .xmtjz-group-list ul li{
    float: left;
    width: 18%;
    margin: 15px 1%;
  }
  .xmtjz-box .xmtjz-group-list ul li img{
    width: 13vw;
    height: 13vw;
  }
  .article-module .article-box{
    width: 50%;
  }
  
  /* 关环版 */
  body.useOldFixed .xmtjz-box .xmtjz-group-title{
    width: 40%!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li{
    width: 21%!important;
    margin: 15px 2%!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li img{
    width: 15vw!important;
    height: 15vw!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li label{
    line-height: 32px!important;
  }
  body.useOldFixed .article-module .article-box{
    position: relative!important;
    width: 50%!important;
    margin:140px auto 0!important;
  }
  body.useOldFixed .article-module .article-box .articleImg img{
    width: 80%!important;
  }
  body.useOldFixed .article-module .article-box .article-module-close{
    right: -30px!important;
  }
  body.useOldFixed .article-module .article-box .articleContent{
    line-height: 38px!important;
  }
  
}
@media (min-width: 1000px) {
  .xmtjz-box .xmtjz-group-title{
    width: 25%;
    margin: auto;
  }
  .xmtjz-box .xmtjz-group-list ul li{
    float: left;
    width: 18%;
    margin: 15px 1%;
  }
  .xmtjz-box .xmtjz-group-list ul li img{
    width: 11vw;
    height: 11vw;
  }
  .article-module .article-box{
    width: 40%;
  }
  /* 关环版 */
  body.useOldFixed .xmtjz-box .xmtjz-group-title{
    width: 40%!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li{
    width: 21%!important;
    margin: 15px 2%!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li img{
    width: 13vw!important;
    height: 13vw!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li label{
    line-height: 32px!important;
  }
  body.useOldFixed .article-module{
    left: 10%!important;
  }
  body.useOldFixed .article-module .article-box{
    position: relative!important;
    width: 50%!important;
    margin:140px auto 0!important;
  }
  body.useOldFixed .article-module .article-box .articleImg img{
    width: 50%!important;
  }
  body.useOldFixed .article-module .article-box .article-module-close{
    right: -30px!important;
  }
  body.useOldFixed .article-module .article-box .articleContent{
    line-height: 38px!important;
  }
}
@media (min-width: 1200px) {
  body {
    background: url('/imagelzb/xmtjz-icon-mian-bg.png') no-repeat;
    background-size: cover;
  }
  .xmtjz-box{
    min-height: 800px;
  }
  /* 搜索 */
  .xlszs-lgzfzx-search{
    width: 40%;
    margin-bottom: 5%;
  }
  .xmtjz-box .xmtjz-group-list{
    width: 1200px;
    margin: auto;
  }
  .xmtjz-box .xmtjz-main-title{
    width: 30%;
    margin: auto;
    padding: 10% 0 20px;
  }
  .xmtjz-box .xmtjz-group-title{
    width: 240px;
    margin: auto;
  }
  .xmtjz-box .xmtjz-group-list ul li{
    float: left;
    width: 12.28%;
    margin: 15px 1%;
  }
  .xmtjz-box .xmtjz-group-list ul li img{
    width: 120px;
    height: 120px;
  }
  .article-module .article-box{
    position: relative;
    width: 500px;
    margin:10% auto 0;
    background: #fff;
    border-radius: 15px;
    padding: 30px 40px;
  }
   /* 关环版 */
  body.useOldFixed .xmtjz-box .xmtjz-group-title{
    width: 40%!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li{
    width: 18%!important;
    margin: 15px 1%!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li img{
    width: 120px!important;
    height: 120px!important;
  }
  body.useOldFixed .xmtjz-box .xmtjz-group-list ul li label{
    line-height: 42px!important;
  }
  body.useOldFixed .article-module{
    left: 10%!important;
  }
  body.useOldFixed .article-module .article-box{
    position: relative!important;
    width: 50%!important;
    margin:140px auto 0!important;
  }
  body.useOldFixed .article-module .article-box .articleImg img{
    width: 50%!important;
  }
  body.useOldFixed .article-module .article-box .article-module-close{
    right: -30px!important;
  }
  body.useOldFixed .article-module .article-box .articleContent{
    line-height: 38px!important;
  }
}