* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*: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;
}
img {
  font-size: 0.14rem;
}
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;
}
.header {
  position: fixed;
}
.banner ul li img {
  display: block;
  width: 100%;
}
.title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.title .titleL h3 {
  font-size: 0.36rem;
  color: #3f3f3f;
  font-weight: bold;
}
.title .titleL h3 i {
  color: #1e4caa;
  font-weight: bold;
  font-size: 0.36rem;
}
.title .titleL span {
  display: block;
  color: #d78c10;
  font-size: 0.26rem;
  font-family: times new roman, times, serif !important;
}
.title .titleR a {
  color: #fff;
  font-size: 0.16rem;
  height: auto;
  display: block;
  border-radius: 0.7rem;
  border: 1px solid #fff;
  padding: 0.05rem 0.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.title .titleR a:hover {
  background-color: #ffcc00;
}
.about {
  width: 100%;
  min-height: inherit;
  background: url(../images/aboutBg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0.5rem;
}
.about .aboutTop {
  width: 57%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.about .aboutTop .aboutText {
  font-size: 0.14rem;
  line-height: 2;
  color: #000;
  margin-top: 0.2rem;
}
.about .aboutTop ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 0.5rem;
}
.about .aboutTop ul li {
  padding-left: 2vw;
  text-align: left;
  border-left: 1px solid #ccc;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  position: relative;
}
.about .aboutTop ul li h4 .counter {
  font-size: 0.55rem;
  line-height: 0.72rem;
  color: #1e4caa;
  font-family: 'iconfont', sans-serif;
}
.about .aboutTop ul li h4 i {
  font-size: 0.16rem;
  color: #015bbb;
}
.about .aboutTop ul li p {
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #333;
}
.about .aboutTop ul li::before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 30%;
  background: #015bbb;
  z-index: 1;
}
.about .aboutBottom {
  width: 80%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2) !important;
}
.about .aboutBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBottom ul li {
  flex: 0 0 20%;
  justify-content: center;
  float: left;
  width: 20%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.about .aboutBottom ul li a {
  display: block;
  border-right: 1px solid #e2e2e2;
}
.about .aboutBottom ul li a img {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  margin: 0 auto;
}
.about .aboutBottom ul li a span {
  text-align: center;
  display: block;
  color: #696969;
  line-height: 1.6;
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.case {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: url(../images/caseBg.jpg) no-repeat center;
  background-size: cover;
}
.case .title h3 {
  color: #fff;
}
.case .title span {
  color: #fff;
}
.case .caseBox {
  margin-top: 0.5rem;
}
.case .caseBox ul li .caseimg {
  position: relative;
  display: block;
  padding: 32% 0;
  overflow: hidden;
}
.case .caseBox ul li .caseimg 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;
}
.case .caseBox ul li .caseimg .showBoxLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.case .caseBox ul li .caseimg .showBoxLink em {
  color: #fff;
  margin: 0 auto;
  width: 60%;
  display: block;
  text-align: center;
  font-size: 0.18rem;
  position: relative;
  line-height: 2.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox ul li .caseimg .showBoxLink em::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.case .caseBox ul li .caseimg .showBoxLink em::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #fff;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.case .caseBox ul li .caseText {
  background: #fff;
  display: block;
  width: 100%;
  padding: 0rem 0.2rem;
  box-sizing: border-box;
}
.case .caseBox ul li .caseText i {
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 3;
}
.case .caseBox ul li .caseText span {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.case .caseBox ul li .caseText span em {
  font-size: 0.14rem;
  color: #666;
}
.case .caseBox ul li .caseText span img {
  height: 0.08rem;
  opacity: 0.6;
}
.case .caseBox ul li .caseText span img:hover {
  opacity: 1;
}
.case .caseBox ul li:hover .caseimg img {
  transform: scale(1.1);
}
.case .caseBox ul li:hover .showBoxLink {
  opacity: 1;
}
.case .caseBox ul li:hover .showBoxLink em::before {
  width: 60%;
}
.case .caseBox .case-pagination {
  text-align: center;
  margin-top: 0.4rem;
}
.case .caseBox .case-pagination span {
  margin: 0 5px;
  border-radius: 50px !important;
  background-color: #adadad;
  width: 0.16rem;
  height: 0.16rem;
  opacity: 1;
}
.case .caseBox .case-pagination span.swiper-pagination-bullet-active {
  background: #1890ff;
}
.reason {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}
.reason .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason .container .reasonL {
  flex: 0 0 61.4%;
  justify-content: center;
  float: left;
  width: 61.4%;
}
.reason .container .reasonL .reasonText {
  font-size: 0.18rem;
  line-height: 1.8;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.reason .container .reasonL ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason .container .reasonL ul li {
  flex: 0 0 32%;
  justify-content: center;
  float: left;
  width: 32%;
}
.reason .container .reasonL ul li a {
  display: block;
  position: relative;
  padding: 66.6% 0;
  box-sizing: border-box;
}
.reason .container .reasonL ul li a .reasonImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.reason .container .reasonL ul li a .reasonIco {
  position: absolute;
  margin-left: 4%;
  max-width: 100%;
  display: block;
}
.reason .container .reasonR {
  flex: 0 0 36.603%;
  justify-content: center;
  float: left;
  width: 36.603%;
  position: relative;
  padding: 21% 0;
}
.reason .container .reasonR .reasonRImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.reason .container .reasonR .reasonRTextEn {
  position: absolute;
  top: 0;
  left: 3%;
  width: 0.17rem;
}
.reason .container .reasonR .reasonRText {
  position: absolute;
  right: 3%;
  bottom: 40%;
  text-align: right;
}
.reason .container .reasonR .reasonRText h4 {
  line-height: 1.8;
  font-size: 0.24rem;
  color: #fff;
}
.reason .container .reasonR .reasonRText p {
  color: #e5e5e5;
  font-size: 0.14rem;
  line-height: 1.8;
}
.reason .container .reasonR .reasonBy {
  font-size: 0.16rem;
  position: absolute;
  bottom: 8%;
  right: 3%;
  color: #fff;
}
.productAndnews {
  background: url(../images/productAndnews.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 1rem;
}
.productAndnews .product {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.productAndnews .product .title1 {
  text-align: center;
}
.productAndnews .product .title1 h3 a {
  font-size: 0.38rem;
  color: #3f3f3f;
  font-weight: bold;
  display: block;
  color: #fff;
}
.productAndnews .product .title1 span {
  display: block;
  color: #d78c10;
  font-size: 0.26rem;
  font-family: times new roman, times, serif !important;
  text-transform: uppercase;
}
.productAndnews .product .title1 em {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #d3d3d3;
  display: block;
  text-align: center;
}
.productAndnews .product .productList {
  padding-top: 0.4rem;
}
.productAndnews .product .productList ul li {
  position: relative;
}
.productAndnews .product .productList ul li .productListImg {
  width: 100%;
  padding: 60% 0;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.productAndnews .product .productList ul li .productListImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.productAndnews .product .productList ul li .productListText {
  background: #0c437b;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.7rem;
  line-height: 0.7rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productAndnews .product .product-pagination {
  text-align: center;
  margin-top: 0.2rem;
}
.productAndnews .product .product-pagination span {
  margin: 0 5px;
  border-radius: 50px !important;
  background-color: #adadad;
  width: 0.16rem;
  height: 0.16rem;
  opacity: 1;
}
.productAndnews .product .product-pagination span.swiper-pagination-bullet-active {
  background: #1890ff;
}
.productAndnews .news .title .titleR a {
  border-color: #14366a;
  color: #14366a;
}
.productAndnews .news .title .titleR a:hover {
  background: #14366a;
  color: #fff;
}
.productAndnews .news .newsBox {
  margin-top: 0.4rem;
}
.productAndnews .news .newsBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productAndnews .news .newsBox ul li {
  flex: 0 0 32%;
  justify-content: center;
  float: left;
  width: 32%;
  position: relative;
}
.productAndnews .news .newsBox ul li em {
  background: url(../images/ovtp5.png) no-repeat center;
  width: 0.95rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 2;
}
.productAndnews .news .newsBox ul li em i {
  display: block;
  width: 100%;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 0.2rem;
}
.productAndnews .news .newsBox ul li em span {
  line-height: 1;
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  display: block;
}
.productAndnews .news .newsBox ul li .newsImg {
  position: relative;
  padding: 32% 0;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0.3rem;
}
.productAndnews .news .newsBox ul li .newsImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.productAndnews .news .newsBox ul li .newsText {
  padding: 0.3rem 0.15rem;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.productAndnews .news .newsBox ul li:hover .newsText {
  background: #0c437b;
  color: #fff;
}
@media (max-width: 980px) {
  .header {
    position: relative;
  }
  .about .aboutTop {
    width: 100%;
  }
  .about {
    background: url(../images/aboutBgwap.jpg) no-repeat center;
    background-size: cover;
  }
  .about .aboutTop ul {
    width: 90%;
  }
  .about .aboutBottom {
    width: 100%;
  }
  .about .aboutBottom ul li {
    flex: 0 0 33%;
    justify-content: center;
    float: left;
    width: 33%;
  }
  .about .aboutBottom ul li:nth-child(4),
  .about .aboutBottom ul li:nth-child(5) {
    flex: 1;
  }
  .case {
    background: url(../images/caseBgwap.jpg) no-repeat center;
    background-size: cover;
  }
  .title .titleL h3 {
    font-size: 0.24rem;
  }
  .case .title span {
    font-size: 0.14rem;
  }
  .title .titleL h3 i {
    font-size: 0.24rem;
  }
  .title .titleL span {
    font-size: 0.14rem;
  }
  .reason .container .reasonL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason .container .reasonR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.3rem;
    padding: 60% 0;
  }
  .productAndnews .news .newsBox ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .productAndnews {
    padding-bottom: 0.5rem;
  }
  .productAndnews .news .newsBox ul li em i {
    font-size: 0.2rem;
  }
  .reason .container .reasonL ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-bottom: 0.2rem;
  }
  .reason .container .reasonL ul li a .reasonIco {
    bottom: 0.2rem;
  }
}
