html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  /*vertical-align: baseline;*/
  font-family: "Microsoft YaHei";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  empty-cells: show;
}
a,
a:hover,
:hover,
a:visited,
a:link {
  list-style: none;
  text-decoration: none;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*box-sizing*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  color: #333333;
}
img {
  max-width: 100%;
}
.container-M {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 .48rem;
}
.layout-f {
  display: -webkit-box;
  display: flex;
}
.top-M,
.banner-bg-M {
  min-width: auto;
  width: 100%;
}
.top-M,
.p-navBar {
  height: 2rem;
}
.top-M {
  background: #072947;
}
.top-M .gov-p-logo {
  display: inline-block;
  vertical-align: middle;
}
.top-M .container-M {
  position: relative;
}
.top-M .gov-p-navBar-M {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-M .icon-gov-p-logo-M {
  max-width: 11.9rem;
  max-height: .94rem;
  font-size: 0;
}
.top-M .icon-gov-p-logo-M img {
  max-width: 100%;
  margin-left: .48rem;
  vertical-align: middle;
}
.top-M .icon-gov-p-logo-P {
  display: none;
}
.banner-bg-M {
  background: url(../images/header-bg-M.jpg) no-repeat;
  background-size: cover;
  height: 383px;
}
.p-navBar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.p-navBar .gov-p-navMenu-btn {
  margin-right: .48rem;
}
.p-navBar {
  position: relative;
  height: 2rem;
}
.icon-caret {
  position: absolute;
  top: 50%;
  right: .48rem;
  border-top: .24rem dashed #526A7F;
  border-right: .22rem solid transparent;
  border-left: .22rem solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-bg-M {
  width: 100%;
  height: 8.74rem;
  background: url(../images/header-bg-M.jpg) no-repeat;
  background-size: cover;
}
/*移动端菜单icon*/
.gov-p-navMenu-btn {
  position: relative;
  right: 0;
}
.gov-p-navMenu-btn span {
  display: block;
  width: .66rem;
  height: .08rem;
  margin-bottom: .16rem;
  position: relative;
  background: #fff;
  border-radius: .06rem;
  z-index: 1;
  -webkit-transform-origin: .66rem;
  transform-origin: .66rem;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.gov-p-navMenu-btn span:nth-of-type(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.gov-p-navMenu-btn span:last-child {
  margin-bottom: 0;
}
.toggle-animate span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle-animate span:nth-of-type(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width .5s;
}
.toggle-animate span:nth-child(1) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#gov-p-navMenu {
  display: none;
  cursor: pointer;
  background-color: #072947;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 888;
}
#gov-p-navMenu a {
  color: #fff;
}
#gov-p-navMenu .sub-nav-menuList {
  display: none;
}
#gov-p-navMenu .menu-box {
  -webkit-box-flex: 1;
          flex: 1 auto;
  overflow-y: auto;
}
#gov-p-navMenu .menu-level-1 {
  display: block;
  font-size: .56rem;
  color: #fff;
  background-color: #072947;
  height: 2.04rem;
  line-height: 2.04rem;
  padding-left: .4rem;
  border-bottom: .04rem solid #11324E ;
  position: relative;
}
#gov-p-navMenu .menu-level-1 .icon-caret {
  position: absolute;
  top: 50%;
  right: .48rem;
  border-top: .24rem dashed #526A7F;
  border-right: .22rem solid transparent;
  border-left: .22rem solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#gov-p-navMenu .menu-level-1.active {
  background-color: #062139;
  color: #198ef8;
}
#gov-p-navMenu .menu-level-1.active a {
  color: #198ef8;
}
#gov-p-navMenu .menu-level-1.active .icon-caret {
  border-top: none;
  border-bottom: .24rem dashed #526A7F;
}
#gov-p-navMenu .menu-level-1.active + .sub-nav-menuList {
  display: block;
}
#gov-p-navMenu .menu-level-2 {
  display: block;
  font-size: .56rem;
  color: #fff;
  background-color: #051B2E;
  height: 2.04rem;
  line-height: 2.04rem;
  padding-left: .4rem;
  border-bottom: .04rem solid #11324E ;
  position: relative;
}
#gov-p-navMenu .menu-level-2 .icon-point {
  position: absolute;
  top: 50%;
  left: .52rem;
  width: .16rem;
  height: .16rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#gov-p-navMenu .menu-level-2 a {
  padding-left: .64rem;
}
#gov-p-navMenu .btn-group-box a:active {
  background-color: #062139;
  color: #198ef8;
}
.gov-p-login-btn {
  -webkit-box-flex: 0;
          flex: 0 auto;
}
.gov-p-login-btn .btn-group-box {
  display: -webkit-box;
  display: flex;
}
.gov-p-login-btn a {
  -webkit-box-flex: 1;
          flex: 1;
  height: 1.96rem;
  line-height: 1.96rem;
  font-size: .56rem;
  text-align: center;
  border-top: .04rem solid #062139;
}
.gov-p-login-btn .lon-on {
  border-right: .04rem solid #062139;
}
/*banner样式*/
.banner-bg-M .container-M.layout {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.gov-p-navSearch-box {
  width: 11.84rem;
  color: #fff;
}
.gov-p-navSearch-box .layout {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.gov-p-navSearch-box .search-input-M {
  display: block;
  position: relative;
  z-index: 9;
}
.gov-p-navSearch-box .icon_search-M {
  display: block;
  width: .68rem;
  height: .68rem;
  background: url(../images/icon_search_M.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: .48rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gov-p-navSearch-box input {
  width: 11.84rem;
  height: 1.68rem;
  padding: 0 .32rem;
  font-size: .56rem;
  border: none;
  outline: none;
}
.gov-p-navSearch-box input::-webkit-input-placeholder {
  color: #333;
}
.gov-p-navSearch-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
.gov-p-navSearch-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
.gov-p-navSearch-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
.gov-p-navSearch-box .hotwords-M {
  margin-top: .32rem;
}
.gov-p-navSearch-box .hotwords-M a {
  display: block;
  float: left;
  color: #fff;
  font-size: .44rem;
  padding: .06rem .28rem;
  margin-right: .46rem;
}
.gov-p-navSearch-box .hotwords-M a:last-child {
  margin: 0;
}
.gov-p-navSearch-box .hotwords-M .bg-yellow {
  background-color: #FAC05E;
}
#gov-p-count-M .count-item {
  font-size: .44rem;
  background-color: #198ef8;
  width: 33.33%;
  height: 2.52rem;
  padding-left: .48rem;
  border-right: .02rem solid #389DF9;
  border-bottom: .02rem solid #389DF9;
  float: left;
}
#gov-p-count-M .count-item > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
#gov-p-count-M .count-item .count-title {
  display: inline-block;
  color: #bde5ff;
  margin-top: .15rem;
  margin-bottom: .15rem;
  font-size: .44rem;
}
#gov-p-count-M .count-item em {
  display: block;
  font-size: .56rem;
  font-weight: bold;
  color: #fff;
}
#gov-p-count-M .count-item span.badge {
  display: block;
  font-size: .32rem;
  line-height: .32rem;
  color: #fff;
  background-color: #EE6352;
  border-radius: .2rem;
  position: absolute;
  padding: .06rem .14rem;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  cursor: pointer;
}
#gov-p-count-M .count-item.layout {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
#gov-p-count-M .count-item:active {
  background-color: #156FC5;
}
#gov-p-count-M.layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
/*主体样式*/
section {
  width: 100%;
}
main section.format-category {
  /*格式分类*/
  height: 10.88rem;
  background-color: #fff;
  position: relative;
}
main section.format-category .container-M.layout {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
main section.data-category {
  /*数据分类*/
  background-color: #F7F8FA;
}
main section.thematic-scene {
  /*专题场景*/
  overflow: hidden;
}
main section.thematic-scene .thematic-scene-bg {
  height: 548px;
  background-image: url('../images/BG_001_thematic-scene.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  background-position: 50% 0;
}
main section.digital-sz {
  /*数字深圳*/
  height: 15.9rem;
}
.m-h-16 {
  width: 100%;
  height: .32rem;
  background-color: #F7F8FA;
}
/*格式分类*/
#gov-p-format-classify-M {
  width: 100%;
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
}
#gov-p-format-classify-M .format-classify-title {
  position: relative;
}
#gov-p-format-classify-M .format-classify-title h1 {
  font-size: .56rem;
  height: .96rem;
  line-height: .96rem;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: .54rem;
}
#gov-p-format-classify-M .format-classify-title .icon-format-classify-M {
  display: block;
  width: .42rem;
  height: .54rem;
  margin-right: .16rem;
  background: url(../images/icon_classify-P.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#gov-p-format-classify-M .format-classify-title.layout {
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}
#gov-p-format-classify-M .gov-p-format-classify-description {
  font-size: .44rem;
  color: #999;
}
#gov-p-format-classify-M .format-classify-box {
  width: 100%;
  margin-top: .96rem;
  border-top: .02rem solid #EDEEF0;
  border-left: .02rem solid #EDEEF0;
}
#gov-p-format-classify-M .format-classify-box.layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
#gov-p-format-classify-M .format-classify-item {
  width: 25%;
  height: 3.36rem;
  cursor: pointer;
}
#gov-p-format-classify-M .format-classify-item:hover {
  background-color: #F7F8FA;
}
#gov-p-format-classify-M .format-classify-item:active {
  background-color: #EDEEF0;
}
#gov-p-format-classify-M .format-classify-item.layout {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
#gov-p-format-classify-M .item-box {
  display: block;
  width: 2.08rem;
  height: 2.6rem;
  background: url(../images/icon_doc-outer-P.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-format-classify-M .item-box h2 {
  margin: .2rem .2rem;
  font-size: .4rem;
  font-weight: bold;
  color: #888;
}
#gov-p-format-classify-M .item-box em {
  display: block;
  margin-left: .2rem;
  font-size: .4rem;
  color: #333;
  margin-bottom: .2rem;
  overflow: hidden;
}
#gov-p-format-classify-M .item-box .progress-box {
  height: .64rem;
  width: 94%;
  background-color: #D4D5D6;
  margin: 0 .06rem;
}
#gov-p-format-classify-M .item-box .progress-box .progress {
  width: 80%;
  height: .64rem;
  line-height: .32rem;
  color: #fff;
  background-color: #888;
}
#gov-p-format-classify-M .item-box .progress-box .progress::after {
  content: attr(data-pro);
  color: #fff;
  font-size: .4rem;
}
#gov-p-format-classify-M .item-box.style-color-blue h2 {
  color: #198ef8;
}
#gov-p-format-classify-M .item-box.style-color-blue .progress {
  background-color: #198ef8;
}
#gov-p-format-classify-M .item-box.style-color-yellow h2 {
  color: #FAC05E;
}
#gov-p-format-classify-M .item-box.style-color-yellow .progress {
  background-color: #FAC05E;
}
#gov-p-format-classify-M .divider {
  border-right: .02rem solid #EDEEF0;
  border-bottom: .02rem solid #EDEEF0;
}
.icon-threePoint-P {
  display: block;
  width: .66rem;
  height: .16rem;
  background: url(../images/icon_threePoint.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
/*数据分类*/
#gov-p-data-classify-M {
  width: 100%;
}
#gov-p-data-classify-M .data-classify-title {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #198ef8;
  color: #fff;
  font-size: .56rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.34rem;
}
#gov-p-data-classify-M .data-classify-title .icon-data-classify {
  display: block;
  width: .54rem;
  height: .54rem;
  background: url(../images/icon_data-slassify.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: .48rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#gov-p-data-classify-M .data-classify-list {
  width: 100%;
  background-color: #fff;
  padding: .80rem .48rem;
}
#gov-p-data-classify-M .data-classify-list.layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
#gov-p-data-classify-M .data-classify-list {
  background-color: #F7F8FA;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box {
  float: left;
  margin: .16rem 0;
  position: relative;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box .domain-item {
  width: 4.26rem;
  height: 2.94rem;
  border: .02rem solid #EDEEF0;
  background-color: #fff;
  text-align: center;
  position: relative;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box .domain-item > div {
  position: absolute;
  padding: 0 .1rem;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gov-p-data-classify-M .data-classify-list .domain-item-box .domain-item span {
  display: block;
  font-size: .44rem;
  color: #333;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box .domain-item p {
  font-size: .44rem;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box .domain-item i {
  display: block;
  width: 1.22rem;
  height: .86rem;
  background: url(../images/icon_edu-tec-P.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: .5rem;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box img {
  margin-bottom: 18px;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box div:nth-child(2) {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-color: #198ef8;
  color: #fff;
  padding: 0 .32rem;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box div:nth-child(2) em {
  display: block;
  font-size: .32rem;
  font-weight: bold;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(3n+2) {
  margin: .16rem .32rem;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(2) .domain-item i {
  width: 1.22rem;
  height: .74rem;
  background: url(../images/icon_traffic-P.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(3) .domain-item i {
  width: 1.22rem;
  height: 1.02rem;
  background: url(../images/icon_stylistic-leisure-P.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(4) .domain-item i {
  width: 1.22rem;
  height: 1.04rem;
  background: url(../images/icon_financial.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(5) .domain-item i {
  width: 1.18rem;
  height: 1.14rem;
  background: url(../images/icon_three-rural-services.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(6) .domain-item i {
  width: 1.14rem;
  height: 1.10rem;
  background: url(../images/icon_ecological-civilization.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(7) .domain-item i {
  width: 1.16rem;
  height: .96rem;
  background: url(../images/icon_labor-and-personnel.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(8) .domain-item i {
  width: 1.22rem;
  height: .88rem;
  background: url(../images/icon_gov-agencies.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(9) .domain-item i {
  width: 1.02rem;
  height: 1.1rem;
  background: url(../images/icon_corporate-services.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(10) .domain-item i {
  width: 1.16rem;
  height: 1.08rem;
  background: url(../images/icon_public-service.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(11) .domain-item i {
  width: 1.22rem;
  height: .9rem;
  background: url(../images/icon_economic-construction.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(12) .domain-item i {
  width: 1.12rem;
  height: 1.12rem;
  background: url(../images/icon_social-development.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(13) .domain-item i {
  width: 1.16rem;
  height: 1.18rem;
  background: url(../images/icon_credit-service.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .data-classify-list .domain-item-box:nth-child(13) .domain-item i {
  width: 1.22rem;
  height: 1.22rem;
  background: url(../images/icon_healthfulness.svg) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box .domain-item > div {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box .domain-item i {
  margin-bottom: .34rem;
  margin-top: .36rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(1) .domain-item i {
  width: 1rem;
  height: 1rem;
  background: url(../images/icon_industry_01.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(2) .domain-item i {
  width: .98rem;
  height: 1rem;
  background: url(../images/icon_industry_02.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(3) .domain-item i {
  width: .98rem;
  height: 1rem;
  background: url(../images/icon_industry_03.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(4) .domain-item i {
  width: .7rem;
  height: .94rem;
  background: url(../images/icon_industry_04.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .14rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(5) .domain-item i {
  width: .98rem;
  height: 1rem;
  background: url(../images/icon_industry_05.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(6) .domain-item i {
  width: .98rem;
  height: .94rem;
  background: url(../images/icon_industry_06.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(7) .domain-item i {
  width: 1rem;
  height: .84rem;
  background: url(../images/icon_industry_07.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .24rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(8) .domain-item i {
  width: .98rem;
  height: .98rem;
  background: url(../images/icon_industry_08.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(9) .domain-item i {
  width: 1.02rem;
  height: .7rem;
  background: url(../images/icon_industry_09.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .5rem;
  margin-bottom: .24rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(10) .domain-item i {
  width: 1rem;
  height: .68rem;
  background: url(../images/icon_industry_10.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .55rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(11) .domain-item i {
  width: 1rem;
  height: .9rem;
  background: url(../images/icon_industry_11.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(12) .domain-item i {
  width: .96rem;
  height: .96rem;
  background: url(../images/icon_industry_12.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(13) .domain-item i {
  width: .9rem;
  height: 1rem;
  background: url(../images/icon_industry_13.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .25rem;
  margin-bottom: .14rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(14) .domain-item i {
  width: 1rem;
  height: .86rem;
  background: url(../images/icon_industry_14.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .4rem;
  margin-bottom: .14rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(15) .domain-item i {
  width: .9rem;
  height: .92rem;
  background: url(../images/icon_industry_15.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .14rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(17) .domain-item i {
  width: .88rem;
  height: .88rem;
  background: url(../images/icon_industry_17.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(18) .domain-item i {
  width: .92rem;
  height: .92rem;
  background: url(../images/icon_industry_18.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .14rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(19) .domain-item i {
  width: .76rem;
  height: .92rem;
  background: url(../images/icon_industry_19.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .14rem;
}
#gov-p-data-classify-M .industry-data-classify-list .domain-item-box:nth-child(20) .domain-item i {
  width: .92rem;
  height: .92rem;
  background: url(../images/icon_industry_20.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box .domain-item > div {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box .domain-item i {
  margin-bottom: .34rem;
  margin-top: .4rem;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(1) .domain-item i {
  width: .92rem;
  height: .88rem;
  background: url(../images/icon_theme_01.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(2) .domain-item i {
  width: .96rem;
  height: .94rem;
  background: url(../images/icon_theme_02.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(3) .domain-item i {
  width: .9rem;
  height: .9rem;
  background: url(../images/icon_theme_03.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(4) .domain-item i {
  width: .94rem;
  height: .9rem;
  background: url(../images/icon_theme_04.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(5) .domain-item i {
  width: .82rem;
  height: .94rem;
  background: url(../images/icon_theme_05.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(6) .domain-item i {
  width: .96rem;
  height: .88rem;
  background: url(../images/icon_theme_06.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(7) .domain-item i {
  width: .98rem;
  height: .86rem;
  background: url(../images/icon_theme_07.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(8) .domain-item i {
  width: .96rem;
  height: .96rem;
  background: url(../images/icon_theme_08.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .2rem;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(9) .domain-item i {
  width: 1rem;
  height: .72rem;
  background: url(../images/icon_theme_09.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .5rem;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(10) .domain-item i {
  width: .9rem;
  height: .9rem;
  background: url(../images/icon_theme_10.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(11) .domain-item i {
  width: .98rem;
  height: .86rem;
  background: url(../images/icon_theme_11.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: .2rem;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(12) .domain-item i {
  width: .86rem;
  height: .86rem;
  background: url(../images/icon_theme_12.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(13) .domain-item i {
  width: .86rem;
  height: .86rem;
  background: url(../images/icon_theme_13.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(14) .domain-item i {
  width: .9rem;
  height: .9rem;
  background: url(../images/icon_theme_14.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(15) .domain-item i {
  width: .9rem;
  height: .9rem;
  background: url(../images/icon_theme_15.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(16) .domain-item i {
  width: .92rem;
  height: .92rem;
  background: url(../images/icon_theme_16.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(17) .domain-item i {
  width: .9rem;
  height: .92rem;
  background: url(../images/icon_theme_17.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(18) .domain-item i {
  width: .9rem;
  height: .88rem;
  background: url(../images/icon_theme_18.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(19) .domain-item i {
  width: .92rem;
  height: .84rem;
  background: url(../images/icon_theme_19.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .theme-data-classify-list .domain-item-box:nth-child(20) .domain-item i {
  width: .92rem;
  height: .92rem;
  background: url(../images/icon_theme_20.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .service-data-classify-list .domain-item-box:nth-child(1) .domain-item i {
  width: .96rem;
  height: .96rem;
  background: url(../images/icon_service_01.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .service-data-classify-list .domain-item-box:nth-child(2) .domain-item i {
  width: .98rem;
  height: .9rem;
  background: url(../images/icon_service_02.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .service-data-classify-list .domain-item-box:nth-child(3) .domain-item i {
  width: .78rem;
  height: 1rem;
  background: url(../images/icon_service_03.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .service-data-classify-list .domain-item-box:nth-child(4) .domain-item i {
  width: .92rem;
  height: .84rem;
  background: url(../images/icon_service_04.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify-M .department-data-classify-list > div:nth-child(2) {
  margin-top: .96rem;
}
#gov-p-data-classify-M .department-data-classify-list .domain-item-box .domain-item {
  height: 1.36rem;
}
#gov-p-data-classify-M .department-data-classify-list .domain-item-box .domain-item i {
  width: .96rem;
  height: .96rem;
  background: url(../images/qbm_icon.png) no-repeat;
  background-size: 100% 100%;
}
#gov-p-data-classify.layout {
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.gov-p-navBox h1 {
  display: block;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background-color: #072947;
  color: #fff;
  font-size: .56rem;
  padding-left: .48rem;
  position: relative;
  border-top: .02rem solid #37526A;
}
.gov-p-navBox h1:active {
  background-color: #062139;
}
.gov-p-navBox h1.active {
  background-color: #062139;
  color: #198ef8;
}
.gov-p-navBox h1.active .icon-caret {
  border-top: none;
  border-bottom: .24rem dashed #fff;
}
.gov-p-navBox .data-classify-list {
  display: none;
}
.gov-p-navBox div.divider {
  height: .02rem;
  overflow: hidden;
  background-color: #37526A;
}
/*专题场景*/
#thematic-scene-bg-box-M .thematic-scene-title {
  position: relative;
}
#thematic-scene-bg-box-M .thematic-scene-title h1 {
  font-size: .56rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: .82rem;
  font-weight: bold;
}
#thematic-scene-bg-box-M .thematic-scene-title .icon-thematic-scene {
  display: block;
  width: .54rem;
  height: .54rem;
  background: url(../images/icon_thematic-scene-P.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#thematic-scene-bg-box-M .thematic-scene {
  display: none;
}
#thematic-scene-bg-box-M .thematic-scene .container-M {
  padding-top: .92rem;
  padding-bottom: .92rem;
}
#thematic-scene-bg-box-M .thematic-scene .treatment-bg {
  display: block;
  width: 14.4rem;
  height: 13.08rem;
  background: url(../images/img_M_treatment.jpg) no-repeat;
  background-size: 110% 110%;
}
#thematic-scene-bg-box-M .thematic-scene h2 {
  font-size: .56rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: .2rem;
}
#thematic-scene-bg-box-M .thematic-scene p {
  font-size: .44rem;
  color: #fff;
  line-height: .88rem;
  margin-bottom: .9rem;
}
#thematic-scene-bg-box-M .thematic-scene hr {
  margin-top: 1.28rem;
  margin-bottom: .96rem;
}
#thematic-scene-bg-box-M .thematic-scene .thematic-scene-nav .thematic-scene-item {
  float: left;
  margin-right: 1.28rem;
}
#thematic-scene-bg-box-M .thematic-scene .thematic-scene-nav .icon_make-an-appointment-M {
  display: block;
  width: 1.76rem;
  height: 1.76rem;
  background: url(../images/icon_make-an-appointment-M.png) no-repeat;
  background-size: 100% 100%;
}
#thematic-scene-bg-box-M .thematic-scene .thematic-scene-nav .icon_more-app-M {
  display: block;
  width: 1.76rem;
  height: 1.74rem;
  background: url(../images/icon_thematic-scene-moreApp-M.svg) no-repeat;
  background-size: 100% 100%;
}
#thematic-scene-bg-box-M .thematic-scene .thematic-scene-nav span {
  display: block;
  font-size: .44rem;
  color: #fff;
  margin-top: .3rem;
}
.icon-custom-arrow {
  display: block;
  width: .6rem;
  height: .6rem;
  background: url(../images/icon_custom-M.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: .48rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.view-details-btn {
  display: block;
  width: 3.18rem;
  height: 1.08rem;
  line-height: 1rem;
  border: .02rem solid #fff;
  color: #fff;
  text-align: center;
  font-size: .44rem;
}
/*数字深圳*/
#digitalSZ-title-box-M .digitalSZ-title-box {
  position: relative;
}
#digitalSZ-title-box-M h1 {
  font-size: .56rem;
  font-weight: bold;
  padding-left: .86rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
#digitalSZ-title-box-M .icon_digitalSZ-M {
  display: block;
  width: .52rem;
  height: .54rem;
  background: url(../images/icon_digitalSZ-P.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#digitalSZ-title-box-M dl dt {
  display: block;
  width: 13.44rem;
  text-align: center;
  font-size: 0;
}
#digitalSZ-title-box-M dl dt img {
  width: 100%;
}
#digitalSZ-title-box-M dl dd h2 {
  font-size: .56rem;
  font-weight: bold;
  margin-top: .44rem;
  margin-bottom: .4rem;
}
#digitalSZ-title-box-M dl dd span {
  display: block;
  font-size: .4rem;
  color: #b6b6b6;
}
#digitalSZ-title-box-M dl dd p {
  font-size: .44rem;
  color: #666;
  line-height: .88rem;
  margin-top: .2rem;
  margin-bottom: .6rem;
}
#digitalSZ-title-box-M .view-details-btn {
  border-color: #909090;
  color: #333;
}
/*建议反馈*/
/*建议反馈标题样式*/
.gov-p-feedback-title-box-M {
  position: relative;
  margin-top: .94rem;
}
.gov-p-feedback-title-box-M h1 {
  position: relative;
  padding-left: .86rem;
  font-size: .56rem;
  font-weight: bold;
  float: left;
}
.gov-p-feedback-title-box-M .icon_feedback-P {
  display: block;
  width: .58rem;
  height: .54rem;
  background: url(../images/icon_feedback-P.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-threePoint-position {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*反馈类别样式*/
.gov-p-feedback-category-form-M {
  font-size: .44rem;
  margin-top: .8rem;
}
.gov-p-feedback-category-form-M .gov-p-feedback-category-title {
  float: left;
  height: 1.98rem;
}
.gov-p-feedback-category-form-M .gov-p-feedback-category-group {
  float: left;
  margin-right: .96rem;
  margin-bottom: .8rem;
}
.gov-p-feedback-category-form-M .gov-p-feedback-category-group label {
  position: relative;
  padding-left: .9rem;
}
.gov-p-feedback-category-form-M .gov-p-feedback-category-group input {
  display: none;
}
.gov-p-feedback-category-form-M .gov-p-feedback-category-group input:checked + .gov-p-radio::after {
  opacity: 1;
}
.gov-p-feedback-category-form-M .form-sheet {
  margin: .26rem 0;
}
.gov-p-feedback-category-form-M .form-sheet .description .description-title-box {
  float: left;
  padding-top: .2rem;
}
.gov-p-feedback-category-form-M .form-sheet .description textarea {
  vertical-align: top;
  padding: .2rem;
  width: 11.04rem;
  height: 4.32rem;
  resize: none;
  outline: none;
  border: .02rem solid #d5d9dc;
}
.gov-p-feedback-category-form-M .form-sheet .description label {
  margin-top: 20px;
}
.gov-p-feedback-category-form-M .contact {
  width: 100%;
}
.gov-p-feedback-category-form-M .contact .tel-title-box,
.gov-p-feedback-category-form-M .contact .email-title-box {
  float: left;
  height: 1.44rem;
  line-height: 1.44rem;
}
.gov-p-feedback-category-form-M .contact .t1-text {
  float: left;
  height: 1.44rem;
  line-height: 1.44rem;
  width: 2.4rem;
}
.gov-p-feedback-category-form-M .contact .t1-text1 {
  float: left;
  height: 1.44rem;
  line-height: 0.6rem;
  width: 2.4rem;
  text-align: center;
}
.gov-p-feedback-category-form-M .contact label {
  position: absolute;
}
.gov-p-feedback-category-form-M .contact input,
.gov-p-feedback-category-form-M .contact select {
  width: 11.04rem;
  height: 1.44rem;
  padding: .04rem .2rem;
  outline: none;
  font-size: .44rem;
  border: .02rem solid #d5d9dc;
}
.gov-p-feedback-category-form-M .contact .tel {
  margin-bottom: .26rem;
}
.gov-p-feedback-category-form-M .t1-contact {
  margin-bottom: 0.6rem;
}
.gov-p-feedback-category-form-M .form-btn-group {
  position: relative;
  margin: 1.28rem 0;
}
.gov-p-feedback-category-form-M .form-btn-group .submit-feedback {
  display: block;
  width: 4.74rem;
  height: 1.26rem;
  line-height: 1.26rem;
  background-color: #198ef8;
  font-size: .44rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.gov-p-feedback-category-form-M .form-btn-group .toTop-box {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gov-p-feedback-category-form-M .form-btn-group .toTop {
  background-color: #198ef8;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.gov-p-feedback-category-form-M .form-btn-group .toTop .icon_toTop-P {
  display: block;
  width: .7rem;
  height: .38rem;
  background: url(../images/icon_toTop-P.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*radio*/
.gov-p-radio {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: .58rem;
  height: .58rem;
  outline: 0;
  box-sizing: border-box;
  border: .02rem solid #d5d9dc;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gov-p-radio::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: .22rem;
  height: .22rem;
  border-radius: 50%;
  background: #666;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*footer样式*/
.footer-link-M {
  background-color: #082E4F;
}
.footer-link-M .logo-box-M {
  padding: .96rem 0;
  position: relative;
  border-bottom: .02rem solid #1D3E5B;
}
.footer-link-M .img-l {
  width: 4.4rem;
  height: 5.26rem;
  float: left;
  font-size: 0;
}
.footer-link-M .img-l img {
  vertical-align: middle;
}
.footer-link-M .img-r {
  width: 7.02rem;
  height: 3.52rem;
  float: right;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-link-M .img-r img {
  vertical-align: middle;
}
.footer-link-M ul {
  padding-bottom: .96rem;
}
.footer-link-M ul li {
  border-bottom: .02rem solid #1D3E5B;
}
.footer-link-M ul li a {
  display: block;
  color: #fff;
  font-size: .56rem;
  height: 3.02rem;
  line-height: 3.02rem;
  position: relative;
}
.footer-link-M ul li a i {
  display: block;
  width: .32rem;
  height: .56rem;
  background: url(../images/icon_footer-arrow.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-content-M {
  background-color: #072947;
  font-size: .44rem;
  color: #8394a3;
  padding: .96rem 0 1.04rem 0;
}
.footer-content-M .container-M .footer-content-part1 {
  margin-bottom: .66rem;
}
.footer-content-M .container-M p:first-child {
  margin-bottom: .28rem;
}
.footer-content-M .container-M span:nth-of-type(1) {
  margin-right: 1.12rem;
  position: relative;
}
.footer-content-M .container-M .footer-content-part2 p:nth-of-type(2) {
  position: relative;
}
.footer-content-M .container-M .footer-content-part2 p:nth-of-type(2) span:nth-of-type(1) {
  padding-left: .52rem;
  margin-right: .48rem;
}
.footer-content-M .container-M .footer-img-box {
  position: absolute;
  bottom: 0;
  max-width: 2.44rem;
  max-height: 1.24rem;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.footer-content-M .container-M .footer-img-box1 {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  max-width: 2.44rem;
  max-height: 1.24rem;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.footer-content-M .icon_national-emblem {
  display: block;
  width: .4rem;
  height: .44rem;
  background: url(../images/img_footer_M_004.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*数据集页面 弹出框样式*/
.gov-p-popup-navBar {
  position: absolute;
  top: 0;
  right: -4.04rem;
  z-index: 999;
  overflow-y: auto;
  display: none;
  background-color: #fff;
}
.gov-p-popup-navBar .tab-content {
  display: none;
}
.gov-p-popup-navBar h1 {
  width: 4.04rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #198EF8;
  font-size: .56rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.gov-p-popup-navBar ul {
  width: 4.04rem;
}
.gov-p-popup-navBar li {
  border-bottom: .02rem solid #EDEEF0;
}
.gov-p-popup-navBar li a {
  display: block;
  width: 4.04rem;
  height: 1.94rem;
  line-height: 1.94rem;
  font-size: .44rem;
  background-color: #fff;
  color: #333;
  text-align: center;
}
.gov-p-popup-navBar li:last-child {
  border: none;
}
/*遮罩层*/
.gov-p-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
/*搜索结果帅选弹框*/
.search-result-filter {
  width: 12.58rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -12.58rem;
  z-index: 999;
  display: none;
  padding-top: .9rem;
}
.search-result-filter .container-M {
  overflow-y: auto;
}
.search-result-filter .classify-content {
  margin: .24rem 0;
  height: 1.3rem;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex: 1 auto;
}
.search-result-filter h1 {
  font-size: .56rem;
  position: relative;
}
.search-result-filter span {
  display: block;
  width: 3.54rem;
  height: .86rem;
  line-height: .86rem;
  text-align: center;
  font-size: .44rem;
  background-color: #EDEEF0;
  margin-top: .24rem;
  margin-bottom: .24rem;
  padding: 0 .2rem;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-result-filter span:nth-child(3n+2) {
  margin-left: .48rem;
  margin-right: .48rem;
}
.search-result-filter .classify-selected {
  color: #fff;
  background-color: #198EF8;
}
.search-result-filter .icon_classify-more-arrow {
  display: block;
  width: .54rem;
  height: .26rem;
  background: url(../images/icon_classify-more-arrow.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.search-result-filter .icon_classify-more-arrow.icon-rotate {
  -webkit-transform-origin: 50% 15%;
          transform-origin: 50% 15%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search-result-filter .filter-btn-group {
  -webkit-box-flex: 0;
          flex: 0 auto;
}
.search-result-filter .filter-btn-group a {
  display: block;
  width: 50%;
  height: 1.96rem;
  line-height: 1.96rem;
  font-size: .56rem;
  text-align: center;
  float: left;
  border-top: .02rem solid #EDEEF0;
}
.search-result-filter .filter-btn-group a:last-child {
  border-left: .02rem solid #EDEEF0;
}
.search-result-filter .filter-btn-group a:active {
  background: #198EF8;
  color: #fff;
  border-color: #198EF8;
}
.search-result-filter1 {
  width: 9.58rem;
}
/*日历控件样式*/
.gov-p-calendar-box {
  margin: .32rem 0 .48rem;
}
.gov-p-calendar-box span {
  display: block;
  width: 49%;
  position: relative;
  float: left;
}
.gov-p-calendar-box span:first-child {
  margin-right: 2%;
}
.gov-p-calendar-box input {
  width: 100%;
  height: 1.6rem;
  padding-left: .46rem;
  font-size: .56rem;
  color: #333;
  border: .02rem solid #DBDBDB;
}
.gov-p-calendar-box input::-webkit-input-placeholder {
  color: #b6b6b6;
}
.gov-p-calendar-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b6b6b6;
}
.gov-p-calendar-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b6b6b6;
}
.gov-p-calendar-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b6b6b6;
}
.gov-p-calendar-box .icon_calendar {
  display: block;
  width: .8rem;
  height: .8rem;
  background: url(../images/icon_calendar.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: .48rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
/*筛选头部radio Tab页切换样式*/
.gov-p-filter-tabBar {
  position: relative;
}
.gov-p-filter-tabBar > li {
  float: left;
  width: 100%;
}
.gov-p-filter-tabBar > li input {
  display: none;
}
.gov-p-filter-tabBar > li input:checked + label .gov-p-radio::after {
  opacity: 1;
}
.gov-p-filter-tabBar > li input:checked ~ div {
  display: block;
}
.gov-p-filter-tabBar > li label {
  display: block;
  width: 33.33%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.45rem;
  text-align: center;
  color: #198ef8;
  background-color: #fff;
  padding-left: 1rem;
  position: absolute;
  border-top: .02rem solid #EEEFF1;
  top: 0;
  left: 0;
}
.gov-p-filter-tabBar > li .gov-p-radio {
  left: .46rem;
}
.gov-p-filter-tabBar > li > div {
  position: absolute;
  width: 100%;
  margin-top: 1.5rem;
  display: none;
}
.gov-p-filter-tabBar li:nth-child(2) label {
  left: 33.33%;
  border-left: .02rem solid #EEEFF1;
}
.gov-p-filter-tabBar li:nth-child(3) label {
  left: 66.66%;
  border-left: .02rem solid #EEEFF1;
}
#tagContent {
  background-color: #fff;
}/*2018-12-18*/
main section.data-info .new-data-title,
main section.data-info .data-interface-title {
  position: relative;
}
main section.data-info .new-data-title h1,
main section.data-info .data-interface-title h1 {
  font-size: .56rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: .82rem;
  font-weight: bold;
}
main section.data-info .new-data-title h1 span,
main section.data-info .data-interface-title h1 span {
  font-size: .36rem;
}
main section.data-info .icon_new-data-M {
  display: block;
  width: .62rem;
  height: .48rem;
  background: url(../images/icon_new-data-M.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main section.data-info .icon_data-interface-M {
  display: block;
  width: .54rem;
  height: .54rem;
  background: url(../images/icon_data-interface-M.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main section.data-info ul {
  border-top: .06rem solid #eeeeee;
}
main section.data-info ul li {
  border-bottom: .06rem solid #eeeeee;
  padding: 0 .48rem;
  cursor: pointer;
}
main section.data-info ul li a {
  float: left;
  height: 1.38rem;
  line-height: 1.38rem;
  font-size: .4rem;
  color: #3d3d3d;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main section.data-info ul li span {
  float: right;
  height: 1.38rem;
  line-height: 1.38rem;
  font-size: .36rem;
  color: #8c8c8c;
}
main section.data-info ul li .num {
  display: inline-block;
  width: .42rem;
  height: .42rem;
  line-height: .42rem;
  text-align: center;
  font-size: .36rem;
  font-weight: bold;
  color: #FFF;
  background: #b7b7b7;
  border-radius: 3px;
  margin-right: .28rem;
}
main section.data-info ul li:first-child .num,
main section.data-info ul li:nth-child(2) .num {
  background: #ff4f00;
}
main section.data-info ul li:nth-child(3) .num {
  background: #ffba00;
}
main section.industry-dynamics,
main section.policies-regulations {
  /*行业动态、政策法规*/
  height: 15.9rem;
}
main section.industry-dynamics .title-box,
main section.policies-regulations .title-box {
  position: relative;
}
main section.industry-dynamics h1,
main section.policies-regulations h1 {
  font-size: .56rem;
  font-weight: bold;
  padding-left: .86rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
main section.industry-dynamics dl dt,
main section.policies-regulations dl dt {
  display: block;
  width: 13.44rem;
  text-align: center;
  font-size: 0;
}
main section.industry-dynamics dl dt img,
main section.policies-regulations dl dt img {
  width: 100%;
}
main section.industry-dynamics dl dd h2,
main section.policies-regulations dl dd h2 {
  font-size: .56rem;
  font-weight: bold;
  margin-top: .44rem;
  margin-bottom: .4rem;
}
main section.industry-dynamics dl dd span,
main section.policies-regulations dl dd span {
  display: block;
  font-size: .4rem;
  color: #b6b6b6;
}
main section.industry-dynamics dl dd p,
main section.policies-regulations dl dd p {
  font-size: .44rem;
  color: #666;
  line-height: .88rem;
  margin-top: .2rem;
  margin-bottom: .6rem;
}
main section.industry-dynamics .icon_industry-dynamics-M,
main section.policies-regulations .icon_industry-dynamics-M {
  /*行业动态*/
  display: block;
  width: .7rem;
  height: .54rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main section.industry-dynamics .icon_policies-regulations-M,
main section.policies-regulations .icon_policies-regulations-M {
  /*政策法规*/
  display: block;
  width: .72rem;
  height: .58rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.view-details-btn {
  border-color: #909090;
  color: #333;
}
#gov-p-format-classify-M .item-box .progress-box {
  position: relative;
}
#gov-p-format-classify-M .item-box .progress-box .progress::after {
  position: absolute;
  top: 50%;
  left: .12rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
