.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;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #176db9;
  }
  .footer-wrapper .share li:hover:before {
    animation: iconScale 1.5s ease infinite;
    opacity: 1;
    visibility: visible;
  }
  .footer-wrapper .share li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .page-cat-box a:hover {
    color: #176db9;
  }
  .page-cat-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .honor-box li:nth-child(4n) {
    margin-right: 0;
  }
  .honor-box li:nth-child(-n+4) {
    margin-top: 0;
  }
  .business-box li:nth-child(3n) {
    margin-right: 0;
  }
  .business-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .index .header-wrapper + .p_h {
    display: none;
  }
  .base-wrapper .cat-box a:hover {
    color: #176db9;
  }
  .base-wrapper .cat-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .about-wrapper .box-4 li:nth-child(-n+2) {
    width: 49.023%;
    margin-top: 0;
  }
  .about-wrapper .box-4 li:nth-child(3n+2),
  .about-wrapper .box-4 li:nth-child(2) {
    margin-right: 0;
  }
  .search-wrapper .cat-box a:hover {
    color: #176db9;
  }
  .index-box-3 .main li .pic img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 1366px;
  }
  .pc-nav-box .item .info .caption {
    font-size: 32px;
    line-height: 40px;
  }
  .index-banner-wrapper .scroll {
    bottom: 140px;
  }
  .index-title-box {
    padding: 120px 0 48px;
  }
  .info-wrapper .base h2,
  .index-title-box h3 {
    font-size: 40px;
  }
  .index-box-1 .name {
    font-size: 34px;
  }
  .index-box-1 .since {
    font-size: 90px;
  }
  .index-box-1 .desc {
    margin-bottom: 56px;
    padding-right: 40px;
  }
  .index-box-1 .box-container {
    padding-bottom: 220px;
  }
  .index-box-1 .data {
    padding: 90px 90px 80px;
    height: 270px;
    bottom: -135px;
  }
  .data p {
    margin-top: 16px;
  }
  .data .num {
    font-size: 64px;
  }
  .index-box-2 {
    margin-top: 140px;
  }
  .index-box-2 .swiper-box .swiper-slide.on a {
    font-size: 22px;
  }
  .index-box-2 .swiper-btn {
    width: 50px;
    height: 50px;
  }
  .index-box-2 .info {
    padding: 34px 38px 40px 34px;
  }
  .index-box-2 .name {
    font-size: 24px;
  }
  .index-box-2 .desc {
    margin: 14px auto 30px;
  }
  .index-box-3 .date {
    font-size: 20px;
    line-height: 20px;
  }
  .index-box-3 .desc {
    margin: 6px auto 10px;
  }
  .index-box-3 .main li {
    padding-left: 26px;
  }
  .index-box-3 .right > .pic img {
    height: 382px;
  }
  .index-box-4 .name {
    font-size: 28px;
  }
  .desc {
    font-size: 15px;
    line-height: 28px;
  }
  .index-box-4 .desc {
    margin-top: 12px;
  }
  .index-box-4 .info {
    padding: 40px 42px 0;
  }
  .index-box-4 {
    padding-bottom: 120px;
  }
  .footer-nav-box {
    margin-bottom: 40px;
  }
  .pc-nav-box {
    margin-left: 120px;
  }
  .pc-nav-box > ul li a {
    font-size: 17px;
  }
  .data em i {
    top: -24px;
  }
  .breadcrumb-wrapper {
    width: calc(100% - 120px);
  }
  .page-banner-wrapper h1 {
    font-size: 44px;
  }
  .page-box:before {
    left: calc((100% - 1366px) / 2);
    width: 400px;
  }
  .page-box:after {
    right: calc((100% - 1366px) / 2);
    width: 250px;
  }
  .honor-box .pic img {
    height: 210px;
  }
  .honor-box .name {
    font-size: 15px;
  }
  .padding,
  .page-box {
    padding: 110px 0;
  }
  .mt {
    margin-top: 110px;
  }
  .pageNum a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .pageNum a.dot {
    line-height: 36px;
  }
  .pageNum .btn {
    font-size: 15px;
  }
  .business-box .pic img {
    height: 196px;
  }
  .business-box .name {
    font-size: 22px;
  }
  .business-box .info {
    padding-bottom: 36px;
  }
  .news-wrapper .brief,
  .news-box .brief {
    margin-bottom: 30px;
  }
  .news-wrapper .title,
  .news-box .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news-wrapper .date,
  .news-box .date {
    font-size: 17px;
  }
  .news-wrapper .brief,
  .news-box .brief {
    margin-bottom: 20px;
  }
  .newsinfo-wrapper .top h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .newsinfo-wrapper .relative-box p {
    margin-top: 10px;
  }
  .base-wrapper .right .num {
    font-size: 32px;
  }
  .base-wrapper .right p {
    margin-bottom: 12px;
  }
  .base-wrapper .title {
    font-size: 28px;
  }
  .base-wrapper .number span {
    font-size: 66px;
  }
  .base-wrapper .cat-box a {
    font-size: 22px;
    padding-bottom: 22px;
  }
  .service-wrapper table td {
    padding: 20px 36px;
    height: 76px;
  }
  .service-wrapper table td:nth-child(2) {
    padding-right: 25%;
  }
  .advice-box li a {
    margin-left: 70px;
  }
  .advice-box li {
    height: 86px;
  }
  .report-wrapper table td {
    font-size: 16px;
    height: 80px;
  }
  .report-wrapper .caption {
    font-size: 34px;
  }
  .job-wrapper .top {
    height: 82px;
  }
  .job-wrapper .top div.icon {
    width: 82px;
    height: 82px;
  }
  .contact-wrapper .icon {
    width: 100px;
  }
  .contact-wrapper .map {
    margin-top: 80px;
    height: 560px;
  }
  .contact-wrapper .name,
  .businessinfo-wrapper .caption {
    font-size: 34px;
  }
  .contact-wrapper .info {
    padding: 50px 70px 70px;
  }
  .contact-wrapper .go {
    width: 196px;
    line-height: 48px;
  }
  .contact-wrapper .address {
    font-size: 17px;
    margin-bottom: 48px;
  }
  .contact-wrapper .box-container li {
    padding: 0 80px;
  }
  .businessinfo-wrapper .box-2 .icon {
    width: 56px;
  }
  .businessinfo-wrapper .desc {
    font-size: 17px;
  }
  .about-wrapper .base .info {
    padding-left: calc((100% - 1366px) / 2);
  }
  .about-wrapper .box-1 .index-title-box {
    padding-bottom: 22px;
  }
  .about-wrapper .box-2 .name {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 26px;
  }
  .about-wrapper .box-3 .prev {
    left: -80px;
  }
  .about-wrapper .box-3 .next {
    right: -80px;
  }
  .about-wrapper .box-4 .name {
    font-size: 22px;
  }
  .about-wrapper .box-5 .brief {
    font-size: 34px;
  }
  .about-wrapper .box-6 {
    padding: 140px 0 200px;
  }
  .index-banner-wrapper .info-1 .title,
  .index-banner-wrapper .info-2 .title,
  .index-banner-wrapper .info-3 .title,
  .index-banner-wrapper .info-4 .desc {
    font-size: 52px;
  }
  .index-banner-wrapper .info-4 .brief,
  .index-banner-wrapper .info-1 .desc {
    font-size: 44px;
  }
  .index-banner-wrapper .info-1 .brief {
    font-size: 28px;
  }
  .index-banner-wrapper .info-5 .desc,
  .index-banner-wrapper .info-3 .desc {
    font-size: 22px;
  }
  .index-banner-wrapper .info-4 .title {
    font-size: 74px;
  }
  .index-banner-wrapper .info-4 .brief {
    margin-top: 50px;
  }
  .index-banner-wrapper .info-4 {
    top: 280px;
  }
  .index-banner-wrapper .info-5 .title {
    font-size: 64px;
  }
  .index-banner-wrapper:hover .prev {
    left: 48px;
  }
  .index-banner-wrapper:hover .next {
    right: 48px;
  }
  .index-banner-wrapper .info-5 {
    top: 340px;
  }
  .index-box-2 .swiper-box .swiper-slide {
    padding: 0 10px;
  }
  .about-wrapper .box-2 .pic img {
    height: 370px;
  }
  .news-wrapper .pic img,
  .news-box .pic img {
    height: 182px;
  }
  .index-banner-wrapper .info-1 .box-container div {
    width: 56%;
  }
}
@media screen and (max-width: 1440px) {
  .box-container {
    width: 1200px;
  }
  .pc-nav-box .item .info .caption {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .index-banner-wrapper .scroll {
    bottom: 100px;
  }
  .index-title-box {
    padding: 100px 0 40px;
  }
  .info-wrapper .base h2,
  .index-title-box h3 {
    font-size: 36px;
  }
  .index-box-1 .name {
    font-size: 32px;
    line-height: 36px;
  }
  .index-box-1 .since {
    font-size: 80px;
    line-height: 70px;
  }
  .pc-nav-box {
    margin-left: 80px;
    margin-right: 60px;
  }
  .pc-nav-box > ul li a {
    font-size: 17px;
  }
  .index-box-1 .desc {
    margin-bottom: 42px;
    padding-right: 36px;
  }
  .index-box-1 .btn-box a {
    width: 140px;
    line-height: 46px;
    font-size: 14px;
  }
  .video-box .play {
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
  }
  .index-box-1 .box-container {
    padding-bottom: 190px;
  }
  .index-box-1 .data {
    padding: 70px;
    height: 230px;
    bottom: -115px;
  }
  .data p {
    margin-top: 12px;
  }
  .data .num {
    font-size: 56px;
    line-height: 50px;
  }
  .index-box-2 {
    margin-top: 120px;
  }
  .data em,
  .data p {
    font-size: 15px;
  }
  .index-box-2 .swiper-box a {
    padding-top: 28px;
  }
  .index-box-2 .swiper-box .swiper-slide.on a {
    font-size: 20px;
  }
  .index-box-2 .swiper-btn {
    width: 46px;
    height: 46px;
  }
  .index-box-2 .info {
    padding: 30px;
  }
  .index-box-2 .name {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
  .index-box-2 .desc {
    margin: 8px auto 20px;
    line-height: 22px;
    height: 88px;
  }
  .desc {
    line-height: 26px;
  }
  .index-btn {
    font-size: 14px;
  }
  .index-btn i {
    width: 13px;
    height: 11px;
  }
  .index-box-3 .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .index-box-3 .date {
    font-size: 18px;
    line-height: 18px;
  }
  .index-box-3 .desc {
    margin: 4px auto 8px;
    line-height: 22px;
    height: 44px;
  }
  .index-box-3 .main li {
    padding: 16px 16px 16px 24px;
    margin-bottom: 16px;
  }
  .index-box-3 .right li {
    margin-top: 16px;
  }
  .index-box-3 .right > .pic img {
    height: 332px;
  }
  .index-more {
    width: 164px;
    line-height: 52px;
  }
  .index-box-3 {
    padding-bottom: 180px;
  }
  .index-box-4 {
    margin-top: -80px;
  }
  .index-box-4:before {
    height: 80px;
  }
  .index-box-4 .name {
    font-size: 26px;
  }
  .index-box-4 .desc {
    margin-top: 8px;
  }
  .share a {
    width: 44px;
    height: 44px;
  }
  .pc-nav-box .item .info a {
    font-size: 15px;
    line-height: 32px;
  }
  .pc-nav-box > ul li a {
    line-height: 90px;
  }
  .p_h,
  .header-wrapper .box {
    height: 90px;
  }
  .pc-nav-box:before,
  .search-form,
  .pc-nav-box .hidebox {
    top: 90px;
  }
  .data em i {
    top: -22px;
  }
  .breadcrumb-wrapper {
    width: calc(100% - 100px);
  }
  .page-banner-wrapper h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-box:before {
    left: calc((100% - 1200px) / 2);
    width: 340px;
  }
  .page-box:after {
    right: calc((100% - 1200px) / 2);
    width: 200px;
  }
  .honor-box .pic img {
    height: 178px;
  }
  .padding,
  .page-box {
    padding: 100px 0;
  }
  .mt {
    margin-top: 100px;
  }
  .honor-box li,
  .honor-box .swiper-slide {
    padding: 14px 20px 24px;
  }
  .honor-box .date {
    font-size: 13px;
    margin-top: 2px;
  }
  .pageNum {
    margin-top: 60px;
  }
  .pageNum a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  .pageNum a.dot {
    line-height: 32px;
  }
  .pageNum .btn {
    font-size: 14px;
    width: 90px;
  }
  .page-cat-box a {
    margin-right: 60px;
  }
  .page-cat-box {
    margin-bottom: 50px;
  }
  .business-box .pic img {
    height: 172px;
  }
  .business-box .name {
    font-size: 20px;
  }
  .business-box .info {
    padding: 26px 32px 32px;
  }
  .business-box li a:after {
    height: 3px;
  }
  .more {
    font-size: 15px;
  }
  .info-wrapper .address {
    font-size: 15px;
  }
  .content {
    font-size: 16px;
  }
  .info-wrapper .right .content:first-child {
    margin-bottom: 30px;
  }
  .info-wrapper .return {
    width: 150px;
    font-size: 14px;
    margin-top: 44px;
  }
  .result-wrapper .desc {
    line-height: 30px;
  }
  .news-wrapper .brief,
  .news-box .brief {
    margin-bottom: 18px;
  }
  .news-wrapper .title,
  .news-box .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .news-wrapper .date,
  .news-box .date {
    font-size: 16px;
  }
  .news-wrapper .info,
  .news-box .info {
    padding-right: 80px;
  }
  .news-wrapper li,
  .news-box li {
    margin-bottom: 30px;
  }
  .newsinfo-wrapper .top h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .newsinfo-wrapper .relative-box p {
    margin-top: 8px;
  }
  .base-wrapper .right .num {
    font-size: 28px;
  }
  .base-wrapper .right p {
    margin-bottom: 8px;
  }
  .base-wrapper .title {
    font-size: 26px;
  }
  .base-wrapper .number span {
    font-size: 62px;
  }
  .base-wrapper .cat-box a {
    font-size: 20px;
    padding-bottom: 20px;
    margin-right: 60px;
  }
  .service-wrapper table td {
    padding: 16px 32px;
    height: 68px;
    font-size: 16px;
    line-height: 26px;
  }
  .service-wrapper table td:nth-child(2) {
    padding-right: 22%;
  }
  .service-wrapper .info {
    padding-top: 50px;
  }
  .service-wrapper .name {
    font-size: 22px;
  }
  .service-wrapper .level {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .service-wrapper .desc,
  .service-wrapper .desc a {
    font-size: 15px;
  }
  .service-wrapper .desc {
    line-height: 28px;
  }
  .advice-box li a {
    margin-left: 64px;
    padding-right: 110px;
  }
  .advice-box li {
    height: 82px;
  }
  .advice-box li a,
  .advice-wrapper .date {
    font-size: 16px;
  }
  .advice-box li a:after {
    width: 25px;
  }
  .report-wrapper table td {
    font-size: 15px;
    height: 74px;
  }
  .report-wrapper .caption {
    font-size: 32px;
  }
  .job-wrapper .top {
    height: 78px;
    padding-left: 44px;
  }
  .job-wrapper .top div.icon {
    width: 78px;
    height: 78px;
  }
  .job-wrapper .detail {
    padding-left: 44px;
    padding-right: 44px;
  }
  .job-wrapper .form .group {
    width: 270px;
  }
  .job-wrapper .top div {
    font-size: 16px;
  }
  .advice-box li a:after {
    width: 24px;
  }
  .contact-wrapper .icon {
    width: 80px;
  }
  .contact-wrapper .map {
    margin-top: 70px;
    height: 500px;
  }
  .businessinfo-wrapper .caption,
  .contact-wrapper .name {
    font-size: 30px;
    line-height: 36px;
  }
  .contact-wrapper .info {
    padding: 44px 54px 54px;
  }
  .contact-wrapper .go {
    width: 170px;
    line-height: 44px;
    padding: 0 20px;
    background-position: right 20px center;
  }
  .contact-wrapper .address {
    font-size: 16px;
    margin-bottom: 36px;
    margin-top: 14px;
  }
  .contact-wrapper .box-container li {
    padding: 0 60px;
  }
  .contact-wrapper .title {
    font-size: 17px;
  }
  .businessinfo-wrapper .box-2 .icon {
    width: 52px;
  }
  .businessinfo-wrapper .desc {
    font-size: 16px;
  }
  .businessinfo-wrapper .box-2 .desc {
    margin-top: 32px;
  }
  .about-wrapper .base .info {
    padding-left: calc((100% - 1200px) / 2);
  }
  .about-wrapper .box-1 .index-title-box {
    padding-bottom: 18px;
  }
  .about-wrapper .base .content {
    line-height: 26px;
  }
  .about-wrapper .data {
    padding: 130px 0;
  }
  .about-wrapper .box-2 .name {
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 22px;
  }
  .about-wrapper .data {
    font-size: 17px;
  }
  .about-wrapper .swiper-btn {
    width: 44px;
    height: 44px;
  }
  .about-wrapper .box-2 .year-box .box-container {
    padding: 0 120px;
  }
  .about-wrapper .box-4 .name {
    font-size: 20px;
  }
  .about-wrapper .box-5 .brief {
    font-size: 30px;
  }
  .about-wrapper .box-5 .name {
    margin: 26px auto 4px;
    font-size: 22px;
  }
  .about-wrapper .box-6 {
    padding: 110px 0 160px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 17px;
  }
  .index-banner-wrapper .info-1 .title,
  .index-banner-wrapper .info-2 .title,
  .index-banner-wrapper .info-3 .title,
  .index-banner-wrapper .info-4 .desc {
    font-size: 42px;
    line-height: 60px;
  }
  .index-banner-wrapper .info-4 .brief,
  .index-banner-wrapper .info-1 .desc {
    font-size: 34px;
  }
  .index-banner-wrapper .info-1 .brief {
    font-size: 24px;
  }
  .index-banner-wrapper .info-5 .desc,
  .index-banner-wrapper .info-3 .desc {
    font-size: 18px;
  }
  .index-banner-wrapper .info-4 .title {
    font-size: 64px;
    line-height: 70px;
  }
  .index-banner-wrapper .info-4 .brief {
    margin-top: 40px;
  }
  .index-banner-wrapper .info-4 {
    top: 220px;
  }
  .index-banner-wrapper .info-5 .title {
    font-size: 54px;
  }
  .index-banner-wrapper:hover .prev {
    left: 42px;
  }
  .index-banner-wrapper:hover .next {
    right: 42px;
  }
  .index-banner-wrapper .info-5 {
    top: 240px;
  }
  .index-banner-wrapper .info-1 {
    top: 160px;
  }
  .index-banner-wrapper .info-2 {
    top: 220px;
  }
  .index-banner-wrapper .info-5 .desc,
  .index-banner-wrapper .info-3 .desc,
  .index-banner-wrapper .info-2 .desc {
    margin-top: 0;
  }
  .index-banner-wrapper .info-1 .desc:after {
    width: 150px;
  }
  .index-banner-wrapper .info-3 {
    top: 220px;
  }
  .footer-wrapper {
    padding-bottom: 40px;
  }
  .search-wrapper .cat-box a {
    font-size: 22px;
  }
  .search-wrapper .cat-box {
    margin-bottom: 50px;
  }
  .about-wrapper .box-2 .pic img {
    height: 325px;
  }
  .news-wrapper .pic img,
  .news-box .pic img {
    height: 160px;
  }
  .index-banner-wrapper .info-1 .box-container div {
    width: 52%;
  }
}
@media screen and (max-width: 1366px) {
  .pc-nav-box {
    margin: 0 40px 0 60px;
  }
  .pc-nav-box > ul li a {
    font-size: 16px;
  }
  .pc-nav-box .item .info .caption {
    font-size: 24px;
    line-height: 30px;
  }
  .info-wrapper .base h2,
  .index-title-box h3 {
    font-size: 32px;
  }
  .index-title-box p {
    font-size: 16px;
  }
  .index-box-1 .name {
    font-size: 30px;
  }
  .index-box-1 .desc {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .data .num {
    font-size: 52px;
    line-height: 48px;
  }
  .data em i {
    width: 12px;
    height: 12px;
    top: -20px;
  }
  .index-box-1 .data {
    height: 210px;
    bottom: -105px;
  }
  .index-box-2 .name {
    font-size: 20px;
  }
  .index-btn {
    font-size: 13px;
  }
  .video-modal .close {
    width: 60px;
    height: 60px;
    background-size: 18px;
  }
  .desc {
    font-size: 14px;
    line-height: 26px;
  }
  .index-box-4 .name {
    font-size: 24px;
  }
  .index-box-4 {
    padding-bottom: 100px;
  }
  .footer-wrapper {
    padding: 50px 0 36px;
  }
  .footer-nav-box {
    margin-bottom: 36px;
  }
  .page-box:before {
    width: 260px;
  }
  .page-box:after {
    width: 210px;
  }
  .page-banner-wrapper h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .page-banner-wrapper p {
    font-size: 15px;
  }
  .breadcrumb-wrapper {
    width: calc(100% - 80px);
    padding-top: 30px;
    margin-top: -54px;
  }
  .breadcrumb-wrapper a,
  .breadcrumb-wrapper span {
    font-size: 14px;
  }
  .breadcrumb-wrapper a i {
    width: 14px;
    height: 14px;
  }
  .page-cat-box {
    padding-top: 44px;
  }
  .page-cat-box a {
    font-size: 16px;
  }
  .base-wrapper .title {
    font-size: 24px;
  }
  .base-wrapper .number {
    margin-top: 24px;
    font-size: 16px;
  }
  .base-wrapper .number span {
    font-size: 56px;
  }
  .base-wrapper .right .num {
    font-size: 26px;
  }
  .base-wrapper .right p {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .base-wrapper .cat-box {
    margin-bottom: 50px;
  }
  .report-wrapper table td {
    height: 70px;
    line-height: 26px;
  }
  .report-wrapper .caption {
    font-size: 30px;
    line-height: 36px;
  }
  .report-wrapper table td {
    padding: 0 28px;
  }
  .job-wrapper .top {
    height: 72px;
  }
  .job-wrapper .top div.icon {
    width: 72px;
    height: 72px;
  }
  .contact-wrapper .map {
    height: 460px;
  }
  .businessinfo-wrapper .caption,
  .contact-wrapper .name {
    font-size: 26px;
  }
  .contact-wrapper .address {
    font-size: 15px;
    line-height: 28px;
    min-height: 56px;
    margin-bottom: 30px;
  }
  .businessinfo-wrapper .caption {
    margin-bottom: 34px;
  }
  .about-wrapper .data {
    padding: 110px 0;
  }
  .about-wrapper .box-2 .name {
    font-size: 52px;
    line-height: 52px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 16px;
  }
  .about-wrapper .swiper-btn {
    width: 40px;
    height: 40px;
  }
  .about-wrapper .box-2 .swiper-btn {
    bottom: 20px;
  }
  .about-wrapper .box-2 .year-box .box-container {
    padding: 0 80px;
  }
  .about-wrapper .box-3 .prev {
    left: -60px;
  }
  .about-wrapper .box-3 .next {
    right: -60px;
  }
  .about-wrapper .box-4 .name {
    font-size: 18px;
    padding: 0 24px;
    bottom: 20px;
  }
  .about-wrapper .box-5 .icon {
    width: 50px;
  }
  .about-wrapper .box-5 .name {
    font-size: 20px;
    margin-top: 20px;
  }
  .about-wrapper .box-5 .brief {
    font-size: 26px;
  }
  .about-wrapper .box-6 {
    padding: 90px 0 140px;
  }
  .index-banner-wrapper .info-1 .title,
  .index-banner-wrapper .info-2 .title,
  .index-banner-wrapper .info-3 .title,
  .index-banner-wrapper .info-4 .desc {
    font-size: 36px;
    line-height: 50px;
  }
  .index-banner-wrapper .info-4 .brief,
  .index-banner-wrapper .info-1 .desc {
    font-size: 28px;
    line-height: 40px;
  }
  .index-banner-wrapper .info-1 .brief {
    font-size: 20px;
    line-height: 30px;
  }
  .index-banner-wrapper .info-5 .desc,
  .index-banner-wrapper .info-3 .desc {
    font-size: 16px;
  }
  .index-banner-wrapper .info-4 .title {
    font-size: 58px;
  }
  .index-banner-wrapper .info-4 .brief {
    margin-top: 36px;
  }
  .index-banner-wrapper .info-4 {
    top: 180px;
  }
  .index-banner-wrapper .info-5 .title {
    font-size: 48px;
  }
  .index-banner-wrapper:hover .prev {
    left: 40px;
  }
  .index-banner-wrapper:hover .next {
    right: 40px;
  }
  .index-banner-wrapper .info-5 {
    top: 200px;
  }
  .index-banner-wrapper .info-1 {
    top: 180px;
  }
  .index-banner-wrapper .info-2 {
    top: 180px;
  }
  .index-banner-wrapper .info-1 .desc:after {
    width: 120px;
  }
  .index-banner-wrapper .info-3 {
    top: 180px;
  }
  .index-banner-wrapper .info-1 .box-container div {
    width: 45%;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    position: relative;
    width: 22px;
    height: 18px;
    margin-left: 0;
  }
  .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: 100%;
    height: 2px;
    background: #176db9;
    position: absolute;
    left: 0;
    top: 8px;
    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: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    right: 0;
    top: 60px;
    background: #f7f7f7;
    z-index: 501;
    overflow: auto;
    display: none;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: 80vh;
    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: rgba(37, 139, 201, 0.8);
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #176db9;
  }
  .phone-nav ul li.active .cat:before,
  .phone-nav ul li.active .cat:after {
    background: #176db9;
  }
  .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:last-child .navs {
    border-bottom: none;
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #242424;
    font-weight: 700;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #ededed;
  }
  .phone-nav ul li > a:before,
  .phone-nav ul li > a:after {
    content: "";
    display: inline-block;
    background: #999;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li > a:before {
    width: 3px;
    height: 13px;
    right: 20px;
    top: 18px;
    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 > a:after {
    width: 13px;
    height: 3px;
    right: 15px;
    top: 23px;
  }
  .phone-nav ul li.on > a {
    color: #176db9;
    font-weight: 700;
  }
  .phone-nav ul li.on > a:before,
  .phone-nav ul li.on > a:after {
    background: #176db9;
  }
  .phone-nav ul li .navs {
    width: 100%;
    display: none;
    padding: 0;
    border-bottom: 1px solid #f7f8f9;
  }
  .phone-nav ul li .navs a {
    display: block;
    color: #999;
    padding-left: 0;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .phone-nav ul li .navs a.on {
    color: #176db9;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .search-box {
    position: relative;
    width: 70%;
    margin: 30px auto 0;
    border-radius: 50px;
    background: #f5f5f5;
    /* input placeholder  */
    overflow: hidden;
    border: 1px solid #ededed;
  }
  .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: 14px;
    color: #666;
    width: 90%;
    border: none;
    background: #f5f5f5;
    height: 36px;
    padding: 0 15px;
  }
  .phone-nav .search-box .search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
  }
  .phone-nav .search-box .search-btn img {
    width: 18px;
  }
  .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;
  }
  .p_h {
    height: 60px;
  }
  .header-wrapper .box {
    padding: 0 15px;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 60%;
  }
  .header-wrapper .lang,
  .header-wrapper .search {
    display: none;
  }
  .p_h {
    height: 60px;
  }
  .pc-nav-box {
    display: none;
  }
  .search-form {
    top: 60px;
    padding: 24px 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 15px;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .video-modal {
    background-color: #000;
    height: 100%;
  }
  .video-modal video {
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 0;
  }
  .video-modal .close {
    width: 36px;
    height: 36px;
    right: 10px;
    top: 10px;
    background-size: 10px;
  }
  .index-banner-wrapper .index-banner-swiper .box-container {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
  }
  .index-banner-wrapper .index-banner-swiper .video > img {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .index-banner-wrapper .index-banner-swiper .video video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    object-fit: cover;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-btn,
  .index-banner-wrapper .scroll {
    display: none;
  }
  .index-banner-wrapper .info-1 {
    top: 60px;
  }
  .index-banner-wrapper .info-1 .box-container div {
    width: 100%;
  }
  .index-banner-wrapper .info-1 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .index-banner-wrapper .info-1 .desc:after {
    width: 80px;
  }
  .index-banner-wrapper .info-1 .brief {
    font-size: 14px;
    line-height: 24px;
    margin-top: -12px;
  }
  .index-banner-wrapper .info-2 {
    top: 20%;
  }
  .index-banner-wrapper .info-2 .title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 12px;
    line-height: 20px;
    width: 80%;
    margin: 4px auto 0;
  }
  .index-banner-wrapper .info-3 {
    top: 20%;
  }
  .index-banner-wrapper .info-3 .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .index-banner-wrapper .info-3 .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }
  .index-banner-wrapper .info-4 {
    top: 20%;
  }
  .index-banner-wrapper .info-4 .title {
    font-size: 34px;
    line-height: 40px;
  }
  .index-banner-wrapper .info-4 .desc {
    font-size: 20px;
    line-height: 30px;
  }
  .index-banner-wrapper .info-4 .brief {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    padding-left: 0;
    text-align: right;
  }
  .index-banner-wrapper .info-5 {
    top: 20%;
  }
  .index-banner-wrapper .info-5 .title {
    font-size: 22px;
    line-height: 40px;
  }
  .index-banner-wrapper .info-5 .desc {
    font-size: 12px;
    line-height: 24px;
  }
  .index-title-box {
    padding: 60px 0 30px;
  }
  .index-title-box h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .index-title-box p {
    font-size: 12px;
    line-height: 20px;
  }
  .index-btn {
    font-size: 12px;
  }
  .index-btn i {
    width: 12px;
    height: 10px;
    margin-left: 6px;
  }
  .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .index-more {
    width: 120px;
    line-height: 36px;
    font-size: 12px;
    margin-top: 40px;
  }
  .index-more i {
    width: 12px;
    height: 10px;
  }
  .index-box-1 {
    margin-top: -12px;
    padding-top: 12px;
  }
  .index-box-1:before {
    height: 260px;
    background: url(../img/p_indexbg.png) no-repeat center top;
    background-size: cover;
  }
  .index-box-1:after {
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background-color: #176db8;
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: -1;
  }
  .index-box-1 .box-container {
    padding-bottom: 0;
  }
  .index-box-1 .main {
    display: block;
  }
  .index-box-1 .info-box {
    width: 100%;
  }
  .index-box-1 .video-box {
    width: 100%;
    height: auto;
  }
  .index-box-1 .name {
    font-size: 20px;
    line-height: 26px;
  }
  .index-box-1 .since {
    font-size: 58px;
    line-height: 56px;
  }
  .index-box-1 .desc {
    padding-right: 0;
    margin: 18px auto 26px;
    max-height: inherit;
    display: block;
  }
  .index-box-1 .btn-box {
    display: none;
  }
  .index-box-1 .data {
    position: static;
    bottom: 0;
    height: auto;
    margin-top: 15px;
    padding: 36px 30px;
  }
  .data ul {
    flex-flow: wrap;
  }
  .data li {
    width: 48%;
    margin-top: 30px;
    min-width: inherit;
  }
  .data li:nth-child(-n+2) {
    margin-top: 0;
  }
  .data em,
  .data p {
    font-size: 14px;
    line-height: 20px;
  }
  .data .num {
    font-size: 30px;
    line-height: 30px;
  }
  .data p {
    margin-top: 4px;
  }
  .data em i {
    width: 8px;
    height: 8px;
    top: -10px;
  }
  .video-box .play {
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
  }
  .index-box-2 {
    padding-bottom: 60px;
    margin-top: 10px;
  }
  .index-box-2 .swiper-box {
    margin-bottom: 20px;
  }
  .index-box-2 .swiper-box:before {
    top: 7px;
  }
  .index-box-2 .swiper-box .swiper-slide {
    padding: 0 10px;
  }
  .index-box-2 .swiper-box .swiper-slide.on a {
    font-size: 14px;
  }
  .index-box-2 .swiper-box a {
    font-size: 12px;
    line-height: 20px;
    padding-top: 24px;
  }
  .index-box-2 .swiper-box a:after {
    width: 10px;
    height: 10px;
    top: 2px;
    margin-left: -5px;
  }
  .index-box-2 .swiper-box a:before {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-width: 3px;
  }
  .index-box-2 .detail-box {
    position: relative;
  }
  .index-box-2 .swiper-slide-active .pic:before {
    opacity: 0;
  }
  .index-box-2 .swiper-slide-active .info:before {
    width: 100%;
  }
  .index-box-2 .swiper-slide-active .name,
  .index-box-2 .swiper-slide-active .desc,
  .index-box-2 .swiper-slide-active .index-btn {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .index-box-2 .info {
    width: 100%;
    border-width: 0;
    position: static;
    padding: 24px 15px 0 15px;
    transform: none;
    box-shadow: none;
  }
  .index-box-2 .name {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
  }
  .index-box-2 .desc {
    line-height: 20px;
    height: auto;
    max-height: 80px;
    margin: 10px auto 15px;
  }
  .index-box-2 .swiper-btn {
    display: none;
  }
  .index-box-3 {
    padding-bottom: 90px;
  }
  .index-box-3:before {
    top: 10px;
  }
  .index-box-3 .idnex-title-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-box-3 .box-container {
    padding: 0;
  }
  .index-box-3 .main {
    display: block;
  }
  .index-box-3 .main li {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 0;
    padding: 15px;
  }
  .index-box-3 .left,
  .index-box-3 .right {
    width: 100%;
  }
  .index-box-3 .right > .pic {
    display: none;
  }
  .index-box-3 .right li {
    margin-top: 0;
  }
  .index-box-3 .name {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
  }
  .index-box-3 .desc {
    display: none;
  }
  .index-box-3 .date {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  .index-box-3 .icon {
    display: none;
  }
  .index-box-4 {
    margin-top: -15px;
    padding-bottom: 60px;
  }
  .index-box-4 ul {
    display: block;
  }
  .index-box-4 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .index-box-4 li:last-child {
    margin-bottom: 0;
  }
  .index-box-4 .pic img {
    height: auto;
    object-fit: cover;
  }
  .index-box-4 .info {
    padding: 30px 30px 0;
  }
  .index-box-4 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .index-box-4 .desc {
    margin-top: 6px;
  }
  .footer-nav-box {
    display: none;
  }
  .footer-wrapper {
    padding: 40px 0 30px;
  }
  .footer-wrapper .bottom {
    display: block;
  }
  .footer-wrapper .other {
    max-width: inherit;
    padding-top: 0;
  }
  .footer-wrapper .share {
    max-width: inherit;
  }
  .footer-wrapper .copyright {
    line-height: 20px;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 12px;
  }
  .link a {
    font-size: 12px;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 20px;
  }
  .link a:after {
    top: 5px;
    height: 10px;
  }
  .share {
    margin-top: 20px;
  }
  .share ul li {
    margin-right: 10px;
  }
  .share a {
    width: 32px;
    height: 32px;
  }
  .share .hidebox {
    margin-left: -60px;
    width: 120px;
  }
  .share .hidebox:before {
    border-width: 5px;
    margin-left: -5px;
  }
  .page-banner-wrapper h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-banner-wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .breadcrumb-wrapper {
    display: none;
  }
  .mt {
    margin-top: 60px;
  }
  .padding,
  .page-box {
    padding: 60px 0;
  }
  .padding:before,
  .page-box:before {
    left: 15px;
    top: 60px;
    width: 140px;
    margin-left: 0;
  }
  .padding:after,
  .page-box:after {
    right: 15px;
    top: 50px;
    width: 120px;
  }
  .page-cat-box {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .page-cat-box a {
    font-size: 14px;
    padding-bottom: 4px;
    margin-right: 20px;
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .honor-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-box li,
  .honor-box .swiper-slide {
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    padding: 15px;
  }
  .honor-box li {
    margin-top: 15px;
  }
  .honor-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .honor-box .pic {
    padding: 0;
  }
  .honor-box .pic img {
    height: 106px;
  }
  .honor-box .info {
    margin-top: 14px;
  }
  .honor-box .name {
    font-size: 14px;
  }
  .honor-box .date {
    font-size: 12px;
    margin-top: 2px;
  }
  .description {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 20px;
  }
  .more {
    font-size: 12px;
  }
  .more i {
    width: 5px;
    height: 11px;
    margin-left: 6px;
  }
  .business-box li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .business-box li:first-child {
    margin-top: 0;
  }
  .business-box li a:after {
    height: 2px;
  }
  .business-box .pic img {
    height: auto;
  }
  .business-box .info {
    padding: 24px 20px 30px;
  }
  .business-box .name {
    font-size: 16px;
  }
  .business-box .brief {
    margin: 8px auto 15px;
    height: auto;
    max-height: 72px;
  }
  .businessinfo-wrapper .caption {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .businessinfo-wrapper .box-1 .box-container {
    display: block;
  }
  .businessinfo-wrapper .box-1 .info {
    width: 100%;
  }
  .businessinfo-wrapper .box-1 .swiper {
    width: 100%;
    margin-top: 40px;
  }
  .businessinfo-wrapper .box-1 .swiper-container {
    border-radius: 5px;
  }
  .businessinfo-wrapper .box-1 .index-title-box {
    margin-bottom: 15px;
  }
  .businessinfo-wrapper .desc {
    font-size: 14px;
  }
  .businessinfo-wrapper .swiper-slide {
    border-radius: 5px;
  }
  .businessinfo-wrapper .swiper-pagination {
    bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }
  .businessinfo-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .businessinfo-wrapper .box-2 {
    background-attachment: inherit;
  }
  .businessinfo-wrapper .box-2 li {
    width: 100%;
    margin-top: 0;
    border-radius: 5px;
    padding: 36px 30px;
    margin-bottom: 15px;
  }
  .businessinfo-wrapper .box-2 li:last-child {
    margin-bottom: 0;
  }
  .businessinfo-wrapper .box-2 .desc {
    margin-top: 20px;
  }
  .businessinfo-wrapper .box-2 .icon {
    width: 40px;
  }
  .info-wrapper .base {
    display: block;
  }
  .info-wrapper .base h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .info-wrapper .left {
    width: 100%;
  }
  .info-wrapper .right {
    width: 100%;
    margin-top: 20px;
  }
  .info-wrapper .right .content:first-child {
    margin-bottom: 24px;
  }
  .info-wrapper .caption {
    font-size: 16px;
    line-height: 26px;
  }
  .info-wrapper .address {
    font-size: 14px;
    margin-top: 8px;
  }
  .info-wrapper .return {
    margin-top: 30px;
    width: 120px;
    line-height: 36px;
    font-size: 14px;
  }
  .info-wrapper .return i {
    width: 12px;
    height: 10px;
  }
  .info-wrapper .swiper-pagination {
    bottom: 15px;
  }
  .info-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
  .content {
    font-size: 14px;
    line-height: 26px;
  }
  .result-wrapper .base {
    display: block;
    margin-bottom: 30px;
  }
  .result-wrapper .index-title-box {
    width: 100%;
  }
  .result-wrapper .desc {
    width: 100%;
    line-height: 24px;
  }
  .search-wrapper .cat-box {
    margin-bottom: 30px;
  }
  .search-wrapper .cat-box a {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 4px;
    margin-right: 30px;
  }
  .search-wrapper .cat-box a:after {
    height: 1px;
  }
  .news-wrapper li,
  .news-box li {
    margin-bottom: 15px;
  }
  .news-wrapper li a,
  .news-box li a {
    display: block;
  }
  .news-wrapper .pic,
  .news-box .pic {
    width: 100%;
  }
  .news-wrapper .pic img,
  .news-box .pic img {
    height: auto;
  }
  .news-wrapper .info,
  .news-box .info {
    padding-left: 0;
    padding-right: 0;
    padding: 30px 20px;
  }
  .news-wrapper .date,
  .news-box .date {
    font-size: 14px;
    line-height: 18px;
  }
  .news-wrapper .title,
  .news-box .title {
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
    -webkit-line-clamp: 2;
  }
  .news-wrapper .brief,
  .news-box .brief {
    height: auto;
    -webkit-line-clamp: 2;
    max-height: 48px;
    margin-bottom: 26px;
  }
  .newsinfo-wrapper {
    padding-top: 40px;
  }
  .newsinfo-wrapper .main {
    width: 100%;
    padding: 0 15px;
  }
  .newsinfo-wrapper .top h1 {
    font-size: 18px;
    line-height: 30px;
    margin: 4px auto 20px;
  }
  .newsinfo-wrapper .top .other {
    text-align: left;
  }
  .newsinfo-wrapper .top .other span {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    margin-left: 15px;
  }
  .newsinfo-wrapper .top .other span img {
    width: 16px;
  }
  .newsinfo-wrapper .top .other span:nth-child(3) {
    display: none;
  }
  .newsinfo-wrapper .top .other .share-box {
    display: none;
  }
  .newsinfo-wrapper .date {
    font-size: 14px;
  }
  .newsinfo-wrapper .content {
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0;
  }
  .newsinfo-wrapper .relative-box {
    margin-top: 20px;
  }
  .newsinfo-wrapper .relative-box p {
    line-height: 24px;
    margin-top: 4px;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    font-size: 12px;
  }
  .newsinfo-wrapper .relative-box p {
    padding-right: 0;
  }
  .newsinfo-wrapper .relative-box p a,
  .newsinfo-wrapper .relative-box p span {
    margin-left: 10px;
  }
  .newsinfo-wrapper .return {
    width: 110px;
    line-height: 42px;
    position: static;
    margin-top: 20px;
    font-size: 12px;
  }
  .newsinfo-wrapper .return i {
    width: 12px;
    height: 10px;
  }
  .base-wrapper .tips {
    text-align: left;
    display: none;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 16px;
  }
  .base-wrapper .tips.phone {
    display: block;
  }
  .base-wrapper .stock-box {
    display: block;
    margin-bottom: 30px;
  }
  .base-wrapper .left {
    width: 100%;
  }
  .base-wrapper .title {
    font-size: 20px;
    line-height: 30px;
  }
  .base-wrapper .number {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .base-wrapper .number span {
    font-size: 32px;
  }
  .base-wrapper .number i {
    width: 12px;
    height: 15px;
  }
  .base-wrapper .right {
    width: 100%;
    margin-top: 16px;
  }
  .base-wrapper .right p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .base-wrapper .right li {
    width: auto;
    max-width: 26%;
    padding-right: 10px;
  }
  .base-wrapper .right .num {
    font-size: 18px;
    line-height: 26px;
  }
  .base-wrapper .cat-box {
    margin-bottom: 30px;
  }
  .base-wrapper .cat-box a {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 12px;
    margin-right: 26px;
  }
  .base-wrapper .cat-box a:after {
    height: 2px;
  }
  .service-wrapper table td {
    font-size: 12px;
    padding: 12px 10px;
    height: 36px;
    line-height: 20px;
    width: 72%;
  }
  .service-wrapper table td:first-child {
    width: 28%;
  }
  .service-wrapper table td:nth-child(2) {
    padding-right: 10px;
  }
  .service-wrapper .item > ul > li {
    display: block;
    margin-bottom: 15px;
  }
  .service-wrapper .pic,
  .service-wrapper .info {
    width: 100%;
  }
  .service-wrapper .info {
    padding: 30px 20px;
  }
  .service-wrapper .name {
    font-size: 16px;
    line-height: 24px;
  }
  .service-wrapper .level {
    font-size: 15px;
    margin: 0 auto 8px;
  }
  .service-wrapper .desc,
  .service-wrapper .desc a {
    font-size: 13px;
  }
  .service-wrapper .desc {
    line-height: 24px;
  }
  .advice-box li {
    display: block;
    height: auto;
    padding: 12px 40px 12px 20px;
    margin-bottom: 15px;
  }
  .advice-box li:hover:after {
    background-image: url(../img/pdf2.png);
  }
  .advice-box li:after {
    content: "";
    width: 20px;
    height: 100%;
    background-image: url(../img/pdf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
  }
  .advice-box li a {
    line-height: 26px;
    -webkit-line-clamp: 2;
    font-size: 14px;
    padding-right: 0;
    margin-left: 0;
  }
  .advice-box li a:after {
    display: none;
  }
  .advice-box .date {
    font-size: 12px;
    line-height: 20px;
  }
  .report-wrapper .caption {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .report-wrapper .content {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .report-wrapper .content::-webkit-scrollbar {
    height: 3px;
    background-color: #f7f8f9;
  }
  .report-wrapper .content::-webkit-scrollbar-thumb {
    background-color: #176db9;
  }
  .report-wrapper table {
    width: 1200px;
    margin-bottom: 15px;
  }
  .report-wrapper table td {
    font-size: 14px;
    height: 46px;
    line-height: 20px;
    padding: 0 15px;
  }
  .job-wrapper .box > .top {
    display: none;
  }
  .job-wrapper .top {
    height: auto;
    display: block;
    padding: 20px 60px 20px 20px;
  }
  .job-wrapper .top div {
    font-size: 14px;
    width: 100%;
    padding-right: 0;
    line-height: 26px;
  }
  .job-wrapper .top div.name {
    width: 100%;
    font-size: 16px;
    color: #000;
  }
  .job-wrapper .top div.address {
    width: 100%;
  }
  .job-wrapper .top div.icon {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .job-wrapper .top div span {
    display: inline-block;
  }
  .job-wrapper li {
    margin-top: 15px;
  }
  .job-wrapper li:first-child {
    margin-top: 0;
  }
  .job-wrapper li .top:before,
  .job-wrapper li .top:after {
    width: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: none;
  }
  .job-wrapper .name {
    max-height: 48px;
  }
  .job-wrapper .title {
    font-size: 15px;
    line-height: 24px;
  }
  .job-wrapper .detail {
    display: none;
    padding: 24px 20px;
  }
  .job-wrapper .content {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .job-wrapper .content > a {
    font-size: 14px;
  }
  .bidding-wrapper .advice-box li:hover:after {
    background-image: url(../img/download2.png);
  }
  .bidding-wrapper .advice-box li:after {
    background-image: url(../img/download.png);
  }
  .bidding-wrapper .advice-box li a {
    font-size: 14px;
    margin-left: 0;
  }
  .bidding-wrapper .advice-box li a:after {
    width: 20px;
  }
  .bidding-wrapper .advice-box .date {
    font-size: 13px;
  }
  .contact-wrapper .box-container ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact-wrapper .box-container li {
    width: 48%;
    padding: 0;
    line-height: 26px;
    margin-top: 40px;
  }
  .contact-wrapper .box-container li:nth-child(-n+2) {
    margin-top: 0;
  }
  .contact-wrapper .icon {
    width: 60px;
  }
  .contact-wrapper .title {
    font-size: 15px;
    margin: 14px auto 2px;
  }
  .contact-wrapper .map {
    margin-top: 40px;
    height: 240px;
  }
  .contact-wrapper .info {
    left: 30px;
    width: 60%;
    padding: 15px 20px;
  }
  .contact-wrapper .name {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-wrapper .address {
    font-size: 12px;
    line-height: 16px;
    min-height: inherit;
    margin: 2px auto 24px;
  }
  .contact-wrapper .go {
    font-size: 12px;
    width: 120px;
    line-height: 34px;
    padding: 0 10px;
    background-size: 8px;
    background-position: right 10px center;
  }
  .msg-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .msg-wrapper .main {
    width: 100%;
  }
  .msg-wrapper .group {
    width: 100%;
  }
  .msg-wrapper .text,
  .msg-wrapper .msg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .msg-wrapper .text {
    line-height: 44px;
  }
  .msg-wrapper .msg {
    line-height: 24px;
    height: 110px;
  }
  .msg-wrapper .submit {
    width: 140px;
    line-height: 44px;
    margin-top: 30px;
  }
  .about-wrapper .base {
    display: block;
  }
  .about-wrapper .base .info {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .about-wrapper .base .pic {
    width: 100%;
  }
  .about-wrapper .base .content {
    font-size: 14px;
  }
  .about-wrapper .data {
    padding: 60px 0;
    background-attachment: inherit;
  }
  .about-wrapper .box-2 {
    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;
    flex-direction: column-reverse;
    position: relative;
  }
  .about-wrapper .box-2 canvas {
    width: 100%!important;
  }
  .about-wrapper .box-2 .box-container .index-title-box {
    display: none;
  }
  .about-wrapper .box-2 .pic,
  .about-wrapper .box-2 .info {
    width: 100%;
  }
  .about-wrapper .box-2 .pic img {
    height: 187px;
  }
  .about-wrapper .box-2 .info {
    padding-left: 0;
    padding-top: 30px;
  }
  .about-wrapper .box-2 .name {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 14px;
  }
  .about-wrapper .box-2 .year-box {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .about-wrapper .box-2 .year-box:after {
    top: auto;
    bottom: 34px;
  }
  .about-wrapper .box-2 .year-box .index-title-box {
    display: block;
  }
  .about-wrapper .box-2 .year-box .box-container {
    padding: 0 40px;
  }
  .about-wrapper .box-2 .year-box .swiper-slide.on .year {
    font-size: 20px;
  }
  .about-wrapper .box-2 .year {
    font-size: 14px;
    line-height: 26px;
  }
  .about-wrapper .box-2 .dot {
    width: 20px;
    height: 20px;
  }
  .about-wrapper .box-2 .dot:after {
    width: 9px;
    height: 9px;
    left: 5px;
    top: 5px;
  }
  .about-wrapper .box-2 .dot i {
    width: 15px;
    height: 15px;
    top: 2px;
  }
  .about-wrapper .box-2 .dot i:before {
    width: 5px;
    height: 5px;
    left: 5px;
    top: 5px;
  }
  .about-wrapper .box-2 .swiper-btn {
    bottom: 20px;
  }
  .about-wrapper .box-2 .prev {
    left: 15px;
  }
  .about-wrapper .box-2 .next {
    right: 15px;
  }
  .about-wrapper .box-2 .detail-box .swiper-slide {
    flex-flow: wrap;
  }
  .about-wrapper .box-2 .pic .swiper-pagination {
    bottom: 15px;
  }
  .about-wrapper .box-2 .pic .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .about-wrapper .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .about-wrapper .box-3 {
    background-attachment: inherit;
  }
  .about-wrapper .box-3 .swiper-btn {
    background-size: 8px;
  }
  .about-wrapper .box-3 .swiper-btn:before {
    width: 8px;
    margin-left: -4px;
  }
  .about-wrapper .box-3 .prev {
    left: -15px;
  }
  .about-wrapper .box-3 .next {
    right: -15px;
  }
  .about-wrapper .box-4 li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .about-wrapper .box-4 li:first-child {
    margin-top: 0;
  }
  .about-wrapper .box-4 .pic:before {
    background-size: contain;
  }
  .about-wrapper .box-4 .name {
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
    bottom: 15px;
  }
  .about-wrapper .box-5 {
    background-attachment: inherit;
  }
  .about-wrapper .box-5 li {
    width: 100%;
    margin-top: 0;
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 8px;
  }
  .about-wrapper .box-5 li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-5 .icon {
    width: 36px;
  }
  .about-wrapper .box-5 .name {
    font-size: 15px;
    line-height: 26px;
    margin: 14px auto 4px;
  }
  .about-wrapper .box-5 .brief {
    font-size: 18px;
    line-height: 26px;
  }
  .about-wrapper .box-6 {
    padding: 60px 0;
    background-position: right center;
  }
  .about-wrapper .box-6 .index-title-box {
    padding-bottom: 15px;
  }
  .about-wrapper .box-6 .info {
    width: 100%;
  }
  .pic-modal-box .box {
    padding: 60px 15px 0;
  }
  .pic-modal-box .w1200 {
    padding: 20px 15px 30px;
  }
  .pic-modal-box .top {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .pic-modal-box .name {
    font-size: 16px;
    line-height: 25px;
    padding-right: 25px;
  }
  .pic-modal-box .close {
    top: 0;
    width: 15px;
    height: 15px;
  }
  .pic-modal-box .pic-box {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .page-banner-wrapper > img {
    height: 200px;
    object-fit: cover;
  }
}
