@charset "utf-8";
/* CSS Document */
html {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
body {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  background-color: white;
  width: 10rem;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
body {
  width: 10rem;
  overflow-x: hidden;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #333;
}
a:active {
  outline: 0;
}
a:active {
  color: #333;
}
abbr[title] {
  border-bottom: 0.015625rem dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 0.015625rem solid #c0c0c0;
  margin: 0 0.03125rem;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Roboto, Segoe UI, Arial, sans-serif;
  background: #e6f7fc;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 0.48125rem;
}
h2 {
  font-size: 0.446875rem;
}
h3 {
  font-size: 0.4125rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.34375rem;
}
body {
  background: #fdfdfd;
  font-size: 0.34375rem;
}
.container {
  padding-left: 0.234375rem;
  padding-right: 0.234375rem;
}
.empty {
  height: 0.3125rem;
  background: #fff;
  clear: both;
}
.clearfix {
  clear: both;
}
.logo-img {
  font-size: 2rem;
  padding-bottom: 0.1rem;
}
/*   澶撮儴      */
.header {
  padding: 0.3125rem 0;
  text-align: center;
}
.header .logo-img img {
  margin: 0.15625rem auto;
  width: auto;
  height: 1.09375rem;
}
.header h1 {
  font-weight: normal;
  margin-bottom: 0.078125rem;
}
.header p {
  border-top: 0.015625rem solid #ccc;
  border-bottom: 0.015625rem solid #ccc;
  color: #ccc;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide-banner {
  text-align: center;
  font-size: 0.28125rem;
  /* 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;
}
.swiper-slide-banner {
  width: 8.59375rem;
}
.banner-box {
  width: 10rem;
  background: -webkit-linear-gradient(#f2fbff, #ffffff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f2fbff, #ffffff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f2fbff, #ffffff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f2fbff, #ffffff);
  /* 鏍囧噯鐨勮娉 */
}
.banner-box img {
  display: block;
  width: 8.59375rem;
  border-radius: 0.15625rem;
}
.nav {
  background: #fff;
  padding: 0.3125rem 0;
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
}
.nav ul li {
  width: 25%;
  padding: 0.15625rem 0;
}
.nav ul li img {
  display: block;
  margin: 0.15625rem auto;
  width: auto;
  height: 25px;
  object-fit: cover;
}
.nav ul li span {
  padding: 0 0.15625rem;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
  font-size: 0.40625rem;
}
.menu-title {
  padding: 0.15625rem 0 0.3125rem;
}
.menu-title h3 a {
  color: #333;
  font-weight: bold;
  font-size: 0.4375rem;
}
.menu-title .more {
  float: right;
  line-height: 2;
  color: #666;
}
.menu-item {
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem;
  background: rgba(50, 179, 255, 0.025);
}
/*title*/
h3.title a {
  display: block;
  padding-top: 0.46875rem;
  font: bold 0.46875rem "microsoft yahei";
  line-height: 0.46875rem;
  text-align: center;
  padding-bottom: 0.3125rem;
}
.title {
  width: 5.78125rem;
  margin: 0 auto;
  border-bottom: 0.015625rem solid #ccc;
  position: relative;
}
.title-line {
  width: 1.25rem;
  height: 0.046875rem;
  background: #32b3ff;
  margin: 0 auto;
}
/*products*/
/*.swiper1 {
		width: 100%;
	}
	.swiper1 .selected {
		color:rgba(50,179,255,1);

	}
	.swiper1 .swiper-slide {
		text-align: center;
		font-size: 18*0.015625rem;
		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;
		cursor: pointer;
		margin-top: 40*0.015625rem;
	}
	.products-menu{
		width: 150*0.015625rem;
		height: 30*0.015625rem;
		font: 18*0.015625rem "microsoft yahei";
	line-height: 30*0.015625rem;
		padding: 0 10*0.015625rem;
		border-right: 1*0.015625rem solid #ccc;
	}
	.swiper2 {
		width: 100%;
	}
	.swiper2 .swiper-slide {
		padding-top: 20*0.015625rem;
		color: #fff;
		text-align: center;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}
	.products-li ul li{
		float: left;
		padding: 0 3*0.015625rem;
	}
	
.products-li ul li p{
	font: 18*0.015625rem "microsoft yahei";
	line-height: 40*0.015625rem ;
	text-align: center;
	padding-bottom: 20*0.015625rem;
}
*/
.product-center .tabs {
  background: #fff;
  border-radius: 0.109375rem;
  padding: 0 0.15625rem;
  display: flex;
  margin-bottom: 0.3125rem;
  overflow: hidden;
}
.product-center .tabs a {
  padding: 0.15625rem;
  color: #999999;
  font-size: 0.359375rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 2.34375rem;
  text-align: center;
}
.product-center .tabs a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.015625rem;
  background: #32b3ff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-center .tabs a.active {
  color: #32b3ff;
}
.product-center .tabs a.active:before {
  width: 100%;
}
.product-center .swiper-slide {
  display: flex;
}
.product-center .item {
  width: 4.375rem;
}
.product-center .item .img {
  width: 4.375rem;
  height: 2.734375rem;
  border-radius: 0.109375rem;
  overflow: hidden;
}
.product-center .item .img img {
  width: 100%;
  height: 100%;
}
.swiper-slide-products ul li p {
  line-height: 0.78125rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-center .item h4 {
  border-radius: 0.15625rem;
  background: #fff;
  width: 80%;
  padding: 0.046875rem 0.15625rem;
  margin: 0.15625rem auto;
  text-align: center;
  font-size: 0.359375rem;
  font-weight: normal;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 0.0625rem 0.15625rem rgba(50, 179, 255, 0.15);
}
.product-center .item:first-child {
  margin-right: 0.78125rem;
  margin-left: 0.234375rem;
}
.product-cat {
  border-top: 0.0625rem solid rgba(50, 179, 255, 0.09);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0.46875rem;
}
.product-cat a {
  color: #888888;
  font-size: 0.34375rem;
  min-width: 25%;
  padding: 0.078125rem 0.15625rem;
  border: 0.015625rem solid rgba(50, 179, 255, 0.09);
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.item {
  display: block;
  width: 4.375rem;
  height: 2.734375rem;
}
.swiper-slide-products {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide-products ul li {
  width: 4.5625rem;
  height: 4.09375rem;
  display: block;
  float: left;
  padding: 0 0.15625rem;
  margin: 0.09375rem;
}
.product-tabs .products-menu {
  margin: 0.3125rem 0;
  border-right: 0.015625rem solid #ccc;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selected {
  color: #32b3ff;
}
.swiper-slide-products ul li img {
  width: 4.5625rem;
  height: 3.46875rem;
  display: block;
  object-fit: cover;
}
/*adm*/
.adm {
  width: 100%;
  background: #32b3ff;
  margin-top: 0.46875rem;
  line-height: 1.4;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
.adm h4 {
  font: bold 0.375rem "microsoft yahei";
  color: #fff;
  text-align: center;
}
.adm1-line {
  width: 4.375rem;
  height: 0.015625rem;
  background: rgba(255, 255, 255, 0.2);
  margin: 0.15625rem auto;
}
.adm p {
  font: 0.3125rem "microsoft yahei";
  color: #fff;
  text-align: center;
}
.adm-tel {
  width: 5rem;
  height: 0.625rem;
  background: #fff;
  border-radius: 0.15625rem;
  margin: 0.3125rem auto 0;
  line-height: 0.625rem;
}
.adm-tel b {
  float: left;
  padding-left: 0.3125rem;
  font: bold 0.328125rem "microsoft yahei";
  color: #32b3ff;
  line-height: 0.625rem;
}
.adm-tel span {
  float: right;
  padding-right: 0.3125rem;
  font: bold 0.328125rem "microsoft yahei";
  color: #32b3ff;
  line-height: 0.625rem;
}
.clear {
  clear: both;
}
/*case*/
.case-box {
  width: 100%;
  height: 100%;
  padding-bottom: 0.78125rem;
}
.swiper-slide-case {
  text-align: center;
  font-size: 0.28125rem;
  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;
}
.case-box .swiper-slide {
  width: 4.59375rem;
  height: 5.625rem;
  background: #fff;
  border-radius: 0.15625rem;
  margin-top: 0.46875rem;
  overflow: hidden;
  box-shadow: 0.03125rem 0.03125rem 0.03125rem rgba(0, 0, 0, 0.1);
}
.case-box img {
  display: block;
  width: 4.625rem;
  height: 3.09375rem;
  object-fit: cover;
}
.case-box h4 {
  font: 0.375rem "microsoft yahei";
  line-height: 0.625rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.case-box .case-line {
  width: 4.28125rem;
  height: 0.015625rem;
  background: rgba(50, 179, 255, 0.6);
  margin: 0.078125rem 0;
}
.case-box p {
  font: 0.375rem "microsoft yahei";
  line-height: 0.46875rem;
  color: #919191;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.15625rem;
  padding: 0 0.15625rem;
}
/*adv*/
.adv {
  width: 100%;
  height: 12.8125rem;
  background: linear-gradient(#32b3ff, rgba(50, 179, 255, 0.5), rgba(255, 255, 255, 0.2), #ffffff);
  position: relative;margin-top:20px;
}
.adv-bg {
  position: absolute;
  width: 100%;
  height: 12.8125rem;
  background: url(../images/adv-bg.png) no-repeat center top;
  background-size: 100%;
}
.title-adv a img {
  width: 4.34375rem;
  height: 0.625rem;
  display: block;
  margin: 0 auto;
}
.title-adv a {
  display: block;
  margin: 0 auto;
  width: 5.625rem;
  height: 1.46875rem;
  padding-top: 0.625rem;
  border-bottom: 0.015625rem solid rgba(255, 255, 255, 0.2);
}
.title-adv p {
  font: 0.328125rem "microsoft yahei";
  line-height: 0.625rem;
  color: #fff;
  text-align: center;
}
.title-adv-line {
  width: 3.75rem;
  height: 0.015625rem;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
.adv-box {
  height: auto;
  margin-top: 0.46875rem;
}
.swiper-slide-adv {
  width: 7.28125rem;
  transition: all 0.5s ease;
}
.swiper-slide-adv a {
  display: block;
  width: 7.28125rem;
  height: 8.75rem;
  background: #fff;
  border-radius: 0.15625rem;
  overflow: hidden;
  box-shadow: 0.03125rem 0.03125rem 0.03125rem rgba(0, 0, 0, 0.1);
}
.swiper-slide-adv a img {
  width: 7.28125rem;
}
.adv-pag {
  position: relative;
  bottom: -0.3125rem;
  margin-top: 0.46875rem;
}
.swiper-pagination-bullet {
  width: 0.15625rem;
  height: 0.15625rem;
}
.adv-pag .swiper-pagination-bullet-active {
  width: 0.46875rem;
  height: 0.15625rem;
  border-radius: 0.0625rem;
  -webkit-transition: all 0.5s ease;
}
.adv-line1 {
  clear: both;
  width: 6.8125rem;
  height: 0.015625rem;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 0.15625rem;
}
.adv-box .swiper-slide-active a {
  margin-top: 0.03125rem;
}
.swiper-slide-adv h4 {
  float: left;
  font: bold 0.375rem "microsoft yahei";
  line-height: 0.5625rem;
  color: #4d4d4d;
  margin-top: 0.3125rem;
  padding-bottom: 0.15625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide-adv span {
  float: right;
  font: bold 0.375rem "microsoft yahei";
  line-height: 0.5625rem;
  color: #4d4d4d;
  margin-top: 0.3125rem;
  padding-bottom: 0.15625rem;
}
.swiper-slide-adv p {
  font: 0.28125rem "microsoft yahei";
  line-height: 0.5625rem;
  color: #919191;
  margin-top: 0.3125rem;
}
/*witness*/
.witness-box {
  width: 100%;
  height: 100%;
  padding-bottom: 0.46875rem;
}
.witness-box1 {
  text-align: center;
  font-size: 0.28125rem;
  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;
}
.witness-box a {
  width: 4.0625rem;
  height: 5.09375rem;
  display: block;
  background: #fff;
  margin-top: 0.46875rem;
  box-shadow: 0.03125rem 0.03125rem 0.03125rem rgba(0, 0, 0, 0.1);
}
.witness-box img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  margin: 0.3125rem auto;
  border-radius: 50%;
  position: relative;
  top: 0.46875rem;
}
.witness-box h4 {
  font: 0.375rem "microsoft yahei";
  line-height: 0.5625rem;
  color: #333;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.015625rem solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.witness-box p {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 0.15625rem;
}
/*about*/
.about {
  width: 100%;
  background: #32b3ff;
  padding-bottom: 0.78125rem;
}
h3.title-1 a {
  display: block;
  padding-top: 0.46875rem;
  font: bold 0.46875rem "microsoft yahei";
  line-height: 0.46875rem;
  text-align: center;
  padding-bottom: 0.3125rem;
  color: #fff;
}
.title-1 {
  width: 5.78125rem;
  margin: 0 auto;
  border-bottom: 0.015625rem solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.title-line-1 {
  width: 1.25rem;
  height: 0.046875rem;
  background: #fff;
  margin: 0 auto;
}
.about-box {
  position: relative;
  padding-top: 3.125rem;
}
.about-box .about-img {
  width: 9.53125rem;
  height: 4.125rem;
  display: block;
  border-radius: 0.15625rem;
  overflow: hidden;
  position: absolute;
  box-shadow: 0.015625rem 0.03125rem 0.015625rem rgba(0, 0, 0, 0.1);
  top: 0.625rem;
  object-fit: contain;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-text {
  position: relative;
  z-index: 99;
}
.about-text .about-text-box {
  width: 8.59375rem;
  height: 3.84375rem;
  background: #fff;
  margin: 0.3125rem auto 0;
  border-radius: 0.234375rem;
  box-shadow: 0.03125rem 0 0.09375rem rgba(0, 0, 0, 0.23);
  text-align: center;
}
.about-text-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  padding: 0 0.234375rem;
  padding-top: 0.3125rem;
  text-indent: 2em;
  color: #919191;
}
/*news*/
/*news*/
.news .yinying {
  height: 14.0625rem;
}
.news .tabs {
  padding: 0.390625rem 0.234375rem 0;
  border-radius: 0.109375rem;
  margin-bottom: 0.15625rem;
  text-align: center;
}
.news .tabs a {
  position: relative;
  display: inline-block;
  padding: 0.109375rem 0;
}
.news .tabs a.active {
  color: #01c3ff;
  font-weight: bold;
  border-bottom: 0.015625rem solid #c2c2c2;
}
.news .items {
  background: #FFF;
  box-shadow: 0.03125rem 0.03125rem 0.3125rem rgba(237, 226, 226, 0.5);
  border-radius: 0.25rem;
  margin: 0.15625rem 0.265625rem 0.3125rem;
  height: 5.625rem;
  width: 4.21875rem;
  float: left;
  border-radius: 0.15625rem;
  overflow: hidden;
}
.news .items .img {
  float: left;
  margin-right: 0.3125rem;
  margin-left: 0.234375rem;
}
.news .items .img img {
  width: 2.71875rem;
  height: 2.03125rem;
  border-radius: 0.109375rem;
}
.news .items .info {
  float: right;
  width: 5.25rem;
}
.news .items dd h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .items dd p {
  font-size: 0.3125rem;
  line-height: 0.46875rem;
  height: 1.40625rem;
  display: block;
  overflow: hidden;
  margin-top: 0.078125rem;
  color: #a4a4a4;
}
.news .items dt p {
  text-align: right;
  line-height: 0.34375rem;
  font-size: 0.375rem;
  float: left;
  color: #a0a0a0;
}
.news .items dt span {
  font-size: 0.28125rem;
  color: #a0a0a0;
  display: block;
}
.news .items dt img {
  padding-right: 0.078125rem;
}
.news .items dt i {
  background: url(../img/p_r.jpg) no-repeat;
  width: 0.5rem;
  height: 0.28125rem;
  float: right;
  display: block;
  margin: 0.15625rem 0.09375rem 0 0;
  background-size: contain;
}
.news .items dt {
  height: 0.78125rem;
  display: block;
  overflow: hidden;
}
#tabs-news img {
  width: 4.21875rem;
  height: 2.65625rem;
  display: block;
  border-radius: 0.15625rem;
  object-fit: contain;
}
#tabs-news h4 {
  font: normal 0.34375rem "microsoft yahei";
  line-height: 0.5625rem;
  padding: 0.15625rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#tabs-news p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font: normal 0.375rem "microsoft yahei";
  line-height: 0.546875rem;
  color: #919191;
}
#tabs-news {
  height: 12.96875rem;
}
.news .tabs i {
  display: inline-block;
  color: #787a7b;
  margin: 0.15625rem 0.3125rem;
}
/*news end*/
/*footer*/
.footer {
  position: relative;
}
.footer-bg1 {
  width: 0;
  height: 0;
  border-width: 0 5rem 1.71875rem;
  border-style: solid;
  border-color: transparent transparent #32b3ff;
  /*閫忔槑 閫忔槑  鐏?/
  margin: 0rem auto 0;
  position: relative;
  padding-top: 0.78125rem;
  position: absolute;
  background: #f2fbff;
}
.footer-bg2 {
  width: 100%;
  height: 6.25rem;
  background: #32b3ff;
  position: absolute;
  top: 2.484375rem;
}
.gotop {
  position: absolute;
  z-index: 2;
}
.gotop {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0.15625rem;
  margin-left: -0.625rem;
  border-radius: 50%;
  box-shadow: 0.03125rem 0.03125rem 0.5625rem rgba(0, 0, 0, 0.2);
  background: #fff;
}
.footer .gotop:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: -1.328125rem;
  border-right: 0.3125rem solid transparent;
  -webkit-filter: drop-shadow(#32b3ff 1.328125rem 0);
  filter: drop-shadow(#32b3ff 1.328125rem 0);
  background: url(../images/gotop.png) no-repeat center;
  background-size: contain;
}
.footer .gotop:before {
  -webkit-filter: drop-shadow(#32b3ff 1.328125rem 0);
  filter: drop-shadow(#32b3ff 1.328125rem 0);
}
.copyright {
  width: 100%;
  background: #fff;
  border-radius: 0.15625rem;
  box-shadow: 0.03125rem 0.03125rem 0.03125rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  top: 0.78125rem;
  text-align: center;
  padding: 1rem 0 0.4rem 0;
  font: 0.34375rem "microsoft yahei";
  line-height: 0.5625rem;
  color: #616161;
}
.copyright a {
  color: #616161;
}
.footer-bar {
  bottom: 0;
  background: #32b3ff;
  width: 100%;
  height: 70px;
  z-index: 999;
  position: fixed;
  z-index: 99;
  box-shadow: 0.03125rem -0.03125rem 0.0625rem rgba(0, 0, 0, 0.1);
}
.footer-bar ul {
  display: flex;
  justify-content: space-around;
  z-index: 9999;
}
.footer-bar li {
  /* width: 25%; */
  padding: 10px 0;
}
.footer-bar li img {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.footer-bar li span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  display: block;
  line-height: 1.1;
  margin-top: 8px;
}
#kefu-ball {
  background: #32b3ff;
  position: fixed;
  right: 0;
  bottom: 30%;
  border-radius: 50%;
  z-index: 99999;
  box-shadow: 0 0 10px 0 rgba(50, 179, 255, 0.6);
}

#kefu-ball img{
  width: 50px;
  height: 50px;
  display: block;
}
.ewm {
  position: relative;
  z-index: 9;
  top: 1.5625rem;
}
.ewm img {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto;
  border-radius: 0.15625rem;
}
#kefu-ball {
  background: #32b3ff;
  position: fixed;
  right: 0;
  bottom: 30%;
  border-radius: 50%;
  z-index: 99999;
  box-shadow: 0 0 0.3125rem 0 rgba(50, 179, 255, 0.6);
}
