.clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.clearfix {
    zoom: 1;
}
.btn, .btn-group, .btn-group-vertical, img, svg {
    vertical-align: middle;
}
.dropdown-menu, body, caption {
    text-align: left;
}
.header-main .header-top {
    height: 100%;
}
.pl-lg {
    padding-left: 1.875rem;
}
.pr-lg {
    padding-right: 1.875rem;
}
.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header-main {
  width: 100%;
  height: 108px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: linear-gradient(86deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.header-main.cur {
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  background: linear-gradient(37deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.header-main.hide {
  opacity: 0;
}
.header-main .header-top {
  height: 100%;
  /* 关键：父容器设置为flex，且3个子项均分空间 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .header-top .header-nav {
  height: 100%;
}
.sear-main {
  top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  right: calc(100% - 30px);
  width: 0;
}
.sear-main .sear-container {
  height: 42px;
  padding: 0 20px;
  background-color: #393939;
  border-radius: 30px !important;
}
.sear-main .btn-x {
  display: none;
}
.sear-main input {
  flex: 1;
  font-size: 14px;
  color: #fff;
  background: none;
}
.sear-main input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.sear-main.cur {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  width: 230px;
}


.nav-container {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5%;
}

.nav-container > a {
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 0 25px;
  display: inline-block;
  height: 100%;
  line-height: 108px;
  border-bottom: 4px solid transparent;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  position: relative;
}
.nav-container > a:hover {
  color: #000;
}
/* 核心：添加中间分割线（排除最后一个导航项） */
.nav-container > a:not(:last-child)::after {
  content: ''; /* 伪元素必须有 content */
  position: absolute;
  right: 0; /* 定位到导航项右侧 */
  top: 40%; /* 垂直居中（上下留25%间距） */
  height: 25%; /* 分割线高度（占导航项50%） */
  width: 1px; /* 分割线宽度 */
  background-color: rgba(153, 153, 153, 0.3); /* 分割线颜色（半透明白色，可调整） */
  
  /* 关键：分割线不随hover变化，所以不写在hover状态里 */
}

.nav-container > a.on, .nav-container > a:hover {
  border-bottom: 4px solid #f4b636;
  font-weight: bold;
  /* 无需修改transition，分割线不受hover影响 */
}

/* 右侧功能区：固定布局，不占均分空间 */
.header-right-func {
  display: flex;
  align-items: center;
  gap: 15px; /* 功能项之间的间距（可选：调小可缩小搜索/语言/电话之间的空隙） */
}

@media screen and (max-width: 1780px) { 
.nav-container {
    margin: 0 3%;
}
.nav-container > a {
	font-size: 16px;
}
}
@media screen and (max-width: 1647px) { 
.logo {
    height:60px;
}
.nav-container {
    margin: 0 2%;
}
}


.header-m {
  position: relative;
  display: none;
  z-index: 99;
}
.header-m .nav-m {
  width: 200px;
  position: absolute;
  top: 50px;
  z-index: 99;
  right: -110%;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.9);
  box-shadow: 1px -1px 10px rgba(51, 51, 51, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.header-m .nav-m > a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.header-m .nav-m .nav-m-first-li {
  text-align: center;
}
.header-m .nav-m .nav-m-first-li .nav-m-first-a {
  float: left;
  display: inline-block;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  font-size: 17px;
}
.header-m .nav-m .nav-m-first-li .nav-m-first-i {
  float: right;
  margin-top: 15px;
  margin-left: 18px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("../images/mjt.png") no-repeat;
}
.header-m .nav-m .nav-m-first-li .nav-m-second {
  display: none;
}
.header-m .nav-m .nav-m-first-li .nav-m-second .nav-m-second-li {
  text-align: center;
}
.header-m .nav-m .nav-m-first-li .nav-m-second .nav-m-second-li a {
  display: inline-block;
  color: #fff;
  padding: 10px;
  text-align: left;
  opacity: 0.8;
  float: left;
}
.header-m .nav-m .nav-m-first-li .nav-m-second .nav-m-second-li .nav-m-third {
  display: none;
}
.header-m .nav-m .nav-m-first-li .nav-m-second .nav-m-second-li .nav-m-third a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  opacity: 0.6;
}
.header-m .nav-m .nav-m-first-li .nav-m-second .nav-m-second-li.on .nav-m-third {
  display: block;
}
.header-m .nav-m .nav-m-first-li.on .nav-m-first-i {
  transform: rotate(90deg);
}
.header-m .nav-m .nav-m-first-li.on .nav-m-second {
  display: block;
}
.header-m.active .nav-m {
  display: block;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}

@media (max-width: 1560px) {
  .header-main .logo {
    height: 50px;
  }
  .nav-container {
    margin: 0 5px; /* 窄屏时同步缩小间距（原10px，现5px） */
  }
  .nav-container > a {
    font-size: 16px;
    padding: 0 15px;
  }
}
@media (max-width: 1300px) {
  .header-main .logo {
    height: 28px;
  }
  .nav-container > a {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 1060px) {
  .header-pc {
    display: none;
  }
  .header-m {
    display: block;
  }
  .cuIcon-search {
    display: none;
  }
  /* 移动端隐藏右侧功能区的导航相关样式 */
  .header-right-func {
    gap: 0px;
  }
}
@media (max-width: 640px) {
  .president-message .info-box .info-block > div:nth-child(3){
    margin-top: 24px !important;
  }
  .header-main {
    height: 60px;
  }
  .header-main > div.pl-lg {
    padding: 10px;
  }
  .header-main.cur {
    background: linear-gradient(37deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  }
  .header-main .text-xl {
    font-size: 12.6px;
  }
  .header-main .border-l {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.subNav-content {
  width: 100%;
  background: #ffffff;
  z-index: 99;
  display: none;
  box-shadow: 0 5px 51px rgba(53, 57, 77, 0.3);
}
.subNav-content .subnav-left {
  width: 25%;
  float: left;
  border-left: 1px solid #e5e5e5;
}
.subNav-content .subnav-left li {
  border-left: 5px solid transparent;
  position: relative;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.subNav-content .subnav-left li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #35394d;
  line-height: 70px;
  padding-left: 15px;
}
.subNav-content .subnav-left li a .img {
  margin-right: 32px;
  margin-left: 13px;
}
.subNav-content .subnav-left li i {
  display: none;
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.subNav-content .subnav-left li.on {
  border-left: 5px solid #93859b;
  background: #f2f1f3;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.subNav-content .subnav-left li.on i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.subNav-content .subnav-left:nth-child(1) {
  width: 28%;
}
.subNav-content .subnav-right {
  width: 35%;
  float: left;
  display: flex;
  align-items: end;
  border-left: 1px solid #e5e5e5;
  padding: 50px 45px 55px 40px;
  box-sizing: border-box;
}
.subNav-content .subnav-right .text {
  width: 45%;
  margin-left: 6%;
}
.subNav-content .subnav-right .text .dd1 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  position: relative;
  line-height: 1;
  padding-bottom: 22px;
}
.subNav-content .subnav-right .text .dd1::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #f4b636;
  position: absolute;
  left: 0;
  bottom: 0;
}
.subNav-content .subnav-right .text .dd2 {
  font-size: 16px;
  color: #777777;
  line-height: 22px;
  margin-top: 15px !important;
}
.subNav-content .subnav-right .text .base-button-1 {
  width: 160px;
  height: 50px;
  border: 1px solid #dddddd;
  font-size: 16px;
  margin-top: 40px;
}
.subNav-content .subnav-right .text .base-button-1 .text-gray-35394D {
  color: #777777;
}
.subNav-content .subnav-right .text .base-button-1:hover .text-gray-35394D {
  color: #fff;
}
.subNav-content .subnav-ul {
  float: left;
  width: 65%;
  border-left: 1px solid #e5e5e5;
  padding: 0;
  margin-top: 30px;
  padding-left: 2%;
  padding-right: 3%;
  box-sizing: border-box;
}
.subNav-content .subnav-ul .second-ul li {
  width: 20%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.t_cp.subNav-content.t_cp .subnav-ul .second-ul li {
  width: auto;
  padding-right:4%;
}
@media (max-width: 1440px) {
  .t_cp.subNav-content.t_cp .subnav-ul .second-ul li {
    width: auto;
  padding-right:2%;
  }
}
@media (max-width: 1280px) {
  .t_cp.subNav-content.t_cp .subnav-ul .second-ul li {
    width: auto;
  padding-right:1%;
  }
}
@media (max-width: 1220px) {
  .t_cp.subNav-content.t_cp .subnav-ul .second-ul li {
    width: auto;
  padding-right:0%;
  }
}

.subNav-content .subnav-ul .second-ul li a {
  display: inline-block;
  font-size: 18px;
  color: #35394d;
  padding: 20px 5px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  position: relative;
  margin-left: 15px;
}
.subNav-content .subnav-ul .second-ul li.on a, .subNav-content .subnav-ul .second-ul li:hover a {
  color: #35394d;
  font-weight: bold;
  border-bottom: 4px solid #f4b636;
}
.subNav-content .subnav-ul .third-ul {
  width: 100%;
  padding-top: 35px;
}
.subNav-content .subnav-ul .third-ul li {
  width: 20%;
  float: left;
  border-left: 5px solid transparent;
  position: relative;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.t_cp.subNav-content .subnav-ul .third-ul li {
  width: auto;
  margin-right:3%;
}
@media (max-width: 1440px) {
  .t_cp.subNav-content .subnav-ul .third-ul li {
    width: auto;
    margin-right:2%;
  }
}
@media (max-width: 1280px) {
  .t_cp.subNav-content .subnav-ul .third-ul li {
    width: auto;
    margin-right:1%;
  }
}
@media (max-width: 1220px) {
  .t_cp.subNav-content .subnav-ul .third-ul li {
    width: auto;
    margin-right:0%;
  }
}
.subNav-content .subnav-ul .third-ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #777777;
  line-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.subNav-content .subnav-ul .third-ul li a .img {
  margin-right: 32px;
  margin-left: 13px;
}
.subNav-content .subnav-ul .third-ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.subNav-content .subnav-ul .third-ul li.on, .subNav-content .subnav-ul .third-ul li:hover {
  border-left: 5px solid #93859b;
  background: #f2f1f3;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.subNav-content .subnav-ul .third-ul li.on a, .subNav-content .subnav-ul .third-ul li:hover a {
  color: #35394d;
}
.subNav-content .subnav-ul .third-ul li.on i, .subNav-content .subnav-ul .third-ul li:hover i {
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.subNav-content .subnav-cybj-right {
  float: left;
  width: 22%;
  padding-left: 38px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #e5e5e5;
}
.subNav-content .subnav-cybj-right .pic {
  position: relative;
}
.subNav-content .subnav-cybj-right .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subNav-content .subnav-cybj-right .pic .ckgd-more {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/cpbj-nav-bg.png) left bottom no-repeat;
  display: flex;
  align-items: flex-end;
}
.subNav-content .subnav-cybj-right .pic .ckgd-more p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  float: left;
  width: calc(100% - 70px);
  margin: 10px;
}
.subNav-content .subnav-cybj-right .pic .ckgd-more .dd-icon {
  width: 36px;
  height: 36px;
  background: #eaab2f;
  float: right;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.subNav-content .subnav-cybj-right .text {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  margin-top: 20px;
}

.subnav-second {
  width: 50%;
  float: left;
}
.subnav-second .subnav-left {
  width: 50% !important;
}

.subnav-other2 {
  width: 25% !important;
}
.subnav-other2 .subnav-other3 {
  width: 100% !important;
}

@media (max-width: 1600px) {
  .subNav-content .subnav-right {
    padding: 30px;
  }
  .subNav-content .subnav-ul {
    padding: 0 30px;
    margin-top: 10px;
  }
  .subNav-content .subnav-ul .third-ul {
    padding-top: 10px;
  }
}
.main-footer {
  background: #454545;
  overflow: hidden;
}
.main-footer .logo {
  height: 50px;
}
.main-footer .foot-top {
  height: 130px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 51px;
}
.main-footer .foot-top .la-block {
  position: relative;
}
.main-footer .foot-top .la-block .la-info-model {
  background: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0px 0px 36px 2px rgba(51, 53, 56, 0.123);
  opacity: 0;
  visibility: hidden;
}
.main-footer .foot-top .la-block .la-info-model img {
  width: 100%;
}
.main-footer .foot-top .la-block .la-info-model:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
}
.main-footer .foot-top .la-block:hover .la-info-model {
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  opacity: 1;
  visibility: visible;
  top: 57px;
}
.main-footer .foot-left {
  margin-right: 114px;
  color: #999;
}
.main-footer .foot-right > ul {
  width: 16.6666666667%;
}
.main-footer .foot-right > ul > li > a {
  font-size: 18px;
  color: #fff;
}
.main-footer .foot-right > ul > ul {
  margin-top: 34px;
}
.main-footer .foot-right > ul > ul > li {
  margin-bottom: 15px;
}
.main-footer .foot-right > ul > ul > li > a {
  font-size: 16px;
  color: #999;
}
.main-footer .foot-right > ul > ul > li > a:hover {
  color: #fff;
}
.main-footer .foot-bottom {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 20px;
}
.main-footer .foot-com{	
    display: none;
    width: 100%;
    text-align: center;
    padding: 0px 0 20px;
    color: #9d9d9d;
    font-size: 14px;
}
.main-footer .foot-bottom a {
  color: #999;
}

.main-footer-help {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 40%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
}
.main-footer-help.cur {
  visibility: visible;
  opacity: 1;
}
.main-footer-help .div-list {
  box-shadow: 0px 0px 36px 2px rgba(51, 53, 56, 0.123);
}
.main-footer-help .div-list .item {
  text-align: center;
  width: 100px;
  height: 100px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.main-footer-help .div-list .item .la {
  position: absolute;
  right: 0;
  height: 100px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  bottom: 0;
  width: 200px;
  font-size: 22px;
  z-index: -1;
  box-shadow: 0px 0px 36px 2px rgba(51, 53, 56, 0.123);
  visibility: hidden;
  opacity: 0;
}
.main-footer-help .div-list .item .la .ever {
  width: 100px;
  height: 100px;
}
.main-footer-help .div-list .item .la.ever {
  width: 100px;
}
.main-footer-help .div-list .item .icon img:nth-child(1) {
  display: block;
}
.main-footer-help .div-list .item .icon img:nth-child(2) {
  display: none;
}
.main-footer-help .div-list .item:last-child {
  border-bottom: none;
}
.main-footer-help .div-list .item:hover {
  background: linear-gradient(86deg, #E29D28 0%, #F7BB39 100%);
}
.main-footer-help .div-list .item:hover .text-gray-999 {
  color: #fff;
}
.main-footer-help .div-list .item:hover .icon img:nth-child(1) {
  display: none;
}
.main-footer-help .div-list .item:hover .icon img:nth-child(2) {
  display: block;
}
.main-footer-help .div-list .item:hover .la {
  visibility: visible;
  opacity: 1;
  right: 100%;
}
.main-footer-help .div-foot {
  margin-top: 18px;
  background: rgba(74, 58, 84, 0.8);
  padding: 15px 0;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 640px) {
  .main-footer-help {
    display: none;
  }
  .main-footer .wp > .flex {
    display: block;
  }
  .main-footer .wp .foot-top {
    padding-top: 20px;
    height: auto;
    padding-bottom: 20px;
  }
  .main-footer .wp .foot-top > div:nth-child(2) {
    margin-top: 10px;
  }
  .main-footer .wp .foot-left {
    margin-right: 0;
  }
  .main-footer .wp .foot-right {
    display: none;
  }
  .main-footer .wp .foot-bottom {
    margin-top: 40px;
  }
  .main-footer .foot-com {
    font-size:12px;
  }
  .main-footer .wp .foot-bottom > .flex {
    margin-top: 20px;
  }
  .main-footer .wp .mt-xl {
    margin-top: 20px;
  }
}
.header-bottom{
  display:none;
}
.mobile-btn{
  display:none;
}
.pl-md {
    padding-left: 1.25rem;
}
.opacity-50 {
    opacity: .5;
}
.ml-md {
    margin-left: 1.25rem;
}
.h-xl {
    height: 3.125rem;
}
.border-l {
    border-left-width: 1px;
}
.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
}
.flex-col {
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-col, .flex-col-reverse {
    -webkit-box-orient: vertical;
}
.text-white {
    --text-opacity: 1;
    color: #333333;
    color: rgba(0, 0, 0, var(1));
    line-height:1.4;
    font-size:16px;
}
.text-xl {
    font-size: 1.475rem;
}
.text-white {
    color: #333 !important;
}
.t_cp.subNav-content .subnav-ul .third-ul li {
    width: auto;
    margin-right: 3%;
}
.cuIcon-search:before {
    content: '\e65c';
}
[class*='cuIcon-'] {
    font-family: 'cuIcon';
    font-size: inherit;
    font-style: normal;
}
.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}
.cursor-pointer {
    cursor: pointer;
}
.text-lg {
    font-size: 16px;
}
.relative {
    position: relative;
}
.text-lg {
    font-size: 1.123rem;
}
.ml-sm {
    margin-left: .625rem;
}
@media (min-width: 640px) {
    .sm\:ml-lg {
        margin-left: 1.875rem;
    }
}
@media (max-width: 768px) {
.text-white {
    font-size:10px;
}
.h-xl {
    height: 2.125rem;
}
}
.text-gray-999{
  color:#666!important;
}
.text-gray-35394D{
  color:#666;
}
#c_static_001-1656069914204 .cuIcon-back_android:before,
#c_static_001-1656069914204 .cuIcon-back_android:before{
color:#fff
}
#c_static_001-1656237623292 .mtbd-ul li .text a{
  color:#424242;
}
#c_static_001-1656243854312 .xxgk-ul li div.clearFix .dd2{
  color:#424242;
}
#c_static_001-1656426123566 .jkyy-part1 .text{
  color:#666;
}
#c_static_001-1656429467648 .jkyy-part1 .text{
  color:#666;
}
#c_static_001-1656430500989 .detail-part1 .text .top .dd2{
  color:#666;
}
#c_static_001-1656430500989 .detail-part2 .cpgs-detail .cpgs-nr{
color:#666;
}
.header-bottom{
  display:none;
}
.mobile-btn{
  display:none;
}
@media only screen and (max-width: 1024px){
  .header-main .text-xl{
    width:100%;
  }
 #c_grid-16576722322100 .header-main.cur{
    background:#000;
  }
  #c_grid-16576722322100  .header-main{
    z-index:1000;
  }
  .header-m .nav-m{
    width:100%;
  }
.mobile-btn {
    display: block;
   margin-left:16px;
  }
 .mobile-btn .nav-button {
    position: relative;
    width: 28px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    float: right;
    top: 0;
  }
  .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
.mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
.mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
.mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
 .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
   .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
.mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
 .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  
  .header-bottom{
  display:none;
    position: fixed;
    top:60px;
    width: 100%;
    background: #fff;
    padding:0 20px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header-bottom>ul>li{
   border-top: 1px solid #cfcfcf;	
  }
  .header-bottom>ul>li:last-child{
       border-bottom: 1px solid #cfcfcf;	
  }
  .header-bottom>ul>li.active div>i{
      transform: rotate(-90deg)!important;
  }
  .header-bottom>ul>li>div{
    position:relative;
       
  }
  .header-bottom>ul>li>div>a{
    display:block;
    padding:14px;
    font-size:15px;
    width:50%;
  }
    .header-bottom>ul>li>div>i{
   position:absolute;
      right:14px;;
      top:50%;
     margin-top:-7px;
    width: 8px;
    height: 14px;
    background: url(../images/mjt.png) no-repeat;
          transform: rotate(90deg);
  }
    .header-bottom>ul>li>ul{
      border-top:1px solid #cfcfcf;
     display:none;
  }
    .header-bottom>ul>li>ul>li a{
      display:block;
    padding:10px 30px;
    font-size:14px;
  }
  
}
@media screen and (max-width: 768px) {
    .mobile-img>img {
        display: none;
    }
}
@media only screen and (max-width: 768px){
  .current-nav .current-right{
    width:100%!important;
  }
  #c_static_001-1660211101138 .js-kv-wrapper{
    height:44px;
  }
  #c_static_001-1657612842409 .e_loop-1 .p_input_match{
      height:44px;
    margin-top:0;
      background: none;
  }
  #c_static_001-1657612842409 .p_filter_value{
  margin-top:0;
        margin-right: 0;
    margin-left: 0;
    width: 56%;
    padding-left:10px;
  }
  #c_static_001-1657612842409 .e_loop-1 .p_v_item{
    padding:0;
  
  }
  #c_static_001-1660211101138 .p_filter_value{
    margin-top:0;
        margin-right: 0;
    margin-left: 0;
    width: 56%;
    padding-left:10px;
  }
  .anniu{
    width:44%;
    top:0;
    left:0;
  }
  .icon-search:after{
    top:12px;
  }
  .zhiwei{
    width:44%;
    top:0;
    left:0;
    flex:1;
  }
  .anniu>a{
    font-size:16px;
  }
  #c_static_001-1656298170069 .lxsq-content .map .map-content .map-left .title{
    font-size:22px;
  }
  .main-footer .wp .foot-bottom>div{
    font-size:12px;
    text-align:left;
  }
  .main-footer .wp .foot-bottom>div a{
    display:block;
  }
  .fzlc-content .title, .ryzz-content .title, .pzbz-content .dd-txrz, .jszc-content .title, .hzhb-content .title{
    font-size:20px!important;
  }
  .dd-txrz{
    display:none;
  }
  .shzp-content .shzp-ul li .shzp-nr .shzp-left .dd2 span{
    font-weight:normal!important;
  }
  #c_static_001-1656426123566 .jszc-content{
    padding:40px 0;
  }
  #c_static_001-1656426123566 .jszc-content #jszc-swiper{
    margin-top:40px;
  }
  .jkyy-part1 .text{
    height:370px!important;
  }
  .zi-banner .zi-banner-content{
    top:12%!important;
    padding:0 10px!important;
  }
  .zi-banner .zi-banner-content .zw{
    font-size:20px!important;
  }
  .zi-banner .zi-banner-content .yw{
    font-size:14px!important;
  }
}