@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding-top: 100px;
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 0.72rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 0.72rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font34 {
  font-size: 0.34rem;
}
.font38 {
  font-size: 0.38rem;
}
.font40 {
  font-size: 0.4rem;
}
.font45 {
  font-size: 0.45rem;
}
.font48 {
  font-size: 0.48rem;
}
.font50 {
  font-size: 0.5rem;
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1900px) {
  .font14 {
    font-size: 14px;
  }
  .font16 {
    font-size: 16px;
  }
  .font18 {
    font-size: 18px;
  }
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 14px;
  }
  .font16 {
    font-size: 16px;
  }
  .font18 {
    font-size: 18px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
  .font34 {
    font-size: 20px;
  }
  .font38 {
    font-size: 22px;
  }
  .font40 {
    font-size: 24px;
  }
  .font45 {
    font-size: 26px;
  }
  .font48 {
    font-size: 28px;
  }
  .font50 {
    font-size: 30px;
  }
  .font60 {
    font-size: 30px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-head-move {
  top: -101px;
}
#c-header.c-style2 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #333;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 0.5rem;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
.c-header-b {
  border-bottom: 1px solid #e6e6e6 !important;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 34px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 26px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-left: 1rem;
  font-weight: bold;
  position: relative;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 4px;
  background: #0088c7;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-left: 1.1rem;
  }
}
#c-header .c-nav > li.on a {
  color: #0088c7;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  overflow: visible;
  position: absolute;
  box-shadow: #e0e0e0 0 0 10px;
  top: 99%;
  left: 0;
  /* right: 0; */
  display: none;
  padding:0 1em !important;
  text-align: left;
  line-height: 1.4;
  background: #ffffff;
  align-items: center;
  padding-right: 2em !important;
}

#c-header .c-nav ul:before, #c-header .c-nav ul:after{
  content:"";
  height:1em;
  display:block;
}

#c-header .c-nav ul li {
  display: block;
  /* margin: 0 0.4rem; */
  font-weight: normal;
  line-height: 2em;
  white-space: nowrap;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header .c-nav ul li a:hover {
  color: #0088c7;
}
#c-header .c-nav ul li a.on {
  color: #0088c7;
}
#c-header .c-nav ul li a:before {
  display: none;
}
#c-header .c-nav li:nth-child(2) ul {
  padding-left: 6%;
}
#c-header .c-nav li:nth-child(3) ul {
  /* padding-left: 25%; */
}
#c-header .c-nav li:nth-child(4) ul {
  /* padding-left: 48%; */
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #0088c7;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #0088c7;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
  /*height: -webkit-calc(40vh);*/
  height: auto;
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1900px) {
  #c-header .c-gn form {
    padding: 0 15px;
  }
}
#c-header .c-gn form:hover > i {
  color: #0088c7;
}
#c-header .c-gn form > i {
  transition: 0.5s;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #0088c7;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 28px;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header.c-style2 .c-gn .c-phone {
  color: #0088c7;
}
/*首页轮播图*/
.c-banner1 {
  position: relative;
  z-index: 0;
}
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-banner1 .con {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
}
.c-banner1 .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
@media (max-width: 767px) {
  .c-banner1 .container {
    line-height: 1.3;
  }
}
.c-banner1 .container .title {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 1.5em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  line-height: 1.15em;
}
@media (max-width: 1260px) {
  .c-banner1 .container .title {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .c-banner1 .container .title {
    width: 6em;
    font-size: 0.8rem;
  }
}
.c-banner1 .container .txt {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 3em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.32rem;
}
@media (max-width: 1260px) {
  .c-banner1 .container .txt {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px ;
  }
}
@media (max-width: 767px) {
  .c-banner1 .container .txt {
    margin-top: 0.5em;
    font-size: 0.7em;
  }
}
.c-banner1 .container .btnMoreOrg {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 2em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .c-banner1 .container .btnMoreOrg {
    margin-top: 0.5rem;
  }
}
.c-banner1 .swiper-slide-active .container .title {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-slide-active .container .txt {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-slide-active .container .btnMoreOrg {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-pagination {
  text-align: left;
  bottom: 0.6rem;
  width: auto;
  left: 13.55%;
  right: 13.55%;
}
@media (max-width: 1580px) {
  .c-banner1 .swiper-pagination {
    left: 8%;
    right: 8%;
  }
}
.c-banner1 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.c-banner1 .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 30px;
  height: 6px;
}
/* 底部 */
#c-footer {
  position: relative;
  z-index: 10;
  background-color: #e8f3f7;
  color: #333;
}
#c-footer a {
  color: #999;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #0088c7;
}
#c-footer .c-top-box {
  padding: 0.98rem 0 0.84rem;
  background: #e8f3f7;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 3rem 0;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    border-bottom: 1px solid #666;
    padding-top: 1em;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #333;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #333;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #0088c7;
}
#c-footer .c-top-box .container .c-title-box i {
  display: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box i {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-logo-box img {
  height: 34px;
  width: auto;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.5rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  line-height: 2.6em;
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box i {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-text-box {
  line-height: 2.1em;
  margin-top: 1.4em;
}



 #c-footer .c-top-box .container .c-text-box p + p:empty {
  height: 2em; /* 将每个空 p 元素的高度设置为 2em */
}


#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.5s;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #0088c7;
}
#c-footer .c-top-box .container .c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-footer .c-top-box .container .c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-top-box .container .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 1.5rem;
  }
}
#c-footer .c-flink {
  color: rgba(153, 153, 153, 0.7);
  background: #e8f3f7;
  color: #666a6b;
}
#c-footer .c-flink .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.36rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-flink .container {
    padding: 1.5rem 1rem;
  }
}
#c-footer .c-flink .container .c-code img {
  width: 80px;
  height: auto;
}
#c-footer .c-flink a {
  color: #666a6b;
  margin-right: 0.6em;
  display: inline-block;
}
#c-footer .c-flink a:hover {
  color: #0088c7;
}
#c-footer .c-bottom-box {
  color: rgba(153, 153, 153, 0.7);
  background: #e8f3f7;
}
#c-footer .c-bottom-box .container {
  border-top: 1px solid #d5dfe3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.36rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container {
    padding: 1.5rem 1rem;
  }
}
#c-footer .c-bottom-box .container a {
  color: rgba(153, 153, 153, 0.7);
}
#c-footer .c-bottom-box .container a:hover {
  color: #0088c7;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support {
    margin-top: 0.5rem;
  }
}
#c-footer .c-bottom-box .container .c-support a {
  margin-left: 2em;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support a {
    margin-left: 0;
    margin-right: 2em;
  }
}
/* 顶部banner */
#c-top-banner {
  position: relative;
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #0088c7;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #0088c7;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #0088c7;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #0088c7;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 分页 */
.c-page {
  padding-top: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.c-page a {
  margin: 0.1em 0.5em;
  display: block;
  text-align: center;
  color: #999;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.c-page a:hover,
.c-page a.on {
  color: #ed6f00;
  border-bottom: 1px solid #ed6f00;
}
.c-page span {
  margin: 0.1em 0.5em;
  display: block;
  text-align: center;
  color: #999;
}
.c-page a.prev,
.c-page a.next {
  color: #ed6f00;
}
.c-page .prev,
.c-page .next {
  margin-top: 0;
  line-height: 1.1;
  font-size: 2em;
  font-weight: bold;
  color: #ccc;
}
.c-page .prev {
  margin-right: 1.5em;
}
.c-page .next {
  margin-left: 1.5em;
}
@media (max-width: 767px) {
  .c-page .prev {
    display: inline-block;
    margin-right: 0.4em;
  }
  .c-page .next {
    margin-left: 0.4em;
    display: inline-block;
  }
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  font-size: 36px;
  line-height: 70px;
  background-image: url(../images/bgxs2.png);
  background-repeat: no-repeat;
  background-position: left 57% center;
  color: #fff;
  background-size: auto 70px;
}
.c-common-title .c-text {
  padding-top: 0.15rem;
  font-size: 22px;
  line-height: 32px;
  color: #666;
}
/*内页banner*/
.b-banner {
  position: relative;
  z-index: 0;
  background-color: #000;
  height: 6rem;
}
.b-banner::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .b-banner {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .b-banner {
    height: 14rem;
  }
}
.b-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-banner .c-mb1,
.b-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .b-banner .c-mb1,
  .b-banner .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .b-banner .c-pc1,
  .b-banner .c-pc2 {
    display: none;
  }
}
.b-banner .c-pc1,
.b-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.b-banner .c-pc2,
.b-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
.b-banner .con {
  position: absolute;
  z-index: 10;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 13.55%;
  width: 72.9%;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1580px) {
  .b-banner .con {
    width: 84%;
    left: 8%;
  }
}
@media (max-width: 991px) {
  .b-banner .con {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .b-banner .con {
    width: auto;
    left: 1rem;
    right: 1rem;
  }
}
.b-banner .con .title {
  letter-spacing: 0.05em;
  margin: 0 auto 0 0;
  width: 52%;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .b-banner .con .title {
    width: auto;
  }
}
.b-banner .con .txt {
  margin: 0.64rem auto 0 0;
  line-height: 1.3;
  width: 52%;
}
@media (max-width: 767px) {
  .b-banner .con .txt {
    width: auto;
  }
}
.b-banner .con .txt2 {
  margin: 1em auto 0 0;
  line-height: 1.3;
  width: 47%;
}
@media (max-width: 767px) {
  .b-banner .con .txt2 {
    width: auto;
  }
}
.b-banner .con .label {
  margin-top: 0.18rem;
  overflow: hidden;
}
.b-banner .con .label span {
  padding: 0 2.2em;
  margin: 0.2rem -0.6em 0;
  display: inline-block;
  line-height: 2.4;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -moz-border-radius: 1.3em;
  -webkit-border-radius: 1.3em;
  border-radius: 1.3em;
}
@media (max-width: 767px) {
  .b-banner .con .label {
    font-size: 12px;
  }
}
.h-banner {
  height: 8.5rem;
}
@media (max-width: 991px) {
  .h-banner {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .h-banner {
    height: 14rem;
  }
}
/*快序动态 相关文献*/
.newBox {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 1.3rem 0 1.36rem;
}
@media (max-width: 767px) {
  .newBox {
    padding: 3rem 0;
  }
}
.newBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newBox .title {
  color: #999;
}
.newBox .title2 {
  line-height: 1.2;
}
.newBox .titleBox .btnMoreOrg {
  margin-top: 0;
}
.newBox .list0 {
  margin-top: 0.52rem;
}
@media (max-width: 767px) {
  .newBox .list0 {
    margin-top: 1rem;
  }
}
.newBox .list0 li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.44rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .newBox .list0 li {
    display: block;
    padding-bottom: 1rem;
  }
}
.newBox .list0 li .txt {
  width: 51.4%;
}
@media (max-width: 767px) {
  .newBox .list0 li .txt {
    width: auto;
  }
}
.newBox .list0 li .name {
  line-height: 1.25em;
}
@media (max-width: 767px) {
  .newBox .list0 li .name {
    margin-top: 0.3em;
  }
}
.newBox .list0 li .name a {
  color: #333;
}
.newBox .list0 li .name a:hover {
  color: #0188c8;
}
.newBox .list0 li .date {
  text-align: right;
}
@media (max-width: 767px) {
  .newBox .list0 li .date {
    text-align: left;
  }
}
.newBox .list0 li .intro {
  margin-top: 1em;
  line-height: 2em;
  color: #999;
}
.newBox .list0 li .intro a {
  color: #333;
}
.newBox .list0 li .intro a:hover {
  color: #0188c8;
}
.newBox .list0 li .year {
  margin-top: 1em;
  color: #999;
}
@media (max-width: 767px) {
  .newBox .list0 li .year {
    margin-top: 0.3em;
  }
}
.newBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .newBox .list ul {
    display: block;
  }
}
.newBox .list li {
  width: 31.42%;
  margin-right: 2.85%;
  margin-top: 5.5%;
}
@media (max-width: 767px) {
  .newBox .list li {
    width: auto;
    margin-right: 0;
    margin-top: 1rem;
  }
}
.newBox .list2 li {
  margin-top: 2.85%;
}
.newBox .list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .newBox .list li:first-child {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .newBox .list2 li:first-child {
    margin-top: 1.5rem;
  }
}
.newBox .list li .pic {
  position: relative;
  z-index: 0;
  padding-top: 63.63%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.newBox .list li .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 1s;
}
.newBox .list li .pic img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.newBox .list li .pic .c-pic1 {
  z-index: 0;
}
.newBox .list li .pic .c-pic2 {
  z-index: 2;
}
.newBox .list li .txt {
  margin-top: 1.6em;
}
@media (max-width: 767px) {
  .newBox .list li .txt {
    margin-top: 1rem;
  }
}
.newBox .list li .name {
  margin-top: 0.3em;
  color: #333;
}
.newBox .list li .name a {
  color: #333;
}
.newBox .list li .date {
  color: #999;
}
.newBox .list li:hover .name a {
  color: #0188c8;
}
.bgBray {
  background-color: #f5f5f5;
}
/*位置导航*/
.posiBox {
  background-color: #fff;
}
.posiBox .position {
  color: #333;
  line-height: 1.6;
  padding: 1.5em 0 1.5em;
}
.posiBox .position a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  color: #999;
  cursor: pointer;
}
.posiBox .position a:hover {
  color: #333;
}
.posiBox .position span {
  display: inline-block;
  vertical-align: middle;
}
.posiBox .position .arrow {
  margin-right: 0.6em;
  vertical-align: middle;
  display: inline-block;
  width: 0.5625em;
  height: 0.5625em;
  background: url(../images/arrow6.png) center center no-repeat;
  background-size: contain ;
}
/*404*/
.box404 {
  padding: 1.3rem 0 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .box404 {
    padding: 3rem 0;
  }
}
.box404 h2 span {
  font-weight: bold;
}
.box404 img {
  display: block;
  margin: 0.4rem auto 0.6rem;
  max-width: 781px;
  height: auto;
  width: 55%;
}
@media (max-width: 767px) {
  .box404 img {
    margin: 1rem auto;
  }
}
/*页面元素入场动画*/
.anim {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.anim.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.animLeft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.animLeft.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.animRight {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.animRight.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
/*按钮*/
.btnMoreOrg {
  cursor: pointer;
  margin-top: 0.98rem;
  line-height: 3;
  display: inline-block;
  color: #fff;
  padding: 0 2.28em;
  transition: all 0.5s;
  background-color: #ed6f00;
  border: 1px solid #ed6f00;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
}
@media (max-width: 767px) {
  .btnMoreOrg {
    margin-top: 1.5rem;
  }
}
.btnMoreOrg:after {
  margin-left: 0.6em;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: contain ;
}
.btnMoreOrg:hover {
  background-color: #fff;
  color: #ed6f00;
}
.btnMoreOrg:hover:after {
  background-image: url(../images/arrow3.png);
}
.btnMoreWhite {
  cursor: pointer;
  line-height: 3;
  display: inline-block;
  padding: 0 2.28em;
  transition: all 0.5s;
  background-color: #fff;
  color: #ed6f00;
  border: 1px solid #ed6f00;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
}
@media (max-width: 767px) {
  .btnMoreWhite {
    margin-top: 1.5rem;
  }
}
.btnMoreWhite:after {
  margin-left: 0.6em;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/arrow3.png) center center no-repeat;
  background-size: contain ;
}
.btnMoreWhite:hover {
  background-color: #ed6f00;
  color: #fff;
}
.btnMoreWhite:hover:after {
  background-image: url(../images/arrow.png);
}
.btnBlue {
  cursor: pointer;
  margin-top: 0.46rem;
  line-height: 2.4;
  display: inline-block;
  color: #fff;
  padding: 0 2.9em;
  transition: all 0.5s;
  letter-spacing: 0.1em;
  background-color: #0087c6;
  border: 1px solid #0087c6;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
}
@media (max-width: 767px) {
  .btnBlue {
    margin-top: 1.5rem;
  }
}
.btnBlue:hover {
  background-color: #fff;
  color: #0087c6;
}
.btnMore {
  margin-top: 1.2em;
  display: inline-block;
  cursor: pointer;
  color: #333;
  opacity: 0.45;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .btnMore {
    margin-top: 0.5rem;
  }
}
.btnMore:after {
  margin-left: 0.9em;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/arrow2.png) center center no-repeat;
  background-size: contain;
}
.btnMore:hover {
  opacity: 1;
}

/*ajax滑动加载*/
#loading {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #333;
}
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
    display: inline-block;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#no-more-data {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}
#no-more-data::before {
    content: "—";
    display: inline-block;
    margin: 0 10px;
    color: #ccc;
}
#no-more-data::after {
    content: "—";
    display: inline-block;
    margin: 0 10px;
    color: #ccc;
}