.main-wrap {
  height: 100%;
}
.swiper-banner {
  width: 100%;
}
.swiper-banner .more {
  position: absolute;
  bottom: 1.5rem;
  right: 10%;
  width: 1.73333333rem;
  height: 1.73333333rem;
  background: url("../png/down.png") no-repeat center center;
  z-index: 100;
  cursor: pointer;
  background-size: 100%;
}
.swiper-banner .swiper-slide {
  text-align: center;
  font-size: 0.6rem;
  background: #fff;
}
.swiper-banner .swiper-slide img {
  height: 100%;
}
.swiper-banner .swiper-pagination-bullet {
  width: 0.53333333rem;
  height: 0.53333333rem;
  background: url("../png/dot.png") no-repeat center center;
  background-size: 100%;
  opacity: 1;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("../png/dot_full.png");
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  width: 1.2rem;
  height: 2.13333333rem;
  margin-top: -1.06666667rem;
  border-radius: 0.26666667rem;
  background: url("../png/arrow_left.png") no-repeat center center;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-container-rtl .swiper-button-next {
  left: 10%;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-container-rtl .swiper-button-prev {
  background: url("../png/arrow_right.png") no-repeat center center;
  right: 10%;
}
.swiper-banner .swiper-pagination-bullets {
  bottom: 1.5rem;
}
.badge {
  display: inline-block;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-right: 1.33333333rem;
  background: url("../png/icon_title.png") no-repeat top right;
  font-size: 0.73333333rem;
  color: #000;
  font-weight: normal;
  letter-spacing: 1px;
}
.business-box {
  padding-top: 2rem;
  padding-bottom: 3.33333333rem;
  text-align: center;
}
.business-box .list {
  margin-top: 2rem;
  display: inline-block;
}
.business-box .item {
  width: 12.26666667rem;
  height: 8.26666667rem;
  border: 1px solid #ccc;
  margin: 0 1rem;
  font-size: 0.66666667rem;
  color: #005694;
}
.business-box .item .txt {
  padding-top: 0.33333333rem;
  letter-spacing: 0.16666667rem;
}
.business-box .item .img {
  cursor: pointer;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url("../jpg/business_1_hover.jpg") no-repeat center center;
  background-size: 100%;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 1rem;
}
.business-box .item .img.img-2 {
  background-image: url("../jpg/business_2_hover.jpg");
}
.business-box .item .img.img-3 {
  background-image: url("../jpg/business_3_hover.jpg");
}
.business-box .item:hover {
  border-color: #005694;
}
.business-box .item:hover .img {
  background-image: url("../jpg/business_1.jpg");
}
.business-box .item:hover .img-2 {
  background-image: url("../jpg/business_2.jpg");
}
.business-box .item:hover .img-3 {
  background-image: url("../jpg/business_3.jpg");
}

.xw-box {
  padding-top: 2rem;
  padding-bottom: 3.33333333rem;
  text-align: center;
}
.xw-box .list {
  margin-top: 2rem;
  display: inline-block;
}
.xw-box .item {
  width: 13rem;
  /*height: 18.26666667rem;*/
  /*border: 1px solid #ccc;*/
  background-color: white;
  margin: 0 0.5rem;
  /*color: #005694;*/
  padding-bottom: 0.6rem;

}
.xw-box .item .atitle {
  margin-top: 0.33333333rem;
  letter-spacing: 0.006rem;
  text-align: left;
  padding: 0 0.4rem;
  overflow: hidden; text-overflow:ellipsis; white-space: nowrap;font-weight:bold;
  color: #5e5f61;
  font-size: 0.74rem;
}
.xw-box .item .time {
  padding-top: 0.1rem;
  text-align: left;
  padding: 0 0.4rem;
  color: #afb0b1;
  font-size: 0.6rem;
  font-family:"Times New Roman", Times, serif;
}
.xw-box .item .txt {
  margin-top: 0.2rem;
  letter-spacing: 0.016rem;
  text-align: left;
  padding: 0 0.4rem;
    color: #707273;
/*  font-size: 0.3rem;
*/  font-family:"Times New Roman", Times, serif;
}
.xw-box .item img {
  cursor: pointer;
  display: inline-block;
  width: 12.9rem;
  height: 7rem;
  background-size: 100%;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 0.04rem;
}
.xw-box .item .alink {
margin-top: 0.6rem;
  letter-spacing: 0.016rem;
  text-align: left;
  padding: 0 0.4rem;
  font-size: 0.3rem;

}
.xw-box .item a {
    padding: 0 0.5rem;
    display: inline-block;
    line-height: 1.4rem;
    border: 1px solid #707273;
    overflow: hidden;
    cursor: pointer;
    color: #707273;
      font-size: 0.7rem;

}
.xw-box .item .img.img-2 {
  background-image: url("../jpg/business_2_hover.jpg");
}
.xw-box .item .img.img-3 {
  background-image: url("../jpg/business_3_hover.jpg");
}
.xw-box .item:hover {
  border-color: #005694;
}
.xw-box .item:hover img {
  background-image: url("../jpg/business_1.jpg");
}
.xw-box .item:hover .img-2 {
  background-image: url("../jpg/business_2.jpg");
}
.xw-box .item:hover .img-3 {
  background-image: url("../jpg/business_3.jpg");
}

.focus {
  width: 100%;
  background: #F3F3F3;
}
.focus .left {
  width: 50%;
  height: inherit;
}
.focus .left img {
  width: 100%;
}
.focus .right {
  width: 50%;
  height: inherit;
  padding: 1rem 0 1rem 2rem;
  width: 18.66666667rem;
  color: #666;
  font-size: 0.46666667rem;
}
.focus .right .sub-title {
  font-size: 0.6rem;
  color: #005694;
  padding-top: 1.66666667rem;
}
.focus .right p {
  padding-top: 1.16666667rem;
  line-height: 0.93333333rem;
  margin: 0;
}
.focus .right .more {
  text-align: right;
  padding-top: 1.33333333rem;
}
.focus .right .more span {
  text-align: center;
  display: inline-block;
  width: 2.53333333rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border: 1px solid #666;
  border-radius: 0.33333333rem;
  overflow: hidden;
  cursor: pointer;
}
.zixun {
  padding-bottom: 1.66666667rem;
  background-color: #f2f2f2;
  padding-top: 2rem;
}
.zixun .title {
  text-align: center;
  margin-bottom: 1.2rem;
}
.zixun .sub-title {
  font-size: 0.6rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.66666667rem;
}
.zixun .more {
  text-align: left;
}
.zixun .more span a {
  text-align: center;
  display: inline-block;
  width: 2.53333333rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border: 1px solid #666;
  border-radius: 0.33333333rem;
  overflow: hidden;
  cursor: pointer;
  color: #0C0C0C;
}
.zixun .news {
  width: 20rem;
  padding-left: 2rem;
  padding-right: 3.26666667rem;
}
.zixun .news .news-list .item {
  margin-bottom: 1.5rem;
}
.zixun .news .news-list .item .content {
  line-height: 0.73333333rem;
  font-size: 0.53333333rem;
  color: #666;
}
.zixun .news .news-list .item .time {
  text-align: right;
  margin-top: 0.33333333rem;
}
.zixun .share {
  width: 100%;
}
.zixun .share .more {
  text-align: center;
  margin-top: 1.66666667rem;
}
.zixun .share .swiper-share {
  width: 100%;
  height: 9.33333333rem;
}
.zixun .share .swiper-share .swiper-wrapper {
  height: auto !important;
}
.zixun .share .swiper-share .swiper-slide {
  height: auto !important;
  padding-right: 1.33333333rem;
}
.zixun .share .swiper-share .swiper-slide img {
  width: 10.33333333rem;
}
.zixun .share .swiper-share .swiper-slide .detail {
  margin-top: 0.5rem;
  line-height: 0.73333333rem;
}
.zixun .share .swiper-share .swiper-button-next,
.zixun .share .swiper-share .swiper-button-prev {
  background: url("../png/share_left.png") no-repeat;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  width: 23px;
  height: 22px;
  margin-top: 0px;
  top: 3.33333333rem;
  right: 0;
  background-size: contain;
  z-index: 101;
  left: auto;
}
.zixun .share .swiper-share .swiper-button-next {
  background-image: url("../png/share_right.png");
  top: 2rem;
  right: 0;
}
.zixun .share .swiper-share .cover {
  height: inherit;
  width: 1.33333333rem;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.duice {
  background-color: #005694;
}
.duice .title {
  text-align: center;
  padding: 1.66666667rem 0;
  background-color: #fff;
}
.duice .duice-box {
  color: #fff;
}
.duice .duice-box .swiper-duice {
  width: 41.33333333rem;
  height: 15.66666667rem !important;
  cursor: pointer;
}
.duice .duice-box .swiper-duice:hover .swiper-button-next,
.duice .duice-box .swiper-duice:hover .swiper-button-prev {
  opacity: 0.6;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.duice .duice-box .swiper-slide {
  height: 15.66666667rem !important;
}
.duice .duice-box .swiper-slide a {
  color: #fff !important;
}
.duice .duice-box .swiper-slide img {
  width: 100%;
}
.duice .duice-box .swiper-slide:hover .mask .content {
  top: 13%;
}
.duice .duice-box .swiper-slide:hover .mask .bg {
  background: url('../jpg/duice_mask_h.jpg') no-repeat center center;
  opacity: 0.9;
}
.duice .duice-box .swiper-slide:hover .mask .line-panel {
  margin-top: 10px;
  opacity: 0;
}
.duice .duice-box .swiper-slide:hover .mask .item-title {
  margin-top: 12px;
}
.duice .duice-box .swiper-slide:hover .mask .item-desc {
  opacity: 1;
  margin-top: 22px;
}
.duice .duice-box .swiper-slide:hover .mask .item-link {
  margin-top: 14%;
  opacity: 1;
}
.duice .duice-box .mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.46666667rem;
  height: 15.66666667rem !important;
  text-align: center;
}
.duice .duice-box .mask .bg {
  height: 15.66666667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #005694;
  opacity: 0.5;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.duice .duice-box .mask .bg.other-bg {
  opacity: 0.82;
}
.duice .duice-box .mask .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.33333333rem;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.duice .duice-box .mask .content .item-img-panel {
  position: relative;
  width: 2.33333333rem;
  display: inline-block;
  height: 2.33333333rem;
}
.duice .duice-box .mask .content .item-img-panel img {
  width: 2.33333333rem;
}
.duice .duice-box .mask .content .line-panel {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 0.66666667rem;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.duice .duice-box .mask .content .item-line {
  width: 1.33333333rem;
  height: 2px;
  background: #fff;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.duice .duice-box .mask .content .item-title {
  color: #fff;
  font-size: 0.73333333rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
  margin-top: 0.8rem;
  font-weight: normal;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.duice .duice-box .mask .content .item-desc {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.56666667rem;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  padding: 0 0.76666667rem;
  line-height: 0.8rem;
  height: 3.5rem;
}
.duice .duice-box .mask .content .item-link {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  border: 0.03333333rem solid #fff;
  width: 3rem;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  font-size: 0.46666667rem;
  color: #fff;
  text-decoration: none;
  margin-top: 2.06666667rem;
  border-radius: 0.26666667rem;
  overflow: hidden;
}
.duice .duice-box .swiper-button-next,
.duice .duice-box .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 1.83333333rem;
  height: 100%;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  background: url('../png/duice_left.png') no-repeat center center;
  background-color: #033F6A;
}
.duice .duice-box .swiper-button-prev {
  left: 0;
}
.duice .duice-box .swiper-button-next {
  right: 0;
  background-image: url("../png/duice_right.png");
}
.net {
  margin-top: 3.16666667rem;
  margin-bottom: 1.2rem;
  text-align: center;
  height: 26.9rem;
  background-size: auto 100%;
}
.net .title {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
.net .title i {
  font-size: 16px;
  vertical-align: super;
  font-style: normal;
  font-weight: bold;
}
.net .sub-title {
  font-size: 14px;
  padding-top: 1rem;
  /*padding-bottom: 1.66666667rem;
*/}
.net .sub-title span {
  color: #005694;
  margin-right: 0.73333333rem;
}
.net .sub-title i {
  display: inline-block;
  margin-top: 2px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #005694;
  margin-right: 8px;
}
.net .sub-title i.info {
  background-color: #40BA63;
}
.net .more a {
  text-align: center;
  display: inline-block;
  width: 3.33333333rem;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  border: 1px solid #666;
  border-radius: 0.33333333rem;
  overflow: hidden;
  cursor: pointer;
  color: #223;
}
.quality {
  padding: 0.83333333rem 0;
  background-color: #F3F3F3;
  text-align: center;
}
.quality .item {
  display: inline-block;
  width: 5rem;
  margin-right: 0.6rem;
      vertical-align: top;
}
.quality .item img {
  width: 2.33333333rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.53333333rem;
}
.quality .item span {
  font-size: 12px;
  color: #005694;
}
