@charset "utf-8";
* {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
  font-size: 1.05882353rem;
  -webkit-overflow-scrolling: touch;
  /* &::-webkit-scrollbar, &::-webkit-scrollbar{ width: 0;} */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
th,
td,
img,
button,
footer,
header,
nav {
  margin: 0;
  padding: 0;
}
input,
button,
select,
textarea {
  font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
  border: 0;
  border-radius: 0;
}
input:focus {
  outline: none;
}
ul,
ol,
li {
  list-style: none;
  text-decoration: none;
}
a,
i,
span,
img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
i,
em {
  font-style: normal;
}
img {
  max-width: 100%;
  border: 0;
}
a {
  color: #454545;
  text-decoration: none;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
a:hover {
  color: #3978cc;
  text-decoration: none;
}
/****清除浮动****/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.main {
  max-width: 1450px;
  margin: 0 auto;
  display: block;
}
/****主体-top****/
.header {
  height: 2.23529412rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(70, 122, 192, 0.6);
}
.header .fl,
.header .fr {
  font-size: 0;
  vertical-align: middle;
}
.header .fl a,
.header .fr a {
  padding: 0 0.58823529rem;
  font-size: 0.88235294rem;
  color: #fff;
  line-height: 2.23529412rem;
  display: inline-block;
  background: url(yjtc_bg_header_a.png) no-repeat right center;
}
.header .fl a:nth-of-type(1),
.header .fr a:nth-of-type(1) {
  padding-left: 0;
}
.header .fl a:nth-last-of-type(1),
.header .fr a:nth-last-of-type(1) {
  padding-right: 0;
  background: none;
}
.header .s-box {
  width: 26px;
  height: 26px;
  margin: 0.35294118rem 0.58823529rem 0.35294118rem 0;
  padding-right: 0.58823529rem;
  float: left;
  display: inline-block;
  position: relative;
  background: url(yjtc_bg_header_a.png) no-repeat right center;
}
.header .s-box input[type="text"] {
  width: 0;
  height: 1.52941176rem;
  font-size: 0.82352941rem;
  line-height: 1.52941176rem;
  border: 0;
  background: #FFFFFF;
  display: block;
  position: absolute;
  right: 0;
  z-index: 101;
}
.header .s-box input[type="button"] {
  width: 1.52941176rem;
  height: 1.52941176rem;
  padding: 0.23529412rem;
  background: url(yjtc_bg_searchbtn.png) no-repeat center;
  box-sizing: border-box;
  border: 0;
  position: absolute;
  top: 0;
  right: 0.58823529rem;
  cursor: pointer;
  z-index: 102;
}
.header .s-box input[type="text"],
.header .s-box input[type="button"] {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}
.header .s-box:hover input[type="text"] {
  width: 11.76470588rem;
  padding: 0 2.05882353rem 0 0.58823529rem;
  right: 0;
  border-radius: 0.05882353rem;
}
.header .s-box:hover input[type="button"] {
  background: url(yjtc_bg_searchbtn_hover.png) no-repeat center;
  right: 0.29411765rem;
}
/****主体头部****/
.head-con {
  background: url(yjtc_bg_ej_header.png) no-repeat center center;
  background-size: cover;
}
.head-con .header .s-box {
  display: none;
}
.head-con .logo {
  max-width: 28.58823529rem;
  margin: 5.29411765rem 0 4.11764706rem 0;
  display: block;
}
.head-con .search {
  width: 22.82352941rem;
  height: 2.82352941rem;
  margin-top: 6.35294118rem;
  position: relative;
}
.head-con .search input[type="text"] {
  width: 100%;
  height: 100%;
  padding-left: 0.88235294rem;
  font-size: 0.94117647rem;
  color: #fff;
  background-color: rgba(255, 255, 241, 0.3);
  border-radius: 0.17647059rem;
  box-sizing: border-box;
}
.head-con .search input[type="button"] {
  width: 2.82352941rem;
  height: 2.82352941rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(yjtc_img_ej_searchbtn.png) no-repeat center;
  background-size: 45%;
}
.head-nav {
  background-color: #1f6ec6;
}
.head-nav ul li {
  width: 16.66666667%;
  float: left;
}
.head-nav ul li a {
  font-size: 1.29411765rem;
  color: #fff;
  line-height: 3.17647059rem;
  text-align: center;
  display: block;
}
.head-nav ul li a:hover,
.head-nav ul li a.active {
  font-weight: bold;
  background: url(yjtc_bg_ej_nav_active.png) no-repeat center bottom;
  background-size: 100%;
}
/****部门街镇****/
.bmjz-menu {
  width: 100%;
  position: absolute;
  top: 2.23529412rem;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(70, 122, 192, 0.9);
  display: none;
}
.bmjz-menu .bmjz-main {
  padding: 0.58823529rem 0 1.47058824rem 0;
  position: relative;
  box-sizing: border-box;
}
.bmjz-menu .bmjz-main .hd {
  margin-top: 1.17647059rem;
}
.bmjz-menu .bmjz-main .hd span {
  padding: 0.29411765rem 1.47058824rem 0.41176471rem 1.47058824rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 2.94117647rem;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.bmjz-menu .bmjz-main .bd {
  margin-top: 0.58823529rem;
}
.bmjz-menu .bmjz-main .bd ul li {
  width: 16.666%;
  float: left;
  line-height: 2.64705882rem;
}
.bmjz-menu .bmjz-main .bd ul li a {
  font-size: 1rem;
  color: #fff;
  padding-right: 1.17647059rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.bmjz-menu .bmjz-main .bd ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.bmjz-menu .bmjz-main .close {
  position: absolute;
  top: 1.47058824rem;
  right: 0rem;
  cursor: pointer;
}
/****底部****/
.footer {
  margin-top: 1.47058824rem;
  font-size: 0.94117647rem;
  background: #3978cc;
}
.footer .drop-groups {
  padding: 0.58823529rem 0;
  position: relative;
  border-bottom: 0.05882353rem solid #1e67c8;
}
.footer .drop-groups .drop-down {
  width: 20%;
  float: left;
}
.footer .drop-groups .drop-down .tag {
  height: 2.35294118rem;
  padding: 0 0.58823529rem;
  color: #fff;
  text-align: center;
  line-height: 2.35294118rem;
  display: block;
  background-image: url(yjtc_bg_header_a.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  box-sizing: border-box;
}
.footer .drop-groups .drop-down .link-hide {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.52941176rem;
  z-index: 999;
  display: none;
  background: rgba(76, 128, 197, 0.9);
  box-sizing: border-box;
  overflow: hidden;
}
.footer .drop-groups .drop-down .link-hide .main {
  overflow: hidden;
}
.footer .drop-groups .drop-down .link-hide .main ul {
  margin: 0 -0.88235294rem 0 0;
  padding: 0 0 1.76470588rem 0;
  overflow: hidden;
  box-sizing: border-box;
}
.footer .drop-groups .drop-down .link-hide .main ul li {
  width: 20%;
  float: left;
}
.footer .drop-groups .drop-down .link-hide .main ul li a {
  margin: 1.76470588rem 0.88235294rem 0 0;
  color: #fff;
  display: block;
}
.footer .drop-groups .drop-down .link-hide .main ul li a:hover {
  text-decoration: underline;
}
.footer .drop-groups .drop-down:nth-of-type(1) .tag {
  background-image: url(yjtc_bg_header_a.png), url(yjtc_bg_header_a.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
.footer .jcxx {
  padding: 1.17647059rem 0;
  color: #fff;
}
.footer .jcxx a {
  color: #fff;
}
.footer .jcxx .jcxx-l {
  width: calc(72% - 3.125rem);
}
.footer .jcxx .jcxx-l .jcxx-nav a {
  padding: 0 0.88235294rem;
  line-height: 1.52941176rem;
  display: inline-block;
  background: url(yjtc_bg_header_a.png) no-repeat right center;
}
.footer .jcxx .jcxx-l .jcxx-nav a:nth-of-type(1) {
  padding-left: 0;
}
.footer .jcxx .jcxx-l .jcxx-nav a:nth-last-of-type(1) {
  background: none;
}
.footer .jcxx .jcxx-l p {
  margin-top: 0.88235294rem;
}
.footer .jcxx .jcxx-r {
  width: 28%;
  margin: 1.76470588rem 0 0 0;
  text-align: right;
  display: inline-block;
}
.footer .jcxx .jcxx-r a,
.footer .jcxx .jcxx-r span {
  padding-left: 0.58823529rem;
  display: inline-block;
}
.footer .jcxx .jcxx-r a img,
.footer .jcxx .jcxx-r span img {
  width: 100%;
  vertical-align: middle;
  opacity: 0.9;
}
.footer .jcxx .jcxx-r a .dzjg,
.footer .jcxx .jcxx-r span .dzjg {
  height: 3.52941176rem;
}
.footer .jcxx .jcxx-r a .wj,
.footer .jcxx .jcxx-r span .wj {
  height: 4.11764706rem;
}
.zt .zt-banner .header {
  margin-bottom: 1.82352941rem;
  position: static;
  background: none;
}
.zt .zt-banner .header .s-box {
  display: none;
}
.zt .zt-banner .zt-logo {
  width: 27.47058824rem;
}
.zt .zt-banner .search {
  width: 22.94117647rem;
  height: 2.82352941rem;
  margin-top: 0.76470588rem;
  position: relative;
}
.zt .zt-banner .search input[type="text"] {
  width: 100%;
  height: 100%;
  padding-left: 0.88235294rem;
  background-color: rgba(255, 255, 241, 0.3);
  border-radius: 0.17647059rem;
  box-sizing: border-box;
}
.zt .zt-banner .search input[type="button"] {
  width: 2.82352941rem;
  height: 2.82352941rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(yjtc_zt_fl_searchbtn.png) no-repeat center;
  background-size: cover;
}
/****返回顶部****/
#back-to-top {
  position: fixed;
  right: 0.58823529rem;
  bottom: 12.35294118rem;
  z-index: 99;
}
#back-to-top a {
  width: 2.35294118rem;
  height: 2.35294118rem;
  padding: 0.58823529rem;
  font-size: 0.88235294rem;
  color: #fff;
  line-height: 1.17647059rem;
  text-align: center;
  display: block;
  background-color: #3978cc;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
#back-to-top a:hover {
  background-color: #115db2;
}
/****普通信息列表****/
.info li {
  font-size: 1.05882353rem;
  line-height: 3.41176471rem;
  position: relative;
}
.info li a {
  margin-right: 6.76470588rem;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.info li a:hover {
  color: #3978cc;
  letter-spacing: 0.01764706rem;
  text-decoration: underline;
}
.info li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
}
/****当前位置****/
.dqwz {
  padding: 1.76470588rem 0;
  font-size: 0.88235294rem;
  color: #666;
  line-height: 0.94117647rem;
  box-sizing: border-box;
}
.dqwz img {
  margin-right: 0.29411765rem;
  vertical-align: top;
  display: inline-block;
}
.dqwz a,
.dqwz span {
  padding: 0 0.29411765rem;
  color: #666;
  display: inline-block;
}
/****分页****/
.pagination {
  margin-top: 1.17647059rem;
  font-size: 1rem;
  text-align: center;
}
.pagination a {
  width: 1.88235294rem;
  margin: 0 0.35294118rem;
  text-align: center;
  line-height: 1.88235294rem;
  display: inline-block;
  background: #eee;
  border-radius: 0.17647059rem;
}
.pagination a:hover {
  color: #fff;
  background: #1f6ec6;
  cursor: pointer;
}
.pagination .first-page,
.pagination .last-page,
.pagination .yj-pga0,
.pagination .yj-pga8 {
  width: 4.58823529rem;
}
.pagination .cur {
  background: #1f6ec6;
  color: #fff;
}
/****列表-栏目****/
.page-lm {
  font-size: 0;
  background: url(yjtc_bg_pagelist_lm.png) repeat-x center bottom;
  position: relative;
}
.page-lm span {
  min-width: 10.58823529rem;
  padding: 0.94117647rem 0.58823529rem;
  font-size: 1.17647059rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.29411765rem;
  text-align: center;
  letter-spacing: 0.11764706rem;
  border-top-left-radius: 0.17647059rem;
  border-top-right-radius: 0.17647059rem;
  background-image: linear-gradient(to right, #3276cd, #155db0);
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.page-lm .pic {
  width: 23.17647059rem;
  position: absolute;
  right: 0;
  bottom: 0.17647059rem;
  display: inline-block;
}