/***
Promo Page
***/

.promo-page {
  padding-left: 0;
  padding-right: 0;
}

.promo-page h1, .promo-page h2 {
  font-size: 40px;
  line-height: 60px;
  font-family:"Microsoft YaHei";
}

.promo-page .btn.xlarge {
  font-size: 22px;
  padding: 7px 25px;
  margin: 5px 0; 
}

.promo-page input.m-wrap {
  background: #fff;
}

/*page row options*/

.promo-page .block-transparent {
  position: relative;
  height: 80vh;
  padding: 50px 20px 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#d1f3f3, #1467cc);
  perspective: 900px;
}


.promo-page .block-transparent .dialog-box {
  width:100%;
  height: 100%;
  position: absolute;
  display: none;
}

.promo-page .block-transparent .dialog-box .detail-dialog {
  width: 80%;
  height: 80%;
  background-color: rgba(255,255, 255, 1);
  border-radius: 8px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
}

.promo-page .block-transparent .dialog-box .detail-dialog img {
  width: 100%;
  height: 100%;
}

.promo-page .block-grey {
  min-height: 350px;
  padding: 50px 20px 30px 20px;
  background: #50408d;
  background: #47BCB3;
}

.promo-page .block-smart {
  /* transform-style: preserve-3d; */
  min-height: 350px;
  padding: 50px 20px 30px 20px;
  background: #1467cc;
}

.promo-page .block-footer {
  padding: 30px 20px 30px 20px;
  background: #eeedf2;
}

.row-fluid .span7 h1,
.row-fluid .span7 h2,
.row-fluid .span7 p {
  color: #eeedf2;
}

.footer {
  background-color: #1467cc;
}

.section-condition {
  padding: 2vh 2vw;
}

.section {
  max-width: 80vw;
  margin: 0px auto;
}

.detail-title02 {
  border-left: 3px solid #00a8ff;
  padding-left: 10px;
}

.produce-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.produce-content .rotateInDownLeft ,
.produce-content .rotateInUpRight {
  width: 49%;
}

.produce-content .rotateInDownLeft {
  margin-right: 2%;
}


.rotateInUpRight p {
  font-size: 14px;
  text-indent: 28px;
  line-height: 28px;
}


#produce-title {
  background-color: #1467cc ;
}


#produce-overview {
  background-color: #FFFFFF;
}


#produce-overview .section-condition {
  display: none;
}

#produce-overview .section-condition:first-child {
  display: block;
}

.ability-title {
  display: flex;
  align-items: center;
}

.ability-title .title-item {
  font-size: 16px;
  color: #666;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.ability-title .active {
  border-bottom: 2px solid #00a8ff;
}

.ability-item {
  display: none;
}

.ability-item .managerment-top {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  margin: 30px 0;
}

.ability-item .managerment-top .managerment-content-top {
  width: 25%;
  border-radius: 8px!important;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.ability-item .managerment-top .managerment-content-top .item-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.ability-item .managerment-top .managerment-content-top .item-content .img {
  width: 68px;
}

.ability-item .managerment-top .managerment-content-top .item-content .ability-text {
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
}

.ability-item .managerment-top .managerment-content-top .item-content .ability-disc ul li {
  font-size: 12px;
  color: #242A38;
  margin-top: 10px;
}

.industry-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.industry-box .item-produce{
  width: 32%;
  box-sizing: border-box;
  background: #f8f8f8;
  margin-bottom: 20px;
}

.industry {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.industry .img-box {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}

.industry .img-box img {
  width: 100%;
  height: 100%;
}


.industry  .industry-right {
  width: 260px;
}

.industry  .industry-right .produce-text {
  font-size: 18px;
  margin: 10px 0;
}

.advantage {
  background-color: #FFFFFF;
}

.advantage .serve-title {
  width: 80vw;
  height: 54px;
  margin: auto;
  line-height: 54px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  background-image: url("../image/sliceLine.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.advantage .serve-advantage {
  width: 80vw;
  padding-top: 40px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.serve-advantage .serve-left ,
.serve-advantage .serve-right{
  width: 49%;
}

.serve-advantage .serve-left {
  margin-right: 2%;
}

.serve-advantage .serve-right .serve-right-title {
  text-indent: 28px;
  font-size: 14px;
}

.serve-advantage .serve-right .serve-right-u1{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.serve-advantage .serve-right .serve-right-u1 li {
  width: 49%;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.serve-advantage .serve-right .serve-right-u1 li img {
  width: 85px;
  height: 85px;
  margin-right: 20px;
}

.serve-advantage .serve-right .serve-right-u1 li h3 {
  margin-bottom: 10px;
}

.contact {
  position: relative;
  /*width: 100vw;*/
  height: 60vh;
  background-image: url("../image/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.contact .transparent {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 5% 20%;
  box-sizing: border-box;
}

.contact .contact-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}


.contact .contact-title .line-left ,
.contact .contact-title .line-right {
  width: 42%;
  height: 1px;
  background-color: #fff;
}

.contact .contact-title .center-text {
  width: 16%;
  font-size: 24px;
  color: #fff;
  text-align: center;
}


.contact .contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}


.contact .contact-content .contact-phone,
.contact .contact-content .contact-email{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact .contact-content .contact-phone img,
.contact .contact-content .contact-email img{
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.contact .contact-content .contact-phone span,
.contact .contact-content .contact-email span{
  font-size: 13px;
  color: #FFFFFF;
}

.contact .contact-content p {
  font-size: 16px;
  color: #FFFFFF;
}

.customer {
  padding: 20px 0;
  background-color: #FFFFFF;
}

.customer .customer-title {
  width: 80vw;
  height: 54px;
  margin: auto;
  line-height: 54px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  background-image: url("../image/sliceLine.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.customer .customer-content {
  width: 80vw;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customer .customer-content .customer-item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.customer .customer-content .customer-item:nth-child(4n) {
  margin-right:0;
}


.customer .customer-content .customer-item .top-img {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px!important;
  margin-bottom: 10px;
  text-align: center;
}

.customer .customer-content .customer-item .top-img img{
  height: 78px;
}


.customer .customer-content .customer-item .customer-name{
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.solution {
  display: none;
  padding: 20px 0 40px;
  background-color: #FFFFFF;
}


.solution .solution-title {
  width: 80vw;
  height: 54px;
  line-height: 54px;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background-image: url("../image/sliceLine.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.solution .solution-content {
  width: 80vw;
  margin: auto;
  padding-top: 40px;
  display: flex;
}

.solution .solution-content .content-left {
  width: 30%;
}

.solution .solution-content .content-left ul {
  margin: 0;
}

.solution .solution-content .content-left ul li {
  list-style: none;
  height: 68px;
  background-color: #EAEAEA;
  text-align: center;
  line-height: 68px;
  color: #3c3c3c;
  border-bottom: 2px solid #FFFFFF;
  cursor: pointer;
  font-size: 20px;
}
.solution .solution-content .content-left ul li:last-child {
  border-bottom:none;
}


.solution .solution-content .content-left ul .active {
  background-color: #0056b3;
  color: #FFFFFF;
}


.solution .solution-content .content-right {
  width: 70%;
  border: 2px solid #0056b3;
  padding: 40px;
}

.solution .solution-content .content-right .show-item {
  display: flex;
}

.solution .solution-content .content-right .show-item .item-left {
  width: 40%;
  padding-right: 35px;
  border-right: 1px solid #EAEAEA;
}

.solution .solution-content .content-right .show-item .item-left .name {
  font-size: 20px;
  line-height: 20px;
  color: #085196;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center
}

.solution .solution-content .content-right .show-item .item-right {
  width: 60%;
  padding-left: 35px;
}

.solution .solution-content .content-right .show-item .item-right .scroll-box {
  width: 100%;
  height: 400px;
  overflow: auto;
}

.solution .solution-content .content-right .show-item .item-right .scroll-box .text-title {
  font-size:20px;
  line-height: 20px;
  color: #085196;
  font-weight: 600;
}

.solution .solution-content .content-right .show-item .item-right .scroll-box .text {
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  margin: 5px 0 10px;
}

.solution .solution-content .content-right .show-item .item-right .scroll-box::-webkit-scrollbar {
  width: 5px;
}

.solution .solution-content .content-right .show-item .item-right .scroll-box::-webkit-scrollbar-thumb  {
  background-color: #085196;
}


.introduce {
  /*display: none;*/
  padding: 20px 0 40px;
  background-color: #FFFFFF;
}


.introduce .introduce-title {
  width: 80vw;
  height: 54px;
  line-height: 54px;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background-image: url("../image/sliceLine.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.introduce .introduce-content {
  width: 80vw;
  margin: auto;
  padding-top: 40px;
  display: flex;
}

.introduce .introduce-content .content-left {
  width: 40%;
}

.introduce .introduce-content .content-right {
  width: 60%;
  padding: 0 0 0 45px;
}

.introduce .introduce-content .content-right .text p {
  font-size: 16px;
  color: #494949;
  line-height: 26px;
}

.introduce .introduce-content .content-right .text p .copy-name {
  font-size: 24px;
  color: #494949;
  line-height: 26px;
  margin-right: 1em;
}

.introduce .introduce-content .content-left .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.introduce .introduce-content .content-left .swiper-container .swiper-wrapper {
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}


.introduce .introduce-content .content-left .swiper-container .swiper-wrapper .swiper-item {
  flex-shrink: 0;
}


.introduce .introduce-content .content-left .swiper-container .swiper-wrapper .swiper-item img {
  width: 500px;
}

.introduce .introduce-content .content-left .swiper-container .swiper-button-prev {
  width: 28px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}


.introduce .introduce-content .content-left .swiper-container .swiper-button-next {
  width: 28px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.introduce .introduce-content .content-left .swiper-container .swiper-button-next img,
.introduce .introduce-content .content-left .swiper-container .swiper-button-prev img {
  width: 100%;
}
.produceCenter,
.industry-solution ,
.aboutUs {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  /*background-image: url("../image/banner-hy.jpg");*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-size: cover;*/
}

.produceCenter img,
.industry-solution img ,
.aboutUs img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.produceCenter .line-left,
.industry-solution .line-left ,
.aboutUs .line-left {
  width: 35%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.produceCenter .line-right,
.industry-solution .line-right ,
.aboutUs .line-right {
  width: 35%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.produceCenter .center-title ,
.industry-solution .center-title ,
.aboutUs .center-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.produceCenter .center-title .title-cn,
.industry-solution .center-title .title-cn ,
.aboutUs .center-title .title-cn {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 20px;
}

.produceCenter .center-title .title-en,
.industry-solution .center-title .title-en ,
.aboutUs .center-title .title-en {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
}


/*圆点层*/
.swiper-container .dots {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 999;
  padding: 4px;
  border-radius: 24px;
}

.swiper-container .dots ul {
  margin: 0;
}

.swiper-container .dots ul li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #9e9e9e;
  float: left;
  /*可以使用行块盒*/
  /*display: inline-block;*/
  margin: 0 5px;
  cursor: pointer;
  list-style: none;
}

.swiper-container .dots ul li.active {
  background-color: #1467cc;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.honor ,
.knowledge {
  /*display: none;*/
  padding: 20px 0 40px;
  background-color: #FFFFFF;
}


.honor .honor-title ,
.knowledge .knowledge-title {
  width: 80vw;
  height: 54px;
  line-height: 54px;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background-image: url("../image/sliceLine.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.honor-wrapper ,
.knowledge-wrapper {
  width: 80vw;
  padding-top: 40px;
  display: flex;
  align-items: center;
  margin: auto;
}

.honor-wrapper .prev-btn,
.honor-wrapper .next-btn{
  cursor: pointer;
}


.knowledge-wrapper .prev-btn,
.knowledge-wrapper .next-btn{
  cursor: pointer;
}

.honor .honor-content ,
.knowledge .knowledge-content {
  position: relative;
  width: 67vw;
  height: 440px;
  overflow: auto;
  margin: auto;
  display: flex;
  background-color: #f5f5f5;
}

.honor .honor-content::-webkit-scrollbar ,
.knowledge .knowledge-content::-webkit-scrollbar {
  display: none;
}


.honor .honor-content .main-content ,
.knowledge .knowledge-content .main-content {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  padding: 20px;
  white-space: nowrap;
}

.honor .honor-content .main-content .main-item,
.knowledge .knowledge-content .main-content .main-item{
  width: 280px;
  height: 400px;
  line-height:400px;
  padding: 20px;
  margin-right: 20px;
  background-color: #FFFFFF;
  /*box-shadow: 0 0 1rem rgba(21, 99, 171, 0.15);*/
  flex-shrink: 0;
  user-select: none;
  box-sizing: border-box;
  transition: all .2s linear;
}

.honor .honor-content .main-content .main-item:hover ,
.knowledge .knowledge-content .main-content .main-item:hover {
  box-shadow: 0 0 10px 5px rgba(21, 99, 171, 0.15);
  transform: translate3d(0,-5px,0);
}

#about-us {
  display: none;
}