html {
  padding-bottom: -16px !important;
  font-family: "Î¢ÈíÑÅºÚ"
}

body {
  background: url(../jpg/k97x2u.jpg) no-repeat center left;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
  letter-spacing: 1px;
}

* {
  transition: background 0.2s
}

.footernav {
  letter-spacing: 0
}

@font-face {
  font-family: 'iconfont';
  src: url('../woff2/znel9p.woff2') format('woff2'),
  url('../woff/q382s1.woff') format('woff'),
  url('../ttf/q382s1.ttf') format('truetype');
}

.nav i, .sec-tit i {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec-tit i {
  font-size: 32px;
  top: 2px;
  margin-right: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 10px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #e9e9e9;
  border: 1px solid #fff;
  flex-direction: row;
  box-sizing: border-box;
  align-items: flex-end;
}

.breadcrumb a {
  color: #666666;
  text-decoration: underline
}

.breadcrumb .active {
  color: #428bc5;
  font-weight: bold
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 8px
}

.header {
  background: #fff;
  height: 85px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 18;
  line-height: normal
}

.header-wrap {
  width: 82%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.header-logo {
  background: url(../png/vva255.png) no-repeat no-repeat left;
  width: 330px;
  height: 80px;
  background-size: 100% auto;
  transition: all .3s ease;
  float: left;
  cursor: pointer
}

.nav-cont {
  width: 60%;
  margin: 0
}

.nav {
}

.nav a {
  font-size: 16px;
  color: #909090;
  font-weight: bold;
  display: block
}

.nav a:hover, .nav .sel a {
  color: #1788c2
}

.nav li {
  text-align: center;
  flex: 1;
}


.nav a:hover {
  text-decoration: none
}

.j-search {
  width: 65%;
  margin: 0 auto;
  padding-top: 115px;
  text-align: center;
  margin-bottom: 40px
}

.j-search .j-search-logo {
  width: 145px;
  height: 66px;
  background: url(../png/oxpg66.png) no-repeat center;
  float: left
}

.j-search-cont {
  height: 66px;
  width: calc(100% - 160px);
  margin-left: 160px;
}

.j-search-cont input {
  height: 48px;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  color: #3a3a3a;
  outline: none;
  border: 1px solid #fff;
  padding-left: 16px;
  box-sizing: border-box;
  width: 84%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff
}

.j-search-cont button {
  height: 48px;
  width: 16%;
  border: 0;
  background: #6fc1fc url(../png/khlzra.png) no-repeat center;
  border-radius: 0 6px 6px 0;
  background-size: 39px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  float: right;
  cursor: pointer
}

.j-search-cont button:focus {
  border: 0;
  outline: none
}

.j-search-cont button:active {
  opacity: 0.8
}

.search {
  width: 860px;
  margin: 85px auto 30px auto;
  text-align: center;
  font-size: 0;
  position: relative;
  border-radius: 6px;
  padding-top:;
  box-sizing: border-box;
  padding-left: 100px;
  background: #CCC
}

.search input {
  height: 48px;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  color: #3a3a3a;
  outline: none;
  border: 1px solid #fff;
  padding-left: 16px;
  box-sizing: border-box;
  width: 84%;
  position: relative;
  top: -18px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05)
}

.search button {
  height: 48px;
  width: 16%;
  border: 0;
  background: #6fc1fc url(../png/khlzra.png) no-repeat center;
  border-radius: 0 6px 6px 0;
  background-size: 39px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05)
}

.search button:focus {
  border: 0;
  outline: none
}

.search button:active {
  opacity: 0.8
}

.search:before {
  content: "";
  display: inline-block;
  width: 144px;
  height: 66px;
  background: url(../png/oxpg66.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: -66px
}

.view-main {
  width: 80%;
  margin: 0 auto
}

.sec-tit {
  display: flex;
  margin-bottom: 14px;
  position: relative;
  padding-top: 20px
}

.sec-tit h2 {
  font-size: 24px;
  color: #2a6da3;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  display: flex
}

.sec-tit p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0
}

.tit-nav-btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #8c9ca6;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 24px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  line-height: initial;
}

.tit-nav-btn:active {
  opacity: 0.8
}

.tnb-text {
  margin-left: 4px;
  display: inline-block;
  width: 14px;
  font-weight: bold;
  position: relative;
  top: -4px;
  text-align: center;
  height: 2px;
  background: #fff;
  margin-left: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative
}

.tnb-text:before {
  content: "";
  height: 14px;
  width: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: none
}

.tit-nav-menu li {
  width: 16.66%;
  font-size: 16px;
  text-align: center;
  padding: 3px;
  box-sizing: border-box
}

.tit-nav-menu a {
  color: #3a3a3a;
  background: #f1f1f1;
  display: block;
  padding: 6px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  word-break: keep-all;
  overflow: hidden;
  box-sizing: border-box
}

.tit-nav-menu a:hover {
  text-decoration: none;
  background: #428bc5;
  color: #fff
}

.tit-nav-menu a:active {
  opacity: 0.8
}

.tit-nav-menu {
  font-size: 0;
  background: #fff;
  padding: 3px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px
}

.tit-nav-menu ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 0;
}

.breadcrumb li:after {
  content: ">";
  font-size: 14px;
  margin: 0 6px;
  color: #a1a1a1
}

.breadcrumb li:last-child:after {
  content: none
}

.breadcrumb li:first-child:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(../png/67fyu5.png) no-repeat center;
  position: relative;
  top: 2px;
  margin-right: 6px;
  background-size: 84%
}

.cont {
  padding-bottom: 30px;
}

.text-tit {
  text-align: left;
  font-size: 28px;
  line-height: 1.5;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  color: #3a3a3a
}

.text-tit span {
  font-size: 16px;
  color: #666;
  margin-right: 32px;
}

.text-tit p {
  margin-top: 14px;
  float: left
}

.secondary-wrap {
  background: url(../png/lu0bmg.png) repeat-y top left;
  padding: 20px;
  padding-left: 60px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  min-height: 600px
}

.font-size {
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 8px;
  position: relative;
  right: -14px
}

.font-size a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-left: -14px;
  color: #666666
}

.font-size a:hover, .font-size a.sel {
  text-decoration: none;
  border: 1px solid #428bc5;
  color: #428bc5 !important;
}

.fs-1 {
  font-size: 14px;
  line-height: 2.2;
  transition: 0.2s;
}

.fs-2 {
  font-size: 18px;
  line-height: 2.2;
  transition: 0.2s;
}

.fs-3 {
  font-size: 22px;
  line-height: 2.2;
  transition: 0.2s;
}

.text-main {
  border-bottom: 1px solid #e1e1e1
}

.text-main p {
  margin: 12px 0;
  color: #3a3a3a
}

.fj {
  display: block;
  color: #428bc5 !important;
  cursor: pointer;
}

.fj:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #428bc5;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 10px
}

.fj:hover {
  text-decoration: underline !important
}

.back {
  display: inline-block;
  text-align: center;
  color: #428bc5 !important;
  cursor: pointer;
  letter-spacing: 4px;
  margin: 10px 0
}


.tac {
  text-align: center
}

.share a:hover {
  text-decoration: none
}

.share {
  text-align: right;
  margin-top: 20px
}

.btn_2 {
  color: #6f6f6f;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  font-size: 14px;
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/repeat_x_bg.jpg) repeat-x 0 -63px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin-right: 10px;
}

.btn_2 {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
}



.footernav {
  width: 100%;
  z-index: 15;
  background: rgba(46, 125, 188, 0.85);
  bottom: 0;
  left: 0;
  color: #f3f3f3;
  position: fixed;
}

.footernav:after {
  content: "";
  width: 100%;
  height: 16px;
  display: ;
}

.footnav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative
}

.footnav-ul {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  width: calc(100% - 806px);
  display: inline-block;
  font-size: 0
}

.footnav-ul li {
  display: inline-block;
  border-right: none;
  height: 64px;
  text-align: center;
  box-sizing: border-box;
  width: 10%;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.footnav-ul li a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 11px;
  color: #fff;
  padding: 12px 0;
  box-sizing: border-box
}

.footnav-ul li a img, .footnav ul li a span, .footnav ul li a i {
  display: block;
}

.footnav-ul li a i {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-style: normal;
}

.footnav-ul li a img.img {
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}

.footnav-ul li a:hover, .footnav ul li a.on, .footnav ol li a:hover, .homenav homenav_in.on {
  background: #2677b8;
  text-decoration: none;
}

.homenav {
  position: relative
}

.footnav-ul-2 {
  float: right;
  position: relative;
  top: 3px
}

.ptsjcont {
  position: absolute;
  background: #1065a9;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 10px;
  top: -135px;
  z-index: 999;
  width: 312px;
  height: 114px;
  left: -120px;
  display: none;
}

.ptsjcont p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

.ptsjcont div a.a {
  padding: 0;
  margin: 0 8px;
  box-sizing: border-box
}

.ptsjcont div a.a, .ptsjcont div a img {
  display: block;
  width: 140px;
  height: 79px;
  float: left;
}

.ptsjcont div a img {
  border: 1px solid #225884
}

.ptsjcont div a:hover img {
  border: 1px solid #fff
}

.ptsjcont div a.a img {
  width: 140px;
  height: 79px;
}

.Language {
  position: absolute;
  background: #1065a9;
  border-bottom: none;
  padding: 10px 7px;
  top: -60px;
  z-index: 999;
  display: none;
  box-sizing: border-box
}

.Language a.a {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 5px;
}


.footnav ol {
  float: right;
}

.footnav ol li {
  border-right: 1px solid #757371;
  float: left;
  height: 56px;
  width: 142px;
}

.footnav ol li a, .footnav ol li b {
  display: block;
  height: 46px;
  width: 142px;
  font-size: 11px;
  color: #fff;
  padding-top: 10px;
  font-weight: normal;
}

.footnav ol li.li_1 {
  line-height: 20px;
}

.footnav ol li.li_1 p, .footnav ol li.li_1 img {
  display: block;
  float: left;
}

.footnav ol li.li_1 p {
  margin-right: 8px;
  margin-left: 24px;
}

.footnav ol li.li_1 p span {
  display: block;
  line-height: 18px;
}

.footnav ol li.li_1 img {
  width: 34px;
  height: 33px;
}

.footnav ol li.li_1 div {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/icon_5.png) no-repeat;
  width: 34px;
  height: 23px;
  float: left;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.footnav ol li.li_2 {
  text-align: center;
}

.footnav ol li.li_2 a span, .footnav ol li.li_2 a i {
  display: block;
  line-height: 20px;
}

.footnav ol li.li_2 a i {
  font-style: normal;
  text-indent: 1.5em;
  background: url(../png/fridgr.png) no-repeat 18px -679px;
}

.footnav ol li.li_3 {
  text-align: center;
  position: relative;
}

.footnav ol li.li_3 a span, .footnav ol li.li_3 a i {
  display: block;
  line-height: 20px;
  color: #ffdaab;
}

.footnav ol li.li_3 a i {
  font-style: normal;
  text-indent: 1.5em;
  background: url(../png/2x1sk2.png) no-repeat 35px 0;
  padding-left: 0px;
}

.footnav ol li.li_3 a i.aft {
  font-style: normal;
  text-indent: 1.5em;
  background: url(../png/2x1sk2.png) no-repeat 0 0;
  padding-left: 5px;
  float: left;
  clear: both;
  margin-left: 20px;
}

.footnav ol li.li_3 a span.aft {
  float: left;
  margin-left: 43px;
}


.footer-login {
  position: absolute;
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-bg.png) no-repeat bottom;
  width: 210px;
  height: 182px;
  display: none;
  top: 0;
  left: 0;
  margin-top: -198px;
  margin-left: -97px;
  padding: 15px 15px 0 15px;
  color: #fff;
}

.footer-login a.bt-key, .footer-login a.bt-key:hover {
  background: none;
  float: left;
  width: 29px;
  height: 27px;
  padding: 0
}

.footer-login .inpt-user {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-user-inpt.png) no-repeat 5px 5px #fff;
  width: 130px;
  height: 28px;
  float: left;
  margin-right: 15px;
  padding-left: 33px;
  text-align: left;
  margin-bottom: 9px;
}

.footer-login .inpt-user input {
  width: 125px;
  margin-top: 5px;
  border: none;
  outline: none;
  color: #a0a0a0;
}

.footer-login .inpt-passw {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-passw-inpt.png) no-repeat 5px 5px #fff;
  width: 172px;
  height: 28px;
  float: left;
  margin-right: 15px;
  padding-left: 33px;
  text-align: left;
  margin-bottom: 10px;
}

.footer-login .inpt-passw input {
  width: 160px;
  margin-top: 6px;
  border: none;
  outline: none;
  color: #a0a0a0;
}

.footer-login .inpt-yzm {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/icon-yzm.png) no-repeat 5px 5px #fff;
  width: 94px;
  height: 28px;
  float: left;
  margin-right: 15px;
  padding-left: 33px;
  text-align: left;
  margin-bottom: 10px;
}

.footer-login .inpt-yzm input {
  width: 85px;
  margin-top: 6px;
  border: none;
  outline: none;
  color: #a0a0a0;
}

.footer-login a.forgot-passw, .footer-login a.forgot-passw:hover {
  font-size: 12px;
  color: #cfcfcf;
  background: none;
  padding: 0;
  float: left;
  text-align: left;
  margin-top: 5px;
  width: 70px;
}

.footer-login a.forgot-passw:hover {
  text-decoration: underline;
}

.footer-login a.login, .footer-login a.login:hover {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-bt-login.png) no-repeat;
  width: 95px;
  height: 21px;
  display: block;
  padding: none;
  float: left;
  margin-right: 15px;
}

.footer-login a.reg, .footer-login a.reg:hover {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-bt-login.png) 0 -32px no-repeat;
  width: 95px;
  height: 21px;
  display: block;
  padding: none;
  float: left;
}

.footer-login-qy {
  position: absolute;
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-bg.png) no-repeat bottom;
  width: 210px;
  height: 182px;
  display: none;
  top: 0;
  left: 0;
  margin-top: -198px;
  margin-left: -97px;
  padding: 15px 15px 0 15px;
  color: #fff;
}

.footer-login-qy img {
  margin-bottom: 5px;
}

.footer-login-qy a.yz, .footer-login-qy a.yz:hover {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-bt-qy.png) no-repeat;
  width: 95px;
  height: 23px;
  display: block;
  padding: none;
  float: left;
  margin-right: 15px;
  margin-left: 5px;
}

.footer-login-qy a.l-passw, .footer-login-qy a.l-passw:hover {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-bt-qy.png) 0 -34px no-repeat;
  width: 95px;
  height: 23px;
  display: block;
  padding: none;
  float: left;
}

.footer-login-qy .inpt-passw {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/footer-login-passw-inpt.png) no-repeat 5px 5px #fff;
  width: 162px;
  height: 28px;
  float: left;
  margin-left: 5px;
  padding-left: 33px;
  text-align: left;
  margin-bottom: 10px;
}

.footer-login-qy .inpt-passw input {
  width: 150px;
  margin-top: 6px;
  border: none;
  outline: none;
  color: #a0a0a0;
}


.footernav_breadCrumb {
  background: #225884;
  display: none;
}

.footernav_breadCrumb_in {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #428bc5;
  padding: 0 6%;
  box-sizing: border-box;
  padding-bottom: 24px
}

.body_bg_2 {
  background: #3a3a3a url(../jpg/lf1zbn.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.Language {
  width: 100%
}

.Language a {
  height: auto !important;
  width: auto !important
}

.breadCrumb_r {
  width: 400px;
  padding-top: 22px;
  display: inline-block;
  float: right
}

.breadCrumb_r li {
  float: left;
  width: 50%;
  margin-bottom: 24px;
}

.breadCrumb_r a {
  color: #f3f3f3;
  font-size: 16px
}

.breadCrumb_l {
  color: #f3f3f3;
  width: 54%;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding-top: 14px
}

.ul_1, .scroll-ul {
  width: 48%;
  display: inline-block
}

.footernav_breadCrumb {
  background: #1065a9;
  display: none;
  width: 100%;
  padding-top: 10px
}

.rmss {
  font-size: 14px;
  padding-top: 10px;
}

.rmss a {
  padding: 0 6px;
  position: relative;
  cursor: pointer;
  color: #545454;
}

.rmss a:hover {
  color: #2a6da3
}

.rmss a:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #a1a1a1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.rmss a:last-child:after {
  content: none
}

.breadCrumb_l > * {
  float: left
}

.underline {
  text-decoration: underline;
  cursor: pointer
}

.scroll-ul {
  height: 164px;
  overflow-y: scroll;
  padding-right: 20px
}

.ul_1 h2 {
  font-size: 16px;
}

.ul_1 li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #fff;
  position: relative;
  top: -2px;
  margin-right: 8px;
  border-radius: 8px
}

.ul_1 li {
  margin: 8px 0
}

.breadCrumb_r img {
  position: relative;
  top: 18px;
  margin-right: 14px
}

.scroll-ul::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  box-sizing: border-box;
}


.scroll-ul::-webkit-scrollbar-button {
  width: 9px;
  height: 12px;
  background: #000;
  background-color: transparent;
  background-repeat: no-repeat;
}


.scroll-ul::-webkit-scrollbar-corner {
  background-color:;
  -webkit-border-radius: 1px;
}


.scroll-ul::-webkit-scrollbar-thumb {
  background-color: #a0c1d9;
  border: 1px solid rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 5px;
}


.scroll-ul::-webkit-scrollbar-thumb:hover {
  background-color: #337eb3;
  border: 1px solid rgba(0, 0, 0, 0.21);
}


.scroll-ul::-webkit-scrollbar-track-piece {
  background-color: #337eb3;
  -webkit-border-radius: 5px;
}

.foot {
  padding: 24px 10%;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px
}

.footnav-ul-2 {
  display: inline-block
}

.footnav-ul-2 li:not(:last-child) {
  margin-right: 10px;
  position: relative;
  float: left
}

.footnav-ul-2 img {
  position: relative;
  margin: 0 2px
}

.footnav-ul-2 img:last-child {
  top: 0
}

.map {
  padding: 8px 9px;
  border-radius: 4px;
  text-decoration: underline;
  border: 1px solid #e1e1e1;
  color: #3a3a3a;
  display: inline-block;
  margin: 0 2px;
  background: #d9e0e9;
  display: none;
  position: relative;
}

.text-tit {
  line-height: 1.6
}

#js-scroll-to-top {
  width: 42px;
  height: 42px;
  background: #08bbfd url(../png/kzryrz.png) no-repeat center;
  position: fixed;
  bottom: 84px;
  right: 20px;
  z-index: 16;
  cursor: pointer;
  border-radius: 4px;
  display: none;
  background-size: 22px 13px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px
}

#js-scroll-to-top:active {
  opacity: 0.9
}

.mobile-head {
  display: none
}

.mobile-head a {
  font-size: 18px;
  color: #428bc5;


}

.mobile-head .border-a {
  border: 1px solid #428bc5;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  border-radius: 6px;
  padding: 0;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  margin-right: 12px
}

.footnav_menu {
  cursor: pointer
}

.jiucuo {
  height: 46px
}

.nav i {
  background:;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  color: #909090;
  font-weight: normal;
}

.nav li:hover i, .gallery-thumbs .swiper-slide-thumb-active i, .gallery-thumbs .swiper-slide-thumb-active a {
  color: #1788c2
}

.img-li, .footnav-ul-2 {
  display: flex;
  align-items: center;
}

.footnav-ul-2 span {
  display:
}

.danghui {
  background: url(../png/pzqd9m.png) no-repeat center;
  background-size: 100% auto;
  height: 18px;
  width: 18px
}

.red {
  color: #f94d37 !important
}

.j-list-ul {
  width: 100%
}

.j-list-ul li {
  border-bottom: 1px solid #e4e4e4;
}

.j-list-ul a {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.j-list-ul a div {
  padding: 18px 0 14px 14px;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  align-content: flex-start;
}

.j-list-ul h2 {
  order: 1;
  flex: auto;
  width: 80%;
}

.j-list-ul span {
  order: 2;
  flex: auto;
  text-align: right;
  padding-top: 2px;
  color: #666666
}

.j-list-ul p {
  order: 3;
  flex: auto;
  color: #666666
}

.j-list-ul p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  margin-bottom: 4px
}

.j-list-ul h2 {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  margin-bottom: 4px
}

.j-list-ul a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #428bc5;
  position: absolute;
  top: 26px;
  left: 0px
}

.j-list-ul span {
  font-size: 14px;
  color: #666
}

.j-list-ul a:hover {
  text-decoration: none
}

.j-list-ul img {
  height: 112px
}

.j-list-bott {
  margin-top: 32px
}

.j-list-bott ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.j-list-bott li {
  margin: 0 4px 12px 4px
}

.j-list-bott a {
  width: 32px;
  height: 32px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  color: #3a3a3a;
  display: block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer
}

.j-list-bott a:hover {
  text-decoration: none;
  border: 1px solid #428bc5;
  background: #428bc5;
  color: #fff
}

.j-list-bott span {
  font-size: 14px;
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  padding: 0 8px 0 4px
}

.j-list-bott input {
  width: 32px;
  height: 32px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  color: #3a3a3a;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}

.j-list-bott input:focus {
  outline: none
}

.j-list-bott button {
  height: 32px;
  padding: 0 6px;
  color: #428bc5;
  font-size: 14px;
  border-radius: 4px;
  line-height: 32px;
  background: #fff;
  outline: none;
  border: 1px solid #c7c7c7;
  font-weight: bold;
  cursor: pointer
}

.j-list-bott button:hover {
  border: 1px solid #428bc5;
  background: #428bc5;
  color: #fff
}

.j-list-bott button:active {
  opacity: 0.7;
  outline: none;
  border: 1px solid #c7c7c7
}

.j-list-bott i {
  color: #428bc5
}

.j-list-bott a:hover i {
  color: #fff
}

.footnav-ul .iconfont {
  font-size: 14px !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

.list-tab-tit {
  height: 48px;
  font-size: 16px;
  background: #f7f7f7;
  color: #3a3a3a;
  margin-bottom: 10px;
  box-sizing: border-box;
  box-shadow: inset 0px -1px 0px #dfdfdf;
}

.list-tab-tit .swiper-slide {
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid #f7f7f7;
  position: relative;
  width: auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.list-tab-tit .swiper-slide span {
}

.list-tab-tit .sel {
  color: #1f7fb0;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  height: 49px;
  position: relative;
}

.j-list-ul .list-img {
  padding: 18px 0 14px 0 !important;
  display: block
}

.list-img img {
  border-radius: 4px;
  display: block
}

.tnb-text-show:before {
  display: inline-block
}

.j-list-bott a:before {
  display: none
}

.j-list-bott li {
  border: 0
}

.ld {
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  width: 25%;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.ld h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 5px
}

.ld h3 {
  font-size: 18px;
  margin-left: -8px;
  padding-right: 30%;
  height: 18px;
  word-break: break-all
}

.ld p {
  font-size: 14px;
  margin-top: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #f1f1f1
}


.ld-1 {
  background: url(../png/o7bfql.png) no-repeat top 30px left 20px, url(../jpg/94a272.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-2 {
  background: url(../png/fnkjao.png) no-repeat top 30px left 20px, url(../jpg/bp66o7.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-3 {
  background: url(../png/xhb464.png) no-repeat top 30px left 20px, url(../jpg/guapm3.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-4 {
  background: url(../png/inwmo4.png) no-repeat top 30px left 20px, url(../jpg/9ngj2r.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-5 {
  background: url(../png/nxdavw.png) no-repeat top 30px left 20px, url(../jpg/549h4z.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-6 {
  background: url(../png/0br5yi.png) no-repeat top 30px left 20px, url(../jpg/c2hxjz.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-7 {
  background: url(../png/qxgqn7.png) no-repeat top 30px left 20px, url(../jpg/h49sem.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-8 {
  background: url(../png/saycaj.png) no-repeat top 30px left 20px, url(../jpg/sov9rh.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-9 {
  background: url(../png/yv3v5w.png) no-repeat top 30px left 20px, url(../jpg/u527zx.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld-10 {
  background: url(../png/zbtg12.png) no-repeat top 30px left 20px, url(../jpg/h0bt7d.jpg) no-repeat bottom right -20px;
  background-color: #237fae
}

.ld div {
  height: 176px;
  box-shadow: inset 0px -52px 42px rgba(20, 90, 120, 0.9);
  padding: 36px 14px 0 22px;
  box-sizing: border-box;
  margin: 0 auto;
}

.ld-cont {
  display: flex;
  flex-wrap: wrap;
}

.dw {
  width: 33.3%;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 14px;
  box-sizing: border-box
}

.dw-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  align-items: stretch;
}

.dw h2 {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: bold
}

.dw p {
  font-size: 14px;
  color: #494949;
  display: flex;
  margin-bottom: 4px
}

.dw span {
  word-break: break-all
}

.dw p span:first-child {
  margin-right: 10px;
  width: 80px;
  word-break: keep-all;
}

.j-form-group {
  width: 48%;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 1% 24px 1%;
}

.j-form-group > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ccc;
  padding: 6px 16px;
  color: #3a3a3a
}

.j-form-group input, .j-form-group textarea, .j-form-group select {
  width: 100%;
  padding: 6px 12px;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  height: 38px
}

.j-form-group textarea {
  height: 160px
}

.j-form-group input:focus, .j-form-group textarea:focus, .j-form-group select:focus {
  outline: none;
}

.j-form-group input[type="radio"], .j-form-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-left: 10px
}

.j-form-group input[type="radio"] + span {
  position: relative;
  top: 2px
}

.j-form-group .j-form-tit {
  text-align: left;
  padding: 0 14px;
  box-sizing: border-box;
  width: 24%;
  font-weight: bold;
  position: relative;
  flex: 0 0 24%
}

.j-form-group .j-form-tit:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0
}

.j-form-group .j-form-item {
  width: 76%;
  box-sizing: border-box;
  min-height: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.j-form-cont {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  margin-top: 24px;
  align-items: flex-start;
}

.j-form-group p {
  font-size: 14px;
  color: #777;
  margin-top: 2px;
}

.width100 {
  width: 100% !important
}

.asterisk {
  position: relative
}

.asterisk:before {
  content: '*';
  color: red;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -14px
}

.gray-bg-text {
  width: 98%;
  background: #f1f1f1;
  margin: 0 auto 24px auto;
  padding: 14px 14px 14px 14px;
  box-sizing: border-box;
  font-size: 14px;
  color: #545454;
  line-height: 1.5
}

.gray-bg-text p {
  margin-bottom: 6px
}

.gray-bg-text p:last-child {
  margin-bottom: 0
}

.j-form-btn {
  width: 98%;
  margin: 20px auto;
  text-align: center
}

.j-form-btn button {
  width: 150px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  outline: none;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 10px;
  box-sizing: border-box;
  letter-spacing: 4px
}

.btn-blue {
  color: #fff;
  background: #428bc5;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important
}

.btn-gray {
  color: #545454;
  background: #dadada;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
  text-shadow: 0 1px 0px #fff
}

.j-form-btn button:active {
  opacity: 0.8
}

.radio {
  margin: 0.5rem;
  padding-right: 10px
}

.radio input[type=radio], .radio input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before, .radio input[type=checkbox] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 4px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background-position: center
}

.radio input[type=checkbox] + .radio-label:before {
  border-radius: 4px
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: #428bc5;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=checkbox]:checked + .radio-label:before {
  background: #428bc5 url(../png/he1xt9.png) no-repeat center;
  background-size: 12px;
  border: 1px solid #428bc5;
}

select { 
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; 
  background: url("../png/61t2nj.png") no-repeat right center;
  background-size: 12px
}

.bsdt-top {
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #fff;
  border-top: 0;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
}

.h2-blue {
  color: #1f7fb0 !important
}

.icon-bsdt {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../png/y29z4n.png) no-repeat center;
  position: relative;
  top: 4px;
  margin-right: 6px
}

.bsdt-top img {
  border: 1px solid #fff
}

.j-list-ul .ptjj:before {
  width: 69px;
  height: 46px;
  position: absolute;
  top: 0;
  background: url(../png/glx3ma.png) no-repeat center;
  border-radius: 0;
  left: auto;
  right: 20px;
  content: '';
  display: inline-block
}

.ptjj {
  padding-right: 37px !important
}


.secondary-left {
  width: 300px;
  float: left
}

.secondary-right {
  margin-left: 310px
}

.secondary-left-tabtit-1 div {
  width: 50%;
}

.secondary-left-tabtit-1 span {
  font-size: 18px;
  color: #545454;
  background: #dbe1e6;
  border-bottom: 2px solid #bec9d2;
  text-align: center;
  padding: 10px 14px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  display: block
}

.secondary-left-tabtit-1 .active span {
  background: #1788c2;
  color: #fff;
  border-bottom: 2px solid #1788c2;
  transition: 0.2s
}


.secondary-left-tabtit-1 {
  display: flex
}

.secondary-left-fliter-1 > div {
  width: 48%;
  margin: 0px 1% 6px 1%;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  height: 42px;
  border: 1px solid #c3c3c3;
  box-shadow: inset 2px 2px 0px #eeeeee, inset -2px -2px 0px #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 14px
}

.secondary-left-fliter-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f2f4f6;
  padding: 10px 1% 0 1%;
  box-sizing: border-box
}

.secondary-left-fliter-1 .active, .secondary-left-fliter-1 div:hover {
  border-color: #1788c2;
  box-shadow: inset 2px 2px 0px #c0dfef, inset -2px -2px 0px #c0dfef;
  color: #1788c2;
  transition: 0.2s
}

.secondary-left-fliter-1 .active span, .secondary-left-fliter-1 div:hover span {
  color: #1788c2
}

.secondary-left-fliter-1 span {
  text-align: left;
  display: inline-block;
  padding: 0 6px;
  line-height: 14px;
  font-size: 14px;
  color: #3a3a3a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.hmff {
  display: flex;
  flex-wrap: wrap;
}

.dn {
  display: none
}

.df {
  display: flex
}

.search-ic2 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../png/3eg5gw.png) no-repeat center;
  background-size: 80%;
  position: relative;
  top: 4px
}

.j-search-cont-2 {
  display: flex;
  flex-wrap: wrap;
}

.j-search-cont-2 input, .j-search-cont-2 select, .j-search-cont-2 button {
  height: 40px;
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid #cfcfcf;
  padding: 0 14px;
  margin-bottom: 10px !important;
  color: #3a3a3a
}

.j-search-cont-2 input {
  flex: 3;
  margin: 0 5px;
  height: 40px
}

.j-search-cont-2 select {
  flex: 2;
  margin: 0 5px;
  background: #f5f5f5 url(../png/61t2nj.png) no-repeat right 14px center;
  background-size: 8px;
}

.j-search-cont-2 button {
  flex: 1;
  margin: 0 5px;
  height: 40px;
  background: #0e6fa2;
  color: #fff;
  border: 1px solid #1788c2;
  cursor: pointer;
  flex: 0 0 92px
}

.j-search-cont-2 button:active {
  opacity: 0.8
}

.j-search-cont-2 input:focus, .j-search-cont-2 select:focus, .j-search-cont-2 button:focus {
  outline: none
}

.secondary-left-fliter-2 {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf
}

.secondary-left-fliter-2 div {
  text-align: center;
  padding: 6px 18px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  color: #3a3a3a
}

.secondary-left-fliter-2 h2 {
  margin-bottom: 2px
}

.secondary-left-fliter-2 .active, .secondary-left-fliter-2 div:hover {
  background: #1788c2;
  color: #fff;
  border: 1px solid #1788c2;
  transition: 0.2s
}

.secondary-left-tabtit-2 div {
  margin: 0 5px;
  width: 33.3%;
  text-align: center
}

.secondary-left-tabtit-2 {
  display: flex;
  color: #3a3a3a;
  margin-top: 10px
}

.secondary-left-tabtit-2 div {
  background: #f1f1f1;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 18px;
  height: 110px;
  cursor: pointer
}

.secondary-left-tabtit-2 i {
  font-size: 36px;
  color: #909090;
  margin-right: 14px;
  position: relative;
  top: 6px
}

.secondary-left-tabtit-2 .active, .secondary-left-tabtit-2 div:hover {
  background: #1788c2;
  color: #fff
}

.secondary-left-tabtit-2 .active i, .secondary-left-tabtit-2 div:hover i {
  color: #fff
}

.secondary-left-tabtit-2 span {
  position: relative;
  top: 50%;
  transform: translateY(-56%);
  display: block
}

.secondary-left-tabtit-2 .active {
  position: relative
}

.secondary-left-tabtit-2 .active:after {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 14px solid #fff;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%)
}

.sxbl-item {
  border: 1px solid #8bbce3;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px
}

.sxbl-item h2 {
  color: #1076ab;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 14px 0;
  margin-bottom: 0;
  cursor: pointer
}

.sxbl-item h2:after {
  content: '';
  display: inline-block;
  height: 7px;
  width: 11px;
  background: url(../png/zj5oij.png);
  float: right;
  margin-top: 12px
}

.sxbl-item span {
  margin-right: 10px
}

.secondary-left-tabwrap-2 {
  padding: 0 5px;
  box-sizing: border-box;
  margin-top: 10px
}

.sxbl-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../png/f4rygi.png);
  position: relative;
  top: 5px;
  margin-right: 2px
}

.sxbl-ic-1 {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../jpg/33vg3v.jpg) no-repeat center;
  margin-right: 10px;
  flex: 0 0 55px
}

.sxbl-item h3 {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: bold
}

.sxbl-item span {
  color: #545454;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block
}

.sxbl-item label {
  color: #777;
  display: inline-block
}


.bszn, .ljbl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0 4px;
  padding: 10px 18px;
}

.bszn:active, .ljbl:active, .bszn:hover, .ljbl:hover {
  opacity: 0.8;
  outline: none
}

.bszn {
  background: #fff;
  border: 1px solid #0e6fa2;
  border-radius: 4px;
  color: #0e6fa2
}

.ljbl {
  background: #0e6fa2;
  border: 1px solid #0e6fa2;
  border-radius: 4px;
  color: #fff
}

.sxbl-btn {
  flex: 0 0 204px
}

.sxbl-wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #cfcfcf
}

.sxbl-ic-4:before, .sxbl-ic-5:before, .sxbl-ic-6:before {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 4px;
  color: #fff;
  background: #71a5ca;
  text-align: center;
  margin-right: 4px;
}

.sxbl-ic-4:before {
  content: "Éó"
}

.sxbl-ic-5:before {
  content: "ÊÜ"
}

.sxbl-ic-6:before {
  content: "µÝ"
}

.sxbl-item .ss:after {
  transform: rotate(180deg)
}

.sxbl-item .ss {
  color: #666
}

.border-gray {
  border: 1px solid #cfcfcf
}

.border-blue {
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #1788c2
}

input::-webkit-input-placeholder {
  color: #3a3a3a;
}

.no-more {
  display: block;
  margin: 40px auto
}

.sxbl-item:hover {
  border: 1px solid #0e6fa2
}

.secondary-left-fliter-ic {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px
}

.s-l-f-i-1 {
  background: url(../png/06ht7c.png) no-repeat left
}

.s-l-f-i-2 {
  background: url(../png/wahg9q.png) no-repeat left
}

.s-l-f-i-3 {
  background: url(../png/eo114o.png) no-repeat left
}

.s-l-f-i-4 {
  background: url(../png/2av6cd.png) no-repeat left
}

.s-l-f-i-5 {
  background: url(../png/njuzta.png) no-repeat left
}

.s-l-f-i-6 {
  background: url(../png/5repdq.png) no-repeat left
}

.s-l-f-i-7 {
  background: url(../png/2jheif.png) no-repeat left
}

.s-l-f-i-8 {
  background: url(../png/ptkpj4.png) no-repeat left
}

.s-l-f-i-9 {
  background: url(../png/rn9d6f.png) no-repeat left
}

.s-l-f-i-10 {
  background: url(../png/w33egx.png) no-repeat left
}

.s-l-f-i-11 {
  background: url(../png/s7rgkr.png) no-repeat left
}

.s-l-f-i-12 {
  background: url(../png/lzkl9u.png) no-repeat left
}

.s-l-f-i-13 {
  background: url(../png/gy1qrt.png) no-repeat left
}

.s-l-f-i-14 {
  background: url(../png/37azhg.png) no-repeat left
}

.s-l-f-i-15 {
  background: url(../png/a1v83k.png) no-repeat left
}

.s-l-f-i-16 {
  background: url(../png/xyduvl.png) no-repeat left
}

.s-l-f-i-17 {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/slfi-17.png) no-repeat left
}

.s-l-f-i-18 {
  background: url(https://www.sheitc.sh.gov.cn/adaptive/images/slfi-18.png) no-repeat left
}

.s-l-f-i-19 {
  background: url(../png/yii2du.png) no-repeat left
}

.s-l-f-i-20 {
  background: url(../png/tgoo6h.png) no-repeat left
}

.s-l-f-i-21 {
  background: url(../png/ngljki.png) no-repeat left
}

.s-l-f-i-22 {
  background: url(../png/w2zkgs.png) no-repeat left
}

.s-l-f-i-23 {
  background: url(../png/6n69yl.png) no-repeat left
}

.secondary-left-fliter-1 .active i, .secondary-left-fliter-1 div:hover i {
  background-position: center right
}

.secondary-left-fliter-1 > div:first-child {
  justify-content: center;
}

.pr-20 {
  padding-right: 20px !important
}

.beforenone:before {
  display: none !important
}

.bsdt-top li {
  border: 0
}

.bsdt-top .list-img, .bsdt-top a div {
  padding-top: 0 !important
}

.df {
  display: flex
}

.hot {
  display: inline-block;
  width: 26px;
  height: 14px;
  background: url(../png/rwdq1j.png);
  position: relative;
  left: 20px;
  top: -2px
}

.width70 {
  width: 70%
}

.bg10 {
  background: #1065a9
}

#footcontshow:before {
  content: '';
  width: 100%;
  height: 70%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  display: block
}

.nav-cont-show .red {
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff
}

.mail-cont {
  text-align: center;
  position: relative;
  width: 387px;
  margin: 30px auto
}

.mail-cont img {
}

.mail-a {
  background: #fff;
  padding: 14px 24px;
  border: 1px solid #1076ab;
  color: #1076ab;
  font-size: 16px;
  border-radius: 8px;
  position: absolute;
  bottom: 80px;
  right: 0
}

.mail-a:hover {
  background: #f3f3f3;
  text-decoration: none
}

.djjz-item {
  text-align: center;
  font-size: 14px;
  color: #2a608b;
  border: 2px solid #efefef;
  border-radius: 6px;
  padding: 30px 0 26px 0;
  width: 11%;
  box-sizing: border-box;
  cursor: pointer
}

.djjz-item:hover {
  background: #f3f3f3;
  border: 2px solid #9cb5c9;
}

.djjz-item p {
  margin-top: 14px
}

.djjz-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.djjz-select {
  padding-top: 30px;
  border-top: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.djjz-select select {
  border: 1px solid #ccc;
  width: 32%;
  height: 42px;
  padding: 0 16px;
  font-size: 16px;
  background: url(../png/61t2nj.png) no-repeat right 16px center;
  background-size: 12px;
  margin-bottom: 20px
}

.djjz-select select:focus {
  outline: none
}

.jggk-tab-tit {
  text-align: center;
  font-size: 0;
  margin: 20px 0
}

.jggk-tab-tit .sel {
  background: #2a6da3;
  color: #fff;
  border: 1px solid #2a6da3
}

.jggk-tab-tit span {
  padding: 6px;
  background: #e8ebed;
  display: inline-block;
  font-size: 16px;
  color: #545454;
  border: 1px solid #ced8df;
  cursor: pointer
}

.jggk-tab .text-main {
  border: 0
}

.zcfg-tab-tit li {
  font-size: 16px;
  background: #f1f1f1;
  border-bottom: 1px solid #bebebe;
  padding: 14px;
  box-sizing: border-box;
  cursor: pointer
}

.zcfg-tab-tit li:last-child {
  border: 0
}

.zcfg-tab-tit {
  border: 1px solid #bebebe
}

.zcfg-tab-tit .sel {
  background: #1788c2;
  color: #fff;
  border-right: 1px solid #1788c2
}

.sw-left {
  width: calc(100% - 256px);
  float: left
}


.sw-right {
  background: #fff;
  height: 100%;
  width: 224px;
  float: right
}

.pdf-cover {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  position: relative;
}

.djck {
  margin: 0 auto;
  position: absolute;
  bottom: 59px;
  width: 100%;
  text-align: center;
}

.djck a, .djck a:hover {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #3190fe;
  width: 100px;
  height: 25px;
  line-height: 25px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.wjxz {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #3190fe;
  width: 100%;
  text-align: center;
  bottom: 10px;
}

.wjxz a, .wjxz a:hover {
  display: block;
  color: #fff;
  text-decoration: none;
  color: #3190fe;
  text-align: center;
  width: 94%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #3190fe;
  border-radius: 5px;
  margin: 0 auto;
  background: url(../png/ka4qfb.png) no-repeat 31% center;
  padding-left: 30px;
  box-sizing: border-box;
}

.pdf-cover img {
  width: 100%;
}

.xxgk-detail li a {
  display: block;
  border: 1px solid #dcdcdc;
  border-left: 5px solid #427fcc;
  padding: 17px 9px 17px 59px;
  font-size: 16px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333
}

.xxgk-detail li a:hover {
  color: #3190fe
}

.xxgk-detail li a.t1 {
  background: url(../png/1v5nvx.png) no-repeat
}

.xxgk-detail li a.t2 {
  background: url(../png/8nn572.png) no-repeat
}

.xxgk-detail li a.t3 {
  background: url(../png/wnb060.png) no-repeat
}

.xxgk-detail li a.t4 {
  background: url(../png/xusc7k.png) no-repeat
}

.index-input, .index-select {
  height: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #cfcfcf;
  padding: 0 14px;
  margin-bottom: 5px !important;
  color: #3a3a3a;
  width: 100%;
  font-size: 14px;
  margin: 8px;
  box-sizing: border-box;
}

.index-select {
  background: #fff url(../png/e7oc9k.png) no-repeat center right 10px;
}

.rl {
  background: #fff url(../png/ofwxtu.png) no-repeat center right 6px;
  padding-right: 32px
}

.index-input:focus, .index-select:focus {
  border: 1px solid #ff531d;
  box-shadow: none;
  outline: none
}

.j-list-ul {
  font-size: 0
}

.j-list-ul li {
  width: 100%
}

.j-list-ul .clearfix {
  display: inline-block
}

.index-input-16 {
  width: calc(16% - 16px);
  margin: 8px;
  position: relative;
  top: 2px
}

.index-input-28 {
  width: calc(28% - 16px)
}

.index-input-25 {
  width: calc(25% - 16px)
}

.index-input-50 {
  width: calc(50% - 16px)
}

.input-after {
  position: relative
}

.input-after + span {
  width: 6px;
  height: 3px;
  background: #ccc;
  content: '';
  display: inline-block;
  order: 0;
  padding: 0;
  width: 12px;
  margin-top: 4px;
  flex: 0 0 12px
}

.input-displayflex {
  display: flex;
  align-items: center;
}

.szh .swiper-slide {
  height: 105%
}

.j-search {
  margin-bottom: 35px
}

.szh {
  height: 80px !important;
  background: none !important
}

.szh1 {
  background: url(../jpg/zslkhs.jpg) no-repeat center;
  background-size: auto 110%
}

.szh2 {
  background: url(../jpg/3rj31o.jpg) no-repeat center;
  background-size: auto 110%
}

.szh3 {
  background: url(../jpg/65m1x8.jpg) no-repeat center;
  background-size: auto 110%
}

.szh-swiper-pagination span {
  background: #ddd !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1;
  float: inherit !important;
  border: 1px solid #fff
}

.szh-swiper-pagination {
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  display: block
}

.szh-swiper-pagination .swiper-pagination-bullet-active {
  background: #fd6f44 !important;
}

.szh-secondary .szh2 {
  background-size: cover
}

.szh-secondary .szh3 {
  background-size: cover
}

.szh-secondary {
  margin-bottom: 20px;
  height: 100px !important
}

.szh-secondary .szh2 {
  background: url(../jpg/3rj31o.jpg) no-repeat center;
  background-size: auto 100%
}

.szh-secondary .szh3 {
  background: url(../jpg/65m1x8.jpg) no-repeat center;
  background-size: auto 100%
}

.szh2 span {
  background: url(../jpg/7edtqs.jpg) no-repeat center !important;
}

.szh .swiper-container {
  height: 100%
}

.header .icon-wuzhangai:before, .header .icon-fuwu:before {
  padding: 9px
}

.head-wza {
  margin-top: 8px;
  cursor: pointer;
  display: flex
}

.head-wza a {
  color: #909090;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

.head-wza a:hover {
  color: #1788c2;
}

.head-wza i {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .head-wza {
    display: none
  }

  .mobile-head .head-wza {
    display: inline-block
  }

  .mobile-head .head-wza i {
    display: none
  }

  .mobile-head {
    flex: 0 0 100%
  }
}

.footnav-ul-3 {
  display: flex;
  justify-content: center;
  padding: 2px 10px;
}

.flex-tit {
  display: flex;
  align-items: center;
}

.dropdown {
  position: relative
}

.dropdown a {
  font-style: normal;
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 28px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown img {
  width: 42px;
  height: 42px;
  margin-left: 14px;
  flex: 0 0 42px;
  cursor: pointer
}

.dropdown-menu {
  display: none;
  position: absolute;
  border: 1px solid #e0d2b7;
  border-radius: 8px;
  width: 184px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  left: 50%;
  transform: translateX(calc(-50% + 7px));
  top: 58px;
  z-index: 20
}

.dropdown:hover .dropdown-menu {
  display: block
}

.dropdown-menu:before {
  width: 100%;
  height: 18px;
  top: -18px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

.dropdown-menu:after {
  width: 20px;
  height: 12px;
  display: block;
  content: '';
  background: url(../png/xs2ibl.png);
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%)
}

img.yzm-img:hover {
  transform: scale(2);
}


.xwdt-tab-tit li a {
  cursor: pointer;
  color: #333;
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 11px 8px 11px;
  text-decoration: none
}

.xwdt-tab-tit .sel a {
  color: #146cb2
}

.index-left {
  width: calc(100% - 82px);
  display: inline-block;
  margin-right: 0px !important
}

.index-right {
  display: inline-block
}

.swiper-container, .swiper-wrapper {
  text-align: inherit
}

.index-ul li {
  position: relative;
  top: 2px
}

.index-item {
  height: inherit !important;
  min-height: 172px
}

.index-item-half {
  height: inherit !important;
  min-height: 79px
}

.index-item-half2 {
  height: inherit !important;
  min-height: 122px
}

.index-item-half3 {
  height: inherit !important;
  min-height: 74px
}

.j-col-cont {
  align-items: flex-start;
}

#modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#modal-content {
  background-color: #fefefe;
  padding: 0.6em 1.2em;
  border: 1px solid #888;
  width: 55%;
  font-size: 22px;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.5 !important;
  transform: translate(-50%, -50%);
}

#modal-content h2,
#modal-content p {
  font-size: 22px;
}

@media screen and (max-width: 1366px) {
  #modal-content {
    width: 60%;
    font-size: 16px;
    padding: 1em 1em;
  }

  #modal-content h2,
  #modal-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  #modal-content {
    width: 85%;
    font-size: 16px;
    padding: 1em 1em;
  }

  #modal-content h2,
  #modal-content p {
    font-size: 16px;
  }
}

#close {
  color: #aaa;
  float: right;
  font-size: 22px;
  font-weight: normal;
  width: auto !important;
  height: 25px;
  line-height: 25px;
  padding-right: 10px;
  padding-top: 5px;
}

#close:hover,
#close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modal-content button {
  color: #ffffff;
  border: none;
  border-radius: 20px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: rgba(46, 125, 188, 0.85)
}

#modal-content button:first-child {
  margin-right: 30px;
}