@font-face {
  font-family: "iconfont";
  /* Project id 4695175 */
  src: url('iconfont.woff2?t=1727342487316') format('woff2'), url('iconfont.woff?t=1727342487316') format('woff'), url('iconfont.ttf?t=1727342487316') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-customer_list_line1:before {
  content: "\e7d1";
}
.icon-customer_class_line:before {
  content: "\e799";
}
.icon-customer_qudaoliebiao_line:before {
  content: "\e92f";
}
.icon-invoice_xinyongdengjichaxun_line:before {
  content: "\e930";
}
.icon-invoice_receipts_line:before {
  content: "\e931";
}
.icon-xinfang:before {
  content: "\e7f4";
}
.icon-qitashixiangyongzhangshenqingshenpi:before {
  content: "\e65b";
}
.icon-xietong:before {
  content: "\e782";
}
.icon-xinfengxinjian:before {
  content: "\e7f5";
}
.icon-check:before {
  content: "\e7f6";
}
.icon-yewuzhinan:before {
  content: "\e7f7";
}
.icon-wangshangban:before {
  content: "\e7f8";
}

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -moz-transition-property: transform, left, top, -moz-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -moz-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}

@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
}
::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
}
em {
  font-style: normal;
}
html,
body {
  min-width: 1200px;
  width: auto;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
body {
  background: #f1f1f1;
}
li {
  list-style: none;
}
a {
  color: #2f2f2f;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #f09505;
}
a[href],
a[onclick] {
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
div {
  margin: 0 auto;
}
.g-h100 {
  height: 100%;
}
#app {
  min-height: 100%;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  min-width: unset;
  background: #1165cf;
}
@media screen and (max-width: 640px) {
  html,
  body {
    min-width: unset;
  }
}
.g-layout {
  min-height: 100%;
}
.ws-menu-show .ws-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 170px;
  bottom: 0;
  width: 240px;
  min-height: 0;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  z-index: 777;
}
.ws-menu-show .ws-menu .layui-menu li {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 640px) {
  .ws-menu-show .ws-menu-show .ws-menu {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1003;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#_ideConac img {
  width: 58px;
}
.g-container {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .g-container {
    width: 100%;
  }
}
.g-container .g-nav,
.g-container .g-main,
.g-container .g-footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.g-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 440px;
  background: url(../images/head_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .g-header {
    height: auto;
  }
}
.g-header .main {
  width: 1200px;
  height: 100%;
  background: none;
}
@media screen and (max-width: 640px) {
  .g-header .main {
    width: 100%;
  }
}
.m-header {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .m-header {
    padding: 20px 0;
    text-align: center;
  }
}
.m-header .j-logo {
  display: block;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .m-header .j-logo {
    display: inline-block;
    height: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .m-header .j-logo img {
    max-width: 90%;
    max-height: 90%;
  }
}
.m-header .m-search {
  margin-top: 35px;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .m-header .m-search {
    margin-top: 10px;
    padding: 10px;
  }
  .m-header .m-search .layui-form {
    margin-top: 0 !important;
  }
  .m-header .m-search .layui-form .layui-form-item {
    width: 78%;
  }
  .m-header .m-search .layui-form .layui-form-item .layui-input-inline {
    float: left;
  }
}
.layui-nav .layui-this:after {
  width: auto;
}
@media screen and (max-width: 640px) {
  .m-navBar {
    display: none;
  }
  .m-list-content {
    padding: 0 !important;
  }
}
.m-navBar {
  height: 55px;
  background: #1165cf;
}
.m-navBar_main {
  width: 1200px;
}
.m-navBar .layui-nav {
  background: transparent;
  font-family: SourceHanSansCN-Regular;
  height: 100%;
  padding: 0 10px;
}
.m-navBar .layui-nav .layui-nav-more {
  display: none;
}
.m-navBar .layui-nav .layui-nav-item {
  position: relative;
  line-height: 55px;
  text-align: center;
  z-index: 10;
}
.m-navBar .layui-nav .layui-nav-item:hover a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-item > a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0 4px;
  color: #fff;
  z-index: 2;
}
.m-navBar .layui-nav.active,
.m-navBar .layui-nav .layui-this {
  height: 55px;
  background-color: #0386ec;
}
.m-navBar .layui-nav.active:after,
.m-navBar .layui-nav .layui-this:after {
  height: 55px;
  background: none;
}
.m-navBar .layui-nav.active a,
.m-navBar .layui-nav .layui-this a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-bar {
  height: 100%;
  z-index: 9;
  background-color: #0386ec;
}
.m-navBar .layui-nav .layui-nav-child {
  top: 55px;
  background-color: #0386ec;
  border: none;
}
.m-navBar .layui-nav .layui-nav-child a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-child a:hover {
  background: #1598fc;
}
.m-navBar .layui-nav .layui-nav-child dd.layui-this a {
  background-color: #0386ec;
}
.ws-header-menu {
  display: none;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 640px) {
  .ws-header-menu {
    display: block;
  }
  .ws-header-menu .layui-nav {
    right: -100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.ws-header-menu .layui-nav {
  height: auto;
  top: 0;
  right: -100%;
  border-radius: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 1003;
}
.ws-header-menu .layui-nav.show {
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ws-header-menu .layui-nav .layui-nav-item {
  position: relative;
  display: inline;
  margin-top: 0;
  list-style: none;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
}
.ws-header-menu .layui-nav .layui-nav-item.layui-this a {
  background: rgba(255, 255, 255, 0.3);
}
.ws-header-menu .layui-icon {
  position: absolute;
  top: -37px;
  right: 10px;
  color: #fff;
  padding: 10px;
  background: #1165cf;
}
.m-box-1 {
  margin-top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F4F6FB;
}
.m-box-1 .u-box {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  width: 1200px;
}
.m-pub-box {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px;
}
.m-white {
  background: #fff;
  padding: 16px;
  border-radius: 0;
  overflow: hidden;
  margin: auto;
}
.m-content {
  position: relative;
  margin: 0;
  padding: 0;
  background: #F4F6FB;
}
.m-content_main {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  min-height: 20vh;
  padding: 20px 0;
  background: #fff;
}
.m-content .u-content {
  max-width: 100%;
  width: 1200px;
  min-height: 550px;
  margin: 0 auto;
}
.m-pub-box {
  margin: auto;
  background: #fff;
  padding: 26px;
}
.m-pub-title {
  width: 100%;
  height: 32px;
}
.m-pub-title .u-pub-txt {
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: none;
}
.m-w100 {
  width: 100%;
  height: auto;
}
.m-line-title {
  margin: 16px 0;
  width: 100%;
  height: 36px;
  background: url(../images/line_bg.jpg) repeat-x;
}
.m-line-title .u-hd {
  display: inline-block;
  padding-right: 20px;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #1165cf;
  font-weight: bold;
  line-height: 36px;
  background: #fff;
}
.m-xw .u-news {
  width: 100%;
  height: 113px;
  overflow: hidden;
}
.m-xw .u-news .u-t {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  font-weight: bold;
  color: #1165cf;
}
.m-xw .u-news .u-m {
  position: relative;
  width: 100%;
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
  padding-top: 7px;
  text-indent: 2em;
  line-height: 1.5;
  font-size: 14px;
  color: #999;
}
.m-xw .u-hot-list {
  margin-top: 10px;
  width: 100%;
  height: -moz-calc(100% - 114px);
  height: calc(100% - 114px);
  overflow: hidden;
}
.b-more {
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #e4393c;
  font-size: 14px;
  z-index: 1;
  line-height: 16px;
  background: #fff;
}
.m-ssfw {
  width: 100%;
  height: 100px;
  background: #fff;
  padding-top: 16px;
  overflow: hidden;
}
.m-ssfw .u-ssfw {
  float: left;
  width: -moz-calc(100% / 5);
  width: calc(100% / 5);
  height: 100%;
  text-align: center;
}
.m-ssfw .u-ssfw:hover {
  opacity: 0.85;
}
.m-ssfw .u-ssfw .u-img {
  width: 100%;
  height: 40px;
}
.m-ssfw .u-ssfw .u-img .iconfont {
  font-size: 40px;
  color: #1165cf;
}
.m-ssfw .u-ssfw .u-txt {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
}
.m-sfgk {
  width: 100%;
  height: auto;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .m-sfgk .m-sfgk {
    padding: 0 10px !important;
  }
  .m-sfgk .u-sfgk {
    width: -moz-calc(100% / 2 - 16px) !important;
    width: calc(100% / 2 - 16px) !important;
    margin: 8px;
    margin-left: 8px !important;
  }
  .m-sfgk .u-sfgk:first-child {
    margin-left: 8px !important;
  }
}
.m-sfgk .u-sfgk {
  position: relative;
  float: left;
  width: -moz-calc(100% / 4 - 12px);
  width: calc(100% / 4 - 12px);
  margin-left: 15px;
  max-height: 90px;
  overflow: hidden;
}
.m-sfgk .u-sfgk:first-child {
  margin-left: 0;
}
.m-sfgk .u-sfgk:hover {
  opacity: 0.85;
}
.m-sfgk .u-sfgk img {
  width: 100%;
  height: 100%;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-icon-link {
  width: 100%;
  height: 54px;
}
@media screen and (max-width: 640px) {
  .m-icon-link .u-icon-link {
    width: -moz-calc(100% / 2 - 18px) !important;
    width: calc(100% / 2 - 18px) !important;
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 8px;
  }
  .m-icon-link .u-icon-link:first-child {
    margin-left: 8px !important;
  }
}
.m-icon-link .u-icon-link {
  float: left;
  width: -moz-calc(100% / 4 - 8px);
  width: calc(100% / 4 - 8px);
  margin-left: 10px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #1165cf;
  padding: 10px;
  line-height: 33px;
}
.m-icon-link .u-icon-link:first-child {
  margin-left: 0;
}
.m-icon-link .u-icon-link.active,
.m-icon-link .u-icon-link:hover {
  background: #1165cf;
}
.m-icon-link .u-icon-link.active .u-icon .iconfont,
.m-icon-link .u-icon-link:hover .u-icon .iconfont {
  color: #fff;
}
.m-icon-link .u-icon-link.active .u-txt,
.m-icon-link .u-icon-link:hover .u-txt {
  color: #fff;
}
.m-icon-link .u-icon-link .u-icon {
  float: left;
}
.m-icon-link .u-icon-link .u-icon .iconfont {
  color: #1165cf;
  font-size: 30px;
}
.m-icon-link .u-icon-link .u-txt {
  margin-left: 5px;
  float: left;
  color: #1165cf;
  font-size: 16px;
}
.m-zy {
  width: 100%;
  padding: 0 10px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .m-zy .u-zy-hd {
    margin-top: 15px;
  }
  .m-zy .u-zy-bd {
    margin-bottom: 10px;
  }
}
.m-zy .u-zy-hd {
  width: 100%;
  height: 22px;
  text-align: left;
  line-height: 22px;
  font-size: 20px;
  color: #1165cf;
  background: none;
}
.m-zy .u-zy-bd {
  width: 100%;
  margin-top: 20px;
  height: -moz-calc(100% - 42px);
  height: calc(100% - 42px);
  line-height: 1.6;
}
.m-fygk {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.m-fygk .u-hd {
  position: relative;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  background: #f2f9fd;
  line-height: 39px;
}
.m-fygk .u-hd span {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
}
.m-fygk .u-hd::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 39px;
  background-color: #2090d8;
  content: '';
}
.m-fygk .u-bd {
  width: 100%;
  height: auto;
  padding: 30px 30px 0 0;
  overflow: hidden;
}
.m-fygk .u-bd .u-left {
  float: left;
  width: 350px;
  height: 350px;
}
.m-fygk .u-bd .u-left img {
  width: 100%;
  height: 100%;
}
.m-fygk .u-bd .u-right {
  float: right;
  width: -moz-calc(100% - 350px - 30px);
  width: calc(100% - 350px - 30px);
  height: 341px;
  margin-left: 30px;
}
.m-fygk .u-bd .u-right .u-title {
  position: relative;
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
  padding-left: 20px;
}
.m-fygk .u-bd .u-right .u-title::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 13px;
  background-color: #2090d8;
  content: '';
}
.m-fygk .u-bd .u-right .u-main {
  position: relative;
  width: 100%;
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  line-height: 29px;
  font-size: 14px;
  text-indent: 2em;
  overflow: hidden;
}
.m-fygk-list {
  margin-top: 30px;
  width: 100%;
  height: 200px;
}
.m-fygk-list .u-title {
  position: relative;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  background: #f2f9fd;
  line-height: 39px;
}
.m-fygk-list .u-title span {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
}
.m-fygk-list .u-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 39px;
  background-color: #2090d8;
  content: '';
}
.m-fygk-list .u-title .u-more {
  float: right;
  padding-right: 15px;
  font-family: SimSun;
  font-size: 12px;
  color: #8c8c8c;
}
.m-fygk-list .u-main {
  width: 100%;
  height: -moz-calc(100% - 39px);
  height: calc(100% - 39px);
  overflow: hidden;
}
.m-fygk-list .u-main.u-list-box {
  padding: 15px 0;
}
.m-fygk-list .u-main .u-list-left {
  float: left;
  width: 172px;
  height: 160px;
}
.m-fygk-list .u-main .u-list-left img {
  width: 100%;
  height: 100%;
}
.m-fygk-list .u-main .u-list-right {
  float: right;
  width: -moz-calc(100% - 172px - 25px);
  width: calc(100% - 172px - 25px);
  margin-left: 25px;
}
.m-list-fg_item {
  position: relative;
  min-height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #b2b2b2;
}
.m-list-fg_main,
.m-list-fg_style,
.m-list-fg_data {
  position: absolute;
  display: inline-block;
  line-height: 52px;
}
.m-list-fg_main {
  position: relative;
  width: auto;
  padding: 0 86px 0 0;
  text-align: left;
  font-size: 14px;
}
.m-list-fg_style {
  width: 20px;
  height: 52px;
}
.m-list-fg_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 2px;
  height: 2px;
  background-color: #555;
}
.m-list-fg_data {
  top: 0;
  right: 0;
  height: 52px;
  text-align: right;
  font-size: 14px;
  color: #aaa;
}
.m-list-fg_icon {
  height: 52px;
  margin: 0 4px;
}
.m-list-fg_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-map {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: solid 1px #ecf3fc;
}
.m-map .u-map {
  float: left;
  width: 60%;
  height: 100%;
}
.m-map .u-map-txt {
  float: left;
  width: 39%;
  padding: 100px 20px;
}
.m-map .u-map-txt .u-hd {
  width: 100%;
  height: 35px;
}
.m-map .u-map-txt .u-hd span {
  float: left;
  font-size: 16px;
  margin: 0 5px;
  color: #000;
  font-weight: bold;
}
.m-map .u-map-txt .u-bd {
  width: 100%;
  color: #333;
  font-size: 16px;
  padding-left: 35px;
}
.m-list-judge {
  float: left;
  width: -moz-calc(100% / 5 - 20px);
  width: calc(100% / 5 - 20px);
  margin: 20px 10px 0;
}
.m-list-judge .u-list-img {
  position: relative;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;
}
.m-list-judge .u-list-img img {
  width: 100%;
  height: 100%;
}
.m-list-judge .u-list-img:hover .u-video-btn {
  opacity: 0.8;
}
.m-list-judge .u-list-name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 0 5px;
}
.m-ysg {
  margin-top: 26px;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 30px 30px;
  background-color: #f8fbff;
}
.m-ysg:first-child {
  margin-top: 10px;
}
.m-ysg .u-hd {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #1ea9de;
  border-bottom: 1px solid #ddd;
}
.m-ysg .u-bd {
  position: relative;
  width: 100%;
  height: -moz-calc(100% - 50px - 35px);
  height: calc(100% - 50px - 35px);
  margin-top: 35px;
  overflow: hidden;
}
.m-ysg .u-bd .u-left {
  float: left;
  width: 196px;
  height: 225px;
}
.m-ysg .u-bd .u-right {
  float: left;
  width: -moz-calc(100% - 196px - 20px);
  width: calc(100% - 196px - 20px);
  margin-left: 20px;
  line-height: 1.6;
  font-size: 14px;
}
.m-caseSearch {
  width: 100%;
  height: 380px;
  background: url(../images/ajcx_bg.jpg) no-repeat;
}
@media screen and (max-width: 640px) {
  .m-caseSearch .main {
    padding: 20px 0 !important;
  }
  .m-caseSearch .main .u-hd {
    zoom: 85%;
  }
  .m-caseSearch .main .u-bd {
    padding: 10px 20px !important;
    width: 88% !important;
  }
  .m-caseSearch .main .m-xf-search .layui-form {
    margin: 0 !important;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-form-label {
    font-size: 16px;
    min-width: 80px;
    width: auto;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline {
    margin-top: 10px !important;
    margin-bottom: 0;
    line-height: 40px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah {
    line-height: 40px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah span {
    font-size: 16px;
    line-height: 40px;
    padding: 0 5px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-label {
    min-width: 80px;
    line-height: 40px;
    width: auto;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-block {
    margin-left: 80px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-inline {
    display: block;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select {
    width: 96px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: 10px 0;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short {
    width: 90px;
    height: 40px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short.m-mint {
    width: 96px !important;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-input-inline {
    margin: 0 0 10px 80px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-input-inline .layui-input {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
  }
}
.m-caseSearch .main {
  max-width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  background: url(../images/ajcx_pic.png) center top no-repeat;
}
.m-caseSearch .main .u-hd {
  width: 100%;
  height: 50px;
  text-align: center;
}
.m-caseSearch .main .u-hd img {
  height: 100%;
}
.m-caseSearch .main .u-bd {
  margin-top: 30px;
  padding: 20px 180px;
  color: #fff;
  font-size: 20px;
  width: 80%;
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  background-color: rgba(91, 174, 239, 0.26);
  -webkit-box-shadow: 0 0 48px 12px rgba(17, 64, 152, 0.4);
          box-shadow: 0 0 48px 12px rgba(17, 64, 152, 0.4);
  border-radius: 16px;
  border: solid 2px rgba(124, 232, 255, 0.3);
}
.m-caseMain {
  width: 100%;
  min-height: 500px;
  background: #fff;
}
.m-caseMain .main {
  width: 1200px;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.m-ssfw-top {
  width: 100%;
  padding: 22px;
  background: #f2f9fd;
  overflow: hidden;
}
.m-ssfw-top .u-ssfw-top {
  float: left;
  width: -moz-calc(100% / 6 - 20px);
  width: calc(100% / 6 - 20px);
  margin-left: 20px;
  height: 120px;
  border: 1px solid #d3e7fb;
  background: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(190, 224, 243, 0.5);
          box-shadow: 0 6px 10px 0 rgba(190, 224, 243, 0.5);
}
.m-ssfw-top .u-ssfw-top:first-child {
  margin-left: 0;
}
.m-ssfw-top .u-ssfw-top .u-img {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont {
  font-size: 50px;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c1 {
  color: #48aeff;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c2 {
  color: #ffb934;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c3 {
  color: #2cc39a;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c4 {
  color: #ff5e06;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c5 {
  color: #2eb5b5;
}
.m-ssfw-top .u-ssfw-top .u-txt {
  margin-top: 15px;
  width: 100%;
  line-height: 20px;
  text-align: center;
  color: #555;
  font-size: 16px;
}
.m-ssfw-bottom {
  margin-top: 20px;
}
.m-ty-box {
  width: 48% !important;
  margin: 10px;
  padding: 20px;
  border: 1px solid #d3e7fb;
}
.m-ty-img {
  float: left;
  width: 160px;
  height: 218px;
  -webkit-box-shadow: 10px 6px 18px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 10px 6px 18px 0 rgba(0, 0, 0, 0.3);
}
.m-ty-img img {
  width: 100%;
  height: 100%;
}
.m-ty-main {
  width: -moz-calc(100% - 160px - 20px);
  width: calc(100% - 160px - 20px);
  float: right;
  height: 218px;
  overflow: hidden;
}
.m-ty-main .u-hd {
  position: relative;
  width: 100%;
  height: 20px;
}
.m-ty-main .u-hd span {
  padding-left: 6px;
  border-left: 4px solid #1e9fff;
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: SourceHanSansCN-Medium;
  color: #000;
}
.m-ty-main .u-hd .u-ty-more {
  position: absolute;
  top: 3px;
  font-family: '宋体';
  right: 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.m-ty-main .u-bd {
  padding-top: 3px;
}
.m-imgScroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-imgScroll_ul {
  position: absolute;
  width: 1150px;
  height: 100%;
}
.m-imgScroll_ul--item {
  display: block;
  float: left;
  width: 180px;
  height: 100%;
  margin-left: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.m-imgScroll_ul--item .img {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.m-imgScroll_ul--item .img img {
  width: 100%;
  height: 100%;
}
.m-imgScroll_ul--item .title {
  width: 100%;
  height: 53px;
  padding: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  line-height: 23px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-carousel {
  height: 320px;
}
@media screen and (max-width: 640px) {
  .m-carousel {
    height: 270px !important;
  }
}
.m-carousel_imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-carousel_imgbox img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.m-carousel_imgbox .title {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  z-index: 2;
}
.m-carousel_imgbox .title a {
  color: #fff;
}
.m-carousel .layui-carousel-ind {
  z-index: 9;
  position: absolute;
  width: auto;
  margin: 5px;
  top: auto;
  bottom: 0;
  right: 0;
}
.m-carousel .layui-carousel-ind li {
  border-radius: 0;
}
.m-carousel .layui-carousel-ind li.layui-this {
  background-color: #ffa800;
}
.m-second-banner {
  width: 100%;
  height: 100px;
  padding-top: 30px;
  background: url(../images/title_bg_1.jpg) no-repeat;
}
.m-second-banner .main {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.m-second-banner .main .u-title {
  height: 70px;
  line-height: 70px;
  text-align: left;
  font-size: 26px;
  color: #fff;
  padding-left: 40px;
}
.m-mt-26 {
  margin-top: 10px;
}
.m-mt-48 {
  margin-top: 48px;
}
.m-tabitem {
  position: relative;
  overflow: hidden;
}
.m-item-box {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  background: #f8fbff url(../images/t_bg.jpg) repeat-x;
  overflow: hidden;
}
.u-p-img {
  padding: 0;
  margin: 20px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.u-p-img img {
  width: 100%;
  height: 100%;
}
.pub-img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pub-img img {
  width: 100%;
  height: 100%;
}
.layui-col-xs6 {
  width: 49.2%;
}
.m-itemPadding {
  padding: 10px;
}
.m-w-6 {
  position: relative;
  float: right;
  width: 47.5%;
}
.m-w-6::before {
  position: absolute;
  left: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #dfe6ed;
}
.m-w-6:first-child {
  float: left;
}
.m-w-6:first-child::before {
  content: none;
}
.fr {
  float: right;
}
.layui-tab {
  margin: 0;
}
.m-tabBox_hd {
  height: 40px;
}
.m-tabBox_hd .layui-tab-title {
  float: left;
  width: 100%;
  height: 40px;
  background: none;
  border: none;
}
.m-tabBox_hd .layui-tab-title li {
  margin-left: 20px;
  text-align: center;
  padding: 0;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  border-bottom: 4px solid transparent;
  background: none;
}
.m-tabBox_hd .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox_hd .layui-tab-title .layui-this {
  position: relative;
  color: #333;
  line-height: 40px;
  border-bottom: 4px solid #1165cf;
  border-radius: 0;
}
.m-tabBox_hd .layui-tab-title .layui-this::after {
  border: none;
  height: 20px;
}
.m-tabBox_hd--name {
  position: relative;
  float: left;
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  border-left: 4px solid #0068b7;
  padding: 0 5px;
  line-height: 22px;
}
.m-tabBox_hd--name span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
  z-index: 10;
}
.m-tabBox_more {
  position: absolute;
  right: 0;
  line-height: 54px;
  font-size: 12px;
  color: #999;
  font-family: '宋体';
  cursor: pointer;
}
.m-tabBox_more.u-more {
  line-height: 40px;
}
.m-tabBox .layui-tab-brief .layui-tab-title {
  margin-top: 10px;
  height: 32px;
  border: none;
}
.m-tabBox .layui-tab-brief .layui-tab-title li {
  float: left;
  border: none;
  height: 32px;
  font-size: 16px;
  color: #262626;
  line-height: 32px;
  background: #f1f1f1;
  margin-left: 10px;
}
.m-tabBox .layui-tab-brief .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this {
  line-height: 32px;
  color: #fff;
  background: #3461de;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this::after {
  border: none;
}
.m-tabBox.layui-tab-new {
  height: 55px;
}
.m-tabBox.layui-tab-new > .layui-tab-title {
  height: 55px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  background: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: MicrosoftYaHei;
  line-height: 54px;
  color: #333;
  background: none;
  padding: 0 15px;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li:first-child {
  margin-left: 0;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this {
  position: relative;
  color: #fff;
  background: #1165cf;
  line-height: 54px;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this::after {
  border: none;
  height: 22px;
  border-radius: 0;
}
.m-footer {
  padding: 20px 0;
  font: 14px/24px '微软雅黑';
  text-align: center;
  color: #fff;
  background: #1165cf;
}
.m-footer .zfimg {
  margin-top: 5px;
  height: 45px;
}
.s-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-dl {
  width: 100%;
  height: auto;
  padding: 0;
}
.m-dl .m-dt {
  position: relative;
  color: #fff;
  padding: 0 10px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  margin-top: 10px;
  font-size: 20px;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
}
.m-dl .m-dt.u-hd {
  font-size: 26px;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
  border: none;
}
.m-dl .m-dt:first-child {
  margin-top: 0;
}
.m-dl .m-dt a {
  color: #fff;
}
.m-dl .m-dt.m-active,
.m-dl .m-dt:hover {
  border-radius: 0;
}
.m-dl .m-dt.m-active a,
.m-dl .m-dt:hover a {
  color: #fff;
}
.m-dl .m-dt-icon {
  position: absolute;
  right: 10px;
  top: 19px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/off_w.png') no-repeat;
  cursor: pointer;
}
.m-dl #open .m-dt-icon {
  background: url('../images/open_w.png') no-repeat;
}
.m-dl .m-dd {
  background: #f4faff;
  padding: 10px 20px 20px;
  display: none;
}
.m-dl .m-dd .u-dd-list {
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #d3e7fb;
  background: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.m-dl .m-dd .u-dd-list a {
  color: #333;
}
.m-dl .m-dd .u-dd-list.u-active,
.m-dl .m-dd .u-dd-list:hover {
  background: #f4faff;
}
.m-dl .m-dd .u-dd-list.u-active a,
.m-dl .m-dd .u-dd-list:hover a {
  color: #1165cf;
}
.m-third {
  width: 100%;
  padding: 20px 0;
}
.m-third .u-third {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  padding-left: 15px;
}
.m-third .u-third::before {
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #0670fc;
  content: '';
}
.m-list-nav {
  padding-left: 0;
  background: #f4faff;
  min-height: unset;
}
.m-list-nav .m-listmenu {
  width: auto;
}
.m-list-nav .m-listmenu .layui-nav-tree {
  display: block;
  width: 100%;
}
.m-list-nav .m-listmenu .layui-nav-tree .layui-nav-item {
  padding: 0;
  min-height: 76px;
  font-family: SourceHanSansCN-Medium;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
.m-list-nav .m-listmenu .layui-nav-tree .layui-nav-child {
  padding: 0 20px;
  background: #f4faff !important;
  border-radius: 0;
}
.m-list-nav .m-listmenu .layui-nav-tree .layui-nav-child dd {
  font-size: 18px;
  color: #333;
  padding: 0 10px;
  height: 54px;
  line-height: 54px;
  border: solid 1px #d3e7fb;
  background: #fff;
  margin-top: 10px;
}
.m-list-nav .layui-nav {
  width: auto;
  background: #fff;
}
.m-list-nav .layui-nav .layui-nav-bar {
  background-color: #0b9ed8;
}
.m-list-nav_header {
  padding: 20px 10px;
  min-height: 76px;
  font-family: SourceHanSansCN-Medium;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
}
.m-list-nav_header > * {
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
}
.m-list-content {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 640px) {
  .m-list-content {
    padding: 0;
  }
}
.m-list-content .u-list-content {
  width: 100%;
  background: #fff;
  min-height: 550px;
  padding: 0;
}
.m-list-1 .m-list_label {
  margin-bottom: 10px;
}
.m-list-1 .m-list_style {
  height: 36px;
}
.m-list-1 .m-list_style::after {
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #2f2f2f;
  border-radius: 0;
}
.m-breadcrumb {
  background: none;
  height: 42px;
  line-height: 42px;
  padding: 0;
  text-align: right;
}
.m-breadcrumb .layui-breadcrumb a {
  color: #999 !important;
}
.m-breadcrumb .layui-breadcrumb a:hover {
  color: #f39229 !important;
}
.m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 4px solid #e0f4fc;
}
.m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-list_item {
  position: relative;
  min-height: 40px;
  line-height: 40px;
}
.m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-list_item--nodate .m-list_data {
  display: none;
}
.m-list_main,
.m-list_style,
.m-list_data {
  position: absolute;
  line-height: 40px;
}
.m-list_main {
  position: relative;
  width: auto;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list_style {
  width: 20px;
  height: 40px;
}
.m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #3561de;
}
.m-list_data {
  top: 0;
  right: 0;
  height: 40px;
  text-align: right;
  font-size: 14px;
  color: #999;
}
.m-list_icon {
  height: 40px;
  margin: 0 4px;
}
.m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_label1 {
  position: relative;
  padding: 0 20px;
  color: #1165cf;
  width: auto;
  line-height: 42px;
  height: 42px;
  background: #f4faff;
  border-top: 2px solid #1165cf;
  overflow: hidden;
}
.m-list-2 .m-list_label1 .u-title {
  float: left;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #1165cf;
  text-align: left;
}
.m-list-2 .m-list_item {
  position: relative;
  line-height: 60px;
  min-height: 60px;
  border-bottom: 1px dashed #d6d6d6;
}
.m-list-2 .m-list_item .u-data {
  float: left;
  width: 88px;
  text-align: center;
  color: #999;
}
.m-list-2 .m-list_item .u-data .b-r {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  font-family: SourceHanSansCN-Bold;
  font-size: 30px;
}
.m-list-2 .m-list_item .u-data .b-ny {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
}
.m-list-2 .m-list_item .u-main {
  float: left;
  margin-left: 36px;
  width: -moz-calc(100% - 88px - 36px);
  width: calc(100% - 88px - 36px);
  height: 100%;
}
.m-list-2 .m-list_item .u-main .b-title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon {
  height: 32px;
  margin: 0 4px;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_item .u-main .b-main {
  width: 100%;
  line-height: 23px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-list-2 .m-list_main,
.m-list-2 .m-list_style1,
.m-list-2 .m-list_data {
  position: absolute;
  line-height: 60px;
}
.m-list-2 .m-list_main {
  position: relative;
  width: 90%;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list-2 .m-list_style1 {
  width: 20px;
  height: 60px;
}
.m-list-2 .m-list_style1:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #3561de;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fc980e !important;
}
.m-list-video {
  float: left;
  width: -moz-calc(100% / 4 - 15px);
  width: calc(100% / 4 - 15px);
  margin: 7px;
}
.m-list-video .u-list-video {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.m-list-video .u-list-video img {
  width: 100%;
  height: 100%;
}
.m-list-video .u-list-video .u-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.m-list-video .u-list-video:hover .u-video-btn {
  opacity: 0.8;
}
.m-list-video .u-list-name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: left;
  color: #333;
  font-size: 16px;
  padding: 0 5px;
  background: #eee;
}
.m-list-newry {
  width: 100%;
  margin-top: 20px;
  height: 220px;
  padding: 20px 30px;
  border: 1px solid #deeffe;
  overflow: hidden;
}
.m-list-newry:first-child {
  margin-top: 0;
}
.m-list-newry .u-list-img {
  float: left;
  width: 136px;
  height: 178px;
}
.m-list-newry .u-list-img img {
  width: 100%;
  height: 100%;
}
.m-list-newry .u-list-name {
  position: relative;
  float: left;
  width: -moz-calc(100% - 136px - 36px);
  width: calc(100% - 136px - 36px);
  height: 100%;
  margin-left: 36px;
}
.m-list-newry .u-list-name .u-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.m-list-newry .u-list-name .u-box .u-name {
  width: 100%;
  height: 24px;
  color: #242424;
  font-size: 16px;
  font-family: '宋体';
  font-weight: bold;
}
.m-list-newry .u-list-name .u-box .u-txt {
  width: 100%;
  margin-top: 15px;
  color: #555;
  font-size: 15px;
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
}
.m-listcontent {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .m-listcontent .m-listcontent {
    padding: 0;
  }
  .m-listcontent .m-listcontent_title {
    margin: 16px auto;
    font-size: 22px;
  }
  .m-listcontent .m-listcontent_explain {
    padding: 0 6px;
    height: auto;
    line-height: 1.5;
    text-align: left;
  }
}
.m-listcontent_title {
  margin: 48px 0 40px;
  font-size: 32px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.m-listcontent_explain {
  margin-bottom: 20px;
  padding: 0 26px;
  height: 35px;
  line-height: 35px;
  color: #626262;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}
.m-listcontent .j-wordSize {
  width: 240px;
  float: left;
}
.m-listcontent .j-wordSize span {
  line-height: 2.2;
  padding: 0 10px;
}
.m-listcontent .j-wordSize > a {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  position: absolute;
  overflow: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  cursor: pointer;
}
.m-listcontent .j-wordSize > a.j-wordSize_smaller {
  margin: 8px 30px;
  background: url(../images/icon_smaller.png) center no-repeat;
}
.m-listcontent .j-wordSize > a.j-wordSize_bigger {
  margin-top: 8px;
  background: url(../images/icon_bigger.png) center no-repeat;
}
.m-listcontent .print-bg {
  float: left;
  padding-left: 24px;
  line-height: 2;
  background: url(../images/print.png) left no-repeat;
}
.m-listcontent_main {
  padding: 20px 10px;
  min-height: 200px;
  line-height: 1.8;
}
.m-listcontent img {
  max-width: 100%;
}
.quickturn {
  width: auto;
  margin: 20px auto;
  padding: 10px 0;
  border-top: 1px solid #dedede;
}
.quickturn li {
  display: table;
  width: 100%;
  height: 20px;
  margin: 5px auto;
  table-layout: fixed;
}
.quickturn li .head {
  display: table-cell;
  width: 50px;
  font: 12px/20px '宋体';
  color: #fff;
  background: #9a9a9a;
  text-align: center;
}
.quickturn li .body {
  display: table-cell;
  padding: 0 5px;
  font: 12px/20px '宋体';
  color: #474747;
  text-align: left;
}
.m-search_list {
  padding: 0 14px;
  min-height: 140px;
}
.m-search_list .m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 22px;
  line-height: 84px;
  border-bottom: 4px solid #e0f4fc;
}
.m-search_list .m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-search_list .m-list_item {
  position: relative;
  min-height: 70px;
  line-height: 70px;
  border-bottom: dashed 1px #d2d2d2;
}
.m-search_list .m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-search_list .m-list_item--nodate .m-list_data {
  display: none;
}
.m-search_list .m-list_main,
.m-search_list .m-list_style,
.m-search_list .m-list_data {
  position: absolute;
  display: inline-block;
  line-height: 70px;
  font-size: 18px;
}
.m-search_list .m-list_main {
  width: 100%;
  padding: 0 60px 0 20px;
  text-align: left;
}
.m-search_list .m-list_style {
  width: 20px;
  height: 70px;
}
.m-search_list .m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px auto 0 -5px;
  width: 10px;
  height: 10px;
  background-color: #e0f4fc;
  border-radius: 50%;
}
.m-search_list .m-list_data {
  top: 0;
  right: 0;
  height: 70px;
  text-align: right;
  font-size: 90%;
  color: #aaa;
}
.m-search_list .m-list_icon {
  height: 70px;
  margin: 0 4px;
}
.m-search_list .m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-xs {
  width: 60%;
  float: left;
  padding: 20px 0;
}
.m-xs .layui-form .layui-form-item .layui-form-label {
  width: 160px;
}
.m-xs .layui-form .layui-form-item .layui-input-block {
  margin-left: 160px;
}
.m-red {
  color: red;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline {
  margin-right: 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah {
  line-height: 44px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select {
  width: 150px;
  margin: 0 5px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select dl {
  color: #333;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select dl dd:hover {
  background: #1e9fff;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short {
  padding: 0 5px;
  margin: 0 5px;
  width: 90px;
  height: 48px;
  color: #fff;
  background-color: rgba(0, 110, 223, 0.3);
  border-radius: 8px;
  border: solid 2px rgba(115, 204, 255, 0.67);
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short.m-mint {
  width: 100px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-btn {
  width: 86px;
  padding: 0 10px;
  height: 48px;
  font-size: 20px;
  color: #004a7d;
  border-radius: 8px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-btn.layui-btn-normal {
  background-image: -moz-linear-gradient(120deg, #64efe7 0%, #d3fff1 100%);
  background-image: linear-gradient(-30deg, #64efe7 0%, #d3fff1 100%);
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-btn.layui-btn-primary {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b8e2ff), to(#ffffff));
  background-image: -moz-linear-gradient(bottom, #b8e2ff 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #b8e2ff 0%, #ffffff 100%);
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input {
  color: #fff;
  height: 48px;
  background-color: rgba(0, 110, 223, 0.3);
  border-radius: 8px;
  border: solid 2px rgba(115, 204, 255, 0.67);
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input::-webkit-input-placeholder {
  color: #fff;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input::-moz-placeholder {
  color: #fff;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input:-ms-input-placeholder {
  color: #fff;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input:-moz-placeholder {
  color: #fff;
}
.layui-btn-primary:hover {
  border-color: #1e9fff;
}
.m-xs-detail {
  margin-top: 10px;
}
.m-xs-detail .layui-table {
  margin-top: 20px;
}
.m-xs-detail .layui-table thead tr {
  height: 36px;
}
.m-xs-detail .layui-table th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.m-xs-detail .layui-table tbody tr td:nth-child(odd) {
  color: #000;
}
.m-xs-detail .layui-table td {
  color: #262626;
}
.layui-form-selected dl dd.layui-this {
  background-color: #1e9fff;
  color: #fff;
}
.m-yzm {
  padding: 30px;
}
.m-yzm .layui-form .layui-form-item .layui-form-label {
  width: 90px;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline {
  margin-right: 0;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline input,
.m-yzm .layui-form .layui-form-item .layui-input-inline .form-control {
  padding: 0 5px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.m-yzm .layui-form .layui-form-item .layui-form-mid {
  padding: 0 !important;
  line-height: 38px;
  cursor: pointer;
}
.m-yzm .layui-form .layui-form-item .m-djs {
  float: left;
  margin-left: 10px;
  display: inline-block;
  height: 38px;
  line-height: 76px;
  color: #9a9a9a;
}
.xgplayer-skin-default video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .layui-layer {
    width: 80% !important;
  }
  .m-xs {
    width: 100% !important;
  }
}
#lxxz-box {
  display: none;
  position: relative;
  padding: 20px 20px 86px 20px;
  height: 100%;
}
.lxxz-txt {
  overflow-y: auto;
  height: -moz-calc(100% - 23px);
  height: calc(100% - 23px);
}
.lxxz-txt p {
  line-height: 1.8;
}
.u-btn-box {
  position: absolute;
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100px;
  bottom: 0;
  background: #fff;
  padding: 15px 0 0 0;
  text-align: center;
}
.u-btn-box .u-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 40%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: none;
  color: #fff;
  background: #0978c4;
  cursor: pointer;
}
.u-btn-box .u-btn:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-customer_list_line1:before {
  content: "\e7d1";
}
.icon-customer_class_line:before {
  content: "\e799";
}
.icon-customer_qudaoliebiao_line:before {
  content: "\e92f";
}
.icon-invoice_xinyongdengjichaxun_line:before {
  content: "\e930";
}
.icon-invoice_receipts_line:before {
  content: "\e931";
}
.icon-xinfang:before {
  content: "\e7f4";
}
.icon-qitashixiangyongzhangshenqingshenpi:before {
  content: "\e65b";
}
.icon-xietong:before {
  content: "\e782";
}
.icon-xinfengxinjian:before {
  content: "\e7f5";
}
.icon-check:before {
  content: "\e7f6";
}
.icon-yewuzhinan:before {
  content: "\e7f7";
}
.icon-wangshangban:before {
  content: "\e7f8";
}

@charset "utf-8";
/*reset样式*/
* {
  padding: 0;
  margin: 0;
  outline: none;
}
/*滚动条美化样式*/
::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
}
em {
  font-style: normal;
}
html,
body {
  min-width: 1200px;
  width: auto;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}
body {
  background: #f1f1f1;
}
li {
  list-style: none;
}
a {
  color: #2f2f2f;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #f09505;
}
a[href],
a[onclick] {
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
div {
  margin: 0 auto;
}
.g-h100 {
  height: 100%;
}
#app {
  min-height: 100%;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  min-width: unset;
  background: #1165cf;
}
@media screen and (max-width: 640px) {
  html,
  body {
    min-width: unset;
  }
}
.g-layout {
  min-height: 100%;
}
.ws-menu-show .ws-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 170px;
  bottom: 0;
  width: 240px;
  min-height: 0;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  z-index: 777;
}
.ws-menu-show .ws-menu .layui-menu li {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 640px) {
  .ws-menu-show .ws-menu-show .ws-menu {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1003;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#_ideConac img {
  width: 58px;
}
.g-container {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .g-container {
    width: 100%;
  }
}
.g-container .g-nav,
.g-container .g-main,
.g-container .g-footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.g-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 440px;
  background: url(../images/head_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .g-header {
    height: auto;
  }
}
.g-header .main {
  width: 1200px;
  height: 100%;
  background: none;
}
@media screen and (max-width: 640px) {
  .g-header .main {
    width: 100%;
  }
}
.m-header {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .m-header {
    padding: 20px 0;
    text-align: center;
  }
}
.m-header .j-logo {
  display: block;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .m-header .j-logo {
    display: inline-block;
    height: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .m-header .j-logo img {
    max-width: 90%;
    max-height: 90%;
  }
}
.m-header .m-search {
  margin-top: 35px;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .m-header .m-search {
    margin-top: 10px;
    padding: 10px;
  }
  .m-header .m-search .layui-form {
    margin-top: 0 !important;
  }
  .m-header .m-search .layui-form .layui-form-item {
    width: 78%;
  }
  .m-header .m-search .layui-form .layui-form-item .layui-input-inline {
    float: left;
  }
}
.layui-nav .layui-this:after {
  width: auto;
}
@media screen and (max-width: 640px) {
  .m-navBar {
    display: none;
  }
  .m-list-content {
    padding: 0 !important;
  }
}
.m-navBar {
  height: 55px;
  background: #1165cf;
}
.m-navBar_main {
  width: 1200px;
}
.m-navBar .layui-nav {
  background: transparent;
  font-family: SourceHanSansCN-Regular;
  height: 100%;
  padding: 0 10px;
}
.m-navBar .layui-nav .layui-nav-more {
  display: none;
}
.m-navBar .layui-nav .layui-nav-item {
  position: relative;
  line-height: 55px;
  text-align: center;
  z-index: 10;
}
.m-navBar .layui-nav .layui-nav-item:hover a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-item > a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0 4px;
  color: #fff;
  z-index: 2;
}
.m-navBar .layui-nav.active,
.m-navBar .layui-nav .layui-this {
  height: 55px;
  background-color: #0386ec;
}
.m-navBar .layui-nav.active:after,
.m-navBar .layui-nav .layui-this:after {
  height: 55px;
  background: none;
}
.m-navBar .layui-nav.active a,
.m-navBar .layui-nav .layui-this a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-bar {
  height: 100%;
  z-index: 9;
  background-color: #0386ec;
}
.m-navBar .layui-nav .layui-nav-child {
  top: 55px;
  background-color: #0386ec;
  border: none;
}
.m-navBar .layui-nav .layui-nav-child a {
  color: #fff;
}
.m-navBar .layui-nav .layui-nav-child a:hover {
  background: #1598fc;
}
.m-navBar .layui-nav .layui-nav-child dd.layui-this a {
  background-color: #0386ec;
}
.ws-header-menu {
  display: none;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 640px) {
  .ws-header-menu {
    display: block;
  }
  .ws-header-menu .layui-nav {
    right: -100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.ws-header-menu .layui-nav {
  height: auto;
  top: 0;
  right: -100%;
  border-radius: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 1003;
}
.ws-header-menu .layui-nav.show {
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ws-header-menu .layui-nav .layui-nav-item {
  position: relative;
  display: inline;
  margin-top: 0;
  list-style: none;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
}
.ws-header-menu .layui-nav .layui-nav-item.layui-this a {
  background: rgba(255, 255, 255, 0.3);
}
.ws-header-menu .layui-icon {
  position: absolute;
  top: -37px;
  right: 10px;
  color: #fff;
  padding: 10px;
  background: #1165cf;
}
.m-box-1 {
  margin-top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F4F6FB;
}
.m-box-1 .u-box {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  width: 1200px;
}
.m-pub-box {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px;
}
.m-white {
  background: #fff;
  padding: 16px;
  border-radius: 0;
  overflow: hidden;
  margin: auto;
}
.m-content {
  position: relative;
  margin: 0;
  padding: 0;
  background: #F4F6FB;
}
.m-content_main {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  min-height: 20vh;
  padding: 20px 0;
  background: #fff;
}
.m-content .u-content {
  max-width: 100%;
  width: 1200px;
  min-height: 550px;
  margin: 0 auto;
}
.m-pub-box {
  margin: auto;
  background: #fff;
  padding: 26px;
}
.m-pub-title {
  width: 100%;
  height: 32px;
}
.m-pub-title .u-pub-txt {
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: none;
}
.m-w100 {
  width: 100%;
  height: auto;
}
.m-line-title {
  margin: 16px 0;
  width: 100%;
  height: 36px;
  background: url(../images/line_bg.jpg) repeat-x;
}
.m-line-title .u-hd {
  display: inline-block;
  padding-right: 20px;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #1165cf;
  font-weight: bold;
  line-height: 36px;
  background: #fff;
}
.m-xw .u-news {
  width: 100%;
  height: 113px;
  overflow: hidden;
}
.m-xw .u-news .u-t {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  font-weight: bold;
  color: #1165cf;
}
.m-xw .u-news .u-m {
  position: relative;
  width: 100%;
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
  padding-top: 7px;
  text-indent: 2em;
  line-height: 1.5;
  font-size: 14px;
  color: #999;
}
.m-xw .u-hot-list {
  margin-top: 10px;
  width: 100%;
  height: -moz-calc(100% - 114px);
  height: calc(100% - 114px);
  overflow: hidden;
}
.b-more {
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #e4393c;
  font-size: 14px;
  z-index: 1;
  line-height: 16px;
  background: #fff;
}
.m-ssfw {
  width: 100%;
  height: 100px;
  background: #fff;
  padding-top: 16px;
  overflow: hidden;
}
.m-ssfw .u-ssfw {
  float: left;
  width: -moz-calc(100% / 5);
  width: calc(100% / 5);
  height: 100%;
  text-align: center;
}
.m-ssfw .u-ssfw:hover {
  opacity: 0.85;
}
.m-ssfw .u-ssfw .u-img {
  width: 100%;
  height: 40px;
}
.m-ssfw .u-ssfw .u-img .iconfont {
  font-size: 40px;
  color: #1165cf;
}
.m-ssfw .u-ssfw .u-txt {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
}
.m-sfgk {
  width: 100%;
  height: auto;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .m-sfgk .m-sfgk {
    padding: 0 10px !important;
  }
  .m-sfgk .u-sfgk {
    width: -moz-calc(100% / 2 - 16px) !important;
    width: calc(100% / 2 - 16px) !important;
    margin: 8px;
    margin-left: 8px !important;
  }
  .m-sfgk .u-sfgk:first-child {
    margin-left: 8px !important;
  }
}
.m-sfgk .u-sfgk {
  position: relative;
  float: left;
  width: -moz-calc(100% / 4 - 12px);
  width: calc(100% / 4 - 12px);
  margin-left: 15px;
  max-height: 90px;
  overflow: hidden;
}
.m-sfgk .u-sfgk:first-child {
  margin-left: 0;
}
.m-sfgk .u-sfgk:hover {
  opacity: 0.85;
}
.m-sfgk .u-sfgk img {
  width: 100%;
  height: 100%;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-icon-link {
  width: 100%;
  height: 54px;
}
@media screen and (max-width: 640px) {
  .m-icon-link .u-icon-link {
    width: -moz-calc(100% / 2 - 18px) !important;
    width: calc(100% / 2 - 18px) !important;
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 8px;
  }
  .m-icon-link .u-icon-link:first-child {
    margin-left: 8px !important;
  }
}
.m-icon-link .u-icon-link {
  float: left;
  width: -moz-calc(100% / 4 - 8px);
  width: calc(100% / 4 - 8px);
  margin-left: 10px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #1165cf;
  padding: 10px;
  line-height: 33px;
}
.m-icon-link .u-icon-link:first-child {
  margin-left: 0;
}
.m-icon-link .u-icon-link.active,
.m-icon-link .u-icon-link:hover {
  background: #1165cf;
}
.m-icon-link .u-icon-link.active .u-icon .iconfont,
.m-icon-link .u-icon-link:hover .u-icon .iconfont {
  color: #fff;
}
.m-icon-link .u-icon-link.active .u-txt,
.m-icon-link .u-icon-link:hover .u-txt {
  color: #fff;
}
.m-icon-link .u-icon-link .u-icon {
  float: left;
}
.m-icon-link .u-icon-link .u-icon .iconfont {
  color: #1165cf;
  font-size: 30px;
}
.m-icon-link .u-icon-link .u-txt {
  margin-left: 5px;
  float: left;
  color: #1165cf;
  font-size: 16px;
}
.m-zy {
  width: 100%;
  padding: 0 10px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .m-zy .u-zy-hd {
    margin-top: 15px;
  }
  .m-zy .u-zy-bd {
    margin-bottom: 10px;
  }
}
.m-zy .u-zy-hd {
  width: 100%;
  height: 22px;
  text-align: left;
  line-height: 22px;
  font-size: 20px;
  color: #1165cf;
  background: none;
}
.m-zy .u-zy-bd {
  width: 100%;
  margin-top: 20px;
  height: -moz-calc(100% - 42px);
  height: calc(100% - 42px);
  line-height: 1.6;
}
.m-fygk {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.m-fygk .u-hd {
  position: relative;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  background: #f2f9fd;
  line-height: 39px;
}
.m-fygk .u-hd span {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
}
.m-fygk .u-hd::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 39px;
  background-color: #2090d8;
  content: '';
}
.m-fygk .u-bd {
  width: 100%;
  height: auto;
  padding: 30px 30px 0 0;
  overflow: hidden;
}
.m-fygk .u-bd .u-left {
  float: left;
  width: 350px;
  height: 350px;
}
.m-fygk .u-bd .u-left img {
  width: 100%;
  height: 100%;
}
.m-fygk .u-bd .u-right {
  float: right;
  width: -moz-calc(100% - 350px - 30px);
  width: calc(100% - 350px - 30px);
  height: 341px;
  margin-left: 30px;
}
.m-fygk .u-bd .u-right .u-title {
  position: relative;
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
  padding-left: 20px;
}
.m-fygk .u-bd .u-right .u-title::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 13px;
  background-color: #2090d8;
  content: '';
}
.m-fygk .u-bd .u-right .u-main {
  position: relative;
  width: 100%;
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  line-height: 29px;
  font-size: 14px;
  text-indent: 2em;
  overflow: hidden;
}
.m-fygk-list {
  margin-top: 30px;
  width: 100%;
  height: 200px;
}
.m-fygk-list .u-title {
  position: relative;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  background: #f2f9fd;
  line-height: 39px;
}
.m-fygk-list .u-title span {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
}
.m-fygk-list .u-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 39px;
  background-color: #2090d8;
  content: '';
}
.m-fygk-list .u-title .u-more {
  float: right;
  padding-right: 15px;
  font-family: SimSun;
  font-size: 12px;
  color: #8c8c8c;
}
.m-fygk-list .u-main {
  width: 100%;
  height: -moz-calc(100% - 39px);
  height: calc(100% - 39px);
  overflow: hidden;
}
.m-fygk-list .u-main.u-list-box {
  padding: 15px 0;
}
.m-fygk-list .u-main .u-list-left {
  float: left;
  width: 172px;
  height: 160px;
}
.m-fygk-list .u-main .u-list-left img {
  width: 100%;
  height: 100%;
}
.m-fygk-list .u-main .u-list-right {
  float: right;
  width: -moz-calc(100% - 172px - 25px);
  width: calc(100% - 172px - 25px);
  margin-left: 25px;
}
.m-list-fg_item {
  position: relative;
  min-height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #b2b2b2;
}
.m-list-fg_main,
.m-list-fg_style,
.m-list-fg_data {
  position: absolute;
  display: inline-block;
  line-height: 52px;
}
.m-list-fg_main {
  position: relative;
  width: auto;
  padding: 0 86px 0 0;
  text-align: left;
  font-size: 14px;
}
.m-list-fg_style {
  width: 20px;
  height: 52px;
}
.m-list-fg_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 2px;
  height: 2px;
  background-color: #555;
}
.m-list-fg_data {
  top: 0;
  right: 0;
  height: 52px;
  text-align: right;
  font-size: 14px;
  color: #aaa;
}
.m-list-fg_icon {
  height: 52px;
  margin: 0 4px;
}
.m-list-fg_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-map {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: solid 1px #ecf3fc;
}
.m-map .u-map {
  float: left;
  width: 60%;
  height: 100%;
}
.m-map .u-map-txt {
  float: left;
  width: 39%;
  padding: 100px 20px;
}
.m-map .u-map-txt .u-hd {
  width: 100%;
  height: 35px;
}
.m-map .u-map-txt .u-hd span {
  float: left;
  font-size: 16px;
  margin: 0 5px;
  color: #000;
  font-weight: bold;
}
.m-map .u-map-txt .u-bd {
  width: 100%;
  color: #333;
  font-size: 16px;
  padding-left: 35px;
}
.m-list-judge {
  float: left;
  width: -moz-calc(100% / 5 - 20px);
  width: calc(100% / 5 - 20px);
  margin: 20px 10px 0;
}
.m-list-judge .u-list-img {
  position: relative;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;
}
.m-list-judge .u-list-img img {
  width: 100%;
  height: 100%;
}
.m-list-judge .u-list-img:hover .u-video-btn {
  opacity: 0.8;
}
.m-list-judge .u-list-name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 0 5px;
}
.m-ysg {
  margin-top: 26px;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 30px 30px;
  background-color: #f8fbff;
}
.m-ysg:first-child {
  margin-top: 10px;
}
.m-ysg .u-hd {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #1ea9de;
  border-bottom: 1px solid #ddd;
}
.m-ysg .u-bd {
  position: relative;
  width: 100%;
  height: -moz-calc(100% - 50px - 35px);
  height: calc(100% - 50px - 35px);
  margin-top: 35px;
  overflow: hidden;
}
.m-ysg .u-bd .u-left {
  float: left;
  width: 196px;
  height: 225px;
}
.m-ysg .u-bd .u-right {
  float: left;
  width: -moz-calc(100% - 196px - 20px);
  width: calc(100% - 196px - 20px);
  margin-left: 20px;
  line-height: 1.6;
  font-size: 14px;
}
.m-caseSearch {
  width: 100%;
  height: 380px;
  background: url(../images/ajcx_bg.jpg) no-repeat;
}
@media screen and (max-width: 640px) {
  .m-caseSearch .main {
    padding: 20px 0 !important;
  }
  .m-caseSearch .main .u-hd {
    zoom: 85%;
  }
  .m-caseSearch .main .u-bd {
    padding: 10px 20px !important;
    width: 88% !important;
  }
  .m-caseSearch .main .m-xf-search .layui-form {
    margin: 0 !important;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-form-label {
    font-size: 16px;
    min-width: 80px;
    width: auto;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline {
    margin-top: 10px !important;
    margin-bottom: 0;
    line-height: 40px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah {
    line-height: 40px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah span {
    font-size: 16px;
    line-height: 40px;
    padding: 0 5px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-label {
    min-width: 80px;
    line-height: 40px;
    width: auto;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-block {
    margin-left: 80px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-inline {
    display: block;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select {
    width: 96px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: 10px 0;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short {
    width: 90px;
    height: 40px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short.m-mint {
    width: 96px !important;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-input-inline {
    margin: 0 0 10px 80px;
  }
  .m-caseSearch .main .m-xf-search .layui-form .layui-form-item .layui-input-inline .layui-input {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
  }
}
.m-caseSearch .main {
  max-width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  background: url(../images/ajcx_pic.png) center top no-repeat;
}
.m-caseSearch .main .u-hd {
  width: 100%;
  height: 50px;
  text-align: center;
}
.m-caseSearch .main .u-hd img {
  height: 100%;
}
.m-caseSearch .main .u-bd {
  margin-top: 30px;
  padding: 20px 180px;
  color: #fff;
  font-size: 20px;
  width: 80%;
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  background-color: rgba(91, 174, 239, 0.26);
  -webkit-box-shadow: 0px 0px 48px 12px rgba(17, 64, 152, 0.4);
          box-shadow: 0px 0px 48px 12px rgba(17, 64, 152, 0.4);
  border-radius: 16px;
  border: solid 2px rgba(124, 232, 255, 0.3);
}
.m-caseMain {
  width: 100%;
  min-height: 500px;
  background: #fff;
}
.m-caseMain .main {
  width: 1200px;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.m-ssfw-top {
  width: 100%;
  padding: 22px;
  background: #f2f9fd;
  overflow: hidden;
}
.m-ssfw-top .u-ssfw-top {
  float: left;
  width: -moz-calc(100% / 6 - 20px);
  width: calc(100% / 6 - 20px);
  margin-left: 20px;
  height: 120px;
  border: 1px solid #d3e7fb;
  background: #fff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(190, 224, 243, 0.5);
          box-shadow: 0px 6px 10px 0px rgba(190, 224, 243, 0.5);
}
.m-ssfw-top .u-ssfw-top:first-child {
  margin-left: 0;
}
.m-ssfw-top .u-ssfw-top .u-img {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont {
  font-size: 50px;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c1 {
  color: #48aeff;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c2 {
  color: #ffb934;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c3 {
  color: #2cc39a;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c4 {
  color: #ff5e06;
}
.m-ssfw-top .u-ssfw-top .u-img .iconfont.c5 {
  color: #2eb5b5;
}
.m-ssfw-top .u-ssfw-top .u-txt {
  margin-top: 15px;
  width: 100%;
  line-height: 20px;
  text-align: center;
  color: #555;
  font-size: 16px;
}
.m-ssfw-bottom {
  margin-top: 20px;
}
.m-ty-box {
  width: 48% !important;
  margin: 10px;
  padding: 20px;
  border: 1px solid #d3e7fb;
}
.m-ty-img {
  float: left;
  width: 160px;
  height: 218px;
  -webkit-box-shadow: 10px 6px 18px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
.m-ty-img img {
  width: 100%;
  height: 100%;
}
.m-ty-main {
  width: -moz-calc(100% - 160px - 20px);
  width: calc(100% - 160px - 20px);
  float: right;
  height: 218px;
  overflow: hidden;
}
.m-ty-main .u-hd {
  position: relative;
  width: 100%;
  height: 20px;
}
.m-ty-main .u-hd span {
  padding-left: 6px;
  border-left: 4px solid #1e9fff;
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: SourceHanSansCN-Medium;
  color: #000;
}
.m-ty-main .u-hd .u-ty-more {
  position: absolute;
  top: 3px;
  font-family: '宋体';
  right: 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.m-ty-main .u-bd {
  padding-top: 3px;
}
.m-imgScroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-imgScroll_ul {
  position: absolute;
  width: 1150px;
  height: 100%;
}
.m-imgScroll_ul--item {
  display: block;
  float: left;
  width: 180px;
  height: 100%;
  margin-left: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.m-imgScroll_ul--item .img {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.m-imgScroll_ul--item .img img {
  width: 100%;
  height: 100%;
}
.m-imgScroll_ul--item .title {
  width: 100%;
  height: 53px;
  padding: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  line-height: 23px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-carousel {
  height: 320px;
}
@media screen and (max-width: 640px) {
  .m-carousel {
    height: 270px !important;
  }
}
.m-carousel_imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-carousel_imgbox img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.m-carousel_imgbox .title {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  z-index: 2;
}
.m-carousel_imgbox .title a {
  color: #fff;
}
.m-carousel .layui-carousel-ind {
  z-index: 9;
  position: absolute;
  width: auto;
  margin: 5px;
  top: auto;
  bottom: 0;
  right: 0;
}
.m-carousel .layui-carousel-ind li {
  border-radius: 0;
}
.m-carousel .layui-carousel-ind li.layui-this {
  background-color: #ffa800;
}
.m-second-banner {
  width: 100%;
  height: 100px;
  padding-top: 30px;
  background: url(../images/title_bg_1.jpg) no-repeat;
}
.m-second-banner .main {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.m-second-banner .main .u-title {
  height: 70px;
  line-height: 70px;
  text-align: left;
  font-size: 26px;
  color: #fff;
  padding-left: 40px;
}
/*
*
*公用组件样式
*
*/
.m-mt-26 {
  margin-top: 10px;
}
.m-mt-48 {
  margin-top: 48px;
}
.m-tabitem {
  position: relative;
  overflow: hidden;
}
.m-item-box {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  background: #f8fbff url(../images/t_bg.jpg) repeat-x;
  overflow: hidden;
}
.u-p-img {
  padding: 0;
  margin: 20px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.u-p-img img {
  width: 100%;
  height: 100%;
}
.pub-img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pub-img img {
  width: 100%;
  height: 100%;
}
.layui-col-xs6 {
  width: 49.2%;
}
.m-itemPadding {
  padding: 10px;
}
.m-w-6 {
  position: relative;
  float: right;
  width: 47.5%;
}
.m-w-6::before {
  position: absolute;
  left: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #dfe6ed;
}
.m-w-6:first-child {
  float: left;
}
.m-w-6:first-child::before {
  content: none;
}
.fr {
  float: right;
}
.layui-tab {
  margin: 0;
}
.m-tabBox_hd {
  height: 40px;
}
.m-tabBox_hd .layui-tab-title {
  float: left;
  width: 100%;
  height: 40px;
  background: none;
  border: none;
}
.m-tabBox_hd .layui-tab-title li {
  margin-left: 20px;
  text-align: center;
  padding: 0;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  color: #333;
  border-bottom: 4px solid transparent;
  background: none;
}
.m-tabBox_hd .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox_hd .layui-tab-title .layui-this {
  position: relative;
  color: #333;
  line-height: 40px;
  border-bottom: 4px solid #1165cf;
  border-radius: 0;
}
.m-tabBox_hd .layui-tab-title .layui-this::after {
  border: none;
  height: 20px;
}
.m-tabBox_hd--name {
  position: relative;
  float: left;
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  border-left: 4px solid #0068b7;
  padding: 0 5px;
  line-height: 22px;
}
.m-tabBox_hd--name span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
  z-index: 10;
}
.m-tabBox_more {
  position: absolute;
  right: 0;
  line-height: 54px;
  font-size: 12px;
  color: #999;
  font-family: '宋体';
  cursor: pointer;
}
.m-tabBox_more.u-more {
  line-height: 40px;
}
.m-tabBox .layui-tab-brief .layui-tab-title {
  margin-top: 10px;
  height: 32px;
  border: none;
}
.m-tabBox .layui-tab-brief .layui-tab-title li {
  float: left;
  border: none;
  height: 32px;
  font-size: 16px;
  color: #262626;
  line-height: 32px;
  background: #f1f1f1;
  margin-left: 10px;
}
.m-tabBox .layui-tab-brief .layui-tab-title li:first-child {
  margin-left: 0;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this {
  line-height: 32px;
  color: #fff;
  background: #3461de;
}
.m-tabBox .layui-tab-brief .layui-tab-title .layui-this::after {
  border: none;
}
.m-tabBox.layui-tab-new {
  height: 55px;
}
.m-tabBox.layui-tab-new > .layui-tab-title {
  height: 55px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  background: none;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: MicrosoftYaHei;
  line-height: 54px;
  color: #333;
  background: none;
  padding: 0 15px;
}
.m-tabBox.layui-tab-new > .layui-tab-title > li:first-child {
  margin-left: 0;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this {
  position: relative;
  color: #fff;
  background: #1165cf;
  line-height: 54px;
}
.m-tabBox.layui-tab-new > .layui-tab-title .layui-this::after {
  border: none;
  height: 22px;
  border-radius: 0;
}
.m-footer {
  padding: 20px 0;
  font: 14px/24px '微软雅黑';
  text-align: center;
  color: #fff;
  background: #1165cf;
}
.m-footer .zfimg {
  margin-top: 5px;
  height: 45px;
}
.s-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-dl {
  width: 100%;
  height: auto;
  padding: 0;
}
.m-dl .m-dt {
  position: relative;
  color: #fff;
  padding: 0 10px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  margin-top: 10px;
  font-size: 20px;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
}
.m-dl .m-dt.u-hd {
  font-size: 26px;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
  border: none;
}
.m-dl .m-dt:first-child {
  margin-top: 0;
}
.m-dl .m-dt a {
  color: #fff;
}
.m-dl .m-dt.m-active,
.m-dl .m-dt:hover {
  border-radius: 0;
}
.m-dl .m-dt.m-active a,
.m-dl .m-dt:hover a {
  color: #fff;
}
.m-dl .m-dt-icon {
  position: absolute;
  right: 10px;
  top: 19px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/off_w.png') no-repeat;
  cursor: pointer;
}
.m-dl #open .m-dt-icon {
  background: url('../images/open_w.png') no-repeat;
}
.m-dl .m-dd {
  background: #f4faff;
  padding: 10px 20px 20px;
  display: none;
}
.m-dl .m-dd .u-dd-list {
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #d3e7fb;
  background: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.m-dl .m-dd .u-dd-list a {
  color: #333;
}
.m-dl .m-dd .u-dd-list.u-active,
.m-dl .m-dd .u-dd-list:hover {
  background: #f4faff;
}
.m-dl .m-dd .u-dd-list.u-active a,
.m-dl .m-dd .u-dd-list:hover a {
  color: #1165cf;
}
.m-third {
  width: 100%;
  padding: 20px 0;
}
.m-third .u-third {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  padding-left: 15px;
}
.m-third .u-third::before {
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #0670fc;
  content: '';
}
/*列表页-栏目树样式*/
.m-list-nav {
  padding-left: 0;
  background: #f4faff;
  min-height: unset;
}
.m-list-nav .m-listmenu {
  width: auto;
}
.m-list-nav .m-listmenu .layui-nav-tree {
  display: block;
  width: 100%;
}
.m-list-nav .m-listmenu .layui-nav-tree .layui-nav-item {
  padding: 0;
  min-height: 76px;
  font-family: SourceHanSansCN-Medium;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
.m-list-nav .m-listmenu .layui-nav-tree .layui-nav-child {
  padding: 0 20px;
  background: #f4faff !important;
  border-radius: 0;
}
.m-list-nav .m-listmenu .layui-nav-tree .layui-nav-child dd {
  font-size: 18px;
  color: #333;
  padding: 0 10px;
  height: 54px;
  line-height: 54px;
  border: solid 1px #d3e7fb;
  background: #fff;
  margin-top: 10px;
}
.m-list-nav .layui-nav {
  width: auto;
  background: #fff;
}
.m-list-nav .layui-nav .layui-nav-bar {
  background-color: #0b9ed8;
}
.m-list-nav_header {
  padding: 20px 10px;
  min-height: 76px;
  font-family: SourceHanSansCN-Medium;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background: url(../images/list_nav_bg.jpg) no-repeat;
  background-size: cover;
}
.m-list-nav_header > * {
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
}
.m-list-content {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 640px) {
  .m-list-content {
    padding: 0;
  }
}
.m-list-content .u-list-content {
  width: 100%;
  background: #fff;
  min-height: 550px;
  padding: 0;
}
.m-list-1 .m-list_label {
  margin-bottom: 10px;
}
.m-list-1 .m-list_style {
  height: 36px;
}
.m-list-1 .m-list_style::after {
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #2f2f2f;
  border-radius: 0;
}
.m-breadcrumb {
  background: none;
  height: 42px;
  line-height: 42px;
  padding: 0;
  text-align: right;
}
.m-breadcrumb .layui-breadcrumb a {
  color: #999 !important;
}
.m-breadcrumb .layui-breadcrumb a:hover {
  color: #f39229 !important;
}
.m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 4px solid #e0f4fc;
}
.m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-list_item {
  position: relative;
  min-height: 40px;
  line-height: 40px;
}
.m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-list_item--nodate .m-list_data {
  display: none;
}
.m-list_main,
.m-list_style,
.m-list_data {
  position: absolute;
  line-height: 40px;
}
.m-list_main {
  position: relative;
  width: auto;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list_style {
  width: 20px;
  height: 40px;
}
.m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #3561de;
}
.m-list_data {
  top: 0;
  right: 0;
  height: 40px;
  text-align: right;
  font-size: 14px;
  color: #999;
}
.m-list_icon {
  height: 40px;
  margin: 0 4px;
}
.m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_label1 {
  position: relative;
  padding: 0 20px;
  color: #1165cf;
  width: auto;
  line-height: 42px;
  height: 42px;
  background: #f4faff;
  border-top: 2px solid #1165cf;
  overflow: hidden;
}
.m-list-2 .m-list_label1 .u-title {
  float: left;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #1165cf;
  text-align: left;
}
.m-list-2 .m-list_item {
  position: relative;
  line-height: 60px;
  min-height: 60px;
  border-bottom: 1px dashed #d6d6d6;
}
.m-list-2 .m-list_item .u-data {
  float: left;
  width: 88px;
  text-align: center;
  color: #999;
}
.m-list-2 .m-list_item .u-data .b-r {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  font-family: SourceHanSansCN-Bold;
  font-size: 30px;
}
.m-list-2 .m-list_item .u-data .b-ny {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
}
.m-list-2 .m-list_item .u-main {
  float: left;
  margin-left: 36px;
  width: -moz-calc(100% - 88px - 36px);
  width: calc(100% - 88px - 36px);
  height: 100%;
}
.m-list-2 .m-list_item .u-main .b-title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon {
  height: 32px;
  margin: 0 4px;
}
.m-list-2 .m-list_item .u-main .b-title .b-icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-list-2 .m-list_item .u-main .b-main {
  width: 100%;
  line-height: 23px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-list-2 .m-list_main,
.m-list-2 .m-list_style1,
.m-list-2 .m-list_data {
  position: absolute;
  line-height: 60px;
}
.m-list-2 .m-list_main {
  position: relative;
  width: 90%;
  padding: 0 60px 0 20px;
  text-align: left;
  font-size: 16px;
}
.m-list-2 .m-list_style1 {
  width: 20px;
  height: 60px;
}
.m-list-2 .m-list_style1:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px auto 0 -2px;
  width: 4px;
  height: 4px;
  background-color: #3561de;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fc980e !important;
}
.m-list-video {
  float: left;
  width: -moz-calc(100% / 4 - 15px);
  width: calc(100% / 4 - 15px);
  margin: 7px;
}
.m-list-video .u-list-video {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.m-list-video .u-list-video img {
  width: 100%;
  height: 100%;
}
.m-list-video .u-list-video .u-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.m-list-video .u-list-video:hover .u-video-btn {
  opacity: 0.8;
}
.m-list-video .u-list-name {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: left;
  color: #333;
  font-size: 16px;
  padding: 0 5px;
  background: #eee;
}
.m-list-newry {
  width: 100%;
  margin-top: 20px;
  height: 220px;
  padding: 20px 30px;
  border: 1px solid #deeffe;
  overflow: hidden;
}
.m-list-newry:first-child {
  margin-top: 0;
}
.m-list-newry .u-list-img {
  float: left;
  width: 136px;
  height: 178px;
}
.m-list-newry .u-list-img img {
  width: 100%;
  height: 100%;
}
.m-list-newry .u-list-name {
  position: relative;
  float: left;
  width: -moz-calc(100% - 136px - 36px);
  width: calc(100% - 136px - 36px);
  height: 100%;
  margin-left: 36px;
}
.m-list-newry .u-list-name .u-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.m-list-newry .u-list-name .u-box .u-name {
  width: 100%;
  height: 24px;
  color: #242424;
  font-size: 16px;
  font-family: '宋体';
  font-weight: bold;
}
.m-list-newry .u-list-name .u-box .u-txt {
  width: 100%;
  margin-top: 15px;
  color: #555;
  font-size: 15px;
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
}
.m-listcontent {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .m-listcontent .m-listcontent {
    padding: 0;
  }
  .m-listcontent .m-listcontent_title {
    margin: 16px auto;
    font-size: 22px;
  }
  .m-listcontent .m-listcontent_explain {
    padding: 0 6px;
    height: auto;
    line-height: 1.5;
    text-align: left;
  }
}
.m-listcontent_title {
  margin: 48px 0 40px;
  font-size: 32px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.m-listcontent_explain {
  margin-bottom: 20px;
  padding: 0 26px;
  height: 35px;
  line-height: 35px;
  color: #626262;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}
.m-listcontent .j-wordSize {
  width: 240px;
  float: left;
}
.m-listcontent .j-wordSize span {
  line-height: 2.2;
  padding: 0 10px;
}
.m-listcontent .j-wordSize > a {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  position: absolute;
  overflow: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  cursor: pointer;
}
.m-listcontent .j-wordSize > a.j-wordSize_smaller {
  margin: 8px 30px;
  background: url(../images/icon_smaller.png) center no-repeat;
}
.m-listcontent .j-wordSize > a.j-wordSize_bigger {
  margin-top: 8px;
  background: url(../images/icon_bigger.png) center no-repeat;
}
.m-listcontent .print-bg {
  float: left;
  padding-left: 24px;
  line-height: 2;
  background: url(../images/print.png) left no-repeat;
}
.m-listcontent_main {
  padding: 20px 10px;
  min-height: 200px;
  line-height: 1.8;
}
.m-listcontent img {
  max-width: 100%;
}
/*文章快捷翻页*/
.quickturn {
  width: auto;
  margin: 20px auto;
  padding: 10px 0;
  border-top: 1px solid #dedede;
}
.quickturn li {
  display: table;
  width: 100%;
  height: 20px;
  margin: 5px auto;
  table-layout: fixed;
}
.quickturn li .head {
  display: table-cell;
  width: 50px;
  font: 12px/20px '宋体';
  color: #fff;
  background: #9a9a9a;
  text-align: center;
}
.quickturn li .body {
  display: table-cell;
  padding: 0 5px;
  font: 12px/20px '宋体';
  color: #474747;
  text-align: left;
}
.m-search_list {
  padding: 0 14px;
  min-height: 140px;
}
.m-search_list .m-list_label {
  position: relative;
  padding: 0 20px;
  color: #e0f4fc;
  font-size: 22px;
  line-height: 84px;
  border-bottom: 4px solid #e0f4fc;
}
.m-search_list .m-list_label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #e0f4fc;
}
.m-search_list .m-list_item {
  position: relative;
  min-height: 70px;
  line-height: 70px;
  border-bottom: dashed 1px #d2d2d2;
}
.m-search_list .m-list_item--nodate .m-list_main {
  padding: 0 4px 0 20px;
}
.m-search_list .m-list_item--nodate .m-list_data {
  display: none;
}
.m-search_list .m-list_main,
.m-search_list .m-list_style,
.m-search_list .m-list_data {
  position: absolute;
  display: inline-block;
  line-height: 70px;
  font-size: 18px;
}
.m-search_list .m-list_main {
  width: 100%;
  padding: 0 60px 0 20px;
  text-align: left;
}
.m-search_list .m-list_style {
  width: 20px;
  height: 70px;
}
.m-search_list .m-list_style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px auto 0 -5px;
  width: 10px;
  height: 10px;
  background-color: #e0f4fc;
  border-radius: 50%;
}
.m-search_list .m-list_data {
  top: 0;
  right: 0;
  height: 70px;
  text-align: right;
  font-size: 90%;
  color: #aaa;
}
.m-search_list .m-list_icon {
  height: 70px;
  margin: 0 4px;
}
.m-search_list .m-list_icon img {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.m-xs {
  width: 60%;
  float: left;
  padding: 20px 0;
}
.m-xs .layui-form .layui-form-item .layui-form-label {
  width: 160px;
}
.m-xs .layui-form .layui-form-item .layui-input-block {
  margin-left: 160px;
}
.m-red {
  color: red;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline {
  margin-right: 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah {
  line-height: 44px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-label {
  width: 105px;
  padding: 9px 0;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-block {
  margin-left: 105px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-input-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select {
  width: 150px;
  margin: 0 5px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select dl {
  color: #333;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .layui-form-select dl dd:hover {
  background: #1e9fff;
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short {
  padding: 0 5px;
  margin: 0 5px;
  width: 90px;
  height: 48px;
  color: #fff;
  background-color: rgba(0, 110, 223, 0.3);
  border-radius: 8px;
  border: solid 2px rgba(115, 204, 255, 0.67);
}
.m-xf-search .layui-form .layui-form-item .layui-inline.m-case-ah .m-short.m-mint {
  width: 100px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-btn {
  width: 86px;
  padding: 0 10px;
  height: 48px;
  font-size: 20px;
  color: #004a7d;
  border-radius: 8px;
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-btn.layui-btn-normal {
  background-image: -moz-linear-gradient(120deg, #64efe7 0%, #d3fff1 100%);
  background-image: linear-gradient(-30deg, #64efe7 0%, #d3fff1 100%);
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-btn.layui-btn-primary {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b8e2ff), to(#ffffff));
  background-image: -moz-linear-gradient(bottom, #b8e2ff 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #b8e2ff 0%, #ffffff 100%);
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input {
  color: #fff;
  height: 48px;
  background-color: rgba(0, 110, 223, 0.3);
  border-radius: 8px;
  border: solid 2px rgba(115, 204, 255, 0.67);
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input::-webkit-input-placeholder {
  color: #fff;
  /* 设置输入框提示字体颜色 */
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input::-moz-placeholder {
  color: #fff;
  /* 设置输入框提示字体颜色 */
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input:-ms-input-placeholder {
  color: #fff;
  /* 设置输入框提示字体颜色 */
}
.m-xf-search .layui-form .layui-form-item .layui-inline .layui-input:-moz-placeholder {
  color: #fff;
  /* 设置输入框提示字体颜色 */
}
.layui-btn-primary:hover {
  border-color: #1e9fff;
}
.m-xs-detail {
  margin-top: 10px;
}
.m-xs-detail .layui-table {
  margin-top: 20px;
}
.m-xs-detail .layui-table thead tr {
  height: 36px;
}
.m-xs-detail .layui-table th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.m-xs-detail .layui-table tbody tr td:nth-child(odd) {
  color: #000;
}
.m-xs-detail .layui-table td {
  color: #262626;
}
.layui-form-selected dl dd.layui-this {
  background-color: #1e9fff;
  color: #fff;
}
.m-yzm {
  padding: 30px;
}
.m-yzm .layui-form .layui-form-item .layui-form-label {
  width: 90px;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline {
  margin-right: 0;
  margin-top: 10px;
}
.m-yzm .layui-form .layui-form-item .layui-input-inline input,
.m-yzm .layui-form .layui-form-item .layui-input-inline .form-control {
  padding: 0 5px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.m-yzm .layui-form .layui-form-item .layui-form-mid {
  padding: 0 !important;
  line-height: 38px;
  cursor: pointer;
}
.m-yzm .layui-form .layui-form-item .m-djs {
  float: left;
  margin-left: 10px;
  display: inline-block;
  height: 38px;
  line-height: 76px;
  color: #9a9a9a;
}
.xgplayer-skin-default video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .layui-layer {
    width: 80% !important;
  }
  .m-xs {
    width: 100% !important;
  }
}
#lxxz-box {
  display: none;
  position: relative;
  padding: 20px 20px 86px 20px;
  height: 100%;
}
.lxxz-txt {
  overflow-y: auto;
  height: -moz-calc(100% - 23px);
  height: calc(100% - 23px);
}
.lxxz-txt p {
  line-height: 1.8;
}
.u-btn-box {
  position: absolute;
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100px;
  bottom: 0;
  background: #fff;
  padding: 15px 0 0 0;
  text-align: center;
}
.u-btn-box .u-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 40%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: none;
  color: #fff;
  background: #0978c4;
  cursor: pointer;
}
.u-btn-box .u-btn:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 3773925 */
  src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-customer_list_line1:before {
  content: "\e7d1";
}
.icon-customer_class_line:before {
  content: "\e799";
}
.icon-customer_qudaoliebiao_line:before {
  content: "\e92f";
}
.icon-invoice_xinyongdengjichaxun_line:before {
  content: "\e930";
}
.icon-invoice_receipts_line:before {
  content: "\e931";
}
.icon-xinfang:before {
  content: "\e7f4";
}
.icon-qitashixiangyongzhangshenqingshenpi:before {
  content: "\e65b";
}
.icon-xietong:before {
  content: "\e782";
}
.icon-xinfengxinjian:before {
  content: "\e7f5";
}
.icon-check:before {
  content: "\e7f6";
}
.icon-yewuzhinan:before {
  content: "\e7f7";
}
.icon-wangshangban:before {
  content: "\e7f8";
}
