* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
html {
  font-size: 100px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.headerOn .header {
  position: fixed;
  background: #333;
}
.container1 {
  width: 100%;
  padding: 0 8.3333%;
  box-sizing: border-box;
}
.news {
  padding: 0.8rem 0;
  background: url(../images/newsBg.jpg) no-repeat center;
  background-size: cover;
}
.news .newsTop {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.08rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsTop .newsL {
  flex: 0 0 7.625%;
  justify-content: center;
  float: left;
  width: 7.625%;
}
.news .newsTop .newsL img {
  display: block;
  width: 100%;
}
.news .newsTop .newsR {
  flex: 0 0 90%;
  justify-content: center;
  float: left;
  width: 90%;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}
.news .newsTop .newsR ul li a {
  display: block;
}
.news .newsTop .newsR ul li a i {
  font-size: 0.3rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  padding-top: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTop .newsR ul li a span {
  font-size: 0.16rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-top: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTop .newsR ul li:hover a i {
  color: #0054a3;
}
.news .newsTop .newsR ul li:hover a span {
  color: #666;
}
.news .newsTop .newsR .newsR-pagination {
  position: absolute;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.news .newsTop .newsR .newsR-pagination span {
  display: block;
  margin: 5px 0;
}
.news .newsBottom {
  padding-top: 0.6rem;
}
.news .newsBottom .newsBottomTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.news .newsBottom .newsBottomTop .newsBottomTopl h3 a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.news .newsBottom .newsBottomTop .newsBottomTopl h3 a i {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1;
}
.news .newsBottom .newsBottomTop .newsBottomTopl h3 a span {
  line-height: 1;
  text-transform: uppercase;
  padding-left: 0.1rem;
  color: #999999;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox ul li {
  width: 1.48rem;
  height: 0.48rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  float: left;
  margin-right: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox ul li a {
  display: block;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox ul li.on {
  background-image: linear-gradient(-45deg, #0c9cd1 0%, #0054a3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                                    normal;
  border-radius: 5px;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox ul li.on a {
  color: #fff;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox .newsBottomMore {
  width: 1.48rem;
  height: 0.48rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  float: left;
  margin-right: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox .newsBottomMore a {
  display: block;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox .newsBottomMore:hover {
  background-image: linear-gradient(-45deg, #0c9cd1 0%, #0054a3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                                normal;
  border-radius: 5px;
}
.news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox .newsBottomMore:hover a {
  color: #fff;
}
.news .newsBottom .newsBottombottom {
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.news .newsBottom .newsBottombottom .newsBottombottoml {
  flex: 0 0 53.75%;
  justify-content: center;
  float: left;
  width: 53.75%;
  position: relative;
}
.news .newsBottom .newsBottombottom .newsBottombottoml .swiper-container {
  height: 100%;
}
.news .newsBottom .newsBottombottom .newsBottombottoml ul li a {
  display: block;
  position: relative;
  padding: 30.75% 0;
  overflow: hidden;
  border-radius: 0.1rem;
  /* height: 100%; */
  /* width: 100%; */
}
.news .newsBottom .newsBottombottom .newsBottombottoml ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBottom .newsBottombottom .newsBottombottoml ul li a em {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to top, #666, rgba(0, 0, 0, 0.2), transparent);
  padding: 0.25rem 1.5rem 0.25rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBottom .newsBottombottom .newsBottombottoml ul li a:hover img {
  transform: scale(1.1);
}
.news .newsBottom .newsBottombottom .newsBottombottoml .newsBottombottom-pagination {
  position: absolute;
  bottom: 0.25rem;
  z-index: 9;
  right: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBottom .newsBottombottom .newsBottombottoml .newsBottombottom-pagination span {
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0.05rem;
}
.news .newsBottom .newsBottombottom .newsBottombottoml .newsBottombottom-pagination span::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBottom .newsBottombottom .newsBottombottoml .newsBottombottom-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}
.news .newsBottom .newsBottombottom .newsBottombottomr {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.1rem 0.36rem;
  box-sizing: border-box;
  flex: 0 0 44.68%;
  justify-content: center;
  float: left;
  width: 44.68%;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed #ddd;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li:last-child {
  border-bottom: 0;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li .newstime {
  overflow: hidden;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li .newstime strong {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li .newstime strong b {
  font-size: 0.36rem;
  font-weight: bold;
  color: #0054a3;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li .newstime strong span {
  color: #808080;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.18rem;
  font-weight: normal;
  margin-left: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li .newstime em {
  transform: translateY(0);
  position: absolute;
  top: 0;
  height: 100%;
  line-height: 0.36rem;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.15rem 0;
  line-height: 1;
  overflow: hidden;
  font-size: 0.18rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #808080;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li p {
  font-size: 0.16rem;
  height: 0rem;
  line-height: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-orient: vertical;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li.on .newstime em {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(-100%);
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li.on a {
  font-weight: bold;
  color: #0054a3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.24rem;
}
.news .newsBottom .newsBottombottom .newsBottombottomr ul li.on p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 0.7rem;
}
.title h3 {
  display: block;
}
.title h3 a {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.title h3 span {
  display: block;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.product {
  background: url(../images/product.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 0.6rem;
  padding-bottom: 0.52rem;
}
.product .productBox {
  padding-top: 0.6rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  width: 100%;
}
.product .productBox ul {
  padding-bottom: 0.1rem;
}
.product .productBox ul li {
  padding: 0.1rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product .productBox ul li a {
  display: block;
}
.product .productBox ul li a i {
  position: relative;
  display: block;
  padding: 36.1% 0;
  box-sizing: border-box;
}
.product .productBox ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 0.05rem;
}
.product .productBox ul li a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  font-weight: bold;
  color: #0054a3;
  margin: 0.2rem 0;
  line-height: 1;
}
.product .productBox ul li a span {
  display: block;
  font-size: 0.14rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .productBox ul li a b {
  font-weight: normal;
  display: block;
  background: url(../images/productMore.png) no-repeat center right;
  font-size: 0.16rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0.25rem;
  color: #0054a3;
}
.product .productBox .productBoxnum {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}
.product .productBox .productBoxnum span {
  width: 0.1rem;
  height: 0.1rem;
  background: #e3e3e3;
  margin: 0 0.07rem;
}
.product .productBox .productBoxnum span.swiper-pagination-bullet-active {
  background: #0054a3;
}
.soLutions {
  position: relative;
}
.soLutions .title {
  position: absolute;
  width: 100%;
  padding: 0 8.3333333%;
  box-sizing: border-box;
  padding-top: 0.7rem;
  z-index: 3;
}
.soLutions .title h3 {
  width: 100%;
}
.soLutions .title h3 a {
  text-align: left;
}
.soLutions .title h3 span {
  text-align: left;
}
.soLutions .bd .soLutionsList {
  position: relative;
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
}
.soLutions .bd .soLutionsList img {
  display: block;
  width: 100%;
}
.soLutions .bd .soLutionsList .container1 {
  position: absolute;
  top: 1.2rem;
  right: 0;
}
.soLutions .bd .soLutionsList .container1 a {
  display: block;
  width: 22.125%;
  position: absolute;
  right: 8.333333%;
}
.soLutions .bd .soLutionsList .container1 a em {
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.soLutions .bd .soLutionsList .container1 a span {
  width: 100%;
  display: block;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}
.soLutions .bd .soLutionsList .container1 a i {
  display: block;
  width: 1.76rem;
  height: 0.45rem;
  border: 1px solid #fff;
  border-radius: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.soLutions .bd .soLutionsList .container1 a i:hover:hover {
  background-image: linear-gradient(-45deg, #0c9cd1 0%, #0054a3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                                    normal;
  border-radius: 5px;
  color: #fff;
}
.soLutions .hd {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #33506f;
  width: 100%;
  left: 0;
}
.soLutions .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.soLutions .hd ul li {
  flex: 0 0 25%;
  justify-content: center;
  float: left;
  width: 25%;
  position: relative;
}
.soLutions .hd ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #33506f;
}
.soLutions .hd ul li a {
  padding: 0.3rem 0.3rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.soLutions .hd ul li a i {
  line-height: 0.25rem;
  font-size: 0.18rem;
  color: #fff;
}
.soLutions .hd ul li a em {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
}
.soLutions .hd ul li a em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.soLutions .hd ul li.on a {
  background-image: linear-gradient(-45deg, #0c9cd1 0%, #0054a3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  color: #fff;
}
.about {
  background: url(../images/about.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 0.8rem;
}
.about h4 a {
  color: #fff;
  font-size: 0.3rem;
  padding-top: 0.17rem;
  padding-bottom: 0.2rem;
  line-height: 1;
  text-align: center;
  display: block;
}
.about p {
  font-size: 0.16rem;
  line-height: 0.38rem;
  color: #fff;
  text-align: center;
}
.about .aboutMore {
  width: 1.74rem;
  height: 0.5rem;
  background: #ff6600;
  border-radius: 0.15rem 0.05rem 0.15rem 0.05rem;
  display: block;
  margin: 0.3rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutMore:hover {
  transform: translateY(-5px);
}
.about .aboutList {
  margin-top: 0.4rem;
}
.about .aboutList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutList ul li {
  flex: 0 0 23.56%;
  justify-content: center;
  float: left;
  width: 23.56%;
  border-radius: 0.05rem;
  overflow: hidden;
}
.about .aboutList ul li a {
  padding: 63% 0;
  position: relative;
  display: block;
}
.about .aboutList ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutList ul li a i {
  position: absolute;
  bottom: 0.2rem;
  padding: 0.2rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.2rem;
  color: #fff;
}
.about .aboutList ul li a:hover img {
  transform: scale(1.1);
}
.corporate {
  background: url(../images/corporate.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.73rem;
  padding-bottom: 0.5rem;
}
.corporate .corporateTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.corporate .corporateTop .corporateTopl h3 a i {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.corporate .corporateTop .corporateTopl h3 a span {
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
  display: block;
  padding-top: 0.15rem;
}
.corporate .corporateTop .corporateTopr .corporateToprBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.corporate .corporateTop .corporateTopr .corporateToprBox ul li {
  width: 1.48rem;
  height: 0.48rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  float: left;
  margin-right: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.corporate .corporateTop .corporateTopr .corporateToprBox ul li a {
  display: block;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.corporate .corporateTop .corporateTopr .corporateToprBox ul li.on {
  background-image: linear-gradient(-45deg, #0c9cd1 0%, #0054a3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                                normal;
  border-radius: 5px;
}
.corporate .corporateTop .corporateTopr .corporateToprBox ul li.on a {
  color: #fff;
}
.corporate .corporateTop .corporateTopr .corporateToprBox .corporateMore {
  width: 1.48rem;
  height: 0.48rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  float: left;
  margin-right: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.corporate .corporateTop .corporateTopr .corporateToprBox .corporateMore a {
  display: block;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.corporate .corporateTop .corporateTopr .corporateToprBox .corporateMore:hover {
  background-image: linear-gradient(-45deg, #0c9cd1 0%, #0054a3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                            normal;
  border-radius: 5px;
}
.corporate .corporateTop .corporateTopr .corporateToprBox .corporateMore:hover a {
  color: #fff;
}
.corporate .corporateBottom {
  margin-top: 0.5rem !important;
}
.corporate .corporateBottom .corporateBottomList ul li a i {
  position: relative;
  padding: 36% 0;
  display: block;
  overflow: hidden;
}
.corporate .corporateBottom .corporateBottomList ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.corporate .corporateBottom .corporateBottomList ul li a em {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 0.16rem;
  color: #333333;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footernum {
  background: url(../images/footerNum.jpg) no-repeat center;
  background-size: cover;
  padding: 0.8rem 0;
}
.footernum ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footernum ul li {
  flex: 0 0 25%;
  justify-content: center;
  float: left;
  width: 25%;
  padding: 0 0.8rem;
  box-sizing: border-box;
}
.footernum ul li img {
  height: 0.72rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
.footernum ul li em {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.24rem 0;
}
.footernum ul li em i {
  font-size: 0.38rem;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  line-height: 0.38rem;
}
.footernum ul li em b {
  font-size: 0.38rem;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  line-height: 0.38rem;
}
.footernum ul li .footernumLine {
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
}
.footernum ul li p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #fff;
  text-align: center;
  padding-top: 0.2rem;
}
@media (max-width: 980px) {
  .container1 {
    padding: 0 0.15rem;
  }
  .NavAndbanner .container1 .bannerList {
    padding: 0;
    position: relative;
  }
  .NavAndbanner .container1 .bannerList ul {
    border-radius: 0;
  }
  .NavAndbanner .container1 .banner .bannerL {
    display: none;
  }
  .NavAndbanner .container1 .banner .bannerR {
    display: none;
  }
  .NavAndbanner .container1 .bannerList ul li {
    flex: 0 0 50%;
    justify-content: center;
    float: left;
    width: 50%;
  }
  .NavAndbanner .container1 .bannerList ul li a {
    justify-content: flex-start;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }
  .news {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .news .newsTop .newsR .newsR-pagination {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    right: -50%;
    transform: translate(-50%, 50%);
    display: none;
  }
  .news .newsTop .newsR {
    padding-right: 0;
  }
  .news .newsTop .newsR ul li a i {
    font-size: 0.18rem;
    font-weight: normal;
    padding-top: 0;
  }
  .news .newsTop .newsR .newsR-pagination span {
    margin: 0 5px;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopl {
    width: 100%;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopl h3 a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopl h3 a i {
    display: block;
    text-align: center;
    font-size: 0.24rem;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopl h3 a span {
    text-align: center;
    margin-top: 10px;
    display: block;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox {
    width: 100%;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox ul li {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox ul li {
    margin-right: 0;
  }
  .news .newsBottom .newsBottomTop .newsBottomTopr .newsBottomToprBox .newsBottomMore {
    display: none;
  }
  .news .newsBottom .newsBottombottom .newsBottombottoml {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .news .newsBottom .newsBottombottom .newsBottombottomr {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.15rem;
  }
  .news .newsBottom .newsBottombottom .newsBottombottomr {
    padding: 0.05rem 0.15rem;
  }
  .news .newsBottom .newsBottombottom .newsBottombottomr ul li .newstime strong b {
    font-size: 0.24rem;
  }
  .news .newsBottom .newsBottombottom .newsBottombottomr ul li.on a {
    font-size: 0.18rem;
  }
  .news .newsBottom .newsBottombottom .newsBottombottomr ul li p {
    line-height: 2;
    font-size: 0.14rem;
    height: 0.28rem;
  }
  .news .newsBottom .newsBottombottom .newsBottombottomr ul li.on p {
    font-size: 0.14rem;
    height: 0.6rem;
  }
  .news .newsBottom {
    padding-top: 0.3rem;
  }
  .product {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .title h3 a {
    display: block;
    text-align: center;
    font-size: 0.24rem;
  }
  .title h3 span {
    text-align: center;
    margin-top: 10px;
    display: block;
  }
  .product .productBox {
    padding-top: 0.3rem;
  }
  .soLutions .title {
    position: relative;
    text-align: center;
    padding-top: 0;
  }
  .soLutions .title h3 a {
    color: #333;
    font-size: 0.24rem;
    text-align: center;
  }
  .soLutions .title h3 span {
    color: #999999;
    text-align: center;
    margin-top: 10px;
    display: block;
  }
  .soLutions {
    background: #f2f2f2;
    padding: 0.2rem 0 0;
  }
  .soLutions .hd {
    position: relative;
  }
  .soLutions .bd .soLutionsList .container1 {
    top: 0;
  }
  .soLutions .bd .soLutionsList .container1 a {
    top: 0.4rem;
    width: 100%;
    right: 0;
    padding: 0 0.1rem;
    box-sizing: border-box;
  }
  .soLutions .bd .soLutionsList .container1 a em {
    font-size: 0.2rem;
  }
  .soLutions .bd .soLutionsList .container1 a span {
    font-size: 0.14rem;
    line-height: 2;
  }
  .soLutions .bd .soLutionsList .container1 a i {
    width: 1.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .soLutions .bd .soLutionsList img {
    height: 2.5rem;
    object-fit: cover;
  }
  .soLutions .hd ul li {
    flex: 0 0 50%;
    justify-content: center;
    float: left;
    width: 50%;
    background: #0054a3;
  }
  .soLutions .hd ul li a i {
    font-size: 0.14rem;
  }
  .soLutions .hd ul li a {
    padding: 0.2rem 0.1rem;
  }
  .about {
    padding-top: 0.4rem;
    background-size: cover;
  }
  .title h3 a {
    font-size: 0.16rem;
  }
  .about h4 a {
    font-size: 0.2rem;
  }
  .about p {
    font-size: 0.14rem;
    line-height: 2;
  }
  .about .aboutMore {
    width: 1.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    margin-top: 0.5rem;
  }
  .about .aboutList {
    margin-top: 0.3rem;
  }
  .about .aboutList ul li a i {
    bottom: 0;
  }
  .corporate .corporateTop .corporateTopl {
    width: 100%;
  }
  .corporate .corporateTop .corporateTopl h3 {
    width: 100%;
    padding-bottom: 0.3rem;
    display: block;
  }
  .corporate .corporateTop .corporateTopl h3 a {
    display: block;
    text-align: center;
  }
  .corporate .corporateTop .corporateTopl h3 a i {
    font-size: 0.24rem;
    text-align: center;
  }
  .corporate {
    padding-top: 0.3rem;
  }
  .corporate .corporateTop .corporateTopr {
    width: 100%;
  }
  .corporate .corporateTop .corporateTopr .corporateToprBox {
    width: 100%;
  }
  .corporate .corporateTop .corporateTopr .corporateToprBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .corporate .corporateTop .corporateTopr .corporateToprBox ul li {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
    margin-right: 0;
  }
  .corporate .corporateBottom {
    margin-top: 0.3rem !important;
  }
  .corporate {
    padding-bottom: 0.2rem;
  }
  .footernum {
    padding: 0.3rem 0;
  }
  .footernum ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  }
  .footernum ul li img {
    height: 0.3rem;
  }
  .footernum ul li em b {
    font-size: 0.2rem;
  }
  .footernum ul li em i {
    font-size: 0.2rem;
  }
  .footernum ul li em {
    margin: 0.1rem 0;
  }
  .footernum ul li p {
    font-size: 0.14rem;
  }
}
