div, ul, li, ol, table, h1, h2, h3, h4, h5, form {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@font-face {
  font-family: DINBold;
  src: url(../fonts/DINCond-Bold.otf);
}

html{
  overflow-x: hidden;
}
html, body {
  height: 100%;
  font-size: 100%;
 
}

body {
  padding-top: 6.25rem;
}

body.gray-bg {
  background: #f8f8f8;
}
.new-position{
	/* width: 73.5%; */
	margin: 0 auto; 
	/* padding:0 13.5% 1.5rem 15.5%; */
	width: 75%;
	padding-left: 15px;
	padding-bottom: 1.5rem;
}

@media screen and (max-width: 3200px) {
  html, body {
    font-size: 1.125rem !important;
  }

  .container {
    width: 70%;
  }
  .new-position {
		width: 70%;
		margin: auto;
	}

  .swiper-slide {
    width: 16.6666%;
  }
}

@media screen and (max-width: 2480px) {
  html, body {
    font-size: 1rem;
  }

  .container {
    width: 80%;
  }
  .new-position {
		width: 80%;
		margin: auto;
	}

  .swiper-slide {
    width: 16.6666%;
  }
}

@media screen and (max-width: 1920px) {
  html, body {
    font-size: 100% !important;
  }

  .container {
    width: 75%;
  }
  .new-position {
		width: 75%;
		margin: auto;
	}
}

@media screen and (max-width: 1680px) {
  .container {
    width: 88%;
  }
  .new-position {
		width: 88%;
		margin: auto;
	}

  .swiper-slide {
    width: 15.2%;
  }
}

@media screen and (max-width: 1440px) {
  html, body {
    font-size: 0.875rem !important;
  }

  .container {
    width: 88%;
  }
  .new-position {
		width: 88%;
		margin: auto;
	}

  .swiper-slide {
    width: 15.2%;
  }

}

@media screen and (max-width: 1366px) {
  html, body {
    font-size: 0.875rem !important;
  }

  .container {
    width: 90%;
  }
  .new-position {
		width: 90%;
		margin: auto;
	}

  .swiper-slide {
    width: 15.2%;
  }
}

@media screen and (max-width: 1280px) {
  /* .flex-wrap {
    display: block;
  } */

  html, body {
    font-size: 0.8125rem !important;
  }

  .container {
    width: 93.75%;
  }
  .new-position {
		width: 93.75%;
		margin: auto;
	}

  .swiper-slide {
    width: 15.2%;
  }
}

@media screen and (max-width: 1024px) {
  html, body {
    font-size: 0.625rem !important;
  }

  .container {
    width: 100%;
  }
  .new-position {
		width: 100%;
		margin: auto;
	}

  .swiper-container1 .swiper-slide {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  .new-position {
		width: 100%;
		margin: auto;
	}

  html, body {
    font-size: 0.625rem !important;
  }
  .our-service-goodness .goodness-list .gn-item .view-detail {
    bottom: 2vw !important;
    left: 2vw !important;
    right: 2.3vw !important;
    font-size: 1.488rem;
  }
  .our-service-goodness .goodness-list .gn-item .tit{
    line-height: 3;
    margin-bottom: 1.55vw;
  }
  .our-service-goodness .goodness-list .gn-item .inner{
    top:3vw;
    padding: 1rem 2.25rem !important;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .new-position {
		width: 100%;
		margin: auto;
	}

  html, body {
    font-size: 0.625rem !important;
  }

  .our-service-goodness .goodness-list {
    display: block;
  }

  .our-service-goodness .goodness-list .gn-item {
    width: 100%;
    margin-bottom: .625rem;
  }

  .banner-wrap {
    max-height: 26.25rem;
  }

  .swiper-slide {
    max-height: 26.25rem;
  }

  .swiper-pagination {
    display: none;
  }
}

/* @media (max-width: 480px) {
  html, body {
    font-size: 1rem !important;
  }

  .container {
    width: 100%;
  }

  html, body {
    font-size: 100%;
  }
}

@media (max-width: 375px) {
  html, body {
    font-size: 0.875rem !important;
  }
}

@media (max-width: 320px) {
  html, body {
    font-size: 0.75rem !important;
  }
} */

li {
  list-style: none;
}

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

a:hover, a:active, a:focus {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #024f9d;
}

.btn-success {
  background-color: #1989FB;
}

.nav-tabs {
  border: none;
  margin-bottom: 2.6875rem;
}

.nav-tabs>li>a {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0;
  color: #7d7d7d;
  font-size: 1.25rem;
  border: 0;
  border-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border: 0;
  border-radius: 0;
  background: #e55337;
  color: #fff;
}

.nav-tabs>li.active>a::before, .nav-tabs>li.active>a:hover::before, .nav-tabs>li.active>a:focus::before {
  display: block;
  font-weight: bolder;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: 100%;
}

.pic-box {
  overflow: hidden;
}

.pic-box img {
  width: 100%;
}

.page-menu {
  padding-top: 1.5rem;
  color: #7d7d7d;
  font-size:1rem;
}

.page-menu>i {
  color: #c0c0c0;
}

.btn-more {
  position: relative;
  display: inline-block;
  background: #243D8F;
  color: #fff;
  padding-left: 2.25rem;
  font-size: 0.95rem;
  text-align: left;
  line-height: 2.75rem;
  height: 2.75rem;
  width: 11.375rem;
  border-radius: 1.75rem;
  overflow: hidden;
  cursor: pointer;
  margin-top:1vw;
}

.btn-more .arr {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 1.25rem;
  top: .5rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/arr.png);
  background-size: cover;
  margin-left: 1.125rem;
}

.btn-more span {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
}

.btn-more i {
  position: absolute;
  right: 0;
  top: 0;
  background: #1989FB;
  width: 1px;
  height: 100%;
  z-index: 0;
}

.btn-more:hover {
  color: #fff !important;
}

.btn-more:hover i {
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.toPage .form-control {
  display: inline-block;
  width: 80px;
}

.pagination {
  vertical-align: middle;
}

.pagination>li {
  display: inline-block;
  margin: 0 5px;
}

.pagination>li>a, .pagination>li>span {
  background: #f5f5f5;
  border-color: #f5f5f5;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #e55238;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom:1.5vw;
}

.container::before, .container::after {
  display: none;
}

@-webkit-keyframes navborder {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes navborder {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.mobile-link a {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.25rem;
}

.form-group {
  position: relative;
}

.form-group .btn-sub {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #e55337;
  width: 34px;
  height: 34px;
}

.form-control {
  border-radius: 34px;
}

.carousel {
  margin-bottom: 2rem;
}

.carousel-indicators li {
  width: 3.125rem;
  height: 0.25rem;
  margin: 0.25rem;
  text-indent: -999px;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.carousel-indicators .active {
  width: 3.125rem;
  height: 0.25rem;
  margin: 0.25rem;
  background-color: #5cb630;
}

.index-box {
  overflow: hidden;
}

.inBox-til {
  height: 7rem;
  color: #024f9d;
  font-size: 2.5rem;
  width: 100%;
}

.inBox-til span, .inBox-til b {
  padding: 1.5rem 0;
}

.inBox-til>span {
  position: relative;
}

.inBox-til>span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #024f9d;
  width: 40%;
  height: 3px;
  z-index: 1;
}

.inBox-til>span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #c9c9c9;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.box-aboutUs {
  background: url(../img/bg01.jpg) top left no-repeat;
}

.about-con {
  padding-top: 6.75rem;
  padding-left: 3.875rem;
    background: url(../img/background.png) bottom left no-repeat;
    background-color: #f5f5f5;
}

.about-con h5, .about-con h2 {
  line-height: 1;
}

.about-con h2 {
  font-size: 2.375rem;
  margin: 1.75rem 0 3.438rem 0;
  color: #202020;
  font-weight: bolder;
}

.about-con h5 {
  font-weight: normal;
  margin: 0;
  color: #243D8F;
  font-size: 1.938rem;
}

.about-con>img {
  width: 100%;
}

.about-con .con-details {
  margin-right: 5rem;
}

.about-con .con-details p {
  max-width: 42.125rem;
  text-align: justify;
  font-size: 1.125rem;
}

.box-aboutUs .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-aboutUs .pic-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  padding: 0;
}

.data-show-wrap {
  height: 34.938rem;
  background: url(../img/bg-1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 7.625rem;
}

.data-show-wrap h1 {
  font-size: 15.188rem;
  line-height: 15.625rem;
  margin: 0 0 1.063rem 0;
  letter-spacing: 2px;
  font-family: DINBold;
}

.data-show-wrap h2 {
  font-size: 5.857rem;
  letter-spacing: 2px;
  margin: 0;
  font-family: DINBold;
}

.data-show-wrap .h1-txt {
  font-size: 2.063rem;
}

.data-show-wrap .h2-txt {
  font-size: 1.399rem;
}

.data-show-wrap .line {
  width: 4px;
  background: #FFFFFF;
}

.data-show-wrap .part-l .line {
  width: 4px;
  height: 15.625rem;
  background: #FFFFFF;
}

.data-show-wrap .part-r .line {
  width: 4px;
  height: 7rem;
}

.data-show-wrap .item {
  margin-bottom: 4.688rem;
}

.ml44 {
  margin-left: 2.75rem;
}

.ml25 {
  margin-left: 1.563rem;
}

.about-arrow .arrow {
  color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-arrow .arrow b {
  padding-right: 0.5rem;
  line-height: 1;
  font-size: 3.75rem;
  font-family: DIN;
}

.about-arrow .arrow>small {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-arrow .arrow p {
  padding-top: 1rem;
  font-size: 1.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}

.box-product {
  padding-top: 5.9375rem;
  padding-bottom: 4.375rem;
  background: #f6f9fd url(../img/box2-bg.png) top left no-repeat;
  background-size: auto 100%;
}

.box-product .container {
  display: block;
}

.box-qa {
  padding: 3.75rem 0;
  background: url(../img/bg01.jpg) top left no-repeat;
}

.box-qa .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-qa .inBox-til {
  margin-bottom: 3.75rem;
}

.box-qa .qa-til {
  margin-bottom: 3.75rem;
  font-size: 2.5rem;
}

.box-qa .qa-til span {
  font-weight: bold;
}

.box-qa .qa-til b {
  color: #1989FB;
  display: block;
}

.box-qa .qa-stil {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.toPage {
  text-align: right;
  margin-top:1vw;
}

.qa-group {
  width: 55%;
  overflow: hidden;
}

.qa-group .qa-item {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  color: #333333;
  font-size: 1.5rem;
  border-radius: 8rem;
  height: 8rem;
  width: 100%;
}

.qa-group .qa-item b, .qa-group .qa-item span {
  position: relative;
  z-index: 1;
}

.qa-group .qa-item i {
  position: absolute;
  left: 0;
  top: 0;
  background: #1989FB;
  height: 100%;
  width: 0;
  z-index: 0;
}

.qa-group .qa-item:hover, .qa-group .qa-item.active, .qa-group .qa-item:active {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.qa-group .qa-item:hover i, .qa-group .qa-item.active i, .qa-group .qa-item:active i {
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.qa-group .qa-item b {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 2rem 0 2.5rem;
  color: #d2d2d2;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
}

.box-product .swiper-container {
  margin-bottom: 2.8125rem;
  width: 100%;
}

.box-product .swiper-slide {
  text-align: center;
}

.box-product .swiper-slide img {
  width: 100%;
}

.inPro-item .pic-box {
  margin-bottom: 0.3125rem;
  display: block;
  border: 1px solid #eeeeee;
}

.inPro-item h3 {
  padding: 0.625rem;
  color: #595959;
  background: #fff;
  font-size: 1rem;
}

.proLink-item {
  padding: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #024f9d;
  color: #fff;
  border-radius: 0.625rem;
  height: 5rem;
  width: 100%;
}

.proLink-item span {
  font-size: 1.25rem;
}

.proLink-item span small {
  display: block;
  font-size: 0.875rem;
}

.proLink-item i {
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 2.75rem;
  font-size: 1.75rem;
  height: 2.875rem;
  width: 2.875rem;
}

.proLink-item:hover, .proLink-item:active, .proLink-item.active {
  color: #fff;
  background: #1989FB;
}

.box-adv {
  padding: 6.25rem 0;
  background: url(../img/box3-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}

.box-adv .swiper-container {
  width: 100%;
  padding-bottom: 9rem;
}

.box-adv .swiper-container .swiper-slide .adv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adv-til {
  color: #fff;
  margin-bottom: 4.375rem;
}

.adv-til b, .adv-til small {
  display: block;
}

.adv-til small {
  margin-bottom: 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
  font-size: 2rem;
}

.adv-til b {
  font-size: 4.875rem;
  margin-bottom: 3.75rem;
}

.adv-til span {
  font-size: 3.125rem;
  font-weight: bold;
}

.adv-stil {
  margin-bottom: 2.25rem;
  font-size: 1.75rem;
  color: #1989FB;
}

.adv-con p {
  width: 85%;
  font-size: 1.125rem;
  line-height: 2;
  color: #fff;
}

.swiper-pagination2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-adv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  margin: 0 1px;
  width: 25%;
  height: 5.625rem;
  line-height: 5.625rem;
  font-size: 1.5rem;
  border-radius: 0;
  opacity: 100;
  background: #fff;
}

.box-adv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1989FB;
  color: #fff;
}

.box-adv .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #1989FB;
  border-left: 12px solid transparent;
}

.box-panners {
  padding: 4.375rem 0 ;
}

.box-panners .block-tit {
  padding-top: 0;
}

.box-panners .btn-wrap {
  margin-bottom: 4.625rem;
}

.box-panners .container {
  display: block;
}

.box-panners .panner-item {
  margin: 1.5rem 0;
  display: block;
  border: 4px solid #F5F5F5;
  /* max-height: 9rem; */
  background: #fff;
  overflow: hidden;
}

.box-panners .panner-item img {
  width: 100%;
}

.box-panners .panner-item:hover {
  border-color: #1989FB;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.box-news {
  padding: 4.375rem 0;
}

.index-tab .tab-content>.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-tab .inBox-til {
  float: left;
  width: auto;
}

.index-tab .nav-tabs {
  margin-bottom: 0;
}

.box-picNews {
  margin-right: 1.625rem;
  overflow: hidden;
  width: 40%;
  background: #fff;
  position: relative;
}
.inNews-group{
  width: 58%;
}

.box-picNews .txt {
  padding: 0 1.75rem;
}

.box-picNews .pub-time {
  font-size: 1rem;
  color: #757575;
  margin-bottom: 1.875rem;
}

.box-picNews .left-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.125rem;
  cursor: pointer;
}

.box-picNews .left-tit h3 {
  max-width: 22.3125rem;
  margin: 0;
  padding: 0 1rem 0 0;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box-picNews .left-tit:hover .i-arrow-r {
  background: url(../img/i-arr-r-round-isActive.png);
  background-size: cover;
}

.box-picNews>span {
  font-size: 1.25rem;
  color: #7d7d7d;
}

.box-picNews h3 {
  padding: 1.5rem 0;
  font-size: 1.25rem;
}

.box-picNews p {
  color: #7d7d7d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.box-picNews .pic-box {
  margin-bottom: 1.5rem;
}

.box-news .nav-tabs>li {
  float: right;
}

.publish-time {
  line-height: 1;
  color: #757575;
  width: 9.625rem;
  text-align: center;
}

.publish-time .day {
  font-size: 3.063rem;
  font-weight: bolder;
  margin-bottom: 1.25rem;
}

.publish-time .date {
  font-size: 1rem;
}

.i-arrow-r {
  display: inline-block;
  vertical-align: middle;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../img/i-arr-r-round.png);
  background-size: cover;
}

.inNews-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 1.875rem 3.0625rem 0;
  height: 33.3%;
}

.inNews-item .txt {
  padding-left: 2.313rem;
  border-left: 1PX solid #E4E4E4;
}

.inNews-item i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inNews-item:hover .publish-time {
  color: #243D8F;
}

.inNews-item:hover .i-arrow-r {
  background: url(../img/i-arr-r-round-isActive.png);
  background-size: cover;
}

.inNews-item h4 {
  margin-bottom: .75rem;
  font-size: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  color: #2F2F2F;
  max-width: 34.124rem;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inNews-item h4 span {
  color: #333;
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inNews-item p {
  color: #7d7d7d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-width: 34.6875rem;
  -webkit-box-orient: vertical;
  margin: 0;
  margin-right: 1vw;
  font-size: 1rem;
}

.banner-box {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 23rem;
  margin-bottom: 1rem;
}

.banner-box-pro{
  margin-bottom:0;
}

.banner-box .container {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-box .container h1 {
  padding: 0.5rem 1.25rem;
  border-left: 4px solid #1989FB;
  font-weight: bold;
}

.banner-box .container h1 span {
  color: #014e9e;
}

.banner-box .container h1 small {
  padding-top: 0.5rem;
  display: block;
}

.page-tab {
  width: 100%;
}

.page-tab .nav-tabs {
  border-bottom: 1px solid #c0c0c0;
  background: #fff;
}

.page-tab .nav-tabs>li {
  margin-bottom: -3px;
  border-bottom: 3px solid transparent;
}

.page-tab .nav-tabs>li>a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
}

.page-tab .nav-tabs>li.active>a, .page-tab .nav-tabs>li.active>a:hover, .page-tab .nav-tabs>li.active>a:focus {
  background: none;
  border-bottom: 3px solid #e45237;
  color: #e45237;
  font-weight: bold;
}

.left-box {
  width: 18rem;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.left-box>h2 {
  margin-bottom: 5px;
  padding: 1.875rem;
  background: #e45237;
  font-size: 1.5rem;
  /* font-weight: bold; */
  color: #fff;
}

.left-box>h2>small {
  padding-top: 0.5rem;
  display: block;
  color: #fff;
  font-size: 0.8rem;
}

.left-nav a {
  display: block;
}

.left-nav>li {
  margin-bottom: 3px;
}

.left-nav>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
  padding: 0 20px;
  background: #eeeeee;
  font-size: 1.125rem;
  color: #262626;
  line-height: 50px;
  height: 50px;
}

.left-nav>li:hover>a, .left-nav>li.active>a {
  background: #eeeeee ;
  color: #e45237;
  /* font-weight: bold; */
}

.left-nav li>ul {
  display: none;
}


.left-nav li.active>ul {
  display: block;
}

.mid-child>li {
  margin-bottom: 2px;
}

.mid-child>li>a {
  background: #eeeeee;
  color: #262626;
  font-weight: bold;
  padding: 0 20px;
  height: 2.25rem;
  line-height: 2.25rem;
}

.next-child>li>a {
  padding: 0 20px;
  color: #666;
}

.mid-child>li>a>i {
  color: #5cb630;
}

.next-child {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.next-child>li>a {
  line-height: 2.4;
}

.next-child>li:hover>a, .next-child>li:active>a, .next-child>li.active>a, .next-child>li:focus>a {
  color: #fff;
  font-weight: bold;
}

.pro-item {
  margin-top: 1.875rem;
  display: block;
  border: 1px solid #eee;
  color: #7d7d7d;
}

.pro-item h4 {
  padding: 1rem 1rem 0.75rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}

.pro-item>span {
  display: block;
  margin: 0 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid #eee;
  font-size: 1rem;
}

.pro-item>span>.iconfont {
  float: right;
}

.pro-item .pic-box {
  position: relative;
}

.pro-item .pic-box span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.pro-item:hover .pic-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 100;
  color: #fff;
}

.pro-item:hover .pic-box span b {
  margin-bottom: 3rem;
  font-size: 1.125rem;
}

.pro-item:hover .pic-box span i {
  font-size: 2rem;
}

.proDetails-info {
  margin: 0 0 1.875rem 0;
}

.proDetails-info .container {
  display: block;
}

.proDetails-info .container .info-box {
  padding: 2rem 1rem;
  background: #fff;
  overflow: hidden;
}

.proDetails-info .pic-box {
  border: 1px solid #eee;
}

.pd-nav-tabs {
  margin-bottom: 1.875rem;
}

.pd-nav-tabs>li {
  width: 25%;
  text-align: center;
}

.pro-info {
  width: 63%;
}

.pro-info h2 {
  margin-bottom: 2rem;
  position: relative;
  padding: 1.5rem 0;
  color: #014e9c;
  font-size: 1.875rem;
}

.pro-info h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #014e9c;
  height: 3px;
  width: 10%;
}

.pro-con {
  padding: 2rem 0;
  overflow: hidden;
  background: #fff;
}

.pro-con .sbox-til {
  margin-left: 1rem;
  position: relative;
  padding-left: 1.875rem;
  font-size: 1.125rem;
}

.pro-con .sbox-til::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #5cb630;
}
.pro-datailscon{
  width:100%;
}

.right-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.right-box .page-menu {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1rem;
  padding-top: 0;
  font-size: 1rem;
}

.news-item {
  display: block;
  padding: 1.875rem 0;
  border-bottom: 2px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.news-item:hover, .news-item:active, .news-item:focus {
  border-bottom: 2px solid #eee;
}

.news-item .pic-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23%;
  max-height: 11.375rem;
  overflow: hidden;
}

.news-item>.news-info {
  margin: 0 2.1875rem;
  width: 100%;
}

.news-item>.news-info>h3 {
  font-size: 1.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #292929;
}

.news-item>.news-info>p {
  color: #7d7d7d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
}

.news-item>.news-info>small {
  display: block;
  font-size: .8rem;
  padding: 1.25rem 0;
  color: #c0c0c0;
}

.news-item>.icon-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  text-align: center;
  color: #c0c0c0;
  border: 2px solid #eee;
  line-height: 2.8rem;
  border-radius: 50%;
  width: 2.85rem;
  height: 2.85rem;
}

.news-item:hover .news-info>h3, .news-item:active .news-info>h3, .news-item:focus .news-info>h3 {
  color: #e45237;
}

.news-item:hover>.icon-right, .news-item:active>.icon-right, .news-item:focus>.icon-right {
  background: #e45237;
  border-color: #e45237;
  color: #fff;
}

.time-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 1.875rem 2.2rem;
  text-align: center;
  background: #cfcdcd;
  color: #ffffff;
}

.right-box .time-box {
  padding: 1.875rem 1.5rem;
}

.time-box>span {
  font-size: 4rem;
  line-height: 1;
}

.time-box>small {
  font-size: 1.2rem;
  display: block;
  white-space: nowrap;
}

.con-box {
  overflow: hidden;
  margin-bottom: 1.5rem;
  width:100%;
}

.con-box .toLink {
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  display: block;
  font-size: 0.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f6f6f6;
  color: #737373;
}

.con-til {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  text-align: center;
  border-bottom: 1px solid #c0c0c0;
}

.con-til h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.con-til p span {
  padding: 0 10px;
  color: #737373;
  font-size: 0.8rem;
}

.about-til {
  padding: 2rem 0;
  text-align: center;
}

.con-details {
  overflow: hidden;
 
}

.con-details-text{
    display: inline-block;
    width:45%;
    float: left;   
}
.con-details-map{
    display: inline-block;
    width: 55%;
}
#dituContent{
    width: 100%;
    height:13vw;
}

.con-details p {
  line-height: 1.8;
  color: #2F2F2F;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.con-details img {
  max-width: 100%;
}

.slide-bar {
  position: fixed;
  right: 0;
  bottom: 22rem;
  z-index: 1000;
}

.slide-bar>a {
  margin-bottom: 1rem;
  padding: 1rem;
  display: block;
  border-radius: 5px 0 0 5px;
  text-align: center;
  color: #fff;
}

.slide-bar>a:focus {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.slide-bar>a i {
  font-size: 2rem;
}

.slide-bar>a>small {
  display: block;
}

.slide-bar>a:first-child {
  background: #024e99;
}

.slide-bar>a:last-child {
  background: #5cb632;
}

.rePro-box {
  padding: 1.875rem;
  margin-top: 1.875rem;
  background: #fff;
  overflow: hidden;
  width:100%;
}

.rePro-box h3 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  color: #7d7d7d;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.load-group {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.load-item {
  overflow: hidden;
  display: block;
  border: 1px solid #eee;
  line-height: 1.875rem;
}

.load-item i {
  float: left;
  background: #014E9C;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 1rem;
}

.btn-box {
  padding: 0 15px 15px 15px;
  background: #fff;
  text-align: right;
}

.fixed {
  position: fixed;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.nav-bar {
  background: #fff;
  margin-bottom: 2rem;
  width: 100%;
}

.nav-bar>li {
  display: inline-block;
}

.nav-bar>li>a {
  cursor: pointer;
  padding: 1.5rem 3rem;
  display: block;
  font-size: 1.125rem;
}

.nav-bar>li:hover>a, .nav-bar>li:active>a, .nav-bar>li.active>a, .nav-bar>li:focus>a {
  border-bottom: 4px solid #024f9d;
}

.our-product-wrap .container {
  display: block;
}

.our-product-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-product-wrap .l-part {
  width: 25.563rem;
  height: 47.688rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../img/bg-2.png) no-repeat;
  background-size: cover;
  margin-right: 1.625rem;
  color: #fff;
  padding: 8.813rem 0 0 3.313rem;
  font-size: 1.125rem;
  position: relative;
}

.our-product-wrap .l-part .tit {
  font-size: 2.125rem;
  margin-bottom: 2.188rem;
}

.our-product-wrap .l-part .bot-btn {
  position: absolute;
  bottom: 8.9375rem;
  left: 3.313rem;
  line-height: 1;
  font-size: 1rem;
  padding-bottom: 1.1875rem;
  border-bottom: 1PX solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.our-product-wrap .l-part .bot-btn i {
  margin-left: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: .5625rem;
  background: url(../img/arr-line.png);
}

.our-product-wrap .r-part .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
}

.our-product-wrap .r-part .product-item {
  height: 23.125rem;
  position: relative;
  padding: 0 1.5625rem 0 0;
  margin-bottom: 1.5625rem;
  cursor: pointer;
}

.our-product-wrap .r-part .product-item img {
  width: 100%;
  height: 100%;
}

.our-product-wrap .r-part .product-item .txt {
  position: absolute;
  top: 1.375rem;
  left: 1.875rem;
  line-height: 1;
}

.our-product-wrap .r-part .product-item .txt .tit {
  color: #313131;
  font-size: 1.375rem;
  font-weight: bolder;
  margin-bottom: 1.1875rem;
}

.our-product-wrap .r-part .product-item .txt a, .our-product-wrap .r-part .product-item .txt a:hover, .our-product-wrap .r-part .product-item .txt a:active, .our-product-wrap .r-part .product-item .txt a:visited, .our-product-wrap .r-part .product-item .txt a:focus {
  color: #e55237;
  font-size: 1.125rem;
  text-decoration: underline;
}

.our-product-wrap .r-part .product-item .txt a,.our-product-wrap .r-part .product-item .txt a:visited{
  font-size: 1rem;
}


.hand {
  cursor: pointer;
}

.our-service-goodness .goodness-list {
  background: url(../img/bg-4.png) no-repeat;
  background-size: cover;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-service-goodness .goodness-list .gn-item {
  width: 20%;
  border-left: 1px solid rgba(82, 122, 183, 0.59);
  /* padding: 4.25rem 0 0 0; */
  position: relative;
  color: #fff;
  line-height: 2.25rem;
  font-size: 1.125rem;
  display: inline-block;
  height: 100%;
  transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition: all 2s;
  position:relative;
}

.our-service-goodness .goodness-list .gn-item .inner {
  padding: 4rem 2.25rem;
  z-index: 999;
  position: absolute;
  /* top: 4vw; */
}

.our-service-goodness .goodness-list .gn-item i {
  /* width: 6.2vw;
  height: 6.2vw; */
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1vw;
}
.our-service-goodness .goodness-list .gn-item i img{
  margin-bottom:1vw;
  width: 100%;
}
.inner .ad-text{
  /* margin-bottom:8vw; */
  color:#fff;
}
.our-service-goodness .goodness-list .gn-item .view-detail {
  position: absolute;
  bottom: 3.6vw;
  left: 1.5vw;
  right: 2.3vw;
  border-top: 1px solid #fff;
  z-index:99;
  color:#fff;
}

.our-service-goodness .goodness-list .gn-item hr {
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 5.3vw;
  left: 1.4vw;
  width: 49px;
  display: none;
}

.our-service-goodness .goodness-list .gn-item .tit {
  font-size: 1.82rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.55vw;
  color:#fff;
}

/* .our-service-goodness .goodness-list .gn-1:hover {
  background: url(../img/good-2.png) no-repeat;
  background-size: cover;
} */

.our-service-goodness .goodness-list .gn-1:hover hr {
  display: block;
}

/* .our-service-goodness .goodness-list .gn-1 i {
  background: url(../img/i-good-1.png) no-repeat;
} */

/* .our-service-goodness .goodness-list .gn-2:hover {
  background: url(../img/good-2.png) no-repeat;
  background-size: cover;
} */

.our-service-goodness .goodness-list .gn-2:hover hr {
  display: block;
}

/* .our-service-goodness .goodness-list .gn-2 i {
  background: url(../img/i-good-2.png) no-repeat;
} */

/* .our-service-goodness .goodness-list .gn-3:hover {
  background: url(../img/good-2.png) no-repeat;
  background-size: cover;
} */

.our-service-goodness .goodness-list .gn-3:hover hr {
  display: block;
}

/* .our-service-goodness .goodness-list .gn-3 i {
  background: url(../img/i-good-3.png) no-repeat;
} */

/* .our-service-goodness .goodness-list .gn-4:hover {
  background: url(../img/good-2.png) no-repeat;
  background-size: cover;
} */

.our-service-goodness .goodness-list .gn-4:hover hr {
  display: block;
}

/* .our-service-goodness .goodness-list .gn-4 i {
  background: url(../img/i-good-4.png) no-repeat;
} */

/* .our-service-goodness .goodness-list .gn-5:hover {
  background: url(../img/good-2.png) no-repeat;
  background-size: cover;
} */

.our-service-goodness .goodness-list .gn-5:hover hr {
  display: block;
}

/* .our-service-goodness .goodness-list .gn-5 i {
  background: url(../img/i-good-5.png) no-repeat;
} */
.gn-item-img{
  position:absolute;
  top:0;
  left:0;
  display:none;
}
.gn-item-img-mob{
  position:absolute;
  top:0;
  left:0;
  display:none;
}
.gn-item{
  position:relative;
}

.block-tit {
  text-align: center;
  color: #2F2F2F;
  line-height: 1;
  padding-bottom: 1.125rem;
  padding-top: 4.3125rem;
  font-size: 2.5rem;
  font-weight: bolder;
}

.block-tit-border {
  width: 124px;
  height: 6px;
  background: #243D8F;
  margin: 0 auto;
}

.attach-tit {
  font-size: 1.125rem;
  color: #767676;
  text-align: center;
  line-height: 38px;
  margin-top: 1.563rem;
  margin-bottom: 4rem;
}

.contact-us-block {
  background: url(../img/bg-contactUs.png) 100% 100% no-repeat;
  background-size: cover;
  height: 21.5rem;
  line-height: 1;
  padding-top: 94px;
}

.contact-us-block .container {
  display: block;
}

.contact-us-block .if-need-txt {
  font-size: 39px;
  color: #091335;
  margin-bottom: 32px;
}

.contact-us-block .tit {
  font-size: 2.4375rem;
  color: #091335;
  margin-bottom: 2rem;
}

.contact-us-block p {
  color: #091335;
  font-size: 1.3125rem;
  margin: 0 0 2.625rem 0;
}

.news-center {
  background: #F4F8FC;
  padding-bottom: 6.5625rem;
  padding-top: 5.625rem;
}

.news-center .container {
  display: block;
}

.news-center .attach-tit {
  margin-bottom: 1.5625rem;
}

.news-center .tab-content>.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.news-center .nav-tabs {
  text-align: center;
}

.news-center .nav-tabs>li {
  float: none;
  display: inline-block;
  margin-right: 1.5625rem;
  cursor: pointer;
}

.news-center .nav-tabs>li:last-child {
  margin: 0;
}

.news-center .nav-tabs>li>a {
  background: #e55338;
  color: #fff;
}

.news-center .nav-tabs>li.active>a, .news-center .nav-tabs>li.active>a:hover, .news-center .nav-tabs>li.active>a:focus {
  background: #e45237;
}

.banner-wrap {
  max-height: 53.375rem;
  width: 100%;
  overflow: hidden;
}

.banner-wrap .swiper {
  position: relative;
}

.banner-wrap .swiper-slide img {
  display: block;
  width: 100%;
  position: relative;
}
.banner-wrap .swiper-slide .swiper-zi {
  position: absolute;
  top: 6vw;
  left: 13vw;
  color: #fff;
}
.banner-wrap .swiper-slide .swiper-zi .title{
  font-size: 2.29vw;
  margin-bottom: 1.77vw;
}
.banner-wrap .swiper-slide .swiper-zi .subtitle{
  font-size: 2.41vw;
  margin-bottom: 2.66vw;
}
.banner-wrap .swiper-slide .swiper-zi .subtitle strong{
  font-size: 2.55vw;
  margin-bottom: 2.66vw;
}
.banner-wrap .swiper-slide .swiper-zi .description{
  font-size: 0.99vw;
  margin-bottom: 3.02vw;
}
.banner-wrap .swiper-slide .swiper-zi a{
  padding: 0.94vw 1.88vw;
  background-color: #243d8f;
  border-radius: 2vw;
  color: #fff;
  font-size: 1.125rem;
}
.banner-wrap .swiper-slide .swiper-zi a:hover{
  color: #fff;
  font-weight: bolder;
  /* color:#dd5037; */
}
.banner-wrap .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 29px;
}

.btn-wrap {
  text-align: center;
}
.dis {
  display: none;
}

.com-img{
  width:100%;
}
@media screen and (max-width: 1800px) {
  .our-service-goodness .goodness-list{
    height:36rem;
  }
}
@media screen and (max-width: 1700px) {
  .our-service-goodness .goodness-list{
    height:34rem;
  }
  .our-service-goodness .goodness-list .gn-item .view-detail{
    bottom: 2.6vw;
  }
}

@media screen and (max-width: 1280px) {
  .dis {
    display: none;
  }
  div, ul>li {
    font-size: 1.125rem;
  }

  p, .page-menu, .con-details p, .toPage {
    font-size: 1rem;
  }

  .page-tab .page-menu {
    padding-top: 2rem;
  }

  .left-nav li a {
    font-size: 1.125rem;
  }
  .banner-box{
    background-size:120%;
    height:19rem;
  }
}
@media screen and (max-width: 1080px) {
  .our-service-goodness .goodness-list .gn-item .tit{
    margin-bottom: 2vw;
  }
  .our-service-goodness .goodness-list .gn-item i img{
    margin-bottom: 0;
  }
  .our-service-goodness .goodness-list .gn-item i{
    width:38%;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-container1 .swiper-slide {
    width: 23.5%;
  }

  .proLink-item {
    margin-bottom: 1rem;
  }

  .navbar-form .form-group {
    margin-top: 1rem;
  }

  .box-picNews {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .swiper-container1 .swiper-slide {
    width: 31.5%;
  }

  .about-con {
    width: 100%;
  }

  .index-box>.container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qa-group .qa-item {
    font-size: 1.25rem;
  }

  .box-picNews {
    width: 100%;
  }

  .mobile-link a {
    font-size: 1.4rem;
  }

  .about-arrow {
    width: 100%;
  }

  .con-details {
    width: 100%;
  }
  .con-details-text{
      width:45%;
  }
}

@media screen and (max-width: 768px) {
  .adv-item>div {
    width: 100%;
  }

  .qa-con {
    width: 100%;
  }

  .qa-group .qa-item {
    font-size: 1.5rem;
  }

  .box-adv .swiper-container .swiper-slide .adv-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qa-group {
    width: 100%;
  }

  .adv-con {
    width: 100%;
  }

  .pic-box {
    width: 100%;
  }

  .toPage {
    text-align: center;
  }

  .news-item>.news-info {
    margin: 0 1.5rem;
  }
  .about-con {
    background: unset;
  }
  .about-con .con-details p {
    max-width: 92%;
    margin: auto;
    margin: 1vw 0;
  }
  /* p, .page-menu, .con-details p, .toPage {
    font-size: 3.125rem;
  } */
  .btn-more .arr {
    top: 0.6rem;
  }
  .btn-more {
    font-size: 2.875rem;
    line-height: 6.75rem;
    height: 6.75rem;
    width: 19.375rem;
    margin: 5vw 0;
  }
  .about-con h5 {
    font-size: 1.5rem;
  }
  .about-con h2 {
    font-size: 4.375rem;
    margin: 4.75rem 0 5.438rem 0;
  }
  .banner-box{
    height:18rem;
  }


}

.modal-content {
  border-radius: 1rem;
  border-top: 0.626rem solid #0a4b8f;
  z-index: 99;
}

.modal-header {
  padding-top: 1.5rem;
  border: 0;
  text-align: center;
  color: #0f4e9e;
}

.modal-header .close {
  position: absolute;
  float: none;
  right: 2rem;
  top: 2rem;
  font-size: 1rem;
}

.modal-title {
  font-size: 2.25rem;
}

.modal-title small {
  padding: 0.5rem 0;
  display: block;
  color: #c9c9c9;
  font-size: 1.5rem;
}

.modal-body .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f0f1;
}

.modal-body .form-group label {
  margin: 0;
  padding: 0 0.75rem;
  line-height: 3.125rem;
  color: #f00;
}

.modal-body .form-group .form-control {
  background: none;
  padding: 0.8rem;
  height: 3.125rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.modal-body .form-group textarea.form-control {
  height: 10rem;
  overflow: auto;
}

.modal-body .btn-msg {
  height: 3.125rem;
  background: #e45137;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 0;
}

.header-layer {
  padding: 1rem;
  background: #f4f4f4;
  position: fixed;
  left: 0;
  right: 0;
  top: 4.375rem;
  bottom: 0;
  height: calc(100% -4.375rem);
  z-index: 999;
}

.nav-layer {
  background: #fff;
}

.nav-layer ul li {
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
}

.nav-layer ul li>a {
  text-align: center;
  background: #f4f4f4;
  padding: 1.3rem 0;
  display: block;
}

.nav-layer ul li:hover a, .nav-layer ul li:active a, .nav-layer ul li:focus a {
  background: #1989FB;
  color: #fff !important;
}

.nav-layer ul li:hover a::before, .nav-layer ul li:active a::before, .nav-layer ul li:focus a::before {
  display: block;
}

.layer-form {
  border-bottom: 1px solid #C0C0C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layer-form>form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
}

.layer-form>span {
  padding-right: 1rem;
  display: inline-block;
  line-height: 34px;
}

.layer-form .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  width: 80%;
}

.dis {
  display: none;
}

.open {
  display: block;
}

@media screen and (max-width: 768px) {
  .btn-more {
    width: 6rem;
    line-height: 2rem;
    height: 2rem;
  }

  p, .page-menu, .con-details p, .toPage {
    font-size: 1.3rem;
  }

  .con-details p {
    margin-top: 1.25rem;
  }

  .banner-box+.container, .index-box .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body {
    padding-top: 4.375rem;
  }

  /* header .lang {
    font-size: 0.5rem;
    width: 1.188rem;
    height: 1.188rem;
    display: inline-block;
  } */

  .contact-us-block {
    height: 11.125rem;
    padding: 2.875rem 0 0 1.125rem;
  }

  .contact-us-block .container {
    padding: 0;
  }

  .contact-us-block .tit {
    font-size: .9375rem;
    font-weight: bolder;
    margin-bottom: .8125rem;
  }

  .contact-us-block p {
    font-size: .8125rem;
    margin-bottom: 1.5625rem;
  }

  .index-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .index-tab .nav-tabs {
    margin-bottom: 2rem;
  }

  .our-service-goodness .goodness-list-mobile {
    height: 78.3125rem;
  }

  /* .our-service-goodness .goodness-list-mobile .gn-1 {
    background: url(../img/good-1.png) no-repeat;
    background-size: cover;
    width: 100%;
  }
  .our-service-goodness .goodness-list-mobile .gn-2 {
    background: url(../img/good-2.png) no-repeat;
    background-size: cover;
    width: 100%;
  }
  .our-service-goodness .goodness-list-mobile .gn-3 {
    background: url(../img/good-3.png) no-repeat;
    background-size: cover;
    width: 100%;
  }
  .our-service-goodness .goodness-list-mobile .gn-4 {
    background: url(../img/good-4.png) no-repeat;
    background-size: cover;
    width: 100%;
  }
  .our-service-goodness .goodness-list-mobile .gn-5 {
    background: url(../img/good-5.png) no-repeat;
    background-size: cover;
    width: 100%;
  } */
  .our-service-goodness .goodness-list-mobile .gn-item hr {
    display: block;
  }
  .our-service-goodness .goodness-list-mobile .gn-item .gn-item-img-mob{
    display:block;
    width:100%;
    max-height: 100vw;
    height: 100vw;
  }

  .our-service-goodness .goodness-list-mobile .swiper-slide {
    max-height: 40.3125rem;
    height: 40.3125rem;
  }
  .our-service-goodness .goodness-list .gn-item .inner {
    padding: 13vw 8.25rem 13vw 2.25rem !important;
  }
  .our-service-goodness .goodness-list .gn-item i {
    margin-bottom: 4vw !important;
    width: 99px !important;
  }
  .our-service-goodness .goodness-list .gn-item .inner>.tit{
    font-size:2.5rem !important;
  }

  .inNews-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .inNews-group {
    display: block;
  }

  .inNews-group .inNews-item {
    height: 10rem;
    background: #fff;
    height: 7.5rem;
    border-bottom: 1px solid #f5f5f5;
  }
  .inNews-group .inNews-item:last-child{
    border-bottom:0 none;
  }

  .i-arrow-r {
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .box-picNews .left-tit h3 {
    font-size: .8125rem;
    max-width: 13.25rem;
  }

  .box-picNews .left-tit .i-arrow-r {
    width: 1.9375rem;
    height: 1.9375rem;
  }

  .box-picNews .pub-time {
    font-size: .625rem;
    margin-bottom: 1.5625rem;
  }
  .inNews-group{
    width: 100% !important;
  }

  .news-center {
    padding-bottom: 1.25rem;
    padding-top: 1.4375rem;
  }

  .box-picNews .txt {
    padding: 0 2.1875rem 0 0;
  }

  .inNews-item p {
    font-size: .6875rem;
  }

  .btn-more {
    min-width: 12.25rem;
    height: 4.3125rem;
    font-size: 1.75rem;
    line-height: 4.5rem;
    padding-left: 1.5rem;
  }

  .btn-more .arr {
    width: 1rem;
    height: 1rem;
    right: .9375rem;
  }

  .btn-more i {
    display: none;
  }

  .news-center .tab-content>.active {
    display: block;
  }

  .box-panners .btn-wrap {
    margin-bottom: 1.25rem;
  }

  .inNews-group .inNews-item .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-fixed-top .in-block{
    display: inline-block;
  }
  .news-center .newsList {
    display: none;
  }

  .news-center .nav-tabs>li {
    width: 9.375rem;
    height: 2.5rem;
    line-height: 2.375rem;
    font-size: .9375rem;
  }

  .inNews-item .txt {
    border-left: none;
    padding-left: 1.375rem;
    margin-bottom: .75rem;
  }

  .inNews-item h4 {
    font-size: .8125rem;
  }

  .publish-time {
    display: none;
  }

  .mobile-link a {
    font-size: 3.25rem;
    vertical-align: middle;
  }

  .mobile-link a.icon-nav {
    color: #000;
  }

  .mobile-link a.icon-fangdajing {
    color: #767676;
  }

  /* .flex-wrap {
    display: block;
  } */

  .swiper-container1 .swiper-slide {
    width: 46%;
  }

  .inBox-til {
    font-size: 1.4rem;
    height: 5rem;
  }

  .banner-box {
    height: 15rem;
    margin-bottom: 0;
  }

  .data-show-wrap {
    background: url(../img/bg-mobil-goodness.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 29rem;
    padding-top: 2.875rem;
  }

  .data-show-wrap h1 {
    font-size: 5.438rem;
    line-height: 6.625rem;
  }

  .data-show-wrap .h1-txt {
    font-size: .813rem;
  }

  .data-show-wrap h2 {
    font-size: 2.813rem;
  }

  .data-show-wrap .h2-txt {
    font-size: .688rem;
  }

  .data-show-wrap .part-l {
    margin-bottom: 3.063rem;
  }

  .data-show-wrap .part-l .line {
    height: 6.563rem;
  }

  .data-show-wrap .line {
    width: 2PX;
  }

  .data-show-wrap .part-r {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .data-show-wrap .part-r .line {
    height: inherit;
  }

  .data-show-wrap .part-r .flex-wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .data-show-wrap .container {
    display: block;
  }

  .data-show-wrap .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .data-show-wrap .item {
    padding: 0;
    margin-bottom: 2.25rem;
  }

  .block-tit {
    font-size: 1.438rem;
    padding-top: 2.375rem;
  }

  .box-picNews .left-tit {
    margin-bottom: 0;
  }

  .block-tit-border {
    width: 3.875rem;
    height: 3PX;
  }

  .attach-tit {
    font-size: .75rem;
    margin: 1rem 0 1.563rem 0;
    line-height: 1;
  }

  .our-service-goodness .goodness-list {
    background: none;
  }

  .our-product-wrap .r-part .product-item {
    padding-left: .625rem;
  }

  .our-product-wrap .r-part .product-item .txt .tit {
    font-size: 1rem;
    margin-bottom: .813rem;
  }

  .our-product-wrap .r-part .product-item .txt a {
    font-size: .688rem;
  }

  .proLink-item {
    margin-bottom: 1rem;
  }

  .pd-nav-tabs>li {
    width: auto;
  }

  .page-tab .nav-tabs {
    text-align: center;
    /* white-space: nowrap;
    overflow-x: scroll;
    overflow-y: unset; */
  }

  .page-tab .nav-tabs>li {
    float: none;
    display: inline-block;
  }

  .page-tab .nav-tabs>li>a {
    font-size: 1rem;
  }

  .box-product {
    padding: 2rem 0;
    background-size: 100% auto;
  }

  .pro-item h4 {
    font-size: 1.125rem;
  }

  .proDetails-info .container .info-box {
    padding: 1rem 0;
  }

  .pro-con .sbox-til {
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .pro-info {
    width: 100%;
  }

  .pro-item {
    /* height: 18rem; */
    overflow: hidden;
  }

  .pro-item .pic-box {
    /* height: 11.875rem; */
  }

  .qa-group {
    width: 100%;
  }

  .qa-group .qa-item {
    height: 5rem;
    font-size: 1rem;
  }

  .box-qa .inBox-til {
    margin-bottom: 0;
  }

  .box-qa .qa-til {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }

  .qa-group .qa-item b {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }

  .box-adv {
    padding: 2rem 0;
    background-position: top center;
    background-size: auto 100%;
  }

  .adv-til {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .box-adv .swiper-container {
    padding-bottom: 3rem;
  }

  .adv-til b {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .box-adv .swiper-container .swiper-slide .adv-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-adv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 0.875rem;
    height: 3rem;
    line-height: 3rem;
  }

  .adv-con p {
    width: 100%;
    font-size: 0.875rem;
  }

  .box-picNews {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .box-news {
    padding: 2rem 0;
  }

  .index-tab .tab-content>.active {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-news .nav-tabs {
    clear: both;
    margin-top: 2rem;
    text-align: center;
  }

  .box-news .nav-tabs>li {
    float: none;
    display: inline-block;
  }

  .box-panners {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .left-box {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .box-aboutUs {
    padding-bottom: 0;
    font-size: 1.125rem;
    margin-top: 0.4375rem;
  }

  .about-bottom {
    padding-bottom: 4rem;
  }

  .about-con {
    padding: 0 1.25rem !important;
    width: 100%;
  }

  .about-con h5 {
    font-size: 1rem;
  }

  .about-con h2 {
    font-size: 1.438rem;
    margin-top: .875rem;
    margin-bottom: 1.688rem;
  }

  .about-con .con-details {
    margin-right: 0;
  }

  .about-arrow .arrow b {
    padding-right: 0.5rem;
    line-height: 1.2;
    font-size: 2.2rem;
    font-family: DIN;
  }

  .about-arrow .arrow>small {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-arrow .arrow p {
    padding-top: 1rem;
    font-size: 0.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .left-box>h2 {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
  }

  .left-box>h2>small {
    padding-left: 1rem;
    display: inline-block;
  }

  .news-item>.news-info>small {
    padding: 0.5rem 0;
  }

  .news-item .pic-box {
    height: 8.25rem;
  }

  .news-item .pic-box img {
    width: auto;
    height: 100%;
  }

  .box-picNews {
    padding: 1rem;
  }

  .time-box {
    padding: 0.8rem;
  }

  .time-box>span {
    font-size: 2rem;
    line-height: 1;
  }

  .time-box>small {
    font-size: 0.75rem;
    color: #7e7e7e;
    display: block;
    white-space: nowrap;
  }

  .slide-bar {
    top: 40%;
    z-index: 1000;
  }

  .slide-bar>a>small {
    display: none;
  }

  .slide-bar>a i {
    font-size: 1.5rem;
  }

  .pro-group+.toPage {
    min-height: 2rem;
    text-align: center;
  }

  .banner-box .container h1 {
    font-size: 1.5rem;
  }

  .news-item {
    padding: 1rem 0;
  }

  .news-item>.news-info>h3 {
    font-size: 1.25rem;
  }

  .news-item>.news-info {
    margin: 0 1rem;
    /* width: 50%; */
  }

  .page-tab .nav-tabs>li>a {
    font-size: 1.5rem;
    padding: 1rem;
  }

  .load-item {
    margin-bottom: 1rem;
  }

  .rePro-box {
    padding: 1rem;
  }

  .nav-bar>li>a {
    padding: 1rem;
  }

  .modal-title {
    font-size: 2rem;
  }

  .modal-header .close {
    right: 1rem;
    top: 1rem;
  }

  .about-con h5 {
    font-size: 2rem;
  }
  .about-con h2 {
    font-size: 2.438rem;
    margin-top: 1.875rem;
    margin-bottom: 2.688rem;
    
  }  
  /* p, .page-menu, .con-details p, .toPage {
    font-size: 1.5rem;
  } */
  .btn-more {
    min-width: 14.25rem;
    height: 4.3125rem;
    font-size: 1.75rem;
    line-height: 4.5rem;
    padding-left: 1.5rem;
  }
  .btn-more .arr {
    width: 3rem;
    height: 3rem;
    right: 0.9375rem;
  }
  .data-show-wrap .h1-txt {
    font-size: 1.813rem;
  }
  .data-show-wrap .part-r {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .data-show-wrap .item {
    padding: 0;
    margin-bottom: 2.25rem;
    height: 15vw;
  }
  .data-show-wrap h2 {
    font-size: 3.813rem;
  }
  .data-show-wrap .h2-txt {
    font-size: 1.688rem;
  }
  .data-show-wrap {
    height: 50rem;
  }

  .block-tit {
    font-size: 2.438rem;
    padding-top: 4.375rem;
  }

  .block-tit {
    padding-bottom: 3.125rem;
  }
  .block-tit-border {
    width: 7.875rem;
  }
  .attach-tit {
    font-size: 1.75rem;
    margin: 3rem 0 3.563rem 0;
  }
  .our-product-wrap .r-part .product-item {
    padding-left: unset;
    width: 100%;
  }
  .our-product-wrap .r-part .product-item {
    height: unset !important;
    padding: 0 1.5625rem 0 0;
    margin-bottom: 5.5625rem;
  }
  .our-product-wrap .r-part .product-item .txt .tit {
    font-size: 2rem;
    margin-bottom: 1.813rem;
  }
  .our-product-wrap .r-part .product-item .txt a {
    font-size: 1.488rem !important;
  }
  .our-service-goodness{
    overflow: hidden;
  }
  /* .our-service-goodness .goodness-list-mobile {
    height: 55.3125rem;
  } */

  .our-service-goodness .goodness-list-mobile .gn-item {
    height: 102vw !important;
    width: 100% !important;
    background-size: 100% 100%;
    white-space: unset !important;

  }
  .our-service-goodness .goodness-list .gn-item .inner>.ad-text{
    font-size: 1.8rem !important;
  }

  div, ul>li {
    font-size: 1.688rem;
    /* font-size: 2.125rem; */
    line-height: 1.8;
  }
  .our-service-goodness .goodness-list .gn-item .view-detail {
    padding-top: 15px;
    /* left: 7.5vw !important; */
    right: 8.3vw !important;
    bottom:-23.6vw !important;
    font-size: 1.488rem;
  }
  .btn-more span{
    font-size: 1.488rem;
  }
  .our-service-goodness .goodness-list .gn-item .tit{
    line-height: 2;
    margin-bottom: 4.55vw;
  }
  .box-panners .block-tit {
    padding-top: 3vw;
  }
  .our-service-goodness .goodness-list .gn-item hr {
    width: 85px;
  }
  .box-panners .panner-item {
    max-height: 20rem;
  }
  .col-sm-4 {
    width: 50%;
  }
  .nav-tabs>li>a {
    font-size: 1.25rem;
  }
  .news-center .nav-tabs>li {
    width: 20.375rem;
  }
  .news-center .attach-tit {
    margin-bottom: 3.5625rem;
  }
  .box-picNews {
    width: 100% !important;
    padding: 2vw;
  }
  .box-picNews .pub-time {
    font-size: 1.625rem;
    margin-bottom: 1.5625rem;
  }
  .box-picNews .left-tit h3 {
    font-size: 1.8125rem;
    max-width: 50.25rem;
  }
  .box-picNews .left-tit .i-arrow-r {
    width: 3.9375rem;
    height: 3.9375rem;
  }
  .box-picNews .txt {
    padding: 2vw;
  }
  .inNews-group .inNews-item {
    height: 20.5rem;
  }
  .inNews-item h4 {
    font-size: 1.8125rem;
  }
  .inNews-item h4 {
    margin-bottom: 2.75rem;
    max-width: 58.124rem;
    overflow: hidden;
    white-space: unset;
    text-overflow: unset;
  }
  .i-arrow-r {
    width: 3.9375rem;
    height: 3.9375rem;
  }
  .inNews-item {
    padding: 4vw;
  }
  .inNews-item p {
    max-width: 58.6875rem !important;
  }
  .news-center {
    padding-bottom: 4.25rem;
  }
  .contact-us-block {
    height: 30.125rem;
  }
  .contact-us-block p {
    font-size: 1.2rem;
  }
  .contact-us-block .tit {
    font-size: 1.9375rem;
  }
  .btn-more {
    margin: 3vw 0;
  }
  .btn-more .arr {
    top: 0.3rem !important;
  }
  .swiper-slide {
    max-height: 40.25rem;
  }

  .con-details-text{
      width:100%;
  }
  .con-details-map{
      width:100%;
  }
  #dituContent{
      height:32vw !important;
  }



}
@media screen and (max-width: 600px){
  .data-show-wrap .item {
    padding: 0;
    margin-bottom: 2.25rem;
    height: 28vw;
  }
  .banner-wrap .swiper-slide .swiper-zi .description {
    font-size: 0.99vw;
    margin-bottom: -0.98vw;
  }
  .banner-wrap .swiper-slide .swiper-zi a {
    font-size: 2.1vw;
  }

}
@media screen and (max-width: 500px){
  .attach-tit {
    width: 98%;
    margin: 3rem auto;
    line-height: 1.8;
  }
  .banner-wrap .swiper-slide .swiper-zi {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #fff;
  }
  .banner-wrap .swiper-slide .swiper-zi a {
    font-size: 1.4vw !important;
  }
  .banner-wrap .swiper-slide .swiper-zi .subtitle {
    font-size: 1.71vw !important;
    margin-bottom: 0.66vw;
  }
  .banner-wrap .swiper-slide .swiper-zi .description {
    font-size: 1.85vw;
    margin-bottom: 1.98vw;
  }
  .banner-wrap .swiper-slide .swiper-zi .title{
    font-size: 2.55vw !important;
  }
  .our-product-wrap .r-part .product-item .txt .tit {
    font-size: 2rem;
    margin-bottom: 1.813rem;
  }
  .our-product-wrap .r-part .product-item .txt a {
    font-size: 1.688rem;
  }
  .nav-tabs>li>a {
    font-size: 1.25rem;
  }
  .news-center .nav-tabs>li {
    width: 13.375rem;
  }
  .contact-us-block {
    background-position-x: -210vw;
  }
  .contact-us-block {
    padding-top: unset;
    padding-left: 4vw;
  }
  .contact-us-block {
    height: 25.125rem;
  }
  .about-con h5 {
    font-size: 2rem;
  }
  .about-con h2 {
    font-size: 2.438rem;
  }
  .page-tab .nav-tabs>li>a{
    font-size: 1.688rem;
  }
  p, .page-menu, .con-details p, .toPage {
    font-size: 1.488rem;
  }
  .btn-more {
    min-width: 14.25rem;
    font-size: 1.75rem;
  }

  div, ul>li {
    font-size: 1.688rem;
    line-height: 1.8;
  }
  .our-product-wrap .r-part .product-item .txt {
    top: 0.375rem;
  }
  .our-service-goodness .goodness-list .gn-item hr{
      bottom: 75px;
  }
  .inNews-item p {
    font-size: 1.6875rem;
  }

  .mobile-link a {
    font-size: 2rem;
    vertical-align: middle;
  }
  .our-service-goodness .goodness-list-mobile {
    height: 65.3125rem;
  }

  .our-service-goodness .goodness-list .gn-item{
    padding:5.25rem 1rem !important;
  }
  /* .our-service-goodness .goodness-list .gn-item .view-detail{
    bottom: 11.6vw !important;
  } */
  .banner-box{
    height:10rem;
  }
  .our-service-goodness .goodness-list .gn-item i img{
    width: 50% !important;
  }
  .our-service-goodness .goodness-list .gn-item i{
    margin-bottom: 10vw;
  }
  .our-service-goodness .goodness-list .gn-item .inner{
    padding: 3rem 3.25rem 2rem 1rem !important;
  }
  .our-service-goodness .goodness-list .gn-item .inner>.ad-text{
    margin-bottom: 4vw;
  }

}
@media screen and(max-width:450px){
  .banner-wrap .swiper-slide .swiper-zi {
    position: absolute;
    top: 2vw;
    left: 8vw;
    color: #fff;
  }
  .contact-us-block {
    background-position-x: -278vw;
  }

}
/* @media screen and(max-width:370px){
  .our-service-goodness .goodness-list .gn-item .inner {
    padding: 2rem 0.25rem 2rem 1rem !important;
  }
} */



.block-href {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1454px) {
  .about-con {
    padding-top: 2.75rem;
  }
}
@media screen and (max-width: 1480px) {
  .our-service-goodness .goodness-list .gn-item i {
    margin-bottom: 50px;
  }
  /* footer .container .link-map {
    width: 50.875rem;
  } */
}
@media screen and (max-width: 1366px) {
  /* .our-service-goodness .goodness-list .gn-item i {
    margin-bottom: 20px;
  } */
  .our-service-goodness .goodness-list .gn-1 i {
    background-size: 100% 100%;
  }
  .our-service-goodness .goodness-list .gn-2 i {
    background-size: 100% 100%;
  }
  .our-service-goodness .goodness-list .gn-3 i {
    background-size: 100% 100%;
  }
  .our-service-goodness .goodness-list .gn-4 i {
    background-size: 100% 100%;
  }
  .our-service-goodness .goodness-list .gn-5 i {
    background-size: 100% 100%;
  }
  .our-service-goodness .goodness-list .gn-item i {
    /* width: 40px;
    height: 40px; */
    margin-bottom: 2vw;
    /* width:18%; */
  }
  .our-service-goodness .goodness-list .gn-item .tit{
    margin-bottom: 2.55vw;
  }
  .box-picNews {
    width: 34%;
  }
  .inNews-group{
    width: 64%;
  }

  .contact-us-block {
    padding-top: 70px;
    padding-left: 4vw;
  }
}

@media screen and (max-width: 1280px){
  .our-service-goodness .goodness-list .gn-item .inner>.tit{
    font-size:2.1rem;
  }
  .our-service-goodness .goodness-list .gn-item .inner>.ad-text{
    font-size: 1.125rem;
  }
  .about-con{
    padding-top:4.75rem;
  }
  .news-center{
    padding-top: 2.625rem;
  }
}

@media screen and (max-width: 1180px){
  .about-con{
    padding-top: 2.75rem;
    padding-left: 2.875rem;

  }
}
@media screen and (max-width: 1120px){
  .about-con{
    padding-top: 1.6rem !important;
    padding: 2rem 2.875rem;
  }
  .about-con h2{
    margin: 1.3rem 0 1.038rem 0;
  }
  .btn-more{
    margin-top:0;
  }
}

@media screen and (max-width: 1715px){
  .our-service-goodness .goodness-list .gn-item hr{
    
    bottom: 5.4vw;

  }
}
@media screen and (max-width: 1490px){
  .about-con{
    padding-top:3.75rem;
  }
}

@media screen and (max-width: 1560px){
  .our-service-goodness .goodness-list .gn-item hr{
    
    bottom: 5.9vw;

  }
}
@media screen and (max-width: 1141px){
  .about-con h2{
    margin: 1.75rem 0 1.438rem 0;
  }
  #dituContent{
    height: 20vw;
  }
}
@media screen and (max-width: 1068px){
  .about-con{
    padding: 0.6rem 1.875rem;
  }
}
@media screen and (max-width: 1024px){
  .about-con{
    padding: 3.6rem 2.875rem;
  }
  
}

@media screen and (max-width: 992px) {
  .banner-wrap .swiper-slide .swiper-zi a{
    font-size: 1.125rem;
  }
  .about-con h5{
    margin: 2.5rem 0 0 0;
    font-size: 1.8rem;
  }
  .about-con h2{
    font-size:2rem;
  }
  .about-con .con-details p{
		max-width: 100%;
		text-align: justify;
		font-size: 1.688rem;
    padding: 2vw 0 1vw 0;
	}
  .btn-more{
    font-size: 1.5rem;
    line-height: 3.4rem;
    width: 12.375rem;
    height:3.4rem;
    overflow: hidden;
    padding: 0rem 2.25rem;
    margin-bottom: 3vw;
  }
  .btn-more span{
    font-size: 1.4rem;
  }
  .btn-more .arr{
    top:1rem;
  }
  .block-tit{
    font-size:2.55rem;
  }
  .attach-tit{
    font-size:1.8rem;
  }
  .news-center .nav-tabs>li>a{
    font-size:1.6rem;
  }
  .box-picNews .pub-time{
    font-size:1.8rem;
  }
  .box-picNews .left-tit h3 {
    max-width: 28.3125rem;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: bolder;
    font-size: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .i-arrow-r {
    width: 4rem;
    height: 4rem;
  }
  .publish-time .date {
    font-size: 1.125rem;
  }
  .publish-time .day{
    font-size:3.163rem;
  }
  .inNews-item h4{
    margin-bottom:1.3rem;
    font-size:1.8rem;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .inNews-item p{
    max-width:34.124rem;
    font-size: 1.4rem;
  }
  .our-product-wrap .r-part .product-item .txt .tit{
    font-size:1.8rem;
    margin-top:1rem;
  }
  .our-product-wrap .r-part .product-item .txt a{
    font-size:1.488rem;
  }
  .our-product-wrap .r-part .product-item{
    height: 31.125rem;
  }
  .our-service-goodness .goodness-list .gn-item .inner>.ad-text{
    font-size: 1.488rem;
  }
  .our-service-goodness .goodness-list .gn-item i {
    width: 34%;
    margin-bottom: 3vw;
  }
  .our-product-wrap .r-part .product-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    justify-content: center;
  }
  .contact-us-block p{
    font-size: 1.5rem;
  }
}


@media screen and (max-width: 991px){
  .our-service-goodness .goodness-list .gn-item{
    border-left: 1px solid rgba(82, 122, 183, 0.59);
    padding: 5.25rem 5rem;
    position: relative;
    color: #fff;
    line-height: 2.25rem;
    font-size: 1.125rem;
    display: inline-block;
    height: 100%;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition: all 2s;
    /* white-space: nowrap; */
    height: 32vw;
    width:88%;
  }
  .our-service-goodness .goodness-list .gn-item i img{
    width:82%;
  }
  .our-service-goodness .goodness-list .gn-item i{
    margin-bottom: 2vw;
    width:81px;
  }
  .our-service-goodness .goodness-list .gn-item .view-detail{
    bottom: -9vw !important;
  }
}
@media screen and (max-width: 467px){
  .news-item>.news-info {
    width: 57%;
    }
    #dituContent{
        height:60vw !important;
    }
}

/*# sourceMappingURL=style.css.map */