@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 54px;
  }
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
.index {
  width: 100%;
}
.index .ibanner {
  position: relative;
  height: 100vh;
}
@media (max-width: 500px) {
  .index .ibanner {
    height: 90vh;
  }
}
.index .ibanner .page-title {
  position: absolute;
  left: 0;
  top: 0.77rem;
  width: 2.44rem;
  background: #073061;
  z-index: 9;
  padding: 0.65rem 0 0.4rem 0.65rem;
}
@media (max-width: 1220px) {
  .index .ibanner .page-title {
    padding: 0.65rem 0 0.4rem 0.5rem;
  }
}
@media (max-width: 500px) {
  .index .ibanner .page-title {
    top: 0;
    padding: 0.65rem 0 0.4rem 0.4rem;
  }
}
.index .ibanner .page-title .icon {
  width: 0.99rem;
  height: 0.99rem;
}
@media (max-width: 1220px) {
  .index .ibanner .page-title .icon {
    margin-left: 0.1rem;
  }
}
@media (max-width: 500px) {
  .index .ibanner .page-title .icon {
    margin-left: 0.2rem;
  }
}
.index .ibanner .page-title .icon img {
  width: 100%;
}
.index .ibanner .page-title .txt {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 34px;
  margin-top: 0.33rem;
  letter-spacing: 8px;
}
@media (max-width: 1440px) {
  .index .ibanner .page-title .txt {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .index .ibanner .page-title .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1220px) {
  .index .ibanner .page-title .txt {
    font-size: 14px;
    line-height: 22px;
  }
}
.index .ibanner .page-title .txt-en {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.52);
  line-height: 20px;
  margin-top: 0.46rem;
  text-transform: uppercase;
}
.index .ibanner .banner {
  width: 85%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 500px) {
  .index .ibanner .banner {
    width: 100%;
  }
}
.index .ibanner .banner .swiper-container {
  width: 100%;
  height: 100%;
}
@media (max-width:500px) {
  .index .ibanner .banner .swiper-container {
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 60px;
  }
}
.index .ibanner .banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .ibanner .banner .swiper-container .swiper-slide .pc-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.index .ibanner .banner .swiper-container .swiper-slide .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05, 1.05);
}
.index .ibanner .banner .swiper-container .swiper-slide .pc-img img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .index .ibanner .banner .swiper-container .swiper-slide .pc-img {
    display: none;
  }
}
.index .ibanner .banner .swiper-container .swiper-slide .sj-img {
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 768px) {
  .index .ibanner .banner .swiper-container .swiper-slide .sj-img {
    display: block;
  }
}
.index .ibanner .banner .swiper-container .swiper-slide .sj-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40%;
  transform: scale(1.05, 1.05);
}
.index .ibanner .banner .swiper-container .swiper-slide .sj-img img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index .ibanner .banner .swiper-container .swiper-slide.swiper-slide-active img,
.index .ibanner .banner .swiper-container .swiper-slide.swiper-slide-duplicate-active img {
  transition: 5s linear;
  transform: scale(1, 1);
}
@keyframes scale {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes scale {
  /* Safari 与 Chrome */
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.index .ibanner .banner .pagination {
  width: 4.3rem;
  height: 1.24rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .index .ibanner .banner .pagination {
    width: 100%;
  }
}
.index .ibanner .banner .pagination .banner-num {
  margin: 0 0.4rem;
  font-size: 18px;
  font-weight: bold;
  color: #506E8F;
}
.index .ibanner .banner .pagination .banner-num span {
  font-size: 14px;
  margin: 0 0.2rem;
}
.index .ibanner .banner .pagination .button-prev,
.index .ibanner .banner .pagination .button-next {
  width: 24px;
  height: 10px;
  display: flex;
  cursor: pointer;
}
.index .ibanner .banner .pagination .button-prev img,
.index .ibanner .banner .pagination .button-next img {
  width: 100%;
}
.index .ibanner .banner .tbox {
  position: absolute;
  right: 1.52rem;
  top: 51.7%;
  width: 40%;
  height: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
@media (max-width: 768px) {
  .index .ibanner .banner .tbox {
    width: 70%;
    height: auto;
    top: 60%;
    right: 0;
  }
}
@media (max-width: 500px) {
  .index .ibanner .banner .tbox {
    
  }
}
.index .ibanner .banner .tbox .txt {
  font-size: 0.24rem;
  color: #073061;
  line-height: 0.42rem;
  padding: 0.22rem 0.3rem;
}
@media (max-width: 500px) {
  .index .ibanner .banner .tbox .txt {
    padding: 0.22rem 0.2rem;
  }
}
.index .index-about {
  width: 100%;
  padding: 1.86rem 0 1.54rem;
}
@media (max-width: 768px) {
  .index .index-about {
    padding: 1.86rem 0 1rem;
  }
}
.index .index-about .box {
  width: 85%;
  margin: auto;
}
.index .index-about .box .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index .index-about .box .top .img {
  position: relative;
  width: 55.67%;
  height: 6.09rem;
}
@media (max-width: 768px) {
  .index .index-about .box .top .img {
    width: 100%;
    height: 6.6rem;
  }
}
@media (max-width: 500px) {
  .index .index-about .box .top .img {
    height: 4rem;
  }
}
.index .index-about .box .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.index .index-about .box .top .img::after {
  content: '';
  position: absolute;
  top: -0.84rem;
  right: -0.44rem;
  width: 83.5%;
  height: 7.31rem;
  background: url(../images/bg_dot.gif) left top repeat;
}
.index .index-about .box .top .tbox {
  width: 34%;
  margin-right: 0.2rem;
}
@media (max-width: 768px) {
  .index .index-about .box .top .tbox {
    width: 100%;
    margin-top: 0.5rem;
    margin-right: 0;
  }
}
.index .index-about .box .top .tbox .t1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  letter-spacing: 3px;
  padding-bottom: 0.09rem;
  border-bottom: 2px solid #073061;
  display: table;
}
@media (max-width: 1440px) {
  .index .index-about .box .top .tbox .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.index .index-about .box .top .tbox .t2 {
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.52rem;
  margin-top: 0.52rem;
  letter-spacing: 5px;
}
@media (max-width:500px) {
  .index .index-about .box .top .tbox .t2{
    font-weight: bold;
  }
}
.index .index-about .box .top .tbox .txt {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
  margin-top: 0.23rem;
}
@media (max-width: 1600px) {
  .index .index-about .box .top .tbox .txt {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .index .index-about .box .top .tbox .txt {
    line-height: 24px;
  }
}
.index .index-about .box .top .tbox .more {
  width: 152px;
  height: 42px;
  position: relative;
  display: flex;
  margin-top: 0.4rem;
}
.index .index-about .box .top .tbox .more .ts {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #073061;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.2s;
}
.index .index-about .box .top .tbox .more::after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #073061;
  transition: all ease-in 0.2s;
}
@media (min-width: 1025px) {
  .index .index-about .box .top .tbox .more:hover .ts {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  .index .index-about .box .top .tbox .more:hover::after {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
  }
}

.index .index-about .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .index .index-about .box .list {
    margin-top: 1rem;
  }
}
.index .index-about .box .list .item {
  width: 31.3%;
  height: 2.45rem;
  position: relative;
}
@media (max-width: 1024px) {
  .index .index-about .box .list .item {
    height: 3rem;
  }
}
@media (max-width: 768px) {
  .index .index-about .box .list .item {
    height: 3.2rem;
  }
}
@media (max-width: 500px) {
  .index .index-about .box .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.index .index-about .box .list .item::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #073061;
  transition: all ease-in 0.3s;
}
.index .index-about .box .list .item .tbox {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #073061;
  padding: 0.44rem 0.4rem;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.3s;
}
.index .index-about .box .list .item .t1 {
  font-size: 24px;
  font-weight: 600;
  color: #073061;
  line-height: 30px;
  padding-left: 0.15rem;
  position: relative;
}
@media (max-width: 1600px) {
  .index .index-about .box .list .item .t1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .index .index-about .box .list .item .t1 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .index .index-about .box .list .item .t1 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1220px) {
  .index .index-about .box .list .item .t1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.index .index-about .box .list .item .t1::after {
  width: 4px;
  height: 32px;
  background: #073061;
  content: '';
  position: absolute;
  left: 0;
  top: -0.01rem;
  transition: all ease 0.3s;
}
@media (max-width: 1600px) {
  .index .index-about .box .list .item .t1::after {
    height: 26px;
  }
}
@media (max-width: 1440px) {
  .index .index-about .box .list .item .t1::after {
    height: 24px;
  }
}
@media (max-width: 1366px) {
  .index .index-about .box .list .item .t1::after {
    height: 22px;
  }
}
@media (max-width: 1220px) {
  .index .index-about .box .list .item .t1::after {
    height: 20px;
  }
}
.index .index-about .box .list .item .t2 {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-top: 0.68rem;
}
@media (max-width: 1600px) {
  .index .index-about .box .list .item .t2 {
    line-height: 24px;
    margin-top: 0.4rem;
  }
}
@media (max-width: 1440px) {
  .index .index-about .box .list .item .t2 {
    line-height: 20px;
    margin-top: 0.3rem;
  }
}
.index .index-about .box .list .item .icon1 {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
}
.index .index-about .box .list .item .icon1 img {
  width: 100%;
}
.index .index-about .box .list .item .arrow {
  position: absolute;
  width: 24px;
  height: 10px;
  right: 0.5rem;
  bottom: 0.5rem;
  transition: all ease-in 0.3s;
  display: flex;
}
@media (max-width: 1440px) {
  .index .index-about .box .list .item .arrow {
    bottom: 0.4rem;
  }
}
@media (max-width: 1366px) {
  .index .index-about .box .list .item .arrow {
    bottom: 0.3rem;
  }
}
.index .index-about .box .list .item .arrow img {
  width: 100%;
}
@media (min-width: 1025px) {
  .index .index-about .box .list .item:hover::after {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  .index .index-about .box .list .item:hover .tbox {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  .index .index-about .box .list .item:hover .t1::after {
    width: 5px;
  }
  .index .index-about .box .list .item:hover .arrow {
    right: 0.45rem;
  }
}

.index .index-blog {
  width: 100%;
  background: #F8F8F8;
  padding: 1.25rem 0 1.04rem;
}
.index .index-blog .box {
  width: 73%;
  margin: auto;
}
@media (max-width: 768px) {
  .index .index-blog .box {
    width: 85%;
  }
}
.index .index-blog .box .title {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  border-left: 5px solid #000;
  padding-left: 0.25rem;
}
@media (max-width: 1600px) {
  .index .index-blog .box .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .index .index-blog .box .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .index .index-blog .box .title {
    font-size: 18px;
    line-height: 24px;
  }
}
.index .index-blog .box .list {
  width: 100%;
  margin-top: 0.36rem;
}
.index .index-blog .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index .index-blog .box .list ul li {
  width: 27.6%;
  margin-right: 8.6%;
  margin-bottom: 0.57rem;
  padding-bottom: 0.47rem;
  border-bottom: 1px solid #D2D2D2;
}
@media (max-width: 1600px) {
  .index .index-blog .box .list ul li {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 500px) {
  .index .index-blog .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.index .index-blog .box .list ul li:nth-child(3n) {
  margin-right: 0;
}
.index .index-blog .box .list ul li a {
  width: 100%;
}
.index .index-blog .box .list ul li a .img {
  width: 100%;
  overflow: hidden;
  height: 2.22rem;
}
@media (max-width: 768px) {
  .index .index-blog .box .list ul li a .img {
    height: 1.57rem;
  }
}
@media (max-width: 500px) {
  .index .index-blog .box .list ul li a .img {
    height: 3.1rem;
  }
}
.index .index-blog .box .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.index .index-blog .box .list ul li a .tbox {
  width: 100%;
  margin-top: 0.23rem;
}
.index .index-blog .box .list ul li a .tbox .t1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .index .index-blog .box .list ul li a .tbox .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.index .index-blog .box .list ul li a .tbox .txt {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 6px;
}
@media (max-width: 1600px) {
  .index .index-blog .box .list ul li a .tbox .txt {
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .index .index-blog .box .list ul li a .tbox .txt {
    line-height: 22px;
  }
}
.index .index-blog .box .list ul li a .tbox .ts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.15rem;
}
.index .index-blog .box .list ul li a .tbox .ts .time {
  font-size: 13px;
  color: #666666;
  line-height: 25px;
  margin-right: 0.15rem;
  margin-top: 0.1rem;
}
.index .index-blog .box .list ul li a .tbox .ts .label{
  display: flex;
  flex-wrap: wrap;
}
.index .index-blog .box .list ul li a .tbox .ts .label span {
  width: 77px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #073061;
  font-size: 13px;
  color: #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15rem;
  margin-top: 0.1rem;
}
@media (min-width: 1025px) {
  .index .index-blog .box .list ul li a:hover .img img {
    transform: scale(1.05);
  }
  .index .index-blog .box .list ul li a:hover .tbox .t1 {
    color: #073061;
    text-decoration: underline;
  }
}

.index .index-blog .box .more {
  width: 153px;
  height: 43px;
  margin: auto;
  display: block;
  position: relative;
}
.index .index-blog .box .more .ts {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #073061;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.2s;
  font-size: 14px;
  color: #073061;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .index-blog .box .more::after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #073061;
  transition: all ease-in 0.2s;
}
@media (min-width: 1025px) {
  .index .index-blog .box .more:hover .ts {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  .index .index-blog .box .more:hover::after {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
  }
}

.index .index-service {
  width: 100%;
  padding: 2.23rem 0 1.86rem;
}
.index .index-service .box {
  width: 73%;
  margin: auto;
}
.index .index-service .box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .index .index-service .box .content {
    flex-direction: column-reverse;
  }
}
.index .index-service .box .content .tbox {
  width: 33.57%;
  padding-top: 0.27rem;
}
@media (max-width: 768px) {
  .index .index-service .box .content .tbox {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.index .index-service .box .content .tbox .t1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  letter-spacing: 3px;
  padding-bottom: 0.09rem;
  border-bottom: 2px solid #073061;
  display: table;
}
@media (max-width: 1440px) {
  .index .index-service .box .content .tbox .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.index .index-service .box .content .tbox .t2 {
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.52rem;
  margin-top: 0.58rem;
  letter-spacing: 5px;
}
@media (max-width:500px) {
  .index .index-service .box .content .tbox .t2{
    font-weight: bold;
  }
}
.index .index-service .box .content .tbox .txt {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-top: 0.2rem;
}
@media (max-width: 1440px) {
  .index .index-service .box .content .tbox .txt {
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .index .index-service .box .content .tbox .txt {
    line-height: 24px;
  }
}
.index .index-service .box .content .img {
  width: 51.85%;
  height: 5.55rem;
  position: relative;
}
@media (max-width: 768px) {
  .index .index-service .box .content .img {
    width: 100%;
    height: 6.5rem;
  }
}
@media (max-width: 500px) {
  .index .index-service .box .content .img {
    height: 3.88rem;
  }
}
.index .index-service .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.index .index-service .box .content .img::after {
  content: '';
  width: 96%;
  height: 5.55rem;
  background: url(../images/bg_dot.gif) left top repeat;
  position: absolute;
  left: -0.55rem;
  top: -0.45rem;
}
.index .index-service .box .more {
  width: 50.8%;
  height: 1.23rem;
  display: block;
  margin: 2rem auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .index .index-service .box .more {
    margin-top: 1rem;
  }
}
@media (max-width: 500px) {
  .index .index-service .box .more {
    width: 90%;
  }
}
.index .index-service .box .more .ts {
  width: 100%;
  height: 100%;
  display: flex;
  border: 2px solid #073061;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.3s;
}
.index .index-service .box .more .ts .txt {
  width: calc(100% - 1.22rem);
  height: 100%;
  font-size: 0.3rem;
  color: #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;
  border-right: 2px solid #073061;
  padding-left: 0.2rem;
}
.index .index-service .box .more .ts .icon {
  width: 1.22rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .index-service .box .more .ts .icon img {
  width: 24px;
  height: 10px;
}
.index .index-service .box .more::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #073061;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in 0.3s;
}
@media (min-width: 1025px) {
  .index .index-service .box .more:hover .ts {
    transform: translate(-6px, -6px);
  }
  .index .index-service .box .more:hover::after {
    transform: translate(6px, 6px);
  }
}

.footer {
  width: 100%;
  background: #073061;
  padding: 0.82rem 0 0.36rem;
}
.footer .f-logo {
  width: 0.72rem;
  height: 0.72rem;
  margin: auto;
  display: block;
}
.footer .f-logo img {
  width: 100%;
}
.footer .f-txt {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin-top: 0.1rem;
}
.footer .f-menu {
  display: flex;
  justify-content: center;
  margin-top: 0.14rem;
  flex-wrap: wrap;
}
@media (max-width:500px) {
  .footer .f-menu{
    display: none;
  }
}
.footer .f-menu a {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  border-right: 1px solid #fff;
  padding: 0 0.08rem;
}
@media (max-width: 500px) {
  .footer .f-menu a {
    width: 30%;
    text-align: center;
    margin-top: 0.2rem;
  }
  .footer .f-menu a:nth-child(3n) {
    border-right: none;
  }
}
.footer .f-menu a:last-child {
  border-right: none;
}
.footer .f-tel {
  width: 254px;
  height: 47px;
  background: #FFFFFF;
  border: 2px solid #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #073061;
  margin: 0.57rem auto 0;
}
@media (max-width: 1440px) {
  .footer .f-tel {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .footer .f-tel {
    font-size: 14px;
  }
}
.footer .f-wx {
  position: relative;
  margin: 0.4rem auto 0;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .footer .f-wx {
    font-size: 14px;
  }
}
.footer .f-wx .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.13rem;
}
.footer .f-wx .icon img {
  width: 100%;
  height: 100%;
}
.footer .f-wx .f-wxtc {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.5);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.05rem;
  display: none;
}
.footer .f-wx .f-wxtc img {
  width: 100%;
  height: 100%;
}
.footer .f-wx:hover .f-wxtc {
  display: block;
}
.footer .f-copy {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 30px;
  margin-top: 0.67rem;
}
.footer .f-copy a {
  color: rgba(255, 255, 255, 0.3);
}
.footer .gotop {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem auto 0;
  cursor: pointer;
}
.footer .gotop img {
  width: 20px;
  transition: all ease-in 0.3s;
}
.footer .gotop:hover img {
  margin-top: -5px;
}
.menu-open {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 0.43rem;
  right: 3.75%;
  margin-right: -22.5px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 500px) {
  .menu-open {
    margin-right: 0;
    width: 100%;
    height: 60px;
    top: 0;
    right: 0;
  }
  .menu-open.bg {
    background: #fff;
    box-shadow: 0 0.01rem 0 0 rgba(0, 0, 0, 0.14);
  }
}
.menu-open.on {
  background: #fff;
}
.menu-open.on .line {
  height: 2px;
}
@media (max-width: 500px) {
  .menu-open.on .line {
    top: 0.55rem;
  }
}
.menu-open.on .line.line1 {
  transform: rotate(45deg);
}
.menu-open.on .line.line2 {
  transform: rotate(-45deg);
  margin-top: -2px;
}
@media (max-width: 500px) {
  .menu-open.on .line.line2 {
    margin-top: 0;
  }
}
.menu-open .line {
  width: 25px;
  height: 2px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 500px) {
  .menu-open .line {
    position: absolute;
    right: 0.2rem;
    top: 0.45rem;
  }
}
.menu-open .line.line1 {
  transition: all ease-in 0.3s;
}
.menu-open .line.line2 {
  transition: all ease-in 0.3s;
  margin-top: 5px;
}
@media (max-width: 500px) {
  .menu-open .line.line2 {
    margin-top: 10px;
  }
}
.menu-open .line .line-in{
  position: relative;
}
.menu-open .line .line-in::before,
.menu-open .line .line-in::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-color: #333;
  width: 25px;
  height: 2px;
  left: -50px;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu-open .line .line-in::after{
  left: 0;
}
.menu-open .line.line2 .line-in::before,
.menu-open .line.line2 .line-in::after{
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.menu-open:hover .line .line-in::before{
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.menu-open:hover .line .line-in::after{
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.menu-open .tbox {
  margin: 24px auto 0;
  width: 16px;
}
@media (max-width: 500px) {
  .menu-open .tbox {
   width: auto;
   margin: 18px 0;
   position: absolute;
   right: 50px;
  }
}
.menu-open .tbox .txt {
  font-size: 16px;
  font-weight: 600;
  color: #073061;
  line-height: 24px;
  display: none;
}
.menu-open .tbox .txt.is-show {
  display: block;
}
.fixed-logo {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  opacity: 0;
  transition: all ease-in 0.3s;
  z-index: 999;
}
@media (max-width: 768px) {
  .fixed-logo {
    left: 0.1rem;
  }
}
@media (max-width: 500px) {
  .fixed-logo {
    top: 0.15rem;
    left: 0.2rem;
    display: flex;
    align-items: center;
  }
}
.fixed-logo.show {
  opacity: 1 !important;
}
.fixed-logo.info {
  opacity: 1;
}
@media (max-width: 1366px) {
  .fixed-logo.info {
    left: 0.3rem;
  }
}
.fixed-logo .icon {
  width: 42px;
  height: 42px;
}
.fixed-logo .icon img {
  width: 100%;
}
.fixed-logo .txt {
  width: 20px;
  margin: 14px auto 0;
  font-size: 20px;
  color: #0C2A55;
  line-height: 28px;
}
@media (max-width: 1440px) {
  .fixed-logo .txt {
    width: 18px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .fixed-logo .txt {
    width: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .fixed-logo .txt {
    width: auto;
    margin: 0;
    margin-left: 10px;
  }
}
.fixed-contact {
  width: 59px;
  height: 59px;
  background: #073061;
  border-radius: 50%;
  position: fixed;
  right: 0.42rem;
  bottom: 0.5rem;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-contact img {
  width: 20px;
}
@media (max-width: 768px) {
  .fixed-contact {
    width: 45px;
    height: 45px;
    right: 0.1rem;
  }
}
@media (max-width: 500px) {
  .fixed-contact {
    display: none;
  }
}
.page-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 0.9rem 1.93rem;
  display: none;
}
@media (max-width: 768px) {
  .page-menu {
    padding: 0;
  }
}
.page-menu .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page-menu .box .img {
  width: 50%;
  height: 100%;
  position: relative;
}
.page-menu .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.page-menu .box .img::after {
  content: '';
  width: 99%;
  height: 7.3rem;
  background: url(../images/bg_dot.gif) left top repeat;
  position: absolute;
  top: 1.2rem;
  left: 0.66rem;
}
.page-menu .box .tbox {
  width: 31.7%;
}
@media (max-width: 500px) {
  .page-menu .box .img::after{
    display: none;
  }
  .page-menu .box .tbox {
    width: 42%;
  }
}
.page-menu .box .tbox .menu {
  width: 100%;
}
.page-menu .box .tbox .menu ul li {
  width: 100%;
  margin-bottom: 0.4rem;
}
.page-menu .box .tbox .menu ul li:last-child {
  margin-bottom: 0;
}
.page-menu .box .tbox .menu ul li a {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  border-bottom: 2px solid transparent;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .page-menu .box .tbox .menu ul li a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .page-menu .box .tbox .menu ul li a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .page-menu .box .tbox .menu ul li a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1220px) {
  .page-menu .box .tbox .menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-menu .box .tbox .menu ul li:hover a {
  color: #073061;
  border-bottom: 2px solid #073061;
}
.page-menu .box .tbox .lx {
  width: 100%;
  margin-top: 0.95rem;
}
.page-menu .box .tbox .lx .tel {
  font-size: 16px;
  font-weight: 600;
  color: #0C2A55;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .page-menu .box .tbox .lx .tel {
    font-size: 14px;
  }
}
.page-menu .box .tbox .lx .tel .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.13rem;
}
@media (max-width: 500px) {
  .page-menu .box .tbox .lx .tel .icon {
    margin-right: 0.05rem;
  }
}
.page-menu .box .tbox .lx .tel .icon img {
  width: 100%;
  height: 100%;
}
.page-menu .box .tbox .lx .wx {
  width: 140px;
  font-size: 16px;
  font-weight: 600;
  color: #0C2A55;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.2rem;
  cursor: pointer;
}
@media (max-width: 500px) {
  .page-menu .box .tbox .lx .wx {
    font-size: 14px;
  }
}
.page-menu .box .tbox .lx .wx .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.13rem;
}
@media (max-width: 500px) {
  .page-menu .box .tbox .lx .wx .icon {
    margin-right: 0.1rem;
  }
}
.page-menu .box .tbox .lx .wx .icon img {
  width: 100%;
  height: 100%;
}
.page-menu .box .tbox .lx .wx .ewm {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.05rem;
  display: none;
}
@media (max-width: 768px) {
  .page-menu .box .tbox .lx .wx .ewm {
    left: 0;
    bottom: 110%;
    top: initial;
    transform: translateY(0);
  }
}
.page-menu .box .tbox .lx .wx .ewm img {
  width: 100%;
  height: 100%;
}
.page-menu .box .tbox .lx .wx:hover .ewm {
  display: block;
}
.info-page {
  width: 100%;
}
.info-page .info-header {
  width: 100%;
  padding: 1.9rem 0 0;
}
.info-page .info-header .box {
  width: 1200px;
  margin: auto;
  max-width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .info-page .info-header .box {
    max-width: 90%;
  }
}
.info-page .info-header .box .left {
  padding-top: 0.13rem;
}
@media (max-width: 500px) {
  .info-page .info-header .box .left {
    width: 100%;
  }
}
.info-page .info-header .box .left .t1 {
  font-size: 0.9rem;
  line-height: 1;
  color: #073061;
}
.info-page .info-header .box .left .t2 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-top: 0.15rem;
}
@media (max-width: 1600px) {
  .info-page .info-header .box .left .t2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .info-page .info-header .box .left .t2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .info-page .info-header .box .left .t2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1220px) {
  .info-page .info-header .box .left .t2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.info-page .info-header .box .Breadcrumb {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  display: flex;
  
}
@media (max-width: 500px) {
  .info-page .info-header .box .Breadcrumb {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.info-page .info-header .box .Breadcrumb a {
  color: #999999;
  transition: all ease-in 0.3s;
}
.info-page .info-header .box .Breadcrumb a:hover {
  color: #073061;
}
.info-page .info-header .box .Breadcrumb span {
  max-width: 160px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #073061;
  display: inline-block;
}
.info-page .blog {
  width: 100%;
  padding: 0.9rem 0 1.36rem;
}
.info-page .blog.binfo {
  padding: 0.5rem 0 0.87rem;
}
.info-page .blog.binfo .box .right {
  padding-top: 3.38rem;
}
.info-page .blog.case {
  padding: 0.53rem 0 1.51rem;
}
.info-page .blog.case .box .right {
  padding-top: 0.25rem;
}
.info-page .blog.case .box .right .hot-box {
  margin-top: 0;
}
.info-page .blog .box {
  width: 1200px;
  margin: auto;
  max-width: 80%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .info-page .blog .box {
    max-width: 90%;
  }
}
.info-page .blog .box .left {
  width: 67.5%;
}
@media (max-width: 500px) {
  .info-page .blog .box .left {
    width: 100%;
  }
}
.info-page .blog .box .left .b-menu {
  width: 100%;
  display: flex;
}
.info-page .blog .box .left .b-menu a {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  margin-right: 0.38rem;
  transition: all ease-in 0.3s;
}
.info-page .blog .box .left .b-menu a:hover,
.info-page .blog .box .left .b-menu a.on {
  color: #073061;
  text-decoration: underline;
}
.info-page .blog .box .left .blogTips{
  color: #999;
}
.info-page .blog .box .left .list {
  width: 100%;
  margin-top: 54px;
}
.info-page .blog .box .left .list ul {
  width: 100%;
}
.info-page .blog .box .left .list ul li {
  width: 100%;
  margin-bottom: 0.4rem;
}
@media (max-width: 500px) {
  .info-page .blog .box .left .list ul li {
    margin-bottom: 0.5rem;
  }
}
.info-page .blog .box .left .list ul li:last-child {
  margin-bottom: 0;
}
.info-page .blog .box .left .list ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.info-page .blog .box .left .list ul li a .img {
  width: 47.8%;
  height: 2.45rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .info-page .blog .box .left .list ul li a .img {
    height: 2.6rem;
  }
}
@media (max-width: 768px) {
  .info-page .blog .box .left .list ul li a .img {
    height: 1.6rem;
  }
}
@media (max-width: 500px) {
  .info-page .blog .box .left .list ul li a .img {
    width: 100%;
    height: 3.3rem;
  }
}
.info-page .blog .box .left .list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.info-page .blog .box .left .list ul li a .tbox {
  width: 47%;
}
@media (max-width: 500px) {
  .info-page .blog .box .left .list ul li a .tbox {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.info-page .blog .box .left .list ul li a .tbox .t1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .info-page .blog .box .left .list ul li a .tbox .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.info-page .blog .box .left .list ul li a .tbox .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .info-page .blog .box .left .list ul li a .tbox .txt {
    line-height: 22px;
  }
}
.info-page .blog .box .left .list ul li a .tbox .ts {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.24rem;
}
@media (max-width: 768px) {
  .info-page .blog .box .left .list ul li a .tbox .ts {
    margin-top: 0.1rem;
  }
}
.info-page .blog .box .left .list ul li a .tbox .ts .time {
  font-size: 13px;
  color: #666666;
  line-height: 30px;
}
.info-page .blog .box .left .list ul li a .tbox .ts .label span {
  font-size: 13px;
  color: #073061;
  width: 77px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.15rem;
}
.info-page .blog .box .left .list ul li:hover a .img img {
  transform: scale(1.05);
}
.info-page .blog .box .left .list ul li:hover a .tbox .t1 {
  color: #073061;
  text-decoration: underline;
}
.info-page .blog .box .left .pagelist {
  width: 100%;
  margin-top: 1.03rem;
}
.info-page .blog .box .left .pagelist ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.info-page .blog .box .left .pagelist ul li {
  width: 36px;
  height: 36px;
  margin: 0 5px;
}
.info-page .blog .box .left .pagelist ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3A3637;
}
.info-page .blog .box .left .pagelist ul li:hover a,
.info-page .blog .box .left .pagelist ul li.on a {
  color: #073061;
}
.info-page .blog .box .left .pagelist ul li .prev {
  border: 1px solid #073061;
  background: url(../images/arrow2-l.png) center center no-repeat;
  background-size: 7px;
}
.info-page .blog .box .left .pagelist ul li .prev:hover {
  background: #073061 url(../images/arrow2-l2.png) center center no-repeat;
  background-size: 7px;
}
.info-page .blog .box .left .pagelist ul li .next {
  border: 1px solid #073061;
  background: url(../images/arrow2-r.png) center center no-repeat;
  background-size: 7px;
}
.info-page .blog .box .left .pagelist ul li .next:hover {
  background: #073061 url(../images/arrow2-r2.png) center center no-repeat;
  background-size: 7px;
}
.info-page .blog .box .left .pagelist ul li:last-child a{
    border: 1px solid #073061;
    background: url(../images/arrow2-r.png) center center no-repeat;
    background-size: 7px;
}
.info-page .blog .box .left .pagelist ul li:last-child a:hover {
  background: #073061 url(../images/arrow2-r2.png) center center no-repeat;
  background-size: 7px;
}
.info-page .blog .box .right {
  width: 24%;
  padding-top: 84px;
}
@media (max-width: 500px) {
  .info-page .blog .box .right {
    display: none;
  }
}
.info-page .blog .box .right .search {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(7, 48, 97, 0.15);
  display: flex;
}
.info-page .blog .box .right .search form{
  width: 100%;
  display: flex;
}
.info-page .blog .box .right .search .t1 {
  width: calc(100% - 48px);
  height: 100%;
  font-size: 14px;
  color: #073061;
  padding-left: 0.2rem;
}
.info-page .blog .box .right .search .t1::placeholder {
  color: #717171;
}
.info-page .blog .box .right .search .t2 {
  width: 48px;
  height: 100%;
  background: url(../images/icon7.png) center center no-repeat;
  background-size: 16px;
}
.info-page .blog .box .right .hot-box {
  width: 100%;
  margin-top: 0.43rem;
}
.info-page .blog .box .right .hot-box .title {
  width: 100%;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 24px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 0.2rem;
}
.info-page .blog .box .right .hot-box .list {
  width: 100%;
  margin-top: 4px;
}
.info-page .blog .box .right .hot-box .list li {
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  padding: 0.17rem 0;
}
.info-page .blog .box .right .hot-box .list li:last-child {
  border-bottom: none;
}
.info-page .blog .box .right .hot-box .list li a {
  width: 100%;
}
.info-page .blog .box .right .hot-box .list li a .t1 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  transition: all ease-in 0.3s;
}
.info-page .blog .box .right .hot-box .list li a .t2 {
  font-size: 14px;
  color: #A3A3A3;
  line-height: 24px;
  margin-top: 0.07rem;
}
.info-page .blog .box .right .hot-box .list li:hover a .t1 {
  color: #073061;
}
.info-page .blog .box .right .hot-box2 {
  width: 100%;
  margin-top: 0.23rem;
}
.info-page .blog .box .right .hot-box2 .title {
  width: 100%;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 24px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 0.2rem;
}
.info-page .blog .box .right .hot-box2 .label-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.27rem;
}
.info-page .blog .box .right .hot-box2 .label-box span {
  width: 80px;
  height: 34px;
  border: 1px solid #A3A3A3;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #717171;
  margin-bottom: 0.17rem;
  margin-right: 0.18rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.info-page .blog .box .right .hot-box2 .label-box span:nth-child(3n) {
  margin-right: 0;
}
.info-page .blog .box .right .hot-box2 .label-box span a{
  color: #717171;
}
.info-page .blog .box .right .hot-box2 .label-box span:hover,
.info-page .blog .box .right .hot-box2 .label-box span.on {
  border: 1px solid #073061;
  color: #073061;
}
.info-page .blog .box .right .hot-box2 .label-box span:hover a,
.info-page .blog .box .right .hot-box2 .label-box span.on a{
  color: #073061;
}
@media (max-width: 1366px) {
  .info-page .blog .box .right .hot-box2 .label-box span {
    margin-right: 0.1rem;
    width: 70px;
  }
}
@media (max-width: 768px) {
  .info-page .blog .box .right .hot-box2 .label-box span {
    width: 70px;
    margin-right: 0.1rem;
  }
  .info-page .blog .box .right .hot-box2 .label-box span:nth-child(3n) {
    margin-right: 0.1rem;
  }
  .info-page .blog .box .right .hot-box2 .label-box span:nth-child(2n) {
    margin-right: 0;
  }
}
.blog-info {
  width: 100%;
}
.blog-info .title {
  font-size: 0.48rem;
  color: #3E3E3E;
  line-height: 0.66rem;
}
@media (max-width: 768px) {
  .blog-info .title {
    font-size: 0.4rem;
  }
}
.blog-info .sbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 0.47rem;
}
.blog-info .sbox .author {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.blog-info .sbox .author .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-info .sbox .author .img img {
  width: 100%;
  height: 100%;
}
.blog-info .sbox .author .tbox {
  font-size: 14px;
  font-weight: 300;
  color: #898989;
  line-height: 26px;
  margin-left: 0.22rem;
}
.blog-info .sbox .author .tbox span {
  font-size: 18px;
  font-weight: 500;
  color: #3E3E3E;
  display: block;
}
.blog-info .sbox .share {
  font-size: 14px;
  color: #717171;
  line-height: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .blog-info .sbox .share {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.blog-info .sbox .share .bshare-custom .bshare-weixin {
  background: url(../images/icon9.png) center center no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
}
.blog-info .sbox .share .bshare-custom .bshare-sinaminiblog {
  background: url(../images/icon10.png) center center no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
}
.blog-info .sbox .share .bshare-custom .bshare-qqim {
  background: url(../images/icon11.png) center center no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
}
.blog-info .sbox .share a {
  width: 21px;
  height: 21px;
  margin-left: 0.15rem;
}
.blog-info .sbox .share a img {
  width: 100%;
  height: 100%;
}
.blog-info .txt {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-top: 0.9rem;
}
@media (max-width: 500px) {
  .blog-info .txt {
    margin-top: 0.5rem;
  }
}
.blog-info .info-label {
  width: 100%;
  font-size: 16px;
  color: #3A3A3A;
  display: flex;
  align-items: center;
  margin-top: 0.48rem;
}
.blog-info .info-label span {
  width: 70px;
  height: 24px;
  border: 1px solid #717171;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #717171;
  margin-right: 0.1rem;
}
.blog-info .ck-box {
  width: 100%;
  margin-top: 0.38rem;
  border-top: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.34rem;
}
.blog-info .ck-box a {
  font-size: 16px;
  color: #717171;
  transition: all ease-in 0.3s;
  line-height: 24px;
  max-width: 33%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .blog-info .ck-box a {
    font-size: 14px;
  }
}
.blog-info .ck-box a.back-list {
  color: #262626;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .blog-info .ck-box a.back-list {
    display: none;
  }
  .blog-info .ck-box a{
    max-width: initial;
  }
}
.blog-info .ck-box a.back-list img {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.blog-info .ck-box a:hover {
  color: #073061;
}
.case-list {
  width: 100%;
}
.case-list ul li {
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
}
.case-list ul li:last-child {
  border-bottom: none;
}
.case-list ul li .ct1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  padding: 0.3rem 40px 0.3rem 0;
  position: relative;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .case-list ul li .ct1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .case-list ul li .ct1 {
    font-size: 14px;
    line-height: 22px;
  }
}
.case-list ul li .ct1::after {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon13.png) center center no-repeat;
  background-size: 14px;
}
.case-list ul li .ct1:hover {
  color: #073061;
}
.case-list ul li .ct1.on {
  color: #073061;
}
.case-list ul li .ct1.on::after {
  background: url(../images/icon14.png) center center no-repeat;
  background-size: 14px;
}
.case-list ul li .ct2 {
  width: 100%;
  padding-bottom: 0.1rem;
  display: none;
}
.case-list ul li .ct2 .cbs {
  width: 100%;
  margin-bottom: 0.26rem;
}
.case-list ul li .ct2 .cbs .s1 {
  font-size: 16px;
  color: #3A3A3A;
  line-height: 18px;
}
@media (max-width: 1600px) {
  .case-list ul li .ct2 .cbs .s1 {
    font-size: 14px;
  }
}
.case-list ul li .ct2 .cbs .s2 {
  font-size: 14px;
  color: #717171;
  line-height: 30px;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .case-list ul li .ct2 .cbs .s2 {
    font-size: 12px;
    line-height: 24px;
  }
}
.case-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin-top: 0.58rem;
}
.case-more img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.about {
  width: 100%;
}
.about .abox1 {
  width: 100%;
  padding: 1.57rem 0 1.84rem;
}
@media (max-width: 768px) {
  .about .abox1 {
    padding: 1.57rem 0 1.2rem;
  }
}
.about .abox1 .box {
  width: 100%;
  padding: 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .about .abox1 .box {
    flex-direction: column-reverse;
  }
}
@media (max-width: 500px) {
  .about .abox1 .box {
    padding: 0 0.4rem;
  }
}
.about .abox1 .box .tbox {
  width: 34%;
}
@media (max-width: 768px) {
  .about .abox1 .box .tbox {
    width: 100%;
    margin-top: 1rem;
  }
}
.about .abox1 .box .tbox .t1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  letter-spacing: 3px;
  padding-bottom: 0.09rem;
  border-bottom: 2px solid #073061;
  display: table;
}
@media (max-width: 1600px) {
  .about .abox1 .box .tbox .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.about .abox1 .box .tbox .t2 {
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.52rem;
  margin-top: 0.52rem;
  letter-spacing: 5px;
}
@media (max-width:500px) {
  .about .abox1 .box .tbox .t2{
    font-weight: bold;
  }
}
.about .abox1 .box .tbox .txt {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
  margin-top: 0.23rem;
}
@media (max-width: 1600px) {
  .about .abox1 .box .tbox .txt {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .about .abox1 .box .tbox .txt {
    line-height: 24px;
  }
}
.about .abox1 .box .img {
  position: relative;
  width: 54%;
  height: 6.02rem;
}
@media (max-width: 768px) {
  .about .abox1 .box .img {
    width: 100%;
    height: 6rem;
  }
}
@media (max-width: 500px) {
  .about .abox1 .box .img {
    height: 4.15rem;
  }
}
.about .abox1 .box .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about .abox1 .box .img::after {
  content: '';
  position: absolute;
  top: -0.77rem;
  left: -0.81rem;
  width: 74.7%;
  height: 7.31rem;
  background: url(../images/bg_dot.gif) left top repeat;
}
.about .abox2 {
  width: 100%;
  background: #F8F8F8;
  padding: 0.75rem 0 0.95rem;
}
.about .abox2 .box {
  width: 100%;
  padding: 0 1.4rem;
}
@media (max-width: 500px) {
  .about .abox2 .box {
    padding: 0 0.4rem;
  }
}
.about .abox2 .box .title {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  display: table;
  margin: auto;
  padding-bottom: 9px;
  border-bottom: 2px solid #073061;
}
@media (max-width: 1600px) {
  .about .abox2 .box .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.about .abox2 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.56rem;
}
.about .abox2 .box .list .item {
  width: 22.1%;
  height: 2.3rem;
  position: relative;
}
@media (max-width: 1366px) {
  .about .abox2 .box .list .item {
    height: 2.6rem;
  }
}
@media (max-width: 1024px) {
  .about .abox2 .box .list .item {
    height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .about .abox2 .box .list .item {
    width: 47%;
    height: 2.6rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 500px) {
  .about .abox2 .box .list .item {
    width: 100%;
    height: 3rem;
  }
}
.about .abox2 .box .list .item .ibox {
  width: 100%;
  height: 100%;
  border: 2px solid #073061;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 0.5rem;
  transition: all ease-in 0.3s;
}
.about .abox2 .box .list .item .ibox:hover{
  cursor: pointer;
}
@media (max-width: 768px) {
  .about .abox2 .box .list .item .ibox {
    padding-top: 0.3rem;
  }
}
.about .abox2 .box .list .item .ibox .icon {
  width: 50px;
  height: 50px;
  margin: auto;
}
.about .abox2 .box .list .item .ibox .icon img {
  width: 100%;
  height: 100%;
}
.about .abox2 .box .list .item .ibox .t1 {
  font-size: 24px;
  color: #3A3A3A;
  line-height: 30px;
  margin-top: 0.22rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .about .abox2 .box .list .item .ibox .t1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .about .abox2 .box .list .item .ibox .t1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .about .abox2 .box .list .item .ibox .t1 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .about .abox2 .box .list .item .ibox .t1 {
    margin-top: 0.12rem;
  }
}
.about .abox2 .box .list .item .ibox .t2 {
  font-size: 14px;
  color: #717171;
  line-height: 20px;
  margin-top: 0.07rem;
}
.about .abox2 .box .list .item .ibox .more {
  font-size: 14px;
  text-decoration: underline;
  color: #073061;
  line-height: 20px;
  margin-top: 0.1rem;
  opacity: 0;
  transition: all ease-in 0.3s;
  display: none;
}
@media (max-width: 768px) {
  .about .abox2 .box .list .item .ibox .more {
    /* opacity: 1; */
  }
}
.about .abox2 .box .list .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #073061;
  transition: all ease-in 0.3s;
}
@media (min-width: 1025px) {
  .about .abox2 .box .list .item:hover .ibox {
    padding-top: 0.3rem;
    transform: translate(-5px, -5px);
  }
  .about .abox2 .box .list .item:hover .ibox .t1 {
    /* margin-top: 0.12rem; */
  }
  .about .abox2 .box .list .item:hover .ibox .more {
    opacity: 1;
  }
  .about .abox2 .box .list .item:hover::after {
    transform: translate(5px, 5px);
  }
}

.about .abox3 {
  width: 100%;
  padding: 0.87rem 0 0.75rem;
}
.about .abox3 .box {
  width: 1320px;
  margin: auto;
  max-width: 80%;
}
@media (max-width: 500px) {
  .about .abox3 .box {
    max-width: 85%;
  }
}
.about .abox3 .box .title {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  display: table;
  margin: auto;
  padding-bottom: 9px;
  border-bottom: 2px solid #073061;
}
@media (max-width: 1600px) {
  .about .abox3 .box .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.about .abox3 .box .list {
  width: 100%;
  margin-top: 0.53rem;
}
.about .abox3 .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .abox3 .box .list ul li {
  width: 29%;
  position: relative;
  margin-right: 6.5%;
  margin-bottom: 0.63rem;
}
.about .abox3 .box .list ul li:hover{
  cursor: pointer;
}
.about .abox3 .box .list ul li:nth-child(n+4){
  display: none;
}
.about .abox3 .box .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .about .abox3 .box .list ul li {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 500px) {
  .about .abox3 .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.about .abox3 .box .list ul li .img {
  width: 100%;
  height: 5.55rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about .abox3 .box .list ul li .img {
    height: 3.75rem;
  }
}
@media (max-width: 500px) {
  .about .abox3 .box .list ul li .img {
    height: 7.4rem;
  }
}
.about .abox3 .box .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.about .abox3 .box .list ul li .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.4rem 0.32rem;
  transition: all ease-in 0.5s;
}
.about .abox3 .box .list ul li .tbox .t1 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .about .abox3 .box .list ul li .tbox .t1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .about .abox3 .box .list ul li .tbox .t1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .about .abox3 .box .list ul li .tbox .t1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.about .abox3 .box .list ul li .tbox .txt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin-top: 0.12rem;
}
@media (max-width: 768px) {
  .about .abox3 .box .list ul li .tbox .txt {
    line-height: 20px;
    display: none;
  }
}
@media (max-width: 500px) {
  .about .abox3 .box .list ul li .tbox .txt {
    display: block;
  }
}
.about .abox3 .box .list ul li .tbox .more {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: #FFFFFF;
  height: 0;
  overflow: hidden;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .about .abox3 .box .list ul li .tbox .more {
    height: auto;
  }
}
.about .abox3 .box .list ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/img16.png) center bottom no-repeat;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .about .abox3 .box .list ul li:hover .img img {
    transform: scale(1.05);
  }
  .about .abox3 .box .list ul li:hover .tbox {
    padding: 0 0.4rem 0.32rem;
  }
  .about .abox3 .box .list ul li:hover .tbox .more {
    margin-top: 15px;
    height: 24px;
  }
}
.about .abox3 .box .team-more {
  width: 153px;
  height: 43px;
  position: relative;
  margin: auto;
}
.about .abox3 .box .team-more span {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #073061;
  transition: all ease-in 0.3s;
  position: relative;
  z-index: 2;
}
.about .abox3 .box .team-more::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #073061;
  transition: all ease-in 0.3s;
}
@media (min-width: 1025px) {
  .about .abox3 .box .team-more:hover span {
    transform: translate(-3px, -3px);
  }
  .about .abox3 .box .team-more:hover::after {
    transform: translate(3px, 3px);
  }
}
.about .abox4 {
  width: 100%;
  padding: 0.74rem 0 0;
}
.about .abox4 .box {
  width: 1200px;
  margin: auto;
  max-width: 80%;
}
@media (max-width: 500px) {
  .about .abox4 .box {
    max-width: 85%;
  }
}
.about .abox4 .box .title {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  display: table;
  margin: auto;
  padding-bottom: 9px;
  border-bottom: 2px solid #073061;
}
@media (max-width: 1600px) {
  .about .abox4 .box .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.about .abox4 .box .list {
  width: 100%;
  margin-top: 0.55rem;
}
.about .abox4 .box .list ul li {
  width: 100%;
  border-top: 1px solid #CDCDCF;
  padding: 0.3rem 0;
}
.about .abox4 .box .list ul li:nth-child(n+9){
  display: none;
}
.about .abox4 .box .list ul li .t1 {
  font-size: 24px;
  color: #333333;
  line-height: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .about .abox4 .box .list ul li .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .about .abox4 .box .list ul li .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .about .abox4 .box .list ul li .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.about .abox4 .box .list ul li .t1 img {
  width: 35px;
  height: 35px;
  margin-right: 0.1rem;
}
@media (max-width: 500px) {
  .about .abox4 .box .list ul li .t1 img {
    width: 30px;
    height: 30px;
  }
}
.about .abox4 .box .list ul li .t2 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 0.14rem;
}
.about .abox4 .box .list ul li .t2.on {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about .abox4 .box .list ul li .more {
  font-size: 14px;
  text-decoration: underline;
  color: #073061;
  line-height: 24px;
  margin-top: 6px;
  cursor: pointer;
  text-align: right;
}
.about .abox4 .box .service-more {
  width: 153px;
  height: 43px;
  position: relative;
  margin: 0.6rem auto 0;
}
.about .abox4 .box .service-more span {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #073061;
  transition: all ease-in 0.3s;
  position: relative;
  z-index: 2;
}
.about .abox4 .box .service-more::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #073061;
  transition: all ease-in 0.3s;
}
@media (min-width: 1025px) {
  .about .abox4 .box .service-more:hover span {
    transform: translate(-3px, -3px);
  }
  .about .abox4 .box .service-more:hover::after {
    transform: translate(3px, 3px);
  }
}

.about .abox5 {
  width: 100%;
  padding: 1.59rem 0 1.76rem;
}
.about .abox5 .box {
  width: 1200px;
  margin: auto;
  max-width: 90%;
}
.about .abox5 .box .more {
  width: 59.3%;
  height: 1.23rem;
  display: block;
  margin: auto;
  position: relative;
}
.about .abox5 .box .more .ts {
  width: 100%;
  height: 100%;
  display: flex;
  border: 2px solid #073061;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.3s;
}
.about .abox5 .box .more .ts .txt {
  width: calc(100% - 1.22rem);
  height: 100%;
  font-size: 0.3rem;
  color: #073061;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;
  border-right: 2px solid #073061;
  padding-left: 0.2rem;
}
.about .abox5 .box .more .ts .icon {
  width: 1.22rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .abox5 .box .more .ts .icon img {
  width: 24px;
  height: 10px;
}
.about .abox5 .box .more::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #073061;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in 0.3s;
}
@media (min-width: 1025px) {
  .about .abox5 .box .more:hover .ts {
    transform: translate(-6px, -6px);
  }
  .about .abox5 .box .more:hover::after {
    transform: translate(6px, 6px);
  }
}

.contact {
  width: 100%;
  padding: 1.82rem 0 1.72rem;
}
.contact .cbox1 {
  width: 100%;
}
.contact .cbox1 .box {
  width: 760px;
  margin: auto;
  max-width: 80%;
}
@media (max-width: 500px) {
  .contact .cbox1 .box {
    max-width: 90%;
  }
}
.contact .cbox1 .box .line-box {
  width: 350px;
  height: 1px;
  position: relative;
  background: rgba(7, 48, 97, 0.21);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 80%;
}
.contact .cbox1 .box .line-box .dian {
  width: 10px;
  height: 10px;
  background: #CACCD7;
  border-radius: 50%;
  position: relative;
}
.contact .cbox1 .box .line-box .dian span {
  width: auto;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.contact .cbox1 .box .line-box .dian:first-child:before {
  content: '';
  width: 11px;
  height: 11px;
  background: #073061;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact .cbox1 .box .line-box .dian:first-child::after {
  content: '';
  width: 19px;
  height: 19px;
  background: #073061;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}
.contact .cbox1 .box .tbox {
  width: 100%;
  border: 1px solid #D2D2D2;
  text-align: center;
  margin-top: 90px;
  padding: 0.4rem 0 0.66rem;
}
.contact .cbox1 .box .tbox .t1 {
  font-size: 14px;
  color: #333;
  line-height: 1;
}
.contact .cbox1 .box .tbox .t2 {
  font-size: 24px;
  color: #073061;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.14rem;
  display: block;
}
.contact .cbox1 .box .tbox .t3 {
  font-size: 14px;
  color: #333333;
  line-height: 1;
  margin-top: 0.5rem;
}
.contact .cbox1 .box .tbox .img {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.12rem auto 0;
}
.contact .cbox1 .box .tbox .img img {
  width: 100%;
  height: 100%;
}
.contact .cbox2 {
  width: 100%;
  margin-top: 0.48rem;
}
.contact .cbox2 .t1 {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.contact .cbox2 .form-box {
  width: 855px;
  margin: 0.56rem auto 0;
  max-width: 80%;
}
@media (max-width: 500px) {
  .contact .cbox2 .form-box {
    max-width: 90%;
  }
}
.contact .cbox2 .form-box .fbox {
  width: 100%;
  margin-bottom: 0.36rem;
  display: flex;
  flex-wrap: wrap;
}
.contact .cbox2 .form-box .fbox:last-child {
  margin-bottom: 0;
}
.contact .cbox2 .form-box .fbox .f1 {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.contact .cbox2 .form-box .fbox .f1 span {
  color: #FA723D;
}
.contact .cbox2 .form-box .fbox select {
  width: 100%;
  height: 0.83rem;
  margin-top: 0.2rem;
  border: 1px solid #333333;
  padding: 0 0.3rem;
  font-size: 14px;
  color: #999999;
  background: url(../images/icon28.png) 97% center no-repeat;
  background-size: 13px;
}
.contact .cbox2 .form-box .fbox .ftxt {
  width: 100%;
  height: 0.83rem;
  margin-top: 0.2rem;
  border: 1px solid #333333;
  font-size: 14px;
  padding: 0 0.3rem;
}
.contact .cbox2 .form-box .fbox .ftxt::placeholder {
  color: #999;
}
.contact .cbox2 .form-box .fbox .ftxt2 {
  width: 100%;
  height: 2rem;
  margin-top: 0.2rem;
  border: 1px solid #333333;
  font-size: 14px;
  line-height: 24px;
  padding: 0.25rem 0.3rem;
}
.contact .cbox2 .form-box .fbox .ftxt2::placeholder {
  color: #999;
}
.contact .cbox2 .form-box .fbox .tips {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 0.18rem;
}
.contact .cbox2 .form-box .tj {
  width: 60%;
  height: 1.23rem;
  position: relative;
  margin: 0.62rem auto 0;
}
.contact .cbox2 .form-box .tj .sub {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #073061;
  font-size: 30px;
  color: #073061;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .contact .cbox2 .form-box .tj .sub {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .contact .cbox2 .form-box .tj .sub {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .contact .cbox2 .form-box .tj .sub {
    font-size: 24px;
  }
}
@media (max-width: 1220px) {
  .contact .cbox2 .form-box .tj .sub {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .contact .cbox2 .form-box .tj .sub {
    font-size: 20px;
  }
}
.contact .cbox2 .form-box .tj::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #073061;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in 0.3s;
}
@media (min-width: 1025px) {
  .contact .cbox2 .form-box .tj:hover .sub {
    transform: translate(-6px, -6px);
  }
  .contact .cbox2 .form-box .tj:hover::after {
    transform: translate(6px, 6px);
  }
}

.Advantage {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}
.Advantage.on{
  z-index: 999;
  opacity: 1;
}
.Advantage .box {
  width: 1090px;
  max-width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.53rem 0.75rem 0.56rem 0.65rem;
}
@media (max-width: 500px) {
  .Advantage .box {
    padding: 0.53rem 0.3rem 0.56rem 0.4rem;
  }
}
.Advantage .box .close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Advantage .box .close {
    top: 15px;
    right: 20px;
  }
}
.Advantage .box .close img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.Advantage .box .title {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}
@media (max-width: 1600px) {
  .Advantage .box .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .Advantage .box .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .Advantage .box .title {
    font-size: 18px;
    line-height: 24px;
  }
}
.Advantage .box .title img {
  width: 36px;
  height: 36px;
  margin-right: 0.13rem;
}
.Advantage .box .txt {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  width: 100%;
  height: 5.12rem;
  overflow: hidden;
  margin-top: 0.2rem;
}
.Advantage .box .txt .swiper-container {
  width: 100%;
  height: 100%;
}
.Advantage .box .txt .swiper-container .swiper-slide {
  font-size: 14px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.3rem;
}
.Advantage .box .txt .swiper-container .swiper-scrollbar {
  width: 2px !important;
  background: rgba(0, 0, 0, 0.14) !important;
}
.Advantage .box .txt .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  width: 2px !important;
  background: #1C489A;
}
.lawyer {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}
.lawyer.on{
  z-index: 999;
  opacity: 1;
}
.lawyer .box {
  width: 1091px;
  max-width: 85%;
  height: 6.76rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.35rem 0.75rem 0.4rem 0.38rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .lawyer .box {
    height: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .lawyer .box {
    height: 8.5rem;
  }
}
@media (max-width: 500px) {
  .lawyer .box {
    padding: 0.35rem 0.4rem 0.4rem 0.38rem;
  }
}
.lawyer .box .close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 500px) {
  .lawyer .box .close {
    top: 15px;
    right: 20px;
  }
}
.lawyer .box .close img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.lawyer .box .img {
  width: 46.8%;
  height: 100%;
}
@media (max-width: 500px) {
  .lawyer .box .img {
    display: none;
  }
}
.lawyer .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.lawyer .box .tbox {
  width: 47%;
  padding-top: 0.2rem;
}
@media (max-width: 500px) {
  .lawyer .box .tbox {
    width: 100%;
  }
}
.lawyer .box .tbox .t1 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .lawyer .box .tbox .t1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .lawyer .box .tbox .t1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .lawyer .box .tbox .t1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.lawyer .box .tbox .t2 {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-top: 0.11rem;
}
.lawyer .box .tbox .ts {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  margin-top: 0.27rem;
  padding-top: 0.24rem;
}
.lawyer .box .tbox .ts .ts1 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .lawyer .box .tbox .ts .ts1 {
    font-size: 16px;
    line-height: 28px;
  }
}
.lawyer .box .tbox .ts .ts2 {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-top: 0.1rem;
  width: 100%;
  height: 3.63rem;
  overflow: hidden;
  position: relative;
}
.lawyer .box .tbox .ts .ts2 .swiper-container {
  width: 100%;
  height: 100%;
}
.lawyer .box .tbox .ts .ts2 .swiper-container .swiper-wrapper{
  height: auto;
}
.lawyer .box .tbox .ts .ts2 .swiper-container .swiper-slide {
  font-size: 14px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.lawyer .box .tbox .ts .ts2 .swiper-container .swiper-scrollbar {
  width: 2px !important;
  background: rgba(0, 0, 0, 0.14) !important;
}
.lawyer .box .tbox .ts .ts2 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  width: 2px !important;
  background: #1C489A;
}
.zl-scrollBarBox {
  width: 2px !important;
  background: rgba(0, 0, 0, 0.14) !important;
}
.zl-scrollBar.zl-verticalBar {
  width: 2px !important;
  background: #1C489A;
  border-radius: 0;
}



/* 404 */
.notfound{
	width: 100%;
	padding: 1.41rem 0 1.63rem;
}
.notfound .box{
	width: 340px;
	margin: auto;
}
.notfound .box .img{
	width: 100%;
	height: 250px;
}
.notfound .box .img img{
	width: 100%;
	height: 100%;
}
.notfound .box .txt{
	width: 100%;
	font-size: 24px;
	color: #333;
	line-height: 2;
	text-align: center;
	margin-top: 0.46rem;
}
@media (max-width:1440px) {
	.notfound .box .txt{
		font-size: 22px;
	}
}
@media (max-width:1366px) {
	.notfound .box .txt{
		font-size: 20px;
	}
}
@media (max-width:1220px) {
	.notfound .box .txt{
		font-size: 18px;
	}
}
.notfound .box .back{
	width: 1.8rem;
	height: 0.6rem;
	background: #4070f4;
	border-radius: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	margin: 0.9rem auto 0;
	transition: all ease-in .3s;
}
.notfound .box .back:hover{
	background: #285dee;
}
@media (max-width:1440px) {
	.notfound .box .back{
		font-size: 14px;
	}
}
.notfound .box .tips{
	font-size: 16px;
	color: #333;
	line-height: 2;
	width: 100%;
	text-align: center;
	margin-top: 0.23rem;
}
@media (max-width:1440px) {
	.notfound .box .tips{
		font-size: 14px;
	}
}


.bsTop {
  width: 100%!important;
}
.bsFrameDiv {
  width: 100%!important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bsFrameDiv div {
  width: 100%!important;
  height: 208px!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.bsFrameDiv div img {
  margin: 0!important;
}


