a {
  text-decoration: none;
  color: #666666;
  outline: none;
}
a:focus {
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", Verdana;
  max-height: 999999px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}
html,
button,
input,
select,
textarea {
  color: #000;
}
input,
textarea {
  outline: none;
}
ul {
  list-style-type: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.black {
  color: #000;
}
.dn {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.border {
  border: 1px solid #E0E0E0;
}
.shadow {
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
}
.shadow-top {
  box-shadow: 0 0px 6px rgba(11, 3, 6, 0.09);
}
.vm {
  vertical-align: middle;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.bg-white {
  background: #fff;
}
.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.font-orange {
  color: #FF9F00;
}
.red {
  color: #F15656;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font32 {
  font-size: 32px;
}
.font-gray9 {
  color: #999;
}
.font-gray6 {
  color: #666;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.blank1 {
  height: 1px;
  line-height: 1px;
  visibility: hidden;
  clear: both;
}
.blank5 {
  height: 5px;
  line-height: 5px;
  visibility: hidden;
  clear: both;
}
.blank10 {
  height: 10px;
  line-height: 10px;
  visibility: hidden;
  clear: both;
}
.blank15 {
  height: 15px;
  line-height: 15px;
  visibility: hidden;
  clear: both;
}
.blank20 {
  height: 20px;
  line-height: 20px;
  visibility: hidden;
  clear: both;
}
.blank30 {
  height: 30px;
  line-height: 30px;
  visibility: hidden;
  clear: both;
}
.blank40 {
  height: 40px;
  line-height: 40px;
  visibility: hidden;
  clear: both;
}
.blank48 {
  height: 48px;
  line-height: 48px;
  visibility: hidden;
  clear: both;
}
.blank57 {
  height: 57px;
  line-height: 57px;
  visibility: hidden;
  clear: both;
}
.blank68 {
  height: 68px;
  line-height: 68px;
  visibility: hidden;
  clear: both;
}
.blank86 {
  height: 86px;
  line-height: 86px;
  visibility: hidden;
  clear: both;
}
.indent1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indent2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indent3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indent6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.mc {
  max-width: 1400px;
  min-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.mc1200 {
  width: 1200px;
  margin: 0 auto;
}
input::-webkit-input-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* WebKit browsers */
}
input:-moz-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* Mozilla Firefox 4 to 18 */
}
input::-moz-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* Mozilla Firefox 19+ */
}
input:-ms-input-placeholder {
  color: #cdcdcd !important;
  font-style: italic!important;
  /* Internet Explorer 10+ */
}
body {
  min-width: 1280px;
}
/* --header-- */
#headerZ {
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 67px;
  background: #0D7AC9;
}
#headerZ .topline {
  background: #2f292b;
  height: 38px;
  line-height: 38px;
}
#headerZ .topline .top-menu {
  padding-right: 20px;
}
#headerZ .topline .top-menu li a {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 22px;
}
#headerZ .topline .top-menu li a.top-user {
  padding-left: 30px;
  background: url(../img/icon-user@2x.png) no-repeat 0 center;
  background-size: 20px 20px;
  border-right: 1px solid #fff;
}
#headerZ .topline .top-menu li a.top-out {
  padding-left: 30px;
  background: url(../img/icon-out@2x.png) no-repeat 0 center;
  background-size: 18px 19px;
  margin-left: 15px;
}
#headerZ .header-main {
  height: 67px;
  line-height: 67px;
  max-width: 1400px;
  min-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
#headerZ .header-main .logo img {
  height: 27px;
}
#headerZ .header-main .nav {
  color: #fff;
}
#headerZ .header-main .nav.fl {
  margin-left: 70px;
}
#headerZ .header-main .nav.fl .nav-item {
  margin-right: 60px;
  padding: 0 10px;
}
#headerZ .header-main .nav .nav-item {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  position: relative;
  height: 45px;
  line-height: 45px;
}
#headerZ .header-main .nav .nav-item.active {
  font-size: 16px;
  border-bottom: 3px solid #FFED80;
}
#headerZ .header-main .nav .nav-item.active .nav-box-select span {
  font-size: 18px;
}
#headerZ .header-main .nav .nav-item:last-child {
  margin-right: 10px;
}
#headerZ .header-main .nav .nav-item .nav-box-select span {
  color: #fff;
}
#headerZ .header-main .nav .nav-item .nav-pop-box {
  display: none;
  position: absolute;
  width: 148px;
  top: 40px;
  left: 50%;
  z-index: 100;
  margin-left: -74px;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .h-line {
  height: 18px;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li {
  line-height: 24px;
  padding: 5px 15px 5px 15px;
  margin-bottom: 5px;
  text-align: left;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li a {
  color: #333;
  font-size: 14px!important;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li a span {
  color: #0D7AC9;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 5px;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li:hover a {
  color: #5193F6;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li.active {
  background: url(../img/icon-dot.png) no-repeat 10px center;
  background-size: 5px 5px;
}
#headerZ .header-main .nav .nav-item .nav-pop-box .nav-pop-main .nav-list-box li.active a {
  color: #5193F6;
}
#headerZ .header-main .nav .nav-item:hover .nav-pop-box,
#headerZ .header-main .nav .nav-item:hover .nav-pop-jgbox {
  display: block;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox {
  position: absolute;
  z-index: 99;
  display: none;
  top: 40px;
  left: 50%;
  margin-left: -371px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .close {
  position: absolute;
  right: 30px;
  top: 15px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .close img {
  width: 16px;
  height: 16px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .h-line {
  height: 18px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main {
  width: 915px;
  height: 336px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .top-blue {
  background-color: #D2EBFC;
  height: 55px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-menu-items {
  cursor: default;
  margin-left: 36px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box {
  background: #fff;
  vertical-align: top;
  margin-right: 30px;
  display: inline-block;
  padding: 10px 0;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .dt {
  font-size: 16px;
  color: #0D7AC9;
  text-align: center;
  padding: 10px 0;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box:first-child .inner {
  border-left: none;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .inner {
  border-left: 1px solid #E9E9E9;
  min-height: 159px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .dd {
  line-height: 24px;
  padding: 5px 15px 5px 15px;
  margin-bottom: 5px;
  text-align: left;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .dd a {
  color: #333;
  font-size: 14px!important;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .dd a span {
  color: #0D7AC9;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 5px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .dd:hover a {
  color: #5193F6;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .dd.active {
  background: url(../img/icon-dot.png) no-repeat 10px center;
  background-size: 5px 5px;
}
#headerZ .header-main .nav .nav-item .nav-pop-jgbox .nav-pop-main .nav-list-box .dd.active a {
  color: #5193F6;
}
#headerZ .header-main .nav.right {
  background: rgba(13, 122, 201, 0.6);
  padding-left: 20px;
}
#headerZ .header-main .nav.right .nav-item {
  margin-right: 25px;
}
#headerZ .header-main .nav.right .nav-item .icon {
  height: 20px;
  margin-right: 10px;
}
#headerZ .header-main .nav.right .nav-item:last-child {
  margin-right: 0px;
}
#headerZ .header-main .nav.right .nav-item .nav-box-select {
  text-align: center;
}
#headerZ .header-main .nav.right .nav-item .nav-box-select span,
#headerZ .header-main .nav.right .nav-item .nav-box-select a {
  color: #fff;
  margin: 0;
}
#headerZ .header-main .nav.right .nav-item:first-child .nav-pop-box {
  width: 140px;
}
#headerZ .header-main .nav.right .nav-item .nav-pop-box {
  top: 38px;
}
#headerZ .header-main .nav.right .nav-item .nav-pop-box .nav-pop-main .nav-list-box {
  background: #0D7AC9;
}
#headerZ .header-main .nav.right .nav-item .nav-pop-box .nav-pop-main .nav-list-box li a {
  color: #fff;
  white-space: nowrap;
}
#headerZ .header-main .nav.right .nav-item .nav-pop-box .nav-pop-main .nav-list-box li a img.tj {
  width: 22px;
  height: auto;
}
#headerZ .header-main .nav.right .nav-item .nav-pop-box .nav-pop-main .nav-list-box li a span {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
#headerZ .header-main .nav.right .top-menu li a {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 22px;
}
#headerZ .header-main .nav.right .top-menu li a.top-user .icon {
  height: 20px;
  margin-right: 10px;
}
#headerZ .header-main .nav.right .top-menu li a.top-out {
  margin-left: 8x;
}
#headerZ .header-main .h-s-box {
  padding: 0 30px;
  border: 1px solid #fff;
  background: rgba(13, 122, 201, 0.6);
  border-bottom: none;
  border-top: none;
  display: inline-block;
  height: 67px;
  overflow: hidden;
  cursor: pointer;
  width: 20px;
  transition: width 0.25s linear 0.1s;
}
#headerZ .header-main .h-s-box input::placeholder {
  font-style: normal!important;
  color: #fff !important;
}
#headerZ .header-main .h-s-box input::-webkit-input-placeholder {
  font-style: normal!important;
  color: #fff !important;
}
#headerZ .header-main .h-s-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: normal!important;
  color: #fff !important;
}
#headerZ .header-main .h-s-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: normal!important;
  color: #fff !important;
}
#headerZ .header-main .h-s-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal!important;
  color: #fff !important;
}
#headerZ .header-main .h-s-box input::-ms-clear {
  display: none;
}
#headerZ .header-main .h-search-box {
  width: 287px;
  height: 49px;
  padding-top: 18px;
  white-space: nowrap;
}
#headerZ .header-main .h-search-btn-box {
  position: relative;
  height: 32px;
  width: auto;
  z-index: 1;
  border: none;
  cursor: pointer;
}
#headerZ .header-main .h-search-btn {
  display: none;
  width: 60px;
  height: 32px;
  border-radius: 20px;
  line-height: 32px;
  background: linear-gradient(to right, #FFED80, #FDD649);
  color: #0D7AC9;
  padding: 0px 18px;
  border: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
#headerZ .header-main .h-search-btn-bg {
  width: 20px;
  height: 20px;
  display: block;
  padding-top: 6px;
}
#headerZ .header-main .h-search-input-box {
  display: none;
  width: auto;
  height: 32px;
  overflow: hidden;
}
#headerZ .header-main input.h-search-word {
  height: 32px;
  line-height: 32px;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  width: 90%;
  color: #fff;
  text-indent: 10px;
}
#headerZ .header-main .h-search-input-box1 {
  display: none;
  width: 207px;
  position: relative;
  padding: 0;
  height: 100%;
  white-space: normal;
}
#headerZ .header-main .h-search-input-box1 .clear {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
  transition: 0.2s;
  height: 32px;
  line-height: 31px;
  padding: 0 3px;
  cursor: pointer;
}
#headerZ .header-main .h-search-input-box1 .clear img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
#headerZ .header-main .h-search-input-box1 .clear:hover {
  opacity: 0.6;
}
/* 机构服务-搜索 */
.top-blue {
  /*--search--*/
}
.top-blue .search,
.top-blue .search-from,
.top-blue .search-hotwords {
  width: 100%;
  position: relative;
  display: table;
}
.top-blue .search {
  width: 604px;
  height: 50px;
  margin-left: 60px;
  line-height: 30px;
}
.top-blue .search input::-webkit-input-placeholder {
  font-size: 12px;
  color: #cdcdcd !important;
  font-style: normal!important;
  /* WebKit browsers */
}
.top-blue .search input:-moz-placeholder {
  font-size: 12px;
  color: #cdcdcd !important;
  font-style: normal!important;
  /* Mozilla Firefox 4 to 18 */
}
.top-blue .search input::-moz-placeholder {
  font-size: 12px;
  color: #cdcdcd !important;
  font-style: normal!important;
  /* Mozilla Firefox 19+ */
}
.top-blue .search input:-ms-input-placeholder {
  font-size: 12px;
  color: #cdcdcd !important;
  font-style: normal!important;
  /* Internet Explorer 10+ */
}
.top-blue .search .search-from {
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.top-blue .search-from .search-keyword {
  float: left;
  border-right: none;
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 449px;
  padding-right: 90px;
}
.top-blue .search-from .search-keyword:hover {
  border-color: #7597ba;
}
.top-blue .search-from .search-keyword input,
.top-blue .search-from .search-keyword select {
  border: none;
  box-shadow: none;
  background: none;
  width: 100%;
  height: auto;
}
.top-blue .search-from .search-keyword input {
  height: 30px;
  text-indent: 25px;
  font-size: 14px;
}
.top-blue .search-from .search-keyword span {
  width: 88px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: solid 1px #e5ebf1;
  background: #fbfbfb;
  display: inline-block;
  height: 32px;
}
.top-blue .search-from .search-keyword select {
  padding: 0px;
  font-size: 12px;
  color: #9B9B9B;
  text-indent: 6px;
}
.top-blue .search-from .search-btn-jg {
  float: right;
  margin-right: 2px;
  width: 62px;
  height: 32px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.top-blue .search-from .search-btn-jg .btn {
  width: 100%;
  height: 30px;
  margin-top: 1px;
  background: linear-gradient(to bottom right, #FFED80, #FDD649);
  border-radius: 0;
}
.top-blue .search-from .search-btn-jg .btn:hover {
  box-shadow: none;
}
.top-blue .search-from .search-btn-jg .btn img {
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 7px;
}
.top-blue .search-from .search-btn-jg .btn span {
  display: block;
  background: url('../images/search.png') 8px center no-repeat;
  padding-left: 26px;
}
.top-blue .search-hotwords {
  padding-top: 10px;
  font-size: 12px;
  padding-left: 15px;
  color: #666;
}
.top-blue .search-hotwords strong,
.top-blue .search-hotwords a {
  display: inline-block;
  vertical-align: middle;
}
.top-blue .search-hotwords strong {
  font-weight: normal;
}
.top-blue .search-hotwords a {
  margin-left: 6px;
  margin-right: 6px;
  color: #666;
}
.top-blue .search-hotwords a:hover {
  color: #444;
}
#contentZ {
  position: relative;
  top: 67px;
  background-color: #fff;
  min-height: calc(100vh - 183px);
}
#contentZ .bread-crumbs {
  padding: 24px 0  19px 0;
  color: #999;
}
#contentZ #pageTit {
  padding-top: 30px;
  padding-bottom: 37px;
  background: #f7f7f7;
}
#contentZ #pageTit span.b {
  font-size: 38px;
  color: #1497FF;
}
#contentZ #pageTit span.s {
  font-size: 28px;
  color: #1497FF;
}
#contentZ #left-area {
  border: 1px solid #E0E0E0;
  width: 226px;
  margin-right: 18px;
  background: #fff;
  position: absolute;
}
#contentZ #left-area .tit {
  height: 40px;
  line-height: 40px;
  background: #1497FF;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#contentZ #left-area .box {
  padding: 20px 20px 3px 20px;
}
#contentZ #left-area .box .tit2 {
  margin-bottom: 15px;
}
#contentZ #left-area .box ul li {
  margin-bottom: 17px;
}
#contentZ #left-area .box ul li span {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  background: #DCEFFE;
  font-size: 14px;
  color: #41619F;
}
#contentZ #left-area .box ul li a:hover {
  color: #5193F6;
}
#contentZ #main-area.has-left {
  margin-left: 253px;
}
#contentZ .no-open {
  width: 200px;
  text-align: center;
  height: auto;
  margin: 0 auto;
  line-height: calc(100vh - 315px);
}
#contentZ .no-open .inner {
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
}
#contentZ .no-open img.p-nodata {
  width: 187px;
  display: inline-block;
}
#contentZ .no-open p {
  text-align: center;
  font-size: 16px;
  color: #787878;
}
.main-tit1 {
  border: 1px solid #E0E0E0;
  border-bottom: none;
  font-size: 16px;
  color: #5193F6;
  padding: 30px 30px 10px 55px;
  background: #fff url(../img/icon-dot.png) no-repeat 35px 35px;
}
/* 普通块 */
.common-box {
  padding: 10px 30px 30px 30px;
  margin-bottom: 26px;
  background: #fff;
  border: 1px solid #E0E0E0;
}
/* --查询-- */
.search-box {
  background: #fff;
  padding: 20px 30px 26px 30px;
  margin-bottom: 24px;
  border: 1px solid #E0E0E0;
  border-top: none;
}
.search-box .form {
  padding: 0px 10px 0px 10px;
  height: auto;
  border: none;
}
.search-box .form .layui-form-item .layui-inline {
  margin-bottom: 15px;
}
.search-box .oper {
  text-align: center;
  margin-top: 20px;
}
.search-box .oper button {
  width: 100px;
}
.search-box .oper .reset {
  background: #b38449;
}
.search-box .oper .layui-btn + .layui-btn {
  margin-left: 30px;
}
.search-box .down-box {
  padding: 20px;
}
.search-box .down-box p {
  margin-bottom: 20px;
}
/* --数据区域-- */
.data-box {
  background: #fff;
  padding: 10px 30px 30px 30px;
  border: 1px solid #E0E0E0;
}
.data-box .result-line {
  border-bottom: 1px solid #99B4F9;
}
.data-box .result-line .all {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  width: 60px;
  color: #5193F6;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #5193F6;
}
.data-box .result-line .fr {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}
.data-box .oper-box {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #99B4F9;
}
#footerZ {
  background-color: #C5E0FF;
  height: auto;
  position: relative;
  top: 67px;
  padding: 28px 0;
  color: #000;
}
/*  */
.key-box {
  margin-bottom: 15px;
}
.key-box .item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.key-box .item label {
  padding: 3px 10px;
  color: #fff;
  background: #99B4F9;
  font-size: 14px;
  margin-right: 5px;
}
.query-card {
  padding-top: 20px;
}
.query-card dt {
  float: left;
  text-align: center;
  min-width: 18px;
  height: 20px;
  padding: 0 3px;
  line-height: 20px;
  background: #B38449;
  color: #fff;
  margin-right: 2px;
}
.query-card dd {
  margin-left: 38px;
  border-bottom: 1px dashed #979797;
  padding-bottom: 20px;
}
.query-card .layui-row {
  max-width: 600px;
}
.query-card .layui-row .layui-col-md6,
.query-card .layui-row .layui-col-md12 {
  margin-bottom: 5px;
}
.query-card:last-child dd {
  border-bottom: none;
}
.query-card .intro-box {
  margin-top: 20px;
}
.query-card .intro-box .tit {
  margin-bottom: 5px;
}
.query-card .intro-box .detail {
  color: #666;
  font-size: 12px;
}
/* 首页 */
.index-z .layui-tab-brief > .layui-tab-title .layui-this {
  color: #0D7AC9;
}
.index-z .layui-tab-brief > .layui-tab-more li.layui-this:after,
.index-z .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 4px solid #FDDA53;
}
.index-z .layui-tab .layui-tab-title {
  height: 54px;
}
.index-z .layui-tab .layui-tab-title li {
  min-width: none;
  padding: 0;
  margin-right: 50px;
}
.index-z .layui-carousel-arrow {
  background-color: rgba(210, 235, 252, 0.4);
  color: #1783DE;
}
.index-z .layui-carousel-arrow:hover {
  background-color: rgba(210, 235, 252, 0.9);
}
.index-z .layui-carousel-ind ul {
  background: none;
}
.index-z .layui-carousel-ind ul:hover {
  background: none;
}
.index-z .layui-carousel-ind ul li {
  border: 1px solid #7CA9F4;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.index-z .layui-carousel-ind ul li.layui-this {
  background-color: #7CA9F4;
}
.index-z #banner .layui-carousel-arrow {
  background-color: rgba(255, 255, 255, 0.2);
  color: #1783DE;
}
.index-z #banner .layui-carousel-arrow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.index-z #banner .carousel-item {
  padding-top: 24px;
  background: #fff;
}
.index-z #banner .carousel-item img.banner {
  height: 506px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -950px;
}
.index-z #banner .carousel-item .inner {
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 180px;
  margin-left: -600px;
  height: auto;
}
.index-z #banner .carousel-item .inner .btn-look {
  width: 185px;
  height: 51px;
  cursor: pointer;
  line-height: 51px;
  background: linear-gradient(to right, #FFED80, #FDD649);
  border: none;
  font-size: 16px;
  color: #0D7AC9;
}
.index-z #banner .carousel-item .inner .btn-look img {
  width: 24px;
  margin-top: -8px;
  margin-left: 70px;
}
.index-z #banner .carousel-item .inner .pub-info-card {
  width: 195px;
  height: 198px;
  float: right;
  margin-top: -130px;
  cursor: pointer;
}
.index-z #banner .carousel-item .inner .pub-info-card .txt-box {
  background: #FDAB69;
  color: #fff;
  padding: 15px;
  line-height: 24px;
}
.index-z #banner .carousel-item .inner .pub-info-card .txt-box .tit {
  font-weight: bold;
  font-size: 16px;
}
.index-z #banner .carousel-item .inner .pub-info-card .txt-box .info {
  font-size: 14px;
}
.index-z #banner .carousel-item .inner .pub-info-card .txt-box img {
  float: right;
  width: 24px;
  margin-top: -8px;
  margin-right: 5px;
}
.index-z #banner .carousel-item .inner .pub-info-card .logo-box {
  background: #fff;
  padding: 15px 8px;
}
.index-z #banner .carousel-item .inner .pub-info-card .logo-box img {
  height: 64px;
}
.index-z #banner .layui-carousel-arrow {
  left: 50%;
  margin-left: -680px;
  right: 50%;
  margin-right: -680px;
}
.index-z #banner .layui-carousel-ind {
  position: absolute;
  top: 90px;
  right: 50%;
  margin-right: -390px;
  width: 200px;
  line-height: 0!important;
  text-align: center;
  font-size: 0;
  z-index: 99;
}
.index-z .new-book-box1 {
  margin: 0 auto!important;
  width: 1200px;
}
.index-z .new-book-box1 .layui-tab-title {
  border-color: #979797;
}
.index-z .new-book-box1 .layui-carousel-ind {
  top: -5px;
}
.index-z .new-book-box1 .more {
  margin-top: -42px;
  color: #666;
  font-size: 12px;
  position: relative;
  z-index: 10;
}
.index-z .new-book-box1 .more img {
  width: 20px;
  margin-top: -6px;
}
.index-z .new-book-box1 .layui-carousel {
  height: 360px!important;
}
.index-z .new-book-box1 .layui-carousel .carousel-item {
  background: #fff;
}
.index-z .new-book-box1 .layui-carousel .layui-carousel-arrow[lay-type=sub] {
  left: -30px !important;
}
.index-z .new-book-box1 .layui-carousel .layui-carousel-arrow[lay-type=add] {
  right: -30px !important;
}
.index-z .new-book-box1 .one-book-first {
  width: 576px;
  padding-bottom: 15px;
  vertical-align: top;
  font-size: 14px;
  margin-left: 25px;
  display: inline-block;
}
.index-z .new-book-box1 .one-book-first .img-box {
  float: left;
  width: 224px;
  height: 323px;
  overflow: hidden;
  display: block;
  margin-bottom: 9px;
  text-align: center;
}
.index-z .new-book-box1 .one-book-first .img-box img {
  width: 224px;
  height: 323px;
  object-fit: contain;
}
.index-z .new-book-box1 .one-book-first .info-box {
  float: right;
  width: 320px;
}
.index-z .new-book-box1 .one-book-first .info-box .intro {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.index-z .new-book-box1 .one-book-first p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei,微软雅黑;
  font-size: 14px;
  line-height: 21px;
}
.index-z .new-book-box1 .one-book-first p.en {
  height: 42px;
}
.index-z .new-book-box1 .one-book-first p.cn {
  height: 21px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.index-z .new-book-box1 .one-book-first .pub {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.index-z .new-book-box1 .one-book-first .tag-box {
  display: inline-block;
}
.index-z .new-book-box1 .one-book-first .b-tag {
  display: inline-block;
  color: #0D7AC9;
  border: 1px solid #0D7AC9;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 12px;
}
.index-z .new-book-box1 .one-book-first .price {
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
  color: #0D7AC9;
  font-size: 14px;
  font-family: Verdana;
}
.index-z .new-book-box1 .one-book-item {
  border: 1px solid #eee;
  padding: 0 20px;
  width: 137px;
  padding-bottom: 10px;
  font-size: 14px;
  margin-left: 15px;
  display: inline-block;
}
.index-z .new-book-box1 .one-book-item .img-box {
  width: 132px;
  height: 173px;
  overflow: hidden;
  display: block;
  margin-bottom: 9px;
  text-align: center;
}
.index-z .new-book-box1 .one-book-item .img-box img {
  width: 132px;
  height: 173px;
  object-fit: contain;
}
.index-z .new-book-box1 .one-book-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei,微软雅黑;
  font-size: 14px;
  line-height: 21px;
}
.index-z .new-book-box1 .one-book-item p.en {
  height: 42px;
}
.index-z .new-book-box1 .one-book-item p.cn {
  height: 21px;
}
.index-z .new-book-box1 .one-book-item .pub {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.index-z .new-book-box1 .one-book-item .tag-box {
  margin: 10px 0;
}
.index-z .new-book-box1 .one-book-item .b-tag {
  display: inline-block;
  color: #0D7AC9;
  border: 1px solid #0D7AC9;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 12px;
}
.index-z .new-book-box1 .one-book-item .price {
  color: #0D7AC9;
  font-size: 14px;
  font-family: Verdana;
}
.index-z .index-tit-z {
  font-size: 24px;
  color: #101010;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 20px 0;
}
.index-z .recommend {
  width: 1200px;
  margin: 0 auto;
}
.index-z .recommend .left {
  float: left;
  width: 344px;
  height: 363px;
}
.index-z .recommend .left .layui-carousel-arrow[lay-type=sub] {
  left: 0px!important;
}
.index-z .recommend .left .layui-carousel-arrow[lay-type=add] {
  right: 0px!important;
}
.index-z .recommend .left .recom-left {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF8EE;
}
.index-z .recommend .left .recom-left .flag {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 59px;
  text-align: center;
  font-size: 18px;
  color: #713813;
  background: #FDAB69;
  padding-top: 11px;
}
.index-z .recommend .left .recom-left .inner-box {
  margin: auto;
  width: 68%;
  height: 172px;
  background-color: #260F96;
  padding: 15px;
  margin: 0px auto 20px auto;
}
.index-z .recommend .left .recom-left .inner-box img {
  width: 114px;
  height: 172px;
}
.index-z .recommend .left .recom-left .recom-tit {
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 0 10px;
}
.index-z .recommend .right {
  float: right;
  width: 67%;
  background: #F9F9F9;
  height: 330px;
  padding: 15px;
}
.index-z .recommend .right .line-tit {
  line-height: 40px;
  padding: 0 15px;
}
.index-z .recommend .right .line-tit span {
  color: #5E3030;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.index-z .recommend .right .line-tit a {
  display: inline-block;
  float: right;
  color: #666;
  font-size: 12px;
}
.index-z .recommend .right .recom-cols {
  width: 100%;
}
.index-z .recommend .right .recom-cols .col-item {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.index-z .recommend .right .recom-cols .col-item:last-child {
  margin-right: 0;
}
.index-z .recommend .right .recom-cols .col-item .one-book-n:last-child {
  border: none;
}
.index-z .recommend .right .recom-cols .col-item.col1 .one-book-n {
  margin-top: 20px;
  border-bottom: none;
  height: auto;
}
.index-z .recommend .right .recom-cols .col-item.col1 .one-book-n .it {
  padding-bottom: 30px;
  border-bottom: 1px solid #979797;
  margin-left: 24px;
}
.index-z .recommend .right .recom-cols .col-item.col1 .one-book-n:last-child .it {
  border-bottom: none;
}
.index-z .recommend .right .recom-cols .col-item.col3 .one-book-n,
.index-z .recommend .right .recom-cols .col-item.col2 .one-book-n {
  height: 47px;
  margin-top: 5px;
  padding-bottom: 20px;
}
.index-z .recommend .right .recom-cols .col-item.col3 .one-book-n .bookinfo,
.index-z .recommend .right .recom-cols .col-item.col2 .one-book-n .bookinfo {
  margin-left: 26px;
}
.index-z .recommend .right .recom-cols .col-item.col3 .one-book-n .index,
.index-z .recommend .right .recom-cols .col-item.col2 .one-book-n .index {
  line-height: 65px;
}
.index-z .recommend .right .recom-cols .col-item.col3 .one-book-n .en,
.index-z .recommend .right .recom-cols .col-item.col2 .one-book-n .en {
  height: 20px;
}
.index-z .recommend .right .recom-cols .col-item.col3 .one-book-n .cn,
.index-z .recommend .right .recom-cols .col-item.col2 .one-book-n .cn {
  height: 20px;
}
.index-z .recommend .right .recom-cols .col-item.col2 .index {
  color: #0D7AC9;
}
.index-z .recommend .right .recom-cols .col-item.col2 .one-book-n:last-child .index {
  color: #000;
}
.index-z .recommend .right .recom-cols .col-item.col3 .index {
  color: #000;
}
.index-z .recommend .right .one-book-n {
  width: 240px;
  height: 94px;
  float: left;
  border-bottom: 1px solid #979797;
}
.index-z .recommend .right .one-book-n .index {
  width: 20px;
  font-size: 16px;
  height: 100%;
  line-height: 94px;
  float: left;
  color: #F15656;
}
.index-z .recommend .right .one-book-n .bookimg {
  float: left;
  display: block;
  width: 71px;
  height: 94px;
  object-fit: contain;
  position: relative;
}
.index-z .recommend .right .one-book-n .bookimg img {
  width: 71px;
  height: 94px;
}
.index-z .recommend .right .one-book-n .bookimg .flag {
  position: absolute;
  color: #fff;
  font-size: 10px;
  right: -10px;
  top: -10px;
  padding: 1px 6px;
  border-radius: 10px;
}
.index-z .recommend .right .one-book-n .bookimg .flag.sale {
  background-color: #F15656;
}
.index-z .recommend .right .one-book-n .bookimg .flag.hot {
  background-color: #FDAB69;
}
.index-z .recommend .right .one-book-n .bookinfo {
  margin-left: 82px;
  display: block;
  padding-top: 15px;
  color: #000;
}
.index-z .recommend .right .one-book-n .bookinfo .en {
  line-height: 20px;
  max-height: 60px;
}
.index-z .recommend .right .one-book-n .bookinfo .cn {
  line-height: 20px;
  max-height: 20px;
}
.index-z .books-card {
  width: 379px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #FFFFFF;
  padding-top: 20px;
  position: relative;
  margin-right: 25px;
}
.index-z .books-card:first-child {
  background-color: #6D9DDF;
}
.index-z .books-card:nth-child(2) {
  background-color: #77C7CC;
}
.index-z .books-card:last-child {
  background-color: #8D7BCD;
  margin-right: 0;
}
.index-z .books-card .txt-wrapper {
  float: left;
  width: 220px;
  color: #fff;
}
.index-z .books-card .txt-wrapper .tit {
  color: #fff;
  font-size: 20px;
}
.index-z .books-card .txt-wrapper .intro2 {
  font-size: 18px;
}
.index-z .books-card .btn-look {
  width: 121px;
  height: 37px;
  cursor: pointer;
  line-height: 37px;
  background: linear-gradient(to right, #FFED80, #FDD649);
  border: none;
  font-size: 14px;
  color: #0D7AC9;
}
.index-z .books-card .btn-look img {
  width: 18px;
  margin-top: -4px;
  margin-left: 5px;
}
.index-z .books-card .image3-wrapper {
  width: 140px;
  height: 130px;
  border-radius: 3px;
  margin-left: 215px;
  margin-right: 13px;
  position: relative;
}
.index-z .books-card .image3-wrapper img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.6s;
  border-radius: 6rpx;
}
.index-z .books-card .image3-wrapper div {
  border-radius: 6rpx;
}
.index-z .books-card .image3-wrapper .ceng-0 {
  position: absolute;
  bottom: 0;
  left: 34%;
  z-index: 1;
  width: 58%;
  height: 78%;
  box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.5);
}
.index-z .books-card .image3-wrapper .ceng-1 {
  position: absolute;
  bottom: 1px;
  left: 18%;
  z-index: 4;
  width: 64%;
  height: 88%;
  box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.5);
}
.index-z .books-card .image3-wrapper .ceng-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 70%;
  height: 100%;
  box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.5);
}
.index-z .books-card .image3-wrapper .ceng-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 70%;
  box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.5);
}
.index-z .books-card .image3-wrapper .ceng-4 {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 1;
  width: 70%;
  height: 100%;
  box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.5);
}
.index-z .books-card .image3-wrapper .ceng-5 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 40%;
  height: 60%;
  box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.5);
}
.index-z .subject-boxI .layui-tab-title {
  border-color: transparent;
}
.index-z .subject-boxI .sub-tit {
  font-size: 24px;
  color: #101010;
  font-weight: bold;
  float: left;
  margin-right: 240px;
}
.index-z .subject-boxI .more {
  margin-top: -28px;
  color: #666;
  font-size: 12px;
  position: relative;
  z-index: 10;
}
.index-z .subject-boxI .more img {
  width: 20px;
  margin-top: -6px;
}
.index-z .subject-boxI .layui-tab[overflow] > .layui-tab-title {
  margin-right: 100px;
}
.index-z .subject-boxI .layui-tab .layui-tab-title {
  height: 40px;
}
.index-z .subject-boxI hr {
  border-bottom: 1px solid #979797 !important;
}
.index-z .subject-boxI .layui-tab-bar {
  width: 30px;
  height: 34px;
  line-height: 34px;
}
.index-z .subject-boxI .sec-box .sec-left {
  float: left;
  width: 111px;
}
.index-z .subject-boxI .sec-box .sec-left ul {
  height: 385px;
  overflow: hidden;
}
.index-z .subject-boxI .sec-box .sec-left li {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #d3ecfc;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.index-z .subject-boxI .sec-box .sec-left li.active {
  background: #7CA9F4;
  color: #fff;
}
.index-z .subject-boxI .sec-box .sec-right {
  float: right;
  width: 1075px;
  height: 385px;
  padding-top: 7px;
}
.index-z .subject-boxI .sec-box .sec-right .onebook {
  display: block;
  margin: 0;
}
.index-z .subject-boxI .sec-box .sec-right .onebook .bookimg {
  margin-left: 2px;
}
.index-z .subject-boxI .sec-box .sec-right .onebook .bookimg img {
  object-fit: contain;
  width: 120px;
}
.index-z .subject-boxI .sec-box .sec-right .onebook .bookinfo {
  width: 240px;
}
.index-z .subject-boxI .sec-box .sec-right .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  margin-top: -20px;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-pagination {
  width: 200px;
  text-align: right;
  top: 1px;
  bottom: auto;
  right: 87px;
  left: auto;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-slide {
  height: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-pagination-bullet {
  border: 1px solid #7CA9F4;
  width: 5px;
  height: 5px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-pagination-bullet-active {
  background-color: #7CA9F4;
}
.index-z .subject-boxI .sec-box .sec-right.layui-this {
  background-color: #7CA9F4;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-button-next,
.index-z .subject-boxI .sec-box .sec-right .swiper-button-prev {
  margin-top: -37px;
  background-color: rgba(210, 235, 252, 0.4);
  color: #1783DE;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: 37px;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-button-next:hover,
.index-z .subject-boxI .sec-box .sec-right .swiper-button-prev:hover {
  background-color: rgba(210, 235, 252, 0.9);
}
.index-z .subject-boxI .sec-box .sec-right .swiper-button-next {
  right: 0;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-button-prev {
  left: auto;
  right: 40px;
}
.index-z .subject-boxI .sec-box .sec-right .swiper-button-next:after,
.index-z .subject-boxI .sec-box .sec-right .swiper-button-prev:after {
  font-size: 12px;
}
.index-z .reco-pub-list {
  width: 1200px;
  margin: 0 auto;
  background: #F4EDED;
  padding: 42px 0 42px 28px;
  box-sizing: border-box;
}
.index-z .reco-pub-list .item {
  float: left;
  width: 199px;
  margin: 0 15px;
  padding: 15px 0 0 0;
  margin-bottom: 23px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(11, 3, 6, 0.09);
}
.index-z .reco-pub-list .item .logo-item {
  border-bottom: 1px solid #F1F1F1;
  padding: 0px 20px 10px 10px;
}
.index-z .reco-pub-list .item .logo-item .name {
  font-weight: bold;
  margin-left: 65px;
  display: flex;
  height: 56px;
}
.index-z .reco-pub-list .item .logo-item .name span {
  align-self: center;
  line-height: 24px;
}
.index-z .reco-pub-list .item .logo-item img {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  margin-right: 15px;
  display: -moz-inline-stack;
  vertical-align: top;
  float: left;
}
.index-z .reco-pub-list .item .txt {
  display: flex;
  vertical-align: top;
  height: 46px;
  padding: 10px 20px;
}
.index-z .reco-pub-list .item .txt .info {
  font-size: 12px;
  justify-self: left;
  align-self: center;
  line-height: 24px;
}
.index-z .serv-wrapI {
  width: 100%;
  background-color: #fff;
}
.index-z .serv-wrapI .serv {
  border: 1px solid #E4E4E4;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 14px;
}
.index-z .serv-wrapI .serv .icon-cont {
  height: auto;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #9d9385;
  padding-bottom: 15px;
  font-size: 14px;
  vertical-align: top;
}
.index-z .serv-wrapI .serv .icon-cont .tit-line {
  margin: 0 20px;
  line-height: 72px;
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
}
.index-z .serv-wrapI .serv .icon-cont .tit-line span {
  font-size: 21px;
  float: left;
  color: #101010;
}
.index-z .serv-wrapI .serv .icon-cont .tit-line a {
  font-size: 12px;
  color: #101010;
  float: right;
}
.index-z .serv-wrapI .serv .icon-cont ul {
  margin: 0 20px;
}
.index-z .serv-wrapI .serv .icon-cont.s1 {
  width: 393px;
}
.index-z .serv-wrapI .serv .icon-cont.s1 ul.list-item li a {
  color: #333;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.index-z .serv-wrapI .serv .icon-cont.s1 ul.list-item li div.item .tit {
  width: 68%;
}
.index-z .serv-wrapI .serv .icon-cont.s1 ul.list-item li a.ellipsis {
  max-width: 212px;
  float: left;
}
.index-z .serv-wrapI .serv .icon-cont.s1 ul.list-item li a:hover {
  text-decoration: underline;
}
.index-z .serv-wrapI .serv .icon-cont.s1 ul.list-item li a.time {
  margin-left: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.index-z .serv-wrapI .serv .icon-cont.s1 ul.list-item li a.time:hover,
.index-z .serv-wrapI .serv .icon-cont.s1 ul.list-item li a.fr:hover {
  text-decoration: none;
  cursor: default;
}
.index-z .serv-wrapI .serv .icon-cont.s2 {
  width: 247px;
}
.index-z .serv-wrapI .serv .icon-cont.s2 .icon1 {
  height: 23px;
  margin-right: 10px;
}
.index-z .serv-wrapI .serv .icon-cont.s2 .icon2 {
  height: 21px;
}
.index-z .serv-wrapI .serv .icon-cont.s2 .icon3 {
  height: 27px;
  margin-right: 5px;
}
.index-z .serv-wrapI .serv .icon-cont.s2 .icon4 {
  height: 23px;
}
.index-z .serv-wrapI .serv .icon-cont.s3 {
  width: 247px;
}
.index-z .serv-wrapI .serv .icon-cont.s3 .img1 {
  height: 57px;
}
.index-z .serv-wrapI .serv .icon-cont.s3 .img2 {
  height: 65px;
}
.index-z .serv-wrapI .serv .icon-cont.s3 .img3 {
  height: 58px;
}
.index-z .serv-wrapI .serv .icon-cont.s4 {
  width: 272px;
}
.index-z .serv-wrapI .serv .icon-cont.s4 ul {
  font-size: 14px;
  color: #101010;
}
.index-z .serv-wrapI .serv .icon-cont.s4 img {
  height: 87px;
  margin-left: -12px;
}
.index-z .fnav_wrapI {
  width: 100%;
  background-color: #fff;
  background: #D2EBFC;
}
.index-z .fnav_wrapI .f_nav {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
.index-z .fnav_wrapI .f_nav a {
  display: inline-block;
  font-size: 14px;
  color: #717171;
  min-width: 160px;
  text-align: center;
}
.index-z .fnav_wrapI .f_nav a:hover {
  color: #00a2fd;
  text-decoration: none;
}
#footerI {
  min-width: 1200px;
  padding-bottom: 60px;
  position: relative;
  top: 67px;
  background: #fff;
  font-size: 14px;
  color: #717171;
}
#footerI img {
  width: 123px;
  padding: 30px 0;
}
#footerI a {
  color: #717171;
}
#side-z {
  position: fixed;
  bottom: 20%;
  right: 20px;
  width: 54px;
  z-index: 100;
}
#side-z a {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  display: inline-block;
}
#side-z a#back-to-top {
  display: none;
}
#side-z a img {
  width: 54px;
}
/* layui-自定义 */
body .layui-table-view {
  margin-top: 20px;
}
body .layui-table thead tr {
  background-color: #DBEBFE;
}
body .layui-btn.layui-btn-normal {
  background-color: #5693ef;
  height: 36px;
  line-height: 36px;
}
body .layui-form-radio {
  margin: 0px 10px 0 0;
}
body .layui-form-select dl dd.layui-this {
  background-color: #6d96eb;
}
body .layui-table-page {
  height: auto;
  text-align: center;
  padding: 15px 0;
}
body .layui-input,
body .layui-select,
body .layui-textarea {
  height: 34px;
}
body .layui-input {
  border-color: #ddd;
}
body .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #5693ef;
}
body .layui-form-checked[lay-skin=primary] i {
  border-color: #5693ef;
  background-color: #5693ef;
}
