@charset "utf-8";

/* CSS Document */
html {
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  width: 100%;
}

body {
  margin: 0 auto;
  color: #333333;
  background-color: white;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

a:active {
  outline: 0;
}

a:active {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  font-weight: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.clear {
  clear: both;
}

.webchat {
  padding: 10px 15px;
  height: 1.25rem;
  background: #f1f1f1;
}

.webchat .webChatHm {
  position: absolute;
  top: -100%;
}

.webchat .webChatImg {
  width: 0.78125rem;
  height: 0.78125rem;
  margin-top: 0.15625rem;
}

.webchat .webChatImg img {
  width: 100%;
  height: 100%;
  display: block;
}

.webchat .webChatText {
  font-size: 0.375rem;
  line-height: 0.78125rem;
  margin-top: 0.15625rem;
  margin-left: 5%;
}

.webchat .webChatMore {
  padding: 5px 20px;
  background: #1aad19;
  font-size: 0.375rem;
  line-height: 0.625rem;
  margin-top: 0.15625rem;
  border-radius: 20px;
  color: #fff;
}

.webchat .webChatBox {
  width: 96%;
  border-radius: 20px;
  background: #fff;
  position: fixed;
  z-index: 999999999999999;
  left: 2%;
  top: 30%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.webchat .webChatBox .webChatBoxCenter {
  position: relative;
}

.webchat .webChatBox .webChatBoxCenter .webClose {
  width: 0.46875rem;
  height: 0.46875rem;
  background: url(../images/webchatclose.png) no-repeat center;
  position: absolute;
  top: -0.625rem;
  right: 0.3125rem;
}

.webchat .webChatBox .webChatBoxCenter img {
  width: 10%;
  display: block;
  margin: 10% auto 0;
}

.webchat .webChatBox .webChatBoxCenter h4 {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 0.46875rem;
  padding-top: 0.3125rem;
}

.webchat .webChatBox .webChatBoxCenter p {
  font-size: 0.375rem;
  text-align: center;
}

.webchat .webChatBox .webChatBoxCenter span {
  padding: 5px 20px;
  background: #1aad19;
  font-size: 0.375rem;
  line-height: 0.78125rem;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 30%;
  text-align: center;
  margin: 6% auto 6%;
}

/* head */
.shead_zhu {
  line-height: 1;
}

.shead_zhu h1 {
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.5rem;
  font-weight: bold;
}

.shead_zhu h4 {
  text-align: center;
  line-height: 1;
  font-size: 0.3125rem;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem;
}

/* banner kaishi */
#certify {
  margin: 0 auto;
  margin-top: -0.46875rem;
  position: relative;
  width: 94%;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.2);
}

#certify .swiper-slide {
  width: 100%;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

#certify .swiper-slide-active img {
  transform: scale(1);
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 10px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  background: none;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

/* banner jieshu */
/*导航开始*/
.inmenu {
  width: 100%;
  background: #31b2b7;
  padding-top: 0.390625rem;
  padding-bottom: 0.625rem;
  margin-top: 0.28125rem;
}

.inmenu_box {
  width: 96%;
  margin: 0 auto;
}

.inmenu_a {
  float: left;
  width: 23%;
  text-align: center;
  margin: 0 1% 0 1%;
  margin-bottom: 0.1875rem;
}

.inmenu_a a {
  display: block;
  color: #31b2b7;
  font-size: 0.34375rem;
  height: 0.71875rem;
  line-height: 0.71875rem;
  background: #fff;
  border-radius: 0.375rem;
  overflow: hidden;
}

/*导航end*/
/*a_tite*/
.a_tite {

  margin: 0 3%;
  position: relative;
}

.a_tite:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


.a_tite:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 1.9rem;
  height: 1px;
  background: #31b2b7;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}



.a_tite h3 {
  padding-bottom: 0.1rem;
  text-transform: uppercase;
  font-size: 0.46875rem;
}

.a_tite h3 img {
  display: block;
  height: 0.46875rem;
}

.incp_t {
  position: relative;
  padding-bottom: 0.25rem;
}

.incp_t1 {
  float: left;
  line-height: 0.6875rem;
  font-size: 0.46875rem;
  color: #333333;
  font-weight: bold;
}

.incp_t2 {
  width: 2.03125rem;
  line-height: 0.6875rem;
  font-size: 0.3125rem;
  text-align: center;
  text-transform: uppercase;
  color: #999999;
  float: right;
}

.incp_t2 a {
  display: block;
  color: #fff;
  background: #31b2b7;
  border-radius: 5px;
}

/*c_tite*/
.c_tite {
  width: 78%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url(../images/in_x2.png) no-repeat center 10px;
  background-size: 100%;
}

.c_tite h3 {
  text-align: center;
}

.c_tite h3 img {
  display: block;
  margin: 0 auto;
  width: 28%;
}

.c_tite h5 {
  line-height: 20px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

/*简介*/
.in2_about {
  width: 100%;
  margin-top: 0.84375rem;
}

.in2_about_1 {
  margin-left: 3%;
  margin-top: 0.546875rem;
  position: relative;
}

.in2_about_pic {
  width: 80%;
  float: right;
  position: relative;
  padding-top: 75%;
}

.in2_about_pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.about_rtx {
  float: left;
  width: 0.46875rem;
  font-size: 0.46875rem;
  letter-spacing: 0.28125rem;
  padding-top: 1.71875rem;
  z-index: 5;
  color: #666666;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  writing-mode: vertical-lr;
  font-family: Arial;
  position: relative;
  margin-left: 5%;
  text-align: center;
}

.about_rtx:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.484375rem;
  left: 50%;
  top: 0;
  background: #000000;
}

.in2_about_3 {
  padding: 0 3% 0 3%;
  color: #666666;
  font-size: 0.34375rem;
  height: 2.25rem;
  line-height: 0.5625rem;
  padding-top: 0.375rem;
  overflow: hidden;
}

.about_more {
  width: 1.5625rem;
  height: 1.5625rem;
  background: url(../images/ab_jia.png) no-repeat 5px 5px #fff;
  background-size: 1.09375rem;
  position: absolute;
  left: 0;
  top: 0;
}

.about_more a {
  display: block;
  line-height: 1.5625rem;
  font-size: 0px;
}

/*公司简介end*/
.incp_bg {
  width: 100%;
  padding-top: 0.90625rem;
}

.incp_fl {
  padding-top: 0.46875rem;
  width: 98%;
  margin: 0 auto;
}

.incp_fl ul li {
  width: 47%;
  margin: 0 1.5% 0 1.5%;
  margin-bottom: 0.375rem;
  border-radius: 5px;
  float: left;
}

.incp_fl ul li a {
  display: block;
  height: 0.78125rem;
  line-height: 0.78125rem;
  font-size: 0.375rem;
  text-align: center;
  background: #31b2b7;
  border-radius: 0.1875rem;
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.incplb {
  width: 98%;
  margin: 0 auto;
}

.incp_1 {
  float: left;
  width: 47%;
  margin: 0 1.5% 0 1.5%;
  margin-bottom: 0.28125rem;
  border: 1px solid #eeeeee;
  padding: 5px 5px 0 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.incp_1pic {
  width: 100%;
  position: relative;
  padding-top: 67%;
  z-index: 5;
}

.incp_1pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #f8f8f8;
}

.incp_1pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.s_lcale {
  object-fit: scale-down;
}

.fill {
  object-fit: fill;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.scale-down {
  object-fit: scale-down;
}

.none {
  object-fit: none;
}

.incp_1tite {
  height: 0.90625rem;
  line-height: 0.90625rem;
  overflow: hidden;
}

.incp_1tite a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-size: 0.34375rem;
  background: url(../images/cp_d1.png) no-repeat right;
  background-size: 0.53125rem;
  padding-right: 0.625rem;
}

/*小banner*/
.inbanner {
  height: 2.125rem;
  margin: 0 3%;
  border-radius: 5px;
  background: #30abb0;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.2);
}

.inbanner_r_1 {
  height: 0.859375rem;
  line-height: 0.859375rem;
  font-size: 0.4375rem;
  padding-top: 0.125rem;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.inbanner_tel {
  width: 6.03125rem;
  height: 0.6875rem;
  margin: 0 auto;
  margin-top: 0.078125rem;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.inbanner_tel:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 2px solid #fff;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inbanner_tel_span {
  width: 3.59375rem;
  font-size: 0.34375rem;
  display: block;
  float: left;
  text-align: center;
  height: 0.6875rem;
  line-height: 0.6875rem;
  color: #30abb0;
  background: #FFF;
}

.inbanner_tel_i {
  font-size: 0.34375rem;
  display: block;
  float: right;
  font-style: normal;
  height: 0.6875rem;
  line-height: 0.6875rem;
  width: 2.375rem;
  text-align: center;
}

.inbanner_tel_i a {
  display: block;
  color: #fff;
  height: 0.6875rem;
  line-height: 0.6875rem;
}

/*优势*/
.advantage {
  margin-top: 0.78125rem;
}

.advantage_t {
  background: url(../images/b_lxline.png) no-repeat center bottom;
  background-size: 100%;
  margin: 0 3%;
  padding-bottom: 0.625rem;
}

.advantage_t h3 {
  padding-bottom: 0.234375rem;
}

.advantage_t h3 img {
  display: block;
  height: 0.578125rem;
  margin: 0 auto;
}

.advantage_t h4 {
  font-size: 0.5625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.advantage_cont {
  margin: 0 3% 0 3%;
  margin-top: 0.421875rem;
  position: relative;
}

.advantage_cont .swiper-container {
  padding-bottom: 1.296875rem;
}

.advantage_cont .swiper-slide {
  width: 100%;
}

.advantage_cont .swiper-button-prev {
  width: 2.8125rem;
  height: 0.6875rem;
  top: auto;
  bottom: 0;
  background: url(../images/ys_l.png) no-repeat center;
  background-color: #31b2b7;
  background-size: 1.390625rem;
  z-index: 10;
  border-radius: 5px;
  left: 1.71875rem;
}

.advantage_cont .swiper-button-next {
  width: 2.8125rem;
  height: 0.6875rem;
  background: url(../images/ys_r.png) no-repeat center #f8f8f8;
  background-size: 1.390625rem;
  z-index: 10;
  top: auto;
  bottom: 0;
  left: auto;
  border-radius: 5px;
  right: 1.71875rem;
}

.advantage_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.advantage_box:after {
  content: '';
  width: 52%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #f8f8f8;
}

.advantage_box2 {
  padding-bottom: 0.46875rem;
}

.advantage_z {
  padding-top: 0.703125rem;
  margin-left: 0.390625rem;
}

.advantage_z h6 {
  height: 0.78125rem;
  line-height: 0.78125rem;
  position: relative;
}

.advantage_line {
  width: 3.28125rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 1.25rem;
  top: 50%;
}

.advantage_z h6 span {
  display: block;
  float: right;
  font-size: 0.9375rem;
  font-family: Arial;
  font-weight: bold;
  color: #eeeeee;
}

.advantage_z h6 b {
  float: left;
  width: 0.78125rem;
  height: 0.78125rem;
  margin-right: 0.234375rem;
  border-radius: 50%;
  display: block;
}

.advantage_z h6 b.d1 {
  background: url(../images/ys_d1.png) no-repeat center;
  background-color: #31b2b7;
  background-size: 100%;
}

.advantage_z h6 b.d2 {
  background: url(../images/ys_d2.png) no-repeat center;
  background-color: #31b2b7;
  background-size: 100%;
}

.advantage_z h6 i {
  color: #333333;
  font-size: 0.40625rem;
  display: block;
  font-weight: bold;
  font-style: normal;
  float: left;
  width:40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advantage_z h5 {
  width: 0.578125rem;
  height: 0.046875rem;
  background-color: #31b2b7;
  margin-top: 0.203125rem;
  margin-left: 1.015625rem;
}

.advantage_z2 {
  line-height: 2;
  color: #666666;
  font-size: 0.3125rem;
  margin-top: 0.203125rem;
  margin-left: 1.015625rem;
}

/*优势end*/
/*案例*/
.case {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.46875rem;
}

.case_cent {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.4375rem;
  position: relative;
  z-index: 5;
  padding-bottom: 0.4375rem;
}

.case_cent:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2.65625rem;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #f8f8f8;
}

.case_cent .swiper-container {
  width: 100%;
  height: 100%;
}

.case_cent .swiper-slide {
  float: left;
  width: 44% !important;
  margin: 0 3% 0 3%;
}

.case_1 {
  float: left;
  width: 100%;
  position: relative;
}

.case_rtx {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.3125rem;
  font-size: 0.3125rem;
  letter-spacing: 0.15625rem;
  padding-top: 1.40625rem;
  z-index: 5;
  color: #666666;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  writing-mode: vertical-lr;
  font-family: Arial;
}

.case_rtx:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.171875rem;
  left: 50%;
  top: 0;
  background: #dddddd;
}

.case_1line {
  padding-right: 0.625rem;
}

.case_1pic {
  width: 100%;
  position: relative;
  padding-top: 74%;
  z-index: 5;
}

.case_1pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #efefef;
}

.case_1pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.case_1tite {
  height: 1.09375rem;
  line-height: 1.09375rem;
  overflow: hidden;
}

.case_1tite a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.34375rem;
  background: url(../images/al_d1.png) no-repeat right;
  background-size: 0.46875rem;
  padding-right: 0.546875rem;
}

/*案例end*/
/*新闻*/
.inews {
  margin-top: 0.875rem;
  padding-bottom: 0.46875rem;
}

.inews #tabs-container {
  height: auto;
}

.inews .tabs {
  width: 100%;
  overflow: hidden;
  padding-top: 0.46875rem;
  height: 1.875rem;
}

.inews .tabs dd {
  text-align: center;
  float: left;
  width: 50%;
  height: 1.875rem;
  line-height: 1;
}

.inews .tabs dd i {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 0.08rem solid #ececec;
  border-radius: 50%;
  margin: 0 auto;
}

.inews .tabs dd i h6 {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  padding-top: 0.15rem;
  overflow: hidden;
}

.inews .tabs dd i b {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  overflow: hidden;
}

.inews .tabs dd i b.d1 {
  background: url(../images/news_td1.png) no-repeat center;
  background-size: 100%;
}

.inews .tabs dd i b.d2 {
  background: url(../images/news_td2.png) no-repeat center;
  background-size: 100%;
}

.inews .tabs dd i b.d3 {
  background: url(../images/news_td3.png) no-repeat center;
  background-size: 100%;
}



.inews .tabs dd span {
  display: block;
  line-height: 1;
  padding-top: 0.203125rem;
  font-size: 0.375rem;
}

.inews .tabs dd a {
  color: #333;
}

.inews .tabs dd.active i {
  border: 0.08rem solid #31b2b7;
}

.inews .tabs dd.active a {
  color: #31b2b7;
}

.in_news {
  background: #FFF;
  border-radius: 2px;
  margin: 0 3% 0 3%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.in_news_l {
  float: left;
  width: 1.9375rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.3125rem;
}

.in_news_laa {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.in_news_laa img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.in_news_r {
  float: right;
  width: 6.59375rem;
  margin-right: 0.3125rem;
}

.in_news_r1 {
  margin-top: 0.5rem;
}

.in_news_r1 h6 {
  height: 0.46875rem;
  line-height: 0.46875rem;
  font-size: 0.34375rem;
  overflow: hidden;
}

.in_news_r1 h6 a {
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_news_r1 h5 {
  line-height: 1;
  font-size: 0.25rem;
  padding-top: 0.078125rem;
  color: #666666;
  overflow: hidden;
}

.in_news_r1 h4 {
  color: #666666;
  overflow: hidden;
  font-size: 0.3125rem;
  line-height: 0.46875rem;
  height: 0.9375rem;
  padding-top: 0.15625rem;
}

.in_news_tow {
  padding: 0 3% 0 3%;
}

.in_news_tow ul li {
  height: 0.875rem;
  line-height: 0.875rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 0.3125rem;
}

.in_news_tow ul li a {
  display: block;
  padding-left: 0.625rem;
  padding-right: 0.3125rem;
  color: #333333;
  font-size: 0.34375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/news_d1.png) no-repeat 10px;
  background-size: 0.1875rem;
}

.in_news_tow ul li span {
  float: right;
  color: #666666;
  font-size: 0.28125rem;
  padding-right: 0.3125rem;
}

/*新闻end*/
.ssbq_bottxx {
  width: 100%;
  height: 61px;
  position: fixed;
  left: 0px;
  bottom: 0;
  z-index: 10;
  background: #31b2b7;
}

.ssbq_bottxx ul {
  width: 100%;
  margin: 0 auto;
  height: 61px;
}

.ssbq_bottxx ul li {
  float: left;
  width: 25%;
  height: 61px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ssbq_bottxx ul li em {
  display: block;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 3px;
}

.ssbq_bottxx ul li img {
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ssbq_bottxx li a {
  color: #fff;
  line-height: 1.5;
}

/*底部信息*/
.wapsbo_aa {
  height: 2rem;
}

.wapsbo_cent {
  width: 94%;
  margin: 0 auto;
}

.wapsbo_t {
  width: 100%;
  background: url(../images/b_lxline.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 0.578125rem;
}

.wapsbo_t h3 {
  padding-bottom: 0.234375rem;
}

.wapsbo_t h3 img {
  display: block;
  height: 0.609375rem;
  margin: 0 auto;
}

.wapsbo_t h4 {
  font-size: 0.46875rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.wapsbo {
  position: relative;
  margin-top: 0.46875rem;
}

.webq_bottom_3 {
  color: #333333;
}

.webq_bottom_3 h5 {
  font-size: 0.375rem;
  font-weight: bold;
  line-height: 1;
}

.webq_bottom_3 ul {
  padding-top: 0.15625rem;
}

.webq_bottom_3 ul li {
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem;
  padding-right: 2.96875rem;
  font-size: 0.34375rem;
  line-height: 0.625rem;
  min-height: 0.625rem;
  width: 69%;
}

.webq_bottom_3 ul li a {
  color: #333333;
}


.webq_bottom_3 ul li span {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  float: left;
}
.webq_bottom_3 ul li i{font-style: normal;}
.webq_bottom_3 ul li:nth-child(4) img {
  vertical-align: middle;
  width: 30%;
  height: auto;
}

.webq_btb_1 {
  background: url(../images/b_d1.png) no-repeat 0;
  background-size: 100%;
  background-color: rgba(255, 0, 0, 1);
}

.webq_btb_2 {
  background: url(../images/b_d2.png) no-repeat 0;
  background-size: 100%;
  background-color: rgba(255, 0, 0, 1);
}

.webq_btb_3 {
  background: url(../images/b_d3.png) no-repeat 0;
  background-size: 100%;
  background-color: rgba(255, 0, 0, 1);
}

.webq_btb_4 {
  background: url(../images/b_d4.png) no-repeat 0;
  background-size: 100%;
  background-color: rgba(255, 0, 0, 1);
}



.webq_btb_4 img {
  width: 1.875rem;
  vertical-align: middle;
}

.webq_bottom_erbox {
  position: absolute;
  right: 0;
  top: 0;
}

.webq_bottom_erbox h5 {
  font-size: 0.375rem;
  font-weight: bold;
  line-height: 1;
}

.webq_bottom_ewm {
  display: block;
  width: 2.84375rem;
  background: url(../images/er_k.png) no-repeat 0 0;
  background-size: 100%;
  padding-top: 0.21875rem;
  margin-top: 0.3125rem;
}

.webq_bottom_ewm img {
  width: 2rem;
  height: 2rem;
  padding: 0.15625rem;
  background-color: rgba(48, 178, 182, 0.1);
  display: block;
  margin: 0 auto;
}

.webq_bottom_ewm h6 {
  font-size: 0.3125rem;
  margin-top: 0.46875rem;
  text-align: center;
  color: #333333;
}

#kefu-ball {
  width: 1.25rem;
  height: 1.25rem;
  position: fixed;
  right: 15px;
  bottom: 25%;
  border-radius: 50%;
  z-index: 99999;
  background-color: #30b2b6;
  box-shadow: 0px 0px 10px 0px rgba(48, 178, 182, 0.4);
}

#kefu-ball img {
  width: 100%;
  height: 100%;
}





.webchat {
  padding: 10px 15px;
  height: 1.25rem;
  background: #f1f1f1;
}

.webchat .webChatHm {
  position: absolute;
  top: -100%;
}

.webchat .webChatImg {
  width: 0.78125rem;
  height: 0.78125rem;
  margin-top: 0.15625rem;
}

.webchat .webChatImg img {
  width: 100%;
  height: 100%;
  display: block;
}

.webchat .webChatText {
  font-size: 0.375rem;
  line-height: 0.78125rem;
  margin-top: 0.15625rem;
  margin-left: 5%;
}

.webchat .webChatMore {
  padding: 5px 20px;
  background: #1aad19;
  font-size: 0.375rem;
  line-height: 0.625rem;
  margin-top: 0.15625rem;
  border-radius: 20px;
  color: #fff;
}

.webchat .webChatBox {
  width: 96%;
  border-radius: 20px;
  background: #fff;
  position: fixed;
  z-index: 999999999999999;
  left: 2%;
  top: 30%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.webchat .webChatBox .webChatBoxCenter {
  position: relative;
}

.webchat .webChatBox .webChatBoxCenter .webClose {
  width: 0.46875rem;
  height: 0.46875rem;
  background: url(../images/webchatclose.png) no-repeat center;
  position: absolute;
  top: -0.625rem;
  right: 0.3125rem;
}

.webchat .webChatBox .webChatBoxCenter img {
  width: 10%;
  display: block;
  margin: 10% auto 0;
}

.webchat .webChatBox .webChatBoxCenter h4 {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 0.46875rem;
  padding-top: 0.3125rem;
}

.webchat .webChatBox .webChatBoxCenter p {
  font-size: 0.375rem;
  text-align: center;
  margin-top: 4px;
}

.webchat .webChatBox .webChatBoxCenter span {
  padding: 5px 20px;
  background: #1aad19;
  font-size: 0.375rem;
  line-height: 0.78125rem;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 30%;
  text-align: center;
  margin: 6% auto 6%;
}
