﻿/* 通用初始化样式 START*/
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

html {
  color: #333;
  -webkit-text-size-adjust: none !important;
}

body,
button,
input,
pre,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 12px;
  line-height: 150%
}

body {
  overflow-x: hidden;
  background: url(background.png) no-repeat top center;
  /* background-size: cover; */
  -webkit-text-size-adjust: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

address,
cite,
dfn,
em,
var {
  font-style: normal
}

small {
  font-size: 12px
}

ol,
ul {
  list-style: none outside none
}

li {
  vertical-align: top
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #02487c;
  cursor: pointer
}

a:focus {
  outline: 0;
  -moz-outline: 0;
  -webkit-outline: 0
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

legend {
  color: #333
}

fieldset,
img {
  border: 0 none
}

button,
input,
select,
textarea {
  font-size: 12px;
  vertical-align: middle;
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  vertical-align: top;
  border: 0
}

textarea {
  resize: none
}

:focus {
  outline: 0 none
}

.overflow {
  overflow: hidden
}

.hide {
  display: none
}

.disblock {
  display: block
}

.inlineBlock {
  display: inline-block
}

.positionRelative {
  position: relative;
}

.block {
  display: block
}

.inline {
  display: inline
}

.error {
  color: red;
  font-size: 12px
}

button {
  cursor: pointer
}

i {
  font-style: normal
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
input {
  line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

.wordwrap {
  word-break: break-all;
  word-wrap: break-word
}

pre.wordwrap {
  white-space: pre-wrap
}

.fl {
  float: left
}

.fr {
  float: right
}

input {
  border: 0
}

.hidden {
  overflow: hidden
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."
}

.clearfix {
  display: block
}

.area {
  width: 1200px;
  margin: 0 auto;
  text-align: left
}

.tl {
  text-align: left
}

.tc {
  text-align: center
}

.tr {
  text-align: right
}

.ellipsis {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.common-box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  /* border-radius: 25px; */
  padding-bottom: 20px;
}

/* 通用初始化样式 END*/
.header {
  width: 1200px;
  margin: 0 auto;
}

.weather {
  float: left;
}

.weather img {
  padding-top: 3px;
}

.weather .temp-low {
  color: green;
}

.weather .temp-height {
  color: red;
}

.header .header-top {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}

.header .jf {
  float: right;
  width: 110px;
  font-size: 12px;
  text-align: center;
}

.header .jf span {
  margin-right: 5px;
}

/* logo */
.header .title-logo {
  float: left;
  margin-left: 15px;
  margin-top: 58px;
}

/* 搜索 */
.header .search {
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 73px;
  width: 328px;
  height: 36px;
  font-size: 0;
  line-height: 36px;
  vertical-align: top;
}

.header .text {
  width: 250px;
  height: 100%;
  padding-left: 20px;
  border-radius: 4px;
  border: 1px solid #dedede;
  font-size: 16px;
  box-sizing: border-box;
}

.header .btn {
  width: 76px;
  padding-left: 20px;
  height: 100%;
  background: url(header-search-btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  vertical-align: top;
}

.search-hot {
  position: absolute;
  top: 100%;
  left: 30px;
  font-size: 12px;
  color: #0d47a1;
}

.search-hot .search-hot-title {
  font-weight: bold;
}

/* 通用头 START */

/* 通用中心样式 START*/

.content {
  margin-top: 30px;
  padding-bottom: 20px;
}

.common-box .nav {
  height: 76px;
  /* margin: 0 50px; */
  background: #0d47a1;
}

.common-box .nav li {
  float: left;
  width: 170px;
  height: 66px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 53px 0;
  line-height: 55px;
  cursor: pointer;
}

.common-box .nav li a {
  color: #fff;
  padding-bottom: 11px;
}

.common-box .nav li.home-btn {
  width: 87px;
  height: 76px;
  background: url(nav-home-btn.png) no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.common-box .nav li .nav-icon {
  display: inline-block;
  width: 36px;
  height: 34px;
  vertical-align: middle;
}

.common-box .nav li .icon-zwgk {
  background: url(nav-icon-zwgk.png) no-repeat center -2px;
  ;

}

.common-box .nav li .icon-xxfb {
  background: url(nav-icon-xxfb.png) no-repeat center -2px;
}

.common-box .nav li .icon-hdfw {
  background: url(nav-icon-hdfw.png) no-repeat center -2px;
}

.common-box .nav li .icon-ztzl {
  background: url(nav-icon-ztzl.png) no-repeat center -2px;
}

.common-box .nav .click {
  background: #f3f8ff;
  color: #0d47a1;
  border-radius: 4px 4px 0 0;
}

.common-box .nav .click a {
  color: #0d47a1;

}

.common-box .nav .active {
  background: #f3f8ff;
  color: #0d47a1;
  border-radius: 4px 4px 0 0;
}

.common-box .nav .active a {
  color: #0d47a1;
}

.common-box .nav li.click .icon-zwgk {
  background: url(nav-icon-zwgk-b.png) no-repeat center -2px;
}

.common-box .nav li.click .icon-xxfb {
  background: url(nav-icon-xxfb-b.png) no-repeat center -7px;
}

.common-box .nav li.click .icon-hdfw {
  background: url(nav-icon-hdfw-b.png) no-repeat center -9px;
}

.common-box .nav li.click .icon-ztzl {
  background: url(nav-icon-ztzl-b.png) no-repeat center -7px;
}

.common-box .nav li.active .icon-zwgk {
  background: url(nav-icon-zwgk-b.png) no-repeat center -2px;
}

.common-box .nav li.active .icon-xxfb {
  background: url(nav-icon-xxfb-b.png) no-repeat center -7px;
}

.common-box .nav li.active .icon-hdfw {
  background: url(nav-icon-hdfw-b.png) no-repeat center -9px;
}

.common-box .nav li.active .icon-ztzl {
  background: url(nav-icon-ztzl-b.png) no-repeat center -7px;
}

/* 导航下拉打开 */
.common-box .nav-down {
  position: relative;
}

.common-box .nav-down-item {
  position: absolute;
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #0d47a1;
  background: #f3f8ff;
  border-top: none;
  z-index: 5;
}

/* 政务公开左侧按钮 */
.common-box .nav-down-zwgk .zwgk-btns {
  float: left;
  padding-right: 20px;
}

.common-box .nav-down-zwgk .zwgk-btns li a {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 8px;
  box-sizing: border-box;
  width: 170px;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  background: #3e7ef2;
  color: #fff;
}

/* 下拉中标题样式 */
.nav-title {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #0d47a1;
}

.nav-title a {
  color: #0d47a1;
}

.nav-title::before {
  content: '';
  display: inline-block;
  margin: 6px 6px 0 0;
  width: 8px;
  height: 8px;
  background: #eb5b38;
  vertical-align: top;
}

.sub-title {
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-top: 15px;
}

.sub-title span {
  display: inline-block;
  padding: 0 20px;
  background: #215ebd;
}

.nav-down .zwgk-trend {
  float: left;
  padding-right: 30px;
}

.nav-down .nav-list {
  min-height: 120px;
}

.nav-down .nav-list li {
  margin: 10px auto;
}

.nav-down .nav-list li::before {
  content: '';
  display: inline-block;
  margin: 6px 6px 0 0;
  width: 8px;
  height: 8px;
  background: #cfcfcf;
  vertical-align: top;
}

.nav-down .nav-list li:hover::before {
  background: #c63b19;
}


.nav-down .nav-list li a {
  margin-right: 20px;
  display: inline-block;
  width: 225px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.nav-down .nav-list li .date {
  display: inline-block;
  vertical-align: top;
  color: #013e8e;
}

/* 政府规章 && 党建 */
.nav-down .zwgk-rule,
.nav-down .xxfb-partybuild,
.nav-down .xxfb-help {
  float: left;
  padding-right: 30px;
}

.nav-down .zwgk-rule {
  width: 335px;
}

.nav-tab {
  margin-top: 15px;
}

.nav-tab li {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 50%;
  color: #fff;
  border-top: none;
  background: #0d47a1;
  text-align: center;
  cursor: pointer;
}

.nav-tab li a {
  color: #fff;
  background: #0d47a1;

}

.nav-tab li.selected {

  color: #013e8e;
  background: #fff;
  border-top: 2px solid #013e8e;
}

.nav-tab li.selected a {
  color: #013e8e;
  background: #fff;
}

.xxfb-partybuild .nav-tab li {
  width: 25%;
}

/* 隐藏移动端头部 */
header {
  height: 0px !important;
}

/* 机构简介 */
.zwgk-summary {
  float: left;
  width: 230px;
}

.zwgk-summary .zwgk-summary-top {
  padding: 10px 10px 20px;
  background: #e2ecff;
}

.zwgk-summary .zwgk-summary-top li {
  margin-top: 25px;
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
}

.icon-summary {
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-image: url(summary.png);
  background-repeat: no-repeat;
}

.icon-summary-infor {
  background-position: -109px 0;
}

.icon-summary-organ {
  background-position: 0 -47px;
}

.icon-summary-setting {
  background-position: -109px -47px;
}

.zwgk-summary-bottom {
  margin-top: 20px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #013e8e;
  font-size: 18px;
  font-weight: bold;
  float: left;
  border: 1px solid #93b7f8;
  border-radius: 4px;
  cursor: pointer;
}

/* 党建 按钮 */
.xxfb-help {
  width: 360px;
}

.xxfb-help-btns {
  font-size: 0;
}

.xxfb-help-btns-item {
  padding-bottom: 10px;
  display: inline-block;
  width: 88px;
  /* height: 38px; */
  text-align: center;
  vertical-align: top;
}

.xxfb-help-btns-item a {
  display: block;
  margin-right: 10px;
  border: 1px solid #d3d3d3;
  height: 100%;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  box-sizing: border-box;
}

.xxfb-help-btns-item a:hover {
  background: #215ebd;
  border: 1px solid #215ebd;
  color: #fff;
}

.xxfb-help-btns .long a {
  padding-top: 3px;
  line-height: 13px;
  line-height: 31px\0
}

:root .xxfb-help-btns .long a {
  line-height: 13px;
}



/* 投资 */
.xxgk-invest {
  /* background: pink; */
  float: left;
  width: 380px;
}

.xxgk-invest-body {
  margin-top: 15px;
  height: 80px;
}

.xxgk-invest-left {
  float: left;
  width: 290px;
}

.xxgk-invest-left a {
  margin: 0 10px 10px 0;
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  width: 133px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  text-align: center;
}

.xxgk-invest-left a:hover {
  background: #215ebd;
  border: 1px solid #215ebd;
  color: #fff;
}

.xxgk-invest-right {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  text-align: center;
}

.xxgk-invest-right a {
  display: block;
}

.xxgk-invest-right a:hover {
  background: #215ebd;
  border: 1px solid #215ebd;
  color: #fff;
}

/* 合作 */
.zwgk-cooperation {
  float: left;
  width: 380px;
}

.zwgk-cooperation .nav-tab li {
  width: 50%;
}

/* 互动服务 */
.nav-down-hdfw .hdfw-block {
  width: 33.33%;
  float: left;
}

/* 应用服务 */
.hdfw-app {
  float: left;
}

.hdfw-app-btns {
  padding-top: 10px;
}

.hdfw-app-btns a {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  width: 108px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

.hdfw-app-btns a:hover {
  background: #215ebd;
  border: 1px solid #215ebd;
  color: #fff;
}

/* 专业平台 */
.hdfw-pro-btns {
  padding-top: 10px;
}

.hdfw-pro-btns a {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  width: 108px;
  height: 76px;
  line-height: 76px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

.hdfw-pro-btns a:hover {
  background: #215ebd;
  border: 1px solid #215ebd;
  color: #fff;
}

/* 互动统计 */
.hdfw-count-btns {
  padding: 0 15px;
}

.hdfw-count-btns a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #215ebd;
  color: #fff;
  border-radius: 4px;
}

/* 专题专栏 */
.ztzl-block {
  width: 50%;
  float: left;
}

.ztzl-block .nav-list li a {
  width: 430px;
}

.common-box .current-location {
  background: #fff;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  padding-left: 20px;
  margin: 20px 0 10px 0;
}

.current-location .zwgk_position-img {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background-color: #c63b19;
}

/* .common-box .current-location span:nth-of-type(4){
  color: #0163d1;
  font-weight: bold;
} */
/* 通用中心样式 END*/

/* 通用底部样式 START*/

.footer {
  background: #215ebd;
  color: #fff;
  padding-top: 20px;
}

.common-footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.footer .footer-img {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

.footer .footer-img img:nth-of-type(1) {
  float: left;
  margin-left: 40px;
}

.footer .footer-img img:nth-of-type(2) {
  float: right;
  margin-right: 78px;
}

.footer .footer-text {
  position: absolute;
  top: -50px;
  left: 15%;
  width: 70%;
  text-align: center;
}

.footer .footer-text p {
  margin: 10px 0;
}

.footer .footer-text span {
  margin: 0 5px;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

.footer .footer-first {
  cursor: pointer;
  font-weight: bold;
}

.footer .footer-bottom {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #0d47a1;
}

.footer .footer-bottom img {
  vertical-align: -4px;
}

.footer .footer-bottom a {
  color: #fff
}

/* 通用底部样式 END*/

/* 移动端导航 */

#cd-menu-trigger {
  display: none;
}

/* 左侧通用导航 */

/* .left-menu-box {
  width: 229px;
}

.left-menu {
  width: 229px;
}

.left-menu li {
  width: 100%;
  font-size: 16px;
  line-height: 58px;
  background-color: #f0f7ff;
  margin-bottom: 10px;
  border-bottom: 2px solid #357ded;
  position: relative;
}

.left-menu li img {
  width: 20px;
  height: 20px;
  margin: 19px 15px 0 20px;
  display: inline-block;
}

.left-menu li .img_sec {
  display: none;
}

.left-menu .active {
  background: url(zwgk-left-listbgc.png) no-repeat;
  border: 0;
  color: #fff
}

.left-menu li:hover span {
  color: #fff
}

.left-menu .active .left-menu-sec {
  display: block;
}

.left-menu .active .img_fir {
  display: none;
}

.left-menu .active .img_sec {
  display: inline-block;
}

.left-menu li:hover {
  background: url(zwgk-left-listbgc.png) no-repeat;
}

.left-menu li:hover a {
  color: #fff
}

.left-menu li span {
  display: inline-block;
}

.left-menu .active a span {
  color: #fff
}

.left-menu a span {
  color: #357ded
}

.left-menu li a {
  color: #357ded
}

.left-menu-sec {
  background: url(zwgk-z-list-bgc-banner.png) no-repeat;
  background-color: #f0f7ff;
  background-position: center bottom;
}

.left-menu-sec li {
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.left-menu-sec li:hover {
  background-image: none;
  background-color: #cfe5ff;
}

.left-menu-sec li a:hover {
  color: #357ded;
}

.left-menu-sec li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #357ded;
  position: relative;
  text-indent: 60px;
}

.left-menu-sec li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #357ded;
  position: relative;
  text-indent: 60px;
}

.left-menu .left-menu-sec {
  display: none;
}

.left-menu-sec .active-sec {
  display: block;
  background-image: none;
  background-color: #cfe5ff;
}

.left-menu .active .left-menu-sec ul {
  display: none;
}

.left-menu .active .left-menu-sec li a {
  color: #357ded;
}

.left-menu .active .left-menu-sec .active-sec a {
  color: #357ded;
}

.left-menu .active .left-menu-sec .active-sec .left-menu-third {
  display: block;
}

.left-menu .active .left-menu-sec .left-menu-third li {
  background-color: #f0f7ff;
}

.left-menu .active .left-menu-sec .active-sec .left-menu-third li a {
  text-align: left;
  font-size: 16px;
  color: #111;
  line-height: 30px;
}

.left-menu-third .active-third {
  font-weight: bold;
}

.left-menu-third li a:hover {
  font-weight: bold;
  color: #111;
}

.down,
.down-sec {
  position: absolute;
  width: 15px !important;
  height: 9px !important;
  right: 0;
  top: 7px;
  display: none !important;
  cursor: pointer;
}

.active-down {
  display: block !important;
}

.left-menu-contact {
  width: 229px;
}

.left-menu-contact .contact-us {
  width: 100%;
  font-size: 16px;
  line-height: 58px;
  background: url(zwgk-left-listbgc.png) no-repeat;
  border: 0;
  color: #fff;
}

.left-menu-contact .contact-us img {
  width: 20px;
  height: 20px;
  margin: 19px 15px 0 20px;
  display: inline-block;
}

.left-menu-contact ul {
  display: block;
  width: 100%;
  margin-top: 4px;
  text-indent: 58px;
  line-height: 30px;
  background: url(zwgk-z-list-bgc-banner.png) #f0f7ff no-repeat center bottom;
} */

/* .mb-text .mb-text-li {
  padding: 16px;
  margin-bottom: 0px;
  line-height: 40px;
  background-color: transparent;
  color: #357ded;
  border: none;
  font-size: 16px;
  text-indent: 0px;
  border-bottom: 1px dashed #357ded;
}

.mb-text .mb-text-li .mb-text-a {
  display: block;
  width: 100%;
  color: #357ded;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mb-text .mb-text-li p {
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  color: #111111;
  word-wrap: break-word;

}

.mb-text .contact-line {
  border-bottom: 0;
}

.s-side {
  width: 229px;
  font-size: 16px;

}

.s-side .first {
  display: block;
  line-height: 56px;
  background-color: #f0f7ff;
  border-bottom: 2px solid #357ded;
  margin-bottom: 10px;
  background: url(zwgk-left-listbgc.png) none;
  background-size: 229px 58px;
}

.s-side-showimg,
.s-side-hideimg {
  display: none;
  margin-left: 20px;
  margin-top: 20px;
  max-width: 32px;
  max-height: 32px;
  float: left;
}

.s-side-showimg {
  display: block;
}

.s-side-right-jt {
  display: none;
  margin-top: -36px;
  margin-right: 10px;
  width: 20px;
  float: right;
}

.s-side .first .d-firstDrop {
  background: url(zwgk-z-list-bgc-banner.png) no-repeat;
  background-position: bottom center;
  background-color: #f0f7ff;
  padding-bottom: 10px;
}

.s-side .d-secondNav a,
.s-side .d-firstNav a {
  display: block;
  margin-left: 52px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-side .s-secondNav,
.s-side .s-secondItem {
  margin-left: 0px;
  margin-top: 10px;
}

.s-side .s-secondNav a {
  color: #357ded;
}

.s-side .d-secondDrop {
  margin-left: 50px;
  margin-top: 10px;
}

.s-firstDrop,
.s-secondDrop {
  display: none;
}

.s-side .first:hover {
  background: url(zwgk-left-listbgc.png) no-repeat;
  background-size: 229px 58px;
}

.s-side .active {
  background: url(zwgk-left-listbgc.png) no-repeat;
  background-size: 229px 58px;
}

.s-side .first:hover a {
  color: #fff;
  line-height: 56px;
}

.s-side .active a {
  color: #fff;
  line-height: 56px;
}*/

/* 1层图片隐藏 */
/* .s-side .active .s-side-showimg,
.s-side .first:hover .s-side-showimg {
  display: none;
} */

/* 1层图片切换显示 */
/* .s-side .active .s-side-hideimg,
.s-side .first:hover .s-side-hideimg {
  display: block;
} */

/* 一层箭头hover显示 */
/* .s-side .first:hover .s-side-right-jt {
  display: block;
}

.s-side .active .s-side-right-jt {
  display: block;
} */

/* 一层箭头显示，二层默认 */
/*.s-side .first .d-secondNav .s-side-right-jt {
  display: none;
}

.s-side .first .d-secondNav:hover .s-side-right-jt {
  display: block;
}

.s-side .first .active-se .s-side-right-jt {
  display: block;
}

.s-side .first .active-se {
  background: #cfe5ff;
}

.s-side .first .s-secondNav a {
  color: #357ded;
}

.s-side .d-secondNav .s-side-right-jt {
  display: none;
}

.s-side .d-secondNav:hover .s-side-right-jt {
  display: block;
}

.s-side .active-se .s-side-right-jt {
  display: block;
}

.s-side .active-se {
  background: #cfe5ff;
}

.s-side .first .d-secondNav:hover {
  background: #cfe5ff;
}

.s-side .first .active-se {
  background: #cfe5ff;
}

.s-side .first .s-thirdItem a {
  display: block;
  line-height: 28px;
  color: #000;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-side .first .d-secondDrop .active-th a {
  font-weight: 700;
}

.s-side .first .d-secondDrop .s-thirdItem:hover a {
  font-weight: 700;
} */

/* 移动端导航 */
/* #cd-menu-trigger {
  display: none;
} */

#cd-lateral-nav {
  display: none;
}

.s-side-title {
  width: 230px;
  background-color: #357ded;
  line-height: 66px;
  text-align: left;
  margin-bottom: 10px;
}

.s-side-title p {
  margin-left: 22px;
  color: #fff;
  font-size: 20px;
}

.s-side-title-d {
  width: 230px;
  background-color: #357ded;
  line-height: 58px;
  text-align: left;
  margin-bottom: 10px;
}

.s-side-title-d p {
  margin-left: 22px;
  color: #fff;
  font-size: 16px;
}

.mb-text .mb-text-li {
  padding: 16px;
  margin-bottom: 0px;
  line-height: 40px;
  background-color: transparent;
  color: #357ded;
  border: none;
  font-size: 16px;
  text-indent: 0px;
  border-bottom: 1px dashed #357ded;
}

.mb-text .mb-text-li .mb-text-a {
  display: block;
  width: 100%;
  color: #357ded;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mb-text .mb-text-li p {
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  color: #111111;
  word-wrap: break-word;

}

.mb-text .contact-line {
  border-bottom: 0;
}

.s-side {
  width: 229px;
  font-size: 16px;

}

.s-side .first {
  display: block;
  line-height: 56px;
  margin-bottom: 10px;
}

.s-side-showimg,
.s-side-hideimg {
  display: none;
}

.s-side-hideimg {
  display: none;
  margin-top: -36px;
  margin-right: 10px;
  width: 16px;
  float: right;
}

.s-side-showimg {
  display: block;
  margin-top: -36px;
  margin-right: 17px;
  width: 8px;
  float: right;
}

.s-side-hoverhideimg {
  display: none;
  margin-top: -36px;
  margin-right: 17px;
  width: 8px;
  float: right;
}

.s-side .d-firstNav {
  border: 1px solid #357ded;
}

.s-side .d-secondNav {
  background-color: #f0f7ff;
}

.s-side .d-secondNav a,
.s-side .d-firstNav a {
  display: block;
  padding: 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-side .s-secondNav,
.s-side .s-secondItem {
  margin-left: 0px;
  margin-top: 10px;
}

.s-side .s-secondNav a {
  color: #357ded;
}

.s-firstDrop,
.s-secondDrop {
  display: none;
}

.s-side .d-firstNav:hover {
  background-color: #357ded;
}

.s-side .first .active {
  background-color: #357ded;
}

.s-side .d-firstNav:hover a {
  color: #fff;
  line-height: 56px;
}

.s-side .active a {
  color: #fff;
  line-height: 56px;
}

/* 1层图片隐藏 */

.s-side .first .d-firstNav .s-side-hideimg {
  display: none;
}

.s-side .first .d-firstNav .s-side-showimg {
  display: block;
}

.s-side .first .d-firstNav:hover .s-side-hideimg {
  display: none;
}

.s-side .first .d-firstNav:hover .s-side-showimg {
  display: none;
}

.s-side .first .d-firstNav:hover .s-side-hoverhideimg {
  display: block;
}

.s-side .first .active .s-side-hideimg {
  display: block;
}

.s-side .first .active:hover .s-side-hideimg {
  display: block;
}

.s-side .first .active .s-side-showimg {
  display: none;
}

.s-side .first .active:hover .s-side-hoverhideimg {
  display: none;
}

.s-side .first .active .s-side-hoverhideimg {
  display: none;
}

/* 一层箭头显示，二层默认 */

.s-side .first .d-secondNav .s-side-hideimg {
  display: none;
}

.s-side .first .d-secondNav .s-side-showimg {
  display: block;
}

.s-side .first .d-secondNav:hover .s-side-hideimg {
  display: none;
}

.s-side .first .d-secondNav:hover .s-side-showimg {
  display: none;
}

.s-side .first .d-secondNav:hover .s-side-hoverhideimg {
  display: block;
}

.s-side .first .active-se .s-side-hideimg {
  display: block;
}

.s-side .first .active-se:hover .s-side-hideimg {
  display: block;
}

.s-side .first .active-se .s-side-showimg {
  display: none;
}

.s-side .first .active-se:hover .s-side-hoverhideimg {
  display: none;
}

.s-side .first .active-se .s-side-hoverhideimg {
  display: none;
}

.s-side .first .s-secondNav a {
  color: #357ded;
}

.s-side .first .active-se {
  background: #cfe5ff;
}

.s-side .first .d-secondNav:hover {
  background: #cfe5ff;
}

.s-side .first .s-thirdItem a {
  display: block;
  line-height: 58px;
  text-align: center;
  color: #357ded;
  width: 100%;
  background-color: #f0f7ff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-side .first .d-secondDrop .active-th a {
  background-color: #cfe5ff;
}

.s-side .first .d-secondDrop .s-thirdItem:hover a {
  background-color: #cfe5ff;
}