
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #004896;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #004896;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #004896;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../image/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}
.solution {
  width: 100%;
  padding: 0.42rem 0 1.04rem;
}
.solution .container .solution-list {
  width: 100%;
}
.solution .container .solution-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.solution .container .solution-list ul li {
  width: 48.75%;
  position: relative;
  margin-right: 2.5%;
  margin-bottom: 0.4rem;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .solution .container .solution-list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.solution .container .solution-list ul li a {
  display: block;
}
.solution .container .solution-list ul li .img {
  width: 100%;
  position: relative;
}
.solution .container .solution-list ul li .img::before {
  content: '';
  width: 100%;
  padding-top: 50.51%;
  display: block;
}
.solution .container .solution-list ul li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.solution .container .solution-list ul li .tbox {
  width: 100%;
  background: #f8f8f8;
  padding: 0.4rem;
  position: relative;
}
.solution .container .solution-list ul li .tbox::after {
  content: '';
  width: 0;
  height: 2px;
  background: #003686;
  position: absolute;
  left: 0%;
  bottom: 0;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .tbox .t1 {
  font-size: 0.4rem;
  line-height: 1;
  color: #333;
}
.solution .container .solution-list ul li .tbox .t2 {
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.23rem;
  padding-right: 1rem;
}
@media (max-width: 1580px) {
  .solution .container .solution-list ul li .tbox .t2 {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .solution .container .solution-list ul li .tbox .t2 {
    padding-right: 0;
  }
}
.solution .container .solution-list ul li .tbox .more {
  display: flex;
  align-items: center;
  margin-top: 0.44rem;
}
.solution .container .solution-list ul li .tbox .more span {
  display: inline-flex;
  height: 36px;
  align-items: center;
  color: #3971ad;
}
.solution .container .solution-list ul li .tbox .more span img {
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .tbox .more span:hover img {
  margin-left: 0.2rem;
}
.solution .container .solution-list ul li .tbox .more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #004896;
  transition: all 0.3s linear;
  height: 20px;
}
@media (max-width: 1580px) {
  .solution .container .solution-list ul li .tbox .more i {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.solution .container .solution-list ul li .tbox .more i img,
.solution .container .solution-list ul li .tbox .more i svg {
  float: left;
  width: 30%;
}
.solution .container .solution-list ul li .tbox .more i img path,
.solution .container .solution-list ul li .tbox .more i svg path {
  fill: #fff;
}
.solution .container .solution-list ul li:hover {
  transform: translateY(-10px);
}
.solution .container .solution-list ul li:hover .img::after {
  opacity: 1;
}
.solution .container .solution-list ul li:hover .tbox::after {
  width: 100%;
}
.solution .container .solution-list ul li:hover .tbox .more i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.solution-banner .img:after {
  background-color: #132d78;
  opacity: 0.5;
}
.solution-banner .cont .tit span:after {
  display: none;
}
.solution-banner .cont .ckbox {
  display: flex;
  margin-top: 0.55rem;
}
.solution-banner .cont .ckbox a {
  width: 1.84rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  color: #004896;
  background: #fff;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .solution-banner .cont .ckbox a {
    width: 2.2rem;
    height: 0.7rem;
  }
}
.solution-banner .cont .ckbox a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  position: relative;
  background-color: #004896;
  border-radius: 50%;
}
.solution-banner .cont .ckbox a span img,
.solution-banner .cont .ckbox a span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-out 0.3s;
}
.solution-banner .cont .ckbox a span img:nth-child(2),
.solution-banner .cont .ckbox a span svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.solution-banner .cont .ckbox a span svg {
  width: 42%;
}
.solution-banner .cont .ckbox a span svg path {
  fill: #fff;
}
.solution-banner .cont .ckbox a:hover {
  color: #fff;
  background: #004896;
}
.solution-banner .cont .ckbox a:hover span {
  background-color: #fff;
}
.solution-banner .cont .ckbox a:hover span img:nth-child(1) {
  opacity: 0;
}
.solution-banner .cont .ckbox a:hover span img:nth-child(2) {
  opacity: 1;
}
.solution-banner .cont .ckbox a:hover span svg path {
  fill: #004896;
}
.solution2-breadbox {
  background: #f8f8f8;
}
.sol2-box1 {
  width: 100%;
  background: #f8f8f8;
  padding: 0.5rem 0 1.3rem;
}
.sol2-box1 .container .title {
  text-align: center;
  font-size: 0.48rem;
  line-height: 1;
  color: #000;
}
.sol2-box1 .container .txt {
  width: 100%;
  max-width: 1080px;
  margin: 0.53rem auto 0;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .sol2-box1 .container .txt {
    max-width: 800px;
    line-height: 24px;
  }
}
.sol2-box2 {
  width: 100%;
  padding: 1.4rem 0;
}
.sol2-box2 .container .title {
  text-align: center;
  font-size: 0.48rem;
  line-height: 1;
  color: #000;
}
.sol2-box2 .container .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.63rem;
}
.sol2-box2 .container .list .item {
  width: 33.333%;
  border: 1px solid #ddd;
  padding: 0.75rem 0 0.9rem;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .sol2-box2 .container .list .item {
    width: 100%;
    margin-right: 0;
    margin-top: -1px;
  }
}
.sol2-box2 .container .list .item .icon {
  width: 1.1rem;
  height: 1rem;
  margin: auto;
}
.sol2-box2 .container .list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sol2-box2 .container .list .item .t1 {
  width: 100%;
  color: #333;
  line-height: 0.48rem;
  text-align: center;
  margin-top: 0.48rem;
}
.sol2-box2 .container .list .item .t2 {
  margin-top: 0.11rem;
  text-align: center;
  color: #666;
  line-height: 26px;
}
.sol2-box2 .container .boxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sol2-box2 .container .boxs .img {
  width: 38.43%;
  position: relative;
}
@media (max-width: 991px) {
  .sol2-box2 .container .boxs .img {
    width: 100%;
  }
}
.sol2-box2 .container .boxs .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 65.04%;
}
.sol2-box2 .container .boxs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.sol2-box2 .container .boxs .tbox {
  width: 61.57%;
  padding: 0.79rem 1.8rem 0 0.6rem;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .sol2-box2 .container .boxs .tbox {
    width: 100%;
    padding: 0.8rem 0.5rem;
  }
}
.sol2-box2 .container .boxs .tbox .t1 {
  width: 100%;
  font-size: 0.48rem;
  color: #000;
  line-height: 0.48rem;
}
.sol2-box2 .container .boxs .tbox .t2 {
  line-height: 30px;
  color: #666;
  margin-top: 0.5rem;
}
@media (max-width: 1580px) {
  .sol2-box2 .container .boxs .tbox .t2 {
    line-height: 24px;
  }
}
.sol2-box3 {
  width: 100%;
  background: #f8f8f8;
  padding: 1.55rem 0 1.42rem;
}
.sol2-box3 .container .item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  position: relative;
}
@media (max-width: 1199px) {
  .sol2-box3 .container .item {
    flex-wrap: wrap;
  }
}
.sol2-box3 .container .item:last-child {
  margin-bottom: 0;
}
.sol2-box3 .container .item .img {
  width: 67.5%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .sol2-box3 .container .item .img {
    width: 100%;
  }
}
.sol2-box3 .container .item .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 59.25%;
}
.sol2-box3 .container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.sol2-box3 .container .item .tbox {
  width: 38.43%;
  height: 4.4rem;
  background: #fff;
  z-index: 2;
  transition: all ease-out 0.3s;
}
@media (max-width: 1199px) {
  .sol2-box3 .container .item .tbox {
    width: 100%;
    height: auto;
  }
}
.sol2-box3 .container .item .tbox .t1 {
  color: #333;
  line-height: 1;
  transition: all ease-out 0.3s;
}
.sol2-box3 .container .item .tbox .t2 {
  color: #333;
  margin-top: 0.2rem;
  line-height: 30px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .sol2-box3 .container .item .tbox .t2 {
    line-height: 24px;
  }
}
.sol2-box3 .container .item .tbox .more {
  margin-top: 0.72rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .sol2-box3 .container .item .tbox .more {
    margin-top: 0.5rem;
  }
}
.sol2-box3 .container .item .tbox .more a {
  display: inline-flex;
  align-items: center;
  color: #3971ad;
  transition: all ease-out 0.3s;
}
.sol2-box3 .container .item .tbox .more a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #004896;
  transition: all ease-out 0.3s;
  height: 20px;
}
@media (max-width: 1580px) {
  .sol2-box3 .container .item .tbox .more a span {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.sol2-box3 .container .item .tbox .more a span img,
.sol2-box3 .container .item .tbox .more a span svg {
  float: left;
  width: 30%;
}
.sol2-box3 .container .item .tbox .more a span img path,
.sol2-box3 .container .item .tbox .more a span svg path {
  fill: #fff;
}
.sol2-box3 .container .item:hover .tbox {
  background: #004896;
}
.sol2-box3 .container .item:hover .tbox .t1 {
  color: #fff;
}
.sol2-box3 .container .item:hover .tbox .t2 {
  color: #fff;
}
.sol2-box3 .container .item:hover .tbox .more a {
  color: #fff;
}
.sol2-box3 .container .item:hover .tbox .more a span img:nth-child(1) {
  opacity: 0;
}
.sol2-box3 .container .item:hover .tbox .more a span img:nth-child(2) {
  opacity: 1;
}
.sol2-box3 .container .item:hover .tbox .more a span {
  margin-left: 0.2rem;
  background-color: #fff;
}
.sol2-box3 .container .item:hover .tbox .more a span svg path {
  fill: #004896;
}
.sol2-box3 .container .item:nth-child(n) {
  flex-direction: row-reverse;
}
.sol2-box3 .container .item:nth-child(n) .tbox {
  margin-right: -0.96rem;
  padding: 1rem 1rem 0 0.8rem;
}
@media (max-width: 1580px) {
  .sol2-box3 .container .item:nth-child(n) .tbox {
    padding: 0.8rem 1rem 0 0.8rem;
  }
}
@media (max-width: 1199px) {
  .sol2-box3 .container .item:nth-child(n) .tbox {
    margin: 0;
    padding: 0.8rem 0.86rem;
  }
}
@media (max-width: 991px) {
  .sol2-box3 .container .item:nth-child(n) .tbox {
    padding: 0.8rem 0.5rem;
  }
}
.sol2-box3 .container .item:nth-child(2n) {
  flex-direction: row;
}
.sol2-box3 .container .item:nth-child(2n) .tbox {
  margin-right: 0;
  margin-left: -0.96rem;
  padding: 1rem 0.86rem 0 0.96rem;
}
@media (max-width: 1580px) {
  .sol2-box3 .container .item:nth-child(2n) .tbox {
    padding: 0.8rem 0.86rem;
  }
}
@media (max-width: 1199px) {
  .sol2-box3 .container .item:nth-child(2n) .tbox {
    margin: 0;
    padding: 0.8rem 0.86rem;
  }
}
@media (max-width: 991px) {
  .sol2-box3 .container .item:nth-child(2n) .tbox {
    padding: 0.8rem 0.5rem;
  }
}
.solution-info {
  width: 100%;
  padding: 0.52rem 0 1.4rem;
}
.solution-info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.solution-info .container .left {
  width: 56.25%;
}
@media (max-width: 1199px) {
  .solution-info .container .left {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .solution-info .container .left {
    width: 100%;
  }
}
.solution-info .container .left .title {
  color: #000;
  font-weight: bold;
  line-height: 1;
  border-left: 3px solid #d40400;
  padding-left: 0.2rem;
}
.solution-info .container .left .txt {
  margin-top: 0.4rem;
  border-top: 1px solid #f0f0f0;
  line-height: 30px;
  color: #333;
  padding: 0.33rem 0 0.8rem;
}
@media (max-width: 1580px) {
  .solution-info .container .left .txt {
    line-height: 24px;
  }
}
.solution-info .container .left .txt img {
  max-width: 100%;
}
.solution-info .container .left .scase {
  width: 100%;
}
.solution-info .container .left .scase .stitle {
  color: #000;
  font-weight: bold;
  line-height: 1;
  border-left: 3px solid #d40400;
  padding-left: 0.2rem;
}
.solution-info .container .left .scase .list {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.solution-info .container .left .scase .list .item {
  width: 48.89%;
  margin-right: 2.22%;
  margin-bottom: 0.2rem;
}
.solution-info .container .left .scase .list .item:nth-child(2n) {
  margin-right: 0;
}
.solution-info .container .left .scase .list .item:nth-child(n + 3) {
  display: none;
}
@media (max-width: 767px) {
  .solution-info .container .left .scase .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.solution-info .container .left .scase .list .item a {
  display: block;
}
.solution-info .container .left .scase .list .item a .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.solution-info .container .left .scase .list .item a .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 63.64%;
}
.solution-info .container .left .scase .list .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.solution-info .container .left .scase .list .item a .tbox {
  width: 100%;
  padding-top: 0.16rem;
}
@media (max-width: 767px) {
  .solution-info .container .left .scase .list .item a .tbox {
    padding-top: 0.3rem;
  }
}
.solution-info .container .left .scase .list .item a .tbox .t1 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.solution-info .container .left .scase .list .item a .tbox .t2 {
  line-height: 30px;
  color: #666;
  margin-top: 0.15rem;
}
@media (max-width: 1580px) {
  .solution-info .container .left .scase .list .item a .tbox .t2 {
    line-height: 24px;
  }
}
.solution-info .container .left .scase .getmore {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #004896;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004896;
  transition: all ease-out 0.3s;
  cursor: pointer;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .solution-info .container .left .scase .getmore {
    height: 0.7rem;
  }
}
.solution-info .container .left .scase .getmore:hover,
.solution-info .container .left .scase .getmore.on {
  background: #004896;
  color: #fff;
}
.solution-info .container .left .other {
  width: 100%;
  margin-top: 0.4rem;
}
.solution-info .container .left .other .sproduct {
  width: 100%;
}
.solution-info .container .left .other .sproduct .stitle {
  color: #000;
  font-weight: bold;
  line-height: 1;
  border-left: 3px solid #d40400;
  padding-left: 0.2rem;
}
.solution-info .container .left .other .sproduct .list {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  margin: 0.4rem 0;
  padding-top: 0.4rem;
}
.solution-info .container .left .other .sproduct .list .item {
  width: 100%;
  margin-bottom: 0.2rem;
}
.solution-info .container .left .other .sproduct .list .item:last-child {
  margin-bottom: 0;
}
.solution-info .container .left .other .sproduct .list .item:nth-child(n + 3) {
  display: none;
}
.solution-info .container .left .other .sproduct .list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.solution-info .container .left .other .sproduct .list .item a .img {
  width: 44.44%;
  position: relative;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .solution-info .container .left .other .sproduct .list .item a .img {
    width: 100%;
  }
}
.solution-info .container .left .other .sproduct .list .item a .img::before {
  content: '';
  width: 100%;
  padding-top: 75%;
  display: block;
}
.solution-info .container .left .other .sproduct .list .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.solution-info .container .left .other .sproduct .list .item a .tbox {
  width: 48.89%;
}
@media (max-width: 767px) {
  .solution-info .container .left .other .sproduct .list .item a .tbox {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t1 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t2 {
  line-height: 30px;
  color: #999;
  margin-top: 0.17rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 {
  display: flex;
  margin-top: 0.3rem;
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more {
  display: inline-flex;
  align-items: center;
  color: #3971ad;
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #004896;
  transition: all 0.3s linear;
  height: 20px;
}
@media (max-width: 1580px) {
  .solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more span {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more span img,
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more span svg {
  float: left;
  width: 30%;
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more span img path,
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more span svg path {
  fill: #fff;
}
.solution-info .container .left .other .sproduct .list .item a .tbox .t3 .more:hover span {
  margin-left: 0.2rem;
}
.solution-info .container .left .other .sproduct .list .item a:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.solution-info .container .left .other .getmore {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #004896;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004896;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .solution-info .container .left .other .getmore {
    height: 0.7rem;
  }
}
.solution-info .container .left .other .getmore:hover,
.solution-info .container .left .other .getmore.on {
  background: #004896;
  color: #fff;
}
.solution-info .container .left .share {
  width: 100%;
  margin-top: 0.85rem;
  border-top: 1px solid #f0f0f0;
  padding-top: 0.27rem;
  display: flex;
  align-items: center;
  color: #666;
}
.solution-info .container .left .share a {
  width: 21px;
  height: 22px;
  margin-left: 0.11rem;
  position: relative;
  display: flex;
}
.solution-info .container .left .share a img {
  width: 100%;
  height: 100%;
}
.solution-info .container .left .share a .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
.solution-info .container .left .share a:hover .er {
  display: block;
}
.solution-info .container .left .share .bshare-custom {
  display: flex;
  align-items: center;
}
.solution-info .container .left .share .bshare-custom .bshare-weixin {
  background: url(../image/share-icon1.png) center center no-repeat;
}
.solution-info .container .left .share .bshare-custom .bshare-sinaminiblog {
  background: url(../image/share-icon2.png) center center no-repeat;
}
.solution-info .container .left .share .bshare-custom .bshare-qqim {
  background: transparent url(../image/feniocniwferwm3.png) center center no-repeat;
  background-size: contain;
}
.solution-info .container .right {
  width: 28.75%;
}
@media (max-width: 991px) {
  .solution-info .container .right {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .solution-info .container .right {
    position: sticky;
    top: 90px;
  }
}
.solution-info .container .right .title {
  color: #999;
  line-height: 1;
}
.solution-info .container .right .list {
  width: 100%;
  margin-top: 0.3rem;
}
.solution-info .container .right .list ul li {
  margin-bottom: 0.2rem;
}
.solution-info .container .right .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution-info .container .right .list ul li a .img {
  width: 43.47%;
  position: relative;
}
.solution-info .container .right .list ul li a .img::before {
  content: '';
  width: 100%;
  padding-top: 60%;
  display: block;
}
.solution-info .container .right .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.solution-info .container .right .list ul li a .tbox {
  width: 51.73%;
  padding-top: 0.2rem;
}
.solution-info .container .right .list ul li a .tbox .t1 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
@media (max-width: 1580px) {
  .solution-info .container .right .list ul li a .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .solution-info .container .right .list ul li a .tbox .t1 {
    font-size: 16px;
  }
}
.solution-info .container .right .list ul li a .tbox .t2 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product {
  width: 100%;
  padding: 0.5rem 0 1.4rem;
}
.product .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product .container {
    flex-direction: column-reverse;
  }
}
.product .container .product-menu {
  width: 21.25%;
}
@media (max-width: 991px) {
  .product .container .product-menu {
    width: 100%;
    margin-top: 1rem;
  }
}
.product .container .product-menu li {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
}
.product .container .product-menu li:last-child {
  margin-bottom: 0;
}
.product .container .product-menu li .menu-li {
  width: 100%;
  height: 0.68rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product .container .product-menu li .menu-li {
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .product .container .product-menu li .menu-li {
    height: 1rem;
  }
}
.product .container .product-menu li .menu-li a {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product .container .product-menu li .menu-li a {
    font-size: 16px;
  }
}
.product .container .product-menu li .menu-li span {
  width: 0.14rem;
  height: 0.14rem;
  display: flex;
  position: relative;
  cursor: pointer;
}
.product .container .product-menu li .menu-li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-out 0.3s;
}
.product .container .product-menu li .menu-li span img:nth-child(2) {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.product .container .product-menu li .menu-li span:after,
.product .container .product-menu li .menu-li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -0.1rem;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.product .container .product-menu li .menu-li span:before {
  transform: rotate(90deg);
}
.product .container .product-menu li .menu-li:hover,
.product .container .product-menu li .menu-li.on {
  background: #004896;
}
.product .container .product-menu li .menu-li:hover a,
.product .container .product-menu li .menu-li.on a {
  color: #fff;
}
.product .container .product-menu li .menu-li:hover span img:nth-child(1),
.product .container .product-menu li .menu-li.on span img:nth-child(1) {
  opacity: 0;
}
.product .container .product-menu li .menu-li:hover span img:nth-child(2),
.product .container .product-menu li .menu-li.on span img:nth-child(2) {
  opacity: 1;
}
.product .container .product-menu li .menu-li:hover span:before,
.product .container .product-menu li .menu-li.on span:before {
  opacity: 0;
}
.product .container .product-menu li .menu-li:hover span:after,
.product .container .product-menu li .menu-li.on span:after {
  background-color: #fff;
}
.product .container .product-menu li .s-menu {
  width: 100%;
  padding: 0.2rem 0.3rem;
  display: none;
}
.product .container .product-menu li .s-menu.on {
  display: block;
}
.product .container .product-menu li .s-menu a {
  width: 100%;
  height: 34px;
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.14rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .product .container .product-menu li .s-menu a {
    height: 30px;
  }
}
.product .container .product-menu li .s-menu a:last-child {
  margin-bottom: 0;
}
.product .container .product-menu li .s-menu a i {
  content: '';
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-out 0.3s;
}
.product .container .product-menu li .s-menu a i img,
.product .container .product-menu li .s-menu a i svg {
  width: 100%;
}
.product .container .product-menu li .s-menu a i img path,
.product .container .product-menu li .s-menu a i svg path {
  fill: #999999;
}
.product .container .product-menu li .s-menu a:hover,
.product .container .product-menu li .s-menu a.on {
  color: #004896;
}
.product .container .product-menu li .s-menu a:hover i img path,
.product .container .product-menu li .s-menu a.on i img path,
.product .container .product-menu li .s-menu a:hover i svg path,
.product .container .product-menu li .s-menu a.on i svg path {
  fill: #004896;
}
.product .container .right {
  width: 75%;
}
@media (max-width: 991px) {
  .product .container .right {
    width: 100%;
  }
}
.product .container .right .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .product .container .right .top {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .product .container .right .top {
    flex-wrap: wrap;
  }
}
.product .container .right .top .tbox {
  width: 100%;
  margin-right: 0.85rem;
}
@media (max-width: 991px) {
  .product .container .right .top .tbox {
    margin-right: 0;
  }
}
.product .container .right .top .tbox .t1 {
  font-size: 0.3rem;
  color: #004896;
  line-height: 0.5rem;
}
@media (max-width: 1580px) {
  .product .container .right .top .tbox .t1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .product .container .right .top .tbox .t1 {
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .product .container .right .top .tbox .t1 {
    font-size: 0.4rem;
  }
}
.product .container .right .top .tbox .t2 {
  line-height: 30px;
  color: #666;
  margin-top: 0.11rem;
}
@media (max-width: 1580px) {
  .product .container .right .top .tbox .t2 {
    line-height: 24px;
  }
}
.product .container .right .top .img {
  width: 35%;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 991px) {
  .product .container .right .top .img {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.product .container .right .top .img::before {
  content: '';
  width: 100%;
  padding-top: 42.85%;
  display: block;
}
.product .container .right .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.product .container .right .list {
  width: 100%;
  margin-top: 0.4rem;
  border-top: 1px solid #ddd;
  padding-top: 0.4rem;
}
.product .container .right .list li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.product .container .right .list li:last-child {
  margin-bottom: 0;
}
.product .container .right .list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product .container .right .list li a {
    flex-wrap: wrap;
  }
}
.product .container .right .list li a .img {
  width: 33.33%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .product .container .right .list li a .img {
    width: 100%;
  }
}
.product .container .right .list li a .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 75%;
}
.product .container .right .list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product .container .right .list li a .tbox {
  width: 61.67%;
  padding-top: 0.1rem;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
@media (max-width: 767px) {
  .product .container .right .list li a .tbox {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.product .container .right .list li a .tbox::before {
  content: '';
  width: 0;
  height: 1px;
  background: #004896;
  transition: all ease-out 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .container .right .list li a .tbox .t1 {
  color: #333;
  line-height: 1;
}
.product .container .right .list li a .tbox .t2 {
  line-height: 30px;
  color: #999;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .product .container .right .list li a .tbox .t2 {
    line-height: 24px;
    height: 96px;
  }
}
@media (max-width: 1199px) {
  .product .container .right .list li a .tbox .t2 {
    -webkit-line-clamp: 2;
    height: 48px;
  }
}
.product .container .right .list li a .tbox .more {
  display: flex;
  margin-top: 0.5rem;
}
.product .container .right .list li a .tbox .more span {
  display: inline-flex;
  align-items: center;
  color: #333;
  line-height: 1;
  transition: all ease-out 0.3s;
}
.product .container .right .list li a .tbox .more span img {
  width: 20px;
  height: 20px;
  margin-left: 0.12rem;
}
@media (max-width: 1199px) {
  .product .container .right .list li a .tbox .more span img {
    width: 14px;
    height: 14px;
  }
}
.product .container .right .list li a .tbox .more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #004896;
  height: 20px;
}
@media (max-width: 1580px) {
  .product .container .right .list li a .tbox .more i {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.product .container .right .list li a .tbox .more i img,
.product .container .right .list li a .tbox .more i svg {
  float: left;
  width: 30%;
}
.product .container .right .list li a .tbox .more i img path,
.product .container .right .list li a .tbox .more i svg path {
  fill: #fff;
}
.product .container .right .list li a:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.product .container .right .list li a:hover .tbox::before {
  width: 100%;
}
.product .container .right .list li a:hover .tbox .more span {
  color: #3971ad;
}
.product .container .right .list li a:hover .tbox .more i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.product-info {
  width: 100%;
}
.product-info .info-top {
  width: 100%;
  position: relative;
  padding-bottom: 0.8rem;
}
.product-info .info-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url(../image/product-info-bg.jpg) center center no-repeat;*/
  background-size: cover;
  opacity: 0.8;
}
.product-info .info-top .breadbox {
  position: relative;
}
.product-info .info-top .top-box {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.product-info .info-top .top-box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-info .info-top .top-box .container .right {
  width: 56.25%;
  width: 47%;
  position: relative;
}
@media (max-width: 1199px) {
  .product-info .info-top .top-box .container .right {
    width: 52.25%;
  }
}
@media (max-width: 991px) {
  .product-info .info-top .top-box .container .right {
    width: 100%;
  }
}
.product-info .info-top .top-box .container .right .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 7vw;
}
.product-info .info-top .top-box .container .right .swiper .swiper-wrapper {
  width: 100%;
}
.product-info .info-top .top-box .container .right .swiper .swiper-wrapper .swiper-slide {
  width: 35%;
  position: relative;
}
.product-info .info-top .top-box .container .right .swiper .swiper-wrapper .swiper-slide::before {
  content: '';
  width: 100%;
  padding-top: 75%;
  display: block;
}
.product-info .info-top .top-box .container .right .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.product-info .info-top .top-box .container .right .swiper .swiper-pagination {
  position: relative;
  font-size: 0;
  margin-top: 0.4rem;
}
.product-info .info-top .top-box .container .right .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c6c6c6;
  opacity: 1;
  margin: 0 0.1rem;
}
.product-info .info-top .top-box .container .right .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #003686;
}
.product-info .info-top .top-box .container .left {
  width: 40%;
  width: 48%;
}
@media (max-width: 1199px) {
  .product-info .info-top .top-box .container .left {
    width: 43%;
  }
}
@media (max-width: 991px) {
  .product-info .info-top .top-box .container .left {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .product-info .info-top .top-box .container .left {
    margin-top: 0.5rem;
  }
}
.product-info .info-top .top-box .container .left .t1 {
  font-size: 1.5vw;
  line-height: 0.58rem;
  color: #000;
  font-weight: 700;
}
.product-info .info-top .top-box .container .left .t2 {
  color: #333;
  line-height: 2.8vw;
  margin-top: 0.30rem;
  font-size: 1.3vw;
}
.product-info .info-top .top-box .container .left .t2 span {
  font-size: 2.1vw;
  display: block;
  margin-bottom: 0.6rem;
  color: #696969;
}
.product-info .info-top .top-box .container .left .ckbox {
  margin-top: 0.73rem;
  display: flex;
}
.product-info .info-top .top-box .container .left .ckbox a {
  width: 1.84rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  color: #464851;
  background: #fff;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .product-info .info-top .top-box .container .left .ckbox a {
    width: 2.2rem;
    height: 0.7rem;
  }
}
.product-info .info-top .top-box .container .left .ckbox a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  position: relative;
  background-color: #004896;
  border-radius: 50%;
}
.product-info .info-top .top-box .container .left .ckbox a span img,
.product-info .info-top .top-box .container .left .ckbox a span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-out 0.3s;
}
.product-info .info-top .top-box .container .left .ckbox a span img:nth-child(2),
.product-info .info-top .top-box .container .left .ckbox a span svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-info .info-top .top-box .container .left .ckbox a span svg {
  width: 42%;
}
.product-info .info-top .top-box .container .left .ckbox a span svg path {
  fill: #fff;
}
.product-info .info-top .top-box .container .left .ckbox a:hover {
  color: #fff;
  background: #004896;
}
.product-info .info-top .top-box .container .left .ckbox a:hover span {
  background-color: #fff;
}
.product-info .info-top .top-box .container .left .ckbox a:hover span img:nth-child(1) {
  opacity: 0;
}
.product-info .info-top .top-box .container .left .ckbox a:hover span img:nth-child(2) {
  opacity: 1;
}
.product-info .info-top .top-box .container .left .ckbox a:hover span svg path {
  fill: #004896;
}
.product-info .info-top .top-box .container .left .ckbox .mov {
  background-color: #004896;
  color: #fff;
}
.product-info .info-top .top-box .container .left .ckbox .mov:hover {
  opacity: 0.9;
}
.product-info .pinfo-box2 {
  width: 100%;
  padding: 0 0 1.32rem;
}
.product-info .pinfo-box2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.product-info .pinfo-box2 .container .left {
  width: 100%;
}
@media (max-width: 991px) {
  .product-info .pinfo-box2 .container .left {
    width: 100%;
  }
}
.product-info .pinfo-box2 .container .left .tbox {
  width: 100%;
  margin-bottom: 0.75rem;
}
.product-info .pinfo-box2 .container .left .tbox:last-child {
  margin-bottom: 0;
}
.product-info .pinfo-box2 .container .left .tbox .t1 {
  color: #000;
  line-height: 1;
  border-left: 3px solid #007cca;
  padding-left: 0.2rem;margin: 45px 0;
}
.product-info .pinfo-box2 .container .left .tbox .t2 {
  width: 100%;
  border-top: 1px solid #f0f1f1;
  margin-top: 0.4rem;
  padding-top: 0.33rem;
  line-height: 30px;
  color: #333;
}
.product-info .pinfo-box2 .container .left .tbox .t2 img {
  max-width: 100%;
}
.product-info .pinfo-box2 .container .left .tbox .t2 table {
  width: 100%!important;
}
.product-info .pinfo-box2 .container .left .tbox .img-list {
  width: 100%;
  margin-top: 0.3rem;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li {
  width: 22.22%;
  position: relative;
  margin-right: 3.7%;
  margin-bottom: 0.3rem;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li:nth-child(4n) {
  margin-right: 0;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li:nth-child(n + 5) {
  display: none;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li::before {
  content: '';
  width: 100%;
  padding-top: 80%;
  display: block;
}
.product-info .pinfo-box2 .container .left .tbox .img-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.product-info .pinfo-box2 .container .left .tbox .img-list .getmore {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #004896;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004896;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-info .pinfo-box2 .container .left .tbox .img-list .getmore {
    height: 0.7rem;
  }
}
.product-info .pinfo-box2 .container .left .tbox .img-list .getmore:hover,
.product-info .pinfo-box2 .container .left .tbox .img-list .getmore.on {
  background: #004896;
  color: #fff;
}
.product-info .pinfo-box2 .container .right {
  width: 28.75%;
}
@media (max-width: 991px) {
  .product-info .pinfo-box2 .container .right {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .product-info .pinfo-box2 .container .right {
    position: sticky;
    top: 90px;
  }
}
.product-info .pinfo-box2 .container .right .title {
  color: #999;
  line-height: 1;
}
.product-info .pinfo-box2 .container .right .list {
  width: 100%;
  margin-top: 0.3rem;
}
.product-info .pinfo-box2 .container .right .list li {
  width: 100%;
  margin-bottom: 0.2rem;
}
.product-info .pinfo-box2 .container .right .list li:last-child {
  margin-bottom: 0;
}
.product-info .pinfo-box2 .container .right .list li a {
  display: flex;
  justify-content: space-between;
}
.product-info .pinfo-box2 .container .right .list li a .img {
  width: 34.78%;
  position: relative;
  border: 1px solid #f1f1f1;
  flex-shrink: 0;
  overflow: hidden;
}
.product-info .pinfo-box2 .container .right .list li a .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 75%;
}
.product-info .pinfo-box2 .container .right .list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-info .pinfo-box2 .container .right .list li a .tbox {
  width: 65.22%;
  padding-top: 0.16rem;
  padding-left: 0.2rem;
}
.product-info .pinfo-box2 .container .right .list li a .tbox .t1 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .product-info .pinfo-box2 .container .right .list li a .tbox .t1 {
    font-size: 16px;
  }
}
.product-info .pinfo-box2 .container .right .list li a .tbox .t2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 0.13rem;
}
.product-info .pinfo-box2 .container .right .list li a:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.product-info .pinfo-box2 .container .right .list li a:hover .tbox .t2 {
  color: #004896;
}
.product-info .pinfo-box2 .container .right .apply {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
  cursor: pointer;
}
.product-info .pinfo-box2 .container .right .apply .img {
  width: 100%;
  position: relative;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
.product-info .pinfo-box2 .container .right .apply .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 34.78%;
}
.product-info .pinfo-box2 .container .right .apply .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
}
.product-info .pinfo-box2 .container .right .apply .txt {
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.product-info .pinfo-box2 .container .right .apply:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
