
/*新增*/
.home-header-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width:768px) {
  .home-header-container {
    width: 100%;
  }
}
.home-page-title {
  font-size: 40px;
  color: #fff;
  margin-top: 0;
  margin-bottom:30px;
  opacity: 1;
  text-align: left;
}

.home-page-subtile {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #DDDDDD;
  line-height: 1.4;
	text-align: left;
}
@media (max-width:1366px) {
  .home-page-title{
    font-size: 24px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
  }
  .home-page-subtile {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #DDDDDD;
    line-height: 1.3;
  }
}
.iso-wrapper-row {
  font-size: 18px;
  font-family: Arial;
  color: #DDDDDD;
  margin-bottom: 0.5rem;
}

.iso-wrapper-row img {
  width: 22px;
  margin-right: 0.12rem;
}

.understand-more:hover {
  color: #fff;
}

.understand-more {
  padding-top:20px;
  padding-bottom: 20px;
  display: block;
  background: #DD1F1F;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}

.contact-us {
  padding-top:20px;
  padding-bottom: 20px;
  display: block;
  background: #fff;
  border-radius: 6px;
  color: #202020;
  font-size: 16px;
  border: 1px solid transparent;
}



/*定制加工*/
.ladyScroll {
  width: 1200px;
  height: 192px;
  margin: 15px auto;
  /* border: #ddd 1px solid; */
  position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 90px;
  left: -20px;
  z-index: 100;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #ccc;
  /* background: url(images/btns.png) no-repeat; */
}

.ladyScroll .prev:hover {
  border: 2px solid #DD1F1F;
  background-color: #DD1F1F;
  color: #fff;
}

.ladyScroll .prev:hover i {
  color: #fff;
}

.ladyScroll .next:hover {
  border: 2px solid #DD1F1F;
  background-color: #DD1F1F;
  color: #fff;
}

.ladyScroll .next:hover i {
  color: #fff;
}

.ladyScroll .next .glyphicon {
  font-size: 16px;
  color: #ccc;
  top: 5px;
  left: 5px;
}

.ladyScroll .prev {
  border: 2px solid #ccc;
}

.ladyScroll .prev .glyphicon {
  font-size: 16px;
  color: #ccc;
  top: 5px;
  left: 5px;
}

.ladyScroll .next {
  left: auto;
  right: -55px;
  background-position: 0 -90px;
}

.ladyScroll .prev {
  transition: all 0.3s ease-in-out;
}

.ladyScroll .prev:hover {
  background-position: 0 -45px;
}

.ladyScroll .next:hover {
  background-position: 0 -135px;
}

.ladyScroll .scrollWrap {
  width: 100%;
  margin-left: 20px;
  padding-top: 15px;
  overflow: hidden;
  position: absolute;
}

.ladyScroll dl {
  float: left;
  width: 220px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 25px;
  margin-right: 9px;
  margin-left: 4px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

.ladyScroll dl:last-child {
  margin-right: 0;
}

.ladyScroll dt {
  margin: 0 auto;
  width: 220px;
  overflow: hidden;
}

.ladyScroll img {
  display: block;
  width: 125px;
  max-width: 100%;
  margin: auto;
}

.ladyScroll dd {
  width: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.ladyScroll dd a {
  color: #333;
  padding-bottom: 20px;
  display: inline-block;
}

.ladyScroll dd a:hover {
  text-decoration: none;
}

.ladyScroll dl:hover span {
  background: #B52153;
}


.processing-section {
  padding-top: 1rem;
  padding-bottom: 0.96rem;
}

.processing-img {
  opacity: 0;
}

.processing-section .section-title {
  margin-bottom: 0.38rem;
}

.processing-section .processing-subtitle {
  font-size: 16px;
  font-family: Source Han Sans CN;
  color: #666666;
  margin-bottom: 0.5rem;
}

.processing-tip-wrapper {
  margin-bottom: 0.62rem;
}

.processing-tip-wrapper .tip-title {
  color: #000000;
  margin-top: 0;
  margin-bottom: 0.2rem;
}

.processing-tip-wrapper .tip-type {
  color: #666666;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.processing-contact-wrapper .processing-inquiry {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  background: #DD1F1F;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease;
  text-align: center;
}

@media (max-width:768px) {
  .processing-contact-wrapper .processing-inquiry {
    margin-bottom: 16px;
  }
}

.inquiry-phone,
.inquiry-email {
  transition: all 0.3s ease-in-out;
}

.processing-contact-wrapper .processing-inquiry:hover .inquiry-phone,
.processing-contact-wrapper .processing-inquiry:hover .inquiry-email {
  transform: scale(1.1);
}

.inquiry-contact-wrapper {
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 0.24rem; */
}

.inquiry-contact-wrapper p:first {
  margin-bottom: 0.1rem;
}

.inquiry-contact-wrapper p:last-child {
  margin-bottom: 0;
}

.processing-contact-wrapper .processing-inquiry img {
  width: 20px;
  margin-right: 0.1rem;
}
@media (min-width:768px) {
  .processing-contact-wrapper .processing-contact-label {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  padding-top: 0.27rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
}

@media (max-width:768px) {
  .processing-contact-wrapper .processing-contact-label{
    background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
    line-height: 70px;
  }
}
.processing-contact-wrapper .processing-contact-label:hover {
  color: #DD1F1F;
  border: 1px solid #DD1F1F;
}

.processing-dl dl {
  /*min-height: 2.31rem;*/
}

.dlList dl {
  position: relative;
  padding-bottom: 45px;
}

.dlList dl dt a {
  display: block;
}

.ladyScroll-knowmore {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ladyScroll-knowmore:hover {
  color: #fff;
}

.dlList dl:hover .ladyScroll-knowmore {
  opacity: 1;
  background-color: #DD1F1F;
}



body {
  padding-top: 0px !important;
}

.navbar-fixed-top {
  background-color: transparent;
}

.navbar-fixed-top a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.section-title {
  font-weight: bold;
  text-align: center;
  /* opacity: 0; */
  /* opacity: 1 \0; */
  line-height: 1.5;
}

@media (max-width:768px) {
  .section-title {
    opacity: 1;
  }
}

.img-hover {
  transition: all 0.3s ease;
}

.img-hover:hover {
  transform: scale(1.1);
}

/* banner */
.home-page-header-section {
  /* background-image: url('/static/res/index/img/header-bg.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  /* padding-top:2.83rem; */
  /* padding-bottom: 1.9rem; */
  position: relative;
  height: 100vh;
}

.home-header-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width:768px) {
  .home-header-container {
    width: 100%;
  }
}
.home-page-title {
  font-size: 0.46rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.6rem;
  opacity: 1;
  text-align: left;
}

.home-page-subtile {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.48rem;
  color: #DDDDDD;
  line-height: 1.4;
}
@media (max-width:1366px) {
  .home-page-title{
    font-size: 0.46rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.2rem;
  line-height: 1.3;
  }
  .home-page-subtile {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0.3rem;
    color: #DDDDDD;
    line-height: 1.3;
  }
}
.iso-wrapper-row {
  font-size: 18px;
  font-family: Arial;
  color: #DDDDDD;
  margin-bottom: 0.5rem;
}

.iso-wrapper-row img {
  width: 22px;
  margin-right: 0.12rem;
}

.understand-more:hover {
  color: #fff;
}

.understand-more {
  padding-top: 0.17rem;
  padding-bottom: 0.17rem;
  display: block;
  background: #DD1F1F;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}

.contact-us {
  padding-top: 0.17rem;
  padding-bottom: 0.17rem;
  display: block;
  background: #fff;
  border-radius: 6px;
  color: #202020;
  font-size: 16px;
  border: 1px solid transparent;
}

/* 轮播图 共用*/
.ladyScroll {
  width: 1360px;
  height: 192px;
  margin: 15px auto;
  /* border: #ddd 1px solid; */
  position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 90px;
  left: -20px;
  z-index: 100;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #ccc;
  /* background: url(images/btns.png) no-repeat; */
}

.ladyScroll .prev:hover {
  border: 2px solid #DD1F1F;
  background-color: #DD1F1F;
  color: #fff;
}

.ladyScroll .prev:hover i {
  color: #fff;
}

.ladyScroll .next:hover {
  border: 2px solid #DD1F1F;
  background-color: #DD1F1F;
  color: #fff;
}

.ladyScroll .next:hover i {
  color: #fff;
}

.ladyScroll .next .glyphicon {
  font-size: 16px;
  color: #ccc;
  top: 5px;
  left: 5px;
}

.ladyScroll .prev {
  border: 2px solid #ccc;
}

.ladyScroll .prev .glyphicon {
  font-size: 16px;
  color: #ccc;
  top: 5px;
  left: 5px;
}

.ladyScroll .next {
  left: auto;
  right: -55px;
  background-position: 0 -90px;
}

.ladyScroll .prev {
  transition: all 0.3s ease-in-out;
}

.ladyScroll .prev:hover {
  background-position: 0 -45px;
}

.ladyScroll .next:hover {
  background-position: 0 -135px;
}

.ladyScroll .scrollWrap {
  width: 100%;
  margin-left: 20px;
  padding-top: 15px;
  overflow: hidden;
  position: absolute;
}

.ladyScroll dl {
  float: left;
  width: 220px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 9px;
  margin-left: 4px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

.ladyScroll dl:last-child {
  margin-right: 0;
}

.ladyScroll dt {
  margin: 0 auto;
  width: 205px;
  overflow: hidden;
  height: auto;
}

.ladyScroll img {
  display: block;
  width: 175px;
  max-width: 100%;
  margin: auto;
  height: 150px;
}

.ladyScroll dd {
  width: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
   height: 60px;
}

.ladyScroll dd a {
  color: #333;
  padding-bottom: 0px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	
}

.ladyScroll dd a:hover {
  text-decoration: none;
}

.ladyScroll dl:hover span {
  background: #B52153;
}

/* 询盘,供应商 */
.global-inquiry-section {
  padding-top: 1.18rem;
  padding-bottom: 0.9rem;
}

/* 左侧 */
.global-inquiry-section .global-inquiry-title {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.global-supplier-tab-wrapper {
  position: relative;
}

.global-supplier-tab-wrapper .tab-item {
  cursor: pointer;
}

.global-supplier-tab-wrapper .tab-item .tab-item-text {
  font-size: 24px;
  font-family: Source Han Sans CN;
  color: #000000;
  padding-bottom: 0.23rem;
  border-bottom: 2px solid transparent;
  /* transition: all 0.3s ease-in-out; */
}

.global-supplier-tab-wrapper .tab-item.active .tab-item-text {
  color: #DD1F1F;
  border-color: #DD1F1F;
  min-height: 0.93rem;
}
@media (max-width:768px) {
  .global-supplier-tab-wrapper .tab-item.active .tab-item-text {
    color: #DD1F1F;
    border-color: #DD1F1F;
    min-height: 116px;
  }
}
.desc-inquiry,
.desc-supplier {
  opacity: 0;
  /* transition: all 0.3s ease-in-out; */
}

.desc-supplier {
  display: none;
}

.global-supplier-desc {
  padding-top: 0.4rem;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0.36rem;
  color: #222222;
  min-height: 1.08rem;
  /* max-height: 1.08rem; */
}

.dynamic-inquiry {
  font-size: 16px;
  color: #666666;
}

.dynamic-name-wrapper {
  color: rgba(221, 31, 31, 1);
}

.global-detail {
  padding: 0.17rem 0.36rem;
  background: #DD1F1F;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 0.56rem;
  margin-bottom: 0.5rem;
}

.global-detail:hover {
  color: #fff;
}

/* 右侧 */
.global-img {
  transition: all 0.3s ease;
}

.global-img-wrapper {
  position: relative;
  padding-top: 0.14rem;
  padding-bottom: 0.4rem;
}

.global-data-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.global-data-wrapper .data-item {
  padding: 0.18rem 0.45rem;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.global-data-wrapper .data-item:first-child {
  margin-right: 0.14rem;
}

.global-data-wrapper .data-item:last-child {
  margin-left: 0.14rem;
}

.global-data-wrapper .data-item .data-num {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #010101;
  margin-bottom: 0.13rem;
}

.global-data-wrapper .data-item .data-type {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

/* 信赖 */
.trust-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url('../image/trust-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.trust-section .section-title {
  margin-bottom: 0.6rem;
}

.trust-company-wrapper {
  opacity: 0;
}

.trust-company-wrapper .company-item {
  margin-left: 0.12rem;
  margin-right: 0.12rem;
  display: inline-block;
  width: 18%;
  transition: all 0.3s ease;
}

.trust-company-wrapper .company-item:hover {
  transform: scale(1.05);
}

@media (max-width:768px) {
  .trust-company-wrapper .company-item {
    margin-left: 0.12rem;
    margin-right: 0.12rem;
    display: inline-block;
    width: 16%;
  }
}

.trust-company-wrapper .company-item img {
  max-width: 100%;
}

.trust-company-wrapper .company-item:first-child {
  margin-left: 0;
}

.trust-company-wrapper .company-item:last-child {
  margin-right: 0;
}

/* 定制加工 */
.processing-section {
  padding-top: 1rem;
  padding-bottom: 0.96rem;
  background: #fff;
}

.processing-img {
  opacity:1;
}

.processing-section .section-title {
  margin-bottom: 0.38rem;
}

.processing-section .processing-subtitle {
  font-size: 16px;
  font-family: Source Han Sans CN;
  color: #666666;
  margin-bottom: 0.5rem;
}

.processing-tip-wrapper {
  margin-bottom: 0.62rem;
}

.processing-tip-wrapper .tip-title {
  color: #000000;
  margin-top: 0;
  margin-bottom: 0.2rem;
}

.processing-tip-wrapper .tip-type {
  color: #666666;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.processing-contact-wrapper .processing-inquiry {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  background: #DD1F1F;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease;
  text-align: center;
}

@media (max-width:768px) {
  .processing-contact-wrapper .processing-inquiry {
    margin-bottom: 16px;
  }
}

.inquiry-phone,
.inquiry-email {
  transition: all 0.3s ease-in-out;
}

.processing-contact-wrapper .processing-inquiry:hover .inquiry-phone,
.processing-contact-wrapper .processing-inquiry:hover .inquiry-email {
  transform: scale(1.1);
}

.inquiry-contact-wrapper {
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 0.24rem; */
}

.inquiry-contact-wrapper p:first {
  margin-bottom: 0.1rem;
}

.inquiry-contact-wrapper p:last-child {
  margin-bottom: 0;
}

.processing-contact-wrapper .processing-inquiry img {
  width: 20px;
  margin-right: 0.1rem;
}
@media (min-width:768px) {
  .processing-contact-wrapper .processing-contact-label {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  padding-top: 0.27rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
}

@media (max-width:768px) {
  .processing-contact-wrapper .processing-contact-label{
    background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
    line-height: 70px;
  }
}
.processing-contact-wrapper .processing-contact-label:hover {
  color: #DD1F1F;
  border: 1px solid #DD1F1F;
}

.processing-dl dl {
 /* min-height: 2.31rem;*/
}

.dlList dl {
  position: relative;
 /* padding-bottom: 45px;*/
  padding-bottom: 8px;
}

.dlList dl dt a {
  display: block;
}

.ladyScroll-knowmore {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ladyScroll-knowmore:hover {
  color: #fff;
}

.dlList dl:hover .ladyScroll-knowmore {
  opacity: 1;
  background-color: #DD1F1F;
}

/* 模具分类 */
.moldtype-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* background-color: #eee; */
  /* background-image: url('/static/res/index/img/type.png'); */
  background-size: cover;
  background-repeat: no-repeat;
}
.moldtype-section .ladyScroll{
  height: 2.5rem;
}
.moldtype-section .section-title {
  /*font-size: 0.26rem;*/
}

.moldtype-img {
  opacity: 1;
}

.moldtype-desc {
  margin-top: 0.38rem;
  color: #222222;
  font-size: 16px;
  line-height: 36px;
}

.to-detail {
  padding: 0.17rem 0.68rem;
  background: #DD1F1F;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 0.8rem;
  display: inline-block;
}

.to-detail:hover {
  color: #fff;
}

.moldtype-carousel-wrapper {
  margin-top: 0.54rem;
  opacity: 1;
}

.dlList dl {
  /*min-height: 2.53rem;*/
}

/* 名言轮播 */
.quotes-swiper-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.quotes-section {
  background-image: url('../image/quotes-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.quotes-text {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-top: 20px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 22px;
}

.quotes-text::before {
  content: "";
  font-size: 24px;
  position: absolute;
  width: 28px;
  height: 22px;
  left: 0px;
  top: 0px;
  background: url(../image/left-symbol.png) no-repeat;
  background-size: 100%;
}

.quotes-text::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 22px;
  right: 0;
  bottom: 0px;
  background: url(../image/right-symbol.png) no-repeat;
  background-size: cover;
}

.quotes-swiper .quotes-pagination {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.quotes-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.7;
  margin: 0 11px;
  cursor: pointer;
}

.quotes-swiper .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

/* 模具项目管理云平台 */
.project-section {
  padding-top: 0.96rem;
  padding-bottom: 0.7rem;
}

.project-img {
  opacity: 0;
}

.project-section-title {
  margin-top: 0;
  margin-bottom: 0.56rem;
}

@media (min-width:768px) {
  .project-advance {
    padding-left: 0.87rem;
  }
}

.project-advance h2 {
  margin-top: 0.16rem;
  margin-bottom: 0.36rem;
  font-size: 0.2rem;
}

/* @media (max-width=768px) {
  .advance-item-desc-wrapper{
    display: block;
  }
} */
.advance-item {
  margin-bottom: 0.28rem;
}

@media (min-width:768px) {
  .advance-item {
    white-space: nowrap;
  }

  .advance-item-desc-wrapper {
    display: inline-block;
  }
}

.advance-item img {
  width: 70px;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.advance-item-desc-wrapper {
  vertical-align: middle;
}

.advance-item-desc-wrapper h3 {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 18px;
  color: #000000;
  white-space: initial;
}

@media (max-width=768px) {
  .advance-item-desc-wrapper {
    display: block;
  }
}

.advance-item-desc-wrapper h4 {
  margin-top: 0;
  margin-bottom: 0.1rem;
  font-size: 16px;
  color: #666666;
  white-space: initial;
}

.free-use {
  font-size: 16px;
  padding-top: 0.17rem;
  padding-bottom: 0.17rem;
  width: 100%;
  background: #DD1F1F;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}

.more-advance {
  font-size: 16px;
  color: #333333;
  padding-top: 0.17rem;
  padding-bottom: 0.17rem;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}

/* 资讯,见解 */
.news-section {
  padding-top: 1rem;
  /* padding-bottom: 0.9rem; */
  text-align: center;
  background-image: url('../image/news-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-section .section-title.news-section-title {
  margin-bottom: 0.6rem;
}

.carousel-wrapper {
  margin-bottom: 0.64rem;
}

.section-more {
  padding: 0.17rem 0.32rem;
  background: #DD1F1F;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.section-more:hover {
  color: #fff;
}

/* 轮播图 */
/* .news-section .swiper-container{
  max-height: 5.8rem;
} */

.device {
  height: 800px;
  padding: 0 15px 58px 15px;
  position: relative;
  color: #000;
  opacity: 0;
}

.device .arrow-left {
  background: url('../image/left-noselect-arrow.png');
  background-size: cover;
  position: absolute;
  left: -15px;
  top: 60%;
  margin-top: -30px;
  width: 30px;
  height: 30px;
}

.device .arrow-right {
  background: url('../image/right-noselect-arrow.png');
  background-size: cover;
  position: absolute;
  right: -15px;
  top: 60%;
  margin-top: -30px;
  width: 30px;
  height: 30px;
}

.device .swiper-container {
  height: 756px;
}

.device .content-slide {
  color: #fff;
  padding: 15px;
}

.device .content-wrapper {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;

}

.device .img-bg {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* 文字部分 */
.swiper-desc-wrapper {
  padding: 30px 20px;
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); */
  border: 1px solid #eee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.swiper-desc-wrapper .desc-title {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.3rem;
  max-height: 26px;
  overflow: hidden;
}

.swiper-desc-wrapper .desc-text {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-bottom: 0.42rem;
  text-indent: 1em;
  min-height: 84px;
  max-height: 84px;
  overflow: hidden;
}

.to-more-arrow {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}

.to-more-arrow img {
  width: 17px;
  margin-right: 0.1rem;
}

.share-news img {
  width: 0.24rem;
}

/* 地图 */
.map-section {
  padding-top: 1rem;
  text-align: center;
}

.map-img {
  opacity: 0;
}

@media (max-width:769px) {
  .map-section {
    text-align: left;
  }

  .section-title {
    text-align: left;
  }
	
	
	.content,.home .container .bgg {
	 padding:10px;
	background:none;
	-moz-box-shadow:0 0 0px rgba(0,0,0,.12);
	-webkit-box-shadow:0 0 0px rgba(0,0,0,.12);
	box-shadow:0 0 0px rgba(0,0,0,.12) 
}
	
	
}

.map-section .section-title.map-section-title {
  margin-bottom: 0.3rem;
  white-space: initial;
}

.map-section h3 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0.4rem;
}

.content,.home .container .section-item,.home .container .section-item:first-child,.sidebar .widget-area {
	/*padding:10px;
	background:none;
	-moz-box-shadow:0 0 0px rgba(0,0,0,.12);
	-webkit-box-shadow:0 0 0px rgba(0,0,0,.12);
	box-shadow:0 0 0px rgba(0,0,0,.12)*/
}
