ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  width: 1290px;
  margin: 0 auto;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 886px;
}

.swiper-slide {
  position: relative;
}

.btn-primary,
.btn-primary:hover {
  background-color: #0085ff;
}

.btn-primary a {
  color: #fff;
}

.swiper-slide :hover,
.swiper-slide .title:hover,
.swiper-slide .text:hover {
  text-decoration: none;
}

.swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 886px;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: 1920px 886px;
  background-position: center center;
}

.navbar {
  background: #e4e4e4 url(/images/header-bg.jpg) repeat-x;
  background-size: cover;
  background-position: 50% 50%;
  height: 130px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border: none;
  margin-bottom: 0;
}

.navbar.navbar-fixed-top {
  width: 100%;
  height: 90px;
}

.navbar.navbar-fixed-top .nav {
  bottom: 24px;
}

.navbar.navbar-fixed-top .nav .dropdown-menu {
  top: 170%;
}

.navbar.navbar-fixed-top .header-info {
  display: none;
}

.navbar .container-fluid {
  width: 1290px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
}

.navbar .navbar-header {
  float: left;
  width: 416px;
  height: 64px;
  position: relative;
  top: 50%;
  margin-top: -31px;
}

.navbar .navbar-brand {
  padding: 0;
  width: 416px;
  height: 64px;
}

.navbar .navbar-brand img {
  width: 100%;
  height: 100%;
}

.navbar .nav {
  position: absolute;
  right: 0;
  bottom: 12px;
  text-align: right;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.navbar .nav>li {
  margin-left: 40px;
}

.navbar .nav>li {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  padding-bottom: 10px;
  line-height: 1em;
  color: #161616;
  font-size: 16px;
}

.navbar .nav>li a {
  padding: 0;
  color: #161616;
}

.navbar .nav>li a:hover {
  text-decoration: none;
  color: #0085ff;
}

.navbar .nav>li:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  border-radius: 1px;
  background-color: #0085ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  transform: scale(0);
  transition: transform 300ms;
}

.navbar .nav>li:hover:after {
  transform: scale(1);
}

.navbar .nav .dropdown-menu {
  border: none;
  width: 226px;
  border-radius: 0;
  padding: 15px 0;
  text-align: center;
  top: 138%;
}

.navbar .nav .dropdown-menu li a {
  line-height: 24px;
  padding: 5px 0;
}

.header-info {
  position: absolute;
  top: 12px;
  right: 0;
}

.header-info .tel {
  display: inline-block;
  font-size: 16px;
  color: #0085ff;
  padding: 0 46px 0 26px;
  background: url(/images/tel.png) no-repeat;
  background-size: 17px;
  background-position: 0 50%;
  line-height: 34px;
  vertical-align: middle;
}

.header-info button {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}

.header-info .btn {
  padding-right: 4px;
  padding-left: 4px;
  font-weight: bolder;
}

.header-info .btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-info .btn-group>.btn+.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.about-count {
  padding: 68px 0;
}

.about-count .col-md-4 {
  text-align: center;
  vertical-align: middle;
}

.about-count_item {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  height: 60px;
}

.about-count_item .icon {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -20px;
  width: 48px;
  height: 48px;
}

.about-count_item .add {
  position: relative;
  top: -20px;
  font-size: 22px;
  font-weight: bolder;
}

.about-count_item .b {
  font-size: 42px;
  line-height: 42px;
}

.about-count_item .desc {
  font-size: 16px;
  text-align: center;
}

.about-count_info {
  display: inline-block;
  color: #221815;
}

.about-count_info .unit {
  font-size: 18px;
  font-weight: bolder;
}

.br1::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #221815;
}

.core-wrapper {
  background: #f7f7f7 url(/images/core-bg.png) repeat-x;
}

.title-header-wrapper {
  text-align: center;
  color: #221815;
  padding-bottom: 72px;
}

.title-header-wrapper .title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
}

.title-header-wrapper .title::before,
.title-header-wrapper .title::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 37px;
  height: 2px;
  background-color: #0085ff;
}

.title-header-wrapper .title::before {
  left: -50px;
}

.title-header-wrapper .title::after {
  right: -50px;
}

.title-header-wrapper .desc {
  margin-top: 24px;
  font-size: 16px;
}

.core-innner .title-header-wrapper {
  padding-top: 102px;
}

.core-innner .core-item {
  width: 308px;
  height: 542px;
  position: relative;
}

.core-innner .core-item {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.core-innner .core-item:hover {
  opacity: 0.9;
}

.core-innner .core-item .core-item-info {
  position: absolute;
  top: 275px;
  color: #fff;
  padding: 0 22px;
}

.core-innner .core-item .core-item-info .title {
  font-size: 28px;
}

.core-innner .core-item .core-item-info .desc {
  margin-top: 24px;
  font-size: 16px;
  line-height: 30px;
}

.product-wrapper {
  background-color: #f7f7f7;
  padding-bottom: 140px;
}

.product-wrapper .title-header-wrapper {
  padding-top: 165px;
}

.product-wrapper .product-item {
  width: 307px;
  height: 384px;
  border: 1px #94c9fa solid;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
}

.product-wrapper .product-item:hover {
  border: 2px #0085ff solid;
}

.product-wrapper .product-item .pic {
  width: 300px;
  height: 260px;
  margin: 40px 0;
  overflow: hidden;
}

.product-wrapper .product-item img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-wrapper .product-item:hover img {
  transform: scale(1.05);
}

.product-wrapper .product-item .title {
  font-size: 18px;
  text-align: center;
  color: #221815;
}

.product-wrapper .col-md-3 {
  padding: 9px 0;
}

.industry-wrapper {
  height: 927px;
  background: url(/images/industry-bg.jpg) no-repeat center center;
  background-size: 1920px 927px;
}

.industry-wrapper .title-header-wrapper {
  padding-top: 136px;
  color: #fff;
}

.industry-wrapper .title-header-wrapper .title::before,
.industry-wrapper .title-header-wrapper .title::after {
  background-color: #fff;
}

.industry-innner .row {
  background-color: #ccc;
}

.industry-innner .row .col-md-3 {
  padding: 0;
}

.industry-innner .industry-item {
  background-color: #fff;
  height: 249px;
  padding-top: 73px;
  margin-right: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px #fff solid;
  cursor: pointer;
}

.industry-innner .industry-item:hover {
  border: 1px #0085ff solid;
}

.industry-innner .industry-item img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.industry-innner .industry-item:hover img {
  opacity: 0.9;
}

.industry-innner .col-md-3:first-child+.col-md-3+.col-md-3+.col-md-3 .industry-item,
.industry-innner .col-md-3:last-child .industry-item {
  margin-right: 0;
}

.industry-innner .col-md-3:first-child .industry-item,
.industry-innner .col-md-3:first-child+.col-md-3 .industry-item,
.industry-innner .col-md-3:first-child+.col-md-3+.col-md-3 .industry-item,
.industry-innner .col-md-3:first-child+.col-md-3+.col-md-3+.col-md-3 .industry-item {
  margin-bottom: 1px;
}

.industry-innner .industry-item .title {
  margin: 5px 0;
}

.industry-innner .industry-item img {
  width: 56px;
  height: 56px;
}

.industry-innner .industry-item .sub-title {
  font-weight: 400;
  color: #161616;
}

.about-wrapper {
  background-color: #f7f7f7;
  padding-top: 153px;
  padding-bottom: 174px;
}

.about-wrapper .about-pic {
  width: 566px;
  height: 496px;
}

.about-content {
  position: relative;
}

.about-wrapper .about-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 723px;
  padding: 0;
}

.about-wrapper .about-count .col-md-4 {
  padding: 0;
}

.about-wrapper .about-count .col-md-4.br1::after {
  top: 10%;
  height: 80%;
}

.about-wrapper .about-count .col-md-4 {
  margin: 34px 0;
}

.about-wrapper .desc-warpper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 42px 42px 42px 120px;
  width: 784px;
  height: 354px;
  background-color: rgba(255, 255, 255, 0.9);
}

.about-wrapper .desc-warpper p {
  font-size: 16px;
  line-height: 30px;
}

.news-wrapper {
  padding-top: 142px;
  padding-bottom: 134px;
}

.news-wrapper .news-content .left {
  float: left;
  width: 618px;
  height: 660px;
  padding: 62px;
  background-color: #f7f7f7;
}

.news-wrapper .news-content a {
  color: #000;
}

.news-wrapper .news-content a {
  text-decoration: none;
}

.news-wrapper .news-content .left:hover .title {
  color: #0085ff;
}

.news-wrapper .news-content .left .pic {
  width: 496px;
  height: 254px;
  margin-bottom: 50px;
}

.news-wrapper .news-content .left .title {
  font-size: 28px;
  margin-bottom: 18px;
  line-height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-wrapper .news-content .left .desc {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 46px;
}

.news-wrapper .news-content .more-wraaper {
  line-height: 38px;
}

.news-wrapper .news-content .more-wraaper .date {
  font-size: 18px;
}

.news-wrapper .news-content .more-wraaper .more {
  float: right;
  color: #0085ff;
  border: 1px #0085ff solid;
  padding: 0 20px;
}

.news-wrapper .news-content .right {
  float: right;
  width: 618px;
}

.news-wrapper .news-content .news-item {
  height: 282px;
  margin-top: 24px;
  padding: 80px 45px 0 64px;
  background-color: #f7f7f7;
  position: relative;
}

.news-wrapper .news-content .news-item:hover .title {
  color: #0085ff;
}

.news-wrapper .news-content .news-item:first-child {
  margin-bottom: 72px;
}

.news-wrapper .news-content .news-item .date-wrapper {
  position: absolute;
  top: -24px;
  right: 45px;
  width: 126px;
  height: 104px;
  color: #fff;
  background-color: #0085ff;
  text-align: center;
}

.news-wrapper .news-content .news-item::after {
  position: absolute;
  left: 68px;
  top: 52px;
  content: "";
  height: 4px;
  width: 36px;
  background-color: #0085ff;
}

.news-wrapper .news-content .news-item .date-wrapper .d {
  font-size: 48px;
}

.news-wrapper .news-content .news-item .date-wrapper .y {
  font-size: 18px;
}

.news-wrapper .news-content .news-item .title {
  font-size: 28px;
  padding: 16px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-wrapper .news-content .news-item .desc {
  font-size: 16px;
  line-height: 30px;
}

.news-wrapper .news-content .look-more {
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  line-height: 28px;
  color: #0085ff;
}

.news-wrapper .news-content .look-more .icon {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0085ff url(/images/arrow-right.png) no-repeat 5px center;
  background-size: 20px 20px;
  margin-left: 6px;
}

.case-wrapper {
  background-color: #f7f7f7;
  padding: 145px 0 146px;
}

.case-wrapper .col-md-4 {
  padding: 0;
}

.case-wrapper .case-item {
  position: relative;
  width: 421px;
  height: 598px;
  border: 1px solid #0085ff;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.case-wrapper .case-item a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.case-wrapper .case-item:hover a {
  color: #fff;
  text-decoration: none;
}

.case-wrapper .case-item .pic {
  position: relative;
  overflow: hidden;
  width: 421px;
  height: 288px;
  top: -1px;
  left: -1px;
}

.case-wrapper .case-item .info {
  padding: 0 20px;
}

.case-wrapper .case-item .title {
  font-size: 24px;
  padding: 33px 0;
}

.case-wrapper .case-item .desc {
  font-size: 16px;
}

.case-wrapper .case-item .more {
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 16px;
  color: #0085ff;
}

.case-wrapper .case-item:hover {
  background-color: #0085ff;
  color: #fff;
  cursor: pointer;
}

.case-wrapper .case-item:hover .more {
  color: #fff;
}

.case-wrapper .case-item:hover .more {
  color: #fff;
}

.case-wrapper .case-item:hover .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.case-wrapper .case-item:hover .pic img {
  transform: scale(1.1);
}

.footer-wrapper {
  height: 576px;
  padding: 106px 0 0;
  background-color: #353a46;
}

.footer-wrapper .footer-innner {
  position: relative;
}

.footer-wrapper .footer-nav {
  font-size: 16px;
  color: #fff;
}

.footer-wrapper .footer-nav a {
  color: #fff;
  margin: 0 15px;
}

.footer-wrapper .footer-nav a:hover,
.footer-wrapper .desc a:hover {
  text-decoration: underline;
}

.copyright-wrapper {
  background-color: #2d323d;
  line-height: 66px;
  font-size: 16px;
  color: #fff;
}

.footer-wrapper .desc {
  padding: 30px 12px 68px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.footer-wrapper .desc a {
  color: #fff;
}

.footer-wrapper .tel {
  position: relative;
  font-size: 34px;
  color: #fff;
  padding-left: 70px;
}

.footer-wrapper .tel a {
  color: #fff;
}

.footer-wrapper .tel:before {
  position: absolute;
  left: 10px;
  top: 0;
  display: inline-block;
  content: "";
  background: url(/images/footer-tel.png) no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.footer-wrapper .qr-code {
  position: absolute;
  top: 50px;
  right: 0;
  width: 152px;
}

.footer-wrapper .qr-code img {
  width: 152px;
  height: 152px;
}

.footer-wrapper .qr-code .text {
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
}

.banner .banner-inner {
  margin: 0 auto;
  height: 500px;
  vertical-align: middle;
  display: table-cell;
}

.banner h1 {
  font-size: 41px;
  color: #fff;
}

.banner h2 {
  font-size: 28px;
  color: #fff;
}

.sub-nav-wrapper {
  margin-bottom: 72px;
}

.en .p-product-list-wrapper .product-item {
  min-height: 500px;
}

.en .p-product-list-wrapper .product-item h3 {
  max-height: 40px;
  height: auto;
}

.sub-nav-container {
  position: relative;
  height: 60px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.3);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: initial;
  overflow: hidden;
}

.sub-nav-wrapper .sub-nav-inner {
  position: relative;
  padding: 0 45px;
}

.sub-nav-wrapper .sub-nav-inner.sub-nav-center .swiper-wrapper {
  text-align: center;
  justify-content: center;
}

.sub-nav-wrapper .sub-nav-inner.sub-nav-center .swiper-slide {
  display: inline-block;
}

.sub-nav-container .swiper-slide {
  width: 296px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
}

.sub-nav-container .swiper-slide a {
  color: #161616;
}

.sub-nav-container .swiper-slide a:hover {
  opacity: 0.6;
}

.sub-nav-container .swiper-slide.active,
.sub-nav-container .swiper-slide.active a {
  background-color: #0085ff;
  color: #fff;
}

.sub-nav-container .sub-nav-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 60px;
  background: url(/images/nav-arrow-left.png) no-repeat left center;
  background-size: 26px;
  cursor: pointer;
}

.sub-nav-container .sub-nav-next {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 60px;
  background: url(/images/nav-arrow-right.png) no-repeat right center;
  background-size: 26px;
  z-index: 9;
  cursor: pointer;
}

/* 企业介绍 */
.p-introduction-about-wrapper {
  margin-bottom: 88px;
}

.p-introduction-about-wrapper .p-introduction-about-inner {
  background-color: #f9f8f9;
  position: relative;
}

.p-introduction-about-wrapper .p-introduction-about-inner .pic {
  width: 567px;
  height: 496px;
  float: left;
  margin-right: 40px;
}

.p-introduction-about-wrapper .p-introduction-about-inner .pic img {
  width: 100%;
  height: 100%;
}

.p-introduction-about-wrapper .p-introduction-about-inner .info {
  padding: 30px 40px;
}

.p-introduction-about-wrapper .p-introduction-about-inner .info .title span {
  padding: 0 20px;
  color: #0085ff;
}

.p-introduction-about-wrapper .p-introduction-about-inner .desc {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  margin-top: 20px;
}

.p-introduction-about-count-wrapper {
  height: 600px;
  background: url(/images/p-introduction-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}

.p-introduction-about-count-wrapper .info {
  color: #fff;
}

.p-introduction-about-count-wrapper .info h2 {
  font-size: 24px;
  font-weight: 400;
  padding: 100px 0 48px;
}

.p-introduction-about-count-wrapper .info h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 50px;
}

.p-introduction-about-count-inner .about-count_info {
  color: #fff;
}

.p-introduction-about-count-inner .br1::after {
  background-color: #fff;
}

/* 企业文化 */

.p-culture-wrapper {
  background-color: #f9f8f9;
  margin-bottom: 72px;
}

.p-culture-wrapper .culture-item {
  height: 452px;
}

.p-culture-wrapper .culture-item .pic {
  width: 654px;
  height: 452px;
}

.p-culture-wrapper .culture-item .info {
  display: table;
  height: 452px;
}

.p-culture-wrapper .culture-item .info-inner {
  display: table-cell;
  vertical-align: middle;
}

.p-culture-wrapper .culture-item .icon {
  position: absolute;
  top: 0;
  right: 45px;
  width: 99px;
  height: 81px;
  background-color: #0085ff;
  border-radius: 0 0 20px 20px;
}

.p-culture-wrapper .culture-item .icon.left {
  left: 45px;
  right: auto;
}

.p-culture-wrapper .culture-item .icon img {
  width: 100%;
  height: 100%;
}

.p-culture-wrapper .culture-item .title {
  font-size: 28px;
  font-weight: 400;
}

.p-culture-wrapper .culture-item .title .b {
  padding: 0 20px;
  color: #0085ff;
}

.p-culture-wrapper .culture-item p {
  font-size: 16px;
  line-height: 30px;
  padding: 20px 45px;
}

/* 企业荣誉 */

.p-certificate-wrapper {}

.p-certificate-wrapper .certificate-item {}

.p-certificate-wrapper .certificate-item .pic {
  width: 379px;
  height: 496px;
  border: 6px solid #eee;
  margin: 0 auto;
  overflow: hidden;
}

.p-certificate-wrapper .certificate-item .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-certificate-wrapper .certificate-item:hover .pic img {
  transform: scale(1.05);
}

.p-certificate-wrapper .certificate-item h3 {
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 10px 0 20px;
  font-weight: 400;
}

/* 展会风采 */
.p-exhibition-wrapper {
  margin-bottom: 44px;
}

.p-exhibition-wrapper .exhibition-item {
  width: 395px;
  height: 387px;
  background-color: #f9f8f9;
  margin: 0 auto 40px;
}

.p-exhibition-wrapper .exhibition-item .pic {
  width: 395px;
  height: 308px;
  overflow: hidden;
  position: relative;
}

.p-exhibition-wrapper .exhibition-item .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-exhibition-wrapper .exhibition-item:hover .pic img {
  transform: scale(1.05);
}

.p-exhibition-wrapper .exhibition-item .pic .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  line-height: 36px;
  text-align: center;
  background-color: #599cd9;
  opacity: 0.8;
  color: #fff;
}

.p-exhibition-wrapper .exhibition-item h3 {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #000;
}

/* 合作伙伴 */
.p-cooperation-wrapper {
  margin-bottom: 34px;
  padding: 0 45px;
}

.p-cooperation-wrapper .cooperation-item {
  width: 252px;
  height: 136px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(102, 102, 102, 0.6);
  box-shadow: 0px 0px 15px 0px rgba(102, 102, 102, 0.6);
  margin: 0 auto 40px;
}

.p-cooperation-wrapper .cooperation-item img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-cooperation-wrapper .cooperation-item:hover img {
  transform: scale(1.05);
}

.navigation-wrapper {
  text-align: center;
}

.pagination>li>a,
.pagination>li>span {
  color: #0085ff;
}

/* 产品中心-列表 */

.p-product-list-wrapper,
.p-product-list-wrapper {
  padding: 0 40px 60px;
}

.p-product-list-wrapper .product-item {
  width: 350px;
  margin: 0 auto 30px;
}

.p-product-list-wrapper .product-item .pic {
  width: 346px;
  height: 414px;
  border: 2px solid #f7f7f7;
  overflow: hidden;
}

.p-product-list-wrapper .col-md-6 .product-item,
.p-product-list-wrapper .col-md-6 .product-item .pic {
  width: 100%;
}

.p-product-list-wrapper .product-item .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-product-list-wrapper .product-item:hover img {
  transform: scale(1.05);
}

.p-product-list-wrapper .product-item h3,
.p-product-list-wrapper .product-item h4 {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 400;
  height: 20px;
}

/* 产品中心 - 文章 */

.p-product-list-wrapper .title {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  margin: 0 0 70px;
}

.p-product-list-wrapper .title span {
  color: #0085ff;
}

.p-product-list-wrapper .product-pic {
  width: 538px;
}

.p-product-list-wrapper .product-pic .pic {
  width: 538px;
  height: 496px;
  border: 1px #f7f7f7 solid;
}

.p-product-list-wrapper .product-pic .desc {
  margin: 20px 0;
}

.p-product-list-wrapper .page {
  padding-left: 60px;
}

.p-product-list-wrapper .page p {
  line-height: 30px;
}

.p-product-list-wrapper .page .sub-title {
  margin-top: 40px;
}

.p-product-list-wrapper .page .download-btn {
  margin-top: 30px;
}

.sub-swiper-wrapper {
  background-color: #f7f7f7;
  border: 26px #f7f7f7 solid;
  position: relative;
  margin-top: 30px;
}

.p-product-list-wrapper .page .sub-swiper-container {
  position: initial;
  overflow: hidden;
}

.p-product-list-wrapper .page .sub-swiper-container .sub-swiper-prev,
.p-product-list-wrapper .page .sub-swiper-container .sub-swiper-next {
  width: 28px;
  height: 68px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-product-list-wrapper .page .sub-swiper-container .sub-swiper-prev:hover,
.p-product-list-wrapper .page .sub-swiper-container .sub-swiper-next:hover {
  background-color: #0085ff;
}

.p-product-list-wrapper .page .sub-swiper-container .sub-swiper-prev {
  left: -26px;
  background: #77b9f7 url(/images/icon-swiper-prev.png) no-repeat center center;
  background-size: 26px;
}

.p-product-list-wrapper .page .sub-swiper-container .sub-swiper-next {
  right: -26px;
  background: #77b9f7 url(/images/icon-swiper-next.png) no-repeat center center;
  background-size: 26px;
}

.p-product-list-wrapper .page .sub-swiper-container .swiper-wrapper .swiper-slide {
  width: 582px;
}

.p-product-list-wrapper .page .sub-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.download-btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #0085ff;
  cursor: pointer;
}

.download-btn a {
  color: #fff;
}

.en .swiper-slide {
  font-size: 14px;
}

.download-btn .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/images/icon-cloud-download.png) no-repeat;
  background-size: 26px;
  position: relative;
  top: 7px;
  margin-left: 8px;
}

.p-product-case-wrapper {
  background-color: #f7f7f7;
  padding: 50px 130px 60px;
}

.p-product-case-wrapper .title {
  font-size: 22px;
  margin-bottom: 32px;
}

.p-product-case-wrapper .p-product-case-item {
  width: 366px;
  height: 283px;
  border: 15px #fff solid;
  overflow: hidden;
}

.p-product-case-wrapper .p-product-case-item img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-product-case-wrapper .p-product-case-item:hover img {
  transform: scale(1.05);
}

.p-news-list-wrapper {
  padding: 0 46px 20px;
}

.p-news-list-wrapper .col-md-4 {
  padding: 0;
}

.p-news-list-wrapper .news-item {
  position: relative;
  width: 349px;
  height: 555px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto 50px;
  border: 2px #f7f7f7 solid;
}

.p-news-list-wrapper .news-item a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news-list-wrapper .news-item:hover a {
  text-decoration: none;
}

.p-news-list-wrapper .news-item .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 264px;
}

.p-news-list-wrapper .news-item .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news-list-wrapper .news-item .pic:hover img {
  transform: scale(1.05);
}

.p-news-list-wrapper .news-item .info {
  padding: 0 20px;
}

.p-news-list-wrapper .news-item .title {
  font-size: 22px;
  padding: 20px 0;
  font-weight: 400;
}

.p-news-list-wrapper .news-item .desc {
  font-size: 16px;
}

.p-news-list-wrapper .active-warpper {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

.p-news-list-wrapper .active-warpper .deta {
  font-size: 16px;
}

.p-news-list-wrapper .active-warpper .more {
  font-size: 16px;
  color: #0085ff;
}

.p-news-page-wrapper {
  padding: 0 45px 45px;
}

.p-news-page-wrapper h2 {
  font-size: 28px;
  text-align: center;
}

.p-news-page-wrapper .desc {
  font-size: 14px;
  text-align: center;
  color: #828181;
  font-weight: 400;
  padding-bottom: 20px;
}

.p-news-page-wrapper .desc span {
  padding: 0 20px;
}

.p-news-page-wrapper p {
  font-size: 16px;
  line-height: 30px;
}

.p-news-page-wrapper .btn-warpper {
  text-align: center;
  padding-top: 30px;
}

.p-news-page-wrapper .btn-warpper .page-btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  background-color: #0085ff;
  color: #fff;
  font-size: 16px;
  margin: 0 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.p-news-page-wrapper .btn-warpper .page-btn:hover {
  opacity: 0.9;
}

.p-news-page-wrapper .btn-prev .icon {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/icon-swiper-prev.png) no-repeat center center;
  background-size: 16px;
  top: 15px;
  margin-left: -26px;
}

.p-news-page-wrapper .btn-next .icon {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/icon-swiper-next.png) no-repeat center center;
  background-size: 16px;
  top: 15px;
  margin-left: 6px;
}

.p-news-list-wrapper .list {
  padding-bottom: 40px;
}

.p-news-list-wrapper .list li {
  list-style-type: disc;
  font-size: 18px;
  margin: 0 0 20px 16px;
}

.p-news-list-wrapper .list a {
  list-style-type: disc;
  color: #000;
}

/* 成功案例-列表 */

.p-case-wrapper {
  padding: 30px 40px;
}

.p-case-wrapper .title {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  margin: 0 0 70px;
}

.p-case-wrapper .title span {
  color: #0085ff;
}

.p-case-wrapper .desc {
  line-height: 30px;
  padding: 0 40px 40px;
}

.p-case-wrapper .case-item {
  width: 400px;
  border: 1px solid #f7f7f7;
  margin: 0 auto 16px;
}

.p-case-wrapper .case-item .pic {
  height: 314px;
  overflow: hidden;
}

.p-case-wrapper .case-item .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-case-wrapper .case-item:hover img {
  transform: scale(1.05);
}

.p-case-wrapper .case-item h3 {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.p-case-page h2 {
  padding-bottom: 20px;
}

/* 联系我们 */
.p-contact-wrapper {
  padding: 0 40px 60px;
}

.p-contact-wrapper .info h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #0085ff;
  padding-left: 8px;
}

.p-contact-wrapper .info h3 {
  font-size: 18px;
  padding-top: 20px;
}

.p-contact-wrapper .info p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 6px;
}

.p-contact-wrapper .info .contact-icon1 {
  position: absolute;
  left: 10px;
  top: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/p-contact-icon01.png) no-repeat;
  background-size: 20px;
}

.p-contact-wrapper .info span {
  padding-right: 26px;
}

.p-contact-wrapper .info .contact-icon2 {
  position: absolute;
  left: 12px;
  top: 5px;
  display: block;
  width: 20px;
  height: 20px;
  padding-right: 0;
  background: url(/images/p-contact-icon02.png) no-repeat;
  background-size: 18px;
}

.p-contact-wrapper .info .contact-icon3 {
  position: absolute;
  left: 12px;
  top: 7px;
  display: block;
  width: 20px;
  height: 20px;
  padding-right: 0;
  background: url(/images/p-contact-icon03.png) no-repeat;
  background-size: 18px;
}

.p-contact-wrapper .info .contact-icon4 {
  position: absolute;
  left: 12px;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
  padding-right: 0;
  background: url(/images/p-contact-icon04.png) no-repeat;
  background-size: 19px;
}

.p-contact-wrapper .info .contact-icon5 {
  position: absolute;
  left: 12px;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
  padding-right: 0;
  background: url(/images/p-contact-icon05.png) no-repeat;
  background-size: 21px;
}

.p-contact-wrapper .iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.p-contact-wrapper .col-md-6 {
  padding: 0;
}

/* 在线留言 */

.p-feedback-wrapper {
  padding-bottom: 70px;
}

.p-feedback-wrapper h2 {
  font-size: 26px;
}

.p-feedback-wrapper h3 {
  font-size: 16px;
  font-weight: 400;
}

.p-feedback-wrapper .form {
  width: 690px;
  margin: 0 auto;
  margin-top: 30px;
}

.p-feedback-wrapper .form>.ct {
  margin: -10px;
}

.p-feedback-wrapper .form>.ct table {
  width: 100%;
}

.p-feedback-wrapper .form>.ct table tr td {
  padding: 10px;
}

.p-feedback-wrapper .form>.ft {
  margin-top: 10px;
}

.p-feedback-wrapper .form>.ft .bt-more {
  padding: 0px 150px;
  font-size: 16px;
  border: none;
}

.p-feedback-wrapper .form .td {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  color: #333;
}

.p-feedback-wrapper .form .td::-webkit-input-placeholder {
  color: #303030;
}

.p-feedback-wrapper .form input.td {
  height: 40px;
  text-indent: 12px;
}

.p-feedback-wrapper .form .code-img {
  margin-left: 20px;
  width: 80px;
  height: 36px;
}

.p-feedback-wrapper .form .bt-more {
  background-color: #0085ff;
  line-height: 38px;
  color: #fff;
}

.p-feedback-wrapper .form textarea.td {
  padding: 8px 12px;
  resize: none;
  height: 178px;
}

.en.product-wrapper .product-item {
  height: 400px;
}

/* 移动端 */
@media screen and (max-width: 1600px) {
  .swiper-container {
    height: 660px;
  }

  .swiper-slide .bg {
    height: 660px;
    background-size: cover;
  }
}

/* 移动端 */
@media screen and (max-width: 992px) {
  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    z-index: 999;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    background-color: #0085ff;
    border: 0;
    border-radius: 0;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar .navbar-header {
    width: 208px;
    height: 32px;
    position: absolute;
    left: 30px;
    margin-top: -16px;
  }

  .navbar .navbar-brand {
    width: 208px;
    height: 32px;
  }

  .container-fluid,
  .container {
    width: 100% !important;
  }

  .about-count {
    padding: 12px 0;
  }

  .about-count .col-md-4:nth-child(3) .about-count_info {
    width: 80px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #0085ff;
  }

  .navbar .navbar-collapse {
    top: 50px;
    background-color: #f7f7f7;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    margin: 0;
    left: 0;
    bottom: auto;
  }

  .navbar .navbar-collapse li {
    text-align: left;
    display: block;
    line-height: 30px;
    float: none;
    margin-left: 0;
    font-weight: 400;
  }

  .navbar .nav>li:after {
    display: none;
  }

  .navbar .nav>li a:hover {
    background-color: inherit;
  }

  .navbar .navbar-collapse .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    border: 0;
    box-shadow: none;
    background-color: inherit;
  }

  .navbar .navbar-collapse .dropdown-backdrop {
    display: none;
  }

  .navbar .nav .dropdown-menu {
    padding: 0 10px;
  }

  .navbar .nav .dropdown-menu li a {
    line-height: 30px;
  }

  .lang {
    position: absolute;
    right: 54px;
    font-size: 14px;
    line-height: 50px;
  }

  .lang a {
    color: #0085ff;
  }

  .navbar.navbar-fixed-top {
    height: 50px;
  }

  .index-swiper.swiper-container {
    margin-top: 50px;
    height: 300px;
  }

  .index-swiper .swiper-button-prev,
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-pagination {
    transform: scale(0.6);
  }

  .about-count .col-md-4 {
    padding: 0;
  }

  .about-count .col-md-4 .about-count_item {
    transform: scale(0.6);
  }

  .about-count_item .icon {
    left: -30px;
  }

  .about-count_item {
    padding-left: 20px;
  }

  .about-count .about-count_info {
    width: 116px;
  }

  .about-count_item .b {
    font-size: 30px;
    line-height: 38px;
  }

  .about-count_item .add {
    font-size: 18px;
    top: -18px;
  }

  .about-count_item .desc {
    font-size: 14px;
  }

  .br1::after {
    top: 20px;
    height: 25px;
    width: 1px;
    opacity: 0.5;
  }

  .core-innner .title-header-wrapper {
    padding-top: 12px;
  }

  .title-header-wrapper {
    padding-bottom: 12px;
  }

  .title-header-wrapper .title {
    font-size: 18px;
  }

  .title-header-wrapper .desc {
    font-size: 12px;
    margin-top: 0;
  }

  .title-header-wrapper .title::before,
  .title-header-wrapper .title::after {
    width: 20px;
  }

  .title-header-wrapper .title::before {
    left: -30px;
  }

  .title-header-wrapper .title::after {
    right: -30px;
  }

  .core-innner .core-item {
    width: 100%;
    height: 300px;
  }

  .core-innner .col-xs-6 {
    padding: 0 5px 5px;
  }

  .core-innner .core-item .core-item-info {
    top: 80px;
    padding: 0 12px;
  }

  .core-innner .core-item .core-item-info .title {
    font-size: 24px;
  }

  .core-innner .core-item .core-item-info .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .product-wrapper .title-header-wrapper {
    padding-top: 12px;
  }

  .product-wrapper .product-item {
    width: 90%;
    height: auto;
  }

  .product-wrapper .product-item .pic {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .product-wrapper .product-item .title {
    font-size: 14px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .product-wrapper {
    padding-bottom: 20px;
  }

  .industry-innner .row {
    background-color: #ccc;
    margin: 20px 0 0;
  }

  .industry-innner .row .col-md-3 {
    padding: 0;
  }

  .industry-innner .col-md-3 .industry-item {
    margin-bottom: 1px;
  }

  .industry-innner .col-md-3:last-child .industry-item {
    margin-bottom: 0;
  }

  .industry-innner .col-md-3:nth-child(-1) .industry-item {
    margin-bottom: 0;
  }

  .industry-innner .col-md-3:nth-child(2n) .industry-item {
    margin-right: 0;
  }

  .industry-wrapper .title-header-wrapper {
    padding-top: 30px;
    color: #fff;
  }

  .industry-innner .industry-item {
    height: 94px;
    padding: 0;
  }

  .industry-innner .industry-item .title {
    font-size: 12px;
    margin: 0;
  }

  .industry-innner .industry-item .sub-title {
    font-size: 8px;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .industry-innner .industry-item img {
    width: 30px;
    height: 30px;
    margin: 14px auto 8px;
  }

  .industry-wrapper {
    height: auto;
    padding-bottom: 28px;
    background-size: cover;
  }

  .about-wrapper {
    padding: 22px 0;
  }

  .about-wrapper .about-count {
    position: static;
    width: 100%;
    margin: 0;
  }

  .about-wrapper .desc-warpper {
    position: static;
    width: 100%;
    padding: 0;
    background-color: inherit;
    padding: 6px 15px 0;
    height: auto;
  }

  .about-wrapper .about-count .col-md-4 {
    margin: 18px 0;
  }

  .about-wrapper .desc-warpper p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
  }

  .about-wrapper .desc-warpper h4 {
    font-size: 14px;
  }

  .about-wrapper .about-pic {
    width: 100%;
    height: auto;
    padding: 0 15px;
  }

  .news-wrapper {
    padding: 22px 0 20px;
  }

  .case-wrapper {
    padding: 22px 0;
  }

  .case-content .row {
    margin: 0;
  }

  .case-wrapper .case-item {
    width: 100%;
    height: auto;
  }

  .case-wrapper .col-md-4 {
    padding: 5px;
  }

  .case-wrapper .case-item .info {
    padding: 0 10px;
  }

  .case-wrapper .case-item .title {
    font-size: 14px;
    padding: 6px 0;
  }

  .case-wrapper .case-item .desc {
    font-size: 10px;
  }

  .case-wrapper .case-item .more {
    position: static;
    font-size: 12px;
    padding: 6px 0;
  }

  .case-wrapper .case-item .pic,
  .case-wrapper .case-item .pic img {
    position: static;
    width: 100%;
    height: auto;
  }

  .news-wrapper .news-content .right {
    float: none;
    width: 100%;
  }

  .news-wrapper .news-content .news-item::after {
    display: none;
  }

  .news-wrapper .news-content .news-item {
    padding: 15px;
    margin: 38px 15px 0 !important;
    height: auto;
  }

  .news-wrapper .news-content .news-item .title {
    font-size: 16px;
    padding: 8px 0;
  }

  .news-wrapper .news-content .news-item .date-wrapper .d {
    font-size: 18px;
    line-height: 20px;
  }

  .news-wrapper .news-content .news-item .date-wrapper .y {
    font-size: 12px;
  }

  .news-wrapper .news-content .news-item .date-wrapper {
    width: 48px;
    height: 36px;
    padding: 5px;
    box-sizing: content-box;
    right: 10px;
  }

  .news-wrapper .news-content .news-item .desc {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
  }

  .news-wrapper .news-content .look-more {
    padding: 10px;
    transform: scale(0.7);
  }

  .news-wrapper .look-more a {
    color: #0085ff;
  }

  .footer-wrapper {
    padding: 20px 0;
    height: auto;
  }

  .footer-wrapper .qr-code {
    position: static;
    margin: 0 auto;
    text-align: center;
  }

  .footer-wrapper .qr-code img {
    width: 86px;
    height: 86px;
  }

  .footer-wrapper .qr-code .text {
    line-height: 30px;
    padding: 6px 0;
  }

  .footer-wrapper .desc {
    font-size: 14px;
    padding: 8px 12px;
    line-height: 26px;
  }

  .footer-wrapper .tel {
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
    transform: scale(0.7);
  }

  .copyright-wrapper {
    padding: 12px 0;
    line-height: 22px;
    font-size: 12px;
  }

  .banner {
    margin-top: 50px;
    height: 300px;
  }

  .banner .banner-inner {
    height: 300px;
  }

  .banner h1 {
    font-size: 24px;
  }

  .p-case-wrapper .title {
    font-size: 24px;
  }

  .banner h2 {
    font-size: 12px;
  }

  .p-introduction-about-wrapper .p-introduction-about-inner .pic {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .p-introduction-about-wrapper .p-introduction-about-inner .info {
    padding: 15px;
  }

  .p-introduction-about-wrapper .p-introduction-about-inner .info .title {
    font-size: 20px;
  }

  .p-introduction-about-wrapper {
    margin-bottom: 20px;
  }

  .p-introduction-about-count-wrapper .info h2 {
    font-size: 17px;
    padding: 30px 0 20px;
  }

  .p-introduction-about-count-wrapper .info h5 {
    font-size: 14px;
    padding-bottom: 10px;
    text-indent: 2em;
  }

  .p-introduction-about-count-wrapper {
    height: auto;
    padding-bottom: 20px;
  }

  .p-case-wrapper .desc {
    padding: 0;
  }

  .p-case-wrapper {
    padding: 20px 0;
  }

  .p-case-wrapper .col-xs-6 {
    padding: 0 10px;
  }

  .p-case-wrapper .row {
    padding-top: 16px;
  }

  .p-case-wrapper .title {
    margin-bottom: 20px;
  }

  .p-case-wrapper .case-item {
    width: 100%;
    height: auto;
  }

  .p-case-wrapper .case-item .pic {
    height: auto;
  }

  .p-case-wrapper .case-item .pic img {
    height: auto;
  }

  .p-case-wrapper .case-item h3 {
    margin: 14px 0;
  }

  .p-news-page-wrapper h2 {
    font-size: 20px;
  }

  .p-case-page h2 {
    padding-bottom: 20px;
  }

  .p-news-page-wrapper .btn-warpper {
    padding-top: 20px;
  }

  .p-news-page-wrapper .btn-warpper .page-btn {
    transform: scale(0.7);
    margin: 0 10px;
  }

  .p-news-page-wrapper {
    padding: 0 15px 20px;
  }

  .p-case-page h2 {
    padding-bottom: 14px;
  }

  .p-certificate-wrapper .certificate-item .pic {
    width: 100%;
    height: auto;
  }

  .p-contact-wrapper {
    padding: 0 0 20px;
  }

  .p-contact-wrapper .iframe {
    width: 370px !important;
    height: 370px;
    margin: 0 auto;
    display: block;
  }

  .p-contact-wrapper .col-md-6 {
    padding: 0 15px;
  }

  .p-contact-wrapper .info {
    padding-bottom: 16px;
  }

  .p-contact-wrapper .info h3 {
    padding-top: 4px;
  }

  .p-cooperation-wrapper .col-xs-6 {
    padding: 0 5px;
  }

  .p-cooperation-wrapper .cooperation-item {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }

  .p-cooperation-wrapper {
    padding: 0 10px 0;
    margin-bottom: 15px;
  }

  .p-cooperation-wrapper .cooperation-item img {
    height: auto;
    display: block;
  }

  .p-culture-wrapper .culture-item {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .p-culture-wrapper .culture-item .pic-wrapper {
    order: 1;
    height: 180px;
    overflow: hidden;
    position: relative;
  }

  .p-culture-wrapper .culture-item .info-wrapper {
    order: 2;
  }

  .p-culture-wrapper .culture-item .pic {
    width: 100%;
    height: auto;
    position: relative;
    top: -50%;
  }

  .p-culture-wrapper .culture-item .info {
    display: block;
    height: auto;
  }

  .p-culture-wrapper .culture-item .icon {
    left: 0 !important;
    top: -8px;
    right: auto;
    transform: scale(0.5);
  }

  .p-culture-wrapper .culture-item .title {
    padding-top: 30px;
    font-size: 18px;
  }

  .p-culture-wrapper .culture-item p {
    padding: 10px 15px;
  }

  .p-culture-wrapper {
    margin-bottom: 26px;
  }

  .p-exhibition-wrapper .exhibition-item {
    width: 100%;
    height: auto;
  }

  .p-exhibition-wrapper .exhibition-item .pic {
    width: 100%;
    height: auto;
  }

  .p-exhibition-wrapper .exhibition-item {
    margin-bottom: 20px;
  }

  .p-exhibition-wrapper .exhibition-item h3 {
    margin-top: 0;
    line-height: 48px;
  }

  .p-exhibition-wrapper {
    margin-bottom: 10px;
  }

  .p-feedback-wrapper .form {
    width: 100%;
  }

  .p-feedback-wrapper h2 {
    font-size: 18px;
  }

  .p-feedback-wrapper .form>.ft .bt-more {
    padding: 0 100px;
  }

  .p-news-list-wrapper {
    padding: 0 10px;
  }

  .p-news-list-wrapper .list {
    padding-bottom: 0;
  }

  .p-news-list-wrapper .list li {
    font-size: 14px;
  }

  .p-news-list-wrapper .list .deta {
    padding-left: 15px;
  }

  .p-news-list-wrapper .news-item {
    width: 100%;
    height: auto;
  }

  .p-news-list-wrapper .news-item .pic {
    height: auto;
  }

  .p-news-list-wrapper .news-item .title {
    font-size: 18px;
  }

  .p-news-list-wrapper .news-item .info {
    padding: 0 10px 10px;
  }

  .p-news-list-wrapper .news-item {
    margin-bottom: 16px;
  }

  .p-news-list-wrapper .active-warpper {
    position: static;
    padding-top: 10px;
  }

  .p-news-list-wrapper .col-md-4 {
    padding: 0 5px;
  }

  .p-news-list-wrapper .news-item .title {
    padding: 8px 0;
  }

  .p-product-list-wrapper .col-xs-6 {
    padding: 0;
  }

  .p-news-page-wrapper .desc {
    padding-bottom: 10px;
  }

  .p-product-list-wrapper {
    padding: 0 10px 15px;
  }

  .p-product-list-wrapper .product-item h3 {
    margin-top: 15px;
  }

  .p-product-list-wrapper .product-item {
    width: 100%;
    padding: 0 5px 10px;
  }

  .en .p-product-list-wrapper .product-item {
    min-height: 240px;
  }

  .p-product-list-wrapper .product-item .pic {
    width: 100%;
    height: auto;
  }

  .p-product-list-wrapper .title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .p-product-list-wrapper .product-pic {
    width: 100%;
  }

  .p-product-list-wrapper .product-pic .pic {
    width: 100%;
    height: auto;
  }

  .p-product-list-wrapper .product-pic .desc {
    font-size: 14px;
  }

  .p-product-list-wrapper .page {
    padding-left: 0;
  }

  .p-product-list-wrapper .page .sub-title {
    margin-top: 20px;
    font-size: 16px;
  }

  .p-product-list-wrapper .page .download-btn {
    position: relative;
    left: -28px;
    margin: 0;
    transform: scale(0.7);
  }

  .p-product-case-wrapper .title {
    font-size: 16px;
    margin: 10px 0;
  }

  .p-product-case-wrapper {
    padding: 10px 20px;
  }

  .p-product-case-wrapper .p-product-case-item {
    width: 100%;
    height: auto;
  }

  .p-product-case-wrapper .col-xs-6 {
    padding: 5px;
  }

  .sub-nav-col-4 .swiper-slide {
    width: 33.333333% !important;
  }

  .sub-nav-col-6 .swiper-slide {
    width: 50% !important;
  }

  .sub-nav-col-12 .swiper-slide {
    width: 100% !important;
  }

  .core-innner .core-item {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #004cd7;
  }
}

@media screen and (max-width: 750px) {
  .index-swiper.swiper-container {
    height: 194px;
  }

  .index-swiper.swiper-container .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .sub-nav-container .swiper-wrapper {
    display: block;
  }

  .banner {
    height: 200px;
  }

  .banner .banner-inner {
    height: 200px;
  }

  .banner h1 {
    font-size: 18px;
  }

  .p-case-wrapper .title {
    font-size: 18px;
  }

  .sub-nav-container {
    height: auto;
  }

  .sub-nav-container .sub-nav-prev,
  .sub-nav-container .sub-nav-next {
    display: none;
  }

  .sub-nav-wrapper .sub-nav-inner {
    padding: 0;
  }

  .sub-nav-container .swiper-slide {
    float: left;
    padding: 0;
    display: block;
    width: 25%;
    font-size: 14px;
    line-height: 34px;
    border: 1px #f7f7f7 solid;
  }

  .sub-nav-wrapper {
    margin-bottom: 22px;
  }

  .p-news-page-wrapper h2 {
    font-size: 18px;
  }

  .p-news-page-wrapper .btn-warpper .page-btn {
    width: 140px;
    transform: scale(0.7);
    margin: 0 10px;
  }

  .p-exhibition-wrapper .exhibition-item .pic .date {
    width: 90px;
    line-height: 30px;
  }

  .p-feedback-wrapper .form>.ft .bt-more {
    padding: 0 38px;
  }

  .core-innner .core-item {
    width: 100%;
    height: 220px;
  }

  .core-innner .col-xs-6 {
    padding: 0 5px 5px;
  }

  .core-innner .core-item .core-item-info {
    top: 40px;
    padding: 0 12px;
  }

  .core-innner .core-item .core-item-info .title {
    font-size: 16px;
  }

  .core-innner .core-item .core-item-info .desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .p-product-list-wrapper .product-item h3,
  .p-product-list-wrapper .product-item h4 {
    margin-top: 10px;
    font-size: 12px;
    height: auto;
  }

  .p-product-list-wrapper .page .sub-swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }

  .product-wrapper .product-item:hover {
    border: 1px #94c9fa solid;
  }

  .sub-swiper-wrapper {
    border: 8px #f7f7f7 solid;
  }

  .p-news-page-wrapper .page>div>img {
    width: 100% !important;
    height: auto !important;
  }

  .p-certificate-wrapper .certificate-item h3 {
    height: 40px;
    margin: 10px 0;
  }
  .p-news-page-wrapper .desc span {
    padding: 0 10px;
  }
  .p-contact-wrapper .info p {
    font-size: 14px;
  }
  .en.product-wrapper .product-item {
    height: auto;
  }
  .en.product-wrapper .product-item .title {
    height: 40px;
    font-size: 12px;
    white-space: normal;
  }
}