@charset "utf-8";
@font-face {
  font-family:"Poppins Regular";
  src: url('/xcwebstatic/font/Poppins-Regular.ttf');
}
@font-face {
  font-family:"Poppins Bold";
  src: url('/xcwebstatic/font/Poppins-Bold.ttf');
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 40px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 38px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Poppins Regular';
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  color: #000;
  overflow: hidden;
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
html,
body {
  font-size: 16px;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover {
  color: #005eb8;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #666;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
/*浮动*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}



.w1300{
  width: 1300px;
  margin: 0 auto;
}
.w1440{
  width: 1440px;
  margin: 0 auto;
}
.m-header{
  display:none;
}
.m-nav{
  display:none;
}
.nav-header {
  position: relative;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #ffffff;
  padding: .65rem 0;
}
.nav-header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.nav-header h1 {
  display: inline;
}

.nav-header .logo {
  width: 23%;
  float: left;
  margin-right: 7%;
}
.nav-header .logo img {
  display: block;
  width: 90%;
}
.nav-header .logo object {
  display: block;
  width: 7.45rem;
  height: auto;
}
.nav-header nav {
  width: 70%;
  display: inline-block;
  float: left;
  padding-left:.5rem;
}

.nav-header nav li {
  width: 17%;
  height: 1.8rem;
  text-align: right;
  font-size: 0.425rem;
  float: left;
  cursor: pointer;
  position: relative;
}
.nav-header nav li:first-child{
  width: 13%;
}
.nav-header nav li:nth-child(2){
  width: 22%;
}
.nav-header nav li:nth-child(3){
  width: 18%;
}
.nav-header nav li:nth-child(4){
  width: 15.5%;
}
.nav-header nav li:nth-child(5){
  width: 17.5%;
}
.nav-header nav li:nth-child(6){
  width: 14%;
}
.nav-header nav li a{
  color: #1e1e1e;
  list-style: none;
  text-decoration: none;
  font-size: 0.45rem;
  display:block;
  height: 1.8rem;
  line-height: 1.8rem;
  font-family: "Poppins Bold";
}
.nav-header nav li a:after{
  display: none;
  content: "";
  position: absolute;
  width: 50%;
  height: .05rem;
  background: #0099ff;
  left:50%;
  right:0;
  bottom: .375rem;
  z-index: 2;
  opacity: 0;
  transform: translateX(-50%) scale(0.4, 1);
  transition: all .4s;
}
.nav-header nav li a:hover{
  color: #0099ff;
}
.nav-header nav li a.active{
  color: #0099ff;
}
.nav-header nav li:hover a:after{
  display: none;
  width:95%;
  opacity: 1;
  transform:translateX(-50%)  scale(0.8, 1);
}
.nav-header nav li.active a:after{
  width:100%;
  height: .075rem;
  opacity: 1;
}

/* 定义动画 */
@keyframes headertop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header-top{
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 .05rem .15rem #b5b5b5;
  -webkit-animation: headertop 1s ease-out forwards;
  animation: headertop 1s ease-out forwards;
  background: #ffffff;
  padding: .5rem 0;
}

.ind-banner{
  position: relative;
  width: 100%;
}
.ind-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.ind-banner .swiper-slide {
  text-align: center;
  font-size: .45rem;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind-banner .swiper-pagination-bullet {
  width: .35rem;
  height: .35rem;
  background: none;
  border: .05rem solid #fff;
  opacity: 1;
}
.ind-banner .swiper-pagination-bullet-active {
  background:#0099ff;
  border: 0;
}
.ind-banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: .75rem;
}
.ind-banner .swiper-button-next,.ind-banner .swiper-button-prev {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #fff;
  right: 0;
}
.ind-banner .swiper-button-prev, .ind-banner .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.ind-banner .swiper-button-next:hover,.ind-banner .swiper-button-prev:hover {
  background-color: #0099ff;
}
.ind-banner .swiper-button-next:after, .ind-banner .swiper-button-prev:after {
  font-size: .5rem;
  font-weight: bold;
  color: #c5c6c1;
}
.ind-banner img.pc_banner{
  display: black;
  width: 100%;
  height: auto;
}
.pt120{
  padding-top: 3rem;
}
.pb110{
  padding-bottom: 2.75rem;
}
.title-blue{
  color: #0099ff;
  font-size: 1.65rem;
  font-weight: bold;
  font-family: "Poppins Bold";
}
.ind-aboutus{
  width: 100%;
  display: block;
}
.ind-aboutus .ind-aboutus-content{
  margin-top: 1rem;
}
.ind-aboutus .ind-aboutus-content .content-left{
  float: left;
  width: 62.75%;
  padding-right: 5%;
}
.ind-aboutus .ind-aboutus-content .content-left p{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  padding-bottom: .95rem;
}
.ind-aboutus .ind-aboutus-content .content-left p:last-child{
  padding-bottom: 0;
}
.ind-aboutus .ind-aboutus-content .content-right{
  float: right;
  width: 37.25%;
  overflow: hidden;
}
.ind-aboutus .ind-aboutus-content .content-right video{
  width: 12.1rem;
  height: auto;
}
.ind-whatwedo{
  width: 100%;
  background-color: #0099ff;
}
.title-white{
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
  font-family: "Poppins Bold";
}
.ind-introduce{
  color: #ffffff;
  font-size: .5rem;
  line-height: .85rem;
  padding: .95rem 0 1.625rem 0 ;
}
.ind-whatwedo .ind-whatwedo-ct{
  width: 100%;
  margin-bottom: 1.2rem;
}
.ind-whatwedo .ind-whatwedo-ct .ind-whatwedo-t{
  width: 27%;
  float: left;
  margin-right: 4.6%;
}
.ind-whatwedo .ind-whatwedo-ct .ind-whatwedo-t:last-child{
  width: 36.8%;
  margin-right: 0;
}
.ind-whatwedo .ind-whatwedo-ct .ind-whatwedo-t .title{
  font-size: .65rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: .35rem;
  padding-left: .375rem;
}
.ind-whatwedo .ind-whatwedo-ct .ind-whatwedo-t p{
  font-size: .5rem;
  color: #ffffff;
  line-height: .98rem;
  /*overflow-wrap: break-word;  !* 现代浏览器推荐 *!*/
  /*word-break: break-word;     !* 兼容旧浏览器 *!*/
  /*hyphens: auto;*/
  position: relative;
  padding-left: .375rem;
  margin: 0;
}
.ind-whatwedo .ind-whatwedo-ct .ind-whatwedo-t p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.ind-button{
  width: 100%;
  text-align: center;
}
a.button{
  background-color: #0202af;
  font-size: .55rem;
  color: #ffffff;
  padding: .45rem 1.1rem;
  border-radius: 1.25rem;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  outline: solid transparent;
  outline-offset: -1px;
}
a.button:hover{
  background-color: #0c0ca7;
  outline: 4px solid #0c0ca7;
}
.ind-img1{
  width: 100%;
}
.ind-img1 img{
  display: block;
  width: 100%;
  height: auto;
}
.ind-different .ind-aboutus-content{
  margin-bottom: 1.85rem;
}
.ind-different .ind-aboutus-content .content-left{
  width: 55.38%;
  padding-right: 4%;
}
.ind-different .ind-aboutus-content .content-right{
  width: 40.62%;
}
/*.ind-eco-friendly{*/
/*  width: 100%;*/
/*  !*height: 30.425rem;*!*/
/*  height: auto;*/
/*  background: url(/xcwebstatic/images/eco-friendly-bg.jpg) no-repeat center center;*/
/*  background-size: 100% auto;*/
/*}*/
.ind-eco-friendly{
  width: 100%;
}
.ind-eco-friendly img{
  width: 100%;
  height: auto;
}
.ind-eco-friendly .eco-friendly-title{
  font-size: 1.52rem;
  color: #3c3c3c;
  font-weight: bold;
}
.ind-eco-friendly .eco-friendly-introduce{
  font-size: .55rem;
  color: #1e1e1e;
  line-height: .85rem;
  padding: 1.375rem 0;
}
.ind-eco-friendly .eco-friendly-title2{
  font-size: .75rem;
  color: #3c3c3c;
  line-height: .95rem;
  font-weight: bold;
}
.ind-eco-friendly .eco-friendly-ty{
  width: 43%;
}
.ind-eco-friendly .eco-friendly-ty-li{
  margin-top: 1.125rem;
}
.ind-eco-friendly .eco-friendly-ty-li .eco-friendly-ty-li-tit{
  font-size: .875rem;
  color: #0099ff;
  font-weight: bold;
}
.ind-eco-friendly .eco-friendly-ty-li p{
  font-size: .55rem;
  color: #1e1e1e;
  line-height: .85rem;
  margin-top: .25rem;
}
.ind-eco-friendly .eco-friendly-title3{
  font-size: .71rem;
  color: #3c3c3c;
  line-height: .95rem;
  font-weight: bold;
  margin-top: .8rem;
}
.ind-serve{
  width: 100%;
}
.ind-serve .title-blue{
  text-align: center;
}
.ind-serve .ind-introduce{
  color: #1e1e1e;
}
.ind-serve .ind-serve-list{
  width: 100%;
  padding: 0  4rem 1rem 4rem;
}
.ind-serve .ind-serve-list a{
  display: block;
  margin-bottom: 1.375rem;
}
.ind-serve .ind-serve-list a:last-child{
  margin-bottom:0;
}
.ind-serve .ind-serve-list .ind-serve-l{
  width: 40%;
  float: left;
  overflow: hidden;
}
.ind-serve .ind-serve-list .ind-serve-l img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s;
}
.ind-serve .ind-serve-list a:hover .ind-serve-l img {
  transform: scale(1.1);
}
.ind-serve .ind-serve-list .ind-serve-r{
  width: 60%;
  float: left;
  padding-left: 1.2rem;
}
.ind-serve .ind-serve-list .ind-serve-r .tit{
  font-size: .875rem;
  color: #0099ff;
  font-weight: bold;
  padding: .25rem 0 .95rem 0;
}
.ind-serve .ind-serve-list .ind-serve-r p{
  width: 100%;
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ind-solution{
  width: 100%;
  background-color: #0099ff;
}
.ind-solution .ind-solution-logo{
  padding: 3.85rem 0 1.5rem 0;
}
.ind-solution .ind-solution-logo img{
  width: 100%;
  height: auto;
}
.ind-feedback{
  width: 100%;
}
.ind-feedback .title-blue{
  text-align: center;
}
.ind-feedback .ind-feedback-box{
  width: 100%;
  position: relative;
  padding: 3.25rem 0 .95rem 0;
}
.ind-feedback .ind-feedback-box .swiper-container {
  width: 95%;
  height: 100%;
}
.ind-feedback .ind-feedback-box .swiper-slide {
  text-align: center;
  font-size: .45rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind-feedback .swiper-button-next:after, .ind-feedback .swiper-button-prev:after {
  font-size: .6rem;
  font-weight: bold;
  color: #3e3a39;
}
.ind-feedback .ind-feedback-box .feedback-con{

}
.ind-feedback .ind-feedback-box .kh-name{
  font-size: 1.375rem;
  color: #3c3c3c;
  font-family: "Poppins Bold";

}
.ind-feedback .ind-feedback-box .ind-feedback-content{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  padding: 0 2rem;
  text-align: left;
  margin: 1.7rem 0 1.5rem 0;
}
.ind-feedback .ind-feedback-box .kh-contacts{
  font-size: .55rem;
  color: #1e1e1e;
  line-height: .85rem;
  font-weight: bold;
}
.ind-feedback .ind-feedback-box .kh-position{
  font-size: .35rem;
  color: #1e1e1e;
  line-height: .55rem;
}
.ind-news{
  width: 100%;
  /*height: 30.425rem;*/
  height: auto;
  background: url(/xcwebstatic/images/ind-news-bg.jpg) no-repeat center center;
  background-size: 100% auto;
}
.ind-news .title-blue{
  text-align: center;
}
.ind-news .ind-news-box{
  margin: 1.7rem 0;
}
.ind-news .ind-news-box a{
  display: block;
  float: left;
  width: 31.528%;
  margin-right: 2.708%;
}
.ind-news .ind-news-box a:last-child{
  margin-right: 0;
}
.ind-news .ind-news-box a .ind-news-img{
  width: 100%;
  overflow: hidden;
}
.ind-news .ind-news-box a .ind-news-img img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s;
}
.ind-news .ind-news-box a:hover .ind-news-img img{
  transform: scale(1.1);
}
.ind-news .ind-news-box a .ind-news-tit{
  font-size: .6rem;
  color: #0099ff;
  font-weight: bold;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 1.5rem;
  line-height: .75rem;
  margin: .56rem 0 .3rem 0;
}
.ind-news .ind-news-box a .ind-news-con{
  font-size: .5rem;
  color: #1e1e1e;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 1.5rem;
  line-height: .75rem;
  margin: 0 0 .3rem 0;
}
.ind-news .ind-news-box a .ind-news-date{
  font-size: .425rem;
  color: #323232;
}
.ind-news .ind-news-box a .ind-news-more{
  margin-bottom: 1rem;
  line-height: 1.35;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0099ff;
  border: 2px solid transparent;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: solid transparent;
  outline-offset: -1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
  background: transparent;
  border-color: #0099ff;
  color: #0c1217;
  margin: 1rem 0 0;
  border: 2px solid #0099ff;
  border-radius: 10px;
  padding: .21rem .4rem;
  fill: #0099ff
}
.ind-news .ind-news-box a .ind-news-more:after {
  background: url("/xcwebstatic/images/news-arrow.png") no-repeat;
  content: "";
  display: inline-block;
  width: .55rem;
  height: .35rem;
}
.ind-news .ind-news-box a:hover .ind-news-more{
  background-color: #0099ff;
  outline: 4px solid #0099ff
}
.ind-news .ind-news-box a:hover .ind-news-more:after {
  background: url("/xcwebstatic/images/news-arrow-hover.png") no-repeat;
}
.footer{
  width: 100%;
  background-color: #1e1e1e;
}
.footer .footer-box{
  width: 100%;
  padding:  0 3.375rem;
}
.footer .footer-box .footer-box-l{
  float: left;
  width: 53%;
}
.footer .footer-box .footer-box-l .footer-logo img{
  max-width: 100%;
  height: auto;
}
.footer .footer-box .footer-box-l .footer-logo object{
  width: 120px;
  height: auto;
}
.footer .footer-box .footer-box-l .footer-email{
  font-size: .4rem;
  color: #ffffff;
  font-weight: bold;
  margin: 1.75rem 0 .325rem 0;
}
.footer .footer-box .footer-box-l .footer-erweima .footer-app{
  float: left;
  margin-right: .175rem;
}
.footer .footer-box .footer-box-l .footer-erweima .footer-app img{
  max-width: 100%;
  height: auto;
}
.footer .footer-box .footer-box-l .footer-erweima .footer-app object{
  width: 71px;
  height: auto;
}
.footer .footer-box .footer-box-l .footer-erweima .footer-app span{
  display: block;
  font-size: .35rem;
  line-height: .75rem;
  color: #ffffff;
  text-align: center;
}
.footer .footer-box .footer-box-r{
  float: left;
  width: 47%;
}
.footer .footer-box .footer-box-r .footer-column{
  float: left;
  width: 45%;
  margin-bottom: 1rem;
  margin-right: 10%;
}
.footer .footer-box .footer-box-r .footer-column:nth-child(2n){
  margin-right: 0;
}
.footer .footer-box .footer-box-r .footer-column a{
  display: block;
  font-size: .35rem;
  color: #ffffff;
  line-height: .75rem;
}
.footer .footer-box .footer-box-r .footer-column a:hover{
  text-decoration: underline;
}
.footer .footer-box .footer-box-r .footer-column a.tit{
  font-weight: bold;
  font-size: .45rem;
  margin-bottom: .26rem;
}
.within-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.within-banner img {
  display: block;
  width: 100%;
}
.within-banner .within-banner-tit{
  color: #ffffff;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.within-banner .within-banner-tit span{
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  font-family: "Poppins Bold";
}
.contact-banner .within-banner-tit span{
  color: #0099ff;
}
.contact-banner .within-banner-tit{
  top: 50%;
  left: 65%;
  transform: translate(-50%,-65%);
}
.aboutus-content1{
  width: 100%;
}
.aboutus-content1 .aboutus-con-text{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
}
.aboutus-content1 .aboutus-con-img{
  width: 100%;
  margin: .82rem 0;
}
.aboutus-content1 .aboutus-con-img .aboutus-img-li{
  float: left;
  width: 32%;
  margin-right: 2%;
}
.aboutus-content1 .aboutus-con-img .aboutus-img-li:last-child{
  margin-right: 0;
}
.aboutus-content1 .aboutus-con-img .aboutus-img-li img{
  width: 100%;
  height: auto;
  display: block;
}
.aboutus-content2{
  width: 100%;
  background-color: #0099ff;
}
.aboutus-content2 .title-white{
  text-align: left;
}
.aboutus-content2 .aboutus-con-text{
  font-size: .5rem;
  color: #ffffff;
  line-height: .85rem;
  margin-top: .96rem;
}
.aboutus-content3{
  width: 100%;
}
.aboutus-content3 .title-blue{
  text-align: left;
}
.aboutus-content3 .aboutus-con-text{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  margin-top: .96rem;
}
.aboutus-content4{
  width: 100%;
  /*height: 30.425rem;*/
  height: auto;
  background: url(/xcwebstatic/images/ind-news-bg.jpg) no-repeat center center;
  background-size: 100% auto;
}
.aboutus-content4 .aboutus-ty{
  width: 100%;
  margin-top: 1.8rem;
}
.aboutus-content4 .aboutus-ty-li{
  margin-top: 1.125rem;
}
.aboutus-content4 .aboutus-ty-li .aboutus-ty-li-tit{
  font-size: .8rem;
  color: #0099ff;
  font-weight: bold;
}
.aboutus-content4 .aboutus-ty-li p{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  margin-top: .53rem;
}
.ultra-precision{
  width: 100%;
}
.ultra-precision .content{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  margin: 1.25rem 0 1.5rem 0;
}
.ultra-precision-con{
  width: 100%;
}
.ultra-precision-con .ultra-precision-ty{
  float: left;
  width: 68.847%;
}
.ultra-precision-con .ultra-precision-li{
  margin-bottom: 2rem;
  padding-right: 3.25rem;
}
.ultra-precision-con .ultra-precision-li:nth-child(3) p{
  padding-left: 0;
}
.ultra-precision-con .ultra-precision-li:nth-child(3) p::before{
  display: none;
}
.ultra-precision-con .ultra-precision-li .ultra-precision-li-tit{
  font-size: .8rem;
  color: #0099ff;
  font-weight: bold;
  margin-bottom: .5rem;
}
.ultra-precision-con .ultra-precision-li p{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  position: relative;
  padding-left: .375rem;
}
.ultra-precision-con .ultra-precision-li p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #1e1e1e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.ultra-precision-con .ultra-precision-img{
  float: left;
  width: 31.153%;
}
.ultra-precision-con .ultra-precision-img .ultra-precision-img-li{
  margin-bottom: .65rem;
  overflow: hidden;
}
.ultra-precision-con .ultra-precision-img img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s;
}
.ultra-precision-con .ultra-precision-img .ultra-precision-img-li:hover img {
  transform: scale(1.1);
}
.ultra-precision-con .ultra-precision-img span{
  display: block;
  background-color: #0099ff;
  font-size: .6rem;
  color: #ffffff;
  line-height: 1.125rem;
  padding: 0 .625rem;
}
.process{
  background-color: #0099ff;
}
.process .title-white{
  text-align: left;
}
.process .content{
  font-size: .5rem;
  color: #ffffff;
  line-height: .85rem;
  margin: 1rem 0 2rem 0;
}
.process .title-s{
  font-size: .8rem;
  color: #ffffff;
  line-height: .85rem;
  font-weight: bold;
  margin-bottom: .7rem;
}
.process .content-box{
  width: 100%;
}
.process .content-box .content-l{
  float: left;
  width: 66.8%;
  font-size: .5rem;
  color: #ffffff;
  line-height: .85rem;
}
.process .content-box .content-l p{
  font-size: .5rem;
  color: #FFFFFF;
  line-height: .85rem;
  position: relative;
  padding-left: .375rem;
}
.process .content-box .content-l p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.process .content-box .content-r{
  float: left;
  width: 33.2%;
  overflow: hidden;
}
.process .content-box .content-r img{
  max-width: 100%;
  height: auto;
}
.additional-capabilities{
  background-color: #ffffff;
}
.additional-capabilities .content{
  color: #1e1e1e;
}
.additional-capabilities .title-s{
  color: #0099ff;
}
.additional-capabilities .content-box .content-l{
  color: #1e1e1e;
}
.additional-capabilities .content-box .content-l p{
  color: #1e1e1e;
}
.additional-capabilities .content-box .content-l p::before {
  background-color: #1e1e1e;
}
.expect{
  width: 100%;
  /*height: 30.425rem;*/
  height: auto;
  background: url(/xcwebstatic/images/ind-news-bg.jpg) no-repeat center center;
  background-size: 100% auto;
}
.expect .title-s{
  margin-top: 1.2rem;
  line-height: 1rem;
}
.products{
  width: 100%;
}
.products .products-list{
  margin-top: 2.5rem;
}
.products .products-list .products-ul{
  margin-bottom: 2.2rem;
}
.products .products-list .products-ul .title-blue{
  margin-bottom: 1.85rem;
}
.products .products-list .products-ul .products-li a{
  float: left;
  position: relative;
  width: 31.616%;
  margin-right: 2.576%;
  margin-bottom: .675rem;
  overflow: hidden;
}
.products .products-list .products-ul .products-li a:nth-child(3n){
  margin-right: 0;
}
.products .products-list .products-ul .products-li a img{
  display: block;
  width: 100%;
  height: auto;
}
.products .products-list .products-ul .products-li a .pro-point{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.75rem .5rem .675rem .5rem;
  background: #0099ff;
  bottom: -7.75rem;
  left: 0;
  opacity: 0.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.products .products-list .products-ul .products-li a .pro-point p{
  font-size: .55rem;
  color: #ffffff;
  line-height: .85rem;
}
.products .products-list .products-ul .products-li a:hover .pro-point{
  display: block;
  bottom: 0;
}
.services-footer .title-white{
  font-size: 1rem;
  text-align: center;
  padding: 1.75rem 0;
}
.why-choose-us{
  width: 100%;
}
.why-choose-us .why-choose-content{
  margin-bottom: 2rem;
}
.why-choose-us .why-choose-content .title-blue{
}
.why-choose-us .why-choose-content .con-text {
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  margin-top: .96rem;
}
.why-choose-us .why-choose-content-ul .why-choose-content-li{
  float: left;
  width: 30.8%;
  margin-right: 3.8%;
  margin-bottom: 1.75rem;
}
.why-choose-us .why-choose-content-ul .why-choose-content-li .ico{
  width: 100%;
  text-align: center;
}
.why-choose-us .why-choose-content-ul .why-choose-content-li .ico img{
  max-width: 100%;
}
.why-choose-us .why-choose-content-ul .why-choose-content-li .tit{
  font-size: .875rem;
  color: #0099ff;
  text-align: center;
  font-weight: bold;
  margin: .75rem 0;
}
.why-choose-us .why-choose-content-ul .why-choose-content-li p{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  min-height: 7rem;
}
.why-choose-us .why-choose-content-ul .why-choose-content-li:nth-child(3n){
  margin-right: 0;
}
.customer-process{
  width: 100%;
  /*height: 30.425rem;*/
  height: auto;
  background: url(/xcwebstatic/images/customer-process-bg.jpg) no-repeat center center;
  background-size: 100% auto;
}
.customer-process .title-blue{
  text-align: center;
}
.customer-process .content{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  margin-top: 0.96rem;
  margin-bottom: 1.4rem;
}
.customer-process .customer-process-list{
  width: 100%;
  /*padding: 0 1.875rem;*/
}
.customer-process .customer-process-list .customer-process-li{
  float: left;
  width: 30.2%;
  margin-right: 4.7%;
}
.customer-process .customer-process-list .customer-process-li:last-child{
  margin-right: 0;
}
.customer-process .customer-process-list .customer-process-li .tit{
  font-size: .75rem;
  color: #0099ff;
  text-align: center;
  font-weight: bold;
  margin: 0.75rem 0;
}
.customer-process .customer-process-list .customer-process-li .con{
  font-size: .55rem;
  color: #1e1e1e;
  line-height: .85rem;
}
.customer-process-img{
  width: 100%;
}
.pc{
  display: block;
}
.m{
  display: none;
}
.customer-process-img img{
  display: block;
  width: 100%;
  height: auto;
}
.case{
  width: 100%;
}
.case .case-list .case-li{
  margin-bottom: 3.6rem;
  border-bottom: 1px solid #505050;
  padding-bottom: 1.5rem;
}
.case .case-list .case-li .case-img{
  width: 100%;
}
.case .case-list .case-li .case-img .caseimg{
  float: left;
  width: 47%;
  margin-right: 6%;
  overflow: hidden;
}
.case .case-list .case-li .case-img .caseimg img{
  display: block;
  width: 100%;
}
.case .case-list .case-li .case-img .caseimg video{
  display: block;
  width: 100%;
}
.case .case-list .case-li .case-img .caseimg:nth-child(2n){
  margin-right: 0;
}
.case .case-list .case-li .title{
  color: #0099ff;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.9rem;
  margin:1.5rem 0 ;
}

.case .case-list .case-li .case-con .case-con-li{
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 1rem;
}
.case .case-list .case-li .case-con .case-con-li:nth-child(2n){
  margin-right: 0;
}
.case .case-list .case-li .case-con .case-con-li .tit{
  color: #0202af;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: .5rem;
}
.case .case-list .case-li .case-con .case-con-li p{
  color: #1e1e1e;
  font-size: .5rem;
  line-height: .85rem;
}

.case .case-list .case-li .case-con table {
  border: 1px solid #ccc; /* 1px 灰色边框 */
  border-collapse: collapse; /* 合并边框，避免双边框 */
  width: 100%; /* 可选：表格宽度 */
}

/* 给所有单元格（td/th）也加边框 */
.case .case-list .case-li .case-con table th, .case .case-list .case-li .case-con table td {
  border: 1px solid #ddd; /* 单元格边框颜色比表格稍浅 */
  padding: .3rem .2rem; /* 内边距 */
  color: #1e1e1e;
  font-size: .5rem;
}

.news{
  width: 100%;
}
.news .news-box{
}
.news .news-box .news-list{
  float: left;
  width: 65.924%;
  margin-right: 4.2%;
}
.news .news-box .news-list a{
  display: block;
  margin-bottom: 2.125rem;
}
.news .news-box .news-list a .news-img{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .news-box .news-list a .news-img img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s;
}
.news .news-box .news-list a:hover .news-img img{
  transform: scale(1.1);
}

.news .news-box .news-list a .date{
  margin: 1rem 0 .3rem 0;
}
.news .news-box .news-list a .date span{
  font-size: .4rem;
  color: #323232;
  padding-left: .2rem;
}
.news .news-box .news-list a .title{
  font-size: .8rem;
  color: #0099ff;
  font-weight: bold;
  hyphens: auto;
  line-height: 1rem;
}
.news .news-box .news-list a .con{
  font-size: .5rem;
  color: #1e1e1e;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: .75rem;
  margin: .55rem 0;
}
.news .news-box .news-list a .button{
  display: block;
  width: 100%;
  text-align: left;
}
.news .news-box .news-list a .button span{
  display: inline-block;
  background-color: #0202af;
  font-size: .55rem;
  color: #ffffff;
  padding: .45rem 1.1rem;
  border-radius: 1.25rem;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  outline: solid transparent;
  outline-offset: -1px;
}
.news .news-box .news-list a .button span:hover{
  background-color: #0c0ca7;
  outline: 4px solid #0c0ca7;
}
.news .news-recent-posts{
  float: left;
  width: 29.876%;
  border: 1px solid #3c3c3c;
  border-radius: 5px;
  padding: .875rem 1.05rem;
}
.news .news-recent-posts .recent-posts-t{
  font-size: .55rem;
  color: #505050;
  border-bottom: 1px solid #969696;
  padding-bottom: .5rem;
  margin-bottom: .75rem;
  position: relative;
}
.news .news-recent-posts .recent-posts-t:before {
  position: absolute;
  content: "";
  background: #0202af;
  height: 1px;
  width: 30px;
  bottom: -1px;
  left: 0;
  right: 0;
}
.news .news-recent-posts .recent-posts-list a{
  display: block;
  margin-bottom: 1.125rem;
}
.news .news-recent-posts .recent-posts-list a .img{
  float: left;
  width: 40%;
  margin-right: 5.5%;
  overflow: hidden;
}
.news .news-recent-posts .recent-posts-list a .img img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s;
}
.news .news-recent-posts .recent-posts-list a:hover .img img{
  transform: scale(1.1);
}
.news .news-recent-posts .recent-posts-list a .con{
  float: left;
  width: 54.5%;
}
.news .news-recent-posts .recent-posts-list a .con .title{
  font-size: .4rem;
  color: #505050;
  line-height: .55rem;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  margin-bottom: .375rem;
}
.news .news-recent-posts .recent-posts-list a:hover .con .title{
  color: #0099ff;
}
.news .news-recent-posts .recent-posts-list a .con .date span{
  color: #646464;
  font-size: .4rem;
  padding-left: 0.2rem;
}
.news-details .news-box .news-list a{
  margin-bottom: .825rem;
}
.news-details .content{
  width: 100%;
}
.news-details .content p{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
}
.news-details .content p img,.news-details .content img{
  display: block;
  max-width: 100%;
  height: auto;
}
.news-details .news-list .content p a,.news-details .news-list .content a{
  display: inline-block;
  margin-bottom: 0;
  color:#1e1e1e ;
}
.news-details .news-list .content p a:hover,.news-details .news-list .content a:hover{
  text-decoration: underline;
}
.contactus{
  width: 100%;
}
.contactus .content-box{
  margin-bottom: 1.875rem;
}
.contactus .content-box .content-l{
  float: left;
  width: 54%;
  padding-right: 2.875rem;
}
.contactus .content-box .content-l p{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
  margin-bottom: .7rem;
}
.contactus .content-box .content-r{
  float: left;
  width: 46%;
}
.contactus .content-box .content-r input{
  width: 100%;
  line-height: 1.25rem;
  padding: 0 .65rem;
  background: #f0f0f0;
  font-size: .45rem;
  color: #787878;
  margin-bottom: .375rem;
  border: 0;
  font-family: 'Poppins Regular';
}
.contactus .content-box .content-r input::-webkit-input-placeholder{
  color:#787878;
  font-family: 'Poppins Regular';
}
.contactus .content-box .content-r .contact-button{
  text-align: right;
  margin-top: .5rem;
}
.contactus .content-box .content-r textarea{
  width: 100%;
  padding: .2rem .65rem;
  background: #f0f0f0;
  font-size: .45rem;
  color: #787878;
  margin-bottom: .375rem;
  border: 0;
  font-family: 'Poppins Regular';
}
.contactus .content-box .content-r textarea::-webkit-input-placeholder{
  color:#787878;
  font-family: 'Poppins Regular';
  font-weight: normal;
}
.contactus .content-box .content-r .contact-button input{
  width: auto;
  padding: .28rem .56rem;
  background: #0202af;
  font-size: .45rem;
  color: #ffffff;
  border: 0;
  border-radius: .125rem;
  line-height: normal;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  outline: solid transparent;
  outline-offset: -1px;
}
.contactus .content-box .content-r .contact-button input:hover{
  background-color: #0202af;
  outline: 4px solid #0202af;
}
.contactus .content-text{
  margin: 2.5rem 0;
}
.contactus .content-text img{
  display: block;
  max-width: 100%;
  margin-bottom: .6rem;
}
.contactus .content-text p{
  font-size: .5rem;
  color: #1e1e1e;
  line-height: .85rem;
}
.message-border-red {
  border: 1px #f00 solid!important;
}
.map{
  width: 100%;
}
.map img{
  width: 100%;
}


/*分页样式*/
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: left;
}
.pager .pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 3px;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li a:hover{
  background-color: #0202af;
  color: #fff;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}
.pager > .pagination > .active > a,
.pager > .pagination > .active > span,
.pager > .pagination > .active > a:hover,
.pager > .pagination > .active > span:hover,
.pager > .pagination > .active > a:focus,
.pager > .pagination > .active > span:focus {
  background-color: #0202af;
  border-color: #0202af;
  color: #ffffff;
}

.btn-loadmore {
  clear: both;
}

.page-text-center .more{
  width: 4.525rem;
  border: 1px solid #d6d6d6;
  border-radius: 35px;
  margin: 0 auto;
  display: block;
  font-size:.35rem;
  color: #a7a7a7;
  line-height: 1.225rem;
  text-align: center;
  position: relative;
  padding-right: 20px;
}
.page-text-center .more:hover{
  border-radius: 35px;
  background-color: #d6000f;
  border: 1px solid #d6000f;
  color: #fff;
}
.page-text-center .more i{
  position: relative;
}
.loadmore{
  text-align: center;
  color: #949494;
}


@media (max-width: 767px) {
  .pc-pager{
    display: none;
  }
  .m-pager{
    display: block;
  }

}
@media screen and (max-width: 1500px){
  .w1300 {
    width: 1300px;
  }
  .w1440 {
    width: 1300px;
  }
}
@media screen and (max-width: 1366px){
  .w1300 {
    width: 1200px;
  }
  .w1440 {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px){
  .w1300 {
    width: 1150px;
  }
  .w1440 {
    width: 1150px;
  }
}
/*移动端*/
@media screen and (max-width: 1200px) {
  .w1300 {
    width: 100%;
    padding: 0 15px;
  }
  .w1440 {
    width: 100%;
    padding: 0 15px;
  }
  .pt120{
    padding-top: 1.5rem;
  }
  .pb110{
    padding-bottom: 2rem;
  }
  .nav-header{
    display: none;
  }
  .m-header {
    display: block;
    width: 100%;
    height: 55px;
    z-index: 999999999;
    transition: background .3s;
  }

  .m-header .header-main {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 15px;
  }

  .m-header .ind-header-main {
    margin-top: 30px;
    padding: 0 20px;
    position: absolute;
  }

  .m-header .header-main a.logo {
    display: block;
    float: left;
    width: 60%;
    margin-top: 10px;
  }

  .m-header .ind-header-main a.logo {
    display: block;
    float: left;
    width: 70%;
  }

  .m-header .header-main a.logo img {
    display: block;
    position: relative;
    width: auto;
    height: 35px;
    top: 0;
  }

  .m-header .header-main a.logo img.mheader {
    display: block;
  }

  .m-header .header-main a.logo img.onheader {
    display: none;
  }


  .m-header .header-main .nav-btn-box {
    float: right;
  }
  .nav-btn {
    display: block;
    position: relative;
    width: 23px;
    height: 18px;
    padding: 0;
    margin-top: 18px;
  }

  .nav-btn .lines {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #0099ff;
    transition: all .2s;
    transform-origin: center;
  }

  .ind-nav-btn .lines {
    background-color: #fff;
  }

  .nav-btn .line1 {
    top: 0;
  }

  .nav-btn .line2 {
    top: 50%;
    margin-top: -1px;
  }

  .nav-btn .line3 {
    bottom: 0;
  }

  .nav-btn.cur .lines {
    top: 50%;
    bottom: auto;
    margin-top: -1px;
  }

  .nav-btn.cur .line1 {
    transform: rotate(45deg);
  }

  .nav-btn.cur .line2 {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .nav-btn.cur .line3 {
    transform: rotate(-45deg);
  }
  body.no-scroll {
    position: fixed;
    left: 0;
    right: 0;
  }
  .m-nav {
    display: none;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4.17%;
    background-color: rgba(0, 153, 255, .98);
    overflow: auto;
    top: 55px;
    height: calc(100% - 55px);
    z-index: 99999;
  }

  .m-ind-nav {
    top: 80px;
    height: calc(100% - 80px);
  }

  .m-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);;
  }

  .m-nav li .tit {
    display: block;
    font-size: .54rem;
    padding: 15px 0 15px 15px;
    color: #fff;
    position: relative;
  }

  .m-nav li .tit:before {
    content: "";
    position: absolute;
    right: 3px;
    width: .4rem;
    height: .4rem;
    margin-top: -8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('/xcwebstatic/images/m-nav-jia.png');
    opacity: .7;
    top: 50%;
    transition: all .2s;
  }

  .m-nav li:nth-child(1) .tit:before, .m-nav li:nth-child(7) .tit:before,
  .m-nav li:last-child .tit:before {
    display: none;
  }

  .m-nav li.on .tit:before {
    transform: rotate(45deg);
  }
  .title-blue {
    font-size: 1.2rem;
    text-align: center;
  }
  .ind-aboutus .ind-aboutus-content .content-left {
    width: 100%;
    padding-right: 0;
  }
  .ind-aboutus .ind-aboutus-content .content-right {
    width: 100%;
  }
  .ind-aboutus .ind-aboutus-content .content-right video{
    width: 100%;
  }
  .ind-aboutus .ind-aboutus-content .content-left p {
    text-align: left;
    padding-bottom: .65rem;
  }
  .ind-aboutus .ind-aboutus-content .content-left p:last-child {
    padding-bottom: .65rem;
  }
  .title-white {
    font-size: 1.2rem;
  }
  .ind-whatwedo .ind-whatwedo-ct .ind-whatwedo-t {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.65rem;
  }
  .ind-whatwedo .ind-whatwedo-ct .ind-whatwedo-t:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.65rem;
  }
  .ind-aboutus .ind-aboutus-content .content-right img{
    width: 100%;
  }
  .ind-eco-friendly .eco-friendly-title {
    font-size: 1.2rem;
  }
  .ind-eco-friendly .eco-friendly-ty {
    width: 100%;
  }
  .ind-serve .ind-serve-list {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .ind-serve .ind-serve-list .ind-serve-r {
    padding-left: .5rem;
  }
  .ind-serve .ind-serve-list .ind-serve-r .tit {
    font-size: .6rem;
    padding: .1rem 0 .3rem 0;
  }
  .ind-solution .ind-solution-logo {
    padding: 2rem 0 1.5rem 0;
  }
  .ind-feedback .ind-feedback-box .swiper-container {
    width: 100%;
  }
  .ind-feedback .swiper-button-prev, .ind-feedback .swiper-container-rtl .swiper-button-next {
    left: -6px;
  }
  .ind-feedback .swiper-button-next, .ind-feedback .swiper-container-rtl .swiper-button-prev {
    right: -6px;
  }
  .ind-eco-friendly .eco-friendly-ty-li {
    margin-top: .8rem;
  }
  .ind-feedback .ind-feedback-box {
    width: 100%;
    position: relative;
    padding: 2rem 0 .95rem 0;
  }
  .ind-feedback .ind-feedback-box .kh-name {
    font-size: .9rem;
    line-height: 1rem;
  }
  .ind-feedback .ind-feedback-box .ind-feedback-content {
    margin: 1rem 0 1.5rem 0;
    padding: 0 1rem;
  }

  .ind-news .ind-news-box a .ind-news-date {
    font-size: .45rem;
  }
  .within-banner img {
    position: relative;
    width: 180%;
    left: -60%;
  }
  .within-banner .within-banner-tit span {
    font-size: 1.5rem;
  }
  .contact-banner img {
    width: 220%;
    left: -15%;
  }
  .ultra-precision-con .ultra-precision-li p {
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .ultra-precision-con .ultra-precision-img span {
    line-height: 1rem;
  }
  .ultra-precision-con .ultra-precision-ty {
    width: 100%;
  }
  .ultra-precision-con .ultra-precision-img {
    float: left;
    width: 100%;
  }
  .ultra-precision-con .ultra-precision-img .ultra-precision-img-li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .ultra-precision-con .ultra-precision-img .ultra-precision-img-li:nth-child(2n){
    margin-right: 0;
  }
  .process .title-s {
    line-height: 1rem;
  }
  .process .content-box .content-l {
    width: 50%;
  }
  .process .content-box .content-r {
    width: 50%;
  }
  .products .products-list .products-ul .products-li a {
    width: 49%;
    margin-right: 2%;
  }
  .products .products-list .products-ul .products-li a:nth-child(3n) {
    margin-right: 2%;
  }
  .products .products-list .products-ul .products-li a:nth-child(2n) {
    margin-right: 0;
  }
  .products .products-list .products-ul .products-li a .pro-point {
    padding: .6rem .5rem .675rem .5rem;
  }
  .why-choose-us .why-choose-content-ul .why-choose-content-li .ico img {
    max-width: 30%;
  }
  .case .case-list .case-li .title {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 1rem 0;
  }
  .case .case-list .case-li {
    margin-bottom: 2.6rem;
    padding-bottom: 1.2rem;
  }
  .news .news-box .news-list {
    width: 100%;
    margin-right: 0;
  }
  .news .news-box .news-list a .button span {
    padding: .32rem 0.8rem;
  }
  .news .news-recent-posts {
    width: 100%;
    padding: 0.875rem .7rem;
  }
  .news .news-recent-posts .recent-posts-list a {
    display: block;
    margin-bottom: .8rem;
  }
  .contactus .content-box .content-l {
    width: 100%;
    padding-right: 0;
  }
  .contactus .content-box .content-r {
    width: 100%;
  }
  .contactus .content-box .content-r .contact-button input {
    width: auto;
    padding: .38rem .56rem;
  }
  .contactus .content-text {
    margin: 1.5rem 0;
  }
  .footer .footer-box {
    padding: 0;
  }
  .footer .footer-box .footer-box-l {
    width: 40%;
  }
  .footer .footer-box .footer-box-r {
    width: 60%;
  }
  .ind-eco-friendly {
    background: url(/xcwebstatic/images/m-ind-eco-friendly.jpg) no-repeat center center;
    background-color: #bfd7c1;
  }

  .m .customer-process-list .customer-process-li {
    width: 100%;
    margin-right:0;
  }
  .m .customer-process-list {
    padding: 0;
  }
  .m .customer-process-list .customer-process-li .tit {
    text-align: left;
    margin: .9rem 0 .5rem 0;
  }
  .m .customer-process-list .customer-process-li .con {
    text-align: left;
  }
  .pc{
    display: none;
  }
  .m{
    display: block;
  }
  .m img{
    display: block;
    width: 100%;
  }
  .ind-news {
    background: url(/xcwebstatic/images/m-ind-news-bg.jpg) no-repeat center center;
    background-color: #e8e8e8;
  }

  .aboutus-content4 {
    background: url(/xcwebstatic/images/m-ind-news-bg.jpg) no-repeat center center;
    background-color: #e8e8e8;
  }

  .expect  {
    background: url(/xcwebstatic/images/m-ind-news-bg.jpg) no-repeat center center;
    background-color: #e8e8e8;
  }
  .customer-process {
    background: #e8e8e8;

  }
  .contactus .content-text img {
    max-width: 90%;
  }
  .contact-banner .within-banner-tit {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-text-center{
    margin-bottom: 1rem;
  }

}
@media (max-width: 480px){

  .ind-news .ind-news-box a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.375rem;
  }
  .ind-news .ind-news-box a .ind-news-more:after {
    width: 22px;
    height: 14px;
  }
  .within-banner img {
    position: relative;
    width: 220%;
    left: -90%;
  }
  .within-banner .within-banner-tit span {
    font-size: 1rem;
  }
  .contact-banner img {
    width: 220%;
    left: -40%;
  }
  .contact-banner .within-banner-tit {
    top: 50%;
    left: 75%;
    transform: translate(-50%, -75%);
  }
  .aboutus-content1 .aboutus-con-img .aboutus-img-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .ultra-precision-con .ultra-precision-li {
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
  .ultra-precision-con .ultra-precision-img {
    width: 100%;
  }
  .ultra-precision-con .ultra-precision-img span {
    line-height: 1.5rem;
  }
  .ind-img1 img {
    position: relative;
    width: 150%;
    height: auto;
    left: 0;
  }
  .ultra-precision-con .ultra-precision-img .ultra-precision-img-li {
    width: 100%;
    margin-right: 0;
  }
  .process .content-box .content-l {
    width: 100%;
    margin-bottom: 1rem;
  }
  .process .content-box .content-r {
    width: 100%;
  }
  .products .products-list .products-ul .products-li a {
    width: 100%;
    margin-right: 0;
  }
  .products .products-list .products-ul .products-li a:nth-child(3n) {
    margin-right: 0;
  }
  .products .products-list .products-ul .products-li a:nth-child(2n) {
    margin-right: 0;
  }
  .products .products-list .products-ul .products-li a .pro-point {
    bottom: -8.75rem;
  }
  .why-choose-us .why-choose-content-ul .why-choose-content-li {
    width: 100%;
    margin-right: 0;
  }
  .why-choose-us .why-choose-content-ul .why-choose-content-li .ico img {
    max-width: 20%;
  }
  .why-choose-us .why-choose-content-ul .why-choose-content-li p {
    min-height: auto;
  }
  .why-choose-us .why-choose-content-ul .why-choose-content-li:last-child {
    margin-bottom: 0;
  }
  .case .case-list .case-li .case-img .caseimg {
    width: 100%;
    margin-right: 0;
    margin-bottom: .8rem;
  }
  .case .case-list .case-li .case-con .case-con-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .news .news-recent-posts .recent-posts-list a .con .date img {
    width: .5rem;
  }
  .news .news-box .news-list a .date img {
    width: .5rem;
  }
  .footer .footer-box .footer-box-l {
    width: 100%;
    text-align: center;
  }
  .footer .footer-box .footer-box-r {
    width: 100%;
    margin-top: 1rem;
  }
  .footer-erweima{
    margin:0 auto;
    display: inline-block;
  }
  .ind-serve .ind-serve-list .ind-serve-l {
    width: 100%;
  }
  .ind-serve .ind-serve-list .ind-serve-r {
    width: 100%;
    padding-left: 0;
    margin-top: .7rem;
  }
  .ind-serve .ind-serve-list a {
    margin-bottom: 1rem;
  }
  .contactus .content-text img {
    max-width: 60%;
  }
  .ind-feedback .ind-feedback-box .kh-name {
    font-size: .8rem;
  }
  .title-blue {
    font-size: .85rem;
  }
  .title-white {
    font-size: .85rem;
  }
  .contactus .content-box .content-r .contact-button {
    text-align: center;
  }
  .pager {
    text-align: center;
  }
}