@import url(https://at.alicdn.com/t/font_3222071_62rckeos49q.css);
/*common*/
* {
  padding: 0;
  margin: 0;
}
.mted li {
  margin-top: 20px;
}
ul {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 30px;
}
body {
  font-family: "Microsoft YaHei", Arial;
  background: #fff;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../font/Barlow-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Barlow-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../font/Barlow-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../font/Barlow-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/Barlow-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
/*index-title-wrap*/
.index-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-title-wrap .index-title.withe h2 {
  color: #fff;
}
.index-title-wrap .index-title.withe p {
  color: rgba(255, 255, 255, 0.18);
}
.index-title-wrap .index-title h2 {
  color: #26334c;
  font-size: 30px;
  font-weight: bold;
}
.index-title-wrap .index-title p {
  margin-bottom: 0;
  color: #26334c;
  font-size: 50px;
  font-family: 'Barlow';
  text-transform: uppercase;
}
.index-title-wrap .more-link {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  border-bottom: 1px solid #676767;
}
.index-title-wrap .more-link:hover {
  color: #1c2288;
}
.index-title-wrap .more-link:hover .iconfont {
  animation: shake 1.2s 1 forwards;
}
.index-title-wrap .more-link .iconfont {
  margin-left: 36px;
  font-size: 30px;
}
.index-title-wrap .tab {
  display: flex;
}
.index-title-wrap .tab li {
  margin-left: 30px;
  padding-bottom: 10px;
  color: #26334c;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  cursor: default;
}
.index-title-wrap .tab li.active {
  color: #1c2288;
  border-bottom-color: #1c2288;
}
/*page-banner*/
.page-banner {
  height: 600px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-banner .page-title {
  line-height: 60px;
  padding: 290px 0 180px;
  color: #fff;
  font-size: 60px;
}
/*breadcrumb*/
.breadcrumb-wrap {
  display: flex;
  align-items: center;
}
.breadcrumb-wrap .iconfont {
  font-size: 16px;
}
.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0 0 0 6px;
  color: #fff;
  font-size: 16px;
  background: transparent;
}
.breadcrumb-wrap .breadcrumb a {
  padding: 0 6px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.breadcrumb-wrap .breadcrumb a:first-child {
  padding-left: 0;
}
/*page-sub-nav*/
.page-sub-nav {
  background-color: #f6f6f6;
}
.page-sub-nav ul {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
  overflow-x: auto;
}
.page-sub-nav ul li {
  margin-right: 74px;
}
.page-sub-nav ul li.active a,
.page-sub-nav ul li:hover a {
  color: #1c2288;
  font-weight: bold;
  border-bottom: 2px solid #1c2288;
}
.page-sub-nav ul li a {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  color: #333;
}
/*page-sub-title*/
.page-sub-title {
  text-align: center;
}
.page-sub-title.tips .title {
  padding-bottom: 18px;
  border: none;
}
.page-sub-title .title {
  display: block;
  line-height: 30px;
  padding-bottom: 20px;
  color: #333;
  font-size: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-sub-title .tips {
  color: #555;
  font-size: 16px;
}
.page-sub-title .tips .red {
  color: #eb0a0a;
  font-weight: bold;
}
/*pager*/
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.pager a {
  display: inline-block;
  min-width: 30px;
  line-height: 28px;
  margin: 0 6px;
  padding: 0 10px;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.pager a.page-num-current {
  color: #fff;
  background-color: #1c2288;
}
/*around*/
.around {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.around .item {
  margin: 0 10px;
  color: #666;
  font-size: 15px;
}
.around .item a {
  color: #666;
}
.around .item a:hover {
  color: #1c2288;
}
/*index*/
.dropdown-menu {
  left: -30px;
  width: 180px;
  margin: 0;
  padding: 0 0 10px;
  border: none;
  border-radius: 0;
  background-color: #1c2288;
}
.dropdown-menu .dropdown-item {
  line-height: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.dropdown-menu .dropdown-item:last-child {
  border: none;
}
.dropdown-menu .dropdown-item:hover {
  color: #1c2288;
  background-color: #fff;
}
.navbar {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .corporate-name {
  display: none;
  color: #fff;
  font-size: 15px;
  font-family: Impact;
  font-weight: bold;
}
.navbar-style {
  max-width: 1920px;
  margin: 0 auto;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-style.nav-dark {
  background-color: #12131f;
}
.navbar-style.nav-darker {
  background-color: #12131f;
}
.navbar-style.nav-light {
  background-color: #fff;
}
.navbar-style.nav-light .nav-item .nav-link {
  color: #333;
}
.navbar-style.nav-light .tel {
  color: #333;
}
.navbar-style .nav-item {
  padding: 0 20px;
}
.navbar-style .nav-item .nav-link {
  padding: 33px 5px;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
}
.navbar-style .search {
  padding: 0 25px;
  border-top: 0;
  border-bottom: 0;
}
.navbar-style .search .open-search {
  display: inline-block;
  padding: 32px 10px;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
}
.navbar-style .search .form-wrap {
  display: none;
  align-items: center;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 9;
  width: 100%;
  height: 100px;
  padding: 10px 80px 20px 140px;
  background-color: #eee;
}
.navbar-style .search .form-wrap.show {
  display: flex;
}
.navbar-style .search .form-wrap .iconfont {
  font-size: 22px;
  cursor: pointer;
}
.navbar-style .search .form-wrap form {
  width: 100%;
  margin-right: 80px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.navbar-style .search .form-wrap form input {
  width: 100%;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  outline: none;
}
#banner .banner-slider {
  display: flex;
  justify-content: center;
}
#banner .banner-slider img {
  width: 100%;
  max-width: 1920px;
}
#banner .banner-slider .info-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
#banner .banner-slider .info-wrap .title {
  line-height: 60px;
  margin-bottom: 30px;
  font-size: 60px;
}
#banner .banner-slider .info-wrap .tips {
  font-size: 20px;
}
#banner .banner-button-prev {
  width: 64px;
  height: 64px;
  background-image: url("../img/icon-prev.png");
  background-size: 100%;
}
#banner .banner-button-next {
  width: 64px;
  height: 64px;
  background-image: url("../img/icon-next.png");
  background-size: 100%;
}
#banner .swiper-pagination {
  bottom: 40px;
}
#banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.3;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.product {
  padding-top: 80px;
}
.product #pro {
  padding-top: 48px;
}
.product #pro .pro-slide:last-child {
  margin-right: 0;
}
.product #pro .swiper-pagination {
  bottom: 65px;
}
.product #pro .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  background: #b5b5b5;
  opacity: 1;
  border-radius: 0;
}
.product #pro .swiper-pagination-bullet-active {
  background-color: #1c2288;
}
.pro-item {
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 130px;
  padding: 34px 10px;
  border: 1px solid #d2d2d2;
  transition: all 0.5s ease;
}
.pro-item:hover {
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.pro-item:hover .img img {
  transform: scale(1.1);
}
.pro-item .title {
  padding: 0 18px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.pro-item .img {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.pro-item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.pro-item .tips {
  padding: 0 18px;
  color: #666e80;
  font-size: 16px;
}
.intro {
  max-height: 697px;
  padding: 132px 0 122px;
  background: url("../img/intro-bg.jpg") no-repeat center center;
}
.intro .content {
  color: #26334c;
  font-size: 16px;
  text-align: justify;
}
.intro .more-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 54px;
  padding: 0 28px;
  color: #fff;
  font-size: 16px;
  background-color: #1c2288;
}
.intro .more-link:hover .iconfont {
  animation: shake 1.2s 1 forwards;
}
.intro .more-link .iconfont {
  font-size: 30px;
}
.intro .data-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 636px;
}
.intro .data-wrap .item {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 6px;
  overflow: hidden;
}
.intro .data-wrap .item:nth-child(2) {
  margin-top: 40px;
}
.intro .data-wrap .item:nth-child(3) {
  margin-top: 140px;
}
.intro .data-wrap .item:nth-child(4) {
  margin-top: -128px;
}
.intro .data-wrap .item:nth-child(5) {
  margin-top: -94px;
}
.intro .data-wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .data-wrap .item .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.intro .data-wrap .item .info-wrap .num-wrap {
  display: flex;
  align-items: center;
  font-family: Barlow;
}
.intro .data-wrap .item .info-wrap .num-wrap .num {
  font-size: 60px;
}
.intro .data-wrap .item .info-wrap .num-wrap .plus {
  font-size: 36px;
}
.intro .data-wrap .item .info-wrap .title {
  font-size: 16px;
}
.praise {
  max-height: 400px;
  padding: 60px 0;
  background: url("../img/praise-bg.jpg") no-repeat center center;
}
.praise .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  transition: all 0.5s ease;
}
.praise .item:hover {
  background-color: rgba(63, 70, 188, 0.52);
  border-color: transparent;
  transform: translateY(-10px);
}
.praise .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
}
.praise .item .icon img {
  max-width: 100%;
}
.praise .item .line {
  display: inline-block;
  width: 42px;
  height: 2px;
  margin: 20px 0 30px;
  background-color: #fff;
}
.praise .item .title {
  padding-bottom: 20px;
  font-size: 24px;
}
.praise .item .tips {
  font-size: 16px;
  text-align: center;
}
.partners {
  padding: 110px 0 85px;
}
.partners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 48px;
}
.partners .list li {
  margin-bottom: 25px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.partners .list li:hover a img {
  transform: scale(1.1);
}
.partners .list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.partners .list li a img {
  max-width: 100%;
  transition: 1s all ease-out;
}
.news {
  padding: 88px 0 68px;
  background-color: #fafafa;
}
.news .row.hide {
  display: none;
}
.news .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.news .list .item {
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  transition: all 0.5s ease;
}
.news .list .item:hover {
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.news .list .item:hover .img img {
  transform: scale(1.1);
}
.news .list .item:hover .info-wrap .title,
.news .list .item:hover .info-wrap .tips {
  color: #1c2288;
}
.news .list .item .img {
  width: 100%;
  overflow: hidden;
}
.news .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.news .list .item .info-wrap {
  padding: 25px 22px 38px;
}
.news .list .item .info-wrap .date {
  padding-bottom: 16px;
  color: #a2a2a2;
  font-size: 14px;
}
.news .list .item .info-wrap .title {
  min-height: 48px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}
.news .list .item .info-wrap .tips {
  padding-top: 40px;
  color: #8e90a8;
  font-size: 16px;
  transition: all 0.3s ease;
}
/*about*/
.about-one {
  padding: 100px 0 95px;
  background-color: #f6f7fb;
}
.about-one .since {
  line-height: 60px;
  color: rgba(28, 34, 136, 0.13);
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-one .tips {
  color: #1c2288;
  font-size: 24px;
}
.about-one .content {
  line-height: 30px;
  padding-top: 30px;
  color: #444;
  font-size: 16px;
  text-align: justify;
}
.about-two {
  padding: 88px 0 75px;
}
.about-two .info-wrap {
  position: relative;
}
.about-two .info-wrap .img {
  width: 824px;
  height: 459px;
  overflow: hidden;
}
.about-two .info-wrap .img img {
  width: 100%;
  height: 100%;
}
.about-two .info-wrap .info {
  position: absolute;
  top: 50px;
  right: 0;
  width: 740px;
  height: 440px;
  padding: 52px 60px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.about-two .info-wrap .info .title {
  padding-bottom: 26px;
  color: #1c2288;
  font-size: 24px;
}
.about-two .info-wrap .info .content {
  color: #444;
  font-size: 16px;
}
/*strength*/
.strength {
  padding: 70px 0;
}
.strength .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.strength .list .item {
  margin-bottom: 36px;
}
.strength .list .item:hover .img img {
  transform: scale(1.1);
}
.strength .list .item:hover .title {
  color: #1c2288;
}
.strength .list .item .img {
  width: 100%;
  overflow: hidden;
}
.strength .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.strength .list .item .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
/*products-center*/
.products-center {
  padding: 80px 0 100px;
}
.products-center .slogan-wrap {
  margin-bottom: 50px;
  text-align: center;
}
.products-center .slogan-wrap .title {
  padding-bottom: 10px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.products-center .slogan-wrap .tips {
  color: #595959;
  font-size: 18px;
}
.products-center .list {
  display: flex;
  flex-wrap: wrap;
}
.products-center .list li:nth-child(4n) {
  margin-right: 0;
}
/*news-center*/
.news-center {
  padding: 25px 0 80px;
}
.news-center .list {
  padding-bottom: 30px;
}
.news-center .list .item {
  position: relative;
  display: flex;
  height: 360px;
  padding: 50px 0;
  border-bottom: 1px solid #ebebeb;
}
.news-center .list .item:hover .info-wrap h6,
.news-center .list .item:hover .info-wrap .tips {
  color: #1c2288;
}
.news-center .list .item:hover .img img {
  transform: scale(1.1);
}
.news-center .list .item .img {
  width: 414px;
  height: 258px;
  overflow: hidden;
}
.news-center .list .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.news-center .list .item .info-wrap {
  flex: 1;
  padding-left: 45px;
}
.news-center .list .item .info-wrap .date {
  padding-bottom: 30px;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: bold;
}
.news-center .list .item .info-wrap h6 {
  padding-bottom: 16px;
  color: #111;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.news-center .list .item .info-wrap .content {
  margin: 0;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-center .list .item .info-wrap .tips {
  padding-top: 40px;
  color: #8e90a8;
  font-size: 16px;
  transition: all 0.5s ease;
}
.news-detail {
  padding: 50px 0 20px;
}
.news-detail h2 {
  padding-bottom: 20px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.news-detail h6 {
  padding-bottom: 30px;
  color: #969696;
  font-size: 12px;
  text-align: center;
}
.news-detail .body {
  min-height: 250px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.news-detail .body p {
  margin-bottom: 0;
}
.news-detail .body img,
.news-detail .body video {
  max-width: 100%;
}
.news-detail .body iframe {
  max-width: 100%;
  height: 600px;
}
/*honor*/
.honor {
  padding: 65px 0 70px;
}
.honor .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.honor .list .item {
  background-color: #f7f7f7;
}
.honor .list .item:hover .img img {
  transform: scale(1.1);
}
.honor .list .item:hover .title {
  color: #1c2288;
}
.honor .list .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.honor .list .item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.honor .list .item .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
/*organize*/
.organize {
  padding: 80px 0 75px;
  background: url("../img/organize-bg.png") no-repeat center bottom;
}
.organize .content {
  padding-top: 75px;
}
.organize .content img {
  max-width: 100%;
}
/*contact*/
.contact {
  padding: 90px 0;
}
.contact .info-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 65px;
}
.contact .info-wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  color: #333;
}
.contact .info-wrap .item:last-child:after {
  display: none;
}
.contact .info-wrap .item:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 1px;
  height: 80px;
  background-color: #d2d2d2;
}
.contact .info-wrap .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.contact .info-wrap .item .key {
  padding: 18px 0 16px;
  font-size: 22px;
}
.contact .info-wrap .item .val {
  font-size: 16px;
  font-weight: bold;
}
.contact #map {
  width: 100%;
  height: 450px;
}
.contact #map .map-title {
  display: inline-block;
  padding-bottom: 6px;
  color: #1c2288;
  font-size: 16px;
}
.contact #map .map-info {
  line-height: 22px;
  margin: 0;
  font-size: 14px;
  color: #000;
}
.contact .msg {
  padding: 86px 0 0;
}
.contact .msg form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.contact .msg form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.contact .msg form .form-group.w-100 {
  margin-bottom: 30px;
}
.contact .msg form .form-group input[type=text] {
  line-height: 54px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  background-color: #f7f7f7;
  border: none;
  outline: none;
}
.contact .msg form .form-group textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  background-color: #f7f7f7;
  border: none;
  outline: none;
  resize: none;
}
.contact .msg form .form-group img {
  width: 154px;
  height: 54px;
  margin-left: 10px;
}
.contact .msg form .form-group input[type=button] {
  align-content: flex-start;
  width: 225px;
  line-height: 54px;
  margin-left: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #1c2288;
  border: none;
}
/*cooperate*/
.cooperate {
  padding: 60px 0 85px;
}
.cooperate .cooperate-wrap {
  position: relative;
  background: url("../img/partners.jpg") no-repeat center center;
}
.cooperate .cooperate-wrap .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px;
}
.cooperate .cooperate-wrap .title-wrap .title {
  padding-bottom: 5px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.cooperate .cooperate-wrap .title-wrap .tips {
  color: #dcdcdc;
  font-size: 16px;
}
.cooperate .cooperate-wrap #cooperate {
  width: 100%;
  height: 100%;
}
.cooperate .cooperate-wrap #cooperate .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cooperate .cooperate-wrap #cooperate .list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
.cooperate .cooperate-wrap #cooperate .list .item:first-child,
.cooperate .cooperate-wrap #cooperate .list .item:last-child {
  background-color: transparent;
}
.cooperate .cooperate-wrap #cooperate .list .item:nth-child(4n) {
  margin-right: 0;
}
.cooperate .cooperate-wrap #cooperate .banner-button-prev {
  top: unset;
  left: unset;
  right: 115px;
  bottom: 35px;
  width: 36px;
  height: 36px;
  background-image: url("../img/icon-left-arrow.png");
  background-size: 100%;
}
.cooperate .cooperate-wrap #cooperate .banner-button-next {
  top: unset;
  right: 60px;
  bottom: 35px;
  width: 36px;
  height: 36px;
  background-image: url("../img/icon-right-arrow.png");
  background-size: 100%;
}
/*history*/
.history {
  padding: 60px 0;
}
.history .history-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.history .history-wrap .both-ends {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.history .history-wrap .both-ends .spot {
  width: 16px;
  height: 16px;
  background-color: #bfbfbf;
  border-radius: 50%;
}
.history .history-wrap .both-ends .line {
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #bfbfbf;
}
.history .history-wrap .btn-wrap {
  width: 100%;
  text-align: center;
}
.history .history-wrap .btn-wrap .more-btn {
  display: inline-block;
  width: 246px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #1c2288;
}
.history .history-wrap .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  border-right: 1px solid #bfbfbf;
}
.history .history-wrap .item:nth-child(odd) {
  justify-self: flex-end;
  flex-direction: row-reverse;
  border-left: 1px solid #bfbfbf;
  border-right: none;
}
.history .history-wrap .item:nth-child(odd) .node {
  position: absolute;
  left: -36px;
  margin-right: 25px;
}
.history .history-wrap .item:nth-child(odd) .node:before {
  left: 11px;
}
.history .history-wrap .item:hover .info-wrap {
  border-color: #1c2288;
}
.history .history-wrap .item:hover .info-wrap .info .year {
  color: #1c2288;
}
.history .history-wrap .item:hover .info-wrap .img img {
  transform: scale(1.1);
}
.history .history-wrap .item:hover .node {
  border-color: #1c2288;
}
.history .history-wrap .item:hover .node:before,
.history .history-wrap .item:hover .node:after {
  background-color: #1c2288;
}
.history .history-wrap .item .info-wrap {
  display: flex;
  height: 140px;
  padding: 15px 15px 15px 24px;
  color: #333;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.history .history-wrap .item .info-wrap .info {
  flex: 1;
  padding-right: 20px;
}
.history .history-wrap .item .info-wrap .info .year {
  line-height: 24px;
  padding: 18px 0 15px;
  font-size: 24px;
  font-weight: bold;
}
.history .history-wrap .item .info-wrap .info .content {
  font-size: 16px;
}
.history .history-wrap .item .info-wrap .img {
  width: 158px;
  height: 111px;
  overflow: hidden;
}
.history .history-wrap .item .info-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.history .history-wrap .item .node {
  position: absolute;
  right: -11px;
  width: 22px;
  height: 22px;
  margin-left: 25px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.history .history-wrap .item .node:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: -1;
  transform: translateY(-50%);
  width: 32px;
  height: 1px;
  background-color: #bfbfbf;
  transition: all 0.5s ease;
}
.history .history-wrap .item .node:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  border-radius: 50%;
  transition: all 0.5s ease;
}
/*footer*/
.footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #12131f;
}
.footer .foot-nav {
  margin-bottom: 0;
}
.footer .foot-nav dt {
  position: relative;
  padding-bottom: 28px;
}
.footer .foot-nav dt .img {
  display: inline-block;
  width: 85px;
  overflow: hidden;
}
.footer .foot-nav dt .img img {
  width: 100%;
}
.footer .foot-nav dt .link {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.footer .foot-nav dd {
  display: flex;
  margin: 0;
  padding-bottom: 12px;
  font-size: 14px;
}
.footer .foot-nav dd:last-child {
  padding-bottom: 0;
}
.footer .foot-nav dd .link {
  color: #aaa;
  font-size: 14px;
  transition: all 1s ease;
}
.footer .foot-nav dd .link:hover {
  color: #fff;
}
.footer .foot-code-wrap {
  display: flex;
  justify-content: flex-end;
}
.footer .foot-code-wrap .foot-code {
  color: #fff;
  font-size: 18px;
}
.footer .foot-code-wrap .foot-code img {
  width: 100px;
}
/*media*/
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
  .navbar {
    max-width: 1200px;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 295px;
    width: 1200px;
  }
  #banner .banner-button-prev {
    left: 140px;
  }
  #banner .banner-button-next {
    right: 140px;
  }
  .product #pro .pro-slide {
    width: 285px;
    margin-right: calc((1200px - (285px * 4)) / 3);
  }
  .pro-item {
    height: 360px;
  }
  .pro-item .img {
    width: 100%;
    height: 190px;
  }
  .intro .content {
    padding: 40px 50px 50px 0;
  }
  .intro img {
    width: 100%;
  }
  .praise .item {
    padding: 45px 20px 50px;
  }
  .partners .list li {
    width: 220px;
    height: 120px;
  }
  .news .list .item {
    width: 285px;
  }
  .news .list .item .img {
    height: 188px;
  }
  /*about*/
  .about-one .content {
    padding-right: 0;
  }
  .about-one img {
    width: 100%;
    object-fit: cover;
  }
  /*strength*/
  .strength .list .item {
    width: 285px;
  }
  .strength .list .item .img {
    height: 225px;
  }
  /*products-center*/
  .products-center .list li {
    width: 285px;
    margin-right: calc((1200px - (285px * 4)) / 3);
  }
  .products-center .list li .pro-item {
    margin-bottom: 30px;
  }
  /*honor*/
  .honor .list .item {
    width: 285px;
    margin-bottom: 26px;
  }
  .honor .list .item .img {
    height: 230px;
  }
  /*cooperate*/
  .cooperate .cooperate-wrap {
    width: 1200px;
    height: 820px;
  }
  .cooperate .cooperate-wrap .title-wrap {
    width: 292px;
    height: 197px;
    padding: 0 26px;
  }
  .cooperate .cooperate-wrap #cooperate .list .item {
    height: calc((820px - 30px) / 4);
  }
  /*contact*/
  .contact .msg form .form-group input[type=text] {
    width: 380px;
  }
  /*history*/
  .history .history-wrap .item:nth-child(odd) {
    margin-left: 599px;
  }
  .history .history-wrap .item .info-wrap {
    width: 566px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1430px;
  }
  .navbar {
    max-width: 1400px;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 420px;
    width: 1600px;
  }
  #banner .banner-button-prev {
    left: 195px;
  }
  #banner .banner-button-next {
    right: 195px;
  }
  .product #pro .pro-slide {
    width: 334px;
    margin-right: calc((1400px - (334px * 4)) / 3);
  }
  .pro-item {
    height: 400px;
    margin-bottom: 130px;
  }
  .pro-item .img {
    width: 100%;
    height: 228px;
  }
  .intro .content {
    padding: 45px 100px 60px 0;
  }
  .praise .item {
    padding: 45px 48px 50px;
  }
  .partners .list li {
    width: 260px;
    height: 140px;
  }
  .news .list .item {
    width: 336px;
  }
  .news .list .item .img {
    height: 224px;
  }
  /*about*/
  .about-one .content {
    padding-right: 22px;
  }
  .about-one img {
    width: 680px;
    object-fit: unset;
  }
  /*strength*/
  .strength .list .item {
    width: 334px;
  }
  .strength .list .item .img {
    height: 264px;
  }
  /*products-center*/
  .products-center .list li {
    width: 334px;
    margin-right: calc((1400px - (334px * 4)) / 3);
  }
  .products-center .list li .pro-item {
    margin-bottom: 40px;
  }
  /*honor*/
  .honor .list .item {
    width: 334px;
    margin-bottom: 36px;
  }
  .honor .list .item .img {
    height: 264px;
  }
  /*contact*/
  .contact .msg form .form-group input[type=text] {
    width: 450px;
  }
  /*cooperate*/
  .cooperate .cooperate-wrap {
    width: 1400px;
    height: 1020px;
  }
  .cooperate .cooperate-wrap .title-wrap {
    width: 342px;
    height: 248px;
    padding: 0 40px;
  }
  .cooperate .cooperate-wrap #cooperate .list .item {
    height: calc((1020px - 30px) / 4);
  }
  /*history*/
  .history .history-wrap .item:nth-child(odd) {
    margin-left: 699px;
  }
  .history .history-wrap .item .info-wrap {
    width: 666px;
  }
}
@media (min-width: 1024px) {
  .dropdown-toggle::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 46%;
    width: 960px;
  }
  #banner .banner-slider .info-wrap .title {
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 40px;
  }
  #banner .banner-slider .info-wrap .tips {
    font-size: 16px;
  }
  #banner .banner-button-prev {
    left: 80px;
  }
  #banner .banner-button-next {
    right: 80px;
  }
  .product #pro .pro-slide {
    width: 298px;
    margin-right: 15px;
  }
  .pro-item {
    height: 370px;
  }
  .pro-item .img {
    height: 198px;
  }
  .intro {
    max-height: unset;
    padding: 80px 0;
    background-size: cover;
  }
  .intro .content {
    padding: 45px 0 60px 0;
  }
  .intro .more-link {
    margin-bottom: 50px;
  }
  .intro img {
    width: 100%;
  }
  .praise .item {
    padding: 25px 15px 30px;
  }
  .praise .item .line {
    margin: 15px 0 25px;
  }
  .praise .item .title {
    font-size: 20px;
  }
  .praise .item .tips {
    font-size: 12px;
  }
  .partners .list li {
    width: 290px;
    height: 150px;
  }
  .partners .list li:nth-last-child(4) {
    display: none;
  }
  .news .list .item {
    width: 455px;
  }
  .news .list .item .img {
    height: 304px;
  }
  /*about*/
  .about-one .content {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .about-one img {
    width: 100%;
    object-fit: unset;
  }
  .about-two .info-wrap .img {
    width: 100%;
    height: auto;
  }
  .about-two .info-wrap .info {
    position: unset;
    width: 100%;
    height: auto;
  }
  /*strength*/
  .strength .list .item {
    width: 215px;
  }
  .strength .list .item .img {
    height: 170px;
  }
  /*products-center*/
  .products-center .list li {
    width: 298px;
    margin-right: 15px;
  }
  .products-center .list li:nth-child(4n) {
    margin-right: 15px;
  }
  .products-center .list li:nth-child(3n) {
    margin-right: 0;
  }
  .products-center .list li .pro-item {
    margin-bottom: 20px;
  }
  /*news-center*/
  .news-center .list .item {
    height: auto;
  }
  .news-center .list .item .img {
    width: 372px;
    height: 231px;
  }
  .news-center .list .item .info-wrap {
    width: 60%;
  }
  /*honor*/
  .honor .list .item {
    width: 215px;
    margin-bottom: 26px;
  }
  .honor .list .item .img {
    height: 145px;
  }
  /*contact*/
  .contact .info-wrap .item .icon {
    width: 28px;
    height: 28px;
  }
  .contact .info-wrap .item .key {
    font-size: 20px;
  }
  .contact .info-wrap .item .val {
    font-size: 13px;
  }
  .contact .msg form .form-group input[type=text] {
    width: 290px;
  }
  /*cooperate*/
  .cooperate .cooperate-wrap {
    width: 960px;
    height: 690px;
  }
  .cooperate .cooperate-wrap .title-wrap {
    width: 232px;
    height: 162px;
    padding: 0 26px;
  }
  .cooperate .cooperate-wrap #cooperate .list .item {
    height: calc((690px - 30px) / 4);
  }
  /*history*/
  .history .history-wrap .item:nth-child(odd) {
    margin-left: 464px;
  }
  .history .history-wrap .item .info-wrap {
    width: 432px;
  }
}
@media (min-width: 768px) {
  /*product*/
  .product .sidebar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  /*page-banner*/
  .page-banner {
    height: 500px;
  }
  .page-banner .page-title {
    padding: 220px 0 160px;
  }
  .navbar-style .nav-item {
    position: relative;
    padding: 0 10px;
  }
  .navbar-style .nav-item.active .nav-link {
    border: none;
  }
  .navbar-style .nav-item .nav-link {
    padding: 10px 0;
  }
  .navbar-style .search {
    padding: 0 10px;
    border: none;
  }
  .navbar-style .search .open-search {
    display: none;
  }
  .navbar-style .search .form-wrap {
    display: flex;
    align-items: center;
    position: unset;
    height: 50px;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
  }
  .navbar-style .search .form-wrap.show {
    display: flex;
  }
  .navbar-style .search .form-wrap > .iconfont {
    display: none;
  }
  .navbar-style .search .form-wrap form {
    margin-right: 0;
    padding: 0;
    border: none;
  }
  .navbar-style .tel {
    line-height: 41px;
    padding: 10px;
  }
  .navbar-brand img {
    height: 32px;
  }
  .navbar-collapse {
    max-height: 95vh;
    overflow-y: auto;
  }
  .dropdown-menu {
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .dropdown-menu .dropdown-item {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    text-align: left;
  }
  .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 43%;
    width: 690px;
  }
  #banner .banner-slider .info-wrap .tips {
    font-size: 14px;
  }
  #banner .banner-button-prev {
    left: 40px;
    width: 40px;
    height: 40px;
  }
  #banner .banner-button-next {
    right: 40px;
    width: 40px;
    height: 40px;
  }
  .product #pro .pro-slide {
    width: 335px;
    margin-right: 20px;
  }
  .pro-item {
    height: 395px;
  }
  .pro-item .img {
    height: 227px;
  }
  .praise {
    max-height: unset;
    background-size: cover;
  }
  .praise .item {
    margin-bottom: 30px;
    padding: 25px 30px 30px;
  }
  .praise .item .line {
    margin: 20px 0 30px;
  }
  .praise .item .title {
    font-size: 24px;
  }
  .praise .item .tips {
    font-size: 16px;
  }
  .partners .list li {
    width: 215px;
    height: 130px;
  }
  .news .list .item {
    width: 335px;
  }
  .news .list .item .img {
    height: 223px;
  }
  /*about*/
  .about-two .info-wrap .info {
    padding: 36px 40px;
  }
  /*strength*/
  .strength .list .item {
    width: 160px;
  }
  .strength .list .item .img {
    height: 126px;
  }
  .strength .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  /*products-center*/
  .products-center .list li {
    width: 335px;
    margin-right: 20px;
  }
  .products-center .list li:nth-child(4n),
  .products-center .list li:nth-child(3n) {
    margin-right: 20px;
  }
  .products-center .list li:nth-child(2n) {
    margin-right: 0;
  }
  /*news-center*/
  .news-center .list .item {
    padding: 30px 0;
  }
  .news-center .list .item .img {
    width: 276px;
    height: 172px;
  }
  .news-center .list .item .info-wrap {
    padding-left: 25px;
  }
  .news-center .list .item .info-wrap .date {
    padding-bottom: 15px;
  }
  .news-center .list .item .info-wrap .tips {
    padding-top: 30px;
  }
  .news-center .list .item .info-wrap .date,
  .news-center .list .item .info-wrap .content,
  .news-center .list .item .info-wrap .tips {
    font-size: 14px;
  }
  .news-center .list .item .info-wrap h6 {
    font-size: 18px;
  }
  /*honor*/
  .honor .list .item {
    width: 160px;
  }
  .honor .list .item .img {
    height: 110px;
  }
  .honor .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  /*contact*/
  .contact .info-wrap {
    flex-wrap: wrap;
    padding-bottom: 35px;
  }
  .contact .info-wrap .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .contact .info-wrap .item:nth-child(2n):after {
    display: none;
  }
  .contact .info-wrap .item .icon {
    width: 32px;
    height: 32px;
  }
  .contact .info-wrap .item .key {
    font-size: 22px;
  }
  .contact .info-wrap .item .val {
    font-size: 16px;
  }
  .contact #map {
    height: 360px;
  }
  .contact .msg form .form-group input[type=text] {
    width: 210px;
    font-size: 15px;
  }
  .contact .msg form .form-group textarea {
    height: 150px;
  }
  /*cooperate*/
  .cooperate .cooperate-wrap {
    width: 720px;
    height: 580px;
  }
  .cooperate .cooperate-wrap .title-wrap {
    width: 172px;
    height: 137px;
    padding: 0 20px;
  }
  .cooperate .cooperate-wrap .title-wrap .title {
    font-size: 22px;
  }
  .cooperate .cooperate-wrap .title-wrap .tips {
    font-size: 14px;
  }
  .cooperate .cooperate-wrap #cooperate .list .item {
    height: calc((580px - 30px) / 4);
  }
  /*history*/
  .history .history-wrap .both-ends {
    width: 60px;
  }
  .history .history-wrap .item {
    flex-direction: row-reverse;
    width: 100%;
    margin-left: 30px !important;
    padding-bottom: 20px;
    border-left: 1px solid #bfbfbf;
    border-right: none;
  }
  .history .history-wrap .item .info-wrap {
    width: 626px;
  }
  .history .history-wrap .item .node {
    position: absolute;
    left: -36px;
    margin-right: 25px;
  }
  .history .history-wrap .item .node:before {
    left: 11px;
  }
  /*footer*/
  .footer .foot-nav {
    margin-bottom: 30px;
  }
  .footer .foot-code-wrap {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .navbar .corporate-name {
    display: inline-block;
  }
  /*index-title-wrap*/
  .index-title-wrap .index-title h2 {
    font-size: 24px;
  }
  .index-title-wrap .index-title p {
    font-size: 34px;
  }
  .index-title-wrap .more-link {
    font-size: 14px;
  }
  .index-title-wrap .more-link .iconfont {
    margin-left: 36px;
    font-size: 30px;
  }
  .index-title-wrap .tab li {
    font-size: 14px;
  }
  /*page-banner*/
  .page-banner {
    height: 250px;
  }
  .page-banner .page-title {
    padding: 110px 0 30px;
    font-size: 24px;
  }
  /*breadcrumb*/
  .breadcrumb-wrap .iconfont {
    font-size: 15px;
  }
  .breadcrumb-wrap .breadcrumb {
    font-size: 15px;
  }
  .breadcrumb-wrap .breadcrumb a {
    font-size: 15px;
  }
  /*page-sub-nav*/
  .page-sub-nav {
    background-color: #f6f6f6;
  }
  .page-sub-nav ul {
    height: 50px;
    font-size: 14px;
  }
  .page-sub-nav ul li {
    margin-right: 55px;
  }
  .page-sub-nav ul li a {
    height: 50px;
    line-height: 50px;
  }
  /*page-sub-title*/
  .page-sub-title .title {
    font-size: 24px;
  }
  .page-sub-title .tips {
    font-size: 14px;
  }
  /*around*/
  .around {
    justify-content: flex-start;
  }
  .around .item {
    width: 100%;
    margin: 0;
  }
  /*index*/
  #banner .banner-slider .info-wrap {
    top: 40%;
    width: 100%;
    padding: 0 15px;
    text-align: left;
  }
  #banner .banner-slider .info-wrap .title {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #banner .banner-slider .info-wrap .tips {
    font-size: 12px;
  }
  #banner .banner-button-prev,
  #banner .banner-button-next {
    display: none;
  }
  #banner .swiper-pagination {
    bottom: 10px;
  }
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .product {
    padding-top: 50px;
  }
  .product #pro {
    padding-top: 48px;
  }
  .product #pro .pro-slide {
    width: 100%;
    margin-right: 0;
  }
  .intro {
    padding: 50px 0;
  }
  .intro .content {
    padding: 35px 0 40px 0;
  }
  .intro .more-link {
    width: 170px;
    height: 46px;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 14px;
  }
  .intro .data-wrap {
    justify-content: space-between;
    width: 100%;
  }
  .intro .data-wrap .item {
    position: relative;
    width: 48.5%;
    height: 165.69px;
    margin: 0 0 12px 0 !important;
  }
  .intro .data-wrap .item .info-wrap .num-wrap .num {
    font-size: 40px;
  }
  .intro .data-wrap .item .info-wrap .num-wrap .plus {
    font-size: 24px;
  }
  .intro .data-wrap .item .info-wrap .title {
    font-size: 14px;
  }
  .praise {
    padding: 50px 0 20px;
  }
  .praise .item {
    margin-bottom: 20px;
    padding: 20px 24px 25px;
  }
  .praise .item .icon {
    width: 50px;
    height: 50px;
  }
  .praise .item .line {
    margin: 15px 0 20px;
  }
  .praise .item .title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .praise .item .tips {
    font-size: 14px;
  }
  .partners {
    padding: 50px 0;
  }
  .partners .list li {
    width: 48%;
    height: 90px;
    margin-bottom: 15px;
  }
  .partners .list li:nth-last-child(4) {
    display: inline-block;
  }
  .news {
    padding: 50px 0;
  }
  .news .list .item {
    width: 100%;
  }
  .news .list .item .img {
    height: 230px;
  }
  /*about*/
  .about-one {
    padding: 50px 0;
  }
  .about-one .since {
    line-height: 50px;
    font-size: 50px;
  }
  .about-one .content {
    font-size: 15px;
  }
  .about-two {
    padding: 50px 0;
  }
  .about-two .info-wrap .info {
    padding: 15px 20px;
  }
  .about-two .info-wrap .info .title {
    padding-bottom: 18px;
    font-size: 20px;
  }
  .about-two .info-wrap .info .content {
    font-size: 15px;
  }
  /*strength*/
  .strength {
    padding: 50px 0;
  }
  .strength .list .item {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .strength .list .item .img {
    height: 129px;
  }
  .strength .list .item .title {
    font-size: 14px;
  }
  /*products-center*/
  .products-center {
    padding: 50px 0;
  }
  .products-center .slogan-wrap {
    margin-bottom: 30px;
  }
  .products-center .slogan-wrap .title {
    font-size: 24px;
  }
  .products-center .slogan-wrap .tips {
    font-size: 14px;
  }
  .products-center .list li {
    width: 100%;
    margin-right: 0;
  }
  .products-center .list li:nth-child(4n),
  .products-center .list li:nth-child(3n),
  .products-center .list li:nth-child(2n) {
    margin-right: 0;
  }
  /*news-center*/
  .news-center .list .item {
    flex-wrap: wrap;
  }
  .news-center .list .item .img {
    width: 100%;
    height: 215px;
  }
  .news-center .list .item .info-wrap {
    padding-top: 20px;
    padding-left: 0;
  }
  .news-detail h2 {
    font-size: 30px;
  }
  /*honor*/
  .honor {
    padding: 50px 0;
  }
  .honor .list .item {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .honor .list .item .img {
    height: 110px;
  }
  .honor .list .item .title {
    font-size: 14px;
  }
  /*organize*/
  .organize {
    padding: 50px 0;
  }
  .organize .content {
    padding-top: 35px;
  }
  /*contact*/
  .contact {
    padding: 50px 0;
  }
  .contact .info-wrap {
    padding-bottom: 10px;
  }
  .contact .info-wrap .item {
    flex-direction: unset;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .info-wrap .item:after {
    display: none !important;
  }
  .contact .info-wrap .item .icon {
    width: 18px;
    height: 18px;
  }
  .contact .info-wrap .item .icon img {
    width: 100%;
  }
  .contact .info-wrap .item .key {
    padding: 0 10px 0;
    font-size: 16px;
  }
  .contact .info-wrap .item .val {
    font-size: 14px;
  }
  .contact #map {
    height: 250px;
  }
  .contact .msg {
    padding-top: 50px;
  }
  .contact .msg form .form-group {
    width: 100%;
  }
  .contact .msg form .form-group input[type=text] {
    width: 100%;
    line-height: 48px;
  }
  .contact .msg form .form-group img {
    width: 154px;
    height: 48px;
  }
  .contact .msg form .form-group input[type=button] {
    width: 100%;
    line-height: 48px;
    margin-left: 0;
    font-size: 16px;
  }
  /*cooperate*/
  .cooperate .cooperate-wrap {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .cooperate .cooperate-wrap .title-wrap {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .cooperate .cooperate-wrap .title-wrap .title {
    font-size: 24px;
  }
  .cooperate .cooperate-wrap .title-wrap .tips {
    font-size: 16px;
  }
  .cooperate .cooperate-wrap #cooperate .list {
    justify-content: space-between;
    padding: 0 20px;
  }
  .cooperate .cooperate-wrap #cooperate .list .item {
    width: 47.5%;
    height: 80px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .cooperate .cooperate-wrap #cooperate .list .item:first-child,
  .cooperate .cooperate-wrap #cooperate .list .item:first-child {
    width: 100%;
    height: 100px;
  }
  .cooperate .cooperate-wrap #cooperate .list .item img {
    max-width: 100%;
    max-height: 100%;
  }
  /*history*/
  .history {
    padding: 50px 0;
  }
  .history .history-wrap {
    padding-left: 20px;
  }
  .history .history-wrap .both-ends {
    width: 1px;
  }
  .history .history-wrap .btn-wrap .more-btn {
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
  .history .history-wrap .item {
    margin-left: 0 !important;
    padding-left: 32px;
  }
  .history .history-wrap .item .info-wrap {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .history .history-wrap .item .info-wrap .info {
    width: 100%;
    padding-bottom: 15px;
  }
  .history .history-wrap .item .info-wrap .img {
    width: 100%;
    height: auto;
  }
  /*footer*/
  .footer .foot-nav dd {
    display: inline-block;
    padding: 0 14px 10px 0;
  }
}
/*# sourceMappingURL=style.css.map */