@charset "utf-8";

/* 首页 */

.container {
  width: 6.9rem;
  margin: 0 auto;
}

.index-page {
  width: 7.5rem;
  margin: 0 auto;
}
header{
  padding-bottom: 0.8rem;

}
header .head {
  box-sizing: border-box;
  width: 100%;
  height: 1.1rem;
  padding: 0.2rem 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: 0 0.08rem 0.26rem -0.04rem #cccccc;
}

header .head .container {
  display: flex;
  justify-content: space-between;
}

header .head .container .logo a {
  display: block;
  height: 0.5rem;
  margin: 0.1rem 0;
}

header .head .container .logo a img {
  height: 100%;
  object-fit: cover;
}
header .head .container .open{
  width: 2.2rem;
  display: flex;
  justify-content: space-between;
}
header .head .container .open .rig-li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #497DC6;
  cursor:pointer;
  font-size: 0.3rem;
}
header .head .container .open .rig-li .icon{
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
header .head .container .open .lang-choose {
  display: none;
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  z-index: 100;
  flex-direction: column;
  border: 1px solid #eee;
  background: #fff;
  width: 80px;
}
header .head .container .open .lang-choose.active {
  display: block;
}
header .head .container .open .lang-choose div{
  /*display: none;*/

  background: #fff;
  font-size: 14px;
  text-align: center;
  cursor:pointer;
}
header .head .container .open .lang-choose div a{
  color:#497DC6;
}
header .head .container .open .lang-choose div:hover{
  color:#fff;
  background: #497DC6;
}
header .head .container .open .lang-choose div a:hover{
  color:#fff;

}
header .head .container .open .iconfont {
  font-size: 0.5rem;
  font-weight: bold;
  color: #497DC6;
  line-height: 0.7rem;
}


/* 导航菜单 */
.black-back {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

header .dh-menu {
  position: fixed;
  width: 5.2rem;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #497DC6;
  z-index: 999;
  display: none;
}

header .dh-menu .close {
  text-align: right;
  padding: 0 0.3rem;
}

header .dh-menu .close .iconfont {
  font-size: 0.5rem;
  color: #fff;
  line-height: 1.2rem;
}

header .dh-menu ul {
  margin-top: 0.5rem;
  padding: 0 0.3rem;
}

header .dh-menu ul li a {
  display: block;
  height: 0.9rem;
  border-bottom: 0.02rem solid #ddd;
  font-size: 0.34rem;
  line-height: 1rem;
  color: #fff;
}



/* 顶部轮播 */

.ind-box1 .swiper1 .swiper-slide {
  width: 7.5rem;
  height: 4.8rem;
}

.ind-box1 .swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box1 .swiper1 .swiper-pagination1 {
  width: 100%;
  bottom: 0.3rem;
}

.ind-box1 .swiper1 .swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #b48847;
}

.ind-box {
  padding: 0.9rem 0;
}

.ind-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ind-box .tit h3 {
  font-size: 0.38rem;
  color: #000;
  font-weight: bold;
}

.ind-box .tit .eng {
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
}

.ind-box a.more {
  display: block;
  width: 2.2rem;
  height: 0.7rem;
  background-color: #b48847;
  border: 0.02rem solid #497DC6;
  border-radius: 0.7rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.66rem;
}

/* 关于我们 */
.ind-box2 .article {
  padding: 0.3rem 0;
}

.ind-box2 .article p {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.5rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}


.ind-box2 .info {
  display: flex;
}

.ind-box2 .info .text {
  width: 50%;
  padding: 0.5rem 0 0 0.25rem;
}

.ind-box2 .info-box .info:nth-of-type(1) {
  background-color: #b48847;
}

.ind-box2 .info-box .info:nth-of-type(2) {
  background-color: #d9283a;
}

.ind-box2 .info .text h4 {
  font-size: 0.32rem;
  color: #fff;
}

.ind-box2 .info .text .eng {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.1rem;
}

.ind-box2 .info .text .iconfont {
  font-size: 0.48rem;
  color: #fff;
  margin-top: 0.2rem;
}

.ind-box2 .info .pic {
  width: 50%;
  height: 2.4rem;
}

.ind-box2 .info .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 产品中心 */
.ind-box3 {
  padding: 0.9rem 0;
  background-color: #f2f2f2;
}

.ind-box3 .con-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 6.9rem;
}
.ind-box3 .car-box{
  background: #fff;
  width: 3.4rem;
  height: 4.7rem;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction:column;
}

.ind-box3 .car-box .pic {
  width: 3.4rem;
  height: 2.6rem;
}
.ind-box3 .car-box .pic img {
  width: 3.4rem;
  height: 2.6rem;
}
.ind-box3 .car-box  .i-bb{
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 2.5rem;
  margin: 0 auto;
}
.ind-box3 .car-box .tit {
  font-size: 0.24rem;
  margin: 0.08rem 0;
  max-width: 3.42rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #111111;
  font-weight: bold;
}
.ind-box3 .car-box .info{
  font-size: 0.20rem;
  color:#9A9A9A;
  max-width: 3.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ind-box3 .car-box .other{
  display: flex;

}
.ind-box3 .car-box .other{
  display: flex;
  margin: 0.05rem 0;
}
.ind-box3 .car-box .other p{

  font-size: 0.16rem;
  color: #666666;
  line-height: 0.16rem;
  background: #f5f5f5;
  padding: 0.05rem 0.08rem;
  margin-right: 0.05rem;
  border-radius: 0.04rem;
  font-weight: bold;
}
.ind-box3 .car-box .price{
  margin: 0.05rem 0;
  font-size: 0.32rem;
  color: #FF6700;
  font-weight: bold;
}
.ind-box3 .car-box .price em{
  font-size: 0.18rem;
  margin-left: 0.05rem;
}
.ind-box3 .tit h3 {
  text-align: center;
}

.ind-box3 .tit .eng {
  text-align: center;
}

.ind-box3 .sort-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.ind-box3 .sort-menu .le{
  font-size: 0.38rem;
  color: #000;
  font-weight: bold;
}
.ind-box3 .sort-menu .rig{
    width: 4.2rem;
   display: flex;
   justify-content: space-between;
 }
.ind-box3 .sort-menu .rig.more{
  width: 1.2rem;
  display: flex;
  justify-content: space-between;
}
.ind-box3 .sort-menu .rig .new-more{
  width: 1.2rem;
  text-align: right;
  font-size: 0.3rem;
}
.ind-box3 .sort-menu .rig .select{
  position: relative
}

.ind-box3 .sort-menu .rig .lis{
  width: 1.3rem;
  height: 0.4rem;
  border-radius:0.2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind-box3 .sort-menu .rig .lis p{
  font-size: 0.12rem;
  color:#000;
  max-width: 1.3rem;
  text-align: center;
}
.ind-box3 .sort-menu .rig .lis .icon{
  width: 0.2rem;
  height: 0.2rem;
}

.ind-box3 .sort-menu .rig .lis .stt-list {
  display: none;
  position: absolute;
  top: 0.36rem;
  right: 0;
  z-index: 100;
  flex-direction: column;
  border: 0.01rem solid #eee;
  background: #fff;
  width: 1.3rem;
}

.ind-box3 .sort-menu .rig .lis .stt-list .st {
  display: flex;
  flex-direction: column;
}
.ind-box3 .sort-menu .rig .lis .stt-list .st .active {
  color: #fff;
  background: #FF6700;
}
.ind-box3 .sort-menu .rig .lis .stt-list .st .opt {
  font-size: 0.12rem;
  text-align: left;
  padding-left: 0.10rem;
}

.ind-box3 .sort-menu ul {
  display: flex;
  justify-content: space-between;
}

.ind-box3 .sort-menu ul li {
  width: 2.1rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 0.02rem solid #ccc;
  font-size: 0.28rem;
  color: #999;
  text-align: center;
  line-height: 0.6rem;
}

.ind-box3 .sort-menu ul li.active {
  color: #b48847;
  border-color: #b48847;
}

.ind-box3 .swiper-box {
  margin-top: 0.3rem;
}

.ind-box3 .swiper-box .swiper2 {
  width: 0;
  height: 0;
  overflow: hidden;
}

.ind-box3 .swiper-box .swiper2.active {
  width: 100%;
  height: 3.3rem;
}

.ind-box3 .swiper-box .swiper2 .swiper-slide {
  width: 3.3rem;
  height: 3.3rem;
  position: relative;
}

.ind-box3 .swiper-box .swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box3 .swiper-box .swiper2 .swiper-slide p {
  width: 100%;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*.ind-box3 a.more {*/
  /*margin: 0.4rem auto 0;*/
/*}*/
.ind-box3 .sort-menu a.more {
  background-color: transparent;
  color: #497DC6;
}
/* 新闻中心 */
.ind-box4{
  background-color: #f2f2f2;
  padding-top: 0;
}
.ind-box4 .top a.more {
  background-color: transparent;
  color: #497DC6;
}

.ind-box4 .news-box {
  margin-top: 0.4rem;
}

.ind-box4 .news-box a {
  display: block;
  background:#fff;
}

.ind-box4 .news-box a .pic {
  width: 6.9rem;
  height: 3.1rem;
}

.ind-box4 .news-box a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box4 .news-box a .text {
  width: 100%;
  height: 1.2rem;
  display: flex;
  background-color: #fff;
}

.ind-box4 .news-box a .text .time {
  width: 1rem;
  height: 1.2rem;
  background-color: #497DC6;
}

.ind-box4 .news-box a .text .time .date {
  font-size: 0.46rem;
  color: #fff;
  text-align: center;
  line-height: 0.7rem;
}

.ind-box4 .news-box a .text .time .month {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

.ind-box4 .news-box a .text h4 {
  padding: 0 0.2rem;
  font-size: 0.28rem;
  color: #000;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 6rem;
}

.ind-box4 .news-list {
  margin-top: 0.3rem;
}

.ind-box4 .news-list li a {
  display: block;
  padding: 0.2rem 0.2rem;
  border: 0.02rem solid #eee;
  background: #fff;
}

.ind-box4 .news-list li a .time {
  font-size: 0.24rem;
  color: #999;
}

.ind-box4 .news-list li a h4 {
  font-size: 0.28rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
}

.ind-box4 .news-list li a p {
  font-size: 0.24rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
}

.ind-box4 .news-list li:nth-of-type(n+2) a {
  border-top: none;
}

/* 应用案例 */
.ind-box5 {
  background-color: #f2f2f2;
  padding-top:0 ;
}

.ind-box5 .tit h3 {
  text-align: center;
}

.ind-box5 .tit .eng {
  text-align: center
}

.ind-box5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ind-box5 ul li {
  position: relative;
  width: 3.3rem;
  height: 2.9rem;
  margin-top: 0.3rem;
}

.ind-box5 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box5 ul li .p1 {
  width: 100%;
  height: 0.4rem;
  padding: 0 0.1rem;
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.4rem;
}
.ind-box5 ul li .p1_en {
  width: 100%;
  height: 0.4rem;
  padding: 0 0.1rem;
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.4rem;
}
.ind-box5 ul li .p2 {
  width: 100%;
  height: 0.4rem;
  padding: 0 0.1rem;
  position: absolute;
  top: 1.3rem;
  left: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.4rem;
}
.ind-box5 ul li .p3 {
  width: 100%;
  height: 0.4rem;
  padding: 0 0.1rem;
  position: absolute;
  top: 1.65rem;
  left: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.4rem;
}
.ind-box5 ul li .p2_en {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.1rem;
  position: absolute;
  top: 1.0rem;
  left: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  width: 3.0rem;
}
.ind-box5 ul li .p3_en {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.1rem;
  position: absolute;
  top: 1.65rem;
  left: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  width: 3.0rem;
}
.ind-box5 ul li .p4 {
   width: 100%;
   height: 0.4rem;
   padding: 0 0.1rem;
   position: absolute;
   top: 2.25rem;
   left: 0.2rem;
   font-size: 0.2rem;
   color: #fff;
   line-height: 0.4rem;
 }
.ind-box5 ul li .p4 a {
  color: #fff;
}
.ind-box5 a.more {
  margin: 0.4rem auto 0;
}

/* 联系我们 */
.link-us {
  padding: 0.9rem 0;
  background-image: url(../img/map_back.jpg);
  background-size: 100% 100%;
}

.link-us form .inp-box {
  display: flex;
  justify-content: space-between;
}

.link-us form .inp-box .inp {
  width: 3.3rem;

}

.link-us form .inp-box .inp span {
  font-size: 0.28rem;
  color: #fff;
}

.link-us form .inp-box .inp input {
  width: 3.3rem;
  height: 0.64rem;
  padding: 0 0.2rem;
  border-radius: 0.06rem;
  background-color: transparent;
  border: 0.02rem solid #fff;
  font-size: 0.28rem;
  color: #fff;
  margin-top: 0.1rem;
}
.link-us form input::placeholder {
  color: #fff;
}
.link-us form textarea {
  display: block;
  width: 6.9rem;
  height: 2rem;
  resize: none;
  padding: 0.1rem 0.2rem;
  background-color: transparent;
  border: 0.02rem solid #fff;
  border-radius: 0.06rem;
  margin-top: 0.3rem;
  font-size: 0.28rem;
  text-align: justify;
  line-height: 0.5rem;
  color: #fff;
}

.link-us form textarea::placeholder {
  color: #fff;
}

.link-us form .send {
  display: block;
  width: 2.2rem;
  height: 0.7rem;
  border-radius: 0.06rem;
  background-color: #fff;
  font-size: 0.28rem;
  color: #497DC6;
  text-align: center;
  margin: 0.4rem auto 0;
}

/* 底部 */

footer {
  width: 7.5rem;
  margin: 0 auto;
  padding: 0.8rem 0;
  background-color: #262626;
}

footer .ewm {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
}

footer .ewm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .company {
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  margin-top: 0.3rem;
}

footer .info {
  margin-top: 0.3rem;
}

footer .info p {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.48rem;
}

/* 关于我们 */
.nei-page {
  width: 7.5rem;
  margin: 0 auto;
}

.nei-page .top-pic {
  width: 100%;
  /*height: 4.5rem;*/
  position: relative;
}

.nei-page .top-pic img {
  width: 7.5rem;
  height: 100%;
  object-fit: cover;
}

.nei-page .top-pic .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
}

.nei-page .top-pic .cover .title {
  width: 2rem;
  height: 0.8rem;
  position: absolute;
  top: 2.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nei-page .top-pic .cover .title h2 {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}

.nei-page .top-pic .cover .title .line {
  width: 0.7rem;
  height: 0.04rem;
  background-color: #b48847;
  margin: 0.3rem auto 0;
}

/* 内页导航 */
.nei-page .mid-nav {
  height: 1rem;
  display: flex;
  border-bottom: 0.02rem solid #eee;
}

.nei-page .mid-nav .cen {
  width: 6.3rem;
}

.nei-page .mid-nav .cen ul {
  display: flex;
  justify-content: center;
}

.nei-page .mid-nav .cen ul li {
  margin-right: 0.8rem;
}

.nei-page .mid-nav .cen ul li:last-of-type {
  margin-right: 0;
}

.nei-page .mid-nav .cen ul li a {
  display: block;
  font-size: 0.28rem;
  color: #333;
  line-height: 1rem;
  border-bottom: 0.02rem solid #fff;
}

.nei-page .mid-nav .cen ul li.active a {
  color: #b48847;
  border-color: #b48847;
}

.nei-page .mid-nav .le,
.nei-page .mid-nav .rig {
  width: 0.6rem;
  height: 1rem;
  /* background-color: #f2f2f2; */
}

/* 关于我们 */
.nei-page .about-us {
  padding: 0.8rem 0;
}
.nei-page .about-us.active{
  background-color: #F7F7F7;
}
.nei-page .about-us h3 {
  font-size: 0.36rem;
  color: #262626;
  text-align: center;
  font-weight: bold;
}

.nei-page .about-us .article {
  margin-top: 0.3rem;
}

.nei-page .about-us .article p {
  font-size: 0.28rem;
  color: #4d4d4d;
  line-height: 0.36rem;
  /*text-indent: 0.56rem;*/
  text-align: justify;
}
.nei-page .about-us .one-pic{
  margin-top: 0.3rem;
}
.nei-page .about-us .one-pic img{
  width: 100%;
  height: auto;
  object-fit: cover;

}
.nei-page .about-us .two-pic {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.nei-page .about-us .three-pic{
  display: flex;
  margin-top: 0.3rem;
  flex-direction:column;
}
.nei-page .about-us .three-pic .i-box{
  display: flex;
  margin-bottom: 0.3rem;
  flex-direction:column;

}
.nei-page .about-us .three-pic img {

  object-fit: cover;
}
.nei-page .about-us .three-pic .i-t {
  width: 6.9rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.26rem;
  text-align: center;
  background-color:#F7F7F7 ;
}
.nei-page .about-us .two-pic {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.nei-page .about-us .two-pic img {
  width: 3.3rem;
  height: 2rem;
  object-fit: cover;
}

/* 品牌文化 */
.nei-page .ppwh-box {
  padding: 0.8rem 0;
}

.nei-page .ppwh-box ul li {
  height: 3.4rem;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.4rem;
  background-color: #f4f4f4;
  margin-top: 0.3rem;
}

.nei-page .ppwh-box ul li:nth-of-type(1) {
  margin-top: 0;
}

.nei-page .ppwh-box ul li .le {
  width: 4rem;
}

.nei-page .ppwh-box ul li .le h4 {
  font-size: 0.3rem;
  color: #333;
}

.nei-page .ppwh-box ul li .le .eng {
  font-size: 0.24rem;
  color: #4d4d4d;
  margin-top: 0.1rem;
}

.nei-page .ppwh-box ul li .le .line {
  width: 0.5rem;
  height: 0.02rem;
  background-color: #b48847;
  margin: 0.4rem 0 0.3rem;
}

.nei-page .ppwh-box ul li .le .dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nei-page .ppwh-box ul li .le .dec p {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.5rem;
}

.nei-page .ppwh-box ul li .rig .iconfont {
  font-size: 1.8rem;
  color: #ccc;
}


/* 资质荣誉 */
.nei-page .zzry-box {
  padding: 0.8rem 0;
}

.nei-page .zzry-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nei-page .zzry-box ul li {
  width: 3.3rem;
  margin-bottom: 0.3rem;
}

.nei-page .zzry-box ul li .pic {
  padding: 0.3rem 0.25rem;
  width: 100%;
  height: 4.6rem;
  background-color: #f4f4f4;
}

.nei-page .zzry-box ul li .pic img {
  width: 100%;
  height: 100%;
}

.nei-page .zzry-box ul li p {
  width: 100%;
  height: 0.5rem;
  background-color: #e6e6e6;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.5rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 分页样式 */

.paging {
  width: 100%;
  text-align: center;
  padding-top: 0.4rem;
}

.paging .current {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #b48847;
  border: 0.02rem solid #ddd;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.6rem;
  margin-left: 0.1rem;
}

.paging .num {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.28rem;
  color: #666;
  text-align: center;
  line-height: 0.6rem;
  border: 0.02rem solid #ddd;
  margin-left: 0.1rem;
}

.paging .next,
.paging .prev {
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  font-size: 0.28rem;
  color: #666;
  text-align: center;
  line-height: 0.6rem;
  border: 0.02rem solid #ddd;
  margin-left: 0.1rem;
}

.paging .disabled {
  color: #aaa;
  background-color: #fff;
  border-color: #ccc;
  pointer-events: none;
}

/* 产品体系 */
.cptx-box {
  padding: 0.8rem 0;
}

.cptx-box .xi-box {
  display: flex;
  justify-content: space-between;
}

.cptx-box .xi-box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cptx-box .xi-box ul li a {
  display: block;
  width: 2.1rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 0.02rem solid #ddd;
  font-size: 0.24rem;
  color: #999;
  text-align: center;
  line-height: 0.6rem;
}

.cptx-box .xi-box ul li.active a {
  color: #b48847;
  border-color: #b48847;
}

.cptx-box .sort-box {
  margin-top: 0.3rem;
  position: relative;
}

.cptx-box .sort-box .inp {
  display: flex;
}

.cptx-box .sort-box .inp .le {
  width: 6rem;
  height: 0.9rem;
  padding: 0 0.3rem;
  background-color: #f2f2f2;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cptx-box .sort-box .inp .rig {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #b48847;
  text-align: center;
}

.cptx-box .sort-box .inp .rig .iconfont {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  line-height: 0.9rem;
}

.cptx-box .sort-box ul {
  width: 3.3rem;
  max-height: 5.4rem;
  border: 0.02rem solid #eee;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
}

.cptx-box .sort-box ul li a {
  display: block;
  width: 100%;
  height: 0.9rem;
  border-bottom: 0.02rem solid #eee;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.9rem;
  text-align: center;
}

.cptx-box .colors {
  margin-top: 0.5rem;
}

.cptx-box .colors ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cptx-box .colors ul li {
  width: 3.3rem;
  height: 3.3rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.cptx-box .colors ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cptx-box .colors ul li p {
  width: 100%;
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 产品优势 */
.nei-page .cpys-box {
  padding: 0.8rem 0;
  background-color: #f4f4f4;
}
.nei-page .cpys-box .tit {
  font-size: 0.36rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.nei-page .cpys-box ul li {
  margin-bottom: 0.3rem;
  background-color: #fff;
}

.nei-page .cpys-box ul li .pic {
  width: 6.9rem;
  height: 3.8rem;
}

.nei-page .cpys-box ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nei-page .cpys-box ul li .text {
  padding: 0.3rem 0.3rem;
  background-color: #fff;
}

.nei-page .cpys-box ul li .text h4 {
  font-size: 0.28rem;
  color: #1C5DB9;
}

.nei-page .cpys-box ul li .text .line {
  width: 0.5rem;
  height: 0.02rem;
  background-color: #1C5DB9;
  margin: 0.3rem 0;
}

.nei-page .cpys-box ul li .text .article p {
  font-size: 0.24rem;
  color: #4d4d4d;
  line-height: 0.4rem;
}

/* 工程案例-应用领域 */
.nei-page .yyly {
  padding: 0.8rem 0;
}

.nei-page .yyly ul li {
  width: 100%;
  height: 5.1rem;
  position: relative;
  margin-bottom: 1.1rem;
}

.nei-page .yyly ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nei-page .yyly ul li .text {
  width: 6.2rem;
  padding: 0.5rem 0.5rem;
  background-color: #f4f4f4;
  position: absolute;
  bottom: -0.7rem;
  left: 0.3rem;
}

.nei-page .yyly ul li.active .text {
  background-color: #b48847;
}

.nei-page .yyly ul li.active .text h4 {
  color: #fff;
}

.nei-page .yyly ul li.active .text .eng {
  color: #fff;
}

.nei-page .yyly ul li.active .text .line {
  background-color: #fff;
}

.nei-page .yyly ul li .text h4 {
  font-size: 0.32rem;
  color: #000;
}

.nei-page .yyly ul li .text .eng {
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
}

.nei-page .yyly ul li .text .line {
  width: 0.5rem;
  height: 0.02rem;
  background-color: #b48847;
  margin: 0.3rem 0;
}

.nei-page .yyly ul li .text .list {
  display: flex;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.nei-page .yyly ul li.active .text .list {
  height: 1rem;
}

.nei-page .yyly ul li .text .list .box {
  height: 0.4rem;
  padding: 0 0.1rem;
  border: 0.02rem solid #fff;
  font-size: 0.24rem;
  color: #fff;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

/* 工程案例-应用案例 */
.nei-page .yyal {
  padding: 0.8rem 0;
}

.nei-page .yyal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nei-page .yyal ul li {
  margin-bottom: 0.3rem;
}

.nei-page .yyal ul li a {
  display: block;
  width: 3.3rem;
  height: 4.2rem;
  position: relative;
}

.nei-page .yyal ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nei-page .yyal ul li a p {
  width: 100%;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 0.1rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 工程案例-应用案例详情 */
.nei-page .yyal-xq {
  padding: 0.5rem 0;
}

.nei-page .yyal-xq h4 {
  font-size: 0.28rem;
  color: #4d4d4d;
  line-height: 0.4rem;
  text-align: center;
}

.nei-page .yyal-xq ul li {
  width: 6.9rem;
  margin-top: 0.3rem;
}

.nei-page .yyal-xq ul li img {
  width: 100%;
}

.nei-page .yyal-xq a.return {
  display: block;
  width: 2.1rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 0.02rem solid #b48847;
  font-size: 0.24rem;
  color: #b48847;
  text-align: center;
  line-height: 0.6rem;
  margin: 0.4rem auto 0;
}

/* 新闻中心 */
.nei-page .news-list {
  padding: 0.6rem 0;
}
.nei-page .baoyang {
  background: #eeeeee;
}
.nei-page .baoyang .w-nav{
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  border-bottom: 0.02rem solid #ccc;
  margin-bottom: 0.3rem;
}
.nei-page .baoyang .w-nav a{
  width: 1.9rem;
  height:0.8rem;
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.8rem;

}
a{
  text-decoration: none;
}
a:link{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:active{
  text-decoration: none;
}

.nei-page .baoyang .w-nav .active{
  color:#497DC6;
  border-bottom: 0.03rem solid #497DC6;
}

.nei-page .news-list ul li a {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
  border-bottom: 0.02rem solid #eee;
}
.nei-page .baoyang ul li a {
  background: #eeeeee;
  border-bottom: 0;
  background: #fff;
}
.nei-page .news-list ul li a .pic {
  width: 2.6rem;
  height: 1.7rem;
}

.nei-page .news-list ul li a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nei-page .news-list ul li a .txt {
  width: 4rem;
  padding-top: 0.1rem;
}

.nei-page .baoyang ul li a .txt {
  width: 3.6rem;
  height: 1.7rem;
}

.nei-page .weixiu ul li a .txt{
  width: 3.6rem;
  height: 1.7rem;
  display: flex;
  flex-direction:column;
}

.nei-page .news-list ul li a .txt h4 {
  font-size: 0.3rem;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nei-page .weixiu ul li a .txt h4{
  font-size: 0.3rem;
  color: #497DC6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nei-page .news-list ul li a .txt p {
  font-size: 0.28rem;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
}


.nei-page .news-list ul li a .txt .btm {
  display: flex;
  margin-top: 0.2rem;
}
.nei-page .weixiu ul li a .txt .btm{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.nei-page .weixiu ul li a .txt .btm p{
  font-size: 0.12rem;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.nei-page .news-list ul li a .txt .btm .num {
  display: flex;
  margin-right: 0.2rem;
}

.nei-page .news-list ul li a .txt .btm .num .iconfont {
  font-size: 0.28rem;
  color: #999;
  line-height: 0.3rem;

}

.nei-page .news-list ul li a .txt .btm .num span {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.3rem;
  margin-left: 0.04rem;
}

/* 新闻详情 */
.nei-page .news-detail {
  padding: 0.6rem 0;
}

.nei-page .news-detail h4 {
  font-size: 0.32rem;
  color: #000;
  line-height: 0.56rem;
  text-align: center;
}

.nei-page .news-detail .btm {
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}

.nei-page .news-detail .btm .num {
  display: flex;
  margin-right: 0.2rem;
}

.nei-page .news-detail .btm .num:last-of-type {
  margin-right: 0;
}

.nei-page .news-detail .btm .num .iconfont {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.3rem;
}

.nei-page .news-detail .btm .num span {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.3rem;
  margin-left: 0.02rem;
}

.nei-page .news-detail .article {
  margin-top: 0.3rem;
  padding-top: 0.4rem;
  border-top: 0.02rem solid #eee;
}

.nei-page .news-detail .article p {
  font-size: 0.28rem;
  color: #4d4d4d;
  line-height: 0.5rem;
  text-align: justify;
  text-indent: 0.56rem;
}

.nei-page .news-detail .article p img {
  width: 6.9rem;
}

/* 联系我们 */
.nei-page .link-box {
  padding: 0.6rem 0 0.3rem;
}

.nei-page .link-box .contact-tt{
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
  margin: 0.2rem 0;
}
.nei-page .link-box ul li {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  background-color: #f4f4f4;
}

.nei-page .link-box ul li .le {
  width: 4rem;
}

.nei-page .link-box ul li .le .sort {
  font-size: 0.32rem;
  color: #262626;
}

.nei-page .link-box ul li .le .eng {
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
}

.nei-page .link-box ul li .le .line {
  width: 0.5rem;
  height: 0.02rem;
  background-color: #b48847;
  margin: 0.3rem 0;
}

.nei-page .link-box ul li .le p {
  font-size: 0.24rem;
  color: #666;
}

.nei-page .link-box ul li .rig {
  width: 1.04rem;
  height: 1.04rem;
  border-radius: 50%;
  border: 0.02rem solid #bbb;
  text-align: center;
}

.nei-page .link-box ul li .rig .iconfont {
  font-size: 0.6rem;
  color: #bbb;
  line-height: 1rem;
}
.con-box{
  margin-top: 0.5rem;
}
.weixiu-content .tit{
  font-size: 0.32rem;
  font-weight: bold;
  color: #497DC6;
  text-align: center;
  margin: 0.5rem 0;
  padding-top: 0.5rem;
}
.weixiu-content .w-box{
  display: flex;
  flex-direction:column;
  margin: 0 auto;
}
.weixiu-content .le{
  display: flex;
  flex-direction:column;
  justify-content: space-around;
  width: 6.9rem;
  height: 4rem;
  border: 0.02rem solid #497DC6;
  padding: 0.02rem 0.03rem;
}
.weixiu-content .le .infos{
  display: flex;
  flex-direction:column;
  padding: 0 0.3rem;
}
.weixiu-content .le .ds{
  font-size: 0.24rem;
  color:#000;
  font-weight: bold;
}
.weixiu-content .le p{
  font-size: 0.18rem;
  color:#497DC6;
  margin-top: 0.02rem;
}
.weixiu-content .rig{
  width: 6.9rem;
  height: 4rem;
  border: 0.02rem solid #497DC6;
  margin-top: 0.3rem;
}


.weixiu-content .rig .contact_box {
  width: 6.9rem;
  height: 3.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0.1rem auto;
}

.weixiu-content .rig .contact_box-map {
  width: 100%;
  height: 100%;
}
/*轮播图*/
.weixiu-content .jian-swiper {
  position: relative;
  margin: 0.4rem 0;
}

.weixiu-content .jian-swiper .change .prev,
.weixiu-content .jian-swiper .change .next {
  width: 0.4rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.weixiu-content .jian-swiper .change .prev {
  top: 50px;
  left: 0px;
}

.weixiu-content .jian-swiper .change .next {
  top: 50px;
  right:0px;
}

.weixiu-content .jian-swiper .change .iconfont {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.6rem;
}

.weixiu-content .jian-swiper .swiper4 {
  width: 6.9rem;
}

.weixiu-content .jian-swiper .swiper4 .swiper-slide {
  width: 3.2rem;
  height: 2.5rem;
}

.weixiu-content .jian-swiper .swiper4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nei-page .buycar-box ul li a{
  padding: 0.3rem 0;
}
.nei-page .buycar-box ul li a .pic{
  width: 2.6rem;
  height: 2.1rem;
}
.buycar-box .tit{
  font-size: 0.3rem;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  height: 0.8rem;

}
.buycar-box .info{
  font-size: 0.14rem;
  color:#9A9A9A;
  margin: 0.1rem 0;
}
.buycar-box .other{
  display: flex;
  margin: 0.05rem 0;
}
.buycar-box .other .pp{

  font-size: 0.12rem;
  color: #666666;
  line-height: 0.3rem;
  background: #f5f5f5;
  padding: 0.02rem 0.04rem;
  margin-right: 0.03rem;
  border-radius: 0.02rem;
  font-weight: bold;
  height: 0.3rem;

}
.buycar-box .price{
  margin: 0.08rem 0;
  font-size: 0.24rem;
  color: #FF6700;
  font-weight: bold;
}
.buycar-box .price em{
  font-size: 0.12rem;
  margin-left: 0.05rem;
}
.buycar-box .catnav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buycar-box .catnav .lis{
   width: 1rem;
   height: 0.4rem;
   display: flex;
   align-items: center;
   justify-content: center;
 }
.buycar-box .catnav .lis p{
  font-size: 0.12rem;
  color:#000;
  width: 0.6rem;
  text-align: center;
}
.buycar-box .catnav .icon{
  width: 0.2rem;
  height: 0.2rem;
}

.car-detail{
  margin: 0.3rem 0;
}
.car-detail .container{
  width: 7.5rem;

}
.car-detail .top-swiper {
  width: 100%;
  height: 4rem;
}

.car-detail .top-swiper .swiper-container {
  width: 7.5rem;
  height: 3.8rem;
  overflow: hidden;
}
.car-detail
.top-swiper
.swiper-container
.swiper-wrapper
.swiper-slide
img {
  width: 7.5rem;
  height: 3.8rem;
  object-fit: cover;
}

.car-detail
.top-swiper
.swiper-container
.swiper-pagination-fraction {
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 6rem;
  bottom: 0.2rem;
  font-size: 0.28rem;
  color: #fff;
}
.car-detail .car-info{
  width: 6.9rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

}
.car-detail .car-info .name{
  font-size: 0.32rem;
  font-weight: bold;
}
.car-detail .car-info .other{
  display: flex;
  margin: 0.2rem 0;
}
.car-detail .car-info .other .p{
  color:#666666;
  background: #eee;
  font-weight: bold;
  padding: 0.03rem 0.06rem;
  border-radius: 5%;
  margin-right: 0.1rem;
}

.car-detail .car-info .info{
  display: flex;
  flex-direction: column;

  width: 620px;
  height: auto;
  margin-top: 20px;
  /*justify-content: space-between;*/
  /*align-items: center;*/
}
.car-detail .car-info .info .item{
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #F5F5F5;
  /*align-items: center;*/
  width: 100%;
}
.car-detail .car-info .info .item .t{
  font-size: 0.2rem;
  /*font-weight: bold;*/
  color:#676767;
  width: 3rem;
  line-height: 0.3rem;
}
.car-detail .car-info .info .item .b{
  font-size: 0.2rem;
  color:#676767;
  width: 3.8rem;
  margin-left: 10px;
  line-height: 0.3rem;
}
.car-detail .car-info .info .item .active{
  color:#FF6700;
}
.car-detail .car-info .contact-info{
  margin-top: 0.2rem;
  color:#666666;
}
.car-detail .car-info-two{
  width: 6.9rem;
  margin: 0.3rem auto;
}
.car-detail .car-info-two .con .tit{
 font-size: 0.32rem;
  color:#000;
  font-weight: bold;
}
.car-detail .car-info-two .con{
  display: flex;
  flex-direction:column;
}
.car-detail .car-info-two .con .le-box{
  display: flex;
  margin: 0.2rem 0;
}
.car-detail .car-info-two .con .le-box .le{
  width: 3.3rem;
  display: flex;
  flex-direction:column;

}
.car-detail .car-info-two .con .le-box .it{
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.car-detail .car-info-two .con .le-box .it .tt{
  font-size: 0.14rem;
  color:#999999;
  max-width: 2.4rem;
}

.line{
  width: 100%;
  height:0.2rem;
  background: #F8F8F8;
  margin: 0.2rem 0;
}

.car-detail .car-info-con{
  width: 6.9rem;
  margin: 0.3rem auto;
}
.car-detail .car-info-con .con .tit{
  font-size: 0.32rem;
  color:#000;
  font-weight: bold;
}
.car-detail .car-info-con .content{
  display: flex;
  flex-direction:column;
  margin-top: 0.2rem;
}

.car-detail .car-info-img{
  width: 6.9rem;
  margin: 0.3rem auto;
}
.car-detail .car-info-img .con .tit{
  font-size: 0.32rem;
  color:#000;
  font-weight: bold;
}
.car-detail .car-info-img .img_list{
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.car-detail .car-info-img .img_list img {
  width: 3.3rem;
  height: auto;
  margin-bottom: 0.3rem;
}



.dh-menus {
  position: fixed;
  width: 7.5rem;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.dh-menus .close {
  text-align: right;
  padding: 0 0.3rem;
  margin-top: 0.1rem;
}
.list-list {
  margin: 0 .24rem .24rem;
  background-color: #fff;
  border-radius: .1rem;
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 0.4rem;
}
.morelist-listCell {
  padding-top: .32rem;
}

.morelist-listTitle {
  font-size: .32rem;
}
.morelist-listView {
  padding-top: .24rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.morelist-small {
  width: 2.04rem;
  height: .64rem;
  border-radius: .32rem;
  text-align: center;
  line-height: .64rem;
  border: 0.01rem solid #a0a0a0;
  margin: 0 0.4rem 0.2rem 0;
  color:#0a0a0a;
}
.morelist-small:nth-child(3n){
  margin: 0 0 0.2rem 0;
}
.morelist-active {
  background-color: rgba(255,85,0,.08);
  color: #f53;
  border: 0.01rem solid #f53;
}
.buycar-box ul{
  margin-top: 0.2rem;
}


/* 关于我们 */
/* 关于 */
.index-page .ind-box2 .t-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-page .ind-box2 .t-box h3 {

  font-size: 0.38rem;
  color: #000;
  font-weight: bold;
}
.ind-box2  a.more {
  background-color: transparent;
  color: #497DC6;

}
.index-page .ind-box2 .text {
  margin-top: 0.4rem;
}

.index-page .ind-box2 .text p {
  font-size: 0.28rem;
  color: #333;
  text-align: justify;
  line-height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.index-page .ind-box2 .ab-pic {
  width: 6.9rem;
  height: auto;
}
.index-page .ind-box2 .ab-pic img{
  width: 100%;
  height: 100%;
  display: inline-block;
}
/*悬浮窗*/

.right-msg-app{
  position: fixed;
  top: 5.2rem;
  right: 0.4rem;
  z-index: 1;
  width: 0.8rem;
  height: 2rem;
}
.right-msg-app .whatsapp{
  width: 1.2rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right-msg-app .whatsapp img{
  width: 1.2rem;
  height: 1.2rem;
}
.right-msg-app .whatsapp .name{
  background-color: #fff;
  width: 1.2rem;
  height: 0.4rem;
  font-size: 0.24rem;
  color:#108FD8;
  text-align: center;
}

.right-msg-app2{
  position: fixed;
  top: 6.8rem;
  right: 0.4rem;
  z-index: 1;
  width: 0.8rem;
  height: 2rem;
}
.right-msg-app2 .whatsapp{
  width: 1.2rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right-msg-app2 .whatsapp img{
  width: 1.2rem;
  height: 1.2rem;
}
.right-msg-app2 .whatsapp .name{
  background-color: #fff;
  width: 1.2rem;
  height: 0.4rem;
  font-size: 0.24rem;
  color:#39C853;
  text-align: center;
}

.right-msg-app3{
  position: fixed;
  top: 8.4rem;
  right: 0.4rem;
  z-index: 1;
  width: 0.8rem;
  height: 2rem;
}
.right-msg-app3 .whatsapp{
  width: 1.2rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right-msg-app3 .whatsapp img{
  width: 1.2rem;
  height: 1.2rem;
}
.right-msg-app3 .whatsapp .name{
  background-color: #fff;
  width: 1.2rem;
  height: 0.4rem;
  font-size: 0.24rem;
  color:#F77811;
  text-align: center;
}
.right-msg{
  position: fixed;
  top: 3rem;
  right: 0rem;
  z-index: 1;
  width: 0.8rem;
  height: 2rem;
  background: #1C5DB9;
}
.right-msg .name-e{
  font-size: 0.28rem;
  line-height: 0.28rem;
  color:#fff;
  padding: 0.02rem 0.2rem;
  word-wrap:break-word;
  width: 0.6rem;
  text-align: right;
  margin-left: 0.1rem;

}
.right-msg .name{
  font-size: 0.28rem;
  line-height: 0.28rem;
  color:#fff;
  text-align: center;
  padding: 0.3rem 0.2rem;
  line-height: 0.36rem;
}
.mes-back{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.mes-float-box{
  position: fixed;
  right: 0.4rem;
  top: 2.2rem;
  width: 6.7rem;
  height: 8.2rem;
  background: #1C5DB9;
  border-radius: 0.2rem;
  display: block;
}
.mes-back.active{
  display: block;
}
.mes-float-box .tt{
  margin: 0.1rem auto;
  font-size: 0.28rem;
  text-align: center;
  color:#fff;
  margin-top: 0.2rem;
}
.mes-float-box .cha{
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  right: 0.3rem;
  top: 0.1rem;
  cursor:pointer;
}
.mes-float-box .cont-box{
  width: 5.2rem;
  height: 6.8rem;
  background: #fff;
  margin: 0.1rem auto;
  border-radius: 0.1rem;
  margin-top: 0.3rem;

}
.mes-float-box .cont-box .inp-box{
  padding: 0.2rem 0.1rem;

}.mes-float-box .cont-box .inp-box form{
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 6.2rem;
   padding: 0.2rem 0.1rem;
 }
.mes-float-box .cont-box .inp-box input{
  border-radius: 0.1rem;
  border: 1px solid #CCCCCC;
  width: 4.8rem;
  height: 0.65rem;
  font-size:0.16rem;
  padding: 0.1rem 0.2rem;

}
.mes-float-box .cont-box .inp-box textarea{
  width: 100%;
  height: 1.2rem;
  border-radius: 0.1rem;
  resize: none;
  border: 0.01rem solid #CCCCCC;
  background-color: transparent;
  padding: 0.1rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;

}
.mes-float-box .cont-box .msg-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 0.55rem;
  background: #1C5DB9;
  border-radius: 0.1rem;
}
.mes-float-box .cont-box .msg-btn span{
  margin-left: 0.1rem;
  color:#fff;
  font-size: 0.2rem;
}
.mes-float-box .cont-box .msg-btn .icon{
  width: 0.25rem;
  height: 0.25rem;
}


.menu-b{
  padding: 0.2rem 0;
  width: 100%;
  height: 0.8rem;
  display: flex;
  border-bottom: 0.01rem solid #cccc;

}
.menu-b .li{
  color:#111111;
  font-size: 0.24rem;
  margin: 0 0.3rem;
  height: 0.4rem;
  font-weight: 600;
  cursor: pointer;
}
.menu-b .li.active{
  color:#108FD8;
}

.menu-list .content .img-list{
  margin: 0 auto;
  margin-top: 0.2rem;
  width: 6.9rem;


}
.menu-list .content .img-list .tit{
  font-size: 2.8rem;
  color: #111111;
  font-weight: 600;
  text-align: center;
  margin-top: 0.3rem;
}

.menu-list .content .img-list .imgs{
  height: auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.menu-list .content .img-list .imgs img{
  width: 3.3rem;
  height: auto;
  margin-bottom: 0.3rem;
}
.menu-list .content .question{
  display: flex;
  flex-direction: column;
  align-items: center;

}
.menu-list .content .question .tit{
  font-size: 0.28rem;
  color: #111111;
  font-weight: 600;
  text-align: center;
  margin-top: 0.3rem;
}
.menu-list .content .question .q-list{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 0.2rem;
  width: 6.9rem;
}
.menu-list .content .question .q-list .q-box{
  display: flex;
  flex-direction: column;
  margin: 0.2rem 0;
}
.menu-list .content .question .q-list .q-box .q-tt{
  font-size: 0.2rem;
  color:#111111;
  font-weight: 600;
}
.menu-list .content .question .q-list .q-box .a-tt{
  font-size: 0.2rem;
  color:#111111;
}


.success_box{
  border: 0.04rem solid #1C5DB9;
  width: 6.5rem;
  height: 4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success_box img{
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.3rem;
}
.success_box .s-tt{
  font-size: 0.3rem;
  color:#111111;
  font-weight: 600;
  margin-top: 20px;

}
.success_box .s-tt-two{
  font-size: 0.16rem;
  color:#879099;
  font-weight: 600;
  margin-top: 0.2rem;
  width: 6.0rem;
}
.success_box .s-tt-btn{
  font-size: 0.2rem;
  color:#fff;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #1C5DB9;
  border-radius: 0.2rem;
  margin-top: 0.6rem;
}
.s-fixed{
  display: flex;
  justify-content: space-between;
  height: 1.2rem;
  background: #1C5DB9;
  align-items: center;
  padding: 0.2rem;
  /*width: 6.9rem;*/
  margin: 0 auto;
  margin-bottom: 0.01rem;
}

.s-fixed .le{
  display: flex;
  align-items: center;
}
.s-fixed .le img{
  width: 0.6rem;
  height: 0.6rem;
}
.s-fixed .con-tt-box{
  display: flex;
  flex-direction: column;
  margin-left: 0.1rem;
}
.s-fixed .con-tt-box .tit{
  font-size: 0.16rem;
  color:#fff;
  font-weight: 600;

}
.s-fixed .rig{
  width: 1.4rem;
  height: 0.4rem;
  color:#fff;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.12rem;
}
