@charset "UTF-8";
/* 表单公用 */
.orderC {
  height: auto;
  overflow: hidden;
  margin-top: .8rem;
}

.orderC form {
  padding: 0 .3rem;
}

.orderC .row {
  height: auto;
  overflow: hidden;
  border: 1px solid #b5b5b5;
  margin-bottom: .2rem;
  padding: 0 .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.orderC .row span {
  font-size: .24rem;
  color: #2b2b2b;
  line-height: .8rem;
}

.orderC .row span i {
  color: red;
  margin-right: 2px;
}

.orderC .row input {
  height: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .24rem;
}

.orderC .row.textarea {
  padding: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.orderC .row.textarea span {
  line-height: normal;
}

.orderC .row.textarea span i {
  color: red;
  margin-right: 2px;
}

.orderC .row.textarea textarea {
  height: 1.83rem;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .24rem;
  line-height: .36rem;
}

.orderC .btn {
  width: 2.94rem;
  line-height: .7rem;
  background: #004abb;
  text-align: center;
  font-size: .3rem;
  color: #fff;
  display: block;
  margin: .5rem auto;
}

/* 最新活动公用 */
.activityC {
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.activityC ul {
  height: auto;
  overflow: hidden;
}

.activityC ul li {
  height: auto;
  overflow: hidden;
  margin-bottom: .5rem;
}

.activityC ul li img {
  width: 100%;
}

.activityC ul li .text {
  height: auto;
  overflow: hidden;
  padding: .3rem;
}

.activityC ul li .text h2 {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
}

.activityC ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
  margin: .2rem 0;
}

.activityC ul li .text i {
  font-size: .45rem;
  color: #999;
}

/* 公用案例 */
.caseC {
  height: auto;
  overflow: hidden;
}

.caseC ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.caseC ul li {
  position: relative;
  margin-bottom: .4rem;
}

.caseC ul li img {
  width: 100%;
}

.caseC ul li .text {
  width: 100%;
  padding: .25rem .2rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}

.caseC ul li .text h2 {
  font-size: .24rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 公用相关车型 */
.relatedProductC {
  height: auto;
  overflow: hidden;
}

.relatedProductC ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.relatedProductC ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
}

.relatedProductC ul li .img {
  width: 100%;
  height: auto;
}

.relatedProductC ul li .text {
  height: auto;
  overflow: hidden;
  padding-left: .5rem;
}

.relatedProductC ul li .text h2 {
  font-size: .3rem;
  color: #161616;
  margin-bottom: .1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.relatedProductC ul li .text p {
  font-size: .2rem;
  color: #8a8a8a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.relatedProductC ul li .text span {
  width: 1.77rem;
  height: .46rem;
  line-height: .46rem;
  border: .01rem solid #004abb;
  color: #004abb;
  text-align: center;
  display: block;
  margin-top: .2rem;
}

/* 公用内页banner */
.neibanner {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.4rem;
}

.neibanner img {
  width: 100%;
}

.neibanner h1 {
  font-size: .48rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  font-weight: 300;
}

.neibanner .text {
  height: auto;
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}

.neibanner .text h2 {
  font-size: .48rem;
  font-weight: 300;
  margin-bottom: .05rem;
}

.neibanner .text p {
  font-size: .24rem;
  font-weight: 300;
}

/* 公用图片弹出 */
.imgPop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 51;
  max-width: 768px;
  margin: auto;
  display: none;
}

.imgPop .top {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
}

.imgPop .top span {
  font-size: .26rem;
  color: #fff;
  line-height: .65rem;
  padding: 0 .3rem;
}

.imgPop .top span.other {
  background: rgba(0, 0, 0, 0.3);
  padding-left: 0;
}

.imgPop .top span.other a {
  font-size: .3rem;
  padding-left: .5rem;
  display: inline-block;
}

.imgPop .slide {
  height: calc(100% - 2rem);
  overflow: hidden;
}

.imgPop .slide img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.imgPop .slide .btnPrev, .imgPop .slide .btnNext {
  height: .7rem;
  font-size: .7rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.imgPop .slide .btnNext {
  left: auto;
  right: 0;
}

.imgPop .title {
  width: 100%;
  font-size: .26rem;
  color: #fff;
  padding: .35rem .3rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.imgPop .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

/* 公用视频弹出 */
.videoPop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 51;
  max-width: 768px;
  margin: auto;
  display: none;
}

.videoPop .top {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
}

.videoPop .top span {
  font-size: .26rem;
  color: #fff;
  line-height: .65rem;
  padding: 0 .3rem;
}

.videoPop .top span.other {
  background: rgba(0, 0, 0, 0.3);
  padding-left: 0;
}

.videoPop .top span.other a {
  font-size: .3rem;
  padding-left: .5rem;
  display: inline-block;
}

.videoPop .box {
  height: 6rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.videoPop .box .title {
  width: 100%;
  font-size: .26rem;
  color: #fff;
  padding: .35rem .3rem;
}

.videoPop .box video {
  width: 100%;
}

/* 科技底部公用 */
.technologyFootC {
  height: auto;
  overflow: hidden;
  position: relative;
  background: #f4f4f4;
  margin: .6rem 0 .3rem;
}

.technologyFootC a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: .9rem 0;
}

.technologyFootC a h2 {
  font-size: .36rem;
  text-align: center;
  margin-bottom: .2rem;
}

.technologyFootC a p {
  font-size: .24rem;
  text-align: center;
}

.technologyFootC a p i {
  vertical-align: -.01rem;
}

/* 产品列表 */
.Product .product-title {
  height: 0.8rem;
  background-color: #EEEEEE;
  color: #333;
  text-align: center;
  clear: both;
}

.Product .product-title span {
  float: left;
  line-height: 0.8rem;
  width: 20%;
  display: block;
}

.Product .product-title h2 {
  float: left;
  line-height: 0.8rem;
  font-size: 0.3rem;
  width: 60%;
}

.Product .product-title a {
  float: left;
  line-height: 0.8rem;
  width: 20%;
  display: block;
}

.Product .product-title a i {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: -1px;
  font-size: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.Product .product-title a i::before {
  content: "\e70a";
}

.Product .product-title a.active i::before {
  content: "\e665";
}

.Product .product-title.active {
  position: fixed;
  left: 0;
  right: 0;
  top: 1.12rem;
  z-index: 50;
}

.Product .filter {
  width: 100%;
  height: .8rem;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: .011rem solid #ddd;
  position: relative;
  background-color: #fff;
}

.Product .filter.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}

.Product .filter a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  color: #333;
  height: .8rem;
  line-height: 0.8rem;
}

.Product .filter a i {
  font-size: .24rem;
  color: #999;
  margin-left: .1rem;
}

.Product .filter a:after {
  z-index: 2;
  content: "";
  width: .01rem;
  background: #e2e2e2;
  position: absolute;
  right: 0;
  top: 0.3rem;
  bottom: 0.3rem;
}

.Product .filter a.switchImg i {
  font-size: .32rem;
}

.Product .filter a.switchImg i.icon-menu1:before {
  content: "\e638";
}

.Product .filter a.switchImg:after {
  display: none;
}

.Product .filter a.active {
  color: #004abb;
}

.Product .filter a span {
  display: inline-block;
  position: relative;
  top: -0.05rem;
}

.Product .filter a.shaixuan i {
  font-size: 0.35rem;
  margin-left: -0.01rem;
}

.Product .filter a.length i, .Product .filter a.site i {
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-left: 4px;
  margin-top: -2px;
  vertical-align: middle;
  background: url("../images/icon_zw_0.png") no-repeat;
  background-size: 100%;
}

.Product .filter a.length i.icon-up, .Product .filter a.site i.icon-up {
  background: url("../images/icon_zw_1.png") no-repeat;
  background-size: 100%;
}

.Product .filter a .icon-up:before {
  display: none !important;
}

.Product .filter a .icon-dropdown:before {
  display: none !important;
}

.Product .filter a.length i.icon-dropdown, .Product .filter a.site i.icon-dropdown {
  background: url("../images/icon_zw_2.png") no-repeat;
  background-size: 100%;
}

.Product .list {
  height: auto;
  overflow: hidden;
  clear: both;
}

.Product .list li {
  height: auto;
  overflow: hidden;
  padding: .4rem ;
  
  border-bottom: .01rem solid #e2e2e2;
  position: relative;
}

.Product .list li .img {
  width: 3.25rem;
  height: 2.07rem;
  float: left;
  margin-right: .2rem;
}

.Product .list li .img a {
  display: block;
}

.Product .list li .img img {
  width: 85%;
  margin-left: 15%;
}

.Product .list li .text {
  height: auto;
  overflow: hidden;
}

.Product .list li .text a {
  display: block;
}

.Product .list li .text h2 {
  font-size: .3rem;
  color: #161616;
  clear: both;
}

.Product .list li .text h2 a {
  padding-bottom: .1rem;
}

.Product .list li .text p {
  font-size: .2rem;
  color: #8a8a8a;
  line-height: .3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Product .list li .text .btnBox {
  clear: both;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Product .list li .text .btnBox .btn {
  width: 1.5rem;
  height: .46rem;
  line-height: .46rem;
  border: .01rem solid #004abb;
  color: #004abb;
  text-align: center;
  display: block;
  margin-top: .2rem;
}

.Product .list li .orderYY {
  z-index: 2;
  display: none;
  color: #ff8500;
  position: absolute;
  right: 0.4rem;
  bottom: 0.5rem;
  width: 1rem;
  height: 1rem;
  text-align: right;
  line-height: 1rem;
}

.Product .list li .orderYY i {
  font-size: 0.4rem;
}

.Product .list.list2 li {
  padding: .4rem;
}

.Product .list.list2 li .img {
  width: 100%;
  height: auto;
  margin: 0;
  float: inherit;
}

.Product .list.list2 li .text {
  margin-top: .1rem;
  position: relative;
}

.Product .list.list2 li .text h2 {
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
}

.Product .list.list2 li .btnBox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.Product .list.list2 li .btnBox a {
  margin-top: 0 !important;
}

.Product .contrastBox {
  width: 6.87rem;
  height: auto;
  padding: .4rem .35rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  margin: auto;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
}

.Product .contrastBox .title {
  font-size: .3rem;
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: .01rem solid #eee;
  padding-bottom: .1rem;
  position: relative;
}

.Product .contrastBox .title span {
  font-size: .24rem;
  float: right;
  padding-left: 1rem;
}

.Product .contrastBox .title span i {
  font-size: .24rem;
  margin-left: .1rem;
}

.Product .contrastBox .title:after {
  content: "";
  width: 2rem;
  height: .01rem;
  background: #004abb;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Product .contrastBox ul li {
  margin-top: .2rem;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: .15rem .35rem;
}

.Product .contrastBox ul li h2 {
  font-size: .3rem;
  color: #161616;
  font-weight: 300;
}

.Product .contrastBox ul li p {
  font-size: .24rem;
  color: #999;
}

.Product .contrastBox ul li .icon-close {
  font-size: .32rem;
  position: absolute;
  right: -.12rem;
  top: -.12rem;
  color: #d30000;
}

.Product .contrastBox .btn {
  width: 100%;
  line-height: .8rem;
  background: #004abb;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: .3rem;
}

.Product .contrastBox .btn.btnClear {
  background: #eee;
  color: #333;
}

.filterBox {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.filterBox .filterItems {
  padding-top: 0.1rem;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 1.5rem;
}

.filterBox h1 {
  padding: 0 0.3rem;
  font-size: 0.32rem;
  color: #333;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
}

.filterBox h1 span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  line-height: 1rem;
  color: #004ABB;
  font-size: 0.24rem;
  padding: 0 0.45rem;
}

.filterBox dl {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}

.filterBox dl dt {
  height: 0.82rem;
  line-height: 0.82rem;
  padding: 0 0.3rem;
  font-size: 0.26rem;
  color: #161616;
  position: relative;
}

.filterBox dl dt label {
  float: right;
  margin-right: 0.4rem;
  font-size: 0.24rem;
  color: #004abb;
}

.filterBox dl dt label i {
  display: none;
}

.filterBox dl dt span {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.4rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #a1a1a1;
}

.filterBox dl dt.active span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.filterBox dl dt.active + dd {
  display: block;
}

.filterBox dl dd {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem;
  display: none;
}

.filterBox dl dd a {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 0.1rem;
  width: 32%;
  float: left;
  font-size: 0.24rem;
  color: #333;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: #F0F0F0;
  text-align: center;
  margin-bottom: 0.18rem;
  margin-right: 2%;
  border: 1px solid #fff;
}

.filterBox dl dd a:nth-child(3n) {
  margin-right: 0;
}

.filterBox dl dd a::after {
  display: none;
}

.filterBox dl dd a i {
  display: none;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0.44rem;
  height: 0.44rem;
  background: url("../images/icon-product-filter.png") center top no-repeat;
  background-size: 100%;
}

.filterBox dl dd a.active {
  border-color: #004abb;
  color: #004abb;
}

.filterBox dl dd a.active i {
  display: block;
}

.filterBox .moreItems {
  text-align: center;
  font-size: 0.24rem;
  color: #666;
  padding: 1rem 0 0.5rem;
}

.filterBox .moreItems i {
  margin-left: 5px;
}

.filterBox .moreItems.active i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filterBox .input-box {
  height: auto;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.filterBox .input-box .btn:first-child {
  background-color: #F0F0F0;
  color: #999999;
}

.filterBox .input-box .btn {
  float: left;
  display: block;
  text-align: center;
  background-color: #004abb;
  color: #fff;
  width: 50%;
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.3rem;
  font-weight: 400;
}

/* 产品详情 */
.ProductXq .banner {
  height: auto;
  overflow: hidden;
  height: 4.24rem;
}

.ProductXq .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ProductXq .breadcrumbs .order {
  width: 1.58rem;
  line-height: .55rem;
  background: #ff7800;
  color: #fff;
  font-size: .24rem;
  text-align: center;
  margin-top: .12rem;
}

.ProductXq .breadcrumbs .order i {
  margin-right: .1rem;
}

.ProductXq .ceilingNav {
  z-index: 3;
  position: relative;
  height: 0.78rem;
  padding: 0 0 0.2rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px #ededed;
  box-shadow: 0px 4px 5px #ededed;
}

.ProductXq .ceilingNav .t {
  height: auto;
  overflow: hidden;
  position: relative;
}

.ProductXq .ceilingNav .t h2 {
  font-size: .3rem;
  color: #333;
  height: 0.78rem;
  line-height: 0.78rem;
  padding-left: 0.3rem;
}

.ProductXq .ceilingNav .t em {
  font-size: 0.28rem;
  color: #333;
  margin-left: 0.5rem;
}

.ProductXq .ceilingNav ul {
  display: none;
  z-index: 2;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0.78rem;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.ProductXq .ceilingNav ul li {
  font-size: .3rem;
  color: #333;
  line-height: .88rem;
  padding: 0 .7rem;
  border-bottom: .01rem solid #dcdcdc;
  overflow: hidden;
}

.ProductXq .ceilingNav ul li.hide {
  height: 0;
}

.ProductXq .ceilingNav ul li.active {
  color: #004abb;
}

.ProductXq .ceilingNav .order {
  position: absolute;
  top: 50%;
  margin-top: -0.272rem;
  right: 2.4rem;
  padding: 0 0.28rem;
  line-height: .55rem;
  background: #ff7800;
  color: #fff;
  font-size: .24rem;
  text-align: center;
}

.ProductXq .ceilingNav .order i {
  margin-right: .1rem;
}

.ProductXq .ceilingNav .order2 {
  position: absolute;
  top: 50%;
  margin-top: -0.272rem;
  right: 0.2rem;
  padding: 0 0.28rem;
  line-height: .55rem;
  background: #ff7800;
  color: #fff;
  font-size: .24rem;
  text-align: center;
}

.ProductXq .ceilingNav .order2 i {
  margin-right: .1rem;
}

.ProductXq .ceilingNav .zx {
  position: absolute;
  top: 50%;
  margin-top: -0.272rem;
  right: 0.3rem;
  padding: 0 0.28rem;
  line-height: .55rem;
  background: #004abb;
  color: #fff;
  font-size: .24rem;
  text-align: center;
}

.ProductXq .ceilingNav .zx i {
  margin-right: .1rem;
}

.ProductXq .ceilingNav.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 1.12rem;
}

.ProductXq .info {
  height: auto;
  overflow: hidden;
  padding: .38rem 0.3rem;
}

.ProductXq .info h1 {
  font-size: .36rem;
  color: #333;
  font-weight: 300;
  margin-bottom: .2rem;
}

.ProductXq .info h1 span {
  font-size: .24rem;
  color: #858585;
  margin-left: .1rem;
}

.ProductXq .info p {
  font-size: .24rem;
  color: #333;
  margin-bottom: .05rem;
}

.ProductXq .block {
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.ProductXq .block .bigTitle {
  font-size: .36rem;
  color: #333;
}

.ProductXq .block.block1 {
  margin-bottom: 0.8rem;
}

.ProductXq .block.block1 .switch {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.ProductXq .block.block1 .switch a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}

.ProductXq .block.block1 .switch a h2 {
  font-size: .3rem;
  color: #161616;
}

.ProductXq .block.block1 .switch a i {
  color: #bebebe;
  position: relative;
  z-index: 1;
  font-size: .32rem;
}

.ProductXq .block.block1 .switch a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 50%;
  margin: auto;
  top: .6rem;
}

.ProductXq .block.block1 .switch a:last-child:after {
  display: none;
}

.ProductXq .block.block1 .switch a.active h2 {
  color: #004abb;
}

.ProductXq .block.block1 .switch a.active i {
  color: #004abb;
}

.ProductXq .block.block1 .switch a.active i:before {
  content: "\e619";
}

.ProductXq .block.block1 .gailan-box {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.ProductXq .block.block1 .gailan-box .iconfont {
  position: absolute;
  top: 40%;
  z-index: 1;
  font-size: .6rem;
  color: #bbb;
}

.ProductXq .block.block1 .gailan-box .icon-next {
  right: 0;
}

.ProductXq .block.block1 .gailan-box .gailan-content {
  height: 5rem;
  width: 100%;
  overflow: hidden;
}

.ProductXq .block.block1 .gailan-box .gailan-content iframe {
  height: 5rem;
}

.ProductXq .block.block1 .gailan-box .gailan-content .video-box {
  position: relative;
}

.ProductXq .block.block1 .gailan-box .gailan-content .video-box .img-box {
  height: 4.75rem;
  overflow: hidden;
}

.ProductXq .block.block1 .gailan-box .gailan-content .video-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ProductXq .block.block1 .gailan-box .gailan-content .video-box .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ProductXq .block.block1 .gailan-box .swiper-pagination-fraction, .ProductXq .block.block1 .gailan-box .swiper-pagination-custom, .ProductXq .block.block1 .gailan-box .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  color: #999;
}

.ProductXq .block.block2 .img {
  height: auto;
  overflow: hidden;
}

.ProductXq .block.block2 .img img {
  width: 100%;
}

.ProductXq .block.block2 .tedian-box b {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
}

.ProductXq .block.block2 .tedian-box p img {
  margin: 0.3rem 0;
}

.ProductXq .block.block2 .tedian-box h3, .ProductXq .block.block2 .tedian-box h2 {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
}

.ProductXq .block.block2 .tedian-box p {
  padding: 0 0.3rem;
  line-height: 0.45rem;
  font-size: 0.24rem;
  color: #666;
}

.ProductXq .block.block2 .tedian-box a {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.26rem;
  text-align: center;
  color: #004abb;
}

.ProductXq .block.block2 .tedian-box a i {
  color: #004abb;
  margin-left: 0.1rem;
}

.ProductXq .block.block3 .tableBox {
  height: auto;
  overflow: hidden;
}

.ProductXq .block.block3 .tableBox table {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ProductXq .block.block3 .tableBox table.other {
  display: none;
}

.ProductXq .block.block3 .tableBox table tr {
  width: 100%;
  line-height: .8rem;
}

.ProductXq .block.block3 .tableBox table tr th {
  background: #eeeeee;
  color: #333;
  font-size: .3rem;
  font-weight: 300;
  text-align: left;
  padding: 0 5%;
}

.ProductXq .block.block3 .tableBox table tr td {
  width: 42%;
  padding: 0 5%;
  position: relative;
  color: #333;
}

.ProductXq .block.block3 .tableBox table tr td:last-child {
  width: 58%;
  padding: 0 8%;
  color: #7a7a7a;
}

.ProductXq .block.block3 .tableBox table tr td:before {
  z-index: 2;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eeeeee;
}

.ProductXq .block.block3 .tableBox .table-slide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.ProductXq .block.block3 .tableBox .table-slide table {
  display: table;
  margin: 0;
}

.ProductXq .block.block3 .tableBox .table-slide .page {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  background: #eeeeee;
  width: 3rem;
  height: 0.76rem;
  line-height: 0.8rem;
  text-align: right;
  padding-right: 5%;
}

.ProductXq .block.block3 .tableBox .table-slide .page i {
  display: inline-block;
  color: #2060c2;
}

.ProductXq .block.block3 .tableBox .table-slide .page .swiper-pagination {
  display: inline-block;
  top: 0;
  bottom: 0;
  height: 0.76rem;
  line-height: 0.8rem;
  width: 0.8rem;
  position: static;
}

.ProductXq .block.block3 .tableBox .table-slide .swiper-pagination-current {
  color: #2060c2;
  font-size: 0.26rem;
}

.ProductXq .block.block3 .btn {
  text-align: center;
  font-size: .24rem;
  color: #4f4f4f;
  display: block;
  padding: .2rem 0 0.5rem;
  margin-top: 0.4rem;
}

.ProductXq .block.block3 .btn i {
  font-size: .24rem;
}

.ProductXq .block.block3 .peizhi-img-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.ProductXq .block.block3 .peizhi-img-box img {
  display: block;
}

.ProductXq .block.block3 .peizhi-img-box p {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  padding: 0.1rem;
}

.ProductXq .block.block3 .swiper-container-horizontal > .swiper-scrollbar {
  z-index: 2;
}

.ProductXq .block.relatedProductC {
  margin-bottom: .8rem;
}

.ProductXq .statement {
  height: auto;
  overflow: hidden;
  padding: 0 .38rem;
  margin-bottom: 0.8rem;
}

.ProductXq .statement h2 {
  font-size: .24rem;
  color: #333;
  margin-bottom: .2rem;
}

.ProductXq .statement h2 i {
  color: #d30000;
}

.ProductXq .statement p {
  font-size: .24rem;
  line-height: .48rem;
  color: #b4b4b4;
}

.ProductXq .swiper-pagination-bullet-active {
  background-color: #004abb;
}

/* 提交成功 */
.OrderSuccess .content {
  text-align: center;
  padding: 1rem 0 1.5rem;
}

.OrderSuccess .content .icon-success {
  font-size: .8rem;
  color: #004abb;
}

.OrderSuccess .content h1 {
  font-size: .48rem;
  color: #333;
  font-weight: 300;
  margin: .2rem 0;
}

.OrderSuccess .content p {
  width: 80%;
  font-size: .24rem;
  line-height: .36rem;
  color: #666;
  margin: 0 auto;
}

.OrderSuccess .content .btnBox {
  text-align: center;
  margin-top: .5rem;
}

.OrderSuccess .content .btnBox a {
  width: 2rem;
  line-height: .6rem;
  background: #004abb;
  color: #fff;
  font-size: .24rem;
  text-align: center;
  display: inline-block;
  margin: 0 .1rem;
}

.OrderSuccess .content .btnBox a:last-child {
  background: none;
  border: .01rem solid #004abb;
  color: #004abb;
}

/* 查询结果 */
.SearchResult .content {
  padding: 0;
}

.SearchResult .content .search-bar {
  height: auto;
  overflow: hidden;
  padding: 0.8rem 0;
}

.SearchResult .content .search-bar .bigTitlel {
  text-align: center;
  font-size: 0.36rem;
}

.SearchResult .content .search-bar .bigTitlel span {
  background-color: #f5f5f5;
}

.SearchResult .content .search-bar .input-box {
  margin: 0 0.3rem;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin-top: 0.44rem;
}

.SearchResult .content .search-bar .input-box a {
  display: block;
  width: 1.4rem;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
}

.SearchResult .content .search-bar .input-box a i {
  position: absolute;
  top: 50%;
  margin-top: -0.22rem;
  left: 52%;
  margin-left: -0.1rem;
}

.SearchResult .content .search-bar .input-box a i:before {
  font-size: 20px;
}

.SearchResult .content .search-bar .input-box input {
  padding: 0.32rem 5%;
  font-size: 0.3rem;
  color: #333;
  width: 100%;
}

.SearchResult .content .search-bar .input-box input::-webkit-input-placeholder {
  color: #858585;
}

.SearchResult .content .result {
  padding-top: 0.56rem;
}

.SearchResult .content .result h2 {
  font-size: 0.24rem;
  color: #333;
  padding: 0 0.3rem;
}

.SearchResult .content .result h2 span {
  color: #004abb;
}

.SearchResult .content .result .title {
  color: #333;
  font-size: 0.3rem;
  padding: 0.42rem 0.3rem 0.26rem;
  border-bottom: 0.01rem solid #E2E2E2;
}

.SearchResult .content .Product .list h2 {
  padding: 0;
}

.SearchResult .content .Product .list li:last-child {
  border-bottom: 0;
}

.SearchResult .content .NewsList .item {
  padding: 0;
}

.SearchResult .content .NewsList .item ul {
  padding: 0 0.3rem;
}

.SearchResult .content .NewsList .item ul li h2 {
  padding: 0;
}

.SearchResult .content .NewsList .item ul li:last-child a {
  border-bottom: 0;
}

.SearchResult .no-data {
  padding: 2rem 0;
}

/* 在线订单 */
.Order .content {
  padding: 1rem 0 .5rem;
}

.Order .content p {
  padding: 0 .33rem;
  font-size: .24rem;
  color: #666;
  line-height: .4rem;
}

.Order .content form {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
  margin: .5rem 0 1rem;
}

.Order .content form .row {
  height: auto;
  overflow: hidden;
  border: 1px solid #b5b5b5;
  margin-bottom: .2rem;
  padding: 0 .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.Order .content form .row span {
  font-size: .24rem;
  color: #333;
}

.Order .content form .row span i {
  color: #d30000;
}

.Order .content form .row input {
  height: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .24rem;
  position: relative;
  z-index: 1;
}

.Order .content form .row.textarea {
  padding: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Order .content form .row.textarea span {
  line-height: normal;
}

.Order .content form .row.textarea textarea {
  height: 1.83rem;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .24rem;
  line-height: .36rem;
}

.Order .content form .row .icon-dropdown {
  width: .7rem;
  height: .8rem;
  line-height: .8rem;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  text-align: center;
}

.Order .content form .btn {
  width: 2.94rem;
  line-height: .7rem;
  background: #004abb;
  text-align: center;
  font-size: .3rem;
  color: #fff;
  display: block;
  margin: .5rem auto;
}

/* 新闻综合 */
.News .block {
  height: auto;
  overflow: hidden;
}

.News .block.block1 {
  margin-bottom: 0.5rem;
}

.News .block.block1 .tabs {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.News .block.block1 .tabs a {
  font-size: .28rem;
  color: #333;
  display: block;
  float: left;
  margin-right: .65rem;
  padding: .3rem 0 .2rem;
  position: relative;
  z-index: 1;
}

.News .block.block1 .tabs a.active {
  color: #004abb;
}

.News .block.block1 .tabs a.active:after {
  content: "";
  width: 100%;
  height: .03rem;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.News .block.block1 .tabs a:last-child {
  margin: 0;
}

.News .block.block1 .tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.News .block.block1 .newsSlide {
  height: auto;
  overflow: hidden;
}

.News .block.block1 .newsSlide .swiper-slide {
  height: auto;
  overflow: hidden;
  padding: .3rem;
}

.News .block.block1 .newsSlide .swiper-slide .big {
  height: auto;
  overflow: hidden;
  padding-bottom: .3rem;
  border-bottom: .01rem solid #ddd;
}

.News .block.block1 .newsSlide .swiper-slide .big a {
  display: block;
}

.News .block.block1 .newsSlide .swiper-slide .big h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.News .block.block1 .newsSlide .swiper-slide .big img {
  width: 100%;
}

.News .block.block1 .newsSlide .swiper-slide .big p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

.News .block.block1 .newsSlide .swiper-slide ul {
  height: auto;
  overflow: hidden;
}

.News .block.block1 .newsSlide .swiper-slide ul li {
  height: auto;
  overflow: hidden;
}

.News .block.block1 .newsSlide .swiper-slide ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.News .block.block1 .newsSlide .swiper-slide ul li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: .5rem;
}

.News .block.block1 .newsSlide .swiper-slide ul li .text h2 {
  font-size: .36rem;
  line-height: .48rem;
  margin-bottom: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.News .block.block1 .newsSlide .swiper-slide ul li .text h2 span {
  color: #004abb;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
}

.News .block.block1 .newsSlide .swiper-slide ul li .text h2 span:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 10%;
}

.News .block.block1 .newsSlide .swiper-slide ul li .text p {
  font-size: .24rem;
  color: #999;
}

.News .block.block1 .newsSlide .swiper-slide ul li .img {
  width: 2.3rem;
  height: 1.36rem;
}

.News .block.block1 .newsSlide .swiper-slide ul li .img img {
  width: 100%;
}

.News .block.block1 .newsSlide .swiper-slide dl {
  height: auto;
  overflow: hidden;
}

.News .block.block1 .newsSlide .swiper-slide dl dd {
  height: auto;
  overflow: hidden;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.News .block.block1 .newsSlide .swiper-slide dl dd a {
  display: block;
}

.News .block.block1 .newsSlide .swiper-slide dl dd h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.News .block.block1 .newsSlide .swiper-slide dl dd .img {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.News .block.block1 .newsSlide .swiper-slide dl dd .img img {
  width: 2.2rem;
  height: 1.3rem;
  margin-left: .15rem;
}

.News .block.block1 .newsSlide .swiper-slide dl dd .img img:first-child {
  margin: 0;
}

.News .block.block1 .newsSlide .swiper-slide dl dd p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

.News .block.block2 .title {
  position: relative;
  height: auto;
  overflow: hidden;
  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: 0 .3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: .2rem;
}

.News .block.block2 .title span {
  font-size: .3rem;
  color: #333;
}

.News .block.block2 .title a {
  font-size: .24rem;
  color: #333;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0.3rem;
}

.News .block.block2 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.News .block.block2 ul li {
  height: auto;
  overflow: hidden;
  margin-top: .4rem;
}

.News .block.block2 ul li .text {
  padding: .2rem 0;
}

.News .block.block2 ul li .text h4 {
  font-size: .22rem;
  color: #666;
}

.News .block.block2 ul li .text h2 {
  font-size: .36rem;
  color: #000;
  margin: .1rem 0;
}

.News .block.block2 ul li .text h3 {
  font-size: .24rem;
  color: #666;
  margin-bottom: .2rem;
}

.News .block.block2 ul li .text i {
  font-size: .4rem;
  color: #999;
}

.News .block.block3 {
  margin-top: .8rem;
  margin-bottom: 0.8rem;
}

.News .block.block3 .title {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.News .block.block3 .title span {
  font-size: .3rem;
  color: #333;
  margin-right: .5rem;
  position: relative;
  float: left;
  padding-bottom: .2rem;
}

.News .block.block3 .title a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0.3rem;
}

.News .block.block3 .title .tabs {
  margin-left: .5rem;
}

.News .block.block3 .title .tabs .active {
  color: #004abb;
}

.News .block.block3 .title .tabs .active:after {
  content: "";
  width: 100%;
  height: .03rem;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.News .block.block3 .videoImg {
  height: auto;
  overflow: hidden;
  margin-top: .4rem;
}

.News .block.block3 .videoImg .swiper-slide {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.News .block.block3 .videoImg .swiper-slide .img {
  position: relative;
}

.News .block.block3 .videoImg .swiper-slide .img img {
  width: 100%;
}

.News .block.block3 .videoImg .swiper-slide .img .play {
  width: 1rem;
  height: 1rem;
  background: url(../images/icon-play.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.News .block.block3 .videoImg .swiper-slide .img .zoom {
  width: .44rem;
  height: .44rem;
  background: url(../images/icon-zoom.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.News .block.block3 .videoImg .swiper-slide h2 {
  font-size: .24rem;
  color: #333;
  line-height: .38rem;
  margin-top: .15rem;
}

.News .block.block4 {
  margin: .4rem 0;
}

.News .block.block4 .title {
  position: relative;
  height: auto;
  overflow: hidden;
  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: 0 .3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: .2rem;
}

.News .block.block4 .title span {
  font-size: .3rem;
  color: #333;
}

.News .block.block4 .title a {
  font-size: .24rem;
  color: #333;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0.3rem;
}

.News .block.block4 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.News .block.block4 ul li {
  margin-top: .4rem;
  position: relative;
}

.News .block.block4 ul li span {
  font-size: .6rem;
  position: absolute;
  left: .3rem;
  top: .3rem;
  color: #fff;
  opacity: .8;
}

.News .block.block4 ul li img {
  width: 100%;
  margin-bottom: .2rem;
}

.News .block.block4 ul li h2 {
  font-size: .3rem;
  color: #333;
  margin-bottom: .05rem;
}

.News .block.block4 ul li i {
  font-size: .4rem;
  color: #999;
  margin-top: .2rem;
  display: block;
}

/* 新闻详情 */
.NewsXq .content {
  padding: .5rem .3rem;
}

.NewsXq .content .title {
  text-align: center;
  padding-bottom: .2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: .3rem;
}

.NewsXq .content .title h2 {
  font-size: .36rem;
  color: #333;
  margin-bottom: .1rem;
}

.NewsXq .content .title p {
  font-size: .24rem;
  color: #666;
  padding-top: 0.1rem;
}

.NewsXq .content .title p span {
  margin-right: 0.25rem;
}

.NewsXq .content .title p span i {
  position: relative;
  top: 2px;
}

.NewsXq .content p {
  font-size: .24rem;
  color: #333;
  line-height: .42rem;
  margin-bottom: .15rem;
}

.NewsXq .content img {
  margin: 0 auto;
  display: block;
}

.NewsXq .content .more {
  padding-top: .4rem;
  border-top: 1px solid #ddd;
  margin-top: .4rem;
}

.NewsXq .content .more a {
  width: 100%;
  line-height: .88rem;
  color: #fff;
  background: #004abb;
  text-align: center;
  font-size: .3rem;
  font-weight: 500;
  display: block;
}

.NewsXq .content .share {
  font-size: .24rem;
  color: #333;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  border-top: 0.01rem solid #ededed;
  padding-top: 0.4rem;
}

.NewsXq .content .share a {
  font-size: .42rem;
  color: #bbb;
  margin: 0 .05rem;
  padding: 0.2rem 0.1rem;
  position: relative;
  top: 0.05rem;
}

.NewsXq .content .zan {
  height: auto;
  overflow: hidden;
  margin: 0.6rem 0 0.4rem;
}

.NewsXq .content .zan a {
  display: block;
  margin: 0 auto;
  width: 1.75rem;
  height: 0.5rem;
  text-align: center;
  background-color: #eaeaea;
  color: #666;
  font-size: 0.26rem;
  line-height: 0.5rem;
}

.NewsXq .content .zan a.active {
  color: #fff;
  background-color: #004abb;
}

.NewsXq .content .caseC {
  margin-top: .8rem;
}

.NewsXq .content .caseC ul {
  padding: 0;
}

.NewsXq .content .related {
  height: auto;
  overflow: hidden;
  margin-top: .7rem;
}

.NewsXq .content .related ul {
  height: auto;
  overflow: hidden;
}

.NewsXq .content .related ul li {
  position: relative;
  margin-bottom: .4rem;
}

.NewsXq .content .related ul li img {
  width: 100%;
}

.NewsXq .content .related ul li h2 {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 .2rem;
  font-size: .24rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 新闻列表 */
.NewsList .filter {
  height: auto;
  padding: 0 .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}

.NewsList .filter a {
  font-size: .3rem;
  color: #333;
  line-height: .8rem;
  position: relative;
}

.NewsList .filter a.active {
  color: #004abb;
}

.NewsList .filter a.active:after {
  content: "";
  width: 100%;
  height: .03rem;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.NewsList .list {
  height: auto;
  overflow: hidden;
}

.NewsList .list .item {
  padding: .4rem .3rem;
}

.NewsList .list .item .big {
  height: auto;
  overflow: hidden;
  padding-bottom: .3rem;
  border-bottom: .01rem solid #ddd;
}

.NewsList .list .item .big a {
  display: block;
}

.NewsList .list .item .big h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.NewsList .list .item .big img {
  width: 100%;
}

.NewsList .list .item .big p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

.NewsList .list .item ul {
  height: auto;
  overflow: hidden;
}

.NewsList .list .item ul li {
  height: auto;
  overflow: hidden;
}

.NewsList .list .item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.NewsList .list .item ul li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: .5rem;
}

.NewsList .list .item ul li .text h2 {
  font-size: .36rem;
  line-height: .48rem;
  margin-bottom: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.NewsList .list .item ul li .text h2 span {
  color: #004abb;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
}

.NewsList .list .item ul li .text h2 span:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 10%;
}

.NewsList .list .item ul li .text p {
  font-size: .24rem;
  color: #999;
}

.NewsList .list .item ul li .img {
  width: 2.3rem;
  height: 1.36rem;
}

.NewsList .list .item ul li .img img {
  width: 100%;
}

.NewsList .list .item dl {
  height: auto;
  overflow: hidden;
}

.NewsList .list .item dl dd {
  height: auto;
  overflow: hidden;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.NewsList .list .item dl dd a {
  display: block;
}

.NewsList .list .item dl dd h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.NewsList .list .item dl dd .img {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.NewsList .list .item dl dd .img img {
  width: 2.2rem;
  height: 1.3rem;
  margin-left: .15rem;
}

.NewsList .list .item dl dd .img img:first-child {
  margin: 0;
}

.NewsList .list .item dl dd p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

.NewsList .zhuantiList {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.NewsList .zhuantiList li {
  height: auto;
  overflow: hidden;
  margin-top: .4rem;
}

.NewsList .zhuantiList li .text {
  padding: .2rem 0;
}

.NewsList .zhuantiList li .text h4 {
  font-size: .22rem;
  color: #666;
}

.NewsList .zhuantiList li .text h2 {
  font-size: .36rem;
  color: #000;
  margin: .1rem 0;
}

.NewsList .zhuantiList li .text h3 {
  font-size: .24rem;
  color: #666;
  margin-bottom: .2rem;
}

.NewsList .zhuantiList li .text i {
  font-size: .4rem;
  color: #999;
}

.NewsList .mtList {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
  margin-top: .5rem;
}

.NewsList .mtList li {
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  padding: .4rem .5rem;
  margin-bottom: .3rem;
}

.NewsList .mtList li img {
  width: 1.6rem;
  float: left;
  margin-right: .35rem;
}

.NewsList .mtList li .text {
  height: auto;
  overflow: hidden;
  padding: .18rem 0 0.2rem;
}

.NewsList .mtList li .text h2 {
  font-size: .3rem;
  color: #000;
  margin-bottom: .1rem;
}

.NewsList .mtList li .text p {
  font-size: .24rem;
  color: #000;
  line-height: 0.4rem;
}

.NewsList .mtList li .text .btn {
  width: 1.5rem;
  line-height: .5rem;
  background: #666;
  color: #fff;
  text-align: center;
  font-size: .24rem;
  display: block;
  margin: .2rem 0 0;
}

.NewsList .mtList li:nth-child(2) img {
  position: relative;
  top: 0.35rem;
}

/* 宇通影像 */
.NewsVideoImg form {
  height: auto;
  overflow: hidden;
  border: .01rem solid #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .5rem;
  margin: .6rem .3rem 0;
}

.NewsVideoImg form input {
  width: 5.8rem;
  height: .75rem;
  padding: 0 .3rem;
  font-size: .24rem;
}

.NewsVideoImg form .icon-search {
  line-height: .75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: .34rem;
}

.NewsVideoImg .container dl {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
  margin-top: .2rem;
}

.NewsVideoImg .container dl dd {
  height: auto;
  overflow: hidden;
  font-size: .24rem;
  color: #000;
  border-bottom: .01rem solid #ddd;
  margin-top: .3rem;
}

.NewsVideoImg .container dl dd a {
  color: #333;
  position: relative;
  padding-bottom: .2rem;
  margin-left: .45rem;
  display: inline-block;
}

.NewsVideoImg .container dl dd a.active {
  color: #004abb;
}

.NewsVideoImg .container dl dd a.active:after {
  content: "";
  width: 100%;
  height: .03rem;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.NewsVideoImg .container dl dd:first-child {
  padding: 0;
  border: 0;
}

.NewsVideoImg .container ul {
  height: auto;
  overflow: hidden;
  padding: .5rem .3rem 0;
}

.NewsVideoImg .container ul li {
  height: auto;
  overflow: hidden;
  border-bottom: .01rem solid #eee;
  padding-bottom: .3rem;
  margin-bottom: .4rem;
}

.NewsVideoImg .container ul li a {
  display: block;
}

.NewsVideoImg .container ul li .img {
  position: relative;
}

.NewsVideoImg .container ul li .img img {
  width: 100%;
}

.NewsVideoImg .container ul li .img .play {
  width: .8rem;
  height: .8rem;
  background: url(../images/icon-play1.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: .3rem;
  bottom: .3rem;
}

.NewsVideoImg .container ul li .img .zoom {
  width: .44rem;
  height: .44rem;
  background: url(../images/icon-zoom.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: .3rem;
  bottom: .3rem;
}

.NewsVideoImg .container ul li h2 {
  font-size: .3rem;
  color: #000;
  margin: .2rem 0 .15rem;
}

.NewsVideoImg .container ul li .other {
  height: auto;
  overflow: hidden;
}

.NewsVideoImg .container ul li .other span {
  display: inline-block;
  color: #999;
  margin-right: .2rem;
  font-size: .24rem;
}

.NewsVideoImg .container ul li .other span i {
  margin-right: .05rem;
  font-size: .26rem;
  vertical-align: -.01rem;
}

/* 解决方案 */
.Solution .container {
  padding-bottom: .8rem;
}

.Solution .list {
  height: auto;
  overflow: hidden;
}

.Solution .list li a {
  display: block;
}

.Solution .list li img {
  width: 100%;
}

.Solution .list li .text {
  height: auto;
  overflow: hidden;
  padding: .3rem;
}

.Solution .list li .text h1 {
  font-size: .48rem;
  color: #333;
}

.Solution .list li .text h3 {
  font-size: .26rem;
  color: #333;
  margin: .15rem 0 .2rem;
  font-weight: 300;
}

.Solution .list li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .list li .text i {
  font-size: .35rem;
  color: #999;
  display: block;
  margin-top: .2rem;
}

.Solution .list li .ad {
  position: relative;
  margin-bottom: .5rem;
}

.Solution .list li .ad .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  text-align: center;
}

.Solution .list li .ad .text h1 {
  color: #fff;
}

.Solution .list li .ad .text h2 {
  font-size: .24rem;
  color: #fff;
}

.Solution .nei {
  height: auto;
  overflow: hidden;
}

.Solution .nei .block {
  height: auto;
  overflow: hidden;
  padding: .5rem 0;
}

.Solution .nei .block h4 {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  text-align: center;
}

.Solution .nei .block1 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei .block1 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Solution .nei .block1 ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 .3rem;
}

.Solution .nei .block1 ul li .icon {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
}

.Solution .nei .block1 ul li .icon img {
  width: 100%;
}

.Solution .nei .block1 ul li .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .4rem 0;
}

.Solution .nei .block1 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .2rem;
  position: relative;
  margin-bottom: .25rem;
}

.Solution .nei .block1 ul li .text h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.Solution .nei .block1 ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.yunliang .block2 .bigTitle {
  margin-left: .3rem;
  margin-right: .3rem;
}

.Solution .nei.yunliang .block2 h4 {
  padding: 0 .3rem .5rem;
}

.Solution .nei.yunliang .block2 .bge {
  padding: 0 .3rem;
}

.Solution .nei.yunliang .block2 .bge .text {
  position: relative;
  padding: .5rem;
}

.Solution .nei.yunliang .block2 .bge .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.yunliang .block2 .bge .text:before {
  content: "";
  width: .27rem;
  height: .23rem;
  background: url(../images/solution/yinhao1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: .4rem;
}

.Solution .nei.yunliang .block2 .bge .text:after {
  content: "";
  width: .27rem;
  height: .23rem;
  background: url(../images/solution/yinhao2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: .4rem;
}

.Solution .nei.yunliang .block2 ul {
  height: auto;
  overflow: hidden;
}

.Solution .nei.yunliang .block2 ul li .img {
  height: auto;
  overflow: hidden;
}

.Solution .nei.yunliang .block2 ul li .img img {
  width: 50%;
  float: left;
}

.Solution .nei.yunliang .block2 ul li h2 {
  width: 100%;
  font-size: .24rem;
  line-height: .65rem;
  color: #666;
  background: #eee;
  text-align: center;
}

.Solution .nei.yunliang .block3 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.yunliang .block3 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Solution .nei.yunliang .block3 ul li {
  width: 50%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: .3rem;
}

.Solution .nei.yunliang .block3 ul li .icon {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
}

.Solution .nei.yunliang .block3 ul li .icon img {
  width: 100%;
}

.Solution .nei.yunliang .block3 ul li .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .4rem 0;
}

.Solution .nei.yunliang .block3 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .2rem;
}

.Solution .nei.yunliang .block3 ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.yunliang .block3 ul li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Solution .nei.yunliang .block3 ul li:after {
  content: "";
  width: .01rem;
  height: 100%;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Solution .nei.yunliang .block3 ul li:nth-child(2n):after {
  display: none;
}

.Solution .nei.yunliang .block3 ul li:nth-last-child(2):before {
  display: none;
}

.Solution .nei.yunliang .block3 ul li:last-child:before {
  display: none;
}

.Solution .nei.yunliang .block4 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.yunliang .block4 .case {
  height: auto;
  overflow: hidden;
}

.Solution .nei.yunliang .block4 .case h2 {
  font-size: .3rem;
  color: #666;
  font-weight: 300;
  text-align: center;
  margin-bottom: .2rem;
}

.Solution .nei.yunliang .block4 .case h4 {
  color: #666;
  font-weight: 300;
  margin-bottom: .4rem;
}

.Solution .nei.yunliang .block4 .case p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
  padding: .2rem 0;
}

.Solution .nei.yunliang .block5 .btnMore {
  margin-top: 0;
}

.Solution .nei.yunliang .block6 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.chongdianzhan .block2 .bigTitle {
  margin-left: .3rem;
  margin-right: .3rem;
}

.Solution .nei.chongdianzhan .block2 h4 {
  padding: 0 .3rem .5rem;
}

.Solution .nei.chongdianzhan .block2 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.Solution .nei.chongdianzhan .block2 ul li {
  text-align: center;
  margin-bottom: .5rem;
}

.Solution .nei.chongdianzhan .block2 ul li h2 {
  font-size: .3rem;
  color: #333;
  position: relative;
  padding-bottom: .15rem;
  margin-bottom: .15rem;
}

.Solution .nei.chongdianzhan .block2 ul li h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.Solution .nei.chongdianzhan .block2 ul li p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.chongdianzhan .block3 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.chongdianzhan .block3 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Solution .nei.chongdianzhan .block3 ul li {
  width: 50%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: .3rem;
}

.Solution .nei.chongdianzhan .block3 ul li .icon {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
}

.Solution .nei.chongdianzhan .block3 ul li .icon img {
  width: 100%;
}

.Solution .nei.chongdianzhan .block3 ul li .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .4rem 0;
}

.Solution .nei.chongdianzhan .block3 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .2rem;
}

.Solution .nei.chongdianzhan .block3 ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.chongdianzhan .block3 ul li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Solution .nei.chongdianzhan .block3 ul li:after {
  content: "";
  width: .01rem;
  height: 100%;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Solution .nei.chongdianzhan .block3 ul li:nth-child(2n):after {
  display: none;
}

.Solution .nei.chongdianzhan .block3 ul li:nth-last-child(2):before {
  display: none;
}

.Solution .nei.chongdianzhan .block3 ul li:last-child:before {
  display: none;
}

.Solution .nei.chongdianzhan .block4 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.ershouche .block1 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.Solution .nei.ershouche .block2 {
  padding-bottom: 0;
}

.Solution .nei.ershouche .block2 h4 {
  padding: 0 .3rem .5rem;
}

.Solution .nei.ershouche .block2 ul {
  height: auto;
  overflow: hidden;
  background: #e5e5e5;
  padding-bottom: .8rem;
}

.Solution .nei.ershouche .block2 ul li {
  text-align: center;
  margin-top: .8rem;
  padding: 0 .3rem;
}

.Solution .nei.ershouche .block2 ul li h2 {
  font-size: .3rem;
  color: #333;
  position: relative;
  padding-bottom: .15rem;
  margin-bottom: .15rem;
}

.Solution .nei.ershouche .block2 ul li h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.Solution .nei.ershouche .block2 ul li p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.ershouche .block2 ul li img {
  width: 100%;
  margin-top: .4rem;
}

.Solution .nei.ershouche .block3 {
  padding-bottom: 0;
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.ershouche .block3 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Solution .nei.ershouche .block3 ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.Solution .nei.ershouche .block3 ul li .icon {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
}

.Solution .nei.ershouche .block3 ul li .icon img {
  width: 100%;
}

.Solution .nei.ershouche .block3 ul li .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .4rem 0;
}

.Solution .nei.ershouche .block3 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .2rem;
  position: relative;
  margin-bottom: .25rem;
}

.Solution .nei.ershouche .block3 ul li .text h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.Solution .nei.ershouche .block3 ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.ershouche .block4 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.diaodu .block1 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.Solution .nei.diaodu .block2 {
  padding-bottom: 0;
}

.Solution .nei.diaodu .block2 h4 {
  padding: 0 .3rem .5rem;
}

.Solution .nei.diaodu .block2 .bge {
  padding: 0 .3rem;
}

.Solution .nei.diaodu .block2 .bge .text {
  position: relative;
  padding: .5rem;
}

.Solution .nei.diaodu .block2 .bge .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.diaodu .block2 .bge .text:before {
  content: "";
  width: .27rem;
  height: .23rem;
  background: url(../images/solution/yinhao1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: .4rem;
}

.Solution .nei.diaodu .block2 .bge .text:after {
  content: "";
  width: .27rem;
  height: .23rem;
  background: url(../images/solution/yinhao2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: .4rem;
}

.Solution .nei.diaodu .block2 ul {
  background: #eee;
  padding-bottom: .5rem;
}

.Solution .nei.diaodu .block2 ul li {
  padding: .3rem .3rem 0;
}

.Solution .nei.diaodu .block2 ul li h2 {
  font-size: .24rem;
  color: #333;
  text-align: center;
  margin-bottom: .3rem;
}

.Solution .nei.diaodu .block2 ul li img {
  width: 100%;
}

.Solution .nei.diaodu .block3 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.jinrong .block2 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.jinrong .block2 h4 {
  padding-bottom: .5rem;
}

.Solution .nei.jinrong .block2 .img1 {
  width: 3.2rem;
  margin: 0 auto;
}

.Solution .nei.jinrong .block2 ul {
  height: auto;
  overflow: hidden;
}

.Solution .nei.jinrong .block2 ul li {
  margin-top: .5rem;
}

.Solution .nei.jinrong .block2 ul li h2 {
  font-size: .3rem;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: .2rem;
}

.Solution .nei.jinrong .block2 ul li h3 {
  font-size: .24rem;
  color: #333;
  font-weight: bold;
  margin: .2rem 0;
}

.Solution .nei.jinrong .block2 ul li p {
  font-size: .24rem;
  color: #333;
  line-height: .38rem;
}

.Solution .nei.jinrong .block2 ul li img {
  margin-top: .5rem;
}

.Solution .nei.jinrong .block3 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.Solution .nei.jinrong .block3 ul li {
  background: #eee;
  padding: .5rem;
  position: relative;
}

.Solution .nei.jinrong .block3 ul li .icon {
  width: .8rem;
}

.Solution .nei.jinrong .block3 ul li .icon img {
  width: 100%;
}

.Solution .nei.jinrong .block3 ul li h2 {
  font-size: .36rem;
  color: #333;
  margin: .3rem 0 .2rem;
}

.Solution .nei.jinrong .block3 ul li p {
  font-size: .24rem;
  color: #333;
  line-height: .36rem;
}

.Solution .nei.jinrong .block3 ul li .line {
  width: .6rem;
  height: 1px;
  background: #333;
  display: block;
  margin-top: .4rem;
}

.Solution .nei.jinrong .block3 ul li .n {
  width: 1.26rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Solution .nei.jinrong .block3 ul li .n.n1 {
  background: url(../images/solution/n1.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jinrong .block3 ul li .n.n2 {
  background: url(../images/solution/n2.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jinrong .block3 ul li .n.n3 {
  background: url(../images/solution/n3.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jinrong .block3 ul li:nth-child(2n) {
  background: #f5f5f5;
}

.Solution .nei.jinrong .block4, .Solution .nei.jinrong .block5 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.jinrong .block4 ul, .Solution .nei.jinrong .block5 ul {
  padding: 0;
}

.Solution .nei.jingqu .block1 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.Solution .nei.jingqu .block1 ul li .icon {
  width: 1.5rem;
}

.Solution .nei.jingqu .block1 ul li .text {
  padding-top: 0;
}

.Solution .nei.jingqu .block2 {
  padding-bottom: 0;
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.jingqu .block2 h4 {
  padding-bottom: .5rem;
}

.Solution .nei.jingqu .block2 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: .8rem;
}

.Solution .nei.jingqu .block2 ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-top: .8rem;
}

.Solution .nei.jingqu .block2 ul li h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .2rem;
  position: relative;
  margin-bottom: .25rem;
}

.Solution .nei.jingqu .block2 ul li h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.Solution .nei.jingqu .block2 ul li p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.jingqu .block3 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.Solution .nei.jingqu .block3 ul li {
  background: #eee;
  padding: .5rem;
  position: relative;
}

.Solution .nei.jingqu .block3 ul li .icon {
  width: .7rem;
}

.Solution .nei.jingqu .block3 ul li .icon img {
  width: 100%;
}

.Solution .nei.jingqu .block3 ul li h2 {
  font-size: .36rem;
  color: #333;
  margin: .3rem 0 .2rem;
}

.Solution .nei.jingqu .block3 ul li p {
  font-size: .24rem;
  color: #333;
  line-height: .36rem;
}

.Solution .nei.jingqu .block3 ul li .line {
  width: .6rem;
  height: 1px;
  background: #333;
  display: block;
  margin-top: .4rem;
}

.Solution .nei.jingqu .block3 ul li .n {
  width: 1.26rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Solution .nei.jingqu .block3 ul li .n.n1 {
  background: url(../images/solution/n1.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jingqu .block3 ul li .n.n2 {
  background: url(../images/solution/n2.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jingqu .block3 ul li .n.n3 {
  background: url(../images/solution/n3.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jingqu .block3 ul li .n.n4 {
  background: url(../images/solution/n4.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jingqu .block3 ul li:nth-child(2n) {
  background: #f5f5f5;
}

.Solution .nei.jingqu .block4, .Solution .nei.jingqu .block5 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.jingqu .block4 ul, .Solution .nei.jingqu .block5 ul {
  padding: 0;
}

.Solution .nei.shouhou .block1 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.Solution .nei.shouhou .block1 ul li .icon {
  width: 1.5rem;
}

.Solution .nei.shouhou .block1 ul li .text {
  padding-top: 0;
}

.Solution .nei.shouhou .block2 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.shouhou .block2 h4 {
  padding-bottom: .5rem;
}

.Solution .nei.shouhou .block3 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.Solution .nei.shouhou .block3 ul li {
  background: #eee;
  padding: .5rem;
  position: relative;
}

.Solution .nei.shouhou .block3 ul li .icon {
  width: .7rem;
}

.Solution .nei.shouhou .block3 ul li .icon img {
  width: 100%;
}

.Solution .nei.shouhou .block3 ul li h2 {
  font-size: .36rem;
  color: #333;
  margin: .3rem 0 .2rem;
}

.Solution .nei.shouhou .block3 ul li p {
  font-size: .24rem;
  color: #333;
  line-height: .36rem;
}

.Solution .nei.shouhou .block3 ul li .line {
  width: .6rem;
  height: 1px;
  background: #333;
  display: block;
  margin-top: .4rem;
}

.Solution .nei.shouhou .block3 ul li .n {
  width: 1.26rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Solution .nei.shouhou .block3 ul li .n.n1 {
  background: url(../images/solution/n1.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.shouhou .block3 ul li .n.n2 {
  background: url(../images/solution/n2.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.shouhou .block3 ul li .n.n3 {
  background: url(../images/solution/n3.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.shouhou .block3 ul li .n.n4 {
  background: url(../images/solution/n4.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.shouhou .block3 ul li .n.n5 {
  background: url(../images/solution/n5.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.shouhou .block3 ul li:nth-child(2n) {
  background: #f5f5f5;
}

.Solution .nei.shouhou .block4, .Solution .nei.shouhou .block5 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.shouhou .block4 ul, .Solution .nei.shouhou .block5 ul {
  padding: 0;
}

.Solution .nei.jiwu .block1 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.Solution .nei.jiwu .block1 ul li .icon {
  width: 1.4rem;
}

.Solution .nei.jiwu .block1 ul li .text {
  padding-top: 0;
}

.Solution .nei.jiwu .block2 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.jiwu .block2 h4 {
  padding-bottom: .5rem;
}

.Solution .nei.jiwu .block3 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.Solution .nei.jiwu .block3 ul li {
  background: #eee;
  padding: .5rem;
  position: relative;
}

.Solution .nei.jiwu .block3 ul li .icon {
  width: .7rem;
}

.Solution .nei.jiwu .block3 ul li .icon img {
  width: 100%;
}

.Solution .nei.jiwu .block3 ul li h2 {
  font-size: .36rem;
  color: #333;
  margin: .3rem 0 .2rem;
}

.Solution .nei.jiwu .block3 ul li p {
  font-size: .24rem;
  color: #333;
  line-height: .36rem;
}

.Solution .nei.jiwu .block3 ul li .line {
  width: .6rem;
  height: 1px;
  background: #333;
  display: block;
  margin-top: .4rem;
}

.Solution .nei.jiwu .block3 ul li .n {
  width: 1.26rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Solution .nei.jiwu .block3 ul li .n.n1 {
  background: url(../images/solution/n1.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jiwu .block3 ul li .n.n2 {
  background: url(../images/solution/n2.png) center no-repeat;
  background-size: 100%;
}

.Solution .nei.jiwu .block3 ul li:nth-child(2n) {
  background: #f5f5f5;
}

.Solution .nei.jiwu .block4, .Solution .nei.jiwu .block5 {
  padding-left: .3rem;
  padding-right: .3rem;
}

.Solution .nei.jiwu .block4 ul, .Solution .nei.jiwu .block5 ul {
  padding: 0;
}

.Solution .nei.case ul {
  height: auto;
  overflow: hidden;
  padding: .2rem .3rem 0;
}

.Solution .nei.case ul li {
  margin-top: .3rem;
}

.Solution .nei.case ul li img {
  width: 100%;
}

.Solution .nei.case ul li .text {
  height: auto;
  overflow: hidden;
  padding: .3rem 0;
}

.Solution .nei.case ul li .text .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: .15rem;
  margin-bottom: .2rem;
}

.Solution .nei.case ul li .text .other span {
  font-size: .24rem;
  color: #000;
}

.Solution .nei.case ul li .text .other:after {
  content: "";
  width: .3rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Solution .nei.case ul li .text h2 {
  font-size: .3rem;
  color: #000;
  margin-bottom: .2rem;
}

.Solution .nei.case ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.Solution .nei.case ul li .text i {
  font-size: .35rem;
  color: #999;
  display: block;
  margin-top: .4rem;
}

/* 宇通科技 */
.Technology .info {
  height: auto;
  overflow: hidden;
  padding: .5rem .3rem 0;
}

.Technology .info h3 {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
}

.Technology .info ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .6rem 0;
}

.Technology .info ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Technology .info ul li .icon {
  width: .85rem;
  margin: 0 auto .2rem;
}

.Technology .info ul li h2 {
  text-align: center;
}

.Technology .info ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.Technology .navList {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.Technology .navList li {
  position: relative;
  margin-bottom: .6rem;
}

.Technology .navList li a {
  display: block;
}

.Technology .navList li h2 {
  width: 100%;
  font-size: .3rem;
  color: #fff;
  position: absolute;
  left: .4rem;
  bottom: .4rem;
}

.Technology .navList li h2 span {
  font-size: .48rem;
  font-weight: 300;
}

.Technology .navList li h2 i {
  font-size: .4rem;
  vertical-align: -.03rem;
}

/* 新能源科技-睿控 */
.TechnologyRuikong .neibanner .text h2 {
  color: #333;
}

.TechnologyRuikong .info {
  height: auto;
  overflow: hidden;
}

.TechnologyRuikong .info img {
  width: 100%;
}

.TechnologyRuikong .info .text {
  padding: .7rem;
  background: url(../images/technology/ruikong-infobg.jpg) bottom no-repeat;
  background-size: 100%;
}

.TechnologyRuikong .info .text h2 {
  font-size: .24rem;
  color: #333;
  margin-bottom: .4rem;
  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;
}

.TechnologyRuikong .info .text h2 span {
  font-size: .3rem;
  margin-left: .1rem;
}

.TechnologyRuikong .info .text p {
  font-size: .24rem;
  line-height: .48rem;
  font-weight: 300;
}

.TechnologyRuikong .list {
  height: auto;
  overflow: hidden;
  padding: .6rem .3rem;
}

.TechnologyRuikong .list li {
  position: relative;
  margin-bottom: .4rem;
}

.TechnologyRuikong .list li img {
  width: 100%;
}

.TechnologyRuikong .list li .text {
  position: absolute;
  left: .5rem;
  top: .5rem;
}

.TechnologyRuikong .list li .text h2 {
  font-size: .3rem;
  color: #fff;
  margin-bottom: .3rem;
}

.TechnologyRuikong .list li .text p {
  font-size: .24rem;
  color: #fff;
  font-weight: 300;
}

.TechnologyRuikong .list li .t {
  font-size: .24rem;
  margin-top: .2rem;
  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;
}

.TechnologyRuikong .list li .t span {
  font-size: .3rem;
  margin-right: .1rem;
}

.TechnologyRuikong .list li:last-child {
  margin: 0;
}

.TechnologyRuikong .img {
  width: 100%;
}

.TechnologyRuikong .slide {
  height: auto;
  overflow: hidden;
  position: relative;
  margin: .6rem 0 .8rem;
}

.TechnologyRuikong .slide .swiper-slide {
  position: relative;
}

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

.TechnologyRuikong .slide .swiper-slide .text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5rem;
  margin: auto;
}

.TechnologyRuikong .slide .swiper-slide .text h2 {
  font-size: .36rem;
  color: #fff;
  padding-bottom: .3rem;
  margin-bottom: .3rem;
  position: relative;
}

.TechnologyRuikong .slide .swiper-slide .text h2:after {
  content: "";
  width: .6rem;
  height: .02rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: .6;
}

.TechnologyRuikong .slide .swiper-slide .text p {
  width: 70%;
  font-size: .24rem;
  line-height: .4rem;
  color: #fff;
  opacity: .6;
  margin: 0 auto;
}

.TechnologyRuikong .slide .swiper-button-prev {
  width: .8rem;
  height: .8rem;
  background: url(../images/technology/icon_left.png) center no-repeat;
  background-size: 100%;
}

.TechnologyRuikong .slide .swiper-button-next {
  width: .8rem;
  height: .8rem;
  background: url(../images/technology/icon_right.png) center no-repeat;
  background-size: 100%;
}

.TechnologyRuikong .slide .swiper-pagination {
  bottom: .6rem;
}

.TechnologyRuikong .slide .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
  margin: 0 2px;
}

.TechnologyRuikong .slide .swiper-pagination-bullet-active {
  background: #004abb;
}

/* 新能源科技-3s */
.Technology3s .info {
  padding: .65rem 0;
}

.Technology3s .info img {
  width: 3.65rem;
  margin: 0 auto .3rem;
}

.Technology3s .info p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
  padding: 0 .3rem;
}

.Technology3s .block1 {
  height: auto;
  overflow: hidden;
}

.Technology3s .block1 ul {
  height: auto;
  overflow: hidden;
}

.Technology3s .block1 ul li {
  margin-top: .5rem;
}

.Technology3s .block1 ul li h2 {
  font-size: .3rem;
  color: #333;
  text-align: center;
  margin-bottom: .25rem;
}

.Technology3s .block1 ul li .video {
  position: relative;
}

.Technology3s .block1 ul li .video img {
  width: 100%;
}

.Technology3s .block1 ul li .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Technology3s .block1 ul li .text {
  background: #f5f5f5;
  padding: .5rem .3rem;
}

.Technology3s .block1 ul li .text p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
}

.Technology3s .block1 ul li:first-child {
  margin: 0;
}

.Technology3s .block2 {
  height: auto;
  overflow: hidden;
  margin: .8rem 0;
}

.Technology3s .block2 .slide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.Technology3s .block2 .slide .swiper-slide {
  position: relative;
}

.Technology3s .block2 .slide .swiper-slide .img-box {
  height: 5.65rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Technology3s .block2 .slide .swiper-slide .img-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.Technology3s .block2 .slide .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Technology3s .block2 .slide .swiper-slide p {
  z-index: 5;
  padding: 0 .3rem;
  font-size: .24rem;
  color: #fff;
  line-height: .48rem;
  opacity: .8;
  text-align: center;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.Technology3s .block2 .slide .swiper-pagination {
  bottom: .6rem;
}

.Technology3s .block2 .slide .swiper-pagination-bullet {
  width: .55rem;
  height: 1px;
  background: #fff;
  opacity: .5;
  margin: 0 2px;
  border-radius: 0;
}

.Technology3s .block2 .slide .swiper-pagination-bullet-active {
  background: #004abb;
}

/* 宇通科技耐用科技 */
.TechnologyNaiyong .block1 {
  height: auto;
  overflow: hidden;
  padding-top: .8rem;
}

.TechnologyNaiyong .block1 p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  padding: 0 .3rem;
}

.TechnologyNaiyong .block1 .video {
  position: relative;
  margin-top: .5rem;
}

.TechnologyNaiyong .block1 .video img {
  width: 100%;
}

.TechnologyNaiyong .block1 .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.TechnologyNaiyong .block2 {
  height: auto;
  overflow: hidden;
  padding-top: .8rem;
}

.TechnologyNaiyong .block2 .con {
  padding: 0 .3rem;
}

.TechnologyNaiyong .block2 .con p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  text-align: center;
  font-weight: 300;
}

.TechnologyNaiyong .block2 .con img {
  width: 100%;
  margin-top: .6rem;
}

.TechnologyNaiyong .block3 {
  height: auto;
  overflow: hidden;
  padding: .8rem 0 1.3rem;
}

.TechnologyNaiyong .block3 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TechnologyNaiyong .block3 ul li {
  width: 50%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: .3rem;
}

.TechnologyNaiyong .block3 ul li .icon {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
}

.TechnologyNaiyong .block3 ul li .icon img {
  width: 100%;
}

.TechnologyNaiyong .block3 ul li .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .4rem 0;
}

.TechnologyNaiyong .block3 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .25rem;
  position: relative;
  margin-bottom: .25rem;
}

.TechnologyNaiyong .block3 ul li .text h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.TechnologyNaiyong .block3 ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.TechnologyNaiyong .block3 ul li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.TechnologyNaiyong .block3 ul li:after {
  content: "";
  width: .01rem;
  height: 100%;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 0;
}

.TechnologyNaiyong .block3 ul li:nth-child(2n):after {
  display: none;
}

.TechnologyNaiyong .block3 ul li:nth-last-child(2):before {
  display: none;
}

.TechnologyNaiyong .block3 ul li:last-child:before {
  display: none;
}

.TechnologyNaiyong h3 {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
  text-align: center;
  margin: .5rem 0 .3rem;
}

.TechnologyNaiyong .slide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.TechnologyNaiyong .slide .btnPrev, .TechnologyNaiyong .slide .btnNext {
  position: absolute;
  top: 50%;
  font-size: .8rem;
  color: #fff;
  z-index: 1;
}

.TechnologyNaiyong .slide .btnNext {
  right: 0;
}

/* 节能科技 */
.TechnologyJieneng .block1 {
  height: auto;
  overflow: hidden;
  padding-top: .5rem;
}

.TechnologyJieneng .block1 p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
  font-weight: 300;
  padding: .5rem .3rem;
}

.TechnologyJieneng .block1 .video {
  position: relative;
}

.TechnologyJieneng .block1 .video img {
  width: 100%;
}

.TechnologyJieneng .block1 .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.TechnologyJieneng .block2 {
  height: auto;
  overflow: hidden;
  padding-top: .6rem;
}

.TechnologyJieneng .block2 .imgt {
  width: 100%;
  margin-bottom: .5rem;
}

.TechnologyJieneng .block2 .bigTitle {
  margin-bottom: .3rem;
}

.TechnologyJieneng .block2 .con {
  padding: 0 .3rem;
}

.TechnologyJieneng .block2 .con p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
  font-weight: 300;
}

.TechnologyJieneng .block2 .con ul {
  height: auto;
  overflow: hidden;
}

.TechnologyJieneng .block2 .con ul li {
  margin-top: .3rem;
}

.TechnologyJieneng .block2 .con ul li img {
  width: 100%;
  margin-bottom: .3rem;
}

.TechnologyJieneng .block3 {
  height: auto;
  overflow: hidden;
  padding-top: .6rem;
}

.TechnologyJieneng .block3 .con {
  padding: 0 .3rem;
}

.TechnologyJieneng .block3 .con img {
  width: 100%;
}

.TechnologyJieneng .block4 {
  height: auto;
  overflow: hidden;
  padding-top: .6rem;
}

.TechnologyJieneng .block4 .bigTitle {
  margin-bottom: .3rem;
}

.TechnologyJieneng .block4 .con {
  padding: 0 .3rem;
}

.TechnologyJieneng .block4 .con p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
  font-weight: 300;
}

.TechnologyJieneng .block4 .con img {
  width: 100%;
  margin-top: .3rem;
}

.TechnologyJieneng .block5 {
  height: auto;
  overflow: hidden;
  padding-top: .6rem;
}

.TechnologyJieneng .block5 ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.TechnologyJieneng .block5 ul li {
  margin-top: .1rem;
}

.TechnologyJieneng .block5 ul li h2 {
  font-size: .3rem;
  color: #333;
  text-align: center;
  font-weight: 300;
  margin-bottom: .25rem;
}

.TechnologyJieneng .block5 ul li img {
  width: 100%;
}

.TechnologyJieneng .block5 ul li .text {
  padding: .3rem 0;
}

.TechnologyJieneng .block5 ul li .text h3 {
  font-size: .24rem;
  color: #004abb;
  margin-bottom: .2rem;
}

.TechnologyJieneng .block5 ul li .text p {
  font-size: .24rem;
  color: #333;
  font-weight: 300;
  line-height: .48rem;
}

.TechnologyJieneng .block6 {
  height: auto;
  overflow: hidden;
  padding-top: .6rem;
}

.TechnologyJieneng .block6 .imgt {
  width: 100%;
  margin-bottom: .5rem;
}

.TechnologyJieneng .block6 .bigTitle {
  margin-bottom: .3rem;
}

.TechnologyJieneng .block6 .con {
  padding: 0 .3rem;
}

.TechnologyJieneng .block6 .con p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
  font-weight: 300;
}

.TechnologyJieneng .block6 .con img {
  width: 100%;
  margin: .5rem 0;
}

.TechnologyJieneng .block7 {
  height: auto;
  overflow: hidden;
  padding: .6rem 0;
}

.TechnologyJieneng .block7 .con {
  padding: 0 .3rem;
}

.TechnologyJieneng .block7 .con h2 {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
}

.TechnologyJieneng .block7 .con p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  margin-top: .3rem;
}

.TechnologyJieneng .block7 .con p b {
  font-weight: bold;
}

.TechnologyJieneng .block8 {
  height: auto;
  overflow: hidden;
  padding: .6rem 0;
}

.TechnologyJieneng .block8 h2 {
  font-size: .24rem;
  color: #333;
  text-align: center;
  font-weight: 300;
  margin-bottom: .5rem;
}

.TechnologyJieneng .block8 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TechnologyJieneng .block8 ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 .3rem;
}

.TechnologyJieneng .block8 ul li .icon {
  width: 1rem;
  margin: 0 auto;
  text-align: center;
}

.TechnologyJieneng .block8 ul li .icon img {
  width: 100%;
}

.TechnologyJieneng .block8 ul li .text {
  height: auto;
  overflow: hidden;
  padding: .4rem 0;
}

.TechnologyJieneng .block8 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .25rem;
  position: relative;
  margin-bottom: .25rem;
}

.TechnologyJieneng .block8 ul li .text h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.TechnologyJieneng .block8 ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .48rem;
  font-weight: 300;
}

/* 安全科技 */
.TechnologySafe .neibanner .text {
  top: 45%;
}

.TechnologySafe .block1 {
  height: auto;
  overflow: hidden;
  padding-top: .8rem;
}

.TechnologySafe .block1 ul {
  height: auto;
  overflow: hidden;
}

.TechnologySafe .block1 ul li {
  position: relative;
  margin-bottom: .5rem;
}

.TechnologySafe .block1 ul li h2 {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
  text-align: center;
  margin-bottom: .2rem;
}

.TechnologySafe .block1 ul li p {
  font-size: .24rem;
  color: #333;
  font-weight: 300;
  text-align: center;
  padding: 0 .3rem;
  margin-bottom: .2rem;
}

.TechnologySafe .block1 ul li .slide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.TechnologySafe .block1 ul li .slide img {
  width: 100%;
}

.TechnologySafe .block1 ul li .slide .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.TechnologySafe .block1 ul li .slide p {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: .3rem;
  text-align: center;
  margin: 0;
}

.TechnologySafe .block1 ul li .slide .swiper-pagination {
  bottom: .9rem;
}

.TechnologySafe .block1 ul li .slide .swiper-pagination-bullet {
  width: .5rem;
  height: .02rem;
  background: #fff;
  opacity: 1;
}

.TechnologySafe .block1 ul li .slide .swiper-pagination-bullet-active {
  background: #004abb;
}

.TechnologySafe .block1 ul li .video {
  position: relative;
  margin-top: .5rem;
}

.TechnologySafe .block1 ul li .video img {
  width: 100%;
}

.TechnologySafe .block1 ul li .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.TechnologySafe .block2 {
  height: auto;
  overflow: hidden;
  margin-bottom: .4rem;
  padding-top: 0.4rem;
}

.TechnologySafe .block2 .slide {
  height: auto;
  overflow: hidden;
  background: #eee;
  padding: .6rem 0;
}

.TechnologySafe .block2 .slide h2 {
  font-size: .3rem;
  text-align: center;
  margin-bottom: .25rem;
}

.TechnologySafe .block2 .slide .img-box {
  height: 5rem;
  overflow: hidden;
}

.TechnologySafe .block2 .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.TechnologySafe .block2 .slide .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.TechnologySafe .block2 .slide p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  padding: .3rem .3rem 0;
}

/* 舒适科技 */
.TechnologyShushi .neibanner .text h2 {
  color: #333;
}

.TechnologyShushi .block {
  height: auto;
  overflow: hidden;
  padding-top: .5rem;
}

.TechnologyShushi .block .icon {
  width: 1.56rem;
  margin: 0 auto .1rem;
}

.TechnologyShushi .block h2 {
  font-size: .3rem;
  color: #333;
  text-align: center;
  margin-bottom: .5rem;
}

.TechnologyShushi .block img {
  width: 100%;
}

.TechnologyShushi .block .video {
  position: relative;
  margin-top: .5rem;
}

.TechnologyShushi .block .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.TechnologyShushi .block p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  padding: .5rem .3rem;
  background: #f5f5f5;
}

.TechnologyShushi .block.block4 {
  margin-bottom: .8rem;
}

/* 智能网联科技 */
.TechnologyWanglian .info {
  height: auto;
  overflow: hidden;
  padding: .5rem .3rem;
}

.TechnologyWanglian .info h3 {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
}

.TechnologyWanglian .navList {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.TechnologyWanglian .navList li {
  position: relative;
  margin-bottom: .6rem;
}

.TechnologyWanglian .navList li a {
  display: block;
}

.TechnologyWanglian .navList li h2 {
  width: 100%;
  font-size: .36rem;
  color: #fff;
  position: absolute;
  left: .4rem;
  bottom: .4rem;
  font-weight: 300;
}

.TechnologyWanglian .navList li h2 i {
  font-size: .4rem;
  vertical-align: -.03rem;
}

/* 智能网联科技-内页公用 */
.TechnologyWanglianC .info {
  height: auto;
  overflow: hidden;
  padding: .8rem .3rem;
}

.TechnologyWanglianC .info h1 {
  font-size: .48rem;
  text-align: center;
  margin-bottom: .4rem;
}

.TechnologyWanglianC .info p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
}

.TechnologyWanglianC .block {
  height: auto;
  overflow: hidden;
}

.TechnologyWanglianC .block img {
  width: 100%;
}

.TechnologyWanglianC .block .text {
  padding: .3rem .3rem 0;
}

.TechnologyWanglianC .block .text h2 {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
  margin-bottom: .15rem;
}

.TechnologyWanglianC .block .text p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
}

.TechnologyWanglianC .block ul {
  height: auto;
  overflow: hidden;
  padding: .3rem .3rem .4rem;
}

.TechnologyWanglianC .block ul li {
  margin-top: .2rem;
}

.TechnologyWanglianC .block ul li h2 {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
  margin-bottom: .15rem;
}

.TechnologyWanglianC .block ul li h2 i {
  color: #004abb;
  margin-right: .05rem;
}

.TechnologyWanglianC .block ul li p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
}

.TechnologyWanglianC .block .video {
  position: relative;
  margin-top: .5rem;
}

.TechnologyWanglianC .block .video img {
  width: 100%;
}

.TechnologyWanglianC .block .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.TechnologyWanglianC .block .slide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.TechnologyWanglianC .block .slide .btnPrev, .TechnologyWanglianC .block .slide .btnNext {
  font-size: .8rem;
  color: #fff;
  position: absolute;
  top: 30%;
  z-index: 1;
}

.TechnologyWanglianC .block .slide .btnNext {
  right: 0;
}

.TechnologyWanglianC .block .slide .swiper-pagination {
  top: 62%;
}

.TechnologyWanglianC .block .slide .swiper-pagination-bullet {
  width: .5rem;
  height: .02rem;
  background: #fff;
  opacity: 1;
}

.TechnologyWanglianC .block .slide .swiper-pagination-bullet-active {
  background: #004abb;
}

.TechnologyWanglianC .block dl {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.TechnologyWanglianC .block dl dd {
  margin-bottom: .6rem;
}

.TechnologyWanglianC .block dl dd h2 {
  font-size: .32rem;
  color: #333;
  text-align: center;
  margin-bottom: .25rem;
}

.TechnologyWanglianC .block dl dd p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  margin-top: .25rem;
}

.TechnologyWanglianC .block .con {
  padding: .3rem;
}

.TechnologyWanglianC .block .con p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  margin-top: .25rem;
}

/* 自动驾驶科技 */
.TechnologyDrive .videoList {
  height: auto;
  overflow: hidden;
  margin-bottom: .8rem;
}

.TechnologyDrive .videoList li {
  margin-top: .5rem;
}

.TechnologyDrive .videoList li h2 {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
  padding: 0 .3rem .25rem;
  line-height: .48rem;
  text-align: center;
}

.TechnologyDrive .videoList li .video {
  position: relative;
}

.TechnologyDrive .videoList li .video img {
  width: 100%;
}

.TechnologyDrive .videoList li .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 服务支持 */
.Service .info {
  height: auto;
  overflow: hidden;
}

.Service .info .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .8rem;
}

.Service .info .text h1 {
  font-size: .48rem;
  color: #000;
  margin-bottom: .3rem;
}

.Service .info .text p {
  font-size: .24rem;
  color: #000;
  line-height: .44rem;
}

.Service .info ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Service .info ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding: .4rem .3rem .5rem;
  position: relative;
  color: #237bd6;
}

.Service .info ul li .icon {
  width: .6rem;
  margin-bottom: .15rem;
}

.Service .info ul li h2 {
  font-size: .24rem;
}

.Service .info ul li h2 span {
  font-size: .6rem;
}

.Service .info ul li p {
  font-size: .2rem;
}

.Service .info ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9f2fb;
}

.Service .info ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e9f2fb;
}

.Service .info ul li:nth-child(3n-2):before {
  display: none;
}

.Service .info ul li:nth-last-child(1):after, .Service .info ul li:nth-last-child(2):after, .Service .info ul li:nth-last-child(3):after {
  display: none;
}

.Service .info .video {
  position: relative;
  margin-top: .8rem;
}

.Service .info .video img {
  width: 100%;
}

.Service .info .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Service .navList {
  height: auto;
  overflow: hidden;
  margin-top: .8rem;
}

.Service .navList .item {
  display: block;
  padding: 0 .3rem;
  margin-bottom: .8rem;
}

.Service .navList .item h2 {
  font-size: .3rem;
  color: #000;
  margin: .25rem 0 .15rem;
}

.Service .navList .item p {
  font-size: .24rem;
  color: #999;
}

.Service .navList .item i {
  margin-top: .25rem;
  display: block;
  font-size: .45rem;
  color: #999;
}

/* 服务支持-网点地图 */
.ServiceMap .info {
  height: auto;
  overflow: hidden;
}

.ServiceMap .info .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .8rem .25rem;
}

.ServiceMap .info .text h1 {
  font-size: .48rem;
  color: #000;
  margin-bottom: .3rem;
}

.ServiceMap .info .text p {
  font-size: .24rem;
  color: #000;
  line-height: .44rem;
  font-weight: 300;
}

.ServiceMap .map {
  height: auto;
  overflow: hidden;
}

.ServiceMap .map .searchBox {
  height: auto;
  overflow: hidden;
  padding: .3rem;
  position: relative;
}

.ServiceMap .map .searchBox .top {
  height: auto;
  overflow: hidden;
  font-size: .24rem;
  color: #000;
}

.ServiceMap .map .searchBox .top .icon-location {
  font-size: .36rem;
  color: #004abb;
  vertical-align: -.05rem;
}

.ServiceMap .map .searchBox .top .btnCity {
  color: #004abb;
  text-decoration: underline;
  margin: 0 .2rem;
}

.ServiceMap .map .searchBox .top .icon-miaozhun {
  font-size: .32rem;
  vertical-align: -.03rem;
}

.ServiceMap .map .searchBox .cityBox {
  width: 6.8rem;
  height: auto;
  overflow: hidden;
  position: absolute;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: .3rem 0;
  display: none;
}

.ServiceMap .map .searchBox .cityBox ul {
  width: 50%;
  float: left;
  height: 5rem;
  overflow: auto;
}

.ServiceMap .map .searchBox .cityBox ul li {
  height: .6rem;
  line-height: .6rem;
  padding: 0 .7rem;
  font-size: .24rem;
  color: #000;
}

.ServiceMap .map .searchBox .cityBox ul li.active {
  background: #f1f1f1;
}

.ServiceMap .map .searchBox form {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: .01rem solid #c0c0c0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .3rem;
  margin-top: .4rem;
}

.ServiceMap .map .searchBox form input {
  height: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .24rem;
  color: #333;
}

.ServiceMap .map .searchBox form .icon-search {
  width: .4rem;
  font-size: .35rem;
}

.ServiceMap .map .searchBox .siteList {
  height: auto;
  overflow: hidden;
  margin-top: .3rem;
}

.ServiceMap .map .searchBox .siteList .t {
  height: auto;
  overflow: hidden;
  font-size: .24rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: .01rem solid #c0c0c0;
  padding-bottom: .25rem;
}

.ServiceMap .map .searchBox .siteList .t span i {
  color: #ff7e00;
}

.ServiceMap .map .searchBox .siteList .t .btnFilter {
  width: 1.5rem;
  height: .5rem;
  line-height: .5rem;
  border: .01rem solid #004abb;
  text-align: center;
  font-size: .24rem;
  color: #004abb;
}

.ServiceMap .map .searchBox .siteList .t .btnFilter i {
  font-size: .3rem;
  vertical-align: -.02rem;
}

.ServiceMap .map .searchBox .siteList ul {
  height: 8rem;
  overflow: auto;
}

.ServiceMap .map .searchBox .siteList ul li {
  padding: .5rem 0;
  border-bottom: .01rem dashed #c0c0c0;
}

.ServiceMap .map .searchBox .siteList ul li h2 {
  font-size: .24rem;
  color: #000;
  margin-bottom: .2rem;
}

.ServiceMap .map .searchBox .siteList ul li h2 span {
  background: #004abb;
  color: #fff;
  padding: 0 .1rem;
}

.ServiceMap .map .searchBox .siteList ul li p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
}

.ServiceMap .map .searchBox .siteList ul li p span {
  padding: .05rem .2rem;
  border: 1px solid #c0c0c0;
  margin: .2rem .2rem 0 0;
  display: inline-block;
}

.ServiceMap .map .searchBox .siteList ul li .lx {
  width: 2.4rem;
  height: .6rem;
  line-height: .6rem;
  background: #eaeaea;
  color: #333;
  font-size: .24rem;
  text-align: center;
  display: block;
  margin-top: .4rem;
}

.ServiceMap .map .searchBox .siteList .filterBox {
  height: auto;
  overflow: hidden;
  background: #fff;
  position: absolute;
  display: none;
}

.ServiceMap .map .searchBox .siteList .filterBox span {
  width: 3.24rem;
  height: .62rem;
  line-height: .62rem;
  background: #eaeaea;
  font-size: .24rem;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  margin: .3rem .3rem 0 0;
}

.ServiceMap .map .searchBox .siteList .filterBox span:nth-child(2n) {
  margin-right: 0;
}

.ServiceMap .map .searchBox .siteList .filterBox span.btn {
  width: 3rem;
  height: .75rem;
  line-height: .75rem;
  background: #004abb;
  color: #fff;
  margin: .5rem auto;
  float: inherit;
}

.ServiceMap .map .searchBox .siteList .filterBox span.active {
  background: #004abb;
  color: #fff;
}

/* 服务支持-金融服务 */
.ServiceJinrong .block {
  height: auto;
  overflow: hidden;
}

.ServiceJinrong .block h4 {
  font-size: .24rem;
  line-height: .48rem;
  color: #000;
  text-align: center;
  font-weight: 300;
  padding: 0 .8rem;
}

.ServiceJinrong .block1 {
  margin-top: .8rem;
}

.ServiceJinrong .block1 ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .6rem;
}

.ServiceJinrong .block1 ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 .3rem;
}

.ServiceJinrong .block1 ul li .icon {
  width: .8rem;
  margin: 0 auto;
  text-align: center;
}

.ServiceJinrong .block1 ul li .icon img {
  width: 100%;
}

.ServiceJinrong .block1 ul li .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: .4rem 0;
}

.ServiceJinrong .block1 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  padding-bottom: .2rem;
  position: relative;
  margin-bottom: .25rem;
  font-weight: bold;
}

.ServiceJinrong .block1 ul li .text h2:after {
  content: "";
  width: .6rem;
  height: 1px;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.ServiceJinrong .block1 ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.ServiceJinrong .block2 {
  padding: .8rem 0;
}

.ServiceJinrong .block2 ul {
  height: auto;
  overflow: hidden;
  padding: .25rem .25rem 0;
}

.ServiceJinrong .block2 ul li {
  position: relative;
}

.ServiceJinrong .block2 ul li .icon {
  width: 1rem;
  margin: 0 auto;
}

.ServiceJinrong .block2 ul li .line {
  width: .17rem;
  margin: 0 auto;
}

.ServiceJinrong .block2 ul li .text {
  width: 39%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}

.ServiceJinrong .block2 ul li .text h2 {
  font-size: .3rem;
  color: #333;
  margin-bottom: .1rem;
}

.ServiceJinrong .block2 ul li .text p {
  font-size: .24rem;
  color: #999;
}

.ServiceJinrong .block2 ul li:nth-of-type(even) .text {
  left: auto;
  right: 0;
  text-align: left;
}

.ServiceJinrong .block2 ul li:last-child {
  padding-bottom: 1rem;
}

.ServiceJinrong .block3 {
  margin-top: .8rem;
}

.ServiceJinrong .block3 img {
  margin-top: .6rem;
}

.ServiceJinrong .block3 ul {
  height: auto;
  overflow: hidden;
}

.ServiceJinrong .block3 ul li {
  position: relative;
}

.ServiceJinrong .block3 ul li .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ServiceJinrong .block3 ul li .bg img {
  margin: 0;
}

.ServiceJinrong .block3 ul li .text {
  position: relative;
  z-index: 1;
  padding: 1rem .3rem 0;
}

.ServiceJinrong .block3 ul li .text h1 {
  font-size: .36rem;
  color: #000;
}

.ServiceJinrong .block3 ul li .text h2 {
  font-size: .3rem;
  color: #000;
  margin: .3rem 0 .2rem;
}

.ServiceJinrong .block3 ul li .text p {
  font-size: .24rem;
  color: #000;
  line-height: .36rem;
}

.ServiceJinrong .block3 ul li:last-child {
  padding-bottom: .8rem;
}

/* 服务支持-服务预约 */
.ServiceOrder form {
  height: auto;
  overflow: hidden;
  padding: .8rem 0;
}

.ServiceOrder form .t {
  font-size: .24rem;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 0 .3rem .15rem;
}

.ServiceOrder form .row {
  height: auto;
  overflow: hidden;
  padding: .3rem .3rem 0;
}

.ServiceOrder form .row h2 {
  font-size: .24rem;
  color: #000;
  margin-bottom: .2rem;
}

.ServiceOrder form .row h2 i {
  color: #d30000;
}

.ServiceOrder form .row .input {
  background: #f5f5f5;
  position: relative;
}

.ServiceOrder form .row .input input {
  width: 100%;
  height: .65rem;
  padding: 0 .3rem;
  font-size: .24rem;
  position: relative;
  z-index: 2;
}

.ServiceOrder form .row .input i {
  width: .65rem;
  height: .65rem;
  line-height: .65rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #e5e5e5;
  font-size: .28rem;
  color: #999;
  z-index: 1;
  text-align: center;
}

.ServiceOrder form .row textarea {
  width: 100%;
  height: 4rem;
  background: #f5f5f5;
  border: 0;
  padding: .3rem;
  font-size: .24rem;
}

.ServiceOrder form .btnBox {
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: .6rem;
}

.ServiceOrder form .btnBox a {
  width: 2.5rem;
  height: .65rem;
  line-height: .65rem;
  background: #eee;
  font-size: .24rem;
  color: #333;
  text-align: center;
  display: inline-block;
  margin: 0 .1rem;
}

.ServiceOrder form .btnBox a.btnSubmit {
  background: #004abb;
  color: #fff;
}

/* 服务支持-公开查询 */
.ServiceChaxun .block {
  height: auto;
  overflow: hidden;
  padding-top: .8rem;
}

.ServiceChaxun .block .result {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
  margin-bottom: .4rem;
}

.ServiceChaxun .block .result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ServiceChaxun .block .result ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: .3rem;
  margin-bottom: .1rem;
}

.ServiceChaxun .block .result ul li span {
  color: #004abb;
}

.ServiceChaxun .block .result h2 {
  font-size: .3rem;
  color: #0055be;
  line-height: .5rem;
}

.ServiceChaxun .block form {
  height: auto;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  margin: 0 .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ServiceChaxun .block form input {
  height: .65rem;
  padding: 0 .3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ServiceChaxun .block form i {
  width: .65rem;
  height: .65rem;
  line-height: .65rem;
  font-size: .28rem;
  color: #333;
  text-align: center;
  padding-right: .2rem;
}

.ServiceChaxun .block .btnBox {
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: .5rem 0;
}

.ServiceChaxun .block .btnBox a {
  width: 2.5rem;
  height: .65rem;
  line-height: .65rem;
  background: #eee;
  font-size: .24rem;
  color: #333;
  text-align: center;
  display: inline-block;
  margin: 0 .1rem;
}

.ServiceChaxun .block .btnBox a.btnSubmit {
  background: #004abb;
  color: #fff;
}

.ServiceChaxun .block .text {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.ServiceChaxun .block .text h2 {
  font-size: .3rem;
  color: #004abb;
  margin-bottom: .2rem;
}

.ServiceChaxun .block .text p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
}
.ServiceChaxun .block .text a {
   display: inline-block;
    width: 1.8rem;
    background: #ff8400;
    line-height: .7rem;
    text-align: center;
    color: #ffffff;
}

.ServiceChaxun .block .text p i {
  color: #004abb;
}

.ServiceChaxun .block .bg {
  width: 100%;
  height: 2.96rem;
  padding: .8rem 0;
  background: url(../images/service/chaxun-bg.jpg) center no-repeat;
  background-size: 100%;
}

.ServiceChaxun .block .bg .bigTitle {
  color: #fff;
  margin-bottom: .3rem;
}

.ServiceChaxun .block .bg .btn {
  width: 1.6rem;
  height: .5rem;
  border: 1px solid #fff;
  text-align: center;
  border-radius: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

.ServiceChaxun .block .bg .btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  text-align: center;
}

.ServiceChaxun .block .bg .btn:after {
  content: "";
  width: 1px;
  height: .2rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 服务支持-维保常识 */
.ServiceWeibao .search {
  height: auto;
  overflow: hidden;
  background: #eee;
  margin-top: .5rem;
  padding: .4rem .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ServiceWeibao .search h2 {
  font-size: .36rem;
  color: #004abb;
}

.ServiceWeibao .search form {
  width: 3.5rem;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-radius: .25rem;
  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: 0 .2rem;
}

.ServiceWeibao .search form input {
  width: 2.7rem;
  font-size: .22rem;
}

.ServiceWeibao .search form i {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .28rem;
  color: #333;
  text-align: center;
}

.ServiceWeibao ul {
  height: auto;
  overflow: hidden;
}

.ServiceWeibao ul li {
  padding: .4rem .3rem .3rem;
  border-bottom: 1px solid #dadada;
}

.ServiceWeibao ul li h2 {
  font-size: .3rem;
  color: #141414;
  margin-bottom: .2rem;
}

.ServiceWeibao ul li p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
}

.ServiceWeibao ul li i {
  font-size: .4rem;
  color: #999;
  margin-top: .2rem;
  display: block;
}

/* 服务支持-服务动态 */
.ServiceDongtai ul {
  height: auto;
  overflow: hidden;
}

.ServiceDongtai ul li {
  height: auto;
  overflow: hidden;
}

.ServiceDongtai ul li a {
  display: block;
}

.ServiceDongtai ul li .text {
  padding: .4rem .3rem;
}

.ServiceDongtai ul li .text span {
  font-size: .22rem;
  color: #004abb;
  margin-bottom: .2rem;
  display: block;
}

.ServiceDongtai ul li .text h2 {
  font-size: .3rem;
  color: #141414;
  margin-bottom: .2rem;
}

.ServiceDongtai ul li .text p {
  font-size: .24rem;
  color: #666;
  line-height: .4rem;
}

.ServiceDongtai ul li .text i {
  font-size: .4rem;
  color: #999;
  margin-top: .2rem;
  display: block;
}

/* 关于宇通 */
.About .info {
  height: auto;
  overflow: hidden;
  padding: .8rem 0;
}

.About .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .4rem;
  padding: 0 .3rem;
  font-weight: 300;
}

.About .info p {
  font-size: .24rem;
  color: #666;
  line-height: .42rem;
  padding: 0 .3rem;
  text-align: center;
  font-weight: 300;
}

.About .info .btn {
  width: 2.14rem;
  height: .55rem;
  line-height: .55rem;
  border: .01rem solid #004abb;
  font-size: .24rem;
  color: #004abb;
  text-align: center;
  display: block;
  margin: .4rem auto 0;
}

.About .info .btn i {
  font-size: .24rem;
}

.About .info .video {
  position: relative;
  margin-top: .5rem;
}

.About .info .video img {
  width: 100%;
}

.About .info .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.About .navList {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.About .navList li {
  position: relative;
  margin-bottom: .6rem;
}

.About .navList li a {
  display: block;
}

.About .navList li h2 {
  width: 100%;
  font-size: .3rem;
  color: #fff;
  position: absolute;
  left: .4rem;
  bottom: .4rem;
}

.About .navList li h2 span {
  font-size: .48rem;
  font-weight: 300;
}

.About .navList li h2 i {
  font-size: .4rem;
  vertical-align: -.03rem;
}

/* 联系我们 */
.AboutContact .info {
  height: auto;
  overflow: hidden;
  padding: .8rem 0;
}

.AboutContact .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .4rem;
  padding: 0 .3rem;
  font-weight: 300;
}

.AboutContact .info ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.AboutContact .info ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  padding: .3rem;
}

.AboutContact .info ul li a {
  display: block;
}

.AboutContact .info ul li .icon {
  width: .7rem;
  display: block;
  margin: 0 auto;
}

.AboutContact .info ul li .icon img {
  width: 100%;
}

.AboutContact .info ul li p {
  font-size: .24rem;
  color: #666;
  margin: .1rem 0 .15rem;
  font-weight: 300;
}

.AboutContact .info ul li h2 {
  font-size: .3rem;
  color: #333;
  line-height: .46rem;
  font-weight: 300;
}

.AboutContact .orderC {
  margin: 0 0 0.4rem;
}

/* 宇通荣誉 */
.AboutHonor .info {
  height: auto;
  overflow: hidden;
  padding: .8rem .3rem .6rem;
  border-bottom: .01rem solid #ddd;
}

.AboutHonor .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .3rem;
  font-weight: 300;
}

.AboutHonor .info p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
}

.AboutHonor .info .line {
  width: .5rem;
  height: 1px;
  background: #004abb;
  margin: .5rem auto 0;
}

.AboutHonor ul {
  height: auto;
  overflow: hidden;
  position: relative;
}

.AboutHonor ul:before {
  content: "";
  width: .01rem;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: .4rem;
  top: 0;
}

.AboutHonor ul li {
  height: auto;
  margin-left: .4rem;
  border-bottom: .01rem dotted #ddd;
  padding: .4rem 0;
}

.AboutHonor ul li .date {
  font-size: .48rem;
  color: #004abb;
  position: relative;
  padding-left: .25rem;
}

.AboutHonor ul li .date:after {
  content: "\e619";
  font-family: "iconfont";
  font-size: .3rem;
  position: absolute;
  left: -.15rem;
  top: .1rem;
}

.AboutHonor ul li .slide {
  height: auto;
  overflow: hidden;
  margin: .3rem .3rem 0;
  position: relative;
}

.AboutHonor ul li .slide .swiper-slide {
  height: auto;
  overflow: hidden;
}

.AboutHonor ul li .slide .swiper-slide img {
  width: 100%;
}

.AboutHonor ul li .slide .swiper-slide h2 {
  width: 100%;
  font-size: .24rem;
  color: #fff;
  padding: .15rem .3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}

.AboutHonor ul li .slide .btnNext, .AboutHonor ul li .slide .btnPrev {
  font-size: .55rem;
  color: #fff;
  position: absolute;
  top: 40%;
  z-index: 1;
}

.AboutHonor ul li .slide .btnNext {
  right: 0;
}

.AboutHonor ul li .slide .swiper-pagination-fraction {
  padding: 0 .4rem;
  bottom: auto;
  top: 72%;
  font-size: .22rem;
  color: #fff;
  text-align: right;
}

.AboutHonor ul li:last-child {
  border-bottom: 0;
  padding-bottom: .8rem;
}

/* 宇通介绍 */
.AboutYutong .info {
  height: auto;
  overflow: hidden;
  padding: 0rem 0 .5rem;
  border-bottom: .01rem solid #ddd;
}

.AboutYutong .info h1 {
  font-size: .48rem;
  color: #000;
  text-align: center;
  margin-bottom: .5rem;
  font-weight: 300;
}

.AboutYutong .info p {
  font-size: .3rem;
  color: #333;
  line-height: .4rem;
  padding: .5rem .3rem 0;
  font-weight: 300;
}

.AboutYutong ul {
  height: auto;
  overflow: hidden;
  margin: .7rem 0 1.2rem;
}

.AboutYutong ul li {
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.AboutYutong ul li img {
  width: 100%;
}

.AboutYutong ul li .text {
  background: #eee;
  padding: .6rem .4rem .4rem;
}

.AboutYutong ul li .text img {
  width: auto;
  max-height: 1rem;
  margin-bottom: .4rem;
}

.AboutYutong ul li .text .logo1 {
  width: 1.55rem;
  height: .97rem;
}

.AboutYutong ul li .text .logo2 {
  width: 3rem;
  height: .95rem;
}

.AboutYutong ul li .text .logo3 {
  width: 1.71rem;
  height: .9rem;
}

.AboutYutong ul li .text .logo4 {
  width: 2.57rem;
  height: .65rem;
}

.AboutYutong ul li .text .logo5 {
  width: 2.26rem;
  height: .65rem;
}

.AboutYutong ul li .text .logo6 {
  width: 2.14rem;
  height: .4rem;
}

.AboutYutong ul li .text .logo7 {
  width: 2.53rem;
  height: .5rem;
}

.AboutYutong ul li .text p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
  font-weight: 300;
}

.AboutYutong ul li .text a {
  font-size: .24rem;
  color: #004abb;
  margin-top: .2rem;
  display: block;
}

.AboutYutong ul li .text a i {
  display: block;
  font-size: .4rem;
  color: #999;
  margin-top: .2rem;
}

/* 宇通品牌 */
.AboutBrand .info {
  height: auto;
  overflow: hidden;
}

.AboutBrand .info img {
  width: 100%;
}

.AboutBrand .info .text {
  height: auto;
  overflow: hidden;
  padding: .3rem;
}

.AboutBrand .info .text h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  font-weight: 300;
}

.AboutBrand .info .text p {
  font-size: .24rem;
  color: #000;
  line-height: .4rem;
  font-weight: 300;
}

.AboutBrand ul {
  height: auto;
  overflow: hidden;
}

.AboutBrand ul li img {
  width: 100%;
}

.AboutBrand ul li .text {
  height: auto;
  overflow: hidden;
  padding: .3rem;
}

.AboutBrand ul li .text h2 {
  font-size: .3rem;
  color: #000;
  margin-bottom: .2rem;
  font-weight: 300;
}

.AboutBrand ul li .text p {
  font-size: .24rem;
  color: #000;
  line-height: .4rem;
  font-weight: 300;
}

.AboutBrand .videoImg {
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.AboutBrand .videoImg .t {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 .3rem .2rem;
  position: relative;
}

.AboutBrand .videoImg .t span {
  font-size: .36rem;
  color: #333;
}

.AboutBrand .videoImg .t .tabs a {
  font-size: .3rem;
  color: #333;
  font-weight: 300;
  display: inline-block;
  margin-left: .5rem;
  position: relative;
}

.AboutBrand .videoImg .t .tabs a.active {
  color: #004abb;
}

.AboutBrand .videoImg .t .tabs a.active:after {
  display: block;
}

.AboutBrand .videoImg .t .tabs a:after {
  content: "";
  width: 100%;
  height: .03rem;
  background: #004abb;
  position: absolute;
  left: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  bottom: -.22rem;
  display: none;
}

.AboutBrand .videoImg .t:after {
  content: "";
  width: 100%;
  height: .01rem;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.AboutBrand .videoImg .slide {
  height: auto;
  overflow: hidden;
}

.AboutBrand .videoImg .slide .swiper-slide {
  height: auto;
  overflow: hidden;
}

.AboutBrand .videoImg .slide .swiper-slide ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.AboutBrand .videoImg .slide .swiper-slide ul li {
  height: auto;
  overflow: hidden;
  padding: .5rem 0 .3rem;
  border-bottom: .01rem solid #ddd;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .img {
  height: auto;
  overflow: hidden;
  position: relative;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .img img {
  width: 100%;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .img .play {
  width: .8rem;
  height: .8rem;
  background: url(../images/icon-play3.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: .3rem;
  bottom: .3rem;
  z-index: 1;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .img .zoom {
  width: .44rem;
  height: .44rem;
  background: url(../images/icon-zoom.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: .3rem;
  bottom: .3rem;
  z-index: 1;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .text {
  height: auto;
  overflow: hidden;
  padding: .3rem 0 0;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .text h2 {
  font-size: .3rem;
  color: #000;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .text .other {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .text .other span {
  font-size: .24rem;
  color: #999;
  margin-right: .3rem;
}

.AboutBrand .videoImg .slide .swiper-slide ul li .text .other span i {
  margin-right: .1rem;
  font-size: .34rem;
  vertical-align: -.04rem;
}

.AboutBrand .videoImg .slide .swiper-slide .icon-down2 {
  font-size: .5rem;
  text-align: center;
  color: #999;
  margin: .5rem auto;
  display: block;
}

/* 全球宇通 */
.AboutGlobal .info {
  height: auto;
  overflow: hidden;
  padding: .8rem 0 .5rem;
}

.AboutGlobal .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  margin-bottom: .5rem;
  font-weight: 300;
}

.AboutGlobal .info p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
  font-weight: 300;
  padding: 0 .3rem;
}

.AboutGlobal .info ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .5rem;
  padding: 0 .3rem;
}

.AboutGlobal .info ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  position: relative;
}

.AboutGlobal .info ul li h3 {
  font-size: .24rem;
  color: #333;
  margin-bottom: .2rem;
  font-weight: 300;
}

.AboutGlobal .info ul li h4 {
  font-size: .24rem;
  color: #333;
  font-weight: 300;
}

.AboutGlobal .info ul li h4 span {
  font-size: .48rem;
  color: #004abb;
}

.AboutGlobal .info ul li:first-child:after {
  display: none;
}

.AboutGlobal .info ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.AboutGlobal .info ul li:nth-child(2):before {
  content: "";
  width: 1px;
  height: .78rem;
  background: #d1d1d1;
  position: absolute;
  left: .3rem;
  top: .2rem;
}

.AboutGlobal .info ul li:nth-child(2):after {
  content: "";
  width: 1px;
  height: .78rem;
  background: #d1d1d1;
  position: absolute;
  right: .3rem;
  top: .2rem;
}

.AboutGlobal .info .video {
  position: relative;
  margin-top: .6rem;
}

.AboutGlobal .info .video .img-box {
  height: 4.75rem;
  overflow: hidden;
}

.AboutGlobal .info .video .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.AboutGlobal .info .video img {
  width: 100%;
}

.AboutGlobal .info .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.AboutGlobal .block {
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.AboutGlobal .block .video {
  position: relative;
  margin-top: .6rem;
}

.AboutGlobal .block .video img {
  width: 100%;
}

.AboutGlobal .block .video .play {
  width: .85rem;
  height: .85rem;
  background: url(../images/icon-play2.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.AboutGlobal .block .text {
  height: auto;
  overflow: hidden;
  background: #eee;
  padding: .4rem .25rem;
}

.AboutGlobal .block .text h2 {
  font-size: .36rem;
  color: #333;
  margin-bottom: .2rem;
  font-weight: 300;
}

.AboutGlobal .block .text p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
  font-weight: 300;
}

.AboutGlobal .block .slide {
  height: auto;
  overflow: hidden;
  margin: .6rem .3rem;
  position: relative;
}

.AboutGlobal .block .slide .swiper-slide {
  height: auto;
  overflow: hidden;
  position: relative;
}

.AboutGlobal .block .slide .swiper-slide img {
  width: 100%;
}

.AboutGlobal .block .slide .swiper-slide h2 {
  width: 100%;
  font-size: .24rem;
  color: #fff;
  padding: .2rem .4rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 300;
}

.AboutGlobal .block .slide .btnNext, .AboutGlobal .block .slide .btnPrev {
  font-size: .55rem;
  color: #fff;
  position: absolute;
  top: 40%;
  z-index: 1;
}

.AboutGlobal .block .slide .btnNext {
  right: 0;
}

.AboutGlobal .block:last-child {
  margin-bottom: .5rem;
}

/* 宇通荣誉 */
.AboutHistory .info {
  height: auto;
  overflow: hidden;
  padding: .8rem .3rem .6rem;
  border-bottom: .01rem solid #ddd;
}

.AboutHistory .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .3rem;
  font-weight: 300;
}

.AboutHistory .info p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
}

.AboutHistory .info .line {
  width: .5rem;
  height: 1px;
  background: #004abb;
  margin: .5rem auto 0;
}

.AboutHistory ul {
  height: auto;
  overflow: hidden;
  position: relative;
}

.AboutHistory ul:before {
  content: "";
  width: .01rem;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: .4rem;
  top: 0;
}

.AboutHistory ul li {
  height: auto;
  margin-left: .4rem;
  border-bottom: .01rem dotted #ddd;
  padding: .4rem 0;
}

.AboutHistory ul li .date {
  font-size: .48rem;
  color: #004abb;
  position: relative;
  padding-left: .25rem;
}

.AboutHistory ul li .date:after {
  content: "\e619";
  font-family: "iconfont";
  font-size: .3rem;
  position: absolute;
  left: -.15rem;
  top: .1rem;
}

.AboutHistory ul li .slide {
  height: auto;
  overflow: hidden;
  margin: .3rem .3rem 0;
  position: relative;
}

.AboutHistory ul li .slide .swiper-slide {
  height: auto;
  overflow: hidden;
}

.AboutHistory ul li .slide .swiper-slide img {
  width: 100%;
}

.AboutHistory ul li .slide .swiper-slide .text {
  height: auto;
  overflow: hidden;
  padding-top: .3rem;
}

.AboutHistory ul li .slide .swiper-slide .text h2 {
  font-size: .3rem;
  color: #333;
  margin-bottom: .15rem;
  font-weight: 300;
}

.AboutHistory ul li .slide .swiper-slide .text p {
  font-size: .24rem;
  color: #666;
  line-height: .4rem;
  font-weight: 300;
}

.AboutHistory ul li .slide .btnNext, .AboutHistory ul li .slide .btnPrev {
  font-size: .55rem;
  color: #fff;
  position: absolute;
  top: 24%;
  z-index: 1;
}

.AboutHistory ul li .slide .btnNext {
  right: 0;
}

.AboutHistory ul li .slide .swiper-pagination-fraction {
  padding: 0 .4rem;
  bottom: auto;
  top: 50%;
  font-size: .22rem;
  color: #fff;
  text-align: right;
}

.AboutHistory ul li:last-child {
  border-bottom: 0;
  padding-bottom: .8rem;
}

/* 宇通文化 */
.AboutCulture .info {
  height: auto;
  overflow: hidden;
  padding: .8rem .3rem .6rem;
}

.AboutCulture .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .3rem;
  font-weight: 300;
}

.AboutCulture .info p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
}

.AboutCulture .info .line {
  width: .5rem;
  height: 1px;
  background: #004abb;
  margin: .5rem auto 0;
}

.AboutCulture .info img {
  width: 100%;
  margin-top: .5rem;
}

.AboutCulture .news {
  height: auto;
  overflow: hidden;
}

.AboutCulture .news .t {
  height: auto;
  overflow: hidden;
}

.AboutCulture .news .t h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .1rem;
  font-weight: 300;
}

.AboutCulture .news .t p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
  text-align: center;
}

.AboutCulture .news .list {
  height: auto;
  overflow: hidden;
}

.AboutCulture .news .list .item {
  padding: .4rem .3rem;
}

.AboutCulture .news .list .item .big {
  height: auto;
  overflow: hidden;
  padding-bottom: .3rem;
  border-bottom: .01rem solid #ddd;
}

.AboutCulture .news .list .item .big a {
  display: block;
}

.AboutCulture .news .list .item .big h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AboutCulture .news .list .item .big img {
  width: 100%;
}

.AboutCulture .news .list .item .big p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

.AboutCulture .news .list .item ul {
  height: auto;
  overflow: hidden;
}

.AboutCulture .news .list .item ul li {
  height: auto;
  overflow: hidden;
}

.AboutCulture .news .list .item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.AboutCulture .news .list .item ul li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: .5rem;
}

.AboutCulture .news .list .item ul li .text h2 {
  font-size: .36rem;
  line-height: .48rem;
  margin-bottom: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.AboutCulture .news .list .item ul li .text h2 span {
  color: #004abb;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
}

.AboutCulture .news .list .item ul li .text h2 span:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 10%;
}

.AboutCulture .news .list .item ul li .text p {
  font-size: .24rem;
  color: #999;
}

.AboutCulture .news .list .item ul li .img {
  width: 2.3rem;
  height: 1.36rem;
}

.AboutCulture .news .list .item ul li .img img {
  width: 100%;
}

.AboutCulture .news .list .item dl {
  height: auto;
  overflow: hidden;
}

.AboutCulture .news .list .item dl dd {
  height: auto;
  overflow: hidden;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.AboutCulture .news .list .item dl dd a {
  display: block;
}

.AboutCulture .news .list .item dl dd h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AboutCulture .news .list .item dl dd .img {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.AboutCulture .news .list .item dl dd .img img {
  width: 2.2rem;
  height: 1.3rem;
  margin-left: .15rem;
}

.AboutCulture .news .list .item dl dd .img img:first-child {
  margin: 0;
}

.AboutCulture .news .list .item dl dd p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

/* 社会责任 */
.AboutSocialcommitment .info {
  height: auto;
  overflow: hidden;
  padding: .8rem .3rem .6rem;
}

.AboutSocialcommitment .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .3rem;
  font-weight: 300;
}

.AboutSocialcommitment .info p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
}

.AboutSocialcommitment .block {
  height: auto;
  overflow: hidden;
}

.AboutSocialcommitment .block .item {
  height: auto;
  overflow: hidden;
  margin-bottom: .4rem;
}

.AboutSocialcommitment .block .item img {
  width: 100%;
}

.AboutSocialcommitment .block .item .text {
  height: auto;
  overflow: hidden;
  padding: .3rem;
  background: #f5f5f5;
}

.AboutSocialcommitment .block .item .text h2 {
  font-size: .36rem;
  color: #333;
  margin-bottom: .15rem;
  font-weight: 300;
}

.AboutSocialcommitment .block .item .text p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
  font-weight: 300;
}

.AboutSocialcommitment .news {
  height: auto;
  overflow: hidden;
}

.AboutSocialcommitment .news .t {
  height: auto;
  overflow: hidden;
}

.AboutSocialcommitment .news .t h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .1rem;
  font-weight: 300;
}

.AboutSocialcommitment .news .t p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
  text-align: center;
}

.AboutSocialcommitment .news .list {
  height: auto;
  overflow: hidden;
}

.AboutSocialcommitment .news .list .item {
  padding: .4rem .3rem;
}

.AboutSocialcommitment .news .list .item .big {
  height: auto;
  overflow: hidden;
  padding-bottom: .3rem;
  border-bottom: .01rem solid #ddd;
}

.AboutSocialcommitment .news .list .item .big a {
  display: block;
}

.AboutSocialcommitment .news .list .item .big h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AboutSocialcommitment .news .list .item .big img {
  width: 100%;
}

.AboutSocialcommitment .news .list .item .big p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

.AboutSocialcommitment .news .list .item ul {
  height: auto;
  overflow: hidden;
}

.AboutSocialcommitment .news .list .item ul li {
  height: auto;
  overflow: hidden;
}

.AboutSocialcommitment .news .list .item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.AboutSocialcommitment .news .list .item ul li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: .5rem;
}

.AboutSocialcommitment .news .list .item ul li .text h2 {
  font-size: .36rem;
  line-height: .48rem;
  margin-bottom: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.AboutSocialcommitment .news .list .item ul li .text h2 span {
  color: #004abb;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
}

.AboutSocialcommitment .news .list .item ul li .text h2 span:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 10%;
}

.AboutSocialcommitment .news .list .item ul li .text p {
  font-size: .24rem;
  color: #999;
}

.AboutSocialcommitment .news .list .item ul li .img {
  width: 2.3rem;
  height: 1.36rem;
}

.AboutSocialcommitment .news .list .item ul li .img img {
  width: 100%;
}

.AboutSocialcommitment .news .list .item dl {
  height: auto;
  overflow: hidden;
}

.AboutSocialcommitment .news .list .item dl dd {
  height: auto;
  overflow: hidden;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.AboutSocialcommitment .news .list .item dl dd a {
  display: block;
}

.AboutSocialcommitment .news .list .item dl dd h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AboutSocialcommitment .news .list .item dl dd .img {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.AboutSocialcommitment .news .list .item dl dd .img img {
  width: 2.2rem;
  height: 1.3rem;
  margin-left: .15rem;
}

.AboutSocialcommitment .news .list .item dl dd .img img:first-child {
  margin: 0;
}

.AboutSocialcommitment .news .list .item dl dd p {
  font-size: .24rem;
  color: #999;
  margin-top: .2rem;
}

/* 领导关怀 */
.AboutVisitsofleaders .info {
  height: auto;
  overflow: hidden;
  padding: .8rem .3rem .6rem;
  border-bottom: .01rem solid #ddd;
}

.AboutVisitsofleaders .info h1 {
  font-size: .36rem;
  color: #000;
  text-align: center;
  line-height: .6rem;
  margin-bottom: .3rem;
  font-weight: 300;
}

.AboutVisitsofleaders .info p {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  font-weight: 300;
}

.AboutVisitsofleaders .info .line {
  width: .5rem;
  height: 1px;
  background: #004abb;
  margin: .5rem auto 0;
}

.AboutVisitsofleaders ul {
  height: auto;
  overflow: hidden;
  position: relative;
}

.AboutVisitsofleaders ul:before {
  content: "";
  width: .01rem;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: .4rem;
  top: 0;
}

.AboutVisitsofleaders ul li {
  height: auto;
  margin-left: .4rem;
  border-bottom: .01rem dotted #ddd;
  padding: .4rem 0;
}

.AboutVisitsofleaders ul li .date {
  font-size: .48rem;
  color: #004abb;
  position: relative;
  padding-left: .25rem;
}

.AboutVisitsofleaders ul li .date:after {
  content: "\e619";
  font-family: "iconfont";
  font-size: .3rem;
  position: absolute;
  left: -.15rem;
  top: .1rem;
}

.AboutVisitsofleaders ul li .slide {
  height: auto;
  overflow: hidden;
  margin: .3rem .3rem 0;
  position: relative;
}

.AboutVisitsofleaders ul li .slide .swiper-slide {
  height: auto;
  overflow: hidden;
}

.AboutVisitsofleaders ul li .slide .swiper-slide img {
  width: 100%;
}

.AboutVisitsofleaders ul li .slide .swiper-slide .text {
  height: auto;
  overflow: hidden;
  padding-top: .3rem;
}

.AboutVisitsofleaders ul li .slide .swiper-slide .text h2 {
  font-size: .3rem;
  color: #333;
  margin-bottom: .15rem;
  font-weight: 300;
}

.AboutVisitsofleaders ul li .slide .swiper-slide .text p {
  font-size: .24rem;
  color: #666;
  line-height: .4rem;
  font-weight: 300;
}

.AboutVisitsofleaders ul li .slide .btnNext, .AboutVisitsofleaders ul li .slide .btnPrev {
  font-size: .55rem;
  color: #fff;
  position: absolute;
  top: 24%;
  z-index: 1;
}

.AboutVisitsofleaders ul li .slide .btnNext {
  right: 0;
}

.AboutVisitsofleaders ul li .slide .swiper-pagination-fraction {
  padding: 0 .4rem;
  bottom: auto;
  top: 50%;
  font-size: .22rem;
  color: #fff;
  text-align: right;
}

.AboutVisitsofleaders ul li:last-child {
  border-bottom: 0;
  padding-bottom: .8rem;
}

/* 投资者关系 */
.Investor .block {
  height: auto;
  overflow: hidden;
  padding: .5rem .3rem;
}

.Investor .block .bigTitle {
  margin-bottom: .3rem;
}

.Investor .block ul {
  height: auto;
  overflow: hidden;
  border-top: .01rem solid #eee;
}

.Investor .block ul li {
  line-height: .8rem;
  font-size: .24rem;
  color: #161616;
  border-bottom: .01rem solid #eee;
}

.Investor .block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Investor .block ul li .icon-arrow {
  font-size: .22rem;
  color: #ccc;
  margin-right: .1rem;
}

.Investor .block ul li span {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}

.Investor .block ul li .icon-pdf {
  width: .3rem;
  height: .3rem;
  background: url(../images/investor/icon-pdf.png) center no-repeat;
  background-size: 100%;
}

.Investor .block.table {
  padding: .5rem 0;
}

.Investor .block.table table {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.Investor .block.table table tr {
  height: auto;
  overflow: hidden;
}

.Investor .block.table table tr th {
  height: .8rem;
  background: #eee;
  font-size: .24rem;
  color: #000;
  padding: 0 .1rem;
}

.Investor .block.table table tr td {
  height: .8rem;
  font-size: .2rem;
  color: #666;
  border-bottom: .01rem dotted #eee;
  padding: 0 .1rem;
  text-align: center;
}

.Investor .block .btn {
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  background: #004abb;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  display: block;
  margin: .3rem auto 0;
}

.Investor .ad {
  height: auto;
  overflow: hidden;
}

.Investor .ad img {
  width: 100%;
}

/* 投资者关系列表 */
.InvestorList .block {
  height: auto;
  overflow: hidden;
  padding: .5rem .3rem 0;
}

.InvestorList .block .t {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  font-size: .36rem;
  color: #000;
  background: #eee;
  padding: 0 .2rem;
}

.InvestorList .block .t i {
  font-size: .3rem;
  color: #333;
  float: right;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.InvestorList .block ul {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.InvestorList .block ul li {
  line-height: .8rem;
  font-size: .24rem;
  color: #161616;
  border-bottom: .01rem solid #eee;
  padding: 0 .1rem;
}

.InvestorList .block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.InvestorList .block ul li .icon-arrow {
  font-size: .22rem;
  color: #ccc;
  margin-right: .1rem;
}

.InvestorList .block ul li span {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}

.InvestorList .block ul li .icon-pdf {
  width: .3rem;
  height: .3rem;
  background: url(../images/investor/icon-pdf.png) center no-repeat;
  background-size: 100%;
}

.InvestorList .block:last-child {
  margin-bottom: 1rem;
}

.InvestorList .block.active .t i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.InvestorList .block.active ul {
  height: auto;
}

/* 法律条款 */
.Disclaimer .content {
  height: auto;
  overflow: hidden;
  padding: .4rem .3rem .8rem;
}

.Disclaimer .content .title {
  font-size: .36rem;
  color: #333;
  padding-bottom: .15rem;
  margin-bottom: .2rem;
  border-bottom: .01rem solid #ddd;
}

.Disclaimer .content .text-box {
  height: auto;
  overflow: hidden;
}

.Disclaimer .content .text-box h2 {
  font-size: .3rem;
  color: #333;
}

.Disclaimer .content .text-box p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
}

/* 站点地图 */
.Sitemap .content {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem .8rem;
}

.Sitemap .content dl {
  height: auto;
  overflow: hidden;
  margin-top: .4rem;
}

.Sitemap .content dl dt {
  font-size: .36rem;
  color: #333;
  padding-bottom: .2rem;
  margin-bottom: .25rem;
  border-bottom: .01rem solid #ddd;
}

.Sitemap .content dl dd {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Sitemap .content dl dd a {
  font-size: .24rem;
  color: #333;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin-bottom: .4rem;
}

/* 友情链接 */
.Links .content {
  height: auto;
  overflow: hidden;
  padding: .4rem .3rem .8rem;
}

.Links .content .title {
  font-size: .36rem;
  color: #333;
  padding-bottom: .2rem;
  margin-bottom: .25rem;
  border-bottom: .01rem solid #ddd;
}

.Links .content .list {
  height: auto;
  overflow: hidden;
}

.Links .content .list a {
  font-size: .24rem;
  color: #333;
  line-height: .32rem;
  float: left;
  width: 50%;
  display: block;
}

.Links .content .list .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: .25rem 0;
  float: left;
}

/* 网站纠错 */
.Correction .content {
  height: auto;
  overflow: hidden;
  padding: .4rem .3rem .8rem;
}

.Correction .content .title {
  font-size: .36rem;
  color: #333;
  padding-bottom: .2rem;
  margin-bottom: .25rem;
  border-bottom: .01rem solid #ddd;
}

.Correction .content form {
  height: auto;
  overflow: hidden;
}

.Correction .content form .row {
  height: auto;
  overflow: hidden;
  margin-bottom: .3rem;
}

.Correction .content form .row h2 {
  font-size: .3rem;
  color: #333;
  margin-bottom: .1rem;
}

.Correction .content form .row h2 i {
  color: #d30000;
}

.Correction .content form .row input {
  width: 100%;
  height: .6rem;
  border: 1px solid #ccc;
  padding: 0 .2rem;
}

.Correction .content form .row textarea {
  width: 100%;
  height: 2rem;
  border: 1px solid #ccc;
  padding: .2rem;
}

.Correction .content form .row.btnBox {
  text-align: center;
  margin-top: .5rem;
}

.Correction .content form .row.btnBox a {
  width: 2.5rem;
  height: .65rem;
  line-height: .65rem;
  background: #eee;
  font-size: .26rem;
  color: #333;
  text-align: center;
  display: inline-block;
  margin: 0 .1rem;
}

.Correction .content form .row.btnBox a:first-child {
  background: #004abb;
  color: #fff;
}

.Anruitong .info {
  height: auto;
  overflow: hidden;
  padding: .8rem .3rem;
}

.Anruitong .info h1 {
  font-size: .48rem;
  text-align: center;
  margin-bottom: .4rem;
}

.Anruitong .info p {
  font-size: .24rem;
  color: #333;
  line-height: .48rem;
  font-weight: 300;
}

.Anruitong .block1 li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Anruitong .block1 .icon {
  width: 0.9rem !important;
  margin-bottom: 0.1rem !important;
}

.Anruitong .block1 .icon img {
  margin: 0;
}

.Anruitong .block2 img {
  margin: 0.4rem 0 0.2rem;
}

.Anruitong .block2 img:nth-child(2) {
  margin-top: 0;
}

.Anruitong .block2 p {
  font-size: .24rem;
  color: #333;
  line-height: .42rem;
}

/*视频分享页*/
.NewsVideoImgXq {
  height: 100%;
}

.NewsVideoImgXq .shareBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.NewsVideoImgXq .shareBox.active {
  z-index: 100;
  opacity: 1;
}

.NewsVideoImgXq .shareBox .shareFoot {
  width: 100%;
  padding: .25rem .14rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.NewsVideoImgXq .shareBox .shareFoot .share {
  width: 100%;
  height: 2.25rem;
  background: white;
  border-radius: .05rem;
  padding: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.NewsVideoImgXq .shareBox .shareFoot .share a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .32rem;
  text-align: center;
}

.NewsVideoImgXq .shareBox .shareFoot .share a.wei {
  color: RGB(74, 177, 24);
}

.NewsVideoImgXq .shareBox .shareFoot .share a.qq {
  color: #12A6EC;
}

.NewsVideoImgXq .shareBox .shareFoot .share a.bo {
  color: #F02E08;
}

.NewsVideoImgXq .shareBox .shareFoot .share a.q {
  color: #FDB32C;
}

.NewsVideoImgXq .shareBox .shareFoot .share a i {
  font-size: .8rem;
}

.NewsVideoImgXq .shareBox .shareFoot .share a p {
  color: #333;
  text-align: center;
  font-size: .26rem;
  margin-top: .2rem;
}

.NewsVideoImgXq .shareBox .shareFoot .close {
  margin-top: .2rem;
  width: 100%;
  height: .90rem;
  background: white;
  border-radius: .05rem;
  text-align: center;
  line-height: .9rem;
  color: #333;
  font-size: .28rem;
  font-weight: bold;
}

.NewsVideoImgXq .videoBox {
  width: 95%;
  margin: auto;
}

.NewsVideoImgXq .content {
  padding: .3rem;
}

.NewsVideoImgXq .content .title {
  padding-bottom: .2rem;
  border-bottom: 0.01rem solid #D9D9D9;
}

.NewsVideoImgXq .content .title h2 {
  font-size: .36rem;
  color: #333;
  margin-bottom: .1rem;
  text-align: center;
}

.NewsVideoImgXq .content .title p {
  font-size: .24rem;
  color: #666;
  padding-top: 0.1rem;
  text-align: center;
}

.NewsVideoImgXq .content .title p span {
  margin-right: 0.25rem;
}

.NewsVideoImgXq .content .title p span i {
  position: relative;
  top: 2px;
}

.NewsVideoImgXq .content .text {
  margin-top: .4rem;
}

.NewsVideoImgXq .content p {
  font-size: .24rem;
  color: #333;
  line-height: .42rem;
  margin-bottom: .15rem;
}

.NewsVideoImgXq .content img {
  margin: 0 auto;
  display: block;
}

.NewsVideoImgXq .content .more {
  padding-top: .4rem;
  border-top: 1px solid #ddd;
  margin-top: .4rem;
}

.NewsVideoImgXq .content .more a {
  width: 100%;
  line-height: .88rem;
  color: #fff;
  background: #004abb;
  text-align: center;
  font-size: .3rem;
  font-weight: 500;
  display: block;
}

.NewsVideoImgXq .content .p_word {
  margin-top: .35rem;
}

.NewsVideoImgXq .content .zanBox {
  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;
  height: 1rem;
}

.NewsVideoImgXq .content .zanBox .zanL {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .26rem;
}

.NewsVideoImgXq .content .zanBox .zanL span {
  margin-right: .05rem;
}

.NewsVideoImgXq .content .zanBox .zanL span.active {
  color: red;
}

.NewsVideoImgXq .content .zanBox .zanR {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .30rem;
}

.NewsVideoImgXq .content .zanBox .zanR span {
  margin-left: .5rem;
}

.NewsVideoImgXq .content .share {
  font-size: .24rem;
  color: #333;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

.NewsVideoImgXq .content .share a {
  font-size: .42rem;
  color: #666666;
  margin: 0 .05rem;
  padding: 0.2rem 0.1rem;
  position: relative;
  top: 0.05rem;
}

.NewsVideoImgXq .content .zan {
  height: auto;
  overflow: hidden;
  margin: 0.6rem 0 0.4rem;
}

.NewsVideoImgXq .content .zan a {
  display: block;
  margin: 0 auto;
  width: 1.75rem;
  height: 0.5rem;
  text-align: center;
  background-color: #eaeaea;
  color: #666;
  font-size: 0.26rem;
  line-height: 0.5rem;
}

.NewsVideoImgXq .content .zan a.active {
  color: #fff;
  background-color: #004abb;
}

.NewsVideoImgXq .content .caseC {
  margin-top: .8rem;
}

.NewsVideoImgXq .content .caseC ul {
  padding: 0;
}

.NewsVideoImgXq .content .related {
  height: auto;
  overflow: hidden;
  margin-top: .7rem;
}

.NewsVideoImgXq .content .related ul {
  height: auto;
  overflow: hidden;
}

.NewsVideoImgXq .content .related ul li {
  position: relative;
  margin-bottom: .4rem;
}

.NewsVideoImgXq .content .related ul li img {
  width: 100%;
}

.NewsVideoImgXq .content .related ul li h2 {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 .2rem;
  font-size: .24rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=style.css.map */