﻿@charset "UTF-8";
/* row 2 */
.introduce {
  min-height: 358px;
  background-color: #f7f8f8;
}
.blue{ color:#102c51}
.introduce .left {
  float: left;
  width: 48%;
  padding-top: 61px;
  padding-bottom: 21px;
  
}

@media (max-width: 1000px) {
  .introduce .left {
    padding: 61px 10px 10px;
    width: 100%;
  }
}

.introduce .right {
  float: left;
  width: 50%;
 
  padding:10px 0px 0px 20px
 
}
.introduce .right img{
	height:400px
	}
@media (max-width: 1000px) {
  .introduce .right {
    padding: 61px 10px 25px;
    width: 100%;
	display:none
  }
}

.introduce-head {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  color: #231815;
  letter-spacing:1px;
  font-family:'Microsoft YaHei'
}

@media (max-width: 1000px) {
  .introduce-head {
    font-size: 23px;
	 letter-spacing:15px;
  }
}
.introduce-unline{
	width:50px;
	height:6px;
	margin:20px 0px;
	background-color:#a22225
	}
.introduce-head-en {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #595757;
  text-transform: uppercase;
  font-family:'思源黑体'
}

.introduce-title {
  line-height: 32px;
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #231815;
}

.introduce-desc {
  line-height: 25px;
  font-size: 13px;
  color: #0c2b4b;
 
}

.introduce-more {
  display: inline-block;
  width: 73px;
  height: 24px;
 
  line-height: 24px;
  font-size: 13px;
  background: #a22225;
  color: #fff;
  text-align: center;
}

/* row 3 产品展示 */
.display {
  min-height: 1107.5px;
  background: url("../images/banner02.jpg") no-repeat;
  background-size: cover;
}

.display-title {
  text-align: center;
  padding-top: 135px;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 5px;
}

@media (max-width: 1000px) {
  .display-title {
    padding-top: 55px;
  }
}

.display-title-en {
  text-align: center;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
  font-size: 10px;
}

.display-subtitle {
  position: relative;
  margin: 36px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}

.display-subtitle:before {
  position: absolute;
  content: "";
  left: 100px;
  top: 50%;
  width: 411px;
  border-top: 1px solid #fff;
}

@media (max-width: 1300px) {
  .display-subtitle:before {
    display: none;
  }
}

.display-subtitle:after {
  position: absolute;
  content: "";
  right: 100px;
  top: 50%;
  width: 413px;
  border-top: 1px solid #fff;
}

@media (max-width: 1300px) {
  .display-subtitle:after {
    display: none;
  }
}

.display-type {
  padding: 50px 10px 84px;
}

@media (max-width: 1000px) {
  .display-type {
    padding: 25px 10px 24px;
  }
}

.display-type li {
  float: left;
  width: 16.5%;
}

@media (max-width: 1000px) {
  .display-type li {
    width: 50%;
    padding: 0 10px 20px;
  }
}

.display-type li a {
  display: block;
  margin: 0 auto;
  width: 195px;
  height: 53px;
  border: 1px solid #fff;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .display-type li a {
    width: auto;
    padding: 0 10px;
  }
}

.display-pro {
 height:520px
}

@media (max-width: 1000px) {
  .display-pro {
    margin: 0;
  }
}

.display-pro   .swiper-slide {
  float: left;
  width: 25%;
 
}

@media (max-width: 1000px) {
  .display-pro  .swiper-slide {
    float: none;
    width: auto;
    padding: 0 20px 20px;
  }
}

.display-pro  .swiper-slide {
  display: block;
  position: relative;
  height: 413px;
  background: #fff;
}

.display-pro  .swiper-slide:hover {
  cursor: pointer;
}

.display-pro .swiper-slide:hover .more {
  opacity: 1;
}

.display-pro .swiper-slide:hover .animate-line {
  width: 100%;
}

.display-pro  .swiper-slide img {
  width: 100%;
  height: 207px;
}

.display-pro  .swiper-slide .more {
  position: absolute;
  right: 0;
  opacity: 0;
  top: 176px;
  width: 131px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  background: #0e2b4e;
  text-indent: 31px;
  font-size: 15px;
  font-weight: 200;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.display-pro  .swiper-slide .more:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -5px;
  right: 17px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid #fff;
}

.display-pro  .swiper-slide .animate-line {
  position: absolute;
  left: 0;
  top: 203px;
  height: 4px;
  background: #a22225;
  width: 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.display-pro  .swiper-slide .name {
  text-align: center;
  padding-top: 15px;
  font-size: 19px;
  line-height: 80px;

  font-weight:bold;
  color:#102c51
}

.display-pro  .swiper-slide .description {
  display: block;
  padding: 0 40px;
  height: 63px;
  line-height: 21px;
  color: #898989;
  font-size: 11px;
  overflow: hidden;
  text-align: justify;
}

/* row 4 荣誉资质 */
.honor {
  height: 1027.5px;
  background-size: cover;
}

.honor-title {
  text-align: center;
  padding-top: 80px;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 5px;
}

.honor-title-en {
  text-align: center;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
  font-size: 10px;
}

.honor-subtitle {
  position: relative;
  margin: 36px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.honor-subtitle:before {
  position: absolute;
  content: "";
  left: 100px;
  top: 50%;
  width: 346px;
  border-top: 1px solid #6e6c6c;
}

@media (max-width: 1300px) {
  .honor-subtitle:before {
    display: none;
  }
}

.honor-subtitle:after {
  position: absolute;
  content: "";
  right: 100px;
  top: 50%;
  width: 346px;
  border-top: 1px solid #6e6c6c;
}

@media (max-width: 1300px) {
  .honor-subtitle:after {
    display: none;
  }
}

.hs-common-bg {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 1027.5px;
  background: url("../images/banner05.jpg") no-repeat;
}

/* row 5 产业布局 */
.layout {
  height: 1028.5px;
  background: url("../images/banner03.jpg") no-repeat;
  background-size: cover;
  color: #fff;
display:none
}

@media (max-width: 1290px) {
  .layout {
    height: auto;
    padding-bottom: 100px;
  }
}

.layout-title {
  text-align: center;
  padding-top: 43px;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 5px;
}

.layout-title-en {
  text-align: center;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
  font-size: 10px;
}

.layout-subtitle {
  position: relative;
  margin: 36px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.layout-subtitle:before {
  position: absolute;
  content: "";
  left: 100px;
  top: 50%;
  width: 451px;
  border-top: 1px solid #fff;
}

@media (max-width: 1300px) {
  .layout-subtitle:before {
    display: none;
  }
}

.layout-subtitle:after {
  position: absolute;
  content: "";
  right: 100px;
  top: 50%;
  width: 451px;
  border-top: 1px solid #fff;
}

@media (max-width: 1300px) {
  .layout-subtitle:after {
    display: none;
  }
}

.layout-total {
  float: left;
  width: 250px;
  padding: 153px 0 0 44px;
}

@media (max-width: 1290px) {
  .layout-total {
    float: none;
    width: auto;
    padding: 100px 0 0 0;
    text-align: center;
  }
}

.layout-total li {
  margin-bottom: 75px;
}

.layout-total li .value {
  font-weight: 600;
  color: #137be2;
  font-size: 0;
}

.layout-total li .value span {
  font-size: 60px;
  line-height: 65px;
  vertical-align: bottom;
  display: inline-block;
}

.layout-total li .unit {
  font-size: 28px;
  line-height: 65px;
  vertical-align: bottom;
  display: inline-block;
}

.layout-total li .title {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
}

.layout-map {
  float: left;
  position: relative;
  width: 816px;
  height: 542px;
  margin-top: 55px;
  margin-left: 215px;
  background: url("../images/mapbg.png") no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 1290px) {
  .layout-map {
    display: none;
  }
}

.layout-map:before {
  position: absolute;
  content: "";
  width: 930px;
  height: 288px;
  left: -16.5px;
  top: 202.5px;
  background: url("../images/mapline.png") no-repeat;
  background-size: 100% 100%;
}

.layout-base-pos {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: -17px 0 0 -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-base-pos:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #60ffff;
}

.layout-base-pos .i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(49, 175, 154, 0.4);
  border: 1px solid #60ffff;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}

@-webkit-keyframes scalemap {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes scalemap {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

.layout-base-info {
  position: absolute;
  left: 924px;
  top: 320px;
  text-align: center;
  width: 68px;
  height: 68px;
}

.layout-base-info a img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.layout-base-info a img:hover {
  width: 75px;
  height: 75px;
  border-radius: 50%;

}
.zjgimg a img:hover {
  width: 95px;
  height: 95px;
  border-radius: 50%;

}
.layout-base-info .name {
  display: block;
  width: 150px;
  padding-top: 11px;
  -webkit-transform: translateX(-36px);
          transform: translateX(-36px);
  font-size: 13px;
  line-height: 19px;
}

.layout-base-info .name-en {
  display: block;
  width: 190px;
  -webkit-transform: translateX(-61px);
          transform: translateX(-61px);
  font-size: 10px;
  text-transform: uppercase;
}

.layout-base:nth-child(2) .layout-base-info {
  left: 868px;
  top: 176px;
}

.layout-base:nth-child(3) .layout-base-info {
  left: 788px;
  top: 420px;
}

.layout-base:nth-child(4) .layout-base-info {
  left: -91px;
  top: 336px;
}

.layout-base:nth-child(5) .layout-base-info {
  left: 811px;
  top: 501px;
}

.layout-base:nth-child(6) .layout-base-info {
  left: 793px;
  top: 285px;
}

.layout-base:nth-child(7) .layout-base-info {
  left: 848px;
  top: 37.5px;
}

.layout-base:nth-child(8) .layout-base-info {
  left: 408px;
  top: 49px;
}

.layout-base:nth-child(1) .layout-base-pos {
  left: 632px;
  top: 309.5px;
}

.layout-base:nth-child(2) .layout-base-pos {
  left:652px;
  top: 398.5px;
}

.layout-base:nth-child(3) .layout-base-pos {
  left: 677px;
  top: 354px;
}

.layout-base:nth-child(4) .layout-base-pos {
  left: 485px;
  top: 358px;
}

.layout-base:nth-child(5) .layout-base-pos {
  left: 601px;
  top: 544px;
}

.layout-base:nth-child(6) .layout-base-pos {
  left: 673px;
  top: 400px;
}

.layout-base:nth-child(7) .layout-base-pos {
  left: 697px;
  top: 161px;
}

.layout-base:nth-child(8) .layout-base-pos {
  left: 546px;
  top: 311px;
}

/* row 6 企业精神 */
.spirit {
  height: 373px;
}

@media (max-width: 1000px) {
  .spirit {
    height: auto;
    padding-bottom: 100px;
  }
}

.spirit-list li {
  float: left;
  width: 33.33%;
  padding-top: 66px;
  text-align: center;
}

@media (max-width: 1000px) {
  .spirit-list li {
    float: none;
    width: 100%;
  }
}

.spirit-list li img {
  width: 102.5px;
  height: 102.5px;
  margin-bottom: 37px;
}

.spirit-list li:first img {
  width: 115px;
  height: 115px;
}

.spirit-list li .title {
  display: block;
  font-size: 25px;
  line-height: 48px;
  color: #fff;
}

.spirit-list li .subtitle {
  display: block;
  font-size: 19px;
  line-height: 42px;
  color: #fff;
}

/* row 7 */
.company-info {
  height: 683px;
  padding-top: 281px;
  background: url("../images/banner04.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}

@media (max-width: 768px) {
  .company-info {
    height: auto;
    padding-top: 81px;
    padding-bottom: 50px;
  }
}

.company-info-list li {
  float: left;
  width: 25%;
  text-align: center;
}

@media (max-width: 768px) {
  .company-info-list li {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
}

.company-info-list li .value {
  display: block;
  line-height: 90px;
  font-size: 83px;
}

.company-info-list li .value i {
  font-weight: bold;
}

.company-info-list li .title {
  display: block;
  padding-top: 15px;
  font-size: 20px;
}

/* row 8 新闻中心 */
.news {
  height: auto
  background-color: #f9f9f9;
}

@media (max-width: 1000px) {
  .news {
    height: auto;
  }
}

.news-title {
  text-align: center;
  padding-top: 80px;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 5px;
}

.news-title-en {
  text-align: center;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
  font-size: 10px;
}

.news-subtitle {
  position: relative;
  margin: 36px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.news-subtitle:before {
  position: absolute;
  content: "";
  left: 100px;
  top: 50%;
  width: 396px;
  border-top: 1px solid #6e6c6c;
}

@media (max-width: 1300px) {
  .news-subtitle:before {
    display: none;
  }
}

.news-subtitle:after {
  position: absolute;
  content: "";
  right: 100px;
  top: 50%;
  width: 396px;
  border-top: 1px solid #6e6c6c;
}

@media (max-width: 1300px) {
  .news-subtitle:after {
    display: none;
  }
}
