@charset "UTF-8";
html {
  font-size: calc(100vw/19.2);
}
html,
body,
figure,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
textarea,
a,
span,
em {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}
input,
textarea,
button {
  padding: 0;
  /* font-family: Verdana, Arial; */
  font-family: 'Microsoft Yahei', 'PingFang SC', 'PingFangSC-Regular';
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
input[type=submit],
input[type=text],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}
input:focus,
textarea:focus,
button:focus,
input:active {
  outline-color: transparent;
  border: 0;
}
select,
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
ul,
ol,
li {
  list-style-type: none;
  line-height: 1;
}
a {
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  line-height: 1;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:active {
  text-decoration: none;
}
@media (max-width: 768px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 54px;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.header .box {
  width: 73%;
  margin: auto;
  position: relative;
}
@media (max-width: 1600px) {
  .header .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .header .box {
    width: 90%;
  }
}
.header .box .logo {
  width: 1.42rem;
  height: 0.42rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.header .box .logo a {
  display: flex;
}
.header .box .logo a img {
  width: 100%;
  height: 100%;
}
.header .box .right {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* @media (max-width: 768px) {
  .header .box .right {
    display: flex;
    justify-content: flex-end;
  }
} */
.header .box .right .tel{
  display: flex;
    margin-right: 0.1rem;
}
.header .box .right .tel a{
  color: #004EA2;
  font-size: 14px;
  font-weight: bold;
}
.header .box .right .close {
  width: 0.6rem;
  height: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .header .box .right .close {
    display: flex;
  }
}
.header .box .right .close span {
  width: 0.5rem;
  height: 0.03rem;
  background: #004EA2;
  display: flex;
  margin: 0.05rem 0;
  transition: all ease-in 0.3s;
}
.header .box .right .close.on span:first-child {
  transform: rotateZ(45deg);
  margin-top: 0.2rem;
}
.header .box .right .close.on span:nth-child(2) {
  opacity: 0;
}
.header .box .right .close.on span:last-child {
  transform: rotateZ(-45deg);
  margin-top: -0.2rem;
}
.header .box .right .rbox {
  /* width: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 3.5rem;
}
@media (max-width: 768px) {
  .header .box .right .rbox {
    position: fixed;
    top: 0.8rem;
    height: calc(100% - 0.8rem);
    right: 0;
    background: #fff;
    align-content: flex-start;
    display: none;
  }
}
@media (max-width: 768px) {
  .header .box .right .rbox .menu {
    width: 100%;
    margin: 0;
  }
}
.header .box .right .rbox .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header .box .right .rbox .menu ul li {
  margin: 0 0.33rem;
  display: flex;
}
@media (max-width: 768px) {
  .header .box .right .rbox .menu ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.header .box .right .rbox .menu ul li a {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 0.8rem;
  transition: all ease 0.3s;
}
.header .box .right .rbox .menu ul li a:hover {
  color: #004EA2;
}
@media (max-width: 1366px) {
  .header .box .right .rbox .menu ul li a {
    font-size: 14px;
  }
}
.header .box .right .rbox .rrbox {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header .box .right .rbox .rrbox {
    width: 100%;
    position: relative;
  }
}
.header .box .right .rbox .rrbox .searchbox {
  width: 2.38rem;
  height: 0.46rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.33rem;
  display: flex;
  overflow: hidden;
}
.header .box .right .rbox .rrbox .searchbox .txt {
  width: 1.72rem;
  height: 100%;
  border: none;
  padding-left: 0.2rem;
  color: #333;
  font-size: 14px;
}
.header .box .right .rbox .rrbox .searchbox .btn {
  width: 0.66rem;
  height: 100%;
  border: none;
  background: url(../images/icon.png) center center no-repeat;
  background-size: 0.2rem;
}
.header .box .right .rbox .rrbox .language {
  padding: 0 0.2rem;
  height: 0.46rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.23rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 0.22rem;
}
@media (max-width: 768px) {
  .header .box .right .rbox .rrbox .language {
    margin: 0.2rem 40% 0;
  }
}
.header .box .right .rbox .rrbox .language .yy {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .header .box .right .rbox .rrbox .language .yy {
    font-size: 14px;
  }
}
.header .box .right .rbox .rrbox .language .ck {
  width: 0.12rem;
  height: 0.07rem;
  display: flex;
  cursor: pointer;
  margin-left: 0.1rem;
}
.header .box .right .rbox .rrbox .language .ck img {
  width: 100%;
  height: 100%;
}
.header .box .right .rbox .rrbox .language .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  display: none;
}
.header .box .right .rbox .rrbox .language .list a {
  color: #333;
  height: 0.4rem;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .box .right .rbox .rrbox .language:hover .list {
  display: block;
}
.header.fh,
.header.info {
  background: #fff;
}
.head-height {
  width: 100%;
  height: 0.8rem;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .loaded .banMaskImg > span img,
.banner .loaded .bannerList {
  opacity: 1;
  transition: opacity 1s ease 1.5s;
}
.banner .bannerList {
  width: 100%;
  height: 100%;
  position: absolute!important;
  left: 0;
  top: 0;
}
.banner .banner-img {
  width: 100%;
  height: 100%;
  position: absolute!important;
  left: 0;
  top: 0;
  overflow: hidden;
}
.banner .banner-img img {
  animation: mymove 15s infinite;
  -webkit-animation: mymove 15s infinite;
}
.banner .banner-box {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .banner-box .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .banner-box .img img {
  width: 100%;
  height: 100%;
}
.banner .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .dian-box .dian {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner .dian-box .dian i {
  flex: 0 0 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #FF0000;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
.banner .dian-box .dian.dian1 {
  left: 14.27%;
  top: 38.33%;
}
.banner .dian-box .dian.dian2 {
  left: 11.77%;
  top: 59.16%;
}
.banner .dian-box .dian.dian3 {
  left: 38.33%;
  top: 36.45%;
}
.banner .dian-box .dian.dian4 {
  left: 37.91%;
  top: 54.79%;
}
.banner .dian-box .dian.dian5 {
  left: 34.58%;
  top: 62.29%;
}
.banner .dian-box .dian.dian6 {
  left: 41.56%;
  top: 84.37%;
}
.banner .dian-box .dian.dian7 {
  left: 72.7%;
  top: 49.1%;
}
.banner .dian-box .dian.dian8 {
  left: 80.4%;
  top: 29%;
}
.banner .dian-box .dian.dian9 {
  left: 81.92%;
  top: 79.58%;
}
.banner .dian-box .dian.dian10 {
  left: 88.9%;
  top: 14%;
}
.banner .tbox {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .tbox .t1 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 0.7rem;
  text-align: center;
}
.banner .tbox .t2 {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin-top: 0.06rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .banner .tbox .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .banner .tbox .t2 {
    font-size: 14px;
  }
}
.banner .tbox .more {
  width: 1.82rem;
  height: 0.6rem;
  background: #004EA2;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0.32rem auto 0;
}
@media (max-width: 1440px) {
  .banner .tbox .more {
    font-size: 14px;
  }
}
.banner .tbox .more img {
  width: 0.17rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
@keyframes mymove {
  from {
    left: -150px;
  }
  to {
    left: -50px;
  }
}
@-moz-keyframes mymove {
  from {
    left: -150px;
  }
  to {
    left: -50px;
  }
}
@-webkit-keyframes mymove {
  from {
    left: -150px;
  }
  to {
    left: -50px;
  }
}
@-o-keyframes mymove {
  from {
    left: -150px;
  }
  to {
    left: -50px;
  }
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ibox1 {
  width: 100%;
  position: relative;
  padding: 2.16rem 0 1.1rem;
}
.ibox1 .ico1 {
  position: absolute;
  left: 0;
  top: 3.6rem;
  width: 1.35rem;
  height: 1.8rem;
  display: flex;
  overflow: hidden;
}
.ibox1 .ico1 img {
  width: 100%;
}
.ibox1 .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .ibox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox1 .box {
    width: 90%;
  }
}
.ibox1 .box .top {
  width: 100%;
}
.ibox1 .box .top .t1 {
  font-size: 18px;
  color: #004EA2;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .ibox1 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .ibox1 .box .top .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox1 .box .top .t2 {
  font-size: 0.46rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.2rem;
}
.ibox1 .box .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.ibox1 .box .list .item {
  width: 23.35%;
  margin-right: 2.2%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
  /* overflow: hidden; */
  transition: all ease-in 0.3s;
  position: relative;
  top: 0;
}
.ibox1 .box .list .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ibox1 .box .list .item {
    width: 32%;
    margin-right: 2%;
  }
  .ibox1 .box .list .item:nth-child(4n) {
    margin-right: 2%;
  }
  .ibox1 .box .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .ibox1 .box .list .item {
    width: 100%;
    margin-right: 0;
  }
  .ibox1 .box .list .item:nth-child(4n) {
    margin-right: 0;
  }
}
.ibox1 .box .list .item .tboxs{
  width: 100%;
  padding: 0 0.3rem;
}

.ibox1 .box .list .item .tb1 {
  width: 100%;
  padding: 0.4rem 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ibox1 .box .list .item .tb1 .t1 {
  font-size: 22px;
  color: #333333;
  line-height: 32px;
}
@media (max-width: 1440px) {
  .ibox1 .box .list .item .tb1 .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .ibox1 .box .list .item .tb1 .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .ibox1 .box .list .item .tb1 .t1 {
    font-size: 16px;
  }
}
.ibox1 .box .list .item .tb1 .icon {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.ibox1 .box .list .item .tb1 .icon img {
  width: 100%;
  height: 100%;
}
.ibox1 .box .list .item .tbs {
  width: 100%;
  padding: 0.2rem 0 0.37rem;
  min-height: 3.1rem;
}
.ibox1 .box .list .item .tbs .tb2 {
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ccc;
}
.ibox1 .box .list .item .tbs .tb2 .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
@media (max-width: 1366px) {
  .ibox1 .box .list .item .tbs .tb2 .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox1 .box .list .item .tbs .tb3 {
  width: 100%;
  min-height: 138px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
@media (max-width:1366px) {
  .ibox1 .box .list .item .tbs .tb3{
    min-height: 102px;
  }
}
.ibox1 .box .list .item .tbs .tb4{
  width: 100%;
}
.ibox1 .box .list .item .tbs .tb3 .t1,
.ibox1 .box .list .item .tbs .tb4 .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .ibox1 .box .list .item .tbs .tb3 .t1,
  .ibox1 .box .list .item .tbs .tb4 .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox1 .box .list .item .tbs .tb3 .t1 span,
.ibox1 .box .list .item .tbs .tb4 .t1 span {
  width: 35%;
  height: 1px;
  background: #000000;
  opacity: 0.2;
}
.ibox1 .box .list .item .tbs .tb3 .t2,
.ibox1 .box .list .item .tbs .tb4 .t2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 0.1rem;
}
@media (max-width: 1366px) {
  .ibox1 .box .list .item .tbs .tb3 .t2,
  .ibox1 .box .list .item .tbs .tb4 .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox1 .box .list .item .tbs .tb3 .t2 .s1,
.ibox1 .box .list .item .tbs .tb4 .t2 .s1 {
  display: flex;
  align-items: center;
}
.ibox1 .box .list .item .tbs .tb3 .t2 .s1 span,
.ibox1 .box .list .item .tbs .tb4 .t2 .s1 span {
  width: 16px;
  height: 16px;
  background: #004EA2;
  border-radius: 50%;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1366px) {
  .ibox1 .box .list .item .tbs .tb3 .t2 .s1 span,
  .ibox1 .box .list .item .tbs .tb4 .t2 .s1 span {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox1 .box .list .item .tbs .tb3 .t2 .s1 span .txt,
.ibox1 .box .list .item .tbs .tb4 .t2 .s1 span .txt {
  position: absolute;
  background: #004ea2;
  width: 2.66rem;
  padding: 0.16rem 0.28rem;
  border-radius: 0.2rem;
  z-index: 2;
  font-size: 16px;
  line-height: 24px;
  top: calc(100% + 0.12rem);
  display: none;
}
.ibox1 .box .list .item .tbs .tb3 .t2 .s1 span .txt a,
.ibox1 .box .list .item .tbs .tb4 .t2 .s1 span .txt a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 0.08rem;
}
.ibox1 .box .list .item .tbs .tb3 .t2 .s1 span .txt::after,
.ibox1 .box .list .item .tbs .tb4 .t2 .s1 span .txt::after {
  content: '';
  width: 0.19rem;
  height: 0.16rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.12rem;
  background: url(../images/icon29.png) center center no-repeat;
  background-size: 100%;
}
.ibox1 .box .list .item .tbs .tb3 .t2 .s1 span:hover .txt,
.ibox1 .box .list .item .tbs .tb4 .t2 .s1 span:hover .txt {
  display: block;
}
.ibox1 .box .list .item .more {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #004ea2;
  background: rgba(153, 153, 153, 0.1);
  transition: all ease-in 0.3s;
  border-radius: 0 0 0.2rem 0.2rem;
}
@media (max-width: 1366px) {
  .ibox1 .box .list .item .more {
    font-size: 14px;
  }
}
.ibox1 .box .list .item .more img {
  width: 0.17rem;
  height: 0.08rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.ibox1 .box .list .item .more img:last-child {
  display: none;
}
.ibox1 .box .list .item:hover {
  top: -0.1rem;
  border: 1px solid #004EA2;
  box-shadow: 0px 0.2rem 0.3rem 0px rgba(0, 77, 255, 0.2);
}
.ibox1 .box .list .item:hover .more {
  background: #004EA2;
  color: #fff;
}
.ibox1 .box .list .item:hover .more img:first-child {
  display: none;
}
.ibox1 .box .list .item:hover .more img:last-child {
  display: block;
}
.ibox1 .box .ibox1-more {
  width: 2.1rem;
  height: 0.6rem;
  background: rgba(0, 77, 255, 0);
  border: 1px solid #004EA2;
  border-radius: 0.3rem;
  font-size: 16px;
  color: #004EA2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0.38rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1366px) {
  .ibox1 .box .ibox1-more {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .ibox1 .box .ibox1-more {
    position: relative;
    margin: auto;
    width: 2.5rem;
  }
}
.ibox1 .box .ibox1-more img {
  width: 0.17rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.ibox1 .box .ibox1-more img:last-child {
  display: none;
}
.ibox1 .box .ibox1-more:hover {
  background: #004EA2;
  color: #fff;
}
.ibox1 .box .ibox1-more:hover img:first-child {
  display: none;
}
.ibox1 .box .ibox1-more:hover img:last-child {
  display: block;
}
.ibox1 .bgs {
  width: 91.6%;
  height: 3.4rem;
  background: #004DFF;
  opacity: 0.05;
  border-radius: 0.5rem 0 0 0.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ibox2 {
  width: 100%;
  position: relative;
  padding: 1.36rem 0 1rem;
}
.ibox2 .ico1 {
  position: absolute;
  right: 0;
  top: 1.73rem;
  width: 1.35rem;
  height: 1.8rem;
  display: flex;
  overflow: hidden;
}
.ibox2 .ico1 img {
  width: 100%;
}
.ibox2 .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .ibox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox2 .box {
    width: 90%;
  }
}
.ibox2 .box .top {
  width: 100%;
  text-align: center;
}
.ibox2 .box .top .t1 {
  font-size: 18px;
  color: #004EA2;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .ibox2 .box .top .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .ibox2 .box .top .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox2 .box .top .t2 {
  font-size: 0.46rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.2rem;
}
.ibox2 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.8rem;
}
.ibox2 .box .list .item {
  width: 27.14%;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 2px solid #004EA2;
  border-radius: 0.5rem;
  padding: 0.83rem 0.54rem 1.86rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .ibox2 .box .list .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.ibox2 .box .list .item .icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  background: #f6f6fe;
  transition: all ease-in 0.3s;
}
.ibox2 .box .list .item .icon img {
  width: 100%;
}
.ibox2 .box .list .item .icon img:last-child {
  display: none;
}
.ibox2 .box .list .item .t1 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.44rem;
  text-align: center;
  margin-top: 0.33rem;
  transition: all ease-in 0.3s;
}
.ibox2 .box .list .item .t2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 90px;
  text-align: center;
  margin-top: 0.2rem;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .ibox2 .box .list .item .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox2 .box .list .item .more {
  width: 1.82rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #004EA2;
  margin: 0.48rem auto 0;
  border: 1px solid #004ea2;
  transition: all ease-in 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .ibox2 .box .list .item .more {
    font-size: 14px;
  }
}
.ibox2 .box .list .item .more img {
  width: 0.17rem;
  margin-left: 0.2rem;
}
.ibox2 .box .list .item .img {
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  position: absolute;
  bottom: -0.68rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in 0.3s;
}
.ibox2 .box .list .item .img img {
  width: 100%;
}
.ibox2 .box .list .item .img img:last-child {
  display: none;
}
.ibox2 .box .list .item:hover {
  width: 30.07%;
  background: #004ea2;
  padding: 1.16rem 0.79rem 2.22rem;
  margin-top: -0.56rem;
  margin-bottom: -0.16rem;
}
.ibox2 .box .list .item:hover .icon {
  background: #195fab;
}
.ibox2 .box .list .item:hover .icon img:first-child {
  display: none;
}
.ibox2 .box .list .item:hover .icon img:last-child {
  display: block;
}
.ibox2 .box .list .item:hover .t1 {
  color: #fff;
}
.ibox2 .box .list .item:hover .t2 {
  color: #fff;
}
.ibox2 .box .list .item:hover .more {
  background: #fff;
}
.ibox2 .box .list .item:hover .img {
  bottom: -0.29rem;
}
.ibox2 .box .list .item:hover .img img:first-child {
  display: none;
}
.ibox2 .box .list .item:hover .img img:last-child {
  display: block;
}
.ibox3 {
  width: 100%;
  position: relative;
  padding: 0.96rem 0 1.48rem;
}
.ibox3 .ico1 {
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 1.35rem;
  height: 1.8rem;
  display: flex;
  overflow: hidden;
}
.ibox3 .ico1 img {
  width: 100%;
}
.ibox3 .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .ibox3 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox3 .box {
    width: 90%;
  }
}
.ibox3 .box .top {
  width: 100%;
  text-align: center;
}
.ibox3 .box .top .t1 {
  font-size: 18px;
  color: #004EA2;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .ibox3 .box .top .t1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .ibox3 .box .top .t1 {
    font-size: 14px;
  }
}
.ibox3 .box .top .t2 {
  font-size: 0.46rem;
  color: #333333;
  line-height: 1;
  margin-top: 0.2rem;
}
.ibox3 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.ibox3 .box .list .item {
  width: 31.42%;
  background: #fff;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 78, 162, 0.1);
  border-radius: 0.5rem;
  padding: 0.74rem 0 0.54rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .ibox3 .box .list .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.ibox3 .box .list .item .t1 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.44rem;
  text-align: center;
}
.ibox3 .box .list .item .t2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  margin-top: 0.16rem;
  text-align: center;
  padding: 0 0.2rem;
}
@media (max-width: 1366px) {
  .ibox3 .box .list .item .t2 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.ibox3 .box .list .item .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #004EA2;
  margin-top: 0.24rem;
}
@media (max-width: 1366px) {
  .ibox3 .box .list .item .more {
    font-size: 14px;
  }
}
.ibox3 .box .list .item .more img {
  width: 0.17rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.ibox3 .box .list .item .more:hover img {
  margin-left: 0.1rem;
}
.ibox3 .box .list .item:hover {
  margin-top: -0.1rem;
}
.ibox4 {
  width: 100%;
  position: relative;
  padding: 0.48rem 0 1.52rem;
}
.ibox4 .ico1 {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 1.35rem;
  height: 1.8rem;
  display: flex;
  overflow: hidden;
}
.ibox4 .ico1 img {
  width: 100%;
}
.ibox4 .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .ibox4 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox4 .box {
    width: 90%;
  }
}
.ibox4 .box .top {
  width: 100%;
  text-align: center;
}
.ibox4 .box .top .t1 {
  font-size: 0.46rem;
  line-height: 0.56rem;
  color: #333333;
}
.ibox4 .box .top .t2 {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 0.15rem;
}
@media (max-width: 1440px) {
  .ibox4 .box .top .t2 {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .ibox4 .box .top .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox4 .box .content {
  width: 100%;
  margin-top: 0.71rem;
}
.ibox4 .box .content .search-box {
  width: 85.7%;
  margin: auto;
  position: relative;
}
@media (max-width: 500px) {
  .ibox4 .box .content .search-box {
    width: 100%;
  }
}
.ibox4 .box .content .search-box .txt {
  width: 100%;
  height: 1.2rem;
  background: #fff;
  border-radius: 0.6rem;
  padding-left: 0.65rem;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 78, 162, 0.1);
  font-size: 22px;
  color: #666666;
  display: flex;
}
@media (max-width: 1440px) {
  .ibox4 .box .content .search-box .txt {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .ibox4 .box .content .search-box .txt {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .ibox4 .box .content .search-box .txt {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ibox4 .box .content .search-box .txt {
    font-size: 14px;
  }
}
.ibox4 .box .content .search-box .btn {
  width: 2.36rem;
  height: 0.9rem;
  background: #004EA2;
  border-radius: 0.45rem;
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .ibox4 .box .content .search-box .btn {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .ibox4 .box .content .search-box .btn {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .ibox4 .box .content .search-box .btn {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ibox4 .box .content .search-box .btn {
    font-size: 14px;
  }
}
.ibox4 .box .content .search-box .btn:hover {
  background: #154477;
}
.ibox4 .box .content .list {
  width: 100%;
  /* height: 4.4rem; */
  border: 1px solid #DDDDDD;
  border-radius: 0.2rem;
  margin-top: 0.8rem;
  position: relative;
  padding-bottom: 0.01rem;
  overflow: hidden;
}
/* @media (max-width: 1024px) {
  .ibox4 .box .content .list {
    height: 3.5rem;
  }
}
@media (max-width: 500px) {
  .ibox4 .box .content .list {
    height: 5.5rem;
  }
} */
.ibox4 .box .content .list .ts {
  font-size: 18px;
  color: #004EA2;
  line-height: 36px;
  /* position: absolute;
  left: 0.4rem;
  top: 0.44rem; */
  padding: 0.44rem 0.4rem 0.2rem;
}
@media (max-width: 1440px) {
  .ibox4 .box .content .list .ts {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .ibox4 .box .content .list .ts {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox4 .box .content .list .swiper-container {
  height: 3.4rem;
}
@media (max-width: 1600px) {
  .ibox4 .box .content .list .swiper-container {
    height: 3.6rem;
  }
}
@media (max-width: 768px) {
  .ibox4 .box .content .list .swiper-container {
    height: 4.4rem;
  }
}
@media (max-width: 500px) {
  .ibox4 .box .content .list .swiper-container {
    height: 6rem;
  }
}
.ibox4 .box .content .list .swiper-container .tbox {
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.4rem 0.5rem;
}
.ibox4 .box .content .list .swiper-container .tbox .t1 {
  font-size: 22px;
  color: #333333;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .ibox4 .box .content .list .swiper-container .tbox .t1 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .ibox4 .box .content .list .swiper-container .tbox .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1220px) {
  .ibox4 .box .content .list .swiper-container .tbox .t1 {
    font-size: 16px;
    line-height: 24px;
  }
}
.ibox4 .box .content .list .swiper-container .tbox .t2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.ibox4 .box .content .list .swiper-container .tbox .t2 .s1 {
  font-size: 22px;
  color: #333333;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .ibox4 .box .content .list .swiper-container .tbox .t2 .s1 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .ibox4 .box .content .list .swiper-container .tbox .t2 .s1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1220px) {
  .ibox4 .box .content .list .swiper-container .tbox .t2 .s1 {
    font-size: 16px;
    line-height: 24px;
  }
}
.ibox4 .box .content .list .swiper-container .tbox .t2 .s2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .ibox4 .box .content .list .swiper-container .tbox .t2 .s2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox4 .box .content .list .swiper-container .swiper-slide{
  height: auto;
}
.ibox4 .box .content .list .swiper-container-vertical>.swiper-scrollbar{
  right: 0;
  opacity: 1 !important;
}
.ibox4 .box .content .list .swiper-scrollbar-drag{
  background: #004EA2;
}
.ibox4 .box .content .list .swiper-container .swiper-pagination {
  right: 0.5rem;
}
.ibox4 .box .content .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  font-size: 16px;
  font-family: AvantGarde;
  color: #999;
  line-height: 0.48rem;
}
@media (max-width: 1440px) {
  .ibox4 .box .content .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
}
.ibox4 .box .content .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  color: #004EA2;
}
.ibox5 {
  width: 100%;
  position: relative;
  background: rgba(0, 78, 162, 0.05);
  border-radius: 0.5rem;
  padding: 1.35rem 0 1.39rem;
}
.ibox5 .ico1 {
  position: absolute;
  left: 0;
  top: -0.79rem;
  width: 1.35rem;
  height: 1.8rem;
  display: flex;
  overflow: hidden;
}
.ibox5 .ico1 img {
  width: 100%;
}
.ibox5 .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .ibox5 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox5 .box {
    width: 90%;
  }
}
.ibox5 .box .title {
  width: 100%;
  text-align: center;
  font-size: 0.46rem;
  line-height: 0.56rem;
  color: #333333;
}
.ibox5 .box .list {
  width: 100%;
  margin-top: 0.85rem;
}
.ibox5 .box .list ul li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.ibox5 .box .list ul li:last-child {
  margin-bottom: 0;
}
.ibox5 .box .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ibox5 .box .list ul li a .img {
  width: 20%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .ibox5 .box .list ul li a .img {
    height: 2.08rem;
  }
}
@media (max-width: 1024px) {
  .ibox5 .box .list ul li a .img {
    height: 2.25rem;
  }
}
@media (max-width: 768px) {
  .ibox5 .box .list ul li a .img {
    width: 30%;
    height: 2.02rem;
  }
}
@media (max-width: 500px) {
  .ibox5 .box .list ul li a .img {
    width: 100%;
    height: 4.02rem;
  }
}
.ibox5 .box .list ul li a .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.ibox5 .box .list ul li a .tbox {
  width: 75%;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 0.25rem;
}
@media (max-width: 768px) {
  .ibox5 .box .list ul li a .tbox {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .ibox5 .box .list ul li a .tbox {
    width: 100%;
    padding: 0.25rem 0;
  }
}
.ibox5 .box .list ul li a .tbox .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ibox5 .box .list ul li a .tbox .t1 span {
  width: 78.3%;
  font-size: 22px;
  color: #333333;
  line-height: 44px;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .ibox5 .box .list ul li a .tbox .t1 span {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .ibox5 .box .list ul li a .tbox .t1 span {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .ibox5 .box .list ul li a .tbox .t1 span {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .ibox5 .box .list ul li a .tbox .t1 span {
    width: 100%;
  }
}
.ibox5 .box .list ul li a .tbox .t1 .time {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .ibox5 .box .list ul li a .tbox .t1 .time {
    font-size: 14px;
  }
}
.ibox5 .box .list ul li a .tbox .t2 {
  width: 78.3%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.14rem;
}
@media (max-width: 1440px) {
  .ibox5 .box .list ul li a .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .ibox5 .box .list ul li a .tbox .t2 {
    width: 100%;
  }
}
.ibox5 .box .list ul li:hover a .img img {
  transform: scale(1.05);
}
.ibox5 .box .list ul li:hover a .tbox .t1 span {
  color: #004EA2;
}
.ibox5 .box .ib5ask {
  width: 100%;
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
@media (max-width: 1440px) {
  .ibox5 .box .ib5ask {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .ibox5 .box .ib5ask {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .ibox5 .box .ib5ask {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ibox5 .box .ib5ask {
    font-size: 14px;
  }
}
.ibox5 .box .ib5ask a {
  width: 1.82rem;
  height: 0.6rem;
  background: #004EA2;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 78, 162, 0.2);
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-left: 0.2rem;
}
@media (max-width: 1366px) {
  .ibox5 .box .ib5ask a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .ibox5 .box .ib5ask a {
    width: 2.1rem;
    margin-top: 0.2rem;
  }
}
.ibox5 .box .ib5ask a img {
  width: 0.26rem;
  margin-right: 0.1rem;
  transition: all ease-in 0.3s;
}
.ibox5 .box .ib5ask a:hover img {
  margin-right: 0.2rem;
}
.ibox6 {
  width: 100%;
  position: relative;
  padding: 1.94rem 0 1.93rem;
}
.ibox6 .ico1 {
  position: absolute;
  left: 0;
  top: 2.91rem;
  width: 1.35rem;
  height: 1.8rem;
  display: flex;
  overflow: hidden;
}
.ibox6 .ico1 img {
  width: 100%;
}
.ibox6 .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .ibox6 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox6 .box {
    width: 90%;
  }
}
.ibox6 .box .title {
  font-size: 0.46rem;
  color: #333333;
  line-height: 0.56rem;
  text-align: center;
}
.ibox6 .box .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.ibox6 .box .content .tbox {
  width: 42.8%;
  padding-top: 0.52rem;
}
@media (max-width: 768px) {
  .ibox6 .box .content .tbox {
    width: 100%;
  }
}
.ibox6 .box .content .tbox .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
@media (max-width: 1366px) {
  .ibox6 .box .content .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox6 .box .content .tbox .more {
  width: 1.82rem;
  height: 0.6rem;
  border: 1px solid #004EA2;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #004EA2;
  margin-top: 0.73rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1366px) {
  .ibox6 .box .content .tbox .more {
    font-size: 14px;
  }
}
.ibox6 .box .content .tbox .more img {
  width: 0.17rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.ibox6 .box .content .tbox .more img:last-child {
  display: none;
}
.ibox6 .box .content .tbox .more:hover {
  color: #FFFFFF;
  background: #004EA2;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 77, 255, 0.2);
}
.ibox6 .box .content .tbox .more:hover img:first-child {
  display: none;
}
.ibox6 .box .content .tbox .more:hover img:last-child {
  display: block;
}
.ibox6 .box .content .tbox .t3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.18rem;
  font-size: 16px;
  color: #004ea2;
  line-height: 34px;
}
.ibox6 .box .content .tbox .t3 .ts {
  width: 50%;
}
.ibox6 .box .content .tbox .t3 .ts .num {
  font-size: 0.72rem;
  color: #004ea2;
  line-height: 1;
  font-weight: bold;
}
.ibox6 .box .content .imgbox {
  width: 43.5%;
  position: relative;
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  .ibox6 .box .content .imgbox {
    width: calc(100% - 0.4rem);
    margin-top: 0.3rem;
    margin-right: 0;
  }
}
.ibox6 .box .content .imgbox .img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.ibox6 .box .content .imgbox .img img {
  width: 100%;
}
.ibox6 .box .content .imgbox .bg {
  width: 100%;
  height: 5rem;
  background: #d9e3ed;
  border-radius: 0.5rem;
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
}
.footer {
  width: 100%;
  background: #282828;
}
.footer .fbox1 {
  width: 100%;
  padding: 1.36rem 0 1.59rem;
}
@media (max-width: 768px) {
  .footer .fbox1 {
    padding: 1.36rem 0 1.2rem;
  }
}
@media (max-width: 500px) {
  .footer .fbox1 {
    display: none;
  }
}
.footer .fbox1 .box {
  width: 73%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .footer .fbox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .footer .fbox1 .box {
    width: 90%;
  }
}
.footer .fbox1 .box .logo {
  width: 1.73rem;
  height: 0.24rem;
}
.footer .fbox1 .box .logo a {
  display: flex;
}
.footer .fbox1 .box .logo a img {
  width: 100%;
  height: 100%;
}
.footer .fbox1 .box .fmenu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .fbox1 .box .fmenu {
    width: 100%;
    margin-top: 0.3rem;
    justify-content: space-between;
  }
}
.footer .fbox1 .box .fmenu .item {
  width: 2.6rem;
  margin-right: 0.9rem;
}
@media (max-width: 768px) {
  .footer .fbox1 .box .fmenu .item {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .footer .fbox1 .box .fmenu .item {
    display: none;
  }
}
.footer .fbox1 .box .fmenu .item .t1 {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1440px) {
  .footer .fbox1 .box .fmenu .item .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .footer .fbox1 .box .fmenu .item .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .footer .fbox1 .box .fmenu .item .t1 {
    font-size: 16px;
  }
}
.footer .fbox1 .box .fmenu .item a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.48rem;
  transition: all ease-in 0.3s;
  display: flex;
}
.footer .fbox1 .box .fmenu .item a:hover {
  color: #ffffff;
}
@media (max-width: 1366px) {
  .footer .fbox1 .box .fmenu .item a {
    font-size: 14px;
  }
}
.footer .fbox1 .box .fmenu .item2 {
  width: 3.5rem;
}
.footer .fbox1 .box .fmenu .item2 .t1 {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1440px) {
  .footer .fbox1 .box .fmenu .item2 .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .footer .fbox1 .box .fmenu .item2 .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .footer .fbox1 .box .fmenu .item2 .t1 {
    font-size: 16px;
  }
}
.footer .fbox1 .box .fmenu .item2 .t2 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.48rem;
  padding-left: 0.45rem;
  background: url(../images/icon3.png) left center no-repeat;
  background-size: 0.25rem;
}
@media (max-width: 1440px) {
  .footer .fbox1 .box .fmenu .item2 .t2 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .footer .fbox1 .box .fmenu .item2 .t2 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .footer .fbox1 .box .fmenu .item2 .t2 {
    font-size: 18px;
  }
}
.footer .fbox1 .box .fmenu .item2 .t3 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.48rem;
  padding-left: 0.45rem;
  background: url(../images/icon4.png) left center no-repeat;
  background-size: 0.25rem;
}
@media (max-width: 1440px) {
  .footer .fbox1 .box .fmenu .item2 .t3 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .footer .fbox1 .box .fmenu .item2 .t3 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .footer .fbox1 .box .fmenu .item2 .t3 {
    font-size: 18px;
  }
}
.footer .fbox2 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.18rem 0 0.16rem;
}
.footer .fbox2 .box {
  width: 73%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .footer .fbox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .footer .fbox2 .box {
    width: 90%;
  }
}
.footer .fbox2 .box .left {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 0.48rem;
}
@media (max-width: 500px) {
  .footer .fbox2 .box .left {
    width: 100%;
    text-align: center;
  }
}
.footer .fbox2 .box .left a {
  color: rgba(255, 255, 255, 0.3);
  transition: all ease-in 0.3s;
  margin-left: 0.15rem;
}
.footer .fbox2 .box .left a:hover {
  color: #ffffff;
}
.footer .fbox2 .box .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 0.48rem;
}
@media (max-width: 500px) {
  .footer .fbox2 .box .right {
    width: 100%;
    justify-content: center;
  }
}
.footer .fbox2 .box .right a {
  color: rgba(255, 255, 255, 0.3);
  transition: all ease-in 0.3s;
}
.footer .fbox2 .box .right a:hover {
  color: #ffffff;
}
.head-height {
  height: 0.8rem;
}
.info-banner {
  width: 100%;
  position: relative;
}
.info-banner .img {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-banner .tbox {
  width: 73%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .info-banner .tbox {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-banner .tbox {
    width: 90%;
  }
}
.info-banner .tbox .t1 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.22) 0 0.05rem 0.2rem;
}
.announcement {
  width: 100%;
  background: #F2F4F5;
  padding: 1rem 0 1.47rem;
}
.announcement .box {
  width: 73%;
  margin: auto;
}
@media (max-width: 1600px) {
  .announcement .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .announcement .box {
    width: 90%;
  }
}
.announcement .box .title {
  width: 100%;
  font-size: 0.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  text-align: center;
}
.announcement .box .txt {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 0.52rem;
}
@media (max-width: 1366px) {
  .announcement .box .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page {
  width: 100%;
  background: #F2F4F5;
}
.info-page.inews {
  padding-bottom: 1.54rem;
}
.info-page .box {
  width: 73%;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .box {
    width: 90%;
  }
}
.info-page .box .service-list {
  width: 100%;
  padding: 0.6rem 0 0.95rem;
}
.info-page .box .service-list .item {
  width: 100%;
  display: flex;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
  border-radius: 0.2rem;
  overflow: hidden;
}
.info-page .box .service-list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.info-page .box .service-list .item .img {
  width: 62.5%;
  height: 3.65rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .info-page .box .service-list .item .img {
    height: 4.2rem;
  }
}
@media (max-width: 1220px) {
  .info-page .box .service-list .item .img {
    height: 4.2rem;
  }
}
@media (max-width: 1024px) {
  .info-page .box .service-list .item .img {
    height: 4.5rem;
  }
}
@media (max-width: 768px) {
  .info-page .box .service-list .item .img {
    height: 3rem;
  }
}
@media (max-width: 500px) {
  .info-page .box .service-list .item .img {
    width: 100%;
    height: 2.6rem;
  }
}
.info-page .box .service-list .item .img img {
  width: 100%;
  height: 100%;
}
.info-page .box .service-list .item .tbox {
  width: 37.5%;
  background: #fff;
  padding: 1.13rem 0 0 0.64rem;
}
@media (max-width: 768px) {
  .info-page .box .service-list .item .tbox {
    padding: 0.5rem 0.3rem;
  }
}
@media (max-width: 500px) {
  .info-page .box .service-list .item .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.info-page .box .service-list .item .tbox .t1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222222;
  line-height: 1;
}
.info-page .box .service-list .item .tbox .t2 {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  margin-top: 0.15rem;
}
@media (max-width: 1366px) {
  .info-page .box .service-list .item .tbox .t2 {
    font-size: 14px;
  }
}
.info-page .box .service-list .item .tbox .more {
  width: 1.82rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #004EA2;
  transition: all ease 0.3s;
  margin-top: 0.56rem;
  border: 1px solid #004EA2;
}
@media (max-width: 1366px) {
  .info-page .box .service-list .item .tbox .more {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .info-page .box .service-list .item .tbox .more {
    margin-top: 0.2rem;
  }
}
@media (max-width: 500px) {
  .info-page .box .service-list .item .tbox .more {
    font-size: 12px;
  }
}
.info-page .box .service-list .item .tbox .more img {
  width: 0.17rem;
  height: 0.08rem;
  margin-left: 0.2rem;
  transition: all ease 0.3s;
}
.info-page .box .service-list .item .tbox .more img:last-child {
  display: none;
}
.info-page .box .service-list .item .tbox .more:hover {
  color: #fff;
  background: #004EA2;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 77, 255, 0.2);
}
.info-page .box .service-list .item .tbox .more:hover img:first-child {
  display: none;
}
.info-page .box .service-list .item .tbox .more:hover img:last-child {
  display: block;
}
.info-page .box .news {
  width: 100%;
  padding: 0.6rem 0;
}
.info-page .box .news ul {
  width: 100%;
}
.info-page .box .news ul li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.info-page .box .news ul li:last-child {
  margin-bottom: 0;
}
.info-page .box .news ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-page .box .news ul li a .img {
  width: 20%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .info-page .box .news ul li a .img {
    height: 2.08rem;
  }
}
@media (max-width: 1024px) {
  .info-page .box .news ul li a .img {
    height: 2.25rem;
  }
}
@media (max-width: 768px) {
  .info-page .box .news ul li a .img {
    width: 30%;
    height: 2.02rem;
  }
}
@media (max-width: 500px) {
  .info-page .box .news ul li a .img {
    width: 100%;
    height: 4.02rem;
  }
}
.info-page .box .news ul li a .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.info-page .box .news ul li a .tbox {
  width: 75%;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 0.25rem;
}
@media (max-width: 768px) {
  .info-page .box .news ul li a .tbox {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .info-page .box .news ul li a .tbox {
    width: 100%;
    padding: 0.25rem 0;
  }
}
.info-page .box .news ul li a .tbox .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.info-page .box .news ul li a .tbox .t1 span {
  width: 78.3%;
  font-size: 22px;
  color: #333333;
  line-height: 44px;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .info-page .box .news ul li a .tbox .t1 span {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .news ul li a .tbox .t1 span {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .info-page .box .news ul li a .tbox .t1 span {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .info-page .box .news ul li a .tbox .t1 span {
    width: 100%;
  }
}
.info-page .box .news ul li a .tbox .t1 .time {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .info-page .box .news ul li a .tbox .t1 .time {
    font-size: 14px;
  }
}
.info-page .box .news ul li a .tbox .t2 {
  width: 78.3%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.14rem;
}
@media (max-width: 1440px) {
  .info-page .box .news ul li a .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .info-page .box .news ul li a .tbox .t2 {
    width: 100%;
  }
}
.info-page .box .news ul li:hover a .img img {
  transform: scale(1.05);
}
.info-page .box .news ul li:hover a .tbox .t1 span {
  color: #004EA2;
}
.info-page .box .news-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.6rem 0 1.54rem;
}
.info-page .box .news-info .left {
  width: 70.3%;
}
@media (max-width: 768px) {
  .info-page .box .news-info .left {
    width: 100%;
  }
}
.info-page .box .news-info .left .tbox {
  width: 100%;
  background: #fff;
  padding: 0.5rem 0.6rem 1rem;
  border-radius: 0.2rem;
}
.info-page .box .news-info .left .tbox .title {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #333;
}
.info-page .box .news-info .left .tbox .other {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.info-page .box .news-info .left .tbox .other .tz {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
@media (max-width: 1366px) {
  .info-page .box .news-info .left .tbox .other .tz {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .box .news-info .left .tbox .other .tz span {
  margin-left: 0.35rem;
}
.info-page .box .news-info .left .tbox .other .share {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
}
.info-page .box .news-info .left .tbox .other .share a {
  width: 0.33rem;
  height: 0.32rem;
  display: flex;
  margin-left: 0.1rem;
}
.info-page .box .news-info .left .tbox .other .share a img {
  width: 100%;
  height: 100%;
}
.info-page .box .news-info .left .tbox .txt {
  width: 100%;
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
@media (max-width: 1366px) {
  .info-page .box .news-info .left .tbox .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .box .news-info .left .ckbox {
  width: 100%;
  margin-top: 0.22rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-page .box .news-info .left .ckbox a {
  width: 49.4%;
  height: 1.07rem;
  background: #fff;
  border-radius: 0.2rem;
  display: flex;
  font-size: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.32rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1366px) {
  .info-page .box .news-info .left .ckbox a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .info-page .box .news-info .left .ckbox a {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.info-page .box .news-info .left .ckbox a .s1 {
  font-weight: 400;
  color: #999999;
  padding: 0 0.35rem 0 0;
  border-right: 1px solid #DEDEDE;
  transition: all ease-in 0.3s;
}
.info-page .box .news-info .left .ckbox a .s2 {
  width: 60%;
  color: #333333;
  margin-left: 0.33rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all ease-in 0.3s;
}
.info-page .box .news-info .left .ckbox a.next {
  flex-direction: row-reverse;
}
@media (max-width: 500px) {
  .info-page .box .news-info .left .ckbox a.next.next {
    flex-direction: row;
  }
}
.info-page .box .news-info .left .ckbox a.next .s1 {
  padding: 0 0 0 0.35rem;
  border-right: none;
  border-left: 1px solid #DEDEDE;
}
@media (max-width: 500px) {
  .info-page .box .news-info .left .ckbox a.next .s1 {
    padding: 0 0.35rem 0 0;
    border-right: 1px solid #DEDEDE;
    border-left: none;
  }
}
.info-page .box .news-info .left .ckbox a.next .s2 {
  margin-right: 0.33rem;
}
@media (max-width: 500px) {
  .info-page .box .news-info .left .ckbox a.next .s2 {
    margin: 0 0 0 0.33rem;
  }
}
.info-page .box .news-info .left .ckbox a:hover {
  background: #174186;
}
.info-page .box .news-info .left .ckbox a:hover .s1 {
  color: #fff;
}
.info-page .box .news-info .left .ckbox a:hover .s2 {
  color: #fff;
}
.info-page .box .news-info .right {
  width: 26.78%;
}
@media (max-width: 768px) {
  .info-page .box .news-info .right {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.info-page .box .news-info .right .zxbox {
  width: 100%;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.6rem 0.3rem;
}
@media (max-width: 768px) {
  .info-page .box .news-info .right .zxbox {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .info-page .box .news-info .right .zxbox {
    width: 100%;
  }
}
.info-page .box .news-info .right .zxbox .title {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #333;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #ddd;
}
.info-page .box .news-info .right .zxbox .fbox {
  width: 100%;
  margin-top: 0.3rem;
}
.info-page .box .news-info .right .zxbox .fbox .ts {
  width: 100%;
  position: relative;
  margin-bottom: 0.1rem;
  display: flex;
}
.info-page .box .news-info .right .zxbox .fbox .ts .t1 {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.08rem;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #333;
  padding-left: 0.2rem;
}
.info-page .box .news-info .right .zxbox .fbox .ts .t1::placeholder {
  color: #999;
}
@media (max-width: 1366px) {
  .info-page .box .news-info .right .zxbox .fbox .ts .t1 {
    font-size: 14px;
  }
}
.info-page .box .news-info .right .zxbox .fbox .ts .dian {
  color: #da251d;
  font-size: 0.22rem;
  font-weight: bold;
  position: absolute;
  right: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
}
.info-page .box .news-info .right .zxbox .btn {
  width: 100%;
  height: 0.6rem;
  background: #174186;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0.3rem;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .info-page .box .news-info .right .zxbox .btn {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .info-page .box .news-info .right .zxbox .btn {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .info-page .box .news-info .right .zxbox .btn {
    font-size: 14px;
  }
}
.info-page .box .news-info .lxbox {
  width: 100%;
  background: #fff;
  margin-top: 0.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .info-page .box .news-info .lxbox {
    width: 49%;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .info-page .box .news-info .lxbox {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.info-page .box .news-info .lxbox .img {
  width: 100%;
  height: 2.34rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .info-page .box .news-info .lxbox .img {
    height: 2.7rem;
  }
}
@media (max-width: 1024px) {
  .info-page .box .news-info .lxbox .img {
    height: 2.9rem;
  }
}
@media (max-width: 768px) {
  .info-page .box .news-info .lxbox .img {
    height: 3.21rem;
  }
}
@media (max-width: 500px) {
  .info-page .box .news-info .lxbox .img {
    height: 3.9rem;
  }
}
.info-page .box .news-info .lxbox .img img {
  width: 100%;
}
.info-page .box .news-info .lxbox .tbox {
  width: 100%;
  padding: 0.3rem 0.3rem 0.38rem;
}
.info-page .box .news-info .lxbox .tbox .t1 {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 32px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1440px) {
  .info-page .box .news-info .lxbox .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .news-info .lxbox .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .info-page .box .news-info .lxbox .tbox .t1 {
    font-size: 16px;
  }
}
.info-page .box .news-info .lxbox .tbox .t2 {
  font-size: 16px;
  color: #333333;
  line-height: 52px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .info-page .box .news-info .lxbox .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .box .news-info .lxbox .tbox .t2 img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.18rem;
}
.info-page .box .news-info .lxbox .tbox .more {
  width: 100%;
  height: 0.6rem;
  background: #174186;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0.16rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .info-page .box .news-info .lxbox .tbox .more {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .news-info .lxbox .tbox .more {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .info-page .box .news-info .lxbox .tbox .more {
    font-size: 14px;
  }
}
.info-page .box .news-info .lxbox .tbox .more:hover {
  background: #004EA2;
}
.pagelist {
  width: 100%;
}
.pagelist ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagelist ul li {
  width: 0.38rem;
  height: 0.38rem;
  margin: 0 0.05rem;
  border-radius: 50%;
  transition: all ease-in 0.3s;
}
.pagelist ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #8E8E8E;
  transition: all ease-in 0.3s;
}
.pagelist ul li a img {
  width: 0.07rem;
  height: 0.12rem;
}
.pagelist ul li:hover {
  background: #174186;
}
.pagelist ul li:hover a {
  color: #fff;
}
.pagelist ul li.on {
  background: #174186;
}
.pagelist ul li.on a {
  color: #fff;
}
.info-page .box .ask {
  width: 100%;
  margin-top: 0.6rem;
  background: #fff;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 78, 162, 0.1);
  border-radius: 0.2rem;
  padding: 0.61rem 1.2rem 0.85rem;
}
@media (max-width: 768px) {
  .info-page .box .ask {
    padding: 0.61rem 0.3rem 0.85rem;
  }
}
.info-page .box .ask .title {
  width: 100%;
  font-size: 0.46rem;
  line-height: 1;
  color: #333333;
  text-align: center;
}
.info-page .box .ask .txt {
  font-size: 18px;
  color: #999999;
  line-height: 28px;
  margin: 0.1rem 0 0.35rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 1440px) {
  .info-page .box .ask .txt {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .ask .txt {
    font-size: 14px;
  }
}
.info-page .box .ask .ts {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 0.3rem;
}
.info-page .box .ask .ts .t1 {
  width: 100%;
  height: 0.6rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.1rem;
  padding-left: 0.2rem;
  font-size: 16px;
  color: #333;
}
.info-page .box .ask .ts .t1::placeholder {
  color: #999;
}
@media (max-width: 1366px) {
  .info-page .box .ask .ts .t1 {
    font-size: 14px;
  }
}
.info-page .box .ask .ts .dian {
  color: #da251d;
  font-size: 0.22rem;
  font-weight: bold;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.info-page .box .ask .t2 {
  width: 100%;
  height: 2.14rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.1rem;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding: 0.17rem 0.2rem;
  resize: none;
}
.info-page .box .ask .t2::placeholder {
  color: #999;
}
@media (max-width: 1366px) {
  .info-page .box .ask .t2 {
    font-size: 14px;
  }
}
.info-page .box .ask .ckbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.info-page .box .ask .ckbox .sub {
  width: 53.7%;
  height: 0.6rem;
  background: #174186;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  color: #FFFFFF;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .info-page .box .ask .ckbox .sub {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .ask .ckbox .sub {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .info-page .box .ask .ckbox .sub {
    font-size: 14px;
  }
}
.info-page .box .ask .ckbox .sub:hover {
  background: #0c2246;
}
.info-page .box .ask .ckbox .res {
  width: 45.2%;
  height: 0.6rem;
  background: #DADDE3;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  color: #555;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .info-page .box .ask .ckbox .res {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .ask .ckbox .res {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .info-page .box .ask .ckbox .res {
    font-size: 14px;
  }
}
.info-page .box .ask .ckbox .res:hover {
  background: #a1a3a9;
}
.info-page .box .service-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0 1.57rem;
}
.info-page .box .service-search .left {
  width: 41.5%;
  position: relative;
}
@media (max-width: 500px) {
  .info-page .box .service-search .left {
    width: 100%;
  }
}
.info-page .box .service-search .left .img {
  width: 100%;
  border-radius: 0.2rem;
  height: 8.19rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .info-page .box .service-search .left .img {
    height: 9.44rem;
  }
}
@media (max-width: 1024px) {
  .info-page .box .service-search .left .img {
    height: 10.1rem;
  }
}
@media (max-width: 768px) {
  .info-page .box .service-search .left .img {
    height: 8.7rem;
  }
}
@media (max-width: 500px) {
  .info-page .box .service-search .left .img {
    height: 8.8rem;
  }
}
.info-page .box .service-search .left .img img {
  width: 100%;
  height: 100%;
}
.info-page .box .service-search .left .tbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1.93rem 0.8rem 0 0.6rem;
}
@media (max-width: 500px) {
  .info-page .box .service-search .left .tbox {
    padding: 1.93rem 0.6rem 0 0.6rem;
  }
}
.info-page .box .service-search .left .tbox .t1 {
  font-size: 0.36rem;
  color: #F2F4F5;
  line-height: 0.72rem;
}
.info-page .box .service-search .left .tbox .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #f2f4f5;
  margin-top: 0.4rem;
}
@media (max-width: 1366px) {
  .info-page .box .service-search .left .tbox .t2 {
    font-size: 14px;
  }
}
.info-page .box .service-search .right {
  width: 55.5%;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.67rem 0.6rem 0.8rem;
}
@media (max-width: 500px) {
  .info-page .box .service-search .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.info-page .box .service-search .right .t1 {
  font-size: 0.46rem;
  line-height: 1;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0.37rem;
}
.info-page .box .service-search .right .t1 span {
  font-size: 18px;
  color: #999999;
  margin-left: 0.4rem;
}
@media (max-width: 1440px) {
  .info-page .box .service-search .right .t1 span {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .service-search .right .t1 span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .info-page .box .service-search .right .t1 span {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.info-page .box .service-search .right .ts {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 0.3rem;
}
.info-page .box .service-search .right .ts .ts1 {
  width: 100%;
  height: 0.6rem;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 0.1rem;
  font-size: 16px;
  color: #333;
  padding: 0 0.2rem;
}
.info-page .box .service-search .right .ts .ts1::placeholder {
  color: #999;
}
@media (max-width: 1366px) {
  .info-page .box .service-search .right .ts .ts1 {
    font-size: 14px;
  }
}
.info-page .box .service-search .right .ts .dian {
  color: #da251d;
  font-size: 0.22rem;
  font-weight: bold;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.info-page .box .service-search .right .t2 {
  width: 100%;
  height: 2rem;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 0.1rem;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding: 0.17rem 0.2rem;
  resize: none;
}
.info-page .box .service-search .right .t2::placeholder {
  color: #999;
}
@media (max-width: 1366px) {
  .info-page .box .service-search .right .t2 {
    font-size: 14px;
  }
}
.info-page .box .service-search .right .sub {
  width: 100%;
  height: 0.6rem;
  background: #004EA2;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 77, 255, 0.2);
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0.6rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .info-page .box .service-search .right .sub {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .box .service-search .right .sub {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .info-page .box .service-search .right .sub {
    font-size: 14px;
  }
}
.info-page .box .service-search .right .sub:hover {
  background: #133b67;
}
.page-other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-other a {
  width: 50%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 400;
  color: #174186;
  line-height: 0.34rem;
}
@media (max-width: 500px) {
  .page-other a {
    width: 100%;
  }
}
.page-other a.a1 {
  background: #fff;
}
.page-other a.a2 {
  background: #EBEFF2;
}
.page-other a.a3 {
  background: #FBFBFB;
}
.page-other a img:nth-child(1) {
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.42rem;
}
.page-other a img:nth-child(2) {
  width: 0.16rem;
  height: 0.29rem;
  margin-left: 1rem;
  transition: all ease-in 0.3s;
}
.page-other a:hover img:nth-child(2) {
  margin-left: 1.2rem;
}
.Breadcrumbs {
  width: 100%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.Breadcrumbs .a1 {
  width: 15px;
  height: 15px;
  display: flex;
  margin-right: 0.05rem;
}
.Breadcrumbs span {
  color: #666;
  margin-left: 0.05rem;
}
.ask-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
.ask-tc .box {
  width: 640px;
  max-width: 90%;
  height: 3rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.ask-tc .box .close {
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  display: flex;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.ask-tc .box .close img {
  width: 100%;
}
.ask-tc .box .icon {
  width: 0.66rem;
  height: 0.66rem;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.ask-tc .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ask-tc .box .txt {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  margin-top: 0.3rem;
}
.about {
  width: 100%;
}
.about .about-menu {
  width: 100%;
  padding: 0.21rem 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  background: #f2f4f5;
}
.about .about-menu .box {
  width: 73%;
  margin: auto;
  display: flex;
}
@media (max-width: 1600px) {
  .about .about-menu .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .about .about-menu .box {
    width: 90%;
  }
}
.about .about-menu .box a {
  width: 50%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  border-right: 1px solid #ddd;
}
@media (max-width: 1366px) {
  .about .about-menu .box a {
    font-size: 14px;
  }
}
.about .about-menu .box a:last-child {
  border-right: none;
}
.about .about-menu .box a:hover,
.about .about-menu .box a.on {
  color: #174186;
}
.about .about-menu .line {
  width: 50%;
  height: 2px;
  background: #174186;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.about .abox1 {
  width: 100%;
  background: #f2f4f5;
  padding: 0.6rem 0 1.41rem;
}
.about .abox1 .box {
  width: 73%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .about .abox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .about .abox1 .box {
    width: 90%;
  }
}
.about .abox1 .box .tbox {
  width: 42.8%;
  padding-top: 0.68rem;
}
@media (max-width: 768px) {
  .about .abox1 .box .tbox {
    width: 100%;
  }
}
.about .abox1 .box .tbox .t1 {
  font-size: 0.46rem;
  line-height: 1;
  color: #333;
}
.about .abox1 .box .tbox .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 0.32rem;
}
@media (max-width: 1366px) {
  .about .abox1 .box .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .abox1 .box .tbox .t3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.56rem;
  font-size: 16px;
  color: #004ea2;
  line-height: 34px;
}
.about .abox1 .box .tbox .t3 .ts {
  width: 50%;
}
.about .abox1 .box .tbox .t3 .ts .num {
  font-size: 0.72rem;
  color: #004ea2;
  line-height: 1;
  font-weight: bold;
}
.about .abox1 .box .imgbox {
  width: 43.5%;
  position: relative;
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  .about .abox1 .box .imgbox {
    width: calc(100% - 0.4rem);
    margin-top: 0.3rem;
    margin-right: 0;
  }
}
.about .abox1 .box .imgbox .img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about .abox1 .box .imgbox .img img {
  width: 100%;
}
.about .abox1 .box .imgbox .bg {
  width: 100%;
  height: 5rem;
  background: #d9e3ed;
  border-radius: 0.5rem;
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
}
.about .abox2 {
  width: 100%;
  position: relative;
  padding: 1.39rem 0 1.53rem;
}
.about .abox2 .ico1 {
  width: 1.3rem;
  height: 1.8rem;
  position: absolute;
  right: 0;
  top: 0.43rem;
  display: flex;
}
.about .abox2 .ico1 img {
  width: 100%;
  height: 100%;
}
.about .abox2 .ico2 {
  width: 1.3rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  display: flex;
}
.about .abox2 .ico2 img {
  width: 100%;
  height: 100%;
}
.about .abox2 .box {
  width: 73%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .about .abox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .about .abox2 .box {
    width: 90%;
  }
}
.about .abox2 .box .tleft {
  width: 50%;
}
@media (max-width: 768px) {
  .about .abox2 .box .tleft {
    width: 100%;
  }
}
.about .abox2 .box .tleft .t1 {
  font-size: 0.46rem;
  line-height: 1;
  color: #333;
}
.about .abox2 .box .tleft .t2 {
  margin-top: 0.7rem;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 1366px) {
  .about .abox2 .box .tleft .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .abox2 .box .tright {
  width: 42.5%;
}
@media (max-width: 768px) {
  .about .abox2 .box .tright {
    width: 100%;
    margin-top: 1rem;
  }
}
.about .abox2 .box .tright .t1 {
  font-size: 0.46rem;
  line-height: 1;
  color: #333;
}
.about .abox2 .box .tright .t2 {
  font-size: 16px;
  line-height: 26px;
  color: #999;
  margin-top: 0.14rem;
}
@media (max-width: 1366px) {
  .about .abox2 .box .tright .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .abox2 .box .tright .tbox {
  width: 100%;
  margin-top: 0.4rem;
}
.about .abox2 .box .tright .tbox .ts {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}
.about .abox2 .box .tright .tbox .ts span {
  font-size: 22px;
  color: #da251d;
  font-weight: bold;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.about .abox2 .box .tright .tbox .ts .txt {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  display: flex;
  padding: 0 0.2rem;
  font-size: 16px;
}
.about .abox2 .box .tright .tbox .ts .txt::placeholder {
  color: #999;
}
@media (max-width: 1366px) {
  .about .abox2 .box .tright .tbox .ts .txt {
    font-size: 14px;
  }
}
.about .abox2 .box .tright .tbox .text {
  width: 100%;
  height: 1.24rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.1rem;
  padding: 0.1rem 0.2rem;
  font-size: 16px;
  line-height: 26px;
  resize: none;
}
.about .abox2 .box .tright .tbox .text::placeholder {
  color: #999;
}
@media (max-width: 1366px) {
  .about .abox2 .box .tright .tbox .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .abox2 .box .tright .tbox .ckbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.about .abox2 .box .tright .tbox .ckbox .sub {
  width: 49%;
  height: 0.6rem;
  background: #174186;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .about .abox2 .box .tright .tbox .ckbox .sub {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .about .abox2 .box .tright .tbox .ckbox .sub {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .about .abox2 .box .tright .tbox .ckbox .sub {
    font-size: 14px;
  }
}
.about .abox2 .box .tright .tbox .ckbox .sub:hover {
  background: #004EA2;
}
.about .abox2 .box .tright .tbox .ckbox .res {
  width: 49%;
  height: 0.6rem;
  background: #DADDE3;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #555555;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .about .abox2 .box .tright .tbox .ckbox .res {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .about .abox2 .box .tright .tbox .ckbox .res {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .about .abox2 .box .tright .tbox .ckbox .res {
    font-size: 14px;
  }
}
.about .abox2 .box .tright .tbox .ckbox .res:hover {
  background: #999;
}
.price {
  width: 100%;
}
.price .pmenu {
  width: 100%;
  position: sticky;
  top: 0.8rem;
  background: #fff;
  z-index: 5;
}
.price .pmenu .box {
  width: 73%;
  margin: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
@media (max-width: 1600px) {
  .price .pmenu .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price .pmenu .box {
    width: 90%;
  }
}
.price .pmenu .box .abox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.price .pmenu .box .abox a {
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  height: 34px;
  background: rgba(0, 77, 255, 0);
  border: 1px solid #999999;
  border-radius: 17px;
  font-size: 14px;
  color: #999;
  margin: 0 0.15rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .price .pmenu .box .abox a {
    margin-bottom: 0.2rem;
  }
}
.price .pmenu .box .abox a:hover,
.price .pmenu .box .abox a.on {
  border: 1px solid #004EA2;
  background: #004EA2;
  color: #fff;
}
.price .pmenu .box .gotop {
  width: 28px;
  height: 28px;
  margin: 0 0.15rem 0 0.27rem;
  display: flex;
}
.price .pmenu .box .gotop img {
  width: 100%;
  height: 100%;
}
.price .psearch {
  width: 100%;
  position: relative;
  padding: 0.74rem 0 0.5rem;
  z-index: 2;
}
.price .psearch .ico1 {
  width: 1.26rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}
.price .psearch .box {
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .price .psearch .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price .psearch .box {
    width: 90%;
  }
}
.price .psearch .box .title {
  width: 100%;
  font-size: 0.46rem;
  color: #333333;
  line-height: 0.56rem;
  text-align: center;
}
.price .psearch .box .searchbox {
  width: 100%;
  margin-top: 0.54rem;
  display: flex;
  position: relative;
}
.price .psearch .box .searchbox .txt {
  width: 100%;
  height: 1.2rem;
  background: #FFFFFF;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 78, 162, 0.1);
  border-radius: 0.6rem;
  padding-left: 0.65rem;
  font-size: 22px;
  color: #666666;
}
@media (max-width: 1440px) {
  .price .psearch .box .searchbox .txt {
    font-size: 20px;
    padding-left: 0.5rem;
  }
}
@media (max-width: 1366px) {
  .price .psearch .box .searchbox .txt {
    font-size: 18px;
    padding-left: 0.35rem;
  }
}
@media (max-width: 1220px) {
  .price .psearch .box .searchbox .txt {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .price .psearch .box .searchbox .txt {
    font-size: 14px;
  }
}
.price .psearch .box .searchbox .txt::placeholder {
  color: #666666;
}
.price .psearch .box .searchbox .btn {
  width: 2.36rem;
  height: 0.9rem;
  background: #004EA2 url(../images/icon20.png) center center no-repeat;
  background-size: 0.3rem;
  border-radius: 0.45rem;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.price .psearch .box .searchbox .btn:hover {
  background: #063d77 url(../images/icon20.png) center center no-repeat;
  background-size: 0.3rem;
}
@media (max-width: 500px) {
  .price .psearch .box .searchbox .btn {
    width: 0.9rem;
  }
}
.price .psearch .box .searchbox .s-list{
  width: calc(100% - 1.2rem);
  height: 300px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 78, 162, 0.1);
  padding: 0.3rem 0 0.5rem;
  display: none;
  
}
.price .psearch .box .searchbox .s-list a{
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  display: block;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

.price .psearch .box .hot {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 36px;
  padding-left: 0.67rem;
  margin-top: 0.1rem;
}
.price .psearch .box .hot a {
  color: #999;
  text-decoration: underline;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.price .psearch .box .hot a:hover {
  color: #004EA2;
}
@media (max-width: 1366px) {
  .price .psearch .box .hot {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .price .psearch .box .hot {
    padding-left: 0;
  }
}
.price .pbox {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.price .pbox .ico1 {
  position: absolute;
  width: 1.09rem;
  height: 1.8rem;
  overflow: hidden;
  right: 0;
  top: 35%;
}
.price .pbox .ico2 {
  position: absolute;
  width: 1.71rem;
  height: 1.35rem;
  overflow: hidden;
  left: 0;
  top: 5%;
}
.price .pbox .ico3 {
  position: absolute;
  width: 0.95rem;
  height: 1.35rem;
  overflow: hidden;
  right: 0;
  top: 35%;
}
.price .pbox .ico4 {
  position: absolute;
  width: 1.71rem;
  height: 1.35rem;
  overflow: hidden;
  left: 0;
  top: 35%;
}
.price .pbox .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .price .pbox .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price .pbox .box {
    width: 90%;
  }
}
.price .pbox .box .title {
  width: 100%;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.price .pbox .box .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.price .pbox .box .list .item {
  width: 23.35%;
  margin-right: 2.2%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
  transition: all ease-in 0.3s;
  position: relative;
  top: 0;
}
.price .pbox .box .list .item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .price .pbox .box .list .item {
    width: 32%;
    margin-right: 2%;
  }
  .price .pbox .box .list .item:nth-child(4n) {
    margin-right: 2%;
  }
  .price .pbox .box .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .price .pbox .box .list .item {
    width: 100%;
    margin-right: 0;
  }
  .price .pbox .box .list .item:nth-child(4n) {
    margin-right: 0;
  }
}
.price .pbox .box .list .item .tboxs{
  width: 100%;
  padding: 0 0.3rem;
}


.price .pbox .box .list .item .tb1 {
  width: 100%;
  padding: 0.4rem 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.price .pbox .box .list .item .tb1 .t1 {
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .price .pbox .box .list .item .tb1 .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .price .pbox .box .list .item .tb1 .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .price .pbox .box .list .item .tb1 .t1 {
    font-size: 16px;
  }
}
.price .pbox .box .list .item .tb1 .icon {
  width: 0.68rem;
  height: 0.68rem;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}
.price .pbox .box .list .item .tb1 .icon img {
  width: 100%;
  height: 100%;
}
.price .pbox .box .list .item .tbs {
  width: 100%;
  padding: 0.2rem 0 0.37rem;
  min-height: 3.1rem;
}
.price .pbox .box .list .item .tbs .tb2 {
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ccc;
}
.price .pbox .box .list .item .tbs .tb2 .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
@media (max-width: 1366px) {
  .price .pbox .box .list .item .tbs .tb2 .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.price .pbox .box .list .item .tbs .tb3 {
  width: 100%;
  min-height: 138px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
@media (max-width:1366px) {
  .price .pbox .box .list .item .tbs .tb3{
    min-height: 102px;
  }
}
.price .pbox .box .list .item .tbs .tb4{
  width: 100%;
}
.price .pbox .box .list .item .tbs .tb3 .t1,
.price .pbox .box .list .item .tbs .tb4 .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .price .pbox .box .list .item .tbs .tb3 .t1,
  .price .pbox .box .list .item .tbs .tb4 .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.price .pbox .box .list .item .tbs .tb3 .t1 span,
.price .pbox .box .list .item .tbs .tb4 .t1 span {
  width: 35%;
  height: 1px;
  background: #000000;
  opacity: 0.2;
}
.price .pbox .box .list .item .tbs .tb3 .t2,
.price .pbox .box .list .item .tbs .tb4 .t2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 0.1rem;
}
@media (max-width: 1366px) {
  .price .pbox .box .list .item .tbs .tb3 .t2,
  .price .pbox .box .list .item .tbs .tb4 .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.price .pbox .box .list .item .tbs .tb3 .t2 .s1,
.price .pbox .box .list .item .tbs .tb4 .t2 .s1 {
  display: flex;
  align-items: center;
}
.price .pbox .box .list .item .tbs .tb3 .t2 .s1 span,
.price .pbox .box .list .item .tbs .tb4 .t2 .s1 span {
  width: 16px;
  height: 16px;
  background: #004EA2;
  border-radius: 50%;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1366px) {
  .price .pbox .box .list .item .tbs .tb3 .t2 .s1 span,
  .price .pbox .box .list .item .tbs .tb4 .t2 .s1 span {
    font-size: 14px;
    line-height: 24px;
  }
}
.price .pbox .box .list .item .tbs .tb3 .t2 .s1 span .txt,
.price .pbox .box .list .item .tbs .tb4 .t2 .s1 span .txt {
  position: absolute;
  background: #004ea2;
  width: 2.66rem;
  padding: 0.16rem 0.28rem;
  border-radius: 0.2rem;
  z-index: 2;
  font-size: 16px;
  line-height: 24px;
  top: calc(100% + 0.12rem);
  display: none;
}
.price .pbox .box .list .item .tbs .tb3 .t2 .s1 span .txt a,
.price .pbox .box .list .item .tbs .tb4 .t2 .s1 span .txt a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 0.08rem;
}
.price .pbox .box .list .item .tbs .tb3 .t2 .s1 span .txt::after,
.price .pbox .box .list .item .tbs .tb4 .t2 .s1 span .txt::after {
  content: '';
  width: 0.19rem;
  height: 0.16rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.12rem;
  background: url(../images/icon29.png) center center no-repeat;
  background-size: 100%;
}
.price .pbox .box .list .item .tbs .tb3 .t2 .s1 span:hover .txt,
.price .pbox .box .list .item .tbs .tb4 .t2 .s1 span:hover .txt {
  display: block;
}
.price .pbox .box .list .item .more {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #004ea2;
  background: rgba(153, 153, 153, 0.1);
  transition: all ease-in 0.3s;
  border-radius: 0 0 0.15rem 0.15rem;
}
@media (max-width: 1366px) {
  .price .pbox .box .list .item .more {
    font-size: 14px;
  }
}
.price .pbox .box .list .item .more img {
  width: 0.17rem;
  height: 0.08rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.price .pbox .box .list .item .more img:last-child {
  display: none;
}
.price .pbox .box .list .item:hover {
  top: -0.1rem;
  border: 1px solid #004EA2;
  box-shadow: 0px 0.2rem 0.3rem 0px rgba(0, 77, 255, 0.2);
}
.price .pbox .box .list .item:hover .more {
  background: #004EA2;
  color: #fff;
}
.price .pbox .box .list .item:hover .more img:first-child {
  display: none;
}
.price .pbox .box .list .item:hover .more img:last-child {
  display: block;
}
.price .pbox .box .list-more {
  width: 100%;
  height: 0.6rem;
  background: rgba(0, 77, 255, 0);
  border: 1px solid #004ea2;
  border-radius: 0.3rem;
  margin-top: 0.3rem;
  font-size: 16px;
  color: #004EA2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.3s;
}
@media (max-width: 1366px) {
  .price .pbox .box .list-more {
    font-size: 14px;
  }
}
.price .pbox .box .list-more img {
  width: 0.17rem;
  height: 0.08rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.price .pbox .box .list-more img:last-child {
  display: none;
}
.price .pbox .box .list-more:hover {
  background: #004EA2;
  color: #fff;
}
.price .pbox .box .list-more:hover img:first-child {
  display: none;
}
.price .pbox .box .list-more:hover img:last-child {
  display: block;
}
.price-info {
  width: 100%;
}
.price-info .pi-banner {
  width: 100%;
  position: relative;
}
.price-info .pi-banner .img {
  width: 100%;
  height: 7.1rem;
}
.price-info .pi-banner .img img {
  width: 100%;
  height: 100%;
}
.price-info .pi-banner .box {
  width: 73%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .price-info .pi-banner .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price-info .pi-banner .box {
    width: 90%;
  }
}
.price-info .pi-banner .box .Breadcrumbs {
  color: #fff;
}
.price-info .pi-banner .box .Breadcrumbs a {
  color: #fff;
}
.price-info .pi-banner .box .Breadcrumbs span {
  color: #fff;
}
.price-info .pi-banner .box .tbox {
  width: 100%;
  padding-top: 0.8rem;
}
.price-info .pi-banner .box .tbox .t1 {
  font-size: 0.46rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-info .pi-banner .box .tbox .t1 img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.price-info .pi-banner .box .tbox .icon {
  width: 0.85rem;
  height: 0.85rem;
  margin: 0.53rem auto 0;
  display: flex;
}
.price-info .pi-banner .box .tbox .t2 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-top: 0.15rem;
}
@media (max-width: 1440px) {
  .price-info .pi-banner .box .tbox .t2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .price-info .pi-banner .box .tbox .t2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1220px) {
  .price-info .pi-banner .box .tbox .t2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .price-info .pi-banner .box .tbox .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.price-info .pi-banner .box .tbox .t3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .price-info .pi-banner .box .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.price-info .pi-banner .box .tbox .search-box {
  width: 85.7%;
  height: 1.2rem;
  background: #fff;
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
  margin: 0.3rem auto 0;
}
.price-info .pi-banner .box .tbox .search-box .txt {
  width: 100%;
  height: 100%;
  padding-left: 0.65rem;
  font-size: 22px;
  color: #666666;
  display: flex;
}
.price-info .pi-banner .box .tbox .search-box .txt::placeholder {
  color: #666;
}
@media (max-width: 1440px) {
  .price-info .pi-banner .box .tbox .search-box .txt {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .price-info .pi-banner .box .tbox .search-box .txt {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .price-info .pi-banner .box .tbox .search-box .txt {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .price-info .pi-banner .box .tbox .search-box .txt {
    font-size: 14px;
  }
}
.price-info .pi-banner .box .tbox .search-box .btn {
  width: 2.36rem;
  height: 0.9rem;
  background: #004EA2 url(../images/icon20.png) center center no-repeat;
  background-size: 0.3rem;
  border-radius: 0.45rem;
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .price-info .pi-banner .box .tbox .search-box .btn {
    width: 0.9rem;
  }
}
.price-info .pi-banner .box .tbox .search-box .btn:hover {
  background: #0a2f56 url(../images/icon20.png) center center no-repeat;
  background-size: 0.3rem;
}
.price-info .pibox1 {
  width: 100%;
  position: relative;
  background: #f2f4f5;
  padding: 1.4rem 0 1.57rem;
}
.price-info .pibox1 .ico1 {
  width: 1.05rem;
  height: 1.8rem;
  position: absolute;
  right: 0.06rem;
  top: 0;
  display: flex;
}
.price-info .pibox1 .box {
  width: 73%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .price-info .pibox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price-info .pibox1 .box {
    width: 90%;
  }
}
.price-info .pibox1 .box .left {
  width: 3.34rem;
  height: 3.34rem;
  position: relative;
  margin-right: 1.87rem;
}
@media (max-width: 500px) {
  .price-info .pibox1 .box .left {
    margin: 0 auto;
  }
}
.price-info .pibox1 .box .left .lbg {
  width: 100%;
  height: 100%;
  position: relative;
}
.price-info .pibox1 .box .left .lbg .lbgb {
  width: 100%;
  height: 100%;
  background: #004EA2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in 0.3s;
}
.price-info .pibox1 .box .left .lbg .lbgb.lbg1 {
  background: #004ea2;
  z-index: 2;
}
.price-info .pibox1 .box .left .lbg .lbgb.lbg2 {
  /* opacity: 0; */
  top: 0;
  left: 0;
  background: #0c3668;
}
.price-info .pibox1 .box .left .c-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.price-info .pibox1 .box .left .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.price-info .pibox1 .box .left .tbox .t1 {
  width: 100%;
  font-size: 0.4rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.price-info .pibox1 .box .left .tbox .t1 span {
  font-size: 0.3rem;
}
.price-info .pibox1 .box .left .tbox a {
  width: 1.82rem;
  height: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 78, 162, 0.2);
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.34rem auto 0;
  font-size: 16px;
  color: #004EA2;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .price-info .pibox1 .box .left .tbox a {
    font-size: 14px;
  }
}
.price-info .pibox1 .box .left .tbox a img {
  width: 0.17rem;
  margin-left: 0.2rem;
  transition: all ease-in 0.3s;
}
.price-info .pibox1 .box .left .tbox a img:last-child {
  display: none;
}
.price-info .pibox1 .box .left:hover .lbg .lbgb {
  opacity: 1;
}
.price-info .pibox1 .box .left:hover .lbg .lbgb.lbg2 {
  top: -0.3rem;
  left: 0.3rem;
}
.price-info .pibox1 .box .left:hover a {
  /* color: #fff; */
  /* background: #004EA2; */
}
.price-info .pibox1 .box .left:hover a img:first-child {
  /* display: none; */
  margin-left: 0.3rem;
}
.price-info .pibox1 .box .left:hover a img:last-child {
  /* display: block; */
}
.price-info .pibox1 .box .right {
  width: 5.2rem;
}
@media (max-width:768px) {
  .price-info .pibox1 .box .right{
    margin-top: 0.3rem;
  }
}
@media (max-width: 500px) {
  .price-info .pibox1 .box .right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.price-info .pibox1 .box .right .t1 {
  width: 100%;
  font-size: 0.46rem;
  color: #333;
  line-height: 1;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #c2c3c4;
}
.price-info .pibox1 .box .right .t2 {
  width: 100%;
  margin-top: 0.3rem;
}
.price-info .pibox1 .box .right .t2 .ts {
  width: 100%;
  display: flex;
  font-size: 22px;
  color: #666;
  line-height: 40px;
}
@media (max-width: 1440px) {
  .price-info .pibox1 .box .right .t2 .ts {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .price-info .pibox1 .box .right .t2 .ts {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .price-info .pibox1 .box .right .t2 .ts {
    font-size: 16px;
    line-height: 32px;
  }
}
.price-info .pibox1 .box .right .t2 .ts .ts1 {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
}
.price-info .pibox1 .box .right .t2 .ts .ts1 img {
  width: 0.1rem;
  margin-right: 0.18rem;
}
.price-info .pibox1 .box .right .t2 .ts .ts1 span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #004ea2;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 0.1rem;
  cursor: pointer;
}
.price-info .pibox1 .box .right .t2 .ts .ts1 span .txt {
  position: absolute;
  background: #004ea2;
  width: 2.66rem;
  padding: 0.16rem 0.28rem;
  border-radius: 0.2rem;
  z-index: 2;
  font-size: 16px;
  line-height: 24px;
  top: calc(100% + 0.12rem);
  display: none;
}
@media (max-width: 1440px) {
  .price-info .pibox1 .box .right .t2 .ts .ts1 span .txt {
    font-size: 14px;
  }
}
.price-info .pibox1 .box .right .t2 .ts .ts1 span .txt a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 0.08rem;
}
.price-info .pibox1 .box .right .t2 .ts .ts1 span .txt::after {
  content: '';
  width: 0.19rem;
  height: 0.16rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.12rem;
  background: url(../images/icon29.png) center center no-repeat;
  background-size: 100%;
}
.price-info .pibox1 .box .right .t2 .ts .ts1 span:hover .txt {
  display: block;
}
.price-info .pibox2 {
  width: 100%;
  position: relative;
  padding: 1.4rem 0 1.56rem;
}
.price-info .pibox2 .ico1 {
  width: 1.35rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 2.85rem;
  display: flex;
}
.price-info .pibox2 .ico1 img {
  width: 100%;
}
.price-info .pibox2 .box {
  width: 73%;
  margin: auto;
}
@media (max-width: 1600px) {
  .price-info .pibox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price-info .pibox2 .box {
    width: 90%;
  }
}
.price-info .pibox2 .box .t1 {
  font-size: 0.46rem;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.price-info .pibox2 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1.15rem;
}
.price-info .pibox2 .box .list .item {
  width: 27.14%;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 2px solid #004EA2;
  border-radius: 0.5rem;
  padding: 0.83rem 0.54rem 0.81rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .price-info .pibox2 .box .list .item {
    padding: 0.83rem 0.3rem 0.81rem;
  }
}
@media (max-width: 500px) {
  .price-info .pibox2 .box .list .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.price-info .pibox2 .box .list .item .icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  background: #f6f6fe;
  transition: all ease-in 0.3s;
}
.price-info .pibox2 .box .list .item .icon img {
  width: 100%;
}
.price-info .pibox2 .box .list .item .icon img:last-child {
  display: none;
}
.price-info .pibox2 .box .list .item .t1 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.44rem;
  text-align: center;
  margin-top: 0.33rem;
  transition: all ease-in 0.3s;
}
.price-info .pibox2 .box .list .item .t2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 90px;
  text-align: center;
  margin-top: 0.2rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .price-info .pibox2 .box .list .item .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.price-info .pibox2 .box .list .item .more {
  width: 1.82rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #004EA2;
  margin: 0.48rem auto 0;
  border: 1px solid #004ea2;
  transition: all ease-in 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .price-info .pibox2 .box .list .item .more {
    font-size: 14px;
  }
}
.price-info .pibox2 .box .list .item .more img {
  width: 0.17rem;
  margin-left: 0.2rem;
}
.price-info .pibox2 .box .list .item .img {
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  position: absolute;
  bottom: -0.68rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in 0.3s;
}
.price-info .pibox2 .box .list .item .img img {
  width: 100%;
}
.price-info .pibox2 .box .list .item .img img:last-child {
  display: none;
}
.price-info .pibox2 .box .list .item:hover {
  width: 30.07%;
  background: #004ea2;
  padding: 1.16rem 0.79rem 1.19rem;
  margin-top: -0.56rem;
  margin-bottom: -0.16rem;
}
@media (max-width: 768px) {
  .price-info .pibox2 .box .list .item:hover {
    padding: 0.83rem 0.3rem 0.81rem;
  }
}
.price-info .pibox2 .box .list .item:hover .icon {
  background: #195fab;
}
.price-info .pibox2 .box .list .item:hover .icon img:first-child {
  display: none;
}
.price-info .pibox2 .box .list .item:hover .icon img:last-child {
  display: block;
}
.price-info .pibox2 .box .list .item:hover .t1 {
  color: #fff;
}
.price-info .pibox2 .box .list .item:hover .t2 {
  color: #fff;
}
.price-info .pibox2 .box .list .item:hover .more {
  background: #fff;
}
.price-info .pibox2 .box .list .item:hover .img {
  bottom: -0.29rem;
}
.price-info .pibox2 .box .list .item:hover .img img:first-child {
  display: none;
}
.price-info .pibox2 .box .list .item:hover .img img:last-child {
  display: block;
}
.price-info .pibox3 {
  width: 100%;
  background: #F2F4F5;
  padding: 1.4rem 0 1.1rem;
  position: relative;
}
.price-info .pibox3 .ico1 {
  width: 1.35rem;
  height: 1.8rem;
  position: absolute;
  right: 0;
  top: 1.15rem;
  display: flex;
}
.price-info .pibox3 .ico1 img {
  width: 100%;
}
.price-info .pibox3 .box {
  width: 73%;
  margin: auto;
}
@media (max-width: 1600px) {
  .price-info .pibox3 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price-info .pibox3 .box {
    width: 90%;
  }
}
.price-info .pibox3 .box .title {
  font-size: 0.46rem;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.price-info .pibox3 .box .list {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-info .pibox3 .box .list .item {
  width: 48.5%;
  height: 2.4rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0.5rem 0.6rem 0 0.5rem;
  margin-bottom: 0.4rem;
  position: relative;
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .price-info .pibox3 .box .list .item {
    width: 100%;
    height: 2.8rem;
    padding: 0.5rem 0.3rem 0 0.5rem;
  }
}
.price-info .pibox3 .box .list .item .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
}
.price-info .pibox3 .box .list .item .icon img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.price-info .pibox3 .box .list .item .icon img:last-child {
  display: none;
}
.price-info .pibox3 .box .list .item .tbox {
  width: calc(100% - 0.9rem);
}
.price-info .pibox3 .box .list .item .tbox .t1 {
  font-size: 22px;
  color: #333;
  line-height: 36px;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .price-info .pibox3 .box .list .item .tbox .t1 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .price-info .pibox3 .box .list .item .tbox .t1 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1220px) {
  .price-info .pibox3 .box .list .item .tbox .t1 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .price-info .pibox3 .box .list .item .tbox .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.price-info .pibox3 .box .list .item .tbox .t2 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  margin-top: 0.23rem;
  color: #666;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .price-info .pibox3 .box .list .item .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.price-info .pibox3 .box .list .item .num {
  height: 1rem;
  font-size: 2.14rem;
  font-weight: 500;
  color: #004EA2;
  line-height: 1.6rem;
  opacity: 0.05;
  position: absolute;
  right: 0.54rem;
  bottom: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
}
.price-info .pibox3 .box .list .item:hover {
  background: #004ea2;
}
.price-info .pibox3 .box .list .item:hover .icon img:first-child {
  display: none;
}
.price-info .pibox3 .box .list .item:hover .icon img:last-child {
  display: block;
}
.price-info .pibox3 .box .list .item:hover .tbox .t1 {
  color: #fff;
}
.price-info .pibox3 .box .list .item:hover .tbox .t2 {
  color: rgba(255, 255, 255, 0.7);
}
.price-info .pibox3 .box .list .item:hover .num {
  color: rgba(255, 255, 255, 0.5);
}
.price-info .pibox4 {
  width: 100%;
  position: relative;
  padding: 1.39rem 0 1.4rem;
}
.price-info .pibox4 .ico1 {
  width: 1.35rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
  display: flex;
}
.price-info .pibox4 .ico1 img {
  width: 100%;
}
.price-info .pibox4 .ico2 {
  width: 1.35rem;
  height: 1.8rem;
  position: absolute;
  right: 0;
  bottom: 0.24rem;
  display: flex;
}
.price-info .pibox4 .ico2 img {
  width: 100%;
}
.price-info .pibox4 .box {
  width: 73%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .price-info .pibox4 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .price-info .pibox4 .box {
    width: 90%;
  }
}
.price-info .pibox4 .box .title {
  font-size: 0.46rem;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.price-info .pibox4 .box .txt {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 0.14rem;
  text-align: center;
}
@media (max-width: 1366px) {
  .price-info .pibox4 .box .txt {
    font-size: 14px;
  }
}
.price-info .pibox4 .box form {
  width: 100%;
  margin-top: 0.6rem;
}
.price-info .pibox4 .box form select {
  width: 100%;
  height: 0.6rem;
  background: #FFFFFF url(../images/picon13.png) 98% center no-repeat;
  background-size: 0.14rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.1rem;
  font-size: 16px;
  color: #999999;
  padding-left: 0.2rem;
  display: flex;
  margin-bottom: 0.3rem;
}
@media (max-width: 1366px) {
  .price-info .pibox4 .box form select {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .price-info .pibox4 .box form select {
    background: #FFFFFF url(../images/picon13.png) 95% center no-repeat;
    background-size: 0.14rem;
  }
}
.price-info .pibox4 .box form .tp {
  width: 100%;
  position: relative;
}
.price-info .pibox4 .box form .tp .t1 {
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  display: flex;
  height: 0.6rem;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1366px) {
  .price-info .pibox4 .box form .tp .t1 {
    font-size: 14px;
  }
}
.price-info .pibox4 .box form .tp span {
  position: absolute;
  font-size: 21px;
  font-weight: bold;
  color: #DA251D;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.price-info .pibox4 .box form .tp .t2 {
  width: 100%;
  height: 2.08rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  padding: 0.1rem 0.2rem;
  resize: none;
}
@media (max-width: 1366px) {
  .price-info .pibox4 .box form .tp .t2 {
    font-size: 14px;
  }
}
.price-info .pibox4 .box form .sub {
  width: 100%;
  height: 0.6rem;
  background: #174186;
  border-radius: 0.3rem;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0.49rem;
}
@media (max-width: 1440px) {
  .price-info .pibox4 .box form .sub {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .price-info .pibox4 .box form .sub {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .price-info .pibox4 .box form .sub {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .price-info .pibox4 .box form .sub {
    font-size: 14px;
  }
}
.ibox4-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.ibox4-tc .box {
  width: 52%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #Fff;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 0.66rem;
}
@media (max-width: 768px) {
  .ibox4-tc .box {
    width: 90%;
  }
}
.ibox4-tc .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.18rem;
  height: 0.17rem;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.ibox4-tc .box .close img {
  width: 100%;
}
.ibox4-tc .box .top {
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 0.2rem;
}
.ibox4-tc .box .top .t1 {
  width: 100%;
  font-size: 0.34rem;
  font-weight: bold;
  color: #F3F3F3;
  line-height: 0.44rem;
  text-align: center;
}
.ibox4-tc .box .top .t2 {
  width: 100%;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1440px) {
  .ibox4-tc .box .top .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .ibox4-tc .box .top .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .ibox4-tc .box .top .t2 {
    font-size: 12px;
  }
}
.ibox4-tc .box .tbox {
  width: 100%;
  padding: 0.2rem 1.71rem 0;
}
@media (max-width: 500px) {
  .ibox4-tc .box .tbox {
    padding: 0.2rem 0.31rem 0;
  }
}
.ibox4-tc .box .tbox .txt {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.1rem;
  font-size: 16px;
  color: #666;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
  display: flex;
}
.ibox4-tc .box .tbox .txt::placeholder {
  color: #999;
}
@media (max-width: 1440px) {
  .ibox4-tc .box .tbox .txt {
    font-size: 14px;
  }
}
.ibox4-tc .box .tbox .txt2 {
  width: 100%;
  height: 1.48rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.1rem;
  font-size: 16px;
  color: #666;
  padding: 0.1rem 0.2rem;
  display: flex;
  resize: none;
}
.ibox4-tc .box .tbox .txt2::placeholder {
  color: #999;
}
@media (max-width: 1440px) {
  .ibox4-tc .box .tbox .txt2 {
    font-size: 14px;
  }
}
.ibox4-tc .box .tbox .sub {
  width: 100%;
  height: 0.6rem;
  background: #004EA2;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 77, 255, 0.2);
  border-radius: 0.3rem;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0.3rem;
  transition: all ease-in 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 1440px) {
  .ibox4-tc .box .tbox .sub {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibox4-tc .box .tbox .sub {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .ibox4-tc .box .tbox .sub {
    font-size: 14px;
  }
}
.ibox4-tc .box .tbox .sub:hover {
  background: #0a2f56;
}
.ibox4-tc .box .tbox .tips {
  width: 100%;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin-top: 0.2rem;
}
@media (max-width: 1440px) {
  .ibox4-tc .box .tbox .tips {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .ibox4-tc .box .tbox .tips {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox4-tc .box .tbox .tips span {
  display: inline-block;
  border-bottom: 1px solid #666;
}
.ibox4-tc .box .tbox .tips a {
  color: #004EA2;
  border: 1px solid #004EA2;
  padding: 0 0.1rem;
  margin-left: 0.4rem;
}
.map {
  width: 100%;
  background: #f2f4f5;
  padding: 0.6rem 0 1.4rem;
}
.map .box {
  width: 73%;
  margin: auto;
  padding: 0.54rem 0.6rem 1.35rem;
  background: #fff;
}
@media (max-width: 1600px) {
  .map .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .map .box {
    width: 90%;
  }
}
.map .box .tbox {
  width: 100%;
  margin-bottom: 0.6rem;
}
.map .box .tbox:last-child {
  margin-bottom: 0;
}
.map .box .tbox .t1 {
  font-size: 22px;
  color: #004ea2;
  line-height: 32px;
}
.map .box .tbox .ts {
  border-top: 1px solid #ccc;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.05rem;
  padding-top: 0.2rem;
}
.map .box .tbox .ts a {
  font-size: 16px;
  color: #666;
  transition: all ease-in 0.3s;
  margin-right: 0.6rem;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .map .box .tbox .ts a {
    font-size: 14px;
    line-height: 24px;
  }
}
.map .box .tbox .ts a:hover {
  color: #195fab;
}


/* // 分享样式调整 */
.bshare-custom{
    display: flex;
}
.bsTop{
    width: 100%!important;
}
.bsFrameDiv div{
        width: 100%!important;
        height: 100%!important;
        display: flex!important;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
}
.bsFrameDiv div img{
  margin: auto!important;
}


/* 搜索结果页面 */
.searchEnd {
  width: 100%;
  background: #f2f4f5;
  padding: 1rem 0 1.2rem;
}
.searchEnd .box {
  width: 73%;
  margin: auto;
}
@media (max-width: 1600px) {
  .searchEnd .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .searchEnd .box {
    width: 90%;
  }
}
.searchEnd .box .top {
  width: 100%;
}
.searchEnd .box .top .t1 {
  font-size: 0.34rem;
  line-height: 0.4rem;
  color: #333;
}
.searchEnd .box .top .t2 {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  margin-top: 0.15rem;
}
.searchEnd .box .top .t2 span {
  color: #004ea2;
}
@media (max-width: 1600px) {
  .searchEnd .box .top .t2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .searchEnd .box .top .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .searchEnd .box .top .t2 {
    font-size: 14px;
  }
}
.searchEnd .box .list {
  width: 100%;
  margin-top: 0.7rem;
  margin-bottom: 0.6rem;
}
.searchEnd .box .list ul li {
  width: 100%;
  background: #fff;
  margin-bottom: 0.32rem;
  transition: all ease-in 0.5s;
}
.searchEnd .box .list ul li:last-child {
  margin-bottom: 0;
}
.searchEnd .box .list ul li a {
  display: block;
  width: 100%;
  padding: 0.26rem 0.6rem;
}
.searchEnd .box .list ul li a .t1 {
  font-size: 20px;
  line-height: 40px;
  color: #333;
  transition: all ease-in 0.5s;
}
@media (max-width: 1600px) {
  .searchEnd .box .list ul li a .t1 {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 1440px) {
  .searchEnd .box .list ul li a .t1 {
    font-size: 16px;
    line-height: 24px;
  }
}
.searchEnd .box .list ul li a .t2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  color: #666;
  transition: all ease-in 0.5s;
}
.searchEnd .box .list ul li:hover {
  background: #014fa2;
}
.searchEnd .box .list ul li:hover a .t1 {
  color: #fff;
}
.searchEnd .box .list ul li:hover a .t2 {
  color: #fff;
}