* {
  margin: 0;
  padding: 0;
}

.home_page {
  width: 100%;
}
/* .home_page .title {
  margin-top: 100px;
  text-align: center;
} */
/* .home_page .title h1 {
  font-weight: 500;
  font-size: 38px;
} */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: .8rem !important;
  border-radius: 5px !important;
}
.banner {
  width: 100%;
}
.pc-banner {
  display: block;
}
.mobile-banner {
  display: none;
}
.headline-mobile {
  display: none;
}

.banner .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  display: inherit;
  width: 100%;
  height: 100%;
}
.jump{
  position: absolute;
  bottom:1.35rem;
  left:3.5rem;
  cursor: pointer;
  font-size: .3rem;
  font-weight: bold;
  color: #C12332;
  text-align: center;
  width: 3.75rem;
  height: .9rem;
  line-height: .9rem;
  background: #ffffff;
  border-radius: .2rem;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  -ms-border-radius: .2rem;
  -o-border-radius: .2rem;
}
.banner a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner a div{
  position: absolute;
  top:1rem;
  left:2rem;
}
.banner a div h2{
  font-size: .36rem;
  color: #fff;
}
.banner a div h4{
  font-size: .8rem;
  font-weight: bold;
  color: #ffba00;
  margin: 0 0 .7rem;
}
.banner a div p{
  font-size: .24rem;
  color: #9a9a9a;
  line-height: .45rem;
}
.banner a div span{
  color: #ffba00;
  font-size: inherit;
}
.mobile-banner a div{
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
.mobile-banner a div h4{
  margin: 0 0 .3rem;
}

.mobileNewIntro {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobileNewIntro img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.mobileNewIntro p {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: auto;
  line-height: .6rem;
  font-size: .35rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  color: #0096ff;
}
.newIntro {
  position: relative;
  width: 100%;
  height: 100%;
}
.newIntro img {
  display: inherit;
  width: 100%;
  height: 100%;
}
.newIntro .newIntro_content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 30%;
  line-height: .7rem;
  font-size: .46rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  color: #0096ff;
}

.mobileServiceModel {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobileServiceModel img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.serviceModel {
  position: relative;
  width: 100%;
  height: 100%;
}
.serviceModel .bg {
  display: inherit;
  width: 100%;
  height: 100%;
}

.serviceModel .model_title {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  font-size: .46rem;
  font-weight: 600;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
}

.serviceModel .model_list {
  position: absolute;
  left: 0;
  top: 13%;
  width: 100%;
  height: .4rem;
  padding: 0 20%;
  box-sizing: border-box;
  margin: 0;
}

.serviceModel .model_list li {
  height: 100%;
}

.serviceModel .model_list li p {
  width: auto;
  height: 100%;
  line-height: inherit;
  font-size: .24rem;
  color: #fff;
  text-align: center;
}

.serviceModel .model_list li p span {
  font-size: inherit;
  color: #0096ff;
}

.serviceModel .model_one {
  position: absolute;
  width: 20%;
  height: .8rem;
  z-index: 30;
  left: 40%;
  line-height: .4rem;
  font-size: .34rem;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0;
}

.serviceModel .inprovement {
  top: 26%;
}

.serviceModel .implement {
  width: 30%;
  top: 38%;
  left: 35%;
  padding: .1rem 0;
  box-sizing: content-box;
}

.serviceModel .idea {
  top: 50%;
}

.serviceModel .insight {
  top: 61%;
}

.serviceModel .data_masa {
  top: 75%;
  padding: .4rem 0;
  box-sizing: content-box;
}

.serviceModel .inprovement_mask {
  display: none;
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
}

.serviceModel .inprovement_mask .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.serviceModel .inprovement_mask .content img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.serviceModel .inprovement_mask .content .left_desc {
  position: absolute;
  left: 31%;
  top: 47%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: right;
  color: #0096ff;
}

.serviceModel .inprovement_mask .content .right_desc {
  position: absolute;
  right: 31%;
  top: 47%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: left;
  color: #0096ff;
}

.serviceModel .implement_mask {
  display: none;
  position: absolute;
  left: 0;
  top: 16%;
  width: 100%;
}

.serviceModel .implement_mask .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.serviceModel .implement_mask .content img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.serviceModel .implement_mask .content .left_desc {
  position: absolute;
  left: 25%;
  top: 52%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: right;
  color: #0096ff;
}

.serviceModel .implement_mask .content .right_desc {
  position: absolute;
  right: 22.7%;
  top: 52%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: left;
  color: #0096ff;
}

.serviceModel .idea_mask {
  display: none;
  position: absolute;
  left: 0;
  top: 27%;
  width: 100%;
}

.serviceModel .idea_mask .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.serviceModel .idea_mask .content img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.serviceModel .idea_mask .content .left_desc {
  position: absolute;
  left: 22%;
  top: 55%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: right;
  color: #0096ff;
}

.serviceModel .idea_mask .content .right_desc {
  position: absolute;
  right: 23.7%;
  top: 55%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: left;
  color: #0096ff;
}

.serviceModel .insight_mask {
  display: none;
  position: absolute;
  left: 0;
  top: 42%;
  width: 100%;
}

.serviceModel .insight_mask .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.serviceModel .insight_mask .content img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.serviceModel .insight_mask .content .left_desc {
  position: absolute;
  left: 29%;
  top: 45%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: right;
  color: #0096ff;
}

.serviceModel .insight_mask .content .right_desc {
  position: absolute;
  right: 30%;
  top: 45%;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: left;
  color: #0096ff;
}

.serviceModel .data_mask {
  display: none;
  position: absolute;
  left: 0;
  top: 75%;
  width: 100%;
}

.serviceModel .data_mask .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.serviceModel .data_mask .content .left_desc {
  position: absolute;
  left: 32%;
  top: 0;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: right;
  color: #0096ff;
}

.serviceModel .data_mask .content .right_desc {
  position: absolute;
  right: 26.5%;
  top: 0;
  width: auto;
  height: auto;
  line-height: .35rem;
  font-size: .18rem;
  letter-spacing: 3px;
  text-align: left;
  color: #0096ff;
}

.serviceModel .model_footer {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  font-size: .36rem;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
}

.newDetail {
  position: relative;
  width: 100%;
  height: 100%;
}

.youshi {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}
.youshi .youshi_container {
  width: 100%;
  height: 100%;
  padding: 0 18%;
  box-sizing: border-box;
}
.youshi .youshi_container h2 {
  margin: 0;
}
.youshi .youshi_container h2 > span {
  display: inline-block;
}
.youshi .youshi_container h2 span {
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  letter-spacing: .05rem;
  color: #000;
}
.youshi .youshi_container .content_one {
  margin-top: .6rem;
}
.youshi .youshi_container .content_one .row {
  margin-bottom: 0;
}
.youshi .youshi_container .content_one ul li {
  height: 2.5rem;
  margin-bottom: .3rem;
}
.youshi .youshi_container .content_one ul li img {
  display: block;
  margin: 0 auto;
}
.youshi .youshi_container .content_one ul li .one_title {
  display: inline-block;
  width: 100%;
  height: .4rem;
  /* margin-top: 5px; */
  margin: 0;
  line-height: .4rem;
  font-size: .2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.youshi .youshi_container .content_one ul li .one_desc {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0 5%;
  margin-top: .2rem;
  box-sizing: border-box;
  line-height: .25rem;
  font-size: .2rem;
  color: #999;
}
.youshi .youshi_container .content_img {
  width: 100%;
  height: auto;
  margin-top: .8rem;
  padding: 0 25%;
  box-sizing: border-box;
}
.youshi .youshi_container .content_desc {
  width: 100%;
  height: auto;
  margin-top: .1rem;
  line-height: .3rem;
  font-size: .25rem;
  color: #000;
  text-align: center;
}
.youshi .youshi_container .content_desc span {
  font-size: .25rem;
  font-weight: bold;
}
.youshi .youshi_container .content_zizhi {
  width: 100%;
  height: 4.5rem;
  margin-top: .3rem;
}
.youshi .youshi_container .content_zizhi .zizhi_list {
  margin: 0;
  height: 100%;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(1) {
  height: 100%;
  background-color: #e8e8e8;
  padding: 0;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(1) p {
  display: inline-block;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) {
  height: 100%;
  background-color: #0096ff;
  padding: 0;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) p {
  display: inline-block;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) {
  height: 100%;
  background-color: #e8e5cc;
  padding: 0;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) p {
  display: inline-block;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li {
  width: 100%;
  height: .3rem;
  padding-left: 15%;
  box-sizing: border-box;
  margin-bottom: .15rem;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li img {
  display: inline-block;
  float: left;
  width: .2rem;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li span {
  display: inline-block;
  float: left;
  margin-left: .1rem;
  height: .2rem;
  line-height: .2rem;
  font-size: .16rem;
  color: #000000;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) ul li span {
  color: #ffffff;
}
.youshi .youshi_container .content_photos_one {
  width: 100%;
  height: auto;
  margin-top: .3rem;
}
.youshi .youshi_container .content_photos_one .photos_one_list {
  width: 100%;
  height: auto;
  margin: 0;
}
.youshi .youshi_container .content_photos_one .photos_one_list .photos_one_one img {
  display: inline-block;
  width: 100%;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_one .photos_one_list .photos_one_one p {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: .2rem;
  font-size: .15rem;
  color: #8f8f8f;
  text-align: center;
}
.youshi .youshi_container .content_photos_two {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
}
.youshi .youshi_container .content_photos_two .photos_two_list {
  width: 100%;
  height: auto;
  margin: 0;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(1) img {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-top: .45rem;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(2) img {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-top: .5rem;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(3) img {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-top: .5rem;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(4) img {
  display: inline-block;
  width: 50%;
  margin-left: 25%;
  margin-top: .1rem;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one p {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: .2rem;
  font-size: .15rem;
  color: #8f8f8f;
  text-align: center;
}
.youshi .youshi_container .icon-title {
  height: .8rem;
  font-weight: bold;
}
.youshi .youshi_container .icon-title img {
  width: .7rem;
  float: left
}
.youshi .youshi_container .icon-title div {
  width: 100%;
  margin-bottom: .05rem;
  font-size: .28rem;
  height: 100%;
  color: #333;
  line-height: .7rem;
  padding-left: .8rem;
}

.newDetail .partner {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .4rem;
  margin-bottom: .3rem;
  padding: 0 20%;
  box-sizing: border-box;
}

.newDetail .partner .partner_title {
  display: inline-block;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  font-size: .46rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #303030;
  text-align: center;
}

.newDetail .partner .partner_list {
  margin: 0;
  margin-top: .4rem;
}

.newDetail .partner .partner_list .partner_one {
  margin-bottom: .2rem;
}

.newDetail .partner .partner_list .partner_one img {
  display: inline-block;
  width: 94%;
  height: 94%;
  margin-left: 3%;
}

.newJiangxiang {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: .8rem;
  padding-bottom: 1.2rem;
  background: #DFF2FF;
}

.newJiangxiang .list {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 20%;
  box-sizing: border-box;
}

.newJiangxiang .list .list_one {
  height: 5rem;
  margin-bottom: .4rem;
  overflow: hidden;
  cursor: pointer;
  padding: 0 5px;
}

.newJiangxiang .list .list_one .list_one_content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

.newJiangxiang .list .list_one .list_one_content img {
  display: block;
  width: 45%;
  margin: auto;
  padding-top: .5rem;
}

.newJiangxiang .list .list_one .list_one_content .one_title {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .5rem;
  line-height: .5rem;
  font-size: .46rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #303030;
}

.newJiangxiang .list .list_one .list_one_content .one_detail {
  display: inline-block;
  width: 100%;
  height: .3rem;
  margin-top: .1rem;
  line-height: .3rem;
  font-size: .24rem;
  letter-spacing: 2px;
  text-align: center;
  color: #888888;
}

.jinmaijiang_mask, .topdigital_mask, .databank_mask, .alibaba_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transition: all 300ms linear;
}

.jinmaijiang_mask .mask_content,
.topdigital_mask .mask_content,
.databank_mask .mask_content,
.alibaba_mask .mask_content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}

.jinmaijiang_mask .mask_content .mask_title,
.topdigital_mask .mask_content .mask_title,
.databank_mask .mask_content .mask_title,
.alibaba_mask .mask_content .mask_title {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .8rem;
  line-height: .5rem;
  font-size: .35rem;
  font-weight: 600;
  color: #FCBF3A;
}

.jinmaijiang_mask .mask_content .mask_list,
.topdigital_mask .mask_content .mask_list,
.databank_mask .mask_content .mask_list,
.alibaba_mask .mask_content .mask_list {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .5rem;
}

.jinmaijiang_mask .mask_content .mask_list li,
.topdigital_mask .mask_content .mask_list li,
.databank_mask .mask_content .mask_list li,
.alibaba_mask .mask_content .mask_list li {
  width: 100%;
  margin-bottom: .2rem;
}

.jinmaijiang_mask .mask_content .mask_list li .mask_list_one,
.topdigital_mask .mask_content .mask_list li .mask_list_one,
.databank_mask .mask_content .mask_list li .mask_list_one,
.alibaba_mask .mask_content .mask_list li .mask_list_one {
  display: flex;
  width: 100%;
  height: auto;
}

.jinmaijiang_mask .mask_content .mask_list li .mask_list_one .one_icon,
.topdigital_mask .mask_content .mask_list li .mask_list_one .one_icon,
.databank_mask .mask_content .mask_list li .mask_list_one .one_icon,
.alibaba_mask .mask_content .mask_list li .mask_list_one .one_icon {
  display: flex;
  float: left;
  width: .1rem;
  height: inherit;
  align-items: center;
}

.jinmaijiang_mask .mask_content .mask_list li .mask_list_one span,
.topdigital_mask .mask_content .mask_list li .mask_list_one span,
.databank_mask .mask_content .mask_list li .mask_list_one span,
.alibaba_mask .mask_content .mask_list li .mask_list_one span {
  display: block;
  width: 100%;
  height: .1rem;
  background: #FCBF3A;
}

.jinmaijiang_mask .mask_content .mask_list li .mask_list_one .one_content,
.topdigital_mask .mask_content .mask_list li .mask_list_one .one_content,
.databank_mask .mask_content .mask_list li .mask_list_one .one_content,
.alibaba_mask .mask_content .mask_list li .mask_list_one .one_content {
  flex: 1;
  height: auto;
  margin: 0;
  margin-left: .2rem;
  font-size: .22rem;
  letter-spacing: 3px;
  color: #fff;
}

.wall {
  position: relative;
  width: 100%;
  height: 100%;
}

.wall img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.mobilePinpaiDetail,
.pinpaiDetail {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: .1rem;
}

.mobilePinpaiDetail .detail_list,
.pinpaiDetail .detail_list {
  margin: 0;
}

.mobilePinpaiDetail .detail_list .detail_one,
.pinpaiDetail .detail_list .detail_one {
  margin-bottom: .05rem;
}

.mobilePinpaiDetail .detail_list .detail_one:nth-child(1),
.mobilePinpaiDetail .detail_list .detail_one:nth-child(3),
.pinpaiDetail .detail_list .detail_one:nth-child(1),
.pinpaiDetail .detail_list .detail_one:nth-child(3) {
  padding: 0 .025rem 0 0;
}

.mobilePinpaiDetail .detail_list .detail_one:nth-child(2),
.mobilePinpaiDetail .detail_list .detail_one:nth-child(4),
.pinpaiDetail .detail_list .detail_one:nth-child(2),
.pinpaiDetail .detail_list .detail_one:nth-child(4) {
  padding: 0 0 0 .025rem;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content,
.pinpaiDetail .detail_list .detail_one .one_content {
  position: relative;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content .bg,
.pinpaiDetail .detail_list .detail_one .one_content .bg {
  display: inherit;
  width: 100%;
  height: 100%;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content .logo,
.pinpaiDetail .detail_list .detail_one .one_content .logo {
  position: absolute;
  left: 8%;
  top: 15%;
  width: 35%;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content .desc,
.pinpaiDetail .detail_list .detail_one .one_content .desc {
  position: absolute;
  left: 10%;
  top: 35%;
  width: auto;
  height: auto;
  line-height: .5rem;
  font-size: .33rem;
  letter-spacing: 3px;
  color: #fff;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content .icon,
.pinpaiDetail .detail_list .detail_one .one_content .icon {
  position: absolute;
  left: 10%;
  top: 52%;
  width: 8%;
  cursor: pointer;
  transition: all 250ms linear;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content .content_box,
.pinpaiDetail .detail_list .detail_one .one_content .content_box {
  position: absolute;
  left: 10%;
  top: 75%;
  width: 80%;
  height: .6rem;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content .content_box .box_inside,
.pinpaiDetail .detail_list .detail_one .one_content .content_box .box_inside {
  position: relative;
  width: 100%;
  height: 100%;
}


.pinpaiDetail .detail_list .detail_one .one_content .content {
  position: absolute;
  left: 10%;
  top: 75%;
  width: 80%;
  height: auto;
  opacity: 0;
  transition: all 400ms linear;
  line-height: .3rem;
  font-size: .24rem;
  letter-spacing: 3px;
  color: #fff;
}

.mobilePinpaiDetail .detail_list .detail_one .one_content .content {
  position: absolute;
  left: 10%;
  top: 65%;
  width: 80%;
  height: auto;
  line-height: .45rem;
  font-size: .31rem;
  letter-spacing: 3px;
  color: #fff;
}

.rotateTo90 {
  transform: rotate(90deg);
}

.dynamic {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: .4rem;
  padding: 0 12%;
  box-sizing: border-box;
}

.dynamic .dynamic_title {
  position: relative;
  width: 100%;
  height: auto;
}

.dynamic .mobile_dynamic_title {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: .5rem;
  line-height: .6rem;
  font-size: .5rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  color: #000;
}

.dynamic .dynamic_title .title_left {
  display: inline-block;
  float: left;
  width: auto;
  height: auto;
  line-height: .5rem;
  font-size: .46rem;
  letter-spacing: 5px;
  color: #0096ff;
}

.dynamic .dynamic_title .title_right {
  display: inline-block;
  float: right;
  width: auto;
  height: auto;
  margin-top: .2rem;
  line-height: .3rem;
  font-size: .24rem;
  letter-spacing: 3px;
  color: #0096ff;
}

.dynamic .dynamic_list {
  margin: 0;
  margin-top: .2rem;
  margin-bottom: .3rem;
}

.dynamic .dynamic_list li {
  height: 2.2rem;
  margin-bottom: .3rem;
}

.dynamic .dynamic_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.dynamic .dynamic_list li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.dynamic .mobile_dynamic_list {
  display: none;
  margin: 0;
  margin-top: .2rem;
}

.dynamic .mobile_dynamic_list li {
  width: 84%;
  height: auto;
  margin-bottom: .3rem;
  padding: 0;
  padding-bottom: .3rem;
  margin-left: 8%;
  margin-right: 8%;
  background: rgba(147, 153, 159, .2);
}

.dynamic .mobile_dynamic_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.dynamic .mobile_dynamic_list li a img {
  display: block;
  width: 100%;
  height: 4rem;
}

.dynamic .mobile_dynamic_list li a p {
  display: -webkit-box;
  width: 100%;
  height: 1rem;
  margin-top: .2rem;
  padding: 0 3%;
  box-sizing: border-box;
  line-height: .5rem;
  font-size: .35rem;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dynamic .mobile_more {
  display: none;
  width: 40%;
  height: 1rem;
  margin: .1rem auto;
  line-height: 1rem;
  font-size: .3rem;
  text-align: center;
  color: #0096ff;
  border: 1px solid #0096ff;
  border-radius: 10px;
}







.intro {
  position: relative;
  width: 100%;
  height: 6rem;
}
.intro img {
  display: inherit;
  width: 100%;
  height: 100%;
}
.intro .intro_content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
  top: 0;
}
.intro .intro_content h1 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  text-align: center;
  font-size: .5rem;
  font-weight: bold;
  letter-spacing: .05rem;
  color: #ffffff;
}
.intro .intro_content div span {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .4rem;
  line-height: .3rem;
  font-size: .2rem;
  color: #ffffff;
  text-indent: 2em;
}
.intro .intro_content ul {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: .5rem;
}
.intro .intro_content ul li {
  margin-bottom: .4rem;
}
.intro .intro_content ul li img {
  display: block;
  width: .5rem;
  height: .5rem;
  margin: 0 auto;
}
.intro .intro_content ul li p:nth-child(2) {
  width: auto;
  font-size: .7rem;
  font-weight: bold;
  font-family: "SourceHanSansCN";
  color: #ffde43;
  letter-spacing: 0;
  text-align: center;
}
.intro .intro_content ul li p:nth-child(3) {
  width: auto;
  font-size: .25rem;
  font-weight: bold;
  font-family: "SourceHanSansCN";
  color: #fff;
  letter-spacing: .03rem;
  text-align: center;
}
.strength_content{
  width: 12rem;
  height: 2.2rem;
  margin: 0 auto 1rem !important;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
  position: relative;
  margin-top: -0.6rem !important;
  background: #ffffff;
  z-index: 10000;
}
.strength_content > div{
  width: 25%;
  text-align: center;
}
.strength_title{
  height: 100%;
  padding-top: .4rem;
  font-size: .48rem;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(45deg,#0096ff,#00d5ff),-webkit-linear-gradient(45deg,#0096ff,#00d5ff);
}
.num_time{
  font-size: .6rem;
  font-weight: bold;
  color: #0096ff;
}
.num_text{
  font-size: .24rem;
  color: #333333;
}
.flex{
  display: flex;
  align-items: center;
}
.service {
  position: relative;
  width: 100%;
  height: 10.5rem;
  background: url("../image/1bg.jpg") no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  padding-top: .5rem;
}
.service .service_container {
  width: 100%;
  height: 100%;
  padding: 0 18%;
  box-sizing: border-box;
}
.service .service_container h1 {
  text-align: center;
  margin: 0;
}
.service .service_container h1 > span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  color: #000;
}
.service .service_container h1 span span {
  font-size: .48rem;
  color: #ff002a;
  margin-right: .1rem;
}
.service .service_container ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-top: .5rem;
}
.service .service_container>ul>li {
  height: auto;
  margin-bottom: .3rem;
}
.service .service_container ul li .service-show {
  position: relative;
  width: 100%;
  height: 4rem;
  margin: 0;
  background: #fff;
  border-radius: .2rem;
  text-align: center;
}
.service .service_container ul li .service-show .title {
  color: #0096ff;
  font-size: .36rem;
  font-weight: bold;
}
.service .service_container ul li .service-show .content {
  width: 100%;
  height: 2rem;
  margin: 0;
  text-align: center;
}
.service .service_container ul li .service-show .content img {
  padding-top: .8rem;
}
.service .service_container ul li .service-hide {
  position: relative;
  width: 100%;
  height: auto;
  background: #0096ff;
  border-radius: .2rem;
}
.service .service_container ul li .service-hide>p {
  width: 100%;
  height: .6rem;
  margin: 0;
  line-height: .6rem;
  font-size: .27rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #0096ff;
}
.service .service_container ul li .service-hide .content {
  position: relative;
  width: 100%;
  height: 4rem;
}
.service .service_container ul li .service-hide .content a img {
  width: 2.5rem;
  display: block;
  margin: 0 auto;
}
.service .service_container ul li .service-hide .content .content-p {
  height: calc(100% - .8rem);
  padding: 10%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.service .service_container ul li .service-hide .content .content-p p {
  text-align: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  line-height: .24rem;
  font-size: .24rem;
  letter-spacing: .01rem;
  color: #fff;
}
.service .service_container ul li .service-hide .content a{
  display: block;
  text-align: center;
}
.service .service_container ul li .service-hide .content .content-pt a:hover{
  background: #0089ce;
}
.service_content{
  height: 4.8rem;
  background: #ffffff;
  border-radius: .15rem;
  margin: .5rem 0 1rem;
  text-align: center;
  padding: .4rem 0 0;
}
.service_img{
  width: .5rem;
  height: .5rem;
  margin: 0 auto;
}
.service_img img{
  display: block;
  width: 100%;
  height: 100%;
}
.service_title{
  font-size: .36rem;
  font-weight: bold;
  text-align: center;
  margin: .3rem 0 .4rem;
}
.service_text div{
  font-size: .24rem;
  line-height: .4rem;
  color: #999999;
}
.about{
  margin-bottom: 1rem;
}
.contantsWidth{
  width: 12rem;
  margin: 0 auto;
}
.about_contant{
  width: 12rem;
  margin: 0 auto;
}
.aboutImg{
  display: inline-block;
  width: 100%;
}
.aboutImg img{
  max-width: 100%;
}
.aboutContent{
  justify-content: space-between;
  margin-bottom: .3rem;
}
.aboutTitle{
  font-size: .4rem;
  color: #333333;
  font-weight: bold;
}
.aboutLink{
  display: block;
  width: 1.8rem;
  height: 0.55rem;
  line-height: 0.51rem;
  border-radius: .1rem;
  text-align: center;
  font-size: .24rem;
  border: .02rem solid #333333;
}
.aboutTextContent{
  font-size: .2rem;
  color: #999999;
  text-align: justify;
  margin-top: .15rem;
}
.competitiveness{
  background: url('../image/3-0bg.gif') no-repeat;
  background-size: 100% 100%;
  padding: .4rem 0;
}
.competitiveness_contant{
  width: 12rem;
  margin: 0 auto;
}
.competitiveness_title{
  font-size: .48rem;
  color: #0096ff;
  font-weight: bold;
  text-align: center;
  margin-bottom: .4rem;
}
.competitivenessImg{
  width: 1.54rem;
  height: 1.54rem;
  overflow: hidden;
  text-align: center;
  line-height: 1.54rem;
  margin: 0 auto;
}
.competitivenessImg img{
  display: inline-block;
  max-width: 1.54rem;
}
.competitivenessTitle{
  text-align: center;
  font-size: .24rem;
  margin: .2rem 0;
  font-weight: bold;
}
.competitivenessText{
  padding: 0 15%;
  color: #809eb2;
  font-size: .22rem;
  margin-bottom: .2rem;
}
.zhenduan{
  position: relative;
}
.zhenduan .input{
  display: block;
  width: 4rem;
  margin-bottom: 0.15rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  background: #ffffff;
  border: none;
  padding: 0 .2rem;
  outline: none;
}
.zhenduan .input.special{
  width: 2.5rem;
}
.zhenduan button{
  width: 2.5rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  background: #FFAE02;
  border-radius: .1rem;
  border: none;
  outline: none;
  font-size: .2rem;
  font-weight: bold;
}
.collect{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.zhenduan img{
  display: inline-block;
  width: 100%;
}
.cooperationBrand{
  position: relative;
}
.cooperationBrand img{
  display: inline-block;
  width: 100%;
}
.cooperationBrand_text{
  position: absolute;
  top: 1.6rem;
  width: 12rem;
  left: 50%;
  transform: translateX(-50%);
}
.cooperationBrand_text >div{
  width: 25%;
  font-size: .36rem;
  font-weight: bold;
  color: #90acd2;
}
.qualification{
  padding: .4rem 0;
}
.qualification_contant{
  width: 12rem;
  margin: 0 auto;
}
.qualification_title{
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  margin-bottom: .4rem;
}
.qualification_title span{
  display: block;
  font-size: .48rem;
  font-weight: bold;
  color: #0096ff;
}
.qualification_img {
  margin: .15rem 0;
}
.qualification_img img{
  width: 100%;
}
.qualification_all{
  width: 12rem;
  margin: 0 auto;
}
.qualification_list{
  height: 1.85rem;
  border-radius: .2rem;
  overflow: hidden;
}
.list-title{
  width: 25%;
  height: 1.85rem;
  font-size: .36rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: .3rem 0;
}
.list_titleimg{
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
  overflow: hidden;
  margin-bottom: .2rem;
}
.list_titleimg img{
  display: inline-block;
}
.list-content{
  width: 75%;
  height: 1.85rem;
  background: #EBF0F6;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.qualification_list{
  margin-bottom: .15rem;
}
.qualification_list1 .list-title{
  background: #0096FF;
}
.qualification_list2 .list-title{
  background: #FFAE02;
}
.qualification_list3 .list-title{
  background: #8F94A7;
}
.list_text{
  padding-left: .35rem;
  width: 3rem;
  font-size: 0.24rem;
  color: #333333;
}
.list_text img{
  display: inline-block;
  width: 0.18rem;
  margin-right: 0.1rem;
}
.walk{
  position: relative;
}
.walk > img{
  display: inline-block;
  width: 100%;
}
.walk_content{
  position: absolute;
  top: .6rem;
  left: 3.6rem;
}
.walk_title{
  font-size: .48rem;
  color: #0096ff;
  font-weight: bold;
  line-height: normal;
  margin-bottom: .1rem;
}
.walk_text{
  font-size: .36rem;
  color: #ffffff;
  margin-bottom: 1.3rem;
}
.footer-link{
  display: none !important;
}
.youshi {
  position: relative;
  width: 100%;
  height: 100%;
}
.youshi .youshi_container {
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.youshi .youshi_container h2 {
  margin: 0;
}
.youshi .youshi_container h2 span {
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  text-align: center;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  color: #000000;
}
.youshi .youshi_container .content_one {
  margin-top: .5rem;
}
.youshi .youshi_container .content_one ul li {
  height: 2.8rem;
  margin-bottom: .3rem;
}
.youshi .youshi_container .content_one ul li img {
  display: block;
  margin: 0 auto;
}
.youshi .youshi_container .content_one ul li .one_title {
  display: inline-block;
  width: 100%;
  height: .4rem;
  margin-top: .05rem;
  line-height: .4rem;
  font-size: .2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.youshi .youshi_container .content_one ul li .one_desc {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0 5%;
  box-sizing: border-box;
  margin-top: .2rem;
  line-height: .25rem;
  font-size: .2rem;
  color: #999;
}
.youshi .youshi_container .content_img {
  width: 100%;
  height: auto;
  margin: .5rem 0 0;
  padding: 0 25%;
  box-sizing: border-box;
}
.youshi .youshi_container .content_desc {
  width: 100%;
  height: .3rem;
  margin-top: .2rem;
  line-height: .3rem;
  font-size: .25rem;
  color: #000;
  text-align: center;
}
.youshi .youshi_container .content_desc span {
  font-size: .3rem;
  font-weight: bold;
  color: #ee0032;
}
.youshi .youshi_container .content_zizhi {
  width: 100%;
  height: 4.5rem;
  margin-top: .3rem;
}
.youshi .youshi_container .content_zizhi .zizhi_list {
  margin: 0;
  height: 100%;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(1) {
  height: 100%;
  background-color: #e8e8e8;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(1) p {
  display: inline-block;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) {
  height: 100%;
  background-color: #0096ff;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) p {
  display: inline-block;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) {
  height: 100%;
  background-color: #e8e5cc;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) p {
  display: inline-block;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li {
  width: 100%;
  height: .3rem;
  padding-left: 15%;
  box-sizing: border-box;
  margin-bottom: .2rem;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) ul li {
  padding-left: 5%;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li img {
  display: inline-block;
  float: left;
  width: .25rem;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li span {
  display: inline-block;
  float: left;
  margin-left: .1rem;
  height: .3rem;
  line-height: .3rem;
  font-size: .15rem;
  color: #000000;
}
.youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) ul li span {
  color: #ffffff;
}
.youshi .youshi_container .content_photos_one {
  width: 100%;
  height: auto;
  margin-top: .3rem;
}
.youshi .youshi_container .content_photos_one .photos_one_list {
  width: 100%;
  height: auto;
  margin: 0;
}
.youshi .youshi_container .content_photos_one .photos_one_list .photos_one_one img {
  display: inline-block;
  width: 100%;
  margin-bottom: .15rem;
}
.youshi .youshi_container .content_photos_one .photos_one_list .photos_one_one p {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: .2rem;
  font-size: .15rem;
  color: #8f8f8f;
  text-align: center;
}
.youshi .youshi_container .content_photos_two {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
}
.youshi .youshi_container .content_photos_two .photos_two_list {
  width: 100%;
  height: auto;
  margin: 0;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(1) img {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-top: .38rem;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(2) img {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-top: .43rem;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(3) img {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-top: .43rem;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(4) img {
  display: inline-block;
  width: 50%;
  margin-left: 25%;
  margin-bottom: .05rem;
}
.youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one p {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: .2rem;
  font-size: .15rem;
  color: #8f8f8f;
  text-align: center;
}
.jiangxiang {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000000;
}
.jiangxiang .jiangxiang_container {
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.jiangxiang .jiangxiang_container h2 {
  margin: 0;
}
.jiangxiang .jiangxiang_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #ffffff;
}
.jiangxiang .jiangxiang_container .jiangxiang_desc {
  display: inline-block;
  width: 100%;
  height: .25rem;
  margin-top: .3rem;
  line-height: .25rem;
  font-size: .18rem;
  letter-spacing: .02rem;
  color: #7a7a7a;
  text-align: center;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list {
  display: none;
  width: 100%;
  height: auto;
  margin-top: .3rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list {
  width: 100%;
  height: auto;
  margin: 0;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one {
  height: 1.2rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p {
  width: 100%;
  line-height: .2rem;
  font-size: .12rem;
  color: #7a7a7a;
  text-align: center;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p span {
  line-height: .2rem;
  font-size: .12rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list {
  width: 100%;
  height: auto;
  margin-top: .3rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list .pc_list {
  width: 100%;
  height: auto;
  margin: 0;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list .pc_list .pc_list_one {
  height: 1rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list .pc_list .pc_list_one p {
  width: 100%;
  line-height: .2rem;
  font-size: .12rem;
  color: #7a7a7a;
  text-align: center;
}
.liucheng {
  position: relative;
  width: 100%;
  height: 5rem;
  /*background: url('../../images/home/2019_06_19/bg-9.jpg') no-repeat;*/
}
.liucheng > img{
  display: block;
  width: 100%;
  height: 100%;
}
.liucheng .liucheng_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.liucheng .liucheng_container h2 {
  margin: 0;
}
.liucheng .liucheng_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #ffffff;
}
.liucheng .liucheng_container .liucheng_detail {
  width: 100%;
  height: auto;
  margin-top: .5rem;
}
.liucheng .liucheng_container .liucheng_detail .detail_list {
  margin: 0;
}
.liucheng .liucheng_container .liucheng_detail .detail_list .detail_one {
  margin-bottom: .5rem;
}
.liucheng .liucheng_container .liucheng_detail .detail_list .detail_one img {
  display: block;
  width: .5rem;
  margin: 0 auto;
}
.liucheng .liucheng_container .liucheng_detail .detail_list .detail_one p {
  display: block;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  font-size: .22rem;
  letter-spacing: .03rem;
  color: #ffffff;
  text-align: center;
}
.team {
  position: relative;
  width: 100%;
  height: 12rem;
  /*background: url('../../images/home/2019_06_19/bg-10.jpg') no-repeat;*/
  /*background-size: 100% 100%;*/
}
.team > img{
  display: block;
  width: 100%;
  height: 100%;
}
.team .team_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.team .team_container h2 {
  margin: 0;
}
.team .team_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #ffffff;
}
.team .team_container .team_desc {
  display: inline-block;
  width: 100%;
  height: .25rem;
  margin-top: .3rem;
  line-height: .25rem;
  font-size: .16rem;
  letter-spacing: .01rem;
  color: #7a7a7a;
  text-align: center;
}
.team .team_container .team_detail {
  margin-top: .3rem;
}
.team .team_container .team_detail .detail_list {
  margin: 0;
}
.team .team_container .team_detail .detail_list .detail_one_bottom {
  height: auto;
  padding: 0 .5rem;
  box-sizing: border-box;
}
.team .team_container .team_detail .detail_list .detail_one img {
  display: block;
  width: 100%;
}
.team .team_container .team_detail .detail_list .detail_one p {
  display: inline-block;
  width: 100%;
  line-height: .2rem;
  font-size: .14rem;
  letter-spacing: .01rem;
  color: #adadad;
  text-align: left;
}
.team .team_container .team_detail .detail_list .detail_one p span {
  display: inline-block;
  width: 100%;
  line-height: .5rem;
  font-size: .2rem;
  color: #ffffff;
  text-align: center;
}
.aboutus {
  position: relative;
  width: 100%;
  height: auto;
}
.aboutus .mobile {
  display: none;
}
.aboutus .pc {
  display: block;
  width: 100%;
}
.pinpai {
  position: relative;
  width: 100%;
  height: auto;
}
.pinpai .pinpai_container {
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.pinpai .pinpai_container h2 {
  margin: 0;
}
.pinpai .pinpai_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.pinpai .pinpai_container .pinpai_detail {
  margin-top: .5rem;
}
.pinpai .pinpai_container .pinpai_detail p {
  display: inline-block;
  width: 100%;
  height: .4rem;
  margin: 0;
  font-size: .2rem;
  font-weight: bold;
  letter-spacing: .01rem;
  color: #9c9c9c;
}
.pinpai .pinpai_container .pinpai_detail .detail_list li img {
  display: block;
  width: 100%;
}
.angli {
  position: relative;
  width: 100%;
  height: auto;
}
.angli .angli_container {
  width: 100%;
  height: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
.angli .angli_container h2 {
  margin: 0;
}
.angli .angli_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.angli .angli_container .angli_detail {
  margin-top: .5rem;
}
.angli .angli_container .angli_detail .detail_list {
  margin: 0;
}
.angli .angli_container .angli_detail .detail_list li {
  position: relative;
}
.angli .angli_container .angli_detail .detail_list li .angli_one {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: .2rem;
}
.angli .angli_container .angli_detail .detail_list li .angli_one img {
  display: inherit;
  width: 100%;
  height: 100%;
}
.angli .angli_container .angli_detail .detail_list li .angli_one .one_detail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_title {
  position: absolute;
  width: 50%;
  height: auto;
  left: 25%;
  top: 65%;
  padding: .05rem .1rem;
  line-height: .18rem;
  font-size: .14rem;
  color: #000;
  background: #f3cb54;
  text-align: center;
}
.angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_desc {
  position: absolute;
  width: 80%;
  height: auto;
  left: 10%;
  top: 70%;
  line-height: .3rem;
  font-size: .15rem;
  letter-spacing: .02rem;
  color: #000;
  text-align: left;
}
.dongtai {
  position: relative;
  width: 100%;
  height: auto;
}
.dongtai .dongtai_container {
  width: 100%;
  height: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
.dongtai .dongtai_container h2 {
  margin: 0;
}
.dongtai .dongtai_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.dongtai .dongtai_container .pc {
  width: 100%;
  height: 100%;
  margin: 0;
  margin-top: .3rem;
}
.dongtai .dongtai_container .mobile {
  display: none;
  height: 100%;
  margin: 0;
}
.dongtai .dongtai_container .mobile li {
  padding: 0;
  height: 2.5rem;
  margin-bottom: .2rem;
  background-color: #0096ff;
}
.dongtai .dongtai_container .mobile li:nth-child(1) img {
  display: inline-block;
  width: 50%;
  height: 100%;
  float: right;
}
.dongtai .dongtai_container .mobile li:nth-child(1) p {
  display: -webkit-box;
  width: 50%;
  height: initial;
  float: left;
  padding: .25rem;
  box-sizing: border-box;
  line-height: .4rem;
  font-size: .24rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.dongtai .dongtai_container .mobile li:nth-child(2) img {
  display: inline-block;
  width: 50%;
  height: 100%;
  float: left;
}
.dongtai .dongtai_container .mobile li:nth-child(2) p {
  display: -webkit-box;
  width: 50%;
  height: initial;
  float: right;
  padding: .25rem;
  box-sizing: border-box;
  line-height: .4rem;
  font-size: .24rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.dongtai .dongtai_container .pc li {
  /* padding: 0; */
  background: #0096ff;
  background-clip: content-box;
}
.dongtai .dongtai_container .pc .pc-left {
  height: auto;
  line-height: .25rem;
  font-size: .16rem;
  color: #9c9c9c;
}
.dongtai .dongtai_container .pc li img {
  display: inline-block;
  width: 50%;
  height: 100%;
  float: left;
}
.dongtai .dongtai_container .pc li p {
  display: -webkit-box;
  float: right;
  width: 50%;
  height: initial;
  margin-top: .3rem;
  padding-left: .2rem;
  padding-right: .2rem;
  line-height: .25rem;
  font-size: .16rem;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.dongtai .dongtai_container .pc .pc-right {
  height: 100%;
  background: #0096ff;
  background-clip: content-box;
}
.dongtai .dongtai_container .pc .pc-right img {
  display: inline-block;
  width: 50%;
  height: 100%;
  float: left;
}
.dongtai .dongtai_container .pc .pc-right div {
  display: inline-block;
  float: right;
  width: 50%;
  height: initial;
  background: #0096ff;
}
.dongtai .dongtai_container .dongtai_detail {
  margin-top: .5rem;
}
.dongtai .dongtai_container .dongtai_detail .detail_list {
  margin: 0;
}
.dongtai .dongtai_container .dongtai_detail .detail_list .list_one img {
  display: block;
  width: 100%;
}
.dongtai .dongtai_container .dongtai_detail .detail_list .list_one p {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .1rem;
  line-height: .2rem;
  font-size: .13rem;
  color: #000;
}
.shipin {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: .6rem;
}
.shipin .shipin_bg {
  display: inherit;
  width: 100%;
  height: 100%;
}
.shipin .shipin_desc {
  position: absolute;
  width: auto;
  height: auto;
  left: 30%;
  top: 20%;
  line-height: .4rem;
  font-size: .25rem;
  color: #fff;
}
.shipin .shipin_desc span {
  line-height: .4rem;
  font-size: .25rem;
}
.shipin .item_video_button {
  position: absolute;
  width: 1rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#my-video {
  object-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -10;
}
.baozhang {
  position: relative;
  width: 100%;
  height: 8rem;
  /*background: url('../../images/home/2019_06_19/bg-16.jpg') no-repeat;*/
  /*background-size: 100% 100%;*/
}
.baozhang > img{
  display: block;
  width: 100%;
  height: 100%;
}
.baozhang .baozhang_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25%;
  box-sizing: border-box;
}
.baozhang .baozhang_container h2 {
  margin: 0;
}
.baozhang .baozhang_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.baozhang .baozhang_container .baozhang_detail {
  margin-top: .5rem;
}
.baozhang .baozhang_container .baozhang_detail .detail_list {
  margin: 0;
}
.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div {
  height: 2.5rem;
  background: #fff;
  margin-bottom: .3rem;
  padding-top: .15rem;
  padding-left: .2rem;
  padding-right: .2rem;
  box-sizing: border-box;
}
.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div img {
  display: block;
  width: .5rem;
  margin: 0 auto;
}
.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div p {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  line-height: .25rem;
  font-size: .2rem;
  color: #000;
  text-align: center;
}
/* .baozhang img {
  display: inherit;
  width: 100%;
  height: 100%;
} */
/* .home_page .banner img {
  display: inherit;
} */
/* .home_page .banner div {
  position: absolute;
  top: 50%;
  width: 60%;
  left: 20%;
} */
/* .home_page .banner div p {
  min-width: 1000px;
  width: 84%;
  padding-left: 16%;
  text-align: left;
  font-size: 48px;
  font-weight: 600;
  background: #fff;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Noto Sans SC";
} */
/* .home_page .banner .btn {
  position: absolute;
  top: 65%;
  left: 20%;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 9px;
  width: 487px;
  font-weight: 600;
  height: 74px;
  line-height: 74px;
  font-size: 44px;
  text-align: center;
} */
.home_page .home_page_1 {
  background: #fefeff;
}
.home_page .home_page_1 div.center {
  width: 1200px;
  height: 374px;
  margin: 0 auto;
  font-family: "SourceHanSansCN-Light";
}
.home_page .home_page_1 div.center .center_shichang {
  position: relative;
  margin: 0 auto;
  width: 860px;
}
.home_page .home_page_1 div.center .center_shichang .item_text_title {
  margin-top: 58px;
  font-size: 30px;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  color: #131313;
}
.home_page .home_page_1 div.center .center_shichang .item_text_content {
  margin-top: 54px;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "SourceHanSansCN-Light";
  color: #686868;
}
.home_page .home_page_1 div.center .center_shichang .item_text_button {
  position: absolute;
  right: 25px;
  margin-top: 65px;
  display: inline-block;
}
.home_page .home_page_1 div.center .center_shichang .item_text_button img {
  width: 178px;
}
.home_page .home_page_2 {
  background: url('../image/官网首页改版_03.jpg') no-repeat center top;
}
.home_page .home_page_2 div.center {
  position: relative;
  width: 1200px;
  height: 435px;
  margin: 0 auto;
}
.home_page .home_page_2 div.center #add {
  margin: 146px 0 0 80px;
}
.home_page .home_page_2 div.center #add p {
  font-family: "SourceHanSansCN-Medium";
  font-size: 24px;
  color: #fff;
  position: relative;
}
.home_page .home_page_2 div.center #add p span {
  position: absolute;
  top: -16px;
  left: 61px;
  font-size: 24px;
  color: yellow;
}
.home_page .home_page_2 div.center .item_video_button {
  display: table;
  margin: -33px auto;
}
.home_page .home_page_2 div.center #my-video {
  /*object-fit: cover;*/
  object-position: center center;
  position: absolute;
  top: 0;
  left: 78px;
  z-index: -10;
}
.home_page .home_page_3 {
  background: url('../image/官网首页改版_04.jpg') no-repeat center top;
}
.home_page .home_page_3 div.center {
  position: relative;
  width: 1200px;
  height: 813px;
  margin: 0 auto;
}
.home_page .home_page_3 div.center .item_text_title {
  margin-top: 37px;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  color: #fff;
}
.home_page .home_page_3 div.center .item_text_46fen div > li.item_text_46fen_item {
  display: inline-block;
  width: 49%;
}
.home_page .home_page_3 div.center .item_text_46fen div > li.item_text_46fen_item .pre_box {
  margin: 36px 0 0;
  display: flex;
}
.home_page .home_page_3 div.center .item_text_46fen div > li.item_text_46fen_item .pre_box .pre_img {
  margin: 45px;
  width: 100px;
  height: 86px;
  display: block;
}
.home_page .home_page_3 div.center .item_text_46fen div > li.item_text_46fen_item .pre_box div {
  padding-top: 50px;
  width: 347px;
  color: #fff;
}
.home_page .home_page_3 div.center .item_text_46fen div > li.item_text_46fen_item .pre_box div .pre_title {
  margin-bottom: 18px;
  font-family: "SourceHanSansCN-Regular";
  font-size: 24px;
  font-weight: 500;
}
.home_page .home_page_3 div.center .item_text_46fen div > li.item_text_46fen_item .pre_box div .pre_line {
  margin-bottom: 18px;
  display: block;
  height: 3px;
  width: 70px;
  background-color: #cebb30;
}
.home_page .home_page_3 div.center .item_text_46fen div > li.item_text_46fen_item .pre_box div .pre_text {
  font-family: "SourceHanSansCN-Light";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}
.home_page .home_page_3 div.center .item_button {
  position: absolute;
  right: 87px;
  bottom: 42px;
  margin-top: 65px;
  display: inline-block;
}
.home_page .home_page_3 div.center .item_button img {
  width: 178px;
}
.home_page .home_page_4 {
  background-color: #ececec;
}
.home_page .home_page_4 div.center {
  position: relative;
  width: 1200px;
  height: 827px;
  margin: 0 auto;
}
.home_page .home_page_4 div.center .flex-item-title {
  font-size: 33px;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  font-weight: bold;
  color: #010101;
  margin-top: 35px;
}
.home_page .home_page_4 div.center .item_text_color_three {
  margin-top: 89px;
  overflow: hidden;
}
.home_page .home_page_4 div.center .item_text_color_three .item_text_color_three_item {
  float: left;
  margin: 0 10px 0px;
  height: 460px;
}
.home_page .home_page_4 div.center .item_text_color_three .item_text_color_three_item .pre_box a .img_box {
  width: 380px;
  height: 380px;
  overflow: hidden;
}
.home_page .home_page_4 div.center .item_text_color_three .item_text_color_three_item .pre_box a .img_box img {
  max-width: 200%;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_page .home_page_4 div.center .item_text_color_three .item_text_color_three_item .pre_box a .text_box {
  background-color: #fff;
  height: 66px;
  padding: 20px;
  width: 340px;
}
.home_page .home_page_4 div.center .item_text_color_three .item_text_color_three_item .pre_box a .text_box p {
  font-size: 16px;
  color: #676767;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-family: "SourceHanSansCN-Light";
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_page .home_page_4 div.center .item_text_button_more {
  position: absolute;
  right: 12px;
  bottom: 51px;
}
.home_page .home_page_5 {
  background: url('../image/官网首页改版_06.jpg') no-repeat center top;
}
.home_page .home_page_5 div.center {
  position: relative;
  width: 1200px;
  height: 816px;
  margin: 0 auto;
}
.home_page .home_page_5 div.center .item_text_title {
  font-family: "SourceHanSansCN-Medium";
  margin-top: 35px;
  font-size: 33px;
  text-align: center;
  color: #fff;
}
.home_page .home_page_5 div.center .item_text_content {
  font-family: "SourceHanSansCN-Light";
  margin-top: 47px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.home_page .home_page_5 div.center .home_page_5_box {
  position: relative;
}
.home_page .home_page_5 div.center .home_page_5_box .home_page_5_img {
  margin: 67px auto;
  width: 100%;
  display: inline-block;
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white {
  position: absolute;
  width: 257px;
  height: 415px;
  background-color: rgba(255, 255, 255, 0);
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(2) {
  top: 67px;
  left: 85px;
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(2):hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(3) {
  top: 67px;
  left: 342px;
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(3):hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(4) {
  top: 67px;
  left: 599px;
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(4):hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(5) {
  top: 67px;
  left: 856px;
}
.home_page .home_page_5 div.center .home_page_5_box .hover_white:nth-child(5):hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.home_page .home_page_5 div.center .home_page_5_button {
  position: absolute;
  right: 0px;
  bottom: 28px;
}

.case {
  background-color: #d7d7d7;
}
.case h2 span{
  font-size: .4rem;
  font-weight: bold;
}
.case{
  width: 100%;
}
.case_padding{
  width: 12rem;
  margin: 0 auto;
}
.case h2{
  font-size: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: .2rem;
}
.case h2 span{
  font-size: .4rem;
  font-weight: bold;
}
.case h4{
  font-size: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: .4rem;
}
.case h4 span{
  font-size: .32rem;
}
.case_container .special_texts {
  color: #0096ff;
}
.case_container{
  padding-top: .4rem;
  width: 12rem;
  margin: 0 auto;
}
.case_text{
  position: absolute;
  top: .1rem;
  left: 0;
  width: 6rem;
  height: 4.1rem;
  opacity: 0.9;
}
.case_text > div{
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: .45rem .58rem 0;
}
.case_text_title{
  /*font-size: .2rem;*/
  color: #ffffff;
  margin-bottom: .05rem;
}
.case_text_tips{
  font-size: .24rem;
  color: #ffea00;
  font-weight: bold;
  margin-bottom: .2rem;
}
.case_text_text{
  font-size: .18rem;
  line-height: .28rem;
  color: #ffffff;
  text-align: justify;
}
.tabs_menu {
  width: 100%;
  font-size: 0;
  margin-bottom: .1rem;
}

.tabs_menu li {
  cursor: pointer;
  list-style: none;
  font-size: .18rem;
  width: 1.98rem;
  height: 1.04rem;
  text-align: center;
  color: #ffffff;
  background: #999999;
  margin: 0 .02rem;
}
.tabs_menu .more-info {
  display: inline-block;
  padding-top: .2rem;
}
.tabs_menu .head-img {
  margin-left: .3rem;
}
.tabs_menu li:first-child .head-img img {
  width: .4rem;
}
.tabs_menu li:first-child .head-text {
  margin-left: .2rem;
}
.tabs_menu li:first-child .head-text span {
  font-size: .22rem;
  color: #b8b8b8;
}
.tabs_menu li:not(:first-child) {
  padding-top: .2rem;
  background-color: #c5c5c5;
}
.tabs_menu li:not(:first-child) .head-title {
  font-size: .20rem;
  color: #f4f4f4;
  margin-bottom: .1rem;
  font-weight: bold;
}
.tabs_menu li:not(:first-child) .head-text {
  font-size: .16rem;
  color: #8f8f8f;
  font-weight: bold;
}
.tabs_menu li.active {
  background: #008aff;
}
.tabs_menu li.active .head-text {
  color: #fff;
}
.tabs_box {
  margin-bottom: 0;
}
.tabs_box li>div {
  width: 100%;
  height: 5.2rem;
}
.gallery-thumbs {
  height: 5.2rem;
  width: 2rem;
  text-align: center;
}
.gallery-thumbs .swiper-sidebar {
  /*height: 1.04rem;*/
}
.gallery-thumbs .swiper-wrapper {
  /*height: 4.31rem;*/
}

.gallery-thumbs .swiper-slide {
  height: 1.158rem;
  width: 1.98rem;
  cursor: pointer;
  font-size: .2rem;
  line-height: 1.04rem;
  color: #888;
  background-color: #f4f4f4;
  margin-bottom: .05rem;
  font-weight: bold;
}
.gallery-thumbs .swiper-sidebar div.active {
  color: #008aff;
}
.gallery-top {
  height: 100%;
  width: 10rem;
  margin-left: .05rem;
}
.gallery-top .swiper-slide{
  width: 10rem;
  height: 5.2rem;
  position: relative;
}
.gallery-top .swiper-slide > img{
  height: 4.78rem;
  width: 9.95rem;
}
.gallery-top .swiper-wrapper img {
  /*height: 4.31rem;*/
}
.gallery-top .swiper-slide .case_text .case_text_title img{
  /*display: block;*/
  /*width: 100%;*/
  height: .05rem;
}
.case .swiper-container img {
  margin-left: .02rem;
}

@media screen and (max-width: 1199px) {
  .pc-banner {
    display: block;
  }

  .mobile-banner {
    display: none;
  }

  /* .banner .swiper-container {
    height: 755px;
  } */

  .intro {
    height: 900px;
  }

  .intro .intro_content ul li img {
    width: 4em;
    height: 4em;
  }

  .intro .intro_content ul li p:nth-child(2) {
    font-size: 72px;
  }

  .intro .intro_content ul li p:nth-child(3) {
    font-size: 24px;
  }

  .service {
    height: 11.8rem;
  }

  .service .service_container {
    padding: 0 10%;
  }

  .service .service_container ul li div p {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }

  .service .service_container ul li div .content .content_ul .content_li {
    margin-left: 25%;
    line-height: 28px;
    font-size: 22px;
  }

  .service .service_container ul li div .content a {
    height: 40px;
    left: 25%;
    bottom: 15px;
    line-height: 40px;
    font-size: 25px;
    border-radius: 10px;
  }

  .service .service_container ul li .service-show .content {
    height: 2.5rem;
  }

  .youshi {
    /* height: 2500px; */
  }

  .youshi .youshi_container {
    padding: 0 10%;
  }

  .youshi .youshi_container .content_one {
    margin-top: 3em;
  }

  .youshi .youshi_container .content_one ul li .one_desc {
    padding: 0 10%;
  }

  .youshi .youshi_container .content_img {
    margin-top: 4em;
    padding: 0 25%;
  }

  .youshi .youshi_container .content_desc {
    height: 30px;
    padding: 0 20%;
    line-height: 30px;
    font-size: 25px;
    box-sizing: border-box;
  }

  .youshi .youshi_container .content_desc span {
    font-size: 25px;
  }

  .youshi .youshi_container .content_zizhi {
    height: 400px;
  }

  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li {
    padding-left: 5%;
    margin-bottom: 1em;
  }

  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) ul li {
    padding-left: 2%;
  }

  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li img {
    width: 1.5em;
  }

  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li span {
    height: 1.5em;
    line-height: 1.5em;
  }
  .youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(4) img {
    margin-top: 1em;
  }

  .jiangxiang .jiangxiang_container {
    padding: 0 5%;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_desc {
    height: 20px;
    margin-top: 1.5em;
    line-height: 20px;
    font-size: 20px;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_pc_list {
    display: none;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list {
    display: block;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p {
    font-size: 18px;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p span {
    font-size: 18px;
  }

  .liucheng .liucheng_container {
    padding: 0 10%;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one img {
    width: 60px;
  }

  .liucheng {
    height: 500px;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one p {
    font-size: 22px;
  }

  .team {
    height: 950px;
  }

  .team .team_container {
    padding: 0 10%;
  }

  .team .team_container .team_detail .detail_list .detail_one img {
    width: 100%;
  }

  .team .team_container .team_detail .detail_list .detail_one p {
    line-height: 20px;
    font-size: 12px;
  }

  .team .team_container .team_detail .detail_list .detail_one p span {
    line-height: 25px;
    font-size: 14px;
  }

  .aboutus .mobile {
    display: none;
  }

  .pinpai .pinpai_container {
    padding: 0 10%;
  }

  .angli .angli_container {
    padding: 0 10%;
  }
}

@media screen and (max-width: 991px) {
  .pc-banner {
    display: block;
  }

  .mobile-banner {
    display: none;
  }

  /* .banner .swiper-container {
    height: 730px;
  } */

  .intro {
    height: 900px;
  }

  .intro .intro_content ul li img {
    width: 4em;
    height: 4em;
  }

  .intro .intro_content ul li p:nth-child(2) {
    font-size: 65px;
  }

  .intro .intro_content ul li p:nth-child(3) {
    font-size: 24px;
  }

  .service {
    height: 18.5rem;
  }

  .service .service_container {
    padding: 0 10%;
  }

  .service .service_container ul {
    margin-top: 3em;
  }

  .service .service_container>ul>li {
    height: 5rem;
    margin-bottom: 2em;
    /* padding: 0 3px; */
  }

  .service .service_container ul li div p {
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }

  .service .service_container ul li div .content {
    height: 220px;
  }

  .service .service_container ul li div .content .content_ul .content_li {
    margin-left: 20%;
    line-height: 20px;
    font-size: 18px;
  }

  .service .service_container ul li div .content a {
    height: 30px;
    left: 25%;
    bottom: 15px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 5px;
  }

  .youshi {
    position: relative;
    width: 100%;
    height: 12rem;
    background-color: #f4f4f4;
  }
  .youshi .youshi_container {
    width: 100%;
    height: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .youshi .youshi_container h2 {
    margin: 0;
  }
  .youshi .youshi_container h2 > span {
    display: inline-block;
  }
  .youshi .youshi_container h2 span {
    width: 100%;
    height: .5rem;
    margin-top: .4rem;
    line-height: .5rem;
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    letter-spacing: .05rem;
    color: #000;
  }
  .youshi .youshi_container .content_one {
    margin-top: .6rem;
  }
  .youshi .youshi_container .content_one .row {
    margin-bottom: 0;
  }
  .youshi .youshi_container .content_one ul li {
    height: 3rem;
    margin-bottom: .3rem;
  }
  .youshi .youshi_container .content_one ul li img {
    display: block;
    margin: 0 auto;
  }
  .youshi .youshi_container .content_one ul li .one_title {
    display: inline-block;
    width: 100%;
    height: .4rem;
    /* margin-top: 5px; */
    margin: 0;
    line-height: .4rem;
    font-size: .2rem;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .youshi .youshi_container .content_one ul li .one_desc {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 0 0 5%;
    margin-top: .1rem;
    box-sizing: border-box;
    line-height: .35rem;
    font-size: .2rem;
    color: #999;
  }
  .youshi .youshi_container .content_img {
    width: 100%;
    height: auto;
    margin-top: .8rem;
    padding: 0 25%;
    box-sizing: border-box;
  }
  .youshi .youshi_container .content_desc {
    width: 100%;
    height: auto;
    margin-top: .1rem;
    line-height: .3rem;
    font-size: .25rem;
    color: #000;
    text-align: center;
  }
  .youshi .youshi_container .content_desc span {
    font-size: .25rem;
    font-weight: bold;
  }
  .youshi .youshi_container .content_zizhi {
    width: 100%;
    height: 4.5rem;
    margin-top: .3rem;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list {
    margin: 0;
    height: 100%;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(1) {
    height: 100%;
    background-color: #e8e8e8;
    padding: 0;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(1) p {
    display: inline-block;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    font-size: .28rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) {
    height: 100%;
    background-color: #0096ff;
    padding: 0;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) p {
    display: inline-block;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    font-size: .28rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) {
    height: 100%;
    background-color: #e8e5cc;
    padding: 0;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(3) p {
    display: inline-block;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    font-size: .28rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li {
    width: 100%;
    height: .3rem;
    padding-left: 15%;
    box-sizing: border-box;
    margin-bottom: .15rem;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li img {
    display: inline-block;
    float: left;
    width: .2rem;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one ul li span {
    display: inline-block;
    float: left;
    margin-left: .1rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .16rem;
    color: #000000;
  }
  .youshi .youshi_container .content_zizhi .zizhi_list .zizhi_one:nth-child(2) ul li span {
    color: #ffffff;
  }
  .youshi .youshi_container .content_photos_one {
    width: 100%;
    height: auto;
    margin-top: .3rem;
  }
  .youshi .youshi_container .content_photos_one .photos_one_list {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .youshi .youshi_container .content_photos_one .photos_one_list .photos_one_one img {
    display: inline-block;
    width: 100%;
    margin-bottom: .05rem;
  }
  .youshi .youshi_container .content_photos_one .photos_one_list .photos_one_one p {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: .2rem;
    font-size: .15rem;
    color: #8f8f8f;
    text-align: center;
  }
  .youshi .youshi_container .content_photos_two {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
  }
  .youshi .youshi_container .content_photos_two .photos_two_list {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(1) img {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: .45rem;
    margin-bottom: .05rem;
  }
  .youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(2) img {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: .5rem;
    margin-bottom: .05rem;
  }
  .youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(3) img {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: .5rem;
    margin-bottom: .05rem;
  }
  .youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one:nth-child(4) img {
    display: inline-block;
    width: 50%;
    margin-left: 25%;
    margin-top: .1rem;
    margin-bottom: .05rem;
  }
  .youshi .youshi_container .content_photos_two .photos_two_list .photos_two_one p {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: .2rem;
    font-size: .15rem;
    color: #8f8f8f;
    text-align: center;
  }
  .youshi .youshi_container .icon-title {
    height: .8rem;
    font-weight: bold;
  }
  .youshi .youshi_container .icon-title img {
    width: .7rem;
    float: left
  }
  .youshi .youshi_container .icon-title div {
    width: 100%;
    margin-bottom: .05rem;
    font-size: .25rem;
    height: 100%;
    color: #333;
    line-height: .8rem;
    padding-left: .8rem;
  }

  .jiangxiang .jiangxiang_container {
    padding: 0 5%;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_pc_list {
    display: none;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list {
    display: block;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p {
    font-size: 16px;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p span {
    font-size: 16px;
  }

  .liucheng .liucheng_container {
    padding: 0 10%;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one img {
    width: 60px;
  }

  .liucheng {
    height: 500px;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one p {
    font-size: 18px;
  }

  .team {
    height: 1800px;
  }

  .team .team_container {
    padding: 0 10%;
  }

  .team .team_container .team_detail .detail_list:nth-child(2) .detail_one {
    margin-bottom: 2em;
    height: 550px;
  }

  .team .team_container .team_detail .detail_list .detail_one img {
    width: 100%;
  }

  .team .team_container .team_detail .detail_list .detail_one p {
    line-height: 20px;
    font-size: 15px;
  }

  .team .team_container .team_detail .detail_list .detail_one p span {
    line-height: 40px;
    font-size: 18px;
  }

  .aboutus .pc {
    display: none;
  }

  .aboutus .mobile {
    display: block;
    width: 100%;
  }

  .pinpai .pinpai_container {
    padding: 0 10%;
  }

  .pinpai .pinpai_container .pinpai_detail {
    margin-top: 3em;
  }

  .pinpai .pinpai_container .pinpai_detail p {
    height: 40px;
    font-size: 20px;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(5) {
    display: none;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(6) {
    display: none;
  }

  .angli .angli_container {
    padding: 0 10%;
  }
}

@media screen and (max-width: 767px) {
  header div.headline-pc {
    display: none;
  }
  header div.headline-mobile {
    display: block;
  }
  .strength_content{
    margin-top: 0 !important;
  }
  .competitivenessText{
    padding: 0;
  }
  .contantsWidth{
    width: 100%;
    padding: 0 .2rem;
  }
  .zhenduan img{
    min-height: 3rem;
  }
  .walk_content{
    top: .1rem;
    left: .1rem;
  }
  .walk_text{
    margin-bottom: 0;
  }
  .cooperationBrand_text{
    top: 0.55rem;
    width: 60%;
  }
  .cooperationBrand_text >div{
    font-size: .12rem;
  }
  .pc-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .newDetail .youshi {
    padding: 0 1%;
  }

  .newDetail .youshi .youshi_one {
    padding: 0 5px;
  }

  .newDetail .youshi .youshi_one .youshi_one_content {
    height: 1.2rem;
  }

  .newDetail .partner {
    padding: 0 1%;
  }

  .newDetail .partner .partner_list .partner_one {
    padding: 0 5px;
  }


  .newJiangxiang .list {
    padding: 0;
  }


  .dynamic {
    padding: 0;
  }

  .jinmaijiang_mask .mask_content,
  .topdigital_mask .mask_content,
  .databank_mask .mask_content,
  .alibaba_mask .mask_content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    box-sizing: border-box;
  }

  .jinmaijiang_mask .mask_content .mask_title,
  .topdigital_mask .mask_content .mask_title,
  .databank_mask .mask_content .mask_title,
  .alibaba_mask .mask_content .mask_title {
    display: inline-block;
    width: 100%;
    height: .5rem;
    margin: 0;
    margin-top: .4rem;
    line-height: .5rem;
    font-size: .35rem;
    font-weight: 600;
    color: #FCBF3A;
  }

  .jinmaijiang_mask .mask_content .mask_list,
  .topdigital_mask .mask_content .mask_list,
  .databank_mask .mask_content .mask_list,
  .alibaba_mask .mask_content .mask_list {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: .2rem;
  }

  .jinmaijiang_mask .mask_content .mask_list li,
  .topdigital_mask .mask_content .mask_list li,
  .databank_mask .mask_content .mask_list li,
  .alibaba_mask .mask_content .mask_list li {
    width: 100%;
    margin-bottom: .2rem;
  }

  .jinmaijiang_mask .mask_content .mask_list li .mask_list_one,
  .topdigital_mask .mask_content .mask_list li .mask_list_one,
  .databank_mask .mask_content .mask_list li .mask_list_one,
  .alibaba_mask .mask_content .mask_list li .mask_list_one {
    display: flex;
    width: 100%;
    height: auto;
  }

  .jinmaijiang_mask .mask_content .mask_list li .mask_list_one .one_icon,
  .topdigital_mask .mask_content .mask_list li .mask_list_one .one_icon,
  .databank_mask .mask_content .mask_list li .mask_list_one .one_icon,
  .alibaba_mask .mask_content .mask_list li .mask_list_one .one_icon {
    display: flex;
    float: left;
    width: .1rem;
    height: inherit;
    align-items: center;
  }

  .jinmaijiang_mask .mask_content .mask_list li .mask_list_one span,
  .topdigital_mask .mask_content .mask_list li .mask_list_one span,
  .databank_mask .mask_content .mask_list li .mask_list_one span,
  .alibaba_mask .mask_content .mask_list li .mask_list_one span {
    display: block;
    width: 100%;
    height: .1rem;
    background: #FCBF3A;
  }

  .jinmaijiang_mask .mask_content .mask_list li .mask_list_one .one_content,
  .topdigital_mask .mask_content .mask_list li .mask_list_one .one_content,
  .databank_mask .mask_content .mask_list li .mask_list_one .one_content,
  .alibaba_mask .mask_content .mask_list li .mask_list_one .one_content {
    flex: 1;
    height: auto;
    margin: 0;
    margin-left: .2rem;
    font-size: .22rem;
    letter-spacing: 3px;
    color: #fff;
  }


  .dynamic .dynamic_title {
    display: none;
  }

  .dynamic .mobile_dynamic_title {
    display: block;
  }

  .dynamic .dynamic_list {
    display: none;
  }

  .dynamic .mobile_dynamic_list {
    display: block;
  }

  .dynamic .mobile_more {
    display: block;
  }



















  .intro {
    height: 12rem;
  }

  .intro .intro_content {
    padding: 0 10%;
  }

  .intro .intro_content div span {
    line-height: .4rem;
    font-size: .25rem;
  }

  .intro .intro_content ul li img {
    width: .8rem;
    height: .8rem;
  }

  .intro .intro_content ul li p:nth-child(2) {
    font-size: .8rem;
  }

  .intro .intro_content ul li p:nth-child(3) {
    font-size: .4rem;
  }

  .service .service_container {
    padding: 0 1%;
  }

  .service .service_container>ul>li {
    height: 4rem;
    margin-bottom: .5rem;
    padding: 0 .2rem;
  }

  .service .service_container ul li div p {
    height: .8rem;
    line-height: .8rem;
    font-size: .36rem;
  }

  .service .service_container ul li div .content {
    height: 3.7rem;
  }

  .service .service_container ul li div .content .content_ul .content_li {
    margin-left: 15%;
    line-height: .36rem;
    font-size: .26rem;
  }

  .service .service_container ul li div .content a {
    /*width: 50%;*/
    height: .4rem;
    left: 25%;
    bottom: .2rem;
    line-height: .4rem;
    font-size: .24rem;
    border-radius: .1rem;
  }

  .jiangxiang .jiangxiang_container {
    padding: 0;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_desc {
    height: .6rem;
    margin-top: .3rem;
    line-height: .6rem;
    font-size: .3rem;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_pc_list {
    display: none;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list {
    display: block;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p {
    line-height: .3rem;
    font-size: .22rem;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p span {
    line-height: .3rem;
    font-size: .22rem;
  }

  .liucheng {
    height: 6rem;
  }

  .liucheng .liucheng_container {
    padding: 0;
  }

  .liucheng .liucheng_container .liucheng_detail {
    margin-top: .8rem;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one {
    padding: 0;
    margin-bottom: .5rem;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one img {
    width: .6rem;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one p {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    letter-spacing: .02rem;
  }

  .team {
    height: 22rem;
  }

  .team .team_container {
    padding: 0 3%;
  }

  .team .team_container .team_desc {
    height: auto;
    margin-top: .3rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #ddd;
  }

  .team .team_container .team_detail .detail_list:nth-child(2) .detail_one {
    margin-bottom: .3rem;
    height: 7rem;
  }

  .team .team_container .team_detail .detail_list .detail_one_bottom {
    padding: 0 .3rem;
  }

  .team .team_container .team_detail .detail_list .detail_one img {
    width: 100%;
  }

  .team .team_container .team_detail .detail_list .detail_one p {
    line-height: .3rem;
    font-size: .2rem;
  }

  .team .team_container .team_detail .detail_list .detail_one p span {
    line-height: .4rem;
    font-size: .24rem;
  }

  .aboutus .pc {
    display: none;
  }

  .aboutus .mobile {
    display: block;
    width: 100%;
  }

  .pinpai .pinpai_container {
    padding: 0 3%;
  }

  .pinpai .pinpai_container .pinpai_detail {
    margin-top: .5rem;
  }

  .pinpai .pinpai_container .pinpai_detail p {
    height: .5rem;
    font-size: .24rem;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(5) {
    display: none;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(6) {
    display: none;
  }

  .angli .angli_container {
    padding: 0 1%;
  }

  .angli .angli_container .angli_detail {
    margin-top: .5rem;
  }

  .angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_title {
    position: absolute;
    width: 60%;
    left: 20%;
    padding: .04rem .06rem;
    line-height: .28rem;
    font-size: .24rem;
  }

  .angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_desc {
    top: 72%;
    line-height: .32rem;
    font-size: .24rem;
    letter-spacing: .04rem;
  }

  .dongtai .dongtai_container {
    padding: 0;
  }

  .dongtai .dongtai_container .pc {
    display: none;
  }

  .dongtai .dongtai_container .mobile {
    display: block;
    margin-top: .3rem;
  }

  .dongtai .dongtai_container .dongtai_detail .detail_list .list_one p {
    height: 1.2rem;
    line-height: .4rem;
    font-size: .24rem;
  }

  .dongtai .dongtai_container .dongtai_detail {
    margin-top: .3rem;
  }

  .shipin {
    position: relative;
    width: 100%;
    height: 2rem;
    margin-top: 0;
  }

  .shipin .shipin_desc {
    position: absolute;
    width: auto;
    height: auto;
    left: 10%;
    top: 20%;
    line-height: .4rem;
    font-size: .26rem;
    color: #fff;
  }

  .shipin .shipin_desc span {
    line-height: .4rem;
    font-size: .26rem;
  }

  .shipin .item_video_button {
    position: absolute;
    width: 1rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .baozhang {
    height: 6.5rem;
  }

  .baozhang .baozhang_container {
    padding: 0;
  }

  .baozhang .baozhang_container .baozhang_detail {
    margin-top: .5rem;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div {
    height: 2rem;
    background: #fff;
    margin-bottom: .3rem;
    padding-top: .3rem;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div img {
    width: .5rem;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div p {
    margin-top: .1rem;
    line-height: .3rem;
    font-size: .24rem;
  }
}
