.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #178dce;
  }
  .index .header-wrapper:hover {
    background: #fff;
  }
  .index .header-wrapper:hover .language .caption {
    border-color: #333;
    color: #333;
  }
  .index .header-wrapper:hover .language .caption:before {
    background-image: url(../img/lang2.png);
  }
  .index .header-wrapper:hover .language .caption:after {
    background-image: url(../img/idown2.png);
  }
  .index .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .index .header-wrapper:hover .pc-nav-box li.on > a,
  .index .header-wrapper:hover .pc-nav-box li:hover > a {
    color: #178dce;
  }
  .index .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper .language:hover .caption:after {
    transform: rotateX(180deg);
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-box-5 .swiper-wrapper,
  .index-box-5 .swiper-container {
    overflow: inherit;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 10;
    background: #f8f8f8;
  }
  .page-nav-wrapper .w1200 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: 0.65rem;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .page-nav-box {
    flex: 1;
    overflow: hidden;
    margin-right: 0.9rem;
    height: 100%;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: var(--fs16);
    line-height: 0.65rem;
    height: 0.65rem;
    min-width: 1.45rem;
    padding: 0 0.2rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #fff;
    font-weight: 700;
    background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, 
						normal;
  }
  .page-nav-wrapper .breadcrumb {
    font-size: 0;
  }
  .page-nav-wrapper .breadcrumb a,
  .page-nav-wrapper .breadcrumb span,
  .page-nav-wrapper .breadcrumb img {
    display: inline-block;
    vertical-align: middle;
  }
  .page-nav-wrapper .breadcrumb a,
  .page-nav-wrapper .breadcrumb span {
    font-size: 14px;
  }
  .page-nav-wrapper .breadcrumb a {
    color: #909090;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }
  .page-nav-wrapper .breadcrumb a:hover {
    color: #178dce;
  }
  .page-nav-wrapper .breadcrumb .local {
    position: relative;
    width: 0.15rem;
    margin-right: 0.1rem;
  }
  .page-nav-wrapper .breadcrumb .icon {
    margin: 0 0.1rem;
  }
  .page-nav-wrapper .breadcrumb span {
    color: #178dce;
  }
  .goodslist-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .goodslist-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-wrapper .cat-box a:hover {
    background-color: #178dce;
    color: #fff;
  }
  .job-wrapper .item:hover .top {
    background-color: #178dce;
  }
  .job-wrapper .item:hover .top .name,
  .job-wrapper .item:hover .top .time,
  .job-wrapper .item:hover .top .salary {
    color: #fff;
  }
  .job-wrapper .item:hover .top .icon:before,
  .job-wrapper .item:hover .top .icon:after {
    background-color: #fff;
  }
  .honor-wrapper .list li:nth-child(4n) {
    margin-right: 0;
  }
  .honor-wrapper .list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .culture-wrapper .box-4 .list li:nth-child(1),
  .culture-wrapper .box-4 .list li:nth-child(6) {
    width: 36.66%;
  }
  .culture-wrapper .box-4 .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .culture-wrapper .box-4 .list li:nth-child(3n) {
    margin-right: 0;
  }
  .culture-wrapper .box-4 .list li:nth-child(1) {
    border-top-left-radius: 0.15rem;
  }
  .culture-wrapper .box-4 .list li:nth-child(3) {
    border-top-right-radius: 0.15rem;
  }
  .culture-wrapper .box-4 .list li:nth-child(4) {
    border-bottom-left-radius: 0.15rem;
  }
  .culture-wrapper .box-4 .list li:nth-child(6) {
    border-bottom-right-radius: 0.15rem;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
  .share a > img {
    height: 0.32rem;
  }
  .footer-wrapper .top {
    margin-bottom: 0.6rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.9rem;
  }
  .index-box-2 .pic img {
    height: 3.39rem;
  }
  .swiper-btn {
    width: 0.38rem;
    height: 0.53rem;
  }
  .swiper-btn.prev {
    left: -0.76rem;
  }
  .swiper-btn.next {
    right: -0.76rem;
  }
  .index-box-4 .info,
  .index-box-2 .info {
    bottom: 0.24rem;
  }
  .index-box-3 .pic img {
    height: 1.94rem;
  }
  .index-box-3 .name {
    bottom: 0.2rem;
  }
  .index-box-4 .pic img {
    height: 3.25rem;
  }
  .index-more.xs {
    line-height: 0.46rem;
  }
  .index-box-5 .pic img {
    height: 2.53rem;
  }
  .index-box-5 .info {
    padding: 0.3rem 0.4rem 0.4rem 0.4rem;
  }
  .index-box-5 .desc {
    margin-bottom: 0.36rem;
  }
  .goodsinfo-wrapper .index-title {
    margin-bottom: 0.6rem;
  }
  .index-banner-wrapper .title {
    font-size: 0.68rem;
  }
  .index-banner-wrapper .info .box-container > div {
    width: 5.8rem;
  }
  .index-banner-wrapper .title span {
    margin-left: 0.36rem;
  }
  .development-wrapper .info {
    padding: 0.7rem 0.8rem;
  }
  .download-wrapper .list li a {
    padding-left: 1.3rem;
  }
  .page-banner-wrapper h1 {
    font-size: 0.94rem;
    line-height: 0.94rem;
  }
  .download-wrapper p {
    margin-top: 0.14rem;
  }
  .goodsinfo-wrapper .detail-box {
    padding-bottom: 1.2rem;
  }
  .contact-wrapper .contact {
    margin-bottom: 0.8rem;
  }
  .contact-wrapper .caption {
    margin-bottom: 0.2rem;
  }
  .contact-wrapper .box-2 {
    padding-bottom: 1.1rem;
  }
  .culture-wrapper .box-1 .info {
    padding-top: 1rem;
  }
  .culture-wrapper h4 {
    padding-bottom: 0.36rem;
  }
  .culture-wrapper .box-2 {
    height: 5.4rem;
  }
  .culture-wrapper .box-5 .inner {
    padding: 0 1.1rem;
  }
  .culture-wrapper .box-6 {
    height: 4.8rem;
  }
  .culture-wrapper .box-1 .info {
    padding-top: 0.8rem;
  }
  .about-wrapper .detail-box .year {
    font-size: 1.1rem;
    line-height: 1rem;
  }
  .about-wrapper .box-3 .icon {
    width: 0.96rem;
    height: 0.96rem;
  }
  .about-wrapper .box-3 .item {
    padding-top: 0.64rem;
  }
  .about-wrapper .box-3 .item .title {
    margin-bottom: 0.12rem;
  }
  .about-wrapper .box-4 .info ul {
    line-height: 0.4rem;
  }
  .about-wrapper .box-3 .icon {
    margin-bottom: 0.4rem;
  }
  .contact-wrapper .part-2 .page-title {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs16: 15px;
    --fs18: 16px;
    --fs20: 17px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
  .p_h,
  .header-wrapper .box-container {
    height: 0.9rem;
  }
  .pc-nav-box li > a {
    line-height: 0.9rem;
  }
  .index-box-1 .content {
    margin: 0.2rem auto 0.46rem;
  }
  .swiper-btn {
    width: 0.36rem;
    height: 0.51rem;
  }
  .swiper-btn.prev {
    left: -0.72rem;
  }
  .swiper-btn.next {
    right: -0.72rem;
  }
  .index-more {
    min-width: 1.4rem;
  }
  .index-box-5 .title {
    line-height: 0.32rem;
    height: 0.64rem;
  }
  .index-box-5 .info {
    padding-bottom: 0.36rem;
  }
  .share a > img {
    height: 0.3rem;
  }
  .share li {
    margin-right: 0.4rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.8rem;
  }
  .w1200 {
    width: 1100px;
  }
  .goods-wrapper .list li {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .goodsinfo-wrapper .index-title {
    margin-bottom: 0.5rem;
  }
  .index-banner-wrapper .title {
    font-size: 0.64rem;
    margin-bottom: 0.24rem;
  }
  .download-wrapper p {
    margin-top: 0.1rem;
  }
  .page-banner-wrapper h1 {
    font-size: 0.88rem;
    line-height: 0.88rem;
  }
  .service-wrapper .title {
    margin-bottom: 0.12rem;
  }
  .goodsinfo-wrapper .detail-box {
    padding-bottom: 1rem;
  }
  .contact-wrapper .form .group {
    margin-top: 0.24rem;
  }
  .honor-wrapper .list li {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .culture-wrapper .box-1 .info {
    padding-top: 0.8rem;
  }
  .culture-wrapper h4 {
    padding-bottom: 0.3rem;
  }
  .culture-wrapper .box-2 {
    height: 4.8rem;
  }
  .culture-wrapper .box-5 .inner {
    padding: 0 1rem;
  }
  .culture-wrapper .box-6 {
    height: 4.6rem;
  }
  .about-wrapper .swiper-box .swiper-btn {
    bottom: 11px;
  }
  .about-wrapper .detail-box .year {
    font-size: 1rem;
    line-height: 0.9rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs16: 14px;
  }
  .index-banner-wrapper .title {
    font-size: 0.6rem;
  }
  .about-wrapper .detail-box .year {
    font-size: 0.9rem;
    line-height: 0.8rem;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    border-radius: 3px;
    margin-left: 0.2rem;
    border: 1px solid #333;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 50%;
    height: 0.04rem;
    background: #333;
    position: absolute;
    left: 25%;
    top: 0.26rem;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -4px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 4px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #178dce;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #178dce;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #178dce;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #178dce;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .search-box {
    position: relative;
    width: 93%;
    margin: 0.6rem auto 0;
    border-radius: 1rem;
    background: #f5f5f5;
    /* input placeholder  */
    overflow: hidden;
    border: 1px solid #178dce;
  }
  .phone-nav .search-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box .keywords {
    font-size: 0.28erm;
    color: #666;
    width: 90%;
    border: none;
    background: #f5f5f5;
    height: 0.72rem;
    padding: 0 0.3rem;
  }
  .phone-nav .search-box .search-btn {
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    z-index: 10;
  }
  .phone-nav .search-box .search-btn img {
    width: 0.36rem;
  }
  .phone-nav .language {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
  }
  .phone-nav .language a {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .phone-nav .language a:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .phone-nav .language a:last-child:after {
    display: none;
  }
  .phone-nav .language a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin-top: -6px;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .pc-nav-box {
    display: none;
  }
  .index .header-wrapper .nav-icon {
    border-color: #fff;
  }
  .index .header-wrapper .nav-icon span {
    background: #fff;
  }
  .index .header-wrapper.on .nav-icon,
  .index .header-wrapper.shadow .nav-icon {
    border-color: #333;
  }
  .index .header-wrapper.on .nav-icon span,
  .index .header-wrapper.shadow .nav-icon span {
    background: #333;
  }
  .header-wrapper.active {
    top: -1.2rem;
  }
  .header-wrapper .box-container {
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: auto;
  }
  .header-wrapper .logo-box img {
    max-height: 0.9rem;
    object-fit: contain;
    object-position: left center;
  }
  .header-wrapper .other-box {
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .header-wrapper .search {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.26rem;
  }
  .header-wrapper .language {
    min-width: 1.5rem;
  }
  .header-wrapper .language .caption {
    font-size: var(--fs14);
    line-height: 0.6rem;
  }
  .header-wrapper .language .caption:before {
    width: 12px;
    height: 12px;
    margin-right: 0.12rem;
  }
  .header-wrapper .language .caption:after {
    width: 6px;
  }
  .header-wrapper .language .list {
    padding: 0.24rem 0;
  }
  .header-wrapper .language .list a {
    line-height: 0.6rem;
  }
  .search-form {
    padding: 0.8rem 0;
  }
  .search-form .main {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 0.3rem;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .pc-nav-box {
    display: none;
  }
  .p_h {
    height: 1.2rem;
  }
  .footer-nav-box {
    display: none;
  }
  .footer-wrapper {
    padding: 1rem 0 0.8rem;
  }
  .footer-wrapper .top {
    display: block;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.4rem;
    padding: 0;
    border-top: none;
  }
  .footer-wrapper .box-2 .box-container {
    display: block;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: var(--fs14);
  }
  .footer-wrapper .copyright {
    text-align: center;
    margin-top: 0.16rem;
    line-height: 0.4rem;
  }
  .footer-wrapper .logo {
    display: block;
    margin: 0 auto;
    width: 35%;
  }
  .link {
    text-align: center;
  }
  .link a {
    font-size: var(--fs14);
    padding-right: 0.16rem;
    margin-right: 0.16rem;
    line-height: 0.4rem;
  }
  .link a:after {
    top: 0.12rem;
    width: 0.02rem;
    height: 0.2rem;
  }
  .share {
    display: none;
    text-align: center;
    margin-right: 0;
  }
  .share li {
    margin-right: 0.4rem;
  }
  .share a > img {
    height: 0.48rem;
  }
  .share .qrcode {
    bottom: -1.6rem;
    width: 1.28rem;
    margin-left: -0.64rem;
  }
  .index-title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .imore {
    font-size: 0.24rem;
  }
  .index-more {
    min-width: 2rem;
    line-height: 0.68rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .index-more.xs {
    min-width: 1.6rem;
    line-height: 0.56rem;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .info .box-container > div {
    width: 80%;
  }
  .index-banner-wrapper .info-1 {
    padding-bottom: 0;
  }
  .index-banner-wrapper .info-2 {
    bottom: 1.2rem;
  }
  .index-banner-wrapper .title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    margin-bottom: 0.15rem;
  }
  .index-banner-wrapper .title span {
    margin-left: 0.2rem;
  }
  .index-banner-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.4rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0.24rem;
    width: 0.4rem;
    height: 0.2rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before,
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
    height: 0.06rem;
    top: 0.07rem;
  }
  .index-box-1 .box-container {
    flex-flow: wrap;
  }
  .index-box-1 .info-box {
    width: 100%;
  }
  .index-box-1 .index-title {
    margin-bottom: 0.6rem;
  }
  .index-box-1 .index-title:after {
    width: 0.48rem;
    height: 0.04rem;
    margin-top: 0.3rem;
  }
  .index-box-1 .name {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .index-box-1 .content {
    line-height: 0.48rem;
    margin: 0.2rem auto 0.6rem;
  }
  .index-box-1 .video-box {
    width: 100%;
    margin-top: 1rem;
  }
  .index-box-1 .video-box .play {
    margin-left: -0.36rem;
    margin-top: -0.36rem;
    width: 0.72rem;
    height: 0.72rem;
  }
  .index-box-1 .video-box .play i {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    margin-left: -0.3rem;
  }
  .index-box-2 .index-title {
    padding-left: 0.3rem;
  }
  .index-box-2 .box-container {
    padding: 0;
  }
  .index-box-2 .box-container > .index-more {
    right: 0.3rem;
    top: -0.06rem;
  }
  .index-box-2 .swiper-slide {
    width: 60%;
  }
  .index-box-2 .swiper-slide.swiper-slide-active .info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-box-2 .pic img {
    height: auto;
  }
  .index-box-2 .info {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.4rem);
    -webkit-transform: translateY(0.4rem);
    -moz-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    -o-transform: translateY(0.4rem);
    bottom: 0.2rem;
  }
  .index-box-2 .name {
    font-size: var(--fs18);
    height: 0.48rem;
    line-height: 0.48rem;
    margin-right: 0.3rem;
  }
  .index-box-2 .swiper-btn {
    display: none;
  }
  .index-box-3 {
    margin-top: 1rem;
  }
  .index-box-3 .box-container > .index-more {
    right: 0.3rem;
    top: -0.06rem;
  }
  .index-box-3 .swiper-container {
    padding-bottom: 0.7rem;
  }
  .index-box-3 .pic img {
    height: auto;
  }
  .index-box-3 .name {
    font-size: var(--fs14);
    height: 0.48rem;
    line-height: 0.48rem;
    bottom: 0.12rem;
    padding: 0 0.1rem;
  }
  .index-box-3 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #178dce;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #178dce;
    width: 24px;
    border-radius: 30px;
  }
  .index-box-3 .swiper-btn {
    display: none;
  }
  .index-box-4 {
    background-attachment: inherit;
  }
  .index-box-4 ul {
    display: block;
  }
  .index-box-4 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .index-box-4 li:last-child {
    margin-bottom: 0;
  }
  .index-box-4 .box-container > .index-more {
    right: 0.3rem;
    top: -0.06rem;
  }
  .index-box-4 .pic img {
    height: auto;
  }
  .index-box-4 .info {
    bottom: 0.4rem;
  }
  .index-box-4 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    max-height: 0.96rem;
  }
  .index-box-5 {
    margin: 1rem auto;
  }
  .index-box-5 .swiper-container {
    padding-bottom: 0.7rem;
  }
  .index-box-5 .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .index-box-5 .pic img {
    height: auto;
  }
  .index-box-5 .info {
    padding: 0.5rem 0.4rem;
  }
  .index-box-5 .date {
    font-size: var(--fs14);
    line-height: 0.3rem;
  }
  .index-box-5 .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    height: 0.96rem;
    margin: 0.1rem auto 0.3rem;
  }
  .index-box-5 .desc {
    line-height: 0.4rem;
    height: 0.8rem;
    margin-bottom: 0.48rem;
  }
  .index-box-5 .box-container > .index-more {
    right: 0.3rem;
    top: -0.06rem;
  }
  .index-box-5 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-5 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #178dce;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-5 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-5 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-5 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-5 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #178dce;
    width: 24px;
    border-radius: 30px;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    padding: 0;
    height: auto;
    margin-top: 0;
  }
  .page-nav-wrapper .breadcrumb {
    display: none;
  }
  .page-nav-wrapper .w1200 {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box {
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .w1200 {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #178dce;
    color: #fff;
  }
  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.36rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-box .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-box .nav a:first-child {
    border-top: none;
  }
  .page-nav-box .nav > a.on,
  .page-nav-box .nav > a:hover {
    background: none;
  }
  .page-title {
    font-size: var(--fs24);
    margin-bottom: 0.6rem;
  }
  .page-title:after {
    width: 0.5rem;
    height: 0.04rem;
    margin-top: 0.44rem;
  }
  .page-box {
    padding: 1rem 0;
  }
  .page-banner-wrapper > img {
    height: 3.4rem;
    object-fit: cover;
  }
  .page-banner-wrapper h1 {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .goodslist-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goodslist-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .goodslist-wrapper .pic img {
    height: auto;
  }
  .goodslist-wrapper .name {
    font-size: var(--fs14);
    line-height: 0.74rem;
    height: 0.74rem;
    padding: 0 0.2rem;
  }
  .form-box {
    /* input placeholder  */
  }
  .form-box .text,
  .form-box .submit {
    height: 0.75rem;
    line-height: 0.75rem;
  }
  .form-box .text {
    width: calc(100% - 2.1rem);
    font-size: var(--fs14);
    padding: 0 0.2rem;
    border-radius: 5px;
  }
  .form-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: var(--fs14);
  }
  .form-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: var(--fs14);
  }
  .form-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: var(--fs14);
  }
  .form-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: var(--fs14);
  }
  .form-box .submit {
    width: 1.8rem;
    font-size: var(--fs14);
  }
  .goods-wrapper .main,
  .goods-wrapper .top {
    display: block;
  }
  .goods-wrapper .form-box {
    width: 100%;
  }
  .goods-wrapper .form-box .submit {
    width: 2rem;
  }
  .goods-wrapper .cat-box {
    width: 100%;
    background-color: transparent;
    height: auto;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    border-radius: 0;
  }
  .goods-wrapper .cat-box a {
    width: calc((100% - 0.4rem) / 3);
    height: 0.84rem;
    font-size: 0.24rem;
    padding: 0 0.1rem;
    border: 1px solid #ebebeb;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 5px;
  }
  .goods-wrapper .cat-box a:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .goods-wrapper .cat-box a:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-wrapper .cat-box a:nth-child(3n) {
    margin-right: 0;
  }
  .goods-wrapper .cat-box a span {
    text-align: center;
    line-height: 0.32rem;
  }
  .goods-wrapper .list {
    width: 100%;
    margin-top: 0.6rem;
  }
  .goods-wrapper .list li {
    margin-bottom: 0.3rem;
    padding: 0.4rem 0.3rem;
  }
  .goods-wrapper .part-2 .page-title {
    margin-bottom: 0.48rem;
  }
  .goods-wrapper .part-2 .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
    height: auto;
    max-height: 0.88rem;
    padding-right: 2.6rem;
    -webkit-line-clamp: 2;
  }
  .goods-wrapper .part-2 .desc {
    line-height: 0.48rem;
    height: 0.96rem;
    margin: 0.24rem auto 0;
  }
  .goods-wrapper .part-2 .label {
    font-size: 0.24rem;
    line-height: 0.48rem;
    right: 0.3rem;
    top: 0.4rem;
  }
  .goods-wrapper .part-1 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .goods-wrapper .part-1 .info {
    width: 100%;
  }
  .goods-wrapper .part-1 .pic {
    width: 100%;
    margin-top: 0.8rem;
  }
  .goods-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper {
    padding-top: 1rem;
  }
  .goodsinfo-wrapper .base-box {
    display: block;
  }
  .goodsinfo-wrapper .index-title {
    margin-bottom: 0.24rem;
  }
  .goodsinfo-wrapper .info {
    width: 100%;
  }
  .goodsinfo-wrapper .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .goodsinfo-wrapper .caption {
    font-size: 0.32rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
  }
  .goodsinfo-wrapper .content {
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .detail-box {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper table td {
    padding: 0.3rem 0.1rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
  }
  .development-wrapper li {
    display: block;
    margin-bottom: 0.3rem;
  }
  .development-wrapper .pic,
  .development-wrapper .info {
    width: 100%;
  }
  .development-wrapper .info {
    padding: 0.8rem 0.48rem;
  }
  .development-wrapper .desc {
    line-height: 0.48rem;
  }
  .development-wrapper .key {
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .download-wrapper .list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .download-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .download-wrapper .list li a {
    padding: 0.48rem 0.8rem 0.48rem 1.2rem;
  }
  .download-wrapper .list li i {
    left: 0.3rem;
  }
  .download-wrapper .name {
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .download-wrapper p {
    line-height: 0.32rem;
  }
  .download-wrapper .icon {
    width: 0.3rem;
    right: 0.3rem;
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .solution-wrapper .tips {
    margin-top: 0.48rem;
    line-height: 0.48rem;
  }
  .solution-wrapper .item {
    display: block;
    margin-bottom: 0.8rem;
  }
  .solution-wrapper .pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.48rem;
  }
  .solution-wrapper .info {
    width: 100%;
  }
  .solution-wrapper .info li {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin-bottom: 0.24rem;
    padding: 0.2rem 0.4rem 0.2rem 0.8rem;
  }
  .solution-wrapper .info em {
    top: 0.2rem;
  }
  .solution-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .top {
    margin-bottom: 0.6rem;
  }
  .top h3 {
    margin-bottom: 0.48rem;
  }
  .top .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .service-wrapper .item {
    display: block;
    margin-bottom: 0.3rem;
  }
  .service-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .service-wrapper .info,
  .service-wrapper .pic {
    width: 100%;
  }
  .service-wrapper .info {
    padding: 0.6rem 0.48rem 0.7rem;
    display: block;
  }
  .service-wrapper .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .service-wrapper .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
    max-height: 1.44rem;
  }
  .contact-wrapper .part-1 {
    padding: 1rem 0;
  }
  .contact-wrapper .part-1 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.6rem;
    padding-right: 2.5rem;
  }
  .contact-wrapper .part-1 .item:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .part-1 .item:nth-child(3n) {
    width: 100%;
    padding-right: 0;
  }
  .contact-wrapper .list {
    line-height: 0.48rem;
  }
  .contact-wrapper .list .title {
    margin-bottom: 0.12rem;
  }
  .contact-wrapper .caption {
    margin-bottom: 0.12rem;
    font-weight: 500;
  }
  .contact-wrapper .contact {
    margin-bottom: 0;
  }
  .contact-wrapper .qrcode {
    width: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .contact-wrapper .part-2 {
    padding: 1rem 0;
  }
  .contact-wrapper .part-2 .item {
    margin-bottom: 0.6rem;
  }
  .contact-wrapper .part-2 .page-title {
    margin-bottom: 0.24rem;
  }
  .contact-wrapper .part-2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact-wrapper .part-2 ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.3rem 0.2rem;
  }
  .contact-wrapper .part-2 ul li:nth-child(3) {
    margin-top: 0.3rem;
  }
  .contact-wrapper .part-2 .area {
    top: 0.3rem;
    font-size: var(--fs14);
    line-height: 0.52rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    width: 1.4rem;
  }
  .contact-wrapper .part-2 .area:before,
  .contact-wrapper .part-2 .area:after {
    border-radius: 0.24rem 0 0 0.24rem;
  }
  .contact-wrapper .part-2 .name {
    font-size: var(--fs20);
  }
  .contact-wrapper .part-2 .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin-top: 0.24rem;
  }
  .contact-wrapper .part-2 .desc b {
    letter-spacing: 0;
  }
  .contact-wrapper .box-2 {
    padding: 1rem 0;
  }
  .contact-wrapper .form .group {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .form .group:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .text {
    height: 0.78rem;
    line-height: 0.74rem;
  }
  .contact-wrapper .msg {
    height: 2.5rem;
    line-height: 0.48rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .contact-wrapper .submit {
    margin-top: 0;
    width: 2.2rem;
    line-height: 0.78rem;
  }
  .job-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .job-wrapper .list > .top {
    display: none;
  }
  .job-wrapper .top,
  .job-wrapper .detail {
    padding-left: 0.4rem;
    padding-right: 1rem;
  }
  .job-wrapper .top {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .job-wrapper .top .time,
  .job-wrapper .top .salary {
    width: 48%;
    text-align: left;
    font-size: var(--fs14);
  }
  .job-wrapper .top .time span,
  .job-wrapper .top .salary span {
    display: inline-block;
  }
  .job-wrapper .top .icon {
    right: 0.4rem;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .job-wrapper .top .icon:before {
    height: 2px;
    margin-top: -1px;
  }
  .job-wrapper .top .icon:after {
    width: 2px;
    margin-left: -1px;
  }
  .job-wrapper .top .name {
    width: 100%;
    padding-right: 0;
  }
  .job-wrapper .top .time {
    margin-right: 0;
  }
  .job-wrapper .item {
    margin-bottom: 0.3rem;
  }
  .job-wrapper .item .top {
    line-height: 0.48rem;
  }
  .job-wrapper .item .name {
    font-size: var(--fs16);
  }
  .job-wrapper .caption {
    line-height: 0.48rem;
    margin-bottom: 0.04rem;
  }
  .job-wrapper .detail {
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
  }
  .job-wrapper .content,
  .job-wrapper .content li {
    line-height: 0.48rem;
  }
  .job-wrapper .content {
    margin-bottom: 0.36rem;
  }
  .job-wrapper .content li {
    display: block;
    margin-right: 0;
  }
  .honor-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.26rem;
  }
  .honor-wrapper .pic img {
    height: 4rem;
  }
  .honor-wrapper .icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-left: -0.32rem;
    margin-top: -0.32rem;
  }
  .honor-wrapper .info {
    height: 0.8rem;
    margin-top: 0.2rem;
  }
  .honor-wrapper p {
    width: 100%;
    font-size: var(--fs14);
    line-height: 0.4rem;
    max-height: 0.8rem;
  }
  .honor-wrapper .line:before,
  .honor-wrapper .line:after {
    height: 1px;
  }
  .honor-wrapper .line span:before,
  .honor-wrapper .line span:after {
    width: 1px;
  }
  .culture-wrapper h4 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    padding-bottom: 0.3rem;
  }
  .culture-wrapper h4:after {
    width: 0.7rem;
  }
  .culture-wrapper .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
  .culture-wrapper .box-1 .main {
    display: block;
    padding: 1rem 0.4rem 0.4rem;
  }
  .culture-wrapper .box-1 .main:before {
    width: 60%;
  }
  .culture-wrapper .box-1 .info {
    padding-top: 0;
  }
  .culture-wrapper .box-1 .pic {
    width: 100%;
    top: 0;
    margin-top: 0.8rem;
  }
  .culture-wrapper .box-2 {
    height: auto;
  }
  .culture-wrapper .box-2 .brief {
    min-height: inherit;
  }
  .culture-wrapper .box-2 .w1200 {
    padding-left: 0.3rem;
  }
  .culture-wrapper .box-2,
  .culture-wrapper .box-6 {
    background: none!important;
  }
  .culture-wrapper .box-2 .pic,
  .culture-wrapper .box-6 .pic {
    display: block;
  }
  .culture-wrapper .box-2 .info,
  .culture-wrapper .box-6 .info {
    bottom: 0.48rem;
  }
  .culture-wrapper .box-3 .item {
    display: block;
    margin-bottom: 0.3rem;
  }
  .culture-wrapper .box-3 .item:last-child {
    margin-bottom: 0;
  }
  .culture-wrapper .box-3 .pic {
    width: 100%;
  }
  .culture-wrapper .box-3 .info {
    width: 100%;
    padding: 0.8rem 0.6rem;
  }
  .culture-wrapper .box-4 {
    padding: 1rem 0;
  }
  .culture-wrapper .box-4 h4 {
    margin-bottom: 0.4rem;
  }
  .culture-wrapper .box-4 h4:after {
    width: 50%;
  }
  .culture-wrapper .box-4 .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .culture-wrapper .box-4 .list ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-top: 0.3rem;
    margin-right: 0;
    border-radius: 0.15rem;
  }
  .culture-wrapper .box-4 .list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .culture-wrapper .box-4 .pic img {
    height: 2.74rem;
  }
  .culture-wrapper .box-4 .title {
    font-size: var(--fs16);
    line-height: 0.48rem;
    top: 0.4rem;
    padding: 0 0.4rem;
  }
  .culture-wrapper .box-5 .pic {
    width: 100%;
  }
  .culture-wrapper .box-5 .info {
    position: static;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .culture-wrapper .box-5 .info:after {
    width: 44.44%;
  }
  .culture-wrapper .box-5 .inner {
    padding: 0.7rem 0.4rem;
  }
  .culture-wrapper .box-6 {
    height: auto;
  }
  .culture-wrapper .box-6 .w1200 {
    padding-right: 0;
  }
  .about-wrapper h2.title {
    font-size: var(--fs24);
    margin-bottom: 0.48rem;
  }
  .about-wrapper .content {
    line-height: 0.48rem;
  }
  .about-wrapper .detail-box h2.title {
    margin-bottom: 0.48rem;
  }
  .about-wrapper .detail-box .swiper-slide {
    display: block;
  }
  .about-wrapper .detail-box .year {
    width: 100%;
    font-size: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .about-wrapper .detail-box .desc,
  .about-wrapper .detail-box .desc li {
    line-height: 0.48rem;
  }
  .about-wrapper .detail-box .desc {
    width: 100%;
  }
  .about-wrapper .detail-box .desc li {
    padding-left: 0.36rem;
  }
  .about-wrapper .detail-box .desc li:before {
    top: 0.18rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .about-wrapper .detail-box .year {
    transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    -moz-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    -o-transform: translateX(1rem);
  }
  .about-wrapper .detail-box .desc {
    transform: translateX(-1rem);
    -webkit-transform: translateX(-1rem);
    -moz-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
  }
  .about-wrapper .swiper-box {
    margin-top: 0.8rem;
  }
  .about-wrapper .swiper-box:before,
  .about-wrapper .swiper-box:after {
    bottom: 18px;
    width: 0.8rem;
  }
  .about-wrapper .swiper-box:before {
    left: -0.8rem;
  }
  .about-wrapper .swiper-box:after {
    right: -0.8rem;
  }
  .about-wrapper .swiper-box .swiper-container {
    padding-bottom: 10px;
  }
  .about-wrapper .swiper-box .swiper-container:before {
    bottom: 18px;
  }
  .about-wrapper .swiper-box .year {
    font-size: var(--fs20);
  }
  .about-wrapper .swiper-box .icon {
    width: 18px;
    height: 18px;
    margin-top: 0.16rem;
  }
  .about-wrapper .swiper-box .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    bottom: 3px;
  }
  .about-wrapper .swiper-box .prev {
    left: -0.1rem;
  }
  .about-wrapper .swiper-box .next {
    right: -0.1rem;
  }
  .about-wrapper .box-2 .w1200 {
    padding: 0 0.48rem;
    overflow: hidden;
  }
  .about-wrapper .box-3 .list {
    flex-flow: wrap;
  }
  .about-wrapper .box-3 .item {
    width: 50%;
    border-right-width: 0;
    border-top-width: 0;
    padding: 0.6rem 0.24rem;
  }
  .about-wrapper .box-3 .item:nth-child(even) {
    border-right-width: 1px;
  }
  .about-wrapper .box-3 .item:nth-child(-n+2) {
    border-top-width: 1px;
  }
  .about-wrapper .box-3 .item .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .about-wrapper .box-3 .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.56rem;
  }
  .about-wrapper .box-3 .desc {
    font-size: var(--fs14);
    line-height: 0.48rem;
  }
  .about-wrapper .box-4 .item {
    display: block;
  }
  .about-wrapper .box-4 .info,
  .about-wrapper .box-4 .pic {
    width: 100%;
  }
  .about-wrapper .box-4 .info {
    display: block;
    padding: 0.6rem 0.4rem;
  }
  .about-wrapper .box-4 .info .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .about-wrapper .box-4 .desc,
  .about-wrapper .box-4 .desc li {
    font-size: var(--fs16);
  }
  .about-wrapper .box-4 .desc {
    line-height: 0.48rem;
  }
  .border .header-wrapper {
    position: sticky;
    top: 0;
  }
  .border .p_h {
    display: none;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .userinfo-modal {
    left: 0.3rem;
    width: calc(100% - 0.6rem);
    margin-left: auto;
    padding: 1rem 0.5rem 0.8rem;
  }
  .userinfo-modal:before {
    height: 0.14rem;
  }
  .userinfo-modal .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .userinfo-modal p {
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .userinfo-modal .group {
    margin-bottom: 0.3rem;
  }
  .userinfo-modal .group img {
    width: 0.6rem;
    left: 70px;
  }
  .userinfo-modal label {
    width: 70px;
  }
  .userinfo-modal .text {
    line-height: 0.78rem;
    padding: 0 0.3rem 0 0.6rem;
  }
  .userinfo-modal .submit {
    line-height: 0.78rem;
  }
}
