html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  color: #595959;
  background-color: #fafafa;
}

body,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #0059AB;
  text-decoration: none;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipses {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flex {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Chrome */
::-webkit-input-placeholder {
  font-weight: 400;
  color: #D0D2E3;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-weight: 400;
  color: #D0D2E3;
}

/* Firefox 4-18 */
/* Firefox 19+ */
:-moz-placeholder,
::-moz-placeholder {
  font-weight: 400;
  color: #D0D2E3;
  opacity: 1;
}

.w-1440 {
  width: 75%;
  min-width: 1200PX;
  margin: 0 auto;
}

header {
  background-color: #fff;
}
header button.bd-search-docs-toggle{
    display: none;
}

header .w-1440 {
  height: 80px;
}

/* ---------------------------------------------首页----------------------------------------- */
.ulflex {
  display: flex;
  justify-content: center;
}

.ulflex li {
  line-height: 1;
}

.ulflex li+li {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 2px solid #EBEBF0;
}

.ulflex li a {
  font-size: 14px;
  line-height: 1;
  color: #4E525E;
}

nav {
  width: 100%;
  background-color: #0059AB;
}

nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}

nav ul li {
  width: 120px;
}

nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

nav ul li a:hover,
nav ul li a.active {
  color: #0059AB;
  background-color: #fff;
}

.bgwhite,
.meeting {
  width: 100%;
  background-color: #fff;
}

.notice {
  padding: 40px 0 20px;
}

.subbanner {
  width: 580px;
  height: 328px;
}

.notice-title {
  margin-bottom: 23px;
  border-bottom: 1px solid #0059AB;
  align-items: center;
}

.notice-title a {
  display: flex;
  align-items: center;
  color: #8C96A4;
  line-height: 1;
}

.notice-text {
  width: calc(100% - 620px);
}

.notice-text ul li {
  font-size: 14px;
  color: #8C96A4;
  align-items: center;
}

.notice-text ul li+li {
  border-top: 1px solid #EBEBF0;
}

.notice-text ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  width: 66%;
  font-size: 16px;
  line-height: 56px;
  color: #2C2D2E;
}

.notice-text ul li a:hover {
  color: #0059AB;
}

.notice-text ul li a::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0059AB;
}

.titleBg {
  display: flex;
  /* justify-content: flex-start; */
}

.parallelogram {
  width: 16px;
  height: 40px;
  background-color: rgba(0, 89, 171, .7);
  transform: skew(30deg, 0);
  position: relative;
  left: 20px;
}

.rectangle {
  position: relative;
  width: 128px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #0059AB;
}

.rectangle .parallelogram {
  position: absolute;
  top: 0;
  right: -12px;
  left: auto;
  width: 40px;
  height: 40px;
  background-color: #0059AB;
}

.dynamic {
  margin: 20px auto 53px;
}

.dynamic .notice-text {
  padding: 40px 40px 20px;
  width: calc(100% - 381px);
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}

.dynamicImg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 40px 40px;
  width: 341px;
  height: 408px;
  box-sizing: border-box;
  background: url(../img/dynamic.png) no-repeat center;
}

.dynamicImg>a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.dynamicImg ul li a {
  color: #fff;
  line-height: 34px;
}

.dynamic ul li h2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 11px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
}

.dynamic ul li h2::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 12px;
  background-color: #fff;
}

.system,
.links {
  width: 100%;
  background-color: #0059AB;
}

.system .w-1440 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.system .w-1440 h2,
.meeting .w-1440 h2,
.company .w-1440 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 38px;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 4px;
}

.system .w-1440 h2 div,
.meeting .w-1440 h2 div,
.company .w-1440 h2 div {
  width: 128px;
  height: 6px;
  margin-right: 24px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.system .w-1440 h2 div:last-child,
.company .w-1440 h2 div:last-child {
  margin-right: 0;
  margin-left: 24px;
  transform: rotate(180deg);
}

.system ul {
  width: 100%;
}

.system ul li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: center;
}

.system ul li img {
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
}

.system .w-1440>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 40px;
  width: 160px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #F39800;
  border-radius: 20px;
}

.system .w-1440>a:hover {
  color: #fff;
  background-color: rgba(243, 152, 0, .9);
}

.system .w-1440>a img {
  margin-left: 12px;
}

.news {
  margin: 40px auto 20px;
  padding: 40px 40px 20px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}

.news .notice-text {
  width: calc((100% - 10.59%)/2);
}

.three-columns {
  margin-top: 20px;
}

.three-columns-box {
  width: 31.25%;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}

.three-columns-title {
  width: 100%;
  height: 62px;
  font-size: 22px;
  line-height: 62px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #0059AB;
  border-radius: 0 0 8px 8px;
}

.three-columns-content {
  padding: 32px 20px;
  background-color: #fff;
}

.three-columns-content li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 24px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #BFCAD8;
  box-sizing: border-box;
}

.three-columns-content ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0059AB;
}

.three-columns-content li a {
  display: block;
  padding-bottom: 8px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #2C2D2E;
}

.three-columns-content li a:hover {
  color: #0059AB;
}

.three-columns-content>a {
  display: block;
  margin-top: 16px;
  width: 100%;
  text-align: center;
}

.meeting {
  margin-top: 20px;
  padding: 8px 0 60px;
}

.meeting .w-1440 ul.flex li {
  width: 22.92%;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.meeting .w-1440 ul.flex li a {
  display: block;
  padding: 8px 12px;
}

.meeting-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  background-color: #fafafa;
  /* aspect-ratio: 3/2; */
  overflow: hidden;
}

.meeting-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.meeting-text {
  position: relative;
  margin: 9px 0 15px;
  height: 56px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  overflow: hidden;
}

/* .meeting-text::after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 8px;
  background：-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
} */

.meeting .w-1440 h2,
.meeting-text:hover {
  color: #0059AB;
}

.meeting .w-1440 h2 div {
  background: linear-gradient(270deg, #0059AB 0%, rgba(0, 89, 171, 0) 100%);
}

.meeting .w-1440 h2 div:last-child {
  margin-right: 0;
  margin-left: 24px;
  transform: rotate(180deg);
}

.meeting .w-1440>a {
  display: block;
  width: 100px;
  height: 30px;
  margin: 40px auto 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #0059AB;
  border-radius: 20px;
}

.meeting .w-1440>a:hover {
  color: #fff;
  opacity: .9;
}

.meeting .w-1440 h2 {
  padding-bottom: 32px;
}

.layui-carousel>[carousel-item]>* {
  background-color: #fff;
}

.layui-carousel>div>a>img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.meeting .layui-carousel[lay-indicator="outside"] .layui-carousel-ind {
  top: 0px;
}

.company {
  width: 100%;
  padding-bottom: 3.5%;
  background: url(../img/company.png) no-repeat center;
  background-size: cover;
  /* aspect-ratio: 1920/612; */
}

.company .w-1440 h2 {
  padding: 35px 0 42px;
}

ul.company-ul {
  width: 100%;
  padding: 34px 70px;
  border-radius: 12px;
  background-color: #fff;
}

ul.company-ul .layui-carousel {
  background-color: transparent;
}

ul.company-ul .layui-carousel div>li {
  /* width: 100%;
    height: 0;
    padding-bottom: 28.13%; */
}

ul.company-ul .layui-carousel div>li div {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

ul.company-ul .layui-carousel div>li a {
  position: relative;
  display: block;
  margin: 10px 0;
  width: 21.8%;
  height: 0;
  padding-bottom: 12.46%;
}

ul.company-ul .layui-carousel div>li a:last-child:nth-child(4n-1) {
  margin-right: calc(21.8% + 12.8% / 3);
}

ul.company-ul .layui-carousel div>li a:last-child:nth-child(4n-2) {
  margin-right: calc(21.8% * 2 + (12.8% / 3) * 2);
}

ul.company-ul .layui-carousel div>li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .7s;
  object-fit: scale-down;
}

ul.company-ul .layui-carousel div>li a img:hover {
  transform: scale(1.1);
}

.links .w-1440,
.links .w-1440 ul {
  display: flex;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.links .w-1440 {
  padding: 20px 0 12px;
}

.links .w-1440 ul {
  flex-wrap: wrap;
  width: calc(100% - 80px);
}

.links .w-1440 ul li {
  margin: 0 0 8px 20px;
  font-size: 14px;
}

.links .w-1440 ul li a {
  color: #fff;
}

.links .w-1440 ul li a:hover,
ul.fast-links li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer {
  width: 100%;
  color: #fff;
  background-color: #2D3846;
}

footer li {
  line-height: 1;
}

footer a {
  color: #fff;
}

ul.fast-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;
}

ul.fast-links li {
  margin-bottom: 16px;
  margin-right: 80px;
}

.footer-box {
  margin: 30px 0 10px;
}

.footer-title {
  position: relative;
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: #009EE7;
}

.QRcode,
.QRcode img {
  width: 100px;
  height: 100px;
}

.QRcode+span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1;
}

ul.contact li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

ul.contact li img {
  margin-right: 12px;
}

#goTop {
  position: fixed;
  right: 12.5%;
  bottom: 10px;
  display: none;
  z-index: 999;
  cursor: pointer;
}

@media screen and (max-width:1440px) {
  #goTop {
    right: 10px;
    width: 80px;
    height: 80px;
  }
}

/* --------------------------------------行业动态新闻列表--------------------------------------- */
.banner {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
.home-banner{
    height: 0;
    padding-bottom: 22.4%;
    overflow: hidden;
}
.banner .layui-carousel{
    position: absolute;
    top: 0;
    left: 0;
}

.banner .w-1440 {
  position: relative;
  height: 184px;
  display: flex;
  align-items: center;
  z-index: 99;
}

.page-title {
  width: 230px;
  height: 52px;
  margin-bottom: 32px;
  line-height: 52px;
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  background-color: #0059AB;
}

.banner>img {
  position: absolute;
  width: 100%;
  height: 184px;
}

.subnav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  height: 54px;
  font-weight: 400;
  color: #2C2D2E;
  background: #FFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
}

.subnav .layui-breadcrumb a cite,
.subnav .layui-breadcrumb a,
.subnav .layui-breadcrumb span[lay-separator] {
  color: #2C2D2E !important;
}

.subnav .layui-breadcrumb a:hover {
  color: #0059AB !important;
}

.subnav .w-1440 {
  align-items: center;
}

.subnav form .layui-input-block {
  position: relative;
  margin-left: 0;
  min-height: auto;
  height: 30px;
}

.subnav form .layui-input-block .layui-input {
  height: 28px;
  padding-right: 40px;
  width: 250px;
  border-color: #8C96A4;
  border-radius: 4px;
  box-sizing: border-box;
}

.subnav form .layui-input-block img {
  position: absolute;
  right: 12px;
  top: 7px;
  padding-left: 12px;
  border-left: 1px solid #8C96A4;
  cursor: pointer;
}

.subnav form .layui-form-item {
  margin-bottom: 0;
}

.list-content {
  margin-bottom: 40px;
  background-color: #fff;
}

.list-content .notice-text {
  width: 100%;
  padding: 20px 10.42% 20px 5.42%;
  box-sizing: border-box;
}

.list-content .notice-text ul li+li {
  border-top: 0;
}

/* ----------------------------------------------------------行业动态新闻详情------------------------------------------------- */
.article-content img{
    max-width: 100%;
    height: auto;
}

.article-content>img {
  margin-bottom: 20px;
  max-width: 100%;
}

.article-content-news {
  width: calc(100% - 360px);
  padding: 0 20px 20px;
  margin-bottom: 40px;
  background-color: #fff;
  box-sizing: border-box;
}

.article-content-news h1 {
  padding: 40px;
  font: 800 22px/1 Source Han Sans CN-Heavy, Source Han Sans CN;
  ;
  color: #2C2D2E;
  text-align: center;
  border-bottom: 1px solid #EBEBF0;
}

.article-content-news .news-time {
  margin: 20px 32px;
  font: 400 14px/1 Source Han Sans CN-Regular, Source Han Sans CN;
  color: #8C96A4;
  text-align: center;
}

.news-time>span>a {
  color: #8C96A4;
}

.article-content-news .news-time span {
  padding: 0 30px;
}

.article-content-news table {
  margin-top: 20px;
}

.article-content-news table tr td:nth-child(2n-1) {
  text-align: center;
  background-color: #EBEBF0;
  background-clip: padding-box;
}

.article-content-news table.layui-table td {
  color: #2C2D2E;
  border-color: #BFCAD8;
}

.article-content-news table.layui-table td .validity {
  padding: 4px 8px;
  color: #389E0D;
  border: 1px solid #389E0D;
  border-radius: 2px;
}

.article-content-news table.layui-table td .is-phased {
  color: #8D37BF;
  border: 1px solid #8D37BF;
}

.article-content-news table.layui-table td .is-willeffect {
  color: #CF1322;
  border: 1px solid #CF1322;
}

.article-content-news table.layui-table td .is-yjfz {
  color: #ef5602;
  border: 1px solid #ef5602;
}

.article-content-news a.layui-btn {
  display: inline-flex;
  align-items: center;
  margin: 30px 0 20px;
  padding: 0 20px;
  height: 34px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #009EE7;
}

.article-content-news button.layui-btn+button.layui-btn {
  margin-left: 60px;
}

.article-content-news button img {
  margin-right: 8px;
}

.article-content-box {
  padding: 0 20px;
  font: 400 14px/30px Source Han Sans CN-Regular, Source Han Sans CN;
  color: #2D3846;
  overflow: hidden;
}

.article-content-box p {
  margin: 4px 0;
}

.summary {
  margin: 4px 0 10px;
  padding: 12px 20px;
  font: 400 14px/24px Source Han Sans CN-Regular, Source Han Sans CN;
  color: #2C2D2E;
  background-color: #fafafa;
}

.summary-40 {
  position: relative;
  margin: 4px -40px 10px;
  padding: 12px 40px;
}

.article-content-other {
  margin-top: 40px;
  padding: 0 20px;
  font: 400 12px/1 Source Han Sans CN-Regular, Source Han Sans CN;
  color: #8C96A4;
}

.article-content-other a {
  color: #8C96A4;
}

.article-content-other a:hover {
  color: #0059AB;
}

.article-content-other>div {
  width: 360px;
}

.article-content-other>div+div {
  text-align: right;
}

.article-content-sidebar {
  width: 330px;
}

.dynamics,
.service {
  margin-bottom: 20px;
  padding: 20px 24px 0;
  font: 400 14px/1 Source Han Sans CN-Regular, Source Han Sans CN;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}

.service {
  padding: 0;
  border: 1px solid #0059AB;
}

.service ul li {
  padding: 0 24px;
}

.dynamics li {
  border-top: 2px solid #707070;
}

.dynamics li+li {
  border-top: 1px solid #EBEBF0;
}

.service li+li {
  border-top: 1px solid #0059AB;
}

.dynamics ul li a,
.service ul li a {
  display: block;
  width: 100%;
  color: #2C2D2E;
  line-height: 54px;
}

.dynamics ul li a:hover,
.service ul li a {
  position: relative;
  color: #0059AB;
}

.service ul li a>div {
  display: flex;
  align-items: center;
}

.service ul li a>div img {
  margin-right: 12px;
}

.service ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  width: 14px;
  height: 14px;
  background: url(../img/serviceafter.png) no-repeat center;
}

.dynamics h3,
.service h3,
.service-box h3 {
  position: relative;
  margin: 0 0 20px;
  padding-left: 12px;
  font: 500 16px/1 Source Han Sans CN-Medium, Source Han Sans CN;
  color: #2C2D2E;
}

.service h3 {
  position: relative;
  margin: 0;
  padding-left: 36px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background-color: #0059AB;
}

.dynamics h3::before,
.service h3::before,
.service-box h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 16px;
  background-color: #0059AB;
}

.service h3::before {
  top: 20px;
  left: 24px;
  background-color: #fff;
}

.core-list-content > div > ul li {
  margin-bottom: 8px;
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 8px;
}

.core-list-content > div > ul li a {
  display: block;
  width: 100%;
}

.core-list-title {
  margin-bottom: 20px;
  font: 500 16px/1 Source Han Sans CN-Medium, Source Han Sans CN;
  color: #2D3846;
}

.core-list-title-down {
  display: flex;
  align-items: center;
  width: 100%;
  font: 400 14px/1 Source Han Sans CN-Regular, Source Han Sans CN;
  color: #2D3846;
}

.core-list-title-down>div {
  margin-right: 11.85%;
}

.core-list-title-down .validity {
  position: relative;
  padding-left: 20px;
  color: #389E0D;
  font-weight: 600;
}

.core-list-title-down .validity::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #389E0D;
  border-radius: 50%;
}

.core-list-title-down .is-phased {
  color: #8D37BF;
}

.core-list-title-down .is-phased::before {
  background-color: #8D37BF;
}

.core-list-title-down .is-willeffect {
  color: #CF1322;
}

.core-list-title-down .is-willeffect::before {
  background-color: #CF1322;
}

.core-list-title-down .is-yjfz {
  color: #ef5602;
}

.core-list-title-down .is-yjfz::before {
  background-color: #ef5602;
}

.core-list-title-down .is-jjfz {
  color: #9b7202;
}

.core-list-title-down .is-jjfz::before {
  background-color: #9b7202;
}

.core-list-title-down .is-wz {
  color: #4fa4a9;
}

.core-list-title-down .is-wz::before {
  background-color: #4fa4a9;
}

.core-list-title-down .is-bfsx {
  color: #ec448f;
}

.core-list-title-down .is-bfsx::before {
  background-color: #ec448f;
}

.core-list-title-down .is-yjzq {
  color: #0271ef;
}

.core-list-title-down .is-yjzq::before {
  background-color: #0271ef;
}

.core-list-title-down .is-zqjs {
  color: #032d5b;
}

.core-list-title-down .is-zqjs::before {
  background-color: #032d5b;
}

.core-list-content .layui-laypage {
  margin: 24px 0 20px;
  width: 100%;
  text-align: right;
}

.core-list-content .layui-laypage a,
.core-list-content .layui-laypage span {
  margin: 0 4px;
  padding: 0;
  min-width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #595959 !important;
}

.core-list-content .layui-laypage a {
  border-radius: 2px;
  border: 1px solid #D0D2E3;
}

.core-list-content .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0059AB;
}

.core-list-content .layui-laypage a.layui-disabled {
  color: #d2d2d2 !important;
}

.crumbs {
  width: calc(100% - 300px);
}

/* -----------------------------------------------------会议活动------------------------------------------------------- */
ul.activity-type {
  margin: 28px 0 0 20px;
  width: 158px;
  box-sizing: border-box;
  background-color: #fafafa;
}

ul.activity-type li,
ul.activity-type li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #0059AB;
}

ul.activity-type li a {
  padding: 0 32px;
  border-top: 1px dashed #BFCAD8;
}

ul.activity-type li a:hover,
ul.activity-type li a.active {
  background-color: rgba(0, 89, 171, .1);
}

ul.activity-type li:first-child {
  padding: 0 32px;
  color: #fff;
  background-color: #0059AB;
}

ul.activity-content {
  margin: 0 40px 0 80px;
}

ul.activity-content > li {
  padding: 37px 0 34px;
}

ul.activity-content > li+li {
  border-top: 1px solid #EBEBF0;
}

ul.activity-content > li>a {
  margin-right: 60px;
}

.b1>a img {
  margin-top: 3px;
  width: 224px;
  height: 128px;
  object-fit: fill;
}

ul.activity-content h3 {
  /* width: 79%; */
}

ul.activity-content h3 a {
  font: 500 16px/1.6 Source Han Sans CN-Medium, Source Han Sans CN;
  color: #0059AB;
}

ul.activity-content h4 {
  margin-top: 8px;
  color: #8C96A4;
  line-height: 26px;
  align-items: flex-end;
}

ul.activity-content h4 span.common {
  margin-bottom: 6px;
  width: 118px;
  height: 44px;
  font: 500 16px/44px Source Han Sans CN-Medium, Source Han Sans CN;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background-color: #009EE7;
}

ul.activity-content h4 span.is-end {
  background-color: #8C96A4;
}

ul.activity-content h4 span.is-progress {
  background-color: #389E0D;
}

#meetinglaypage .layui-laypage-next,
#meetinglaypage .layui-laypage-prev,
#newslaypage .layui-laypage-next,
#newslaypage .layui-laypage-prev {
  margin-left: 20px;
  padding: 0;
  width: 74px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #0059AB;
  border-radius: 4px;
  border: 1px solid #0059AB;
}

#meetinglaypage .layui-disabled,
#newslaypage .layui-disabled {
  color: #8C96A4 !important;
  border: 1px solid #8C96A4;
  background-color: transparent;
}

#meetinglaypage .layui-laypage,
#newslaypage .layui-laypage {
  margin: 24px 0 20px;
  width: 100%;
  text-align: center;
}

/* --------------------------------------酒类服务---------------------------------- */
.service-box {
  margin: 0 40px;
  overflow: hidden;
}

.service-box:first-child {
  padding-top: 40px;
}

.service-box ul {
  display: flex;
  margin-bottom: 60px;
}

.service-box ul li+li {
  margin-left: 60px;
}

.service-box ul li a {
  display: block;
  padding: 7px 8px;
  color: #0059AB;
  line-height: 1;
  border: 1px solid rgba(0, 89, 171, 0.4);
  border-radius: 4px;
  transition: all 0.3s;
}

.service-box ul li a:hover {
  color: #fff;
  border: 1px solid #0059AB;
  background-color: #0059AB;
  transition: all 0.3s;
}

.service-boxs,
.product-box ul li {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}

.service-boxs h2 {
  margin: 40px 0 20px;
  font: 500 16px/1 Source Han Sans CN-Medium, Source Han Sans CN;
  color: #2C2D2E;
}

.article-content-news.service-boxs {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.service-boxs .article-content-box p img {
  max-width: 100%;
  margin: 4px;
}

ul.quick-nav {
  position: fixed;
  left: 100px;
  top: 410px;
  display: none;
  z-index: 999;
}

ul.quick-nav li {
  width: 105px;
  height: 40px;
  background-color: #009EE7;
}

ul.quick-nav li a {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

ul.quick-nav li a:hover,
ul.quick-nav li a.active {
  background-color: #0059AB;
}

.company-box {
  width: 100%;
}

.company-box .notice-title {
  margin: 40px 0 20px;
  border: 0;
}

.company-info {
  width: 100%;
  padding: 27px 32px;
  font: 400 14px/30px Source Han Sans CN-Regular, Source Han Sans CN;
  color: #2D3846;
  align-items: flex-start;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
}

.company-info p {
  margin: 4px 0;
}

.company-info img {
  max-width: 30%;
}

.product-box ul li {
  position: relative;
  width: 27.78%;
  height: 0;
  padding-bottom: 21.32%;
  background-color: #fff;
}

.product li:nth-child(n+2) {
  margin-left: 24px;
}

.product-box ul li a {
  display: block;
}

.product-box ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 400/307; */
  object-fit: scale-down;
}

.product-title {
  padding: 0 40px;
  border-top: 1px solid #8C96A4;
  font: 500 16px/100px Source Han Sans CN-Medium, Source Han Sans CN;
  color: #2C2D2E;
}

.product-title:hover {
  color: #0059AB;
}

.company-info.notice-text ul li+li {
  border-top: 0;
}

.intoweb {
  margin-left: 90px;
}

.intoweb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font: bold 16px/40px Source Han Sans CN-Bold, Source Han Sans CN;
  color: #0059AB;
  border-radius: 20px;
  border: 1px solid #0059AB;
}

.pages {
  width: 100%;
  padding: 30px 0px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.pages a {
  padding: 6px 9px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0px 5px;
}

.pages strong {
    padding: 6px 9px;
  border: 1px solid #0059AB;
  border-radius: 4px;
  font-size: 12px;
  color: #FFF;
  margin: 0px 5px;
  background: #0059AB;
}

.pages cite {
  font-style: normal;
  margin-left: 10px;
}

.pages_btn {
  display: none;
}

.pages_inp {
  display: none;
}

.header_sousuo {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 12px;
  border-left: 1px solid #8C96A4;
  cursor: pointer;
  border: none;
}

.is_null {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.isnull > ul > li {
  padding: 0 !important;
}

.biaoqian {
  font-weight: bold;
  background-color: #F7F7F7;
  border: 1px solid #cccccc;
  padding: 6px;
  margin: 30px auto;
  overflow: hidden;
  width: 93%;
  line-height: 30px;
  margin-bottom: 20px;
}

.product {
  justify-content: flex-start;
}

.biaoqian>span>a {
  font: 400 14px/30px Source Han Sans CN-Regular, Source Han Sans CN;
  color: #2D3846;
  font-weight: 600;
}

.qrcode2 {
  margin-left: 20px;
}

.la51 {
  display: inline-block;
  background-color: #EF5350;
  color: #fff;
  padding: 2px 5px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.wangan {
  text-align: center;
  margin: 0 auto;
  padding: 0px 0;
  display: flex;justify-content: center;
}

.wangan1 {
  display: inline-block;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
}

.new_img {
  text-align: center;
}
.new_img > img {
  width: 50%;
}

.isnull > ul {
  width: 30%;
  margin-left: 35%;
}
.isnull > ul > li {
  line-height: 28px;
  color: #333;
}

.main_top {
  display: flex;
  justify-content: space-between;
}
.main_top + .pages {
    width: calc(100% - 360px);
    justify-content: flex-start;
    align-items: center;
}

.core-list-content > div > ul {
  width: calc(100% - 360px);
}

.company-box .notice-title-qiye {
  margin: 0px 0 20px;
  border: 0;
}

.notice-title-qiye {
  margin-bottom: 23px;
  border-bottom: 1px solid #0059AB;
  align-items: center;
}

.notice-title-qiye a {
  display: flex;
  align-items: center;
  color: #8C96A4;
  line-height: 1;
  justify-content: flex-end;
}

.logo {
  width: 80px;
  margin-right: 20px;
}
.notice-text .pages,
.list-content .pages{
    justify-content: center;
}

.form-trial .btn{
    min-width: 100px;
}




/* 
-----------------------------------响应移动端--------------------------------------------
*/
@media screen and (max-width:640px) {


    .subbanner,
    .notice-text,
    .dynamic .notice-text,
    .dynamicImg,
    .news .notice-text,
    .crumbs,
    nav ul li ,
    nav .w-1440,
    .subnav form .layui-input-block .layui-input,
    .subnav form,
    .article-content-news,
    .article-content-sidebar,
    .article-content-other>div,
    .core-list-content > div > ul,
    .main_bottom,
    ul.activity-content{
        width: 100%;
    }
    .w-1440,
    footer .w-1440.flex + div {
        width: calc(100% - 32px);
        min-width: auto;
        margin: 0 auto;
    }
    .w-1440.flex,
    .system ul,
    .links .w-1440,
    .article-content-other,
    .main_top,
    .list-content > div.flex,
    ul.activity-content > li,
    .b1,
    .service-box > ul{
        flex-wrap: wrap;
    }
    .dynamic .notice-text,
    .news {
        margin-bottom: 24px;
        padding: 20px 20px 0;
    }
    .dynamic {
        margin: 20px auto 53px;
    }
    .system .w-1440 h2, .meeting .w-1440 h2, .company .w-1440 h2 {
        font-size: 26px;
        letter-spacing: 0;
        text-align: center;
    }
    .system .w-1440 h2 div, .meeting .w-1440 h2 div, .company .w-1440 h2 div {
        margin-right: 12px;
        width: 20%;
    }
    .system .w-1440 h2 div:last-child, .company .w-1440 h2 div:last-child, .meeting .w-1440 h2 div:last-child {
       margin-left: 12px;
    }
    .system ul li {
        margin-bottom: 20px;
        width: 48%;
        line-height: 1.5;
    }
    .system ul li br{
       display: none;
    }
    .system .w-1440>a {
        margin: 16px auto 40px;
    }
    .news{
        margin: 40px auto 20px;
    }
    .news .notice-text:first-child{
        margin-bottom: 24px;
    }
    .three-columns {
        margin-top: 20px;
    }
    .three-columns-box{
        width: 100%;
        margin-bottom: 20px;
    }
    .meeting .w-1440 ul{
        flex-wrap: wrap;
    }
    .meeting .w-1440 ul.flex li{
        margin-bottom: 20px;
        width: 48%;
    }
    .meeting .w-1440 .layui-carousel{
        width: 100%;
        height: 0 !important;
        padding-bottom: 117.65%;
        position: relative;
    }
    .meeting .layui-carousel>[carousel-item] {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .meeting .layui-carousel[lay-indicator="outside"] .layui-carousel-ind {
        position: absolute;
        bottom: 0px;
        top: auto;
    }
    ul.company-ul {
        padding: 20px;
    }
    ul.company-ul .layui-carousel{
        height: 160px !important;
    }
    .links .w-1440 ul{
        margin-top: 20px;
        width: 100%;
    }
    .links .w-1440 ul li {
        margin: 0 20px 8px 0;
    }
    .company-ul .layui-carousel-ind {
        top: -15px;
    }
    ul.fast-links {
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    ul.fast-links li {
        margin-right: 0;
        width: 33%;
    }
    footer > .w-1440.flex{
        margin-bottom: 24px;
    }
    .mob-record{
        flex-wrap: wrap;
    }
    .subbanner,
    .ulflex{
        display: none;
    }
    nav {
        display: none;
        background-color: #fff;
        border-top: 1px solid #ccc;
    }
    nav ul {
        justify-content: flex-start;
        height: auto;
        flex-wrap: wrap;
    }    
    nav ul li a {
        color: #0059AB;
        text-align: left;
        padding: 0 10%;
    }
    header {
        color: #666;
        background-color: #fff;
    }
    nav ul li a:hover, nav ul li a.active {
        color: #fff;
        background-color: rgba(0, 89, 171, 1);
    }
    header button.bd-search-docs-toggle{
        display: block;
        background: none;
        border: 0;
        outline: none;
    }
    .dynamicImg {
        padding: 40px 0 40px 24px;
    }
    header .w-1440 {
        height: 60px;
    }
    header .w-1440 img{
        width: auto;
        height: 50%;
    }

    .banner>img,
    .banner .w-1440{
        height: 100px;
    }
    .banner .w-1440{
        justify-content: center;
    }
    .page-title{
        margin-bottom: 0;
        width: 40%;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }
    .subnav{
        height: auto;
    }
    .subnav .w-1440.flex{
        margin: 10px auto;
    }
    .subnav .w-1440.flex form{
        margin-top: 10px;
    }
    .subnav form .layui-input-block{
        height: 38px;
    }
    .subnav form .layui-input-block .layui-input{
        height: 36px;
    }
    .subnav form .layui-input-block img{
        top: 11px;
    }
    .pages{
        /* padding: 30px 0 0; */
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .notice-text .pages,
    .list-content .pages{
        /* padding: 30px 0px; */
        justify-content: flex-start;
    }
    .main_top + .pages{
        margin-bottom: 16px;
        width: 100%;
        flex-wrap: wrap;
    }
    .pages a{
        margin: 5px;
    }
    .list-content .notice-text {
        padding: 16px;
    }
    .article-content-news{
        padding: 0 16px 16px;
    }
    .article-content-news h1 {
        padding: 20px 0;
        line-height: 1.2;
    }
    .article-content-news .news-time {
        margin: 20px 0;
        line-height: 1.2;
    }
    .article-content-news .news-time span{
        display: block;
        padding: 0;
    }
    .article-content-box {
        padding: 0;
    }
    .new_img > img {
        width: 100%;
    }
    .article-content-other {
        margin-top: 20px;
        padding: 0;
    }
    .article-content-other>div{
        margin-bottom: 16px;
    }
    .article-content-other>div+div {
        text-align: left;
    }
    .core-list-title-down{
        justify-content: space-between;
    }
    .core-list-title-down>div{
        margin-right: 0;
    }
    .core-list-content > div > ul li {
        padding: 20px 16px;
    }
    ul.activity-type {
        margin: 24px auto 0;
        width: 90%;
    }
    ul.activity-content{
        margin: 0;
        width: 100% !important;
    }
    .b1{
        margin:0  auto;
        width: 90%;
    }
    .b1>a ,
    ul.activity-content h3,
    ul.activity-content h4{
        width: 100%;
    }
    ul.activity-content h3 a{
        display: block;
        padding-top: 8px;
    }
    ul.activity-content li.b > h4{
        margin:0  auto !important;
        width: 90%;
    }
    .b1>a{
        display: block;
        margin:0  auto!important;
    }
    .b1>a img {
        margin-top: 3px;
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    ul.activity-content > li {
        padding: 24px 0;
    }
    ul.activity-content h4 span.common {
        margin-top: 6px;
        margin-bottom: auto;
        width: 100%;        
    }
    .service-box {
        margin: 0 16px;
    }
    .service-box ul {
        margin-bottom: 32px;
      } 
    .service-box ul li {
        width: 100%;
    }
    .service-box ul li + li {
        margin-left: 0;
        margin-top: 12px;
    }
    .service-box ul li a{
        text-align: center;
    }
    .article-content.w-1440.flex > div{
        width: 100% !important;
    }
    .about_text{
        height: auto;
        background-size: cover;
    }
    .form-trial .checkbox{
        display: flex;
        flex-direction: column;
    }
    .form-trial .col-sm-offset-2.col-sm-10{
        text-align: center;
    }
    .form-trial .btn + .btn{
        margin-left: 12px;
    }
    .form-trial .col-sm-2.control-label + .col-lg-4 + .col-lg-4{
        margin-top: 4px;
    }
    .company-info{
        flex-direction: column-reverse;
    }
    .company-info img{
        max-width: 100%;
        height: auto;
    }
    .titleBg,
    .product{
        flex-wrap: wrap;
    }
    .intoweb {
        margin-left: 0;
        margin-top: 24px;
    }
    .product {
        justify-content: space-between;
    }
    .product li:nth-child(n+2) {
        margin-left: 0;
    }
    .product-box ul li{
        margin-bottom: 16px;
    }
    .product-box ul li {
        width: 45%;
        padding-bottom: 34.57%;
    }


}