﻿@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;
}
input,
textarea,
button {
  padding: 0;
  /* font-family: Verdana, Arial; */
  font-family: 'Microsoft Yahei', 'PingFang SC', 'PingFangSC-Regular';
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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;
}


.swiper-slide img{width:100%}

@media (max-width: 768px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 54px;
  }
}
.header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all ease-in 0.3s;
}
.header .box {
  width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) {
  .header .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
 .news-info .info-box p img {width:100%}
 .news-info .info-box img {width:100%}
 .header .box {
    width: 90%;
  }
}
.header .box .logo {
  width: 3.21rem;
  height: 0.53rem;
}
.header .box .logo a {
  display: flex;
}
.header .box .logo a img {
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}
.header .box .logo a img:last-child {
  display: none;
}
.header .box .right {
  position: relative;
}
.header .box .right .close {
  width: 0.6rem;
  height: 0.98rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  position: relative;
  display: none;
}
@media (max-width: 1024px) {
  .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 .menubox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .box .right .menubox {
    width: 100%;
    position: fixed;
    top: 1rem;
    height: calc(100% - 1rem);
    right: 0;
    background: #fff;
    align-content: flex-start;
    display: none;
  }
}
.header .box .right .menubox .menu {
  margin-right: 0.5rem;
}
@media (max-width: 1600px) {
  .header .box .right .menubox .menu {
    margin-right: 0.3rem;
  }
}
@media (max-width: 1024px) {
  .header .box .right .menubox .menu {
    width: 100%;
    margin: 0;
  }
}
.header .box .right .menubox .menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .header .box .right .menubox .menu ul {
    width: 100%;
    margin: 0;
  }
}
.header .box .right .menubox .menu ul li {
  display: flex;
  border-bottom: 2px solid transparent;
  margin-right: 0.45rem;
  transition: all ease 0.3s;
  position: relative;
}
@media (max-width: 1600px) {
  .header .box .right .menubox .menu ul li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 1220px) {
  .header .box .right .menubox .menu ul li {
    margin-right: 0.2rem;
  }
}
@media (max-width: 1024px) {
  .header .box .right .menubox .menu ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.header .box .right .menubox .menu ul li .m-link {
  width: 100%;
  height: 0.98rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  padding: 0 0.1rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 1366px) {
  .header .box .right .menubox .menu ul li .m-link {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header .box .right .menubox .menu ul li .m-link {
    color: #333;
  }
}
.header .box .right .menubox .menu ul li .s-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  background: rgba(255, 255, 255, 0.9);
  /* // padding: 0.15rem 0.3rem; */
  /* padding-top: 0.15rem; */
  display: none;
}
.header .box .right .menubox .menu ul li .s-menu .s-link {
  min-width: 1.6rem;
  height: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  /* margin-bottom: 0.08rem; */
  transition: all ease-in 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.25rem 0.2rem;
  border-bottom: 1px solid #e1e1e1;
}
.header .box .right .menubox .menu ul li .s-menu .s-link:hover {
  background: #7cb303;
  color: #fff;
}
.header .box .right .menubox .menu ul li:hover {
  border-bottom: 2px solid #fff;
}
.header .box .right .menubox .menu ul li:hover .m-link {
  color: #9bd61b;
}
.header .box .right .menubox .menu ul li:hover .s-menu {
  display: block;
}
@media (max-width: 1024px) {
  .header .box .right .menubox .menu ul li:hover .s-menu {
    display: none;
  }
}
.header .box .right .menubox .menu ul li:last-child {
  margin-right: 0;
}
/* .header .box .right .search {
  padding-right: 0.26rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: flex;
}
@media (max-width: 1024px) {
  .header .box .right .search {
    display: none;
  }
}
.header .box .right .search .txt {
  width: 1.2rem;
  height: 0.3rem;
  background: none;
  border-bottom: 1px solid #999;
  color: #fff;
}
.header .box .right .search .btn {
  width: 0.5rem;
  height: 0.3rem;
  background: url(../images/icon1.png) center center no-repeat;
  background-size: 0.2rem;
  cursor: pointer;
}
.header .box .right .search img {
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}
.header .box .right .search img:last-child {
  display: none;
} */
.header .box .right .search {
  width: 0.45rem;
  height: 0.2rem;
  padding-right: 0.26rem;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
}
@media (max-width: 1024px) {
  .header .box .right .search {
    display: none;
  }
}
.header .box .right .search img {
  width: 100%;
  height: 100%;
  transition: all ease-in 0.3s;
}
.header .box .right .search img:last-child {
  display: none;
}
.header .box .right .share {
  margin-left: 0.29rem;
  display: none;
}
@media (max-width: 1024px) {
  .header .box .right .share {
    display: none;
  }
}
.header .box .right .share .a1 {
  width: 0.26rem;
  height: 0.2rem;
  display: flex;
}
.header .box .right .share .a1 img {
  transition: all ease-in 0.3s;
}
.header .box .right .share .a1 img:last-child {
  display: none;
}
.header .box .right .share .a2 {
  width: 0.27rem;
  height: 0.22rem;
  margin-left: 0.14rem;
  display: flex;
}
.header .box .right .share .a2 img {
  transition: all ease-in 0.3s;
}
.header .box .right .share .a2 img:last-child {
  display: none;
}
/* 头部电话 */
.header .box .right .tel {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #8bc50d;
  line-height: 1;
  margin-left: 0.1rem;
  justify-content: center;
}
@media (max-width: 1440px) {
  .header .box .right .tel {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .header .box .right .tel {
    font-size: 14px;
  }
}
.header .box .right .tel img {
  width: 25px;
  margin-right: 0.1rem;
}
.header.fh,
.header.info {
  background: #fff;
}
.header.fh .logo a img:first-child,
.header.info .logo a img:first-child {
  display: none;
}
.header.fh .logo a img:last-child,
.header.info .logo a img:last-child {
  display: block;
}
.header.fh .right .menubox .menu ul li .m-link,
.header.info .right .menubox .menu ul li .m-link {
  color: #666;
}
.header.fh .right .menubox .menu ul li:hover,
.header.info .right .menubox .menu ul li:hover {
  border-bottom: 2px solid #9bd61b;
}
.header.fh .right .menubox .menu ul li:hover .m-link,
.header.info .right .menubox .menu ul li:hover .m-link {
  color: #9bd61b;
}
.header.fh .right .search,
.header.info .right .search {
  border-right: 1px solid #888888;
}
.header.fh .right .search .txt,
.header.info .right .search .txt {
  color: #333;
}
.header.fh .right .search .btn,
.header.info .right .search .btn {
  background: url(../images/icon1-1.png) center center no-repeat;
  background-size: 0.2rem;
}
.header.fh .right .search img:first-child,
.header.info .right .search img:first-child {
  display: none;
}
.header.fh .right .search img:last-child,
.header.info .right .search img:last-child {
  display: block;
}
.header.fh .right .share .a1 img:first-child,
.header.info .right .share .a1 img:first-child {
  display: none;
}
.header.fh .right .share .a1 img:last-child,
.header.info .right .share .a1 img:last-child {
  display: block;
}
.header.fh .right .share .a2 img:first-child,
.header.info .right .share .a2 img:first-child {
  display: none;
}
.header.fh .right .share .a2 img:last-child,
.header.info .right .share .a2 img:last-child {
  display: block;
}
/* 头部搜索弹窗 */
.search-box {
  width: 400px;
  position: fixed;
  right: 0;
  top: 0.98rem;
  background: #fff;
  z-index: 9;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.08);
  display: none;
}
.search-box .box {
  width: 100%;
  display: flex;
  padding: 0 0 0 0.2rem;
}
.search-box .box .txt {
  width: 80%;
  height: 0.6rem;
}
.search-box .box .btn {
  width: 10%;
  height: 0.6rem;
  background: url(../images/icon1-1.png) center center no-repeat;
  background-size: 16px;
  cursor: pointer;
}
.search-box .box .close {
  width: 10%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-box .box .close img {
  width: 60%;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background: #fff;
  opacity: 1;
  transition: all ease 0.3s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.48rem;
  background: #8bc50d;
  border-radius: 0.07rem;
}
.ibox1 {
  width: 100%;
  padding: 1.18rem 0 1.57rem;
  background: url(../images/img2.png) right bottom no-repeat;
  background-size: 33.33%;
}
@media (max-width: 500px) {

  .ibox1 {
    padding: 0.18rem 0 1.57rem;
  }

  }


.ibox1 .box img { width: 100%;}

.ibox1 .box {
  width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .ibox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox1 .box {
    width: 90%;
  }
}
.ibox1 .box .img {
  width: 43.75%;
}
@media (max-width: 768px) {
  .ibox1 .box .img {
    width: 100%;
  }
     .ibox1 .box .img img{
    width: 100%;
  }
}
.ibox1 .box .tbox {
  width: 50%;
}
@media (max-width: 768px) {
  .ibox1 .box .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.ibox1 .box .tbox .t1 {
  font-size: 0.4rem;
  line-height: 1;
  color: #000;
}
.ibox1 .box .tbox .t2 {
  width: 0.5rem;
  height: 3px;
  background: #78ac06;
  margin-top: 0.2rem;
}
.ibox1 .box .tbox .t3 {
  font-size: 16px;
  line-height: 36px;
  color: #636363;
  margin-top: 0.52rem;
  height: 2.5rem;
  overflow: hidden;
  /* overflow-y: scroll; */
}
@media (max-width: 1366px) {
  .ibox1 .box .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .ibox1 .box .tbox .t3 {
    /* height: auto;
    overflow-y: auto; */
  }
}
.ibox1 .box .tbox .t3 span {
  /* color: #78ac06; */
  font-weight: bold;
}
.ibox1 .box .tbox .more {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  display: table;
  margin-top: 0.28rem;
  transition: all ease 0.3s;
}
@media (max-width: 1366px) {
  .ibox1 .box .tbox .more {
    font-size: 14px;
  }
}
.ibox1 .box .tbox .more img {
  margin-left: 0.15rem;
  width: 0.49rem;
  height: 0.33rem;
  transition: all ease 0.3s;
}
.ibox1 .box .tbox .more:hover {
  color: #9bd61b;
}
.ibox1 .box .tbox .more:hover img {
  margin-left: 0.25rem;
}
.ibox1 .box .tbox .t4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.68rem;
}
.ibox1 .box .tbox .t4 .ts {
  width: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ibox1 .box .tbox .t4 .ts img {
  width: 0.9rem;
}
.ibox1 .box .tbox .t4 .ts span {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #0256ca;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.17rem;
}
@media (max-width: 1440px) {
  .ibox1 .box .tbox .t4 .ts span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibox1 .box .tbox .t4 .ts span {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .ibox1 .box .tbox .t4 .ts span {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .ibox1 .box .tbox .t4 .ts span {
    font-size: 12px;
  }
}
.ibox2 {
  width: 100%;
  background: url(../images/img6.jpg) top center no-repeat;
  padding: 0.7rem 0 0.56rem;
}
@media (max-width: 500px) {
  .ibox2 {
    background-size: auto 4.7rem;
  }
}
.ibox2 .box {
  width: 1600px;
  margin: auto;
}
@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 .title {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1;
}
.ibox2 .box .top .ts {
  width: 0.5rem;
  height: 3px;
  background: #fff;
  margin: 0.18rem auto 0;
}
.ibox2 .box .list {
  width: 100%;
  margin-top: 0.7rem;
  padding: 0 0.58rem;
  position: relative;
}
@media (max-width: 500px) {
  .ibox2 .box .list {
    padding: 0;
  }
}
.map { font-size: 14px;}
.ibox2 .box .list .swiper-container {
  width: 100%;
  padding: 0 0.3rem 0.5rem;
}
.ibox2 .box .list .swiper-container .swiper-slide {
  background: #fff;
  padding: 0.26rem 0.28rem 0.4rem;
  border-radius: 0.03rem;
  box-shadow: 0 0 0.59rem 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 500px) {
  .ibox2 .box .list .swiper-container .swiper-slide {
    box-shadow: 0 0 0.29rem 0 rgba(0, 0, 0, 0.08);
  }
}
.ibox2 .box .list .swiper-container .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.ibox2 .box .list .swiper-container .swiper-slide .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.ibox2 .box .list .swiper-container .swiper-slide .t1 {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.3rem;
  transition: all ease-in 0.3s;
  display: block;
}
@media (max-width: 1440px) {
  .ibox2 .box .list .swiper-container .swiper-slide .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibox2 .box .list .swiper-container .swiper-slide .t1 {
    font-size: 16px;
  }
}
.ibox2 .box .list .swiper-container .swiper-slide .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
  margin-top: 0.14rem;
}
@media (max-width: 1440px) {
  .ibox2 .box .list .swiper-container .swiper-slide .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox2 .box .list .swiper-container .swiper-slide .more {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  margin-top: 0.32rem;
  display: table;
  padding-right: 0.64rem;
  background: url(../images/icon13-1.png) right center no-repeat;
  background-size: 0.49rem;
  transition: all ease-in 0.3s;
}
.ibox2 .box .list .swiper-container .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.ibox2 .box .list .swiper-container .swiper-slide:hover .t1 {
  color: #1b5bb4;
}
.ibox2 .box .list .swiper-container .swiper-slide:hover .more {
  color: #78ac06;
  background: url(../images/icon13-2.png) right center no-repeat;
  background-size: 0.49rem;
}
.ibox2 .box .list .button-next,
.ibox2 .box .list .button-prev {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 2.23rem;
  z-index: 2;
  background: #c5c5c5;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.ibox2 .box .list .button-next:hover,
.ibox2 .box .list .button-prev:hover {
  background: #90c31f;
}
.ibox2 .box .list .button-next {
  right: 0;
}
.ibox2 .box .list .button-prev {
  left: 0;
}
.ibox3 {
  width: 100%;
}


.ibox3 .box .top .title {
  font-size: 0.4rem;
  line-height: 1;
  color: #000;
}
.ibox3 .box .top .span {
  width: 0.5rem;
  height: 2px;
  background: #333;
  margin-top: 0.2rem;
}



.ibox3 .menu {
  width: 100%;
  background: #284d80;
  padding: 0.42rem 0 0.45rem;
}
.ibox3 .menu ul {
  width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1600px) {
  .ibox3 .menu ul {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox3 .menu ul {
    width: 90%;
  }
}
.ibox3 .menu ul li {
  width: 33.3%;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
}
.ibox3 .menu ul li:last-child {
  border-right: 1px solid #fff;
}
@media (max-width: 500px) {
  .ibox3 .menu ul li {
    border: none;
  }
  .ibox3 .menu ul li:last-child {
    border-right: none;
  }
}
.ibox3 .menu ul li span {
  width: 2.85rem;
  height: 0.77rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  border-radius: 0.38rem;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .ibox3 .menu ul li span {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .ibox3 .menu ul li span {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .ibox3 .menu ul li span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .ibox3 .menu ul li span {
    font-size: 18px;
  }
}
.ibox3 .menu ul li span::after {
  content: '';
  width: 0.22rem;
  height: 0.19rem;
  background: url(../images/icon19.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  opacity: 0;
  transition: all ease-in 0.3s;
}
.ibox3 .menu ul li span img {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.18rem;
}
@media (max-width: 500px) {
  .ibox3 .menu ul li span img {
    display: none;
  }
}
.ibox3 .menu ul li span img:last-child {
  display: none;
}
.ibox3 .menu ul li span:hover {
  background: #78ac06;
}
.ibox3 .menu ul li span:hover::after {
  opacity: 1;
}
.ibox3 .menu ul li span:hover img:first-child {
  display: none;
}
.ibox3 .menu ul li span:hover img:last-child {
  display: block;
}
.ibox3 .menu ul li span.on {
  background: #78ac06;
}
.ibox3 .menu ul li span.on::after {
  opacity: 1;
}
.ibox3 .menu ul li span.on img:first-child {
  display: none;
}
.ibox3 .menu ul li span.on img:last-child {
  display: block;
}
@media (max-width: 500px) {
  .ibox3 .menu ul li span.on img:last-child {
    display: none;
  }
}
.ibox3 .list {
  width: 100%;
  padding: 0.45rem 0 0.93rem;
  background: #f5f5f5;
}
.ibox3 .list .box {
  width: 1600px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0.7rem 0.58rem 0.7rem;
}
@media (max-width: 1600px) {
  .ibox3 .list .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox3 .list .box {
    width: 90%;
  }
}
.ibox3 .list .box .swiper-container {
  width: 100%;
  padding: 0.7rem 0.3rem 0.7rem;
  display: none;
}
.ibox3 .list .box .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 0.03rem;
  box-shadow: 0 0 0.59rem 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
@media (max-width: 768px) {
  .ibox3 .list .box .swiper-container .swiper-slide {
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box1 {
  width: 100%;
  padding: 0.23rem 0.23rem 0.29rem;
  border-radius: 0.03rem;
}
@media (max-width: 768px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box1 {
    padding: 0.23rem 0.23rem 0.79rem;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box1 .img {
  width: 100%;
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box1 .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box1 .t1 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.28rem;
}
@media (max-width: 1440px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box1 .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box1 .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box1 .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #bbbbbb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.06rem;
}
@media (max-width: 1366px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box1 .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background: #004098;
  padding: 0.33rem 0.35rem 0;
  transition: all ease-in 0.3s;
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t1 span {
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #a4d831;
  font-weight: bold;
  padding-top: 0.37rem;
}
@media (max-width: 1600px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t1 span {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t1 span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t1 span {
    font-size: 16px;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t1 img {
  width: 1.41rem;
  border-radius: 0.03rem;
}
@media (max-width: 1600px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t1 img {
    display: none;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 {
  margin-top: 0.06rem;
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 .ts {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.26rem;
}
@media (max-width: 1440px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 .ts {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 .ts {
    font-size: 16px;
    line-height: 26px;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 span {
  width: 100%;
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #bad5fa;
  margin-bottom: 0.16rem;
  padding-left: 0.2rem;
}
@media (max-width: 500px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 span {
    font-size: 12px;
    line-height: 20px;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.07rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 500px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .t2 span::after {
    top: 0.15rem;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide .i3box2 .more {
  width: 1.69rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto 0;
  font-size: 16px;
  color: #004098;
}
@media (max-width: 1366px) {
  .ibox3 .list .box .swiper-container .swiper-slide .i3box2 .more {
    font-size: 14px;
  }
}
.ibox3 .list .box .swiper-container .swiper-slide:hover .i3box2 {
  top: 0;
}
.ibox3 .list .box .swiper-container.on {
  display: flex;
}
.ibox3 .list .box .button-next,
.ibox3 .list .box .button-prev {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #c5c5c5;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.ibox3 .list .box .button-next:hover,
.ibox3 .list .box .button-prev:hover {
  background: #90c31f;
}
.ibox3 .list .box .button-next {
  right: 0;
}
.ibox3 .list .box .button-prev {
  left: 0;
}
.ibox3 .list .box .list-more {
  height: 0.33rem;
  display: flex;
  align-items: center;
  padding-right: 0.65rem;
  background: url(../images/icon13-1.png) right center no-repeat;
  background-size: 0.49rem;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
  transition: all ease-in 0.3s;
}
.ibox3 .list .box .list-more:hover {
  color: #90c31f;
  background: url(../images/icon13-2.png) right center no-repeat;
  background-size: 0.49rem;
}
.ibox3.sibox {
  background: #f3f3f3;
  padding: 0.68rem 0 0;
}
.ibox3.sibox .top {
  width: 100%;
}
.ibox3.sibox .top .t1 {
  width: 100%;
  font-size: 0.36rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
.ibox3.sibox .top .span {
  width: 0.5rem;
  height: 3px;
  margin: 0.2rem auto 0;
  background: #78ac06;
}
.ibox3.sibox .list {
  background: #f3f3f3;
  padding: 0 0 0.93rem;
}
.ibox3.sibox .list .box {
  padding: 0.17rem 0.58rem;
}
.ibox4 {
  width: 100%;
  padding: 0.6rem 0 1.84rem 1.6rem;
}
@media (max-width: 1600px) {
  .ibox4 {
    padding: 0.6rem 0 1.84rem 8%;
  }
}
@media (max-width: 1024px) {
  .ibox4 {
    padding: 0.6rem 0 1.84rem 5%;
  }
}
@media (max-width: 768px) {
    .swiper-slide img {width: 100%;}
  .ibox4 {
    padding: 0.6rem 5% 0.7rem 5%;
  }
}
.ibox4 .box {
  width: 100%;
}
.ibox4 .box .top {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.ibox4 .box .top .title {
  font-size: 0.4rem;
  line-height: 1;
  color: #000;
}
.ibox4 .box .top .span {
  width: 0.5rem;
  height: 2px;
  background: #333;
  margin-top: 0.2rem;
}
.ibox4 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.95rem;
}
@media (max-width: 768px) {
  .ibox4 .box .list {
    flex-direction: column-reverse;
  }
}
.ibox4 .box .list .tbox {
  width: 23.6%;
  position: relative;
  padding-top: 0.88rem;
}
@media (max-width: 768px) {
  .ibox4 .box .list .tbox {
    width: 100%;
    padding-top: 0.48rem;
  }
}
.ibox4 .box .list .tbox .tbs {
  width: 100%;
}
.ibox4 .box .list .tbox .tbs .item {
  width: 100%;
  padding-bottom: 0.67rem;
  display: none;
}
@media (max-width: 768px) {
  .ibox4 .box .list .tbox .tbs .item {
    padding-bottom: 0;
  }
}
.ibox4 .box .list .tbox .tbs .item.on {
  display: block;
}
.ibox4 .box .list .tbox .tbs .item .t1 {
  font-size: 0.3rem;
  line-height: 1;
  color: #1053b2;
  font-weight: bold;
}
.ibox4 .box .list .tbox .tbs .item .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #777;
  margin-top: 0.35rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .ibox4 .box .list .tbox .tbs .item .t2 {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .ibox4 .box .list .tbox .tbs .item .t2 {
    margin-top: 0.2rem;
  }
}
.ibox4 .box .list .tbox .tbs .item .more {
  width: 3rem;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  display: flex;
  align-items: center;
  transition: all ease-in 0.3s;
  margin-top: 0.73rem;
}
@media (max-width: 1366px) {
  .ibox4 .box .list .tbox .tbs .item .more {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ibox4 .box .list .tbox .tbs .item .more {
    margin-top: 0.2rem;
  }
}
@media (max-width: 500px) {
  .ibox4 .box .list .tbox .tbs .item .more {
    width: 1.3rem;
  }
}
.ibox4 .box .list .tbox .tbs .item .more img {
  width: 0.49rem;
  margin-left: 0.08rem;
  transition: all ease-in 0.3s;
}
.ibox4 .box .list .tbox .tbs .item .more:hover {
  color: #9bd61b;
}
.ibox4 .box .list .tbox .tbs .item .more:hover img {
  margin-left: 0.18rem;
}
.ibox4 .box .list .tbox .ibtn {
  width: 100%;
  display: flex;
  margin-top: 0.4rem;
}
.ibox4 .box .list .tbox .ibtn .button-next,
.ibox4 .box .list .tbox .ibtn .button-prev {
  width: 0.58rem;
  height: 0.58rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
  border: 1px solid #dcdcdc;
}
.ibox4 .box .list .tbox .ibtn .button-next {
  background: url(../images/icon15-1.png) center center no-repeat;
  background-size: 0.48rem;
}
.ibox4 .box .list .tbox .ibtn .button-next:hover {
  border: 1px solid #1053b2;
  background: #1053b2 url(../images/icon15.png) center center no-repeat;
}
.ibox4 .box .list .tbox .ibtn .button-prev {
  background: url(../images/icon14-1.png) center center no-repeat;
  background-size: 0.48rem;
}
.ibox4 .box .list .tbox .ibtn .button-prev:hover {
  border: 1px solid #1053b2;
  background: #1053b2 url(../images/icon14.png) center center no-repeat;
}
.ibox4 .box .list .swiper-container {
  width:87%;
  width:100%;
  margin: 0;
}
@media (max-width: 768px) {
  .ibox4 .box .list .swiper-container {
    width: 100%;
  }
}
.ibox4 .box .list .swiper-container .swiper-slide img {
  width: 100%;
}
.ibox4 .box .list .swiper-container .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
 /* background: rgba(0, 0, 0, 0.5);*/
}
.ibox4 .box .list .swiper-container .swiper-slide.swiper-slide-active::after {
  display: none;
}
.ibxo5 {
  width: 100%;
  background: #f5f5f5;
  padding: 0.61rem 0 0.56rem;
}
.ibxo5 .box {
  width: 1600px;
  margin: auto;
  position: relative;
}
@media (max-width: 1600px) {
  .ibxo5 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibxo5 .box {
    width: 90%;
  }
}
.ibxo5 .box .top {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.ibxo5 .box .top .title {
  width: 100%;
  font-size: 0.4rem;
  line-height: 1;
  color: #000;
}
.ibxo5 .box .top .span {
  width: 0.5rem;
  height: 2px;
  background: #333;
  margin-top: 0.2rem;
}
.ibxo5 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.95rem;
}
.ibxo5 .box .list .item {
  width: 46.875%;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.31rem;
  margin-bottom: 0.67rem;
}
@media (max-width: 768px) {
  .ibxo5 .box .list .item {
    width: 100%;
  }
}
.ibxo5 .box .list .item .img {
  width: 41.6%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .ibxo5 .box .list .item .img {
    width: 100%;
  }
}
.ibxo5 .box .list .item .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.ibxo5 .box .list .item .tbox {
  width: 46.6%;
  padding-top: 0.04rem;
}
@media (max-width: 500px) {
  .ibxo5 .box .list .item .tbox {
    width: 100%;
    padding-top: 0.14rem;
  }
}
.ibxo5 .box .list .item .tbox .time {
  font-size: 20px;
  line-height: 30px;
  color: #bbb;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .ibxo5 .box .list .item .tbox .time {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibxo5 .box .list .item .tbox .time {
    font-size: 16px;
    line-height: 26px;
  }
}
.ibxo5 .box .list .item .tbox .t1 {
  font-size: 20px;
  line-height: 36px;
  height: 72px;
  font-weight: bold;
  color: #333;
  margin-top: 0.27rem;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .ibxo5 .box .list .item .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ibxo5 .box .list .item .tbox .t1 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 0.1rem;
  }
}
.ibxo5 .box .list .item .tbox .more {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  transition: all ease-in 0.3s;
}
.ibxo5 .box .list .item .tbox .more img {
  width: 0.49rem;
  margin-left: 0.08rem;
  transition: all ease-in 0.3s;
}
.ibxo5 .box .list .item:hover .img img {
  transform: scale(1.05);
}
.ibxo5 .box .list .item:hover .tbox .t1 {
  color: #1053b2;
}
.ibxo5 .box .list .item:hover .tbox .more {
  color: #9bd61b;
}
.ibxo5 .box .list .item:hover .tbox .more img {
  margin-left: 0.18rem;
}
.ibxo5 .box .list-more {
  position: absolute;
  right: 0;
  top: 0;
  height: 0.43rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  transition: all ease-in 0.3s;
}
.ibxo5 .box .list-more img {
  width: 0.49rem;
  margin-left: 0.08rem;
  transition: all ease-in 0.3s;
}
.ibxo5 .box .list-more:hover {
  color: #9bd61b;
}
.ibxo5 .box .list-more:hover img {
  margin-left: 0.18rem;
}
.ibox6 {
  width: 100%;
  padding: 0.61rem 0 1.54rem;
  background: url(../images/img14.jpg) center center no-repeat;
}
@media (max-width: 768px) {
  .ibox6 {
    padding: 0.61rem 0;
  }
}
.ibox6 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .ibox6 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .ibox6 .box {
    width: 90%;
  }
}
.ibox6 .box .top {
  width: 100%;
  text-align: center;
}
.ibox6 .box .top .title {
  font-size: 0.4rem;
  line-height: 1;
  color: #000;
}
.ibox6 .box .top .span {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.17rem auto 0;
}
.ibox6 .box .list {
  width: 100%;
  margin-top: 1.93rem;
  position: relative;
}
@media (max-width: 768px) {
  .ibox6 .box .list {
    margin-top: 0.5rem;
  }
}
.ibox6 .box .list .img {
  width: 3.3rem;
  height: 3.3rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.ibox6 .box .list .tbox {
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ibox6 .box .list .tbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.3rem;
  }
}
.ibox6 .box .list .tbox .item {
  width: inherit;
  position: absolute;
  text-align: right;
}
@media (max-width: 768px) {
  .ibox6 .box .list .tbox .item {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.2rem;
  }
}
.ibox6 .box .list .tbox .item .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  position: absolute;
}
@media (max-width: 768px) {
  .ibox6 .box .list .tbox .item .icon {
    position: relative;
    margin-right: 0.1rem;
  }
}
.ibox6 .box .list .tbox .item .t1 {
  font-size: 24px;
  color: #2d50aa;
  line-height: 1;
}
@media (max-width: 1440px) {
  .ibox6 .box .list .tbox .item .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .ibox6 .box .list .tbox .item .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .ibox6 .box .list .tbox .item .t1 {
    font-size: 16px;
  }
}
.ibox6 .box .list .tbox .item .t2 {
  font-size: 18px;
  color: #888;
  line-height: 36px;
  margin-top: 0.08rem;
}
@media (max-width: 1440px) {
  .ibox6 .box .list .tbox .item .t2 {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .ibox6 .box .list .tbox .item .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.ibox6 .box .list .tbox .item:nth-child(1) {
  right: calc(100% + 1.3rem);
  bottom: calc(100% + 0.32rem);
}
.ibox6 .box .list .tbox .item:nth-child(1) .icon {
  top: 0.26rem;
  right: -0.97rem;
}
.ibox6 .box .list .tbox .item:nth-child(2) {
  text-align: left;
  left: calc(100% + 1.25rem);
  bottom: calc(100% + 0.32rem);
}
.ibox6 .box .list .tbox .item:nth-child(2) .icon {
  top: 0.26rem;
  left: -0.96rem;
}
.ibox6 .box .list .tbox .item:nth-child(3) {
  right: calc(100% + 1.93rem);
  bottom: 0.33rem;
}
.ibox6 .box .list .tbox .item:nth-child(3) .icon {
  top: -0.1rem;
  right: -0.97rem;
}
.ibox6 .box .list .tbox .item:nth-child(4) {
  text-align: left;
  left: calc(100% + 2.05rem);
  bottom: 0.33rem;
}
.ibox6 .box .list .tbox .item:nth-child(4) .icon {
  top: -0.1rem;
  left: -0.96rem;
}
@media (max-width: 768px) {
  .ibox6 .box .list .tbox .item {
    width: 100%;
    position: relative;
  }
  .ibox6 .box .list .tbox .item:nth-child(1) {
    right: initial;
    bottom: initial;
  }
  .ibox6 .box .list .tbox .item:nth-child(1) .icon {
    top: initial;
    right: initial;
  }
  .ibox6 .box .list .tbox .item:nth-child(2) {
    left: initial;
    bottom: initial;
  }
  .ibox6 .box .list .tbox .item:nth-child(2) .icon {
    top: initial;
    left: initial;
  }
  .ibox6 .box .list .tbox .item:nth-child(3) {
    right: initial;
    bottom: initial;
  }
  .ibox6 .box .list .tbox .item:nth-child(3) .icon {
    top: initial;
    right: initial;
  }
  .ibox6 .box .list .tbox .item:nth-child(4) {
    left: initial;
    bottom: initial;
  }
  .ibox6 .box .list .tbox .item:nth-child(4) .icon {
    top: initial;
    left: initial;
  }
}
.footer {
  width: 100%;
  background: #1b2c57;
  padding: 0.58rem 0 0;
}
.footer .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .footer .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .footer .box {
    width: 90%;
  }
}
.footer .box .tbox1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .box .tbox1 .box1 {
  width: 27.185%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .footer .box .tbox1 .box1 {
    width: 100%;
  }
}
.footer .box .tbox1 .box1 .ewmbox {
  width: 100%;
  display: flex;
}
.footer .box .tbox1 .box1 .ewmbox .ewm {
  width: 1.09rem;
  margin-right: 0.22rem;
}
.footer .box .tbox1 .box1 .ewmbox .ewm .img {
  width: 1.09rem;
  height: 1.09rem;
  display: flex;
}
.footer .box .tbox1 .box1 .ewmbox .ewm .img img {
  width: 100%;
  height: 100%;
}
.footer .box .tbox1 .box1 .ewmbox .ewm .txt {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin-top: 0.17rem;
}
@media (max-width: 1366px) {
  .footer .box .tbox1 .box1 .ewmbox .ewm .txt {
    font-size: 14px;
  }
}
.footer .box .tbox1 .box1 .share {
  display: flex;
  margin-top: 0.37rem;
}
.footer .box .tbox1 .box1 .share a {
  width: 38px;
  height: 38px;
  display: flex;
  margin-right: 0.2rem;
}
.footer .box .tbox1 .box1 .share a:last-child {
  margin-right: 0;
}
.footer .box .tbox1 .box1 .share a img {
  width: 100%;
  height: 100%;
}
.footer .box .tbox1 .box2 {
  width: 51.25%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .box .tbox1 .box2 {
    display: none;
  }
}
.footer .box .tbox1 .box2 .abox {
  width: 2.18rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.footer .box .tbox1 .box2 .abox:last-child {
  width: 2.5rem;
}
@media (max-width: 1220px) {
  .footer .box .tbox1 .box2 .abox:last-child {
    width: 3.4rem;
  }
}
@media (max-width: 1024px) {
  .footer .box .tbox1 .box2 .abox:last-child {
    width: 4.4rem;
  }
}
.footer .box .tbox1 .box2 .abox .a1 {
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.footer .box .tbox1 .box2 .abox .a2 {
  width: 100%;
  display: flex;
  color: #7a88ab;
  font-size: 16px;
  line-height: 36px;
}
@media (max-width: 1366px) {
  .footer .box .tbox1 .box2 .abox .a2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer .box .tbox1 .box2 .abox .a2:hover {
  color: #fff;
}
.footer .box .tbox1 .box3 {
  width: 20.3%;
}
@media (max-width: 768px) {
  .footer .box .tbox1 .box3 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .footer .box .tbox1 .box3 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.footer .box .tbox1 .box3 .t1 {
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1366px) {
  .footer .box .tbox1 .box3 .t1 {
    font-size: 14px;
  }
}
.footer .box .tbox1 .box3 .t2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-top: 0.36rem;
}
@media (max-width: 1440px) {
  .footer .box .tbox1 .box3 .t2 {
    font-size: 28px;
  }
}
@media (max-width: 1366px) {
  .footer .box .tbox1 .box3 .t2 {
    font-size: 26px;
  }
}
.footer .box .tbox1 .box3 .t3 {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 22px;
  margin-top: 0.17rem;
  display: table;
}
@media (max-width: 1366px) {
  .footer .box .tbox1 .box3 .t3 {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .footer .box .tbox1 .box3 .t3 {
    font-size: 14px;
  }
}
.footer .box .tbox1 .box3 .t4 {
  width: 100%;
  margin-top: 0.23rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.footer .box .tbox1 .box3 .t4 div {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
@media (max-width: 1366px) {
  .footer .box .tbox1 .box3 .t4 div {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer .box .tbox1 .box3 .t4 div span {
  width: 75%;
  font-size: 16px;
  line-height: 30px;
  color: #7a88ab;
}
@media (max-width: 1366px) {
  .footer .box .tbox1 .box3 .t4 div span {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer .box .tbox2 {
  width: 100%;
  border-top: 1px solid #2e3d62;
  margin-top: 0.72rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0 0.3rem;
}
@media (max-width: 1024px) {
  .footer .box .tbox2 {
    margin-top: 0.2rem;
    padding: 0.3rem 0;
    align-items: flex-start;
  }
}
.footer .box .tbox2 .left {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .box .tbox2 .left {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .footer .box .tbox2 .left {
    width: 100%;
    justify-content: center;
  }
}
.footer .box .tbox2 .left .txt {
  margin-right: 0.54rem;
  color: #7a88ab;
}
@media (max-width: 500px) {
  .footer .box .tbox2 .left .txt {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.footer .box .tbox2 .left .txt span {
  color: #fff;
}
.footer .box .tbox2 .left a {
  color: #7a88ab;
  align-items: center;
}
.footer .box .tbox2 .right {
  display: flex;
}
@media (max-width: 500px) {
  .footer .box .tbox2 .right {
    width: 100%;
    justify-content: center;
    margin-top: 0.1rem;
  }
}
.footer .box .tbox2 .right a {
  font-size: 14px;
  color: #7a88ab;
}
.head-height {
  height: 0.98rem;
}
.info-banner {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
}
.info-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-page {
  width: 100%;
  background: #f3f3f3;
}
.info-page .info-menu {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.info-page .info-menu .box {
  width: 1600px;
  margin: 0 auto -1px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 1600px) {
  .info-page .info-menu .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-banner {

    height: 2rem;
   
}.info-page .info-menu .box {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .info-page .info-menu .box {
    padding: 0.2rem 0;
  }
}
.info-page .info-menu .box .left {
  /* width: 100%; */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.info-page .info-menu .box .left .page-now {
  width: 3.53rem;
  height: 1.41rem;
  background: #083e87;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin-top: -0.8rem;
}
@media (max-width: 768px) {
  .info-page .info-menu .box .left .page-now {
    display: none;
  }
}
.info-page .info-menu .box .left .page-now span {
  width: 100%;
  font-size: 18px;
  color: #516c92;
  line-height: 0.36rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .info-page .info-menu .box .left .page-now span {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .info-page .info-menu .box .left .page-now span {
    font-size: 14px;
  }
}
.info-page .info-menu .box .left .menu {
  margin-left: 0.5rem;
}
@media (max-width: 1024px) {
  .info-page .info-menu .box .left .menu {
    width: 100%;
    margin-left: 0.8rem;
    overflow-x: auto;
  }
  .info-page .info-menu .box .left .menu::-webkit-scrollbar{
    display: none;
  }
}
@media (max-width: 768px) {
  .info-page .info-menu .box .left .menu {
    margin-left: 0;
  }
}
.info-page .info-menu .box .left .menu ul {
  display: flex;
}
.info-page .info-menu .box .left .menu ul li {
  border-bottom: 3px solid transparent;
  transition: all ease-in 0.3s;
  margin-right: 0.3rem;
}
@media (max-width: 1024px) {
  .info-page .info-menu .box .left{
    width: 100%;
  }
  .info-page .info-menu .box .left .menu ul li {
    margin-right: 0.8rem;
  }
}
@media (max-width: 768px) {
  .info-page .info-menu .box .left .menu ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 500px) {
  .info-page .info-menu .box .left .menu ul li {
    margin-right: 0.2rem;
  }
}
.info-page .info-menu .box .left .menu ul li a {
  font-size: 16px;
  line-height: 0.36rem;
  color: #727272;
  padding: 0.15rem 0.05rem 0.09rem;
  transition: all ease-in 0.3s;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .info-page .info-menu .box .left .menu ul li a {
    font-size: 14px;
  }
}
.info-page .info-menu .box .left .menu ul li:hover,
.info-page .info-menu .box .left .menu ul li.on {
  border-bottom: 3px solid #083e87;
}
.info-page .info-menu .box .left .menu ul li:hover a,
.info-page .info-menu .box .left .menu ul li.on a {
  color: #083e87;
  font-weight: bold;
}
.info-page .info-menu .box .right {
  padding: 0.15rem 0.05rem 0.09rem;
  font-size: 16px;
  line-height: 0.36rem;
  color: #9c9c9c;
}
@media (max-width: 1366px) {
  .info-page .info-menu .box .right {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .info-page .info-menu .box .right {
    margin-top: 0.2rem;
  }
}
.info-page .info-menu .box .right a {
  color: #9c9c9c;
}
.info-page .info-menu .box .right a:hover {
  color: #083e87;
}
.info-page .info-menu .box .right span {
  color: #083e87;
}
.info-page .info-menu.ipnews {
  background: #fff;
}
.info-page .product {
  width: 100%;
  padding: 1rem 0 0.94rem;
}
.info-page .product .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .product .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .product .box {
    width: 90%;
  }
}
.info-page .product .box .list {
  width: 100%;
  padding-bottom: 0.2rem;
}
.info-page .product .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.info-page .product .box .list ul li {
  width: 23.375%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.77rem;
  border-radius: 0.03rem;
  box-shadow: 0 0 0.59rem 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.info-page .product .box .list ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1366px) {
  .info-page .product .box .list ul li {
    width: 32%;
  }
  .info-page .product .box .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .info-page .product .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .info-page .product .box .list ul li {
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
    width: 49%;
    margin-bottom: 0.4rem;
  }
  .info-page .product .box .list ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .info-page .product .box .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .info-page .product .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .info-page .product .box .list ul li {
    width: 100%;
  }
  .info-page .product .box .list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .info-page .product .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .info-page .product .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.info-page .product .box .list ul li .i3box1 {
  width: 100%;
  padding: 0.23rem 0.23rem 0.29rem;
  border-radius: 0.03rem;
}
@media (max-width: 768px) {
  .info-page .product .box .list ul li .i3box1 {
    padding: 0.23rem 0.23rem 0.79rem;
  }
}
.info-page .product .box .list ul li .i3box1 .img {
  width: 100%;
}
.info-page .product .box .list ul li .i3box1 .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.info-page .product .box .list ul li .i3box1 .t1 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.28rem;
}
@media (max-width: 1440px) {
  .info-page .product .box .list ul li .i3box1 .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .product .box .list ul li .i3box1 .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.info-page .product .box .list ul li .i3box1 .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #bbbbbb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.06rem;
}
@media (max-width: 1366px) {
  .info-page .product .box .list ul li .i3box1 .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .product .box .list ul li .i3box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background: #004098;
  padding: 0.33rem 0.35rem 0;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .info-page .product .box .list ul li .i3box2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.info-page .product .box .list ul li .i3box2 .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info-page .product .box .list ul li .i3box2 .t1 span {
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #a4d831;
  font-weight: bold;
  padding-top: 0.37rem;
}
@media (max-width: 1600px) {
  .info-page .product .box .list ul li .i3box2 .t1 span {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .info-page .product .box .list ul li .i3box2 .t1 span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .product .box .list ul li .i3box2 .t1 span {
    font-size: 16px;
  }
}
.info-page .product .box .list ul li .i3box2 .t1 img {
  width: 1.41rem;
  border-radius: 0.03rem;
}
@media (max-width: 1600px) {
  .info-page .product .box .list ul li .i3box2 .t1 img {
    display: none;
  }
}
.info-page .product .box .list ul li .i3box2 .t2 {
  margin-top: 0.06rem;
  width:100%;
}
.info-page .product .box .list ul li .i3box2 .t2 .ts {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.16rem;
}
@media (max-width: 1440px) {
  .info-page .product .box .list ul li .i3box2 .t2 .ts {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .product .box .list ul li .i3box2 .t2 .ts {
    font-size: 16px;
    line-height: 26px;
  }
}
.info-page .product .box .list ul li .i3box2 .t2 span {
  width: 100%;
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #bad5fa;
  margin-bottom: 0.16rem;
  padding-left: 0.2rem;
}
@media (max-width: 1440px) {
  .info-page .product .box .list ul li .i3box2 .t2 span {
    font-size: 12px;
  }
}
.info-page .product .box .list ul li .i3box2 .t2 span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.07rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
}
.info-page .product .box .list ul li .i3box2 .more {
  width: 1.69rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.14rem auto 0;
  font-size: 16px;
  color: #004098;
}
@media (max-width: 1366px) {
  .info-page .product .box .list ul li .i3box2 .more {
    font-size: 14px;
  }
}
.info-page .product .box .list ul li:hover .i3box2 {
  top: 0;
}
.info-page .product-info {
  width: 100%;
  padding-bottom: 0.52rem;
}
.info-page .product-info .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .product-info .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .product .box .list ul li .i3box2 { display:none;}.info-page .product-info .box {
    width: 90%;
  }
}
.info-page .product-info .box .box1 {
  width: 100%;
  background: #fff;
  padding: 0.9rem 1rem 0.8rem;
      display: none;  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .info-page .product-info .box .box1 {
    padding: 0.9rem 0.8rem 0.8rem;
  }
}
@media (max-width: 500px) {
  .info-page .product-info .box .box1 {
    padding: 0.9rem 0.5rem 0.8rem;
  }
}
.info-page .product-info .box .box1 .img {
  width: 45.7%;
  box-shadow: 0 0 0.59rem 0 rgba(0, 0, 0, 0.08);
}
.info-page .product-info .box .box1 h3 {font-size:26px; font-weight: bold;     margin: auto;}
@media (max-width: 768px) {
  .info-page .product-info .box .box1 .img {
    width: 100%;
  }
}
.info-page .product-info .box .box1 .img img {
  width: 100%;
}
.info-page .product-info .box .box1 .tbox {
  width: 46.9%;
}
@media (max-width: 768px) {
  .info-page .product-info .box .box1 .tbox {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.info-page .product-info .box .box1 .tbox .t1 {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.info-page .product-info .box .box1 .tbox .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #888;
  margin-top: 0.63rem;
}
@media (max-width: 1366px) {
  .info-page .product-info .box .box1 .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .product-info .box .box2 {
  width: 100%;
  background: #fff;
  font-size:14px;
  margin-top: 0.4rem;
  padding: 0.74rem 1rem 0.1rem;
  /* overflow-x:scroll; */
}
.info-page .product-info .box .box2 img{
max-width:initial;
}
.info-page .product-info .box .box2 ul li{
  line-height: 1.8;
  list-style-type:disc;
  margin-left: 20px;
}
.info-page .solution .box .txt ul li{
  line-height: 1.8;
  list-style-type:disc;
  margin-left: 20px;
}



  .yy {width: 100%;overflow: hidden; }
                                .yy .left {width: 30%;float: left;padding: 10px;}
                                 .yy .left img {width:  100%;}
                                .yy .right {width: 60%;float: left;padding: 20px;}

@media (max-width: 768px) {
  .info-page .product-info .box .box2 {
    padding: 0.74rem 0.8rem 0.1rem;
  }
 
    .yy .left {
    width: 100%;
    }
    .yy .right {
    width:100%;
    }
}
@media (max-width: 500px) {
  /* 这里是移动端滑动效果 */
  .info-page .product-info .box .box2 {
    padding: 0.74rem 0.5rem 0.1rem;
    /* overflow: scroll; */
  }
    .info-page .product-info .box .box2 img {width: 100%}
}
.info-page .product-info .box .box2 .top {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 0.85rem;
}
.info-page .product-info .box .box2 .top .t1 {
  font-size: 0.3rem;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  border-bottom: 2px solid #1e78e8;
  padding-right: 0.1rem;
  padding-bottom: 0.18rem;
}
.info-page .product-info .box .box2 .top::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1.5rem);
  height: 1px;
  background: #eee;
}
.info-page .product-info .box .box2 .list {
  width: 76%;
  margin: 0 auto 0.6rem;
  border: 1px solid #eee;
}
@media (max-width: 1220px) {
  .info-page .product-info .box .box2 .list {
    width: 100%;
  }
}
.info-page .product-info .box .box2 .list ul {
  width: 100%;
}
.info-page .product-info .box .box2 .list ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.info-page .product-info .box .box2 .list ul li:last-child {
  border-bottom: none;
}
.info-page .product-info .box .box2 .list ul li:nth-child(2n) {
  background: #f8f8f8;
}
.info-page .product-info .box .box2 .list ul li:first-child .txt {
  height: 0.6rem;
  background: #9dc92a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.info-page .product-info .box .box2 .list ul li .txt {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.info-page .product-info .box .box2 .list ul li .txt .t1 {
  width: 32%;
  padding: 0 0.34rem;
}
.info-page .product-info .box .box2 .list ul li .txt .t2 {
  width: 68%;
  border-left: 1px solid #eee;
  padding: 0.15rem 0.3rem 0.15rem 0.4rem;
}
.info-page .product-info .box .box2 .list ul li .txt2 {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding: 0.15rem 0.3rem 0.15rem 0.34rem;
}
.info-page .case {
  width: 100%;
  padding: 0 0 1.15rem;
}
.info-page .case .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .case .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .case .box {
    width: 90%;
  }
}
.info-page .case .box .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.69rem 0 0.33rem;
}
.info-page .case .box .top .left {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .info-page .case .box .top .left {
    width: 100%;
  }
}
.info-page .case .box .top .left a {
  height: 0.4rem;
  padding: 0 0.3rem;
  border-radius: 0.2rem;
  font-size: 16px;
  color: #9c9595;
  margin-left: 0.1rem;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .info-page .case .box .top .left a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .info-page .case .box .top .left a {
    margin: 0 0.1rem 0.1rem 0;
  }
}
.info-page .case .box .top .left a:hover,
.info-page .case .box .top .left a.on {
  background: #ebebeb;
  color: #333;
}
.info-page .case .box .top .right {
  display: flex;
}
@media (max-width: 768px) {
  .info-page .case .box .top .right {
    margin-top: 0.3rem;
  }
}
.info-page .case .box .top .right select {
  height: 0.4rem;
  padding-right: 0.33rem;
  border: none;
  background: url(../images/icon24.png) right center no-repeat;
  background-size: 0.2rem 0.1rem;
}
.info-page .case .box .list {
  width: 100%;
  padding: 0.64rem 0 0.4rem;
}
.info-page .case .box .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.info-page .case .box .list ul li {
  width: 30%;
  cursor: pointer;
  margin-right: 3.125%;
  margin-bottom: 0.5rem;
  background: #fff;
  transition: all ease-in 0.3s;
}
/*.info-page .case .box .list ul li:nth-child(4n) {
  margin-right: 0;
display: none;
}
*/@media (max-width: 768px) {
  .info-page .case .box .list ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .info-page .case .box .list ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .info-page .case .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .info-page .case .box .list ul li {
    width: 100%;
    margin-right: 0;
  }
  .info-page .case .box .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .info-page .case .box .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.info-page .case .box .list ul li .img {
  width: 100%;
  overflow: hidden;
}
.info-page .case .box .list ul li .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.info-page .case .box .list ul li .tbox {
  width: 100%;
  padding: 0.2rem 0.33rem 0.35rem;
}
.info-page .case .box .list ul li .tbox .t1 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .info-page .case .box .list ul li .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .info-page .case .box .list ul li .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .info-page .case .box .list ul li .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .info-page .case .box .list ul li .tbox .t1 {
    font-size: 16px;
  }
}
.info-page .case .box .list ul li .tbox .t2 {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.12rem;
}
@media (max-width: 1440px) {
  .info-page .case .box .list ul li .tbox .t2 {
    font-size: 14px;
  }
}
.info-page .case .box .list ul li .tbox .t3 {
  margin-top: 0.12rem;
  display: flex;
}
.info-page .case .box .list ul li .tbox .t3 img {
  width: 0.49rem;
  transition: all ease-in 0.3s;
}
.info-page .case .box .list ul li:hover {
  box-shadow: 0 0 0.59rem 0 rgba(0, 0, 0, 0.08);
}
.info-page .case .box .list ul li:hover .img img {
  transform: scale(1.05);
}
.info-page .case .box .list ul li:hover .tbox .t1 {
  color: #1569dc;
}
.info-page .case .box .list ul li:hover .tbox .t3 img {
  margin-left: 0.1rem;
}
.info-page .about {
  width: 100%;
}
.info-page .about .abox1 {
  width: 100%;
  padding: 1.22rem 0 0.9rem;
  background: url(../images/img31.png) center center no-repeat;
  background-size: cover;
}
.info-page .about .abox1 .box {
  width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .info-page .about .abox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .about .abox1 .box {
    width: 90%;
  }
}
.info-page .about .abox1 .box .tbox {
  width: 48.125%;
}
@media (max-width: 1220px) {
  .info-page .about .abox1 .box .tbox {
    width: 100%;
  }
}
.info-page .about .abox1 .box .tbox .t1 {
  font-size: 0.36rem;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.info-page .about .abox1 .box .tbox .t2 {
  width: 0.5rem;
  height: 3px;
  background: #78ac06;
  margin-top: 0.2rem;
}
.info-page .about .abox1 .box .tbox .t3 {
  font-size: 16px;
  line-height: 36px;
  color: #636363;
  margin-top: 0.45rem;
  height: 3.2rem;
  overflow: hidden;
  /* overflow-y: scroll; */
}
@media (max-width: 1366px) {
  .info-page .about .abox1 .box .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1220px) {
  .info-page .about .abox1 .box .tbox .t3 {
    /* height: auto;
    overflow-y:auto */
  }
}
.info-page .about .abox1 .box .tbox .t3 span {
  /* color: #636363; */
  font-weight: bold;
}
.info-page .about .abox1 .box .tbox .more {
  margin-top: 0.36rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #083e87;
}
.info-page .about .abox1 .box .tbox .more img {
  width: 0.49rem;
  margin-left: 0.16rem;
}
.info-page .about .abox1 .box .img {
  width: 43%;
  margin-right: 0.33rem;
}
@media (max-width: 1220px) {
  .info-page .about .abox1 .box .img {
    width: 100%;
  }
}
.info-page .about .abox1 .box .img img {
  width: 100%;
}
.info-page .about .abox2 {
  width: 100%;
  background: #f9f9f9;
  padding: 0.83rem 0 1.4rem;
}
.info-page .about .abox2 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .about .abox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .about .abox2 .box {
    width: 90%;
  }
}
.info-page .about .abox2 .box .top {
  width: 100%;
}
.info-page .about .abox2 .box .top .title {
  font-size: 0.36rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.info-page .about .abox2 .box .top .span {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.22rem auto 0;
}
.info-page .about .abox2 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.78rem;
}
.info-page .about .abox2 .box .list .item {
  position: relative;
  margin-bottom: 0.2rem;
}
.info-page .about .abox2 .box .list .item .img {
  width: 100%;
}
.info-page .about .abox2 .box .list .item .img img {
  width: 100%;
}
.info-page .about .abox2 .box .list .item .tbox {
  left: 0;
  top: 0;
  padding: 0.34rem 1rem 0.34rem 0.4rem;
}
@media (max-width: 1600px) {
  .info-page .about .abox2 .box .list .item .tbox {
    padding: 0.34rem 0.4rem;
  }
}
.info-page .about .abox2 .box .list .item .tbox .t1 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .info-page .about .abox2 .box .list .item .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .info-page .about .abox2 .box .list .item .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  .info-page .about .abox2 .box .list .item .tbox .t1 {
    font-size: 16px;
  }
}
.info-page .about .abox2 .box .list .item .tbox .t2 {
  width: 0.5rem;
  height: 3px;
  background: #000;
  margin-top: 0.1rem;
}
.info-page .about .abox2 .box .list .item .tbox .t3 {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  margin-top: 0.2rem;
}
@media (max-width: 1440px) {
  .info-page .about .abox2 .box .list .item .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .about .abox2 .box .list .item:nth-child(1),
.info-page .about .abox2 .box .list .item:nth-child(2),
.info-page .about .abox2 .box .list .item:nth-child(3) {
  width: 32.5%;
}
@media (max-width: 768px) {
  .info-page .about .abox2 .box .list .item:nth-child(1),
  .info-page .about .abox2 .box .list .item:nth-child(2),
  .info-page .about .abox2 .box .list .item:nth-child(3) {
    width: 100%;
  }
}
.info-page .about .abox2 .box .list .item:nth-child(4),
.info-page .about .abox2 .box .list .item:nth-child(5) {
  width: 49.2%;
}
@media (max-width: 768px) {
  .info-page .about .abox2 .box .list .item:nth-child(4),
  .info-page .about .abox2 .box .list .item:nth-child(5) {
    width: 100%;
  }
}
.info-page .about .abox3 {
  width: 100%;
  background: url(../images/img32.png) center center no-repeat;
  background-size: cover;
  padding: 0.84rem 0 1.02rem;
}
.info-page .about .abox3 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .about .abox3 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .about .abox3 .box {
    width: 90%;
  }
}
.info-page .about .abox3 .box .top {
  width: 100%;
}
.info-page .about .abox3 .box .top .title {
  font-size: 0.36rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.info-page .about .abox3 .box .top .span {
  width: 0.5rem;
  height: 3px;
  background: #fff;
  margin: 0.2rem auto 0;
}
.info-page .about .abox3 .box .list {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0 0.13rem;
}
.info-page .about .abox3 .box .list .swiper-container {
  width: 100%;
  padding-bottom: 0.78rem;
}
.info-page .about .abox3 .box .list .swiper-container .asbox {
  width: 100%;
}
.info-page .about .abox3 .box .list .swiper-container .asbox .img {
  width: 100%;
}
.info-page .about .abox3 .box .list .swiper-container .asbox .img img {
  width: 100%;
}
.info-page .about .abox3 .box .list .swiper-container .asbox .txt {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #aaa;
  text-align: center;
  margin-top: 0.23rem;
}
@media (max-width: 1440px) {
  .info-page .about .abox3 .box .list .swiper-container .asbox .txt {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .info-page .about .abox3 .box .list .swiper-container .asbox .txt {
    font-size: 14px;
  }
}
.info-page .about .abox3 .box .list .swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}
.info-page .about .abox3 .box .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background: #d7d7d7;
  opacity: 1;
}
.info-page .about .abox3 .box .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #4f79b3;
}
.info-page .about .abox4 {
  width: 100%;
  background: url(../images/img33.png) center center no-repeat;
  background-size: cover;
  padding: 0.83rem 0 1.38rem;
}
.info-page .about .abox4 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .about .abox4 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .about .abox4 .box {
    width: 90%;
  }
}
.info-page .about .abox4 .box .top {
  width: 100%;
}
.info-page .about .abox4 .box .top .title {
  font-size: 0.36rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
.info-page .about .abox4 .box .top .span {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.22rem auto 0;
}
.info-page .about .abox4 .box .list {
  width: 100%;
  margin-top: 1.02rem;
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide {
  transform: scale(0.8);
  position: relative;
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 9;
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide.swiper-slide-active::after {
  display: none;
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide .img {
  width: 100%;
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide .img img {
  width: 100%;
}
.info-page .about .abox4 .box .list .swiper-container .swiper-slide .txt {
  width: 100%;
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: rgba(40, 77, 128, 0.8);
  opacity: 0;
}
@media (max-width: 1440px) {
  .info-page .about .abox4 .box .list .swiper-container .swiper-slide .txt {
    font-size: 14px;
  }
}
.info-page .about .abox4 .box .ckbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.27rem;
}
.info-page .about .abox4 .box .ckbox .prev {
  width: 0.31rem;
  height: 0.31rem;
  display: flex;
  cursor: pointer;
}
.info-page .about .abox4 .box .ckbox .line {
  width: 58%;
  height: 1px;
  background: #e1e1e1;
  margin: 0 0.16rem;
}
.info-page .about .abox4 .box .ckbox .next {
  width: 0.31rem;
  height: 0.31rem;
  display: flex;
  cursor: pointer;
}
.info-page .contact {
  width: 100%;
}
.info-page .contact .cbox1 {
  width: 100%;
  background: #fff;
  padding: 0.6rem 0 0.47rem;
}
.info-page .contact .cbox1 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .contact .cbox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .contact .cbox1 .box {
    width: 90%;
  }
}
.info-page .contact .cbox1 .box .top {
  width: 100%;
}
.info-page .contact .cbox1 .box .top .title {
  font-size: 0.36rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.info-page .contact .cbox1 .box .top .span {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.25rem auto 0;
}

.info-page .contact .cbox1 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.47rem;
}
@media (max-width: 1220px) {
  .info-page .contact .cbox1 .box .list {
    flex-wrap: wrap;
  }
}
.info-page .contact .cbox1 .box .list .item {
  margin-right: 0.75rem;
}
.info-page .contact .cbox1 .box .list .item:last-child {
  margin-right: 0;
}
@media (max-width: 1220px) {
  .info-page .contact .cbox1 .box .list .item:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 1220px) {
  .info-page .contact .cbox1 .box .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.info-page .contact .cbox1 .box .list .item .t1 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .info-page .contact .cbox1 .box .list .item .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .info-page .contact .cbox1 .box .list .item .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .info-page .contact .cbox1 .box .list .item .t1 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .info-page .contact .cbox1 .box .list .item .t1 {
    font-size: 16px;
  }
}
.info-page .contact .cbox1 .box .list .item .t1 img {
  width: 0.4rem;
  margin-right: 0.15rem;
}
.info-page .contact .cbox1 .box .list .item .t2 {
  padding: 0.2rem 0.75rem 0 0.55rem;
}
.info-page .contact .cbox1 .box .list .item .t2 .ts {
  display: flex;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .info-page .contact .cbox1 .box .list .item .t2 .ts {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .info-page .contact .cbox1 .box .list .item .t2 .ts {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .contact .cbox1 .box .list .item .t2 .ts .s1 {
  color: #000;
  white-space: nowrap;
}
.info-page .contact .cbox1 .box .list .item .t2 .ts .s2 {
  color: #888;
}
.info-page .contact .cbox2 {
  width: 100%;
  background: url(../images/img34.png) center center no-repeat;
  background-size: cover;
  padding: 0.75rem 0 0.61rem;
}
.info-page .contact .cbox2 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .contact .cbox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .contact .cbox2 .box {
    width: 90%;
  }
}
.info-page .contact .cbox2 .box .top {
  width: 100%;
}
.info-page .contact .cbox2 .box .top .title {
  font-size: 0.36rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.info-page .contact .cbox2 .box .top .span {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.23rem auto 0;
}
.info-page .contact .cbox2 .box .top .txt {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 26px;
  margin-top: 0.3rem;
  text-align: center;
}
@media (max-width: 1366px) {
  .info-page .contact .cbox2 .box .top .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .contact .cbox2 .box .content {
  width: 1085px;
  max-width: 100%;
  margin: 0.7rem auto 0;
}
.info-page .contact .cbox2 .box .content form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-page .contact .cbox2 .box .content form .tb1 {
  width: 45.8%;
  display: flex;
  position: relative;
  background: #fff;
  box-shadow: 0 0.05rem 0.81rem 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 0.26rem;
}
@media (max-width: 500px) {
  .info-page .contact .cbox2 .box .content form .tb1 {
    width: 100%;
  }
}
.info-page .contact .cbox2 .box .content form .tb1 .tbname {
  font-size: 16px;
  color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.15rem;
}
@media (max-width: 1366px) {
  .info-page .contact .cbox2 .box .content form .tb1 .tbname {
    font-size: 14px;
  }
}
.info-page .contact .cbox2 .box .content form .tb1 .tbname span {
  color: #fe0000;
}
.info-page .contact .cbox2 .box .content form .tb1 .tbtxt {
  width: 100%;
  height: 0.52rem;
  font-size: 16px;
  color: #666;
  padding-left: 0.7rem;
}
@media (max-width: 1600px) {
  .info-page .contact .cbox2 .box .content form .tb1 .tbtxt {
    padding-left: 0.8rem;
  }
}
@media (max-width: 1366px) {
  .info-page .contact .cbox2 .box .content form .tb1 .tbtxt {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .info-page .contact .cbox2 .box .content form .tb1 .tbtxt {
    padding-left: 1rem;
  }
}
.info-page .contact .cbox2 .box .content form .tb1 .tbset {
  width: 100%;
  height: 0.52rem;
  font-size: 16px;
  color: #666;
  padding-left: 0.65rem;
}
.info-page .contact .cbox2 .box .content form .tb1 .tbset select {
  width: 30%;
  height: 0.52rem;
  border: none;
  font-size: 16px;
  direction: rtl;
  color: #666;
  padding-right: 0.24rem;
  background: url(../images/icon30.png) right center no-repeat;
  background-size: 0.15rem;
}
@media (max-width: 1366px) {
  .info-page .contact .cbox2 .box .content form .tb1 .tbset select {
    font-size: 14px;
  }
}
.info-page .contact .cbox2 .box .content form .tb1 .tbset select option {
  direction: ltr;
}
.info-page .contact .cbox2 .box .content form .tb1 .tbset select:first-child {
  width: 20%;
}
.info-page .contact .cbox2 .box .content form .tb2 {
  width: 100%;
  position: relative;
}
.info-page .contact .cbox2 .box .content form .tb2 .tbname {
  font-size: 16px;
  line-height: 1;
  color: #666;
  position: absolute;
  left: 0;
  top: 0.16rem;
  padding-left: 0.15rem;
}
@media (max-width: 1366px) {
  .info-page .contact .cbox2 .box .content form .tb2 .tbname {
    font-size: 14px;
  }
}
.info-page .contact .cbox2 .box .content form .tb2 .tbname span {
  color: #fe0000;
}
.info-page .contact .cbox2 .box .content form .tb2 .tbtxt2 {
  width: 100%;
  height: 2.7rem;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding: 0.1rem 0.3rem;
}
@media (max-width: 1366px) {
  .info-page .contact .cbox2 .box .content form .tb2 .tbtxt2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .contact .cbox2 .box .content form .tb2 .tbtxt2::placeholder {
  color: #666;
}
.info-page .contact .cbox2 .box .content form .sub {
  width: 2rem;
  height: 0.57rem;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  color: #fff;
  margin: 0.64rem auto 0;
  background: #2868bf;
}
@media (max-width: 1440px) {
  .info-page .contact .cbox2 .box .content form .sub {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .info-page .contact .cbox2 .box .content form .sub {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .info-page .contact .cbox2 .box .content form .sub {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .info-page .contact .cbox2 .box .content form .sub {
    font-size: 16px;
  }
}
.info-page .contact .cbox3 {
  width: 100%;
  padding: 0.67rem 0 0.83rem;
}
.info-page .contact .cbox3 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .contact .cbox3 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .contact .cbox3 .box {
    width: 90%;
  }
}
.info-page .contact .cbox3 .box .top {
  width: 100%;
}
.info-page .contact .cbox3 .box .top .title {
  font-size: 0.36rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.info-page .contact .cbox3 .box .top .span {
  width: 0.5rem;
  height: 3px;
  background: #8f8f8f;
  margin: 0.23rem auto 0;
}
.info-page .contact .cbox3 .box .top .txt {
  width: 710px;
  max-width: 100%;
  font-size: 16px;
  color: #888;
  line-height: 30px;
  margin: 0.32rem auto 0;
  text-align: center;
}
@media (max-width: 1366px) {
  .info-page .contact .cbox3 .box .top .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .contact .cbox3 .box .content {
  width: 1185px;
  max-width: 100%;
  margin: 0.8rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-page .contact .cbox3 .box .content .item {
  width: 46.2%;
  height: 0.65rem;
  background: #fff url(../images/icon31.png) 0.38rem center no-repeat;
  background-size: 0.26rem;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.32rem;
  font-size: 20px;
  color: #333;
  padding-left: 0.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease-in 0.3s;
  margin-bottom: 0.35rem;
}
@media (max-width: 1440px) {
  .info-page .contact .cbox3 .box .content .item {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .contact .cbox3 .box .content .item {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .info-page .contact .cbox3 .box .content .item {
    width: 100%;
  }
}
.info-page .contact .cbox3 .box .content .item:hover {
  background: #2868bf url(../images/icon32.png) 0.38rem center no-repeat;
  background-size: 0.26rem;
  color: #fff;
}
.info-page .news {
  width: 100%;
  padding: 1.1rem 0 0.94rem;
}
.info-page .news .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .news .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .news .box {
    width: 90%;
  }
}
.info-page .news .box .list {
  width: 100%;
  padding-bottom: 0.36rem;
}
.info-page .news .box .list .item {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0.3rem;
  margin-bottom: 0.48rem;
}
.info-page .news .box .list .item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-page .news .box .list .item a .img {
  width: 19.5%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .info-page .news .box .list .item a .img {
    width: 22%;
  }
}
@media (max-width: 1440px) {
  .info-page .news .box .list .item a .img {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .info-page .news .box .list .item a .img {
    width: 35%;
  }
}
@media (max-width: 500px) {
  .info-page .news .box .list .item a .img {
    width: 100%;
  }
}
.info-page .news .box .list .item a .img img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.info-page .news .box .list .item a .tbox {
  width: 75%;
}
@media (max-width: 1600px) {
  .info-page .news .box .list .item a .tbox {
    width: 73%;
  }
}
@media (max-width: 1440px) {
  .info-page .news .box .list .item a .tbox {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .info-page .news .box .list .item a .tbox {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .info-page .news .box .list .item a .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.info-page .news .box .list .item a .tbox .t1 {
  font-size: 20px;
  color: #bbb;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .info-page .news .box .list .item a .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .news .box .list .item a .tbox .t1 {
    font-size: 16px;
  }
}
.info-page .news .box .list .item a .tbox .t2 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #666;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in 0.3s;
}
@media (max-width: 1440px) {
  .info-page .news .box .list .item a .tbox .t2 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .news .box .list .item a .tbox .t2 {
    font-size: 16px;
    line-height: 30px;
  }
}
.info-page .news .box .list .item a .tbox .t3 {
  font-size: 16px;
  line-height: 28px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.13rem;
}
@media (max-width: 1366px) {
  .info-page .news .box .list .item a .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .news .box .list .item a .tbox .t4 {
  font-size: 16px;
  color: #999;
  display: flex;
  align-items: center;
  transition: all ease-in 0.3s;
  margin-top: 0.2rem;
}


.info-page .appl-info .box{ width: 1600px;  margin: auto;font-size: 16px;}

.info-page .appl-info .box p{
line-height: 35px;
    }

@media (max-width: 1366px) {
  .info-page .news .box .list .item a .tbox .t4 {
    font-size: 14px;
  }
}
.info-page .news .box .list .item a .tbox .t4 img {
  width: 0.49rem;
  margin-left: 0.08rem;
  transition: all ease-in 0.3s;
}
.info-page .news .box .list .item:hover a .img img {
  transform: scale(1.05);
}
.info-page .news .box .list .item:hover a .tbox .t2 {
  color: #1053b2;
}
.info-page .news .box .list .item:hover a .tbox .t4 img {
  margin-left: 0.18rem;
}
.info-page .appl-info {
  width: 100%;
  padding: 0.8rem 0 0.14rem;
  background: #fff;
}


.info-page.appl-info .box




.info-page .news-info {
  width: 100%;
  padding: 0.8rem 0 0.14rem;
  background: #fff;
}

.news-info .info-box p{font-size:14px;} 
.news-info .info-box {font-size:14px;} 


.info-page .news-info .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .news-info .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .news-info .box {
    width: 90%;
  }
}
.info-page .news-info .box .info-box {
  width: 100%;
  padding: 0 0.5rem;
}
@media (max-width: 500px) {
  .info-page .news-info .box .info-box {
    padding: 0;
  }
}
.info-page .news-info .box .info-box .t1 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
    padding: 50px 0 0 0;
}
@media (max-width: 1440px) {
  .info-page .news-info .box .info-box .t1 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .info-page .news-info .box .info-box .t1 {
    font-size: 24px;
  }
}
@media (max-width: 1220px) {
  .info-page .news-info .box .info-box .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .info-page .news-info .box .info-box .t1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.info-page .news-info .box .info-box .t2 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #ada5a5;
  line-height: 36px;
  border-top: 1px solid #eee;
  margin-top: 0.45rem;
  padding-top: 0.12rem;
}
@media (max-width: 768px) {
  .info-page .news-info .box .info-box .t2 {
    justify-content: space-between;
  }
}
.info-page .news-info .box .info-box .t2 span {
  margin: 0 0.9rem;
}
@media (max-width: 768px) {
  .info-page .news-info .box .info-box .t2 span {
    margin: 0;
  }
}
@media (max-width: 1366px) {
  .info-page .news-info .box .info-box .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .info-page .news-info .box .info-box .t2 {
    font-size: 12px;
    line-height: 24px;
  }
}
.info-page .news-info .box .info-box .txt {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #ada5a5;
  margin-top: 0.42rem;
}
@media (max-width: 1366px) {
  .info-page .news-info .box .info-box .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .news-info .box .info-box .txt img {
  display: block;
  margin: auto;
}
.info-page .news-info .box .info-box .ckbox {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 0.3rem 0.5rem;
}
@media (max-width: 500px) {
  .info-page .news-info .box .info-box .ckbox {
    padding: 0.3rem 0;
  }
}
.info-page .news-info .box .info-box .ckbox .cks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-page .news-info .box .info-box .ckbox .cks a {
  width: 50%;
  font-size: 16px;
  line-height: 36px;
  color: #ada5a5;
}
@media (max-width: 1366px) {
  .info-page .news-info .box .info-box .ckbox .cks a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .info-page .news-info .box .info-box .ckbox .cks a {
    width: 100%;
  }
}
.info-page .news-info .box .info-box .ckbox .cks a span {
  color: #666;
}
.info-page .news-info .box .info-box .ckbox .cks a:hover span {
  color: #1b5bb4;
}
.info-page .news-info .box .info-box .ckbox .share {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  color: #aaa;
  margin-top: 0.24rem;
}
@media (max-width: 1366px) {
  .info-page .news-info .box .info-box .ckbox .share {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .news-info .box .info-box .ckbox .share a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.05rem;
}
.info-page .news-info .box .info-box .ckbox .share a:first-child {
  margin-left: 0.2rem;
}
.info-page .news-info .box .info-box .ckbox .share a img {
  width: 100%;
}
.info-page .solution {
  width: 100%;
}
.info-page .solution .sbox1 {
  width: 100%;
  background: url(../images/img39.png) center center no-repeat;
  background-size: cover;
  padding: 1.17rem 0 0.8rem;
}
.info-page .solution .sbox1 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .solution .sbox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .solution .sbox1 .box {
    width: 90%;
  }
}
.info-page .solution .sbox1 .box .t1 {
  font-size: 0.36rem;
  line-height: 0.46rem;
}
.info-page .solution .sbox1 .box .t2 {
  width: 0.5rem;
  height: 3px;
  background: #78ac06;
  margin-top: 0.16rem;
}
.info-page .solution .sbox1 .box .t3 {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #636363;
  margin-top: 0.46rem;
}
@media (max-width: 1366px) {
  .info-page .solution .sbox1 .box .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .solution .sbox2 {
  width: 100%;
  background: #f8f8f8;
  padding: 0.7rem 0 1.2rem;
}
.info-page .solution .sbox2 .box {
  width: 1600px;
  margin: auto;

}
@media (max-width: 1600px) {
  .info-page .solution .sbox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .solution .sbox2 .box {
    width: 90%;
    padding: 0;
  }
}
.info-page .solution .sbox2 .box .t1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-bottom: 0.56rem;
}
@media (max-width: 1440px) {
  .info-page .solution .sbox2 .box .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .info-page .solution .sbox2 .box .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .info-page .solution .sbox2 .box .t1 {
    font-size: 18px;
  }
}
.info-page .solution .sbox2 .box .t2 {
  width: 100%;
}
.info-page .solution .sbox2 .box .t2 .ts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.62rem;
}
.info-page .solution .sbox2 .box .t2 .ts .span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 0.52rem;
  background: #5ab00d;
  padding: 0 0.3rem;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .info-page .solution .sbox2 .box .t2 .ts .span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .solution .sbox2 .box .t2 .ts .span {
    font-size: 16px;
  }
}
.info-page .solution .sbox2 .box .t2 .ts .txt {
  width: 100%;
  margin-top: 0.26rem;
  font-size: 16px;
  line-height: 36px;
  color: #888;
  text-align: center;
}
.info-page .solution .sbox2 .box .t2 .ts .txt img{
max-width:initial;
}
@media (max-width: 1366px) {
  .info-page .solution .sbox2 .box .t2 .ts .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  /* 这里是移动端滑动 */
  .info-page .solution .sbox2 .box .t2 .ts .txt {
    /* overflow-x: scroll; */
  }
}
.info-page .solution .sbox2 .box .t2 img {
  display: block;
  margin: auto;
}
.info-page .solution .sbox2.sb3 {
  background: #f3f3f3;
}
.info-page .service {
  width: 100%;
}
.info-page .service .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .service .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .service .box {
    width: 90%;
  }
     .info-page .appl-info .box {
    width: 1000px;
    }
    .news-info {background: #fff;}
    .info-page .news-info .box .info-box .txt img {
    display: block;
    margin: auto;
    width: 100%;
}
}
.info-page .service .box .sbox1 {
  width: 100%;
  padding: 0.87rem 0 0.57rem;
}
.info-page .service .box .sbox1 .top {
  width: 100%;
}
.info-page .service .box .sbox1 .top .t1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.info-page .service .box .sbox1 .top .t2 {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.2rem auto 0;
}
.info-page .service .box .sbox1 .top .t3 {
  width: 100%;
  font-size: 16px;
  color: #969090;
  line-height: 36px;
  text-align: center;
  margin-top: 0.24rem;
}
@media (max-width: 1366px) {
  .info-page .service .box .sbox1 .top .t3 {
    font-size: 14px;
    line-height: 24px;
  }
    .info-page .appl-info .box {
    width: 1200px;
    }
}
.info-page .service .box .sbox1 .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.info-page .service .box .sbox1 .list .item {
  width: 16.125%;
  position: relative;
}
@media (max-width: 768px) {
  .info-page .service .box .sbox1 .list .item {
    width: 32.25%;
    margin-bottom: 0.2rem;
  }
       .info-page .appl-info .box {
    width: 100%;
    }
}

@media (max-width: 500px) {
  .info-page .service .box .sbox1 .list .item {
    width: 49%;
  }
}
.info-page .service .box .sbox1 .list .item .img {
  width: 100%;
}
@media (max-width: 1440px) {
  .info-page .service .box .sbox1 .list .item .img {
    height: 6rem;
  }
}
@media (max-width: 1220px) {
  .info-page .service .box .sbox1 .list .item .img {
    height: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .info-page .service .box .sbox1 .list .item .img {
    height: 8.5rem;
  }
}
@media (max-width: 768px) {
  .info-page .service .box .sbox1 .list .item .img {
    height: auto;
  }
}
@media (max-width: 500px) {
  .info-page .service .box .sbox1 .list .item .img {
    height: 8rem;
  }
}
.info-page .service .box .sbox1 .list .item .img img {
  width: 100%;
  height: 100%;
}
.info-page .service .box .sbox1 .list .item .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.52);
  padding: 1.58rem 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  overflow: hidden;
  transition: all ease-in 0.3s;
}
.info-page .service .box .sbox1 .list .item .tbox .t1 {
  width: 0.65rem;
  height: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.36rem;
  border: 1px dashed #bebebe;
  border-radius: 50%;
  transition: all ease-in 0.3s;
}
.info-page .service .box .sbox1 .list .item .tbox .t2 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #f3f3f3;
  font-weight: bold;
  line-height: 30px;
  margin-top: 0.18rem;
}
@media (max-width: 1440px) {
  .info-page .service .box .sbox1 .list .item .tbox .t2 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .service .box .sbox1 .list .item .tbox .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1220px) {
  .info-page .service .box .sbox1 .list .item .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .service .box .sbox1 .list .item .tbox .t3 {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #dddddd;
  margin-top: 0.36rem;
  opacity: 0;
  transition: all ease-in 0.3s;
  text-align: center;
}
@media (max-width: 1600px) {
  .info-page .service .box .sbox1 .list .item .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .service .box .sbox1 .list .item:hover .tbox {
  background: #1553a6;
  padding: 0.3rem 0.2rem 0;
}
.info-page .service .box .sbox1 .list .item:hover .tbox .t1 {
  height: 0;
  overflow: hidden;
  border: 1px dashed transparent;
}
.info-page .service .box .sbox1 .list .item:hover .tbox .t3 {
  opacity: 1;
}
.info-page .service .box .sbox2 {
  width: 100%;
  padding: 0.57rem 0 1.26rem;
}
.info-page .service .box .sbox2 .top {
  width: 100%;
}
.info-page .service .box .sbox2 .top .t1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.info-page .service .box .sbox2 .top .t2 {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.2rem auto 0;
}
.info-page .service .box .sbox2 .list {
  width: 100%;
  margin-top: 0.84rem;
  padding: 0 15.625%;
}
@media (max-width: 1220px) {
  .info-page .service .box .sbox2 .list {
    padding: 0;
  }
}
.info-page .service .box .sbox2 .list .item {
  width: 100%;
  background: #eee;
  margin-bottom: 0.2rem;
  border-radius: 0.36rem;
}
.info-page .service .box .sbox2 .list .item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.15rem 0.3rem 0.2rem 0.4rem;
}
.info-page .service .box .sbox2 .list .item a .title {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .info-page .service .box .sbox2 .list .item a .title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .info-page .service .box .sbox2 .list .item a .title {
    width: 100%;
    align-items: flex-start;
  }
}
.info-page .service .box .sbox2 .list .item a .title img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.17rem;
}
@media (max-width: 768px) {
  .info-page .service .box .sbox2 .list .item a .title img {
    margin-top: 0.1rem;
  }
}
.info-page .service .box .sbox2 .list .item a .time {
  font-size: 16px;
  line-height: 36px;
  color: #b6adad;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .info-page .service .box .sbox2 .list .item a .time {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .info-page .service .box .sbox2 .list .item a .time {
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-top: 0.2rem;
  }
}
.info-page .service .box .sbox2 .list .item a .time img {
  width: 0.27rem;
  margin-left: 0.3rem;
}
@media (max-width: 768px) {
  .info-page .service .box .sbox2 .list .item a .time img {
    margin-left: 0;
    margin-right: 0.2rem;
  }
}
.info-page .service .box .sbox2 .list .item:hover a .title {
  color: #1b5bb4;
}
.info-page .service-join {
  width: 100%;
}
.info-page .service-join .jbox1 {
  width: 100%;
  padding: 0.66rem 0 0.93rem;
  background: #f3f3f3;
}
.info-page .service-join .jbox1 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .service-join .jbox1 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .service-join .jbox1 .box {
    width: 90%;
  }
}
.info-page .service-join .jbox1 .box .top {
  width: 100%;
}
.info-page .service-join .jbox1 .box .top .t1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.info-page .service-join .jbox1 .box .top .t2 {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.2rem auto 0;
}
.info-page .service-join .jbox1 .box .top .t3 {
  width: 100%;
  font-size: 16px;
  color: #969090;
  line-height: 36px;
  text-align: center;
  margin-top: 0.13rem;
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox1 .box .top .t3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .service-join .jbox1 .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.73rem;
  padding: 0 13.75%;
}
@media (max-width: 1600px) {
  .info-page .service-join .jbox1 .box .list {
    padding: 0 10.75%;
  }
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox1 .box .list {
    padding: 0 7.75%;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox1 .box .list {
    padding: 0 4.75%;
  }
}
@media (max-width: 1220px) {
  .info-page .service-join .jbox1 .box .list {
    padding: 0;
  }
}
.info-page .service-join .jbox1 .box .list .item {
  width: 48.275%;
  min-height: 1.9rem;
  background: #f2f0f0;
  border: 1px solid #ddd;
  border-radius: 0.08rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .info-page .service-join .jbox1 .box .list .item {
    width: 100%;
  }
}
.info-page .service-join .jbox1 .box .list .item .icon {
  width: 0.95rem;
  height: 0.95rem;
  display: flex;
}
.info-page .service-join .jbox1 .box .list .item .icon img {
  width: 100%;
}
.info-page .service-join .jbox1 .box .list .item .tbox {
  width: calc(100% - 1.15rem);
}
.info-page .service-join .jbox1 .box .list .item .tbox .t1 {
  font-size: 24px;
  color: #333;
  line-height: 28px;
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox1 .box .list .item .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox1 .box .list .item .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .info-page .service-join .jbox1 .box .list .item .tbox .t1 {
    font-size: 18px;
  }
}
.info-page .service-join .jbox1 .box .list .item .tbox .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #969090;
  margin-top: 0.1rem;
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox1 .box .list .item .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .service-join .jbox2 {
  width: 100%;
  background: #f8f8f8;
  padding: 0.67rem 0 0.77rem;
}
.info-page .service-join .jbox2 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .service-join .jbox2 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .service-join .jbox2 .box {
    width: 90%;
  }
}
.info-page .service-join .jbox2 .box .top {
  width: 100%;
}
.info-page .service-join .jbox2 .box .top .t1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.info-page .service-join .jbox2 .box .top .t2 {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.2rem auto 0;
}
.info-page .service-join .jbox2 .box .list {
  width: 100%;
  padding: 0.16rem 17.8% 0;
}
@media (max-width: 1600px) {
  .info-page .service-join .jbox2 .box .list {
    padding: 0.16rem 10.75% 0;
  }
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox2 .box .list {
    padding: 0.16rem 7.75% 0;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox2 .box .list {
    padding: 0.16rem 4.75% 0;
  }
}
@media (max-width: 1220px) {
  .info-page .service-join .jbox2 .box .list {
    padding: 0.16rem 0 0;
  }
}
.info-page .service-join .jbox2 .box .list .item {
  width: 100%;
  display: flex;
  padding: 0.2rem 0;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.info-page .service-join .jbox2 .box .list .item .num {
  width: 0.39rem;
  height: 0.39rem;
  background: #083e87;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #f8f8f8;
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox2 .box .list .item .num {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox2 .box .list .item .num {
    font-size: 16px;
  }
}
.info-page .service-join .jbox2 .box .list .item .txt {
  width: calc(100% - 0.55rem);
  font-size: 16px;
  line-height: 30px;
  color: #888;
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox2 .box .list .item .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.info-page .service-join .jbox3 {
  width: 100%;
  padding: 0.7rem 0 0.39rem;
}
.info-page .service-join .jbox3 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .service-join .jbox3 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .service-join .jbox3 .box {
    width: 90%;
  }
}
.info-page .service-join .jbox3 .box .top {
  width: 100%;
}
.info-page .service-join .jbox3 .box .top .t1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.info-page .service-join .jbox3 .box .top .t2 {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.2rem auto 0;
}
.info-page .service-join .jbox3 .box .list {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0 15.625%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .info-page .service-join .jbox3 .box .list {
    padding: 0 10.75%;
  }
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox3 .box .list {
    padding: 0 7.75%;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox3 .box .list {
    padding: 0 4.75%;
  }
}
@media (max-width: 1220px) {
  .info-page .service-join .jbox3 .box .list {
    padding: 0;
  }
}
.info-page .service-join .jbox3 .box .list .item {
  width: 23.6%;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-right: 14.6%;
  margin-bottom: 0.5rem;
}
.info-page .service-join .jbox3 .box .list .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 500px) {
  .info-page .service-join .jbox3 .box .list .item {
    width: 100%;
    margin-right: 0;
  }
}
.info-page .service-join .jbox3 .box .list .item .icon {
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
}
.info-page .service-join .jbox3 .box .list .item .icon img {
  width: 100%;
}
.info-page .service-join .jbox3 .box .list .item .t1 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin-top: 0.17rem;
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox3 .box .list .item .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox3 .box .list .item .t1 {
    font-size: 16px;
  }
}
.info-page .service-join .jbox3 .box .list .item .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  margin-top: 0.2rem;
  text-align: center;
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox3 .box .list .item .t2 {
    font-size: 14px;
  }
}
.info-page .service-join .jbox4 {
  width: 100%;
  padding: 0.45rem 0 1.61rem;
}
.info-page .service-join .jbox4 .box {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .info-page .service-join .jbox4 .box {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .info-page .service-join .jbox4 .box {
    width: 90%;
  }
}
.info-page .service-join .jbox4 .box .top {
  width: 100%;
}
.info-page .service-join .jbox4 .box .top .t1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.info-page .service-join .jbox4 .box .top .t2 {
  width: 0.5rem;
  height: 3px;
  background: #333;
  margin: 0.2rem auto 0;
}
.info-page .service-join .jbox4 .box .list {
  width: 100%;
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.info-page .service-join .jbox4 .box .list .item {
  width: 23%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .info-page .service-join .jbox4 .box .list .item {
    width: 49%;
    margin-bottom: 0.2rem;
  }
}
.info-page .service-join .jbox4 .box .list .item .icon {
  width: 0.72rem;
  height: 0.72rem;
  display: flex;
}
.info-page .service-join .jbox4 .box .list .item .icon img {
  width: 100%;
}
.info-page .service-join .jbox4 .box .list .item .tbox {
  width: calc(100% - 0.93rem);
}
.info-page .service-join .jbox4 .box .list .item .tbox .t1 {
  font-size: 24px;
  line-height: 1;
  color: #297aa9;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox4 .box .list .item .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox4 .box .list .item .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .info-page .service-join .jbox4 .box .list .item .tbox .t1 {
    font-size: 18px;
  }
}
.info-page .service-join .jbox4 .box .list .item .tbox .t2 {
  font-size: 18px;
  color: #787777;
  line-height: 1;
  margin-top: 0.14rem;
}
@media (max-width: 1440px) {
  .info-page .service-join .jbox4 .box .list .item .tbox .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .info-page .service-join .jbox4 .box .list .item .tbox .t2 {
    font-size: 14px;
  }
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.page-list a {
  width: 0.35rem;
  height: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  color: #999;
  transition: all ease-in 0.3s;
  margin: 0 0.07rem;
}
@media (max-width: 1440px) {
  .page-list a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .page-list a {
    font-size: 14px;
  }
}
@media (max-width: 1220px) {
  .page-list a {
    font-size: 12px;
  }
}
.page-list a:hover,
.page-list a.on {
  color: #fff;
  background: #174e9f;
  border: 1px solid #174e9f;
}
.case-info {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.case-info .box {
  width: 925px;
  max-width: 90%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.4rem 0.33rem 0.3rem 0.5rem;
}
@media (max-width: 1024px) {
  .case-info .box {
    padding: 0.4rem 0.63rem 0.3rem 0.5rem;
  }
}
@media (max-width: 500px) {
  .case-info .box {
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
  }
}
.case-info .box .close {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  top: -0.51rem;
  right: -0.78rem;
  display: flex;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .case-info .box .close {
    top: 0.2rem;
    right: 0.1rem;
    background: #ccc;
  }
}
.case-info .box .txt {
  width: 100%;
  height: 6.05rem;
  overflow-y: scroll;
  padding-right: 0.3rem;
  padding-bottom: 1rem!important;
  font-size: 16px;
  color: #888;
  line-height: 30px;
}
.case-info .box .txt .zl-scrollBarBox {
  width: 4px!important;
  background: #e5e5e5;
}
.case-info .box .txt .zl-scrollBar.zl-verticalBar {
  width: 6px!important;
  background: #90c31f;
}
.job-info {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.job-info .box {
  width: 925px;
  max-width: 90%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.63rem 0.33rem 0.3rem 0.5rem;
}
@media (max-width: 1024px) {
  .job-info .box {
    padding: 0.63rem 0.63rem 0.3rem 0.5rem;
  }
}
@media (max-width: 500px) {
  .job-info .box {
    padding: 0.63rem 0.25rem 0.3rem 0.5rem;
  }
}
.job-info .box .close {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  top: -0.51rem;
  right: -0.78rem;
  display: flex;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .job-info .box .close {
    top: 0.2rem;
    right: 0.1rem;
    background: #ccc;
  }
}
.job-info .box .tbox {
  width: 100%;
  padding-right: 0.4rem;
  height: 6.05rem;
  overflow-y: scroll;
  padding-bottom: 1rem!important;
}
.job-info .box .tbox .zl-scrollBarBox {
  width: 4px!important;
  background: #e5e5e5;
}
.job-info .box .tbox .zl-scrollBar.zl-verticalBar {
  width: 6px!important;
  background: #90c31f;
}
.job-info .box .tbox .t1 {
  width: 100%;
  height: 0.52rem;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 0.2rem;
  background: #083e88;
}
@media (max-width: 1440px) {
  .job-info .box .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .job-info .box .tbox .t1 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .job-info .box .tbox .t1 {
    height: 0.65rem;
  }
}
.job-info .box .tbox .t2 {
  width: 100%;
  display: flex;
  padding-left: 0.2rem;
  margin-top: 0.2rem;
}
@media (max-width: 500px) {
  .job-info .box .tbox .t2 {
    justify-content: space-between;
  }
}
.job-info .box .tbox .t2 .ts {
  font-size: 16px;
  line-height: 30px;
  color: #888;
  margin-right: 1rem;
}
@media (max-width: 1366px) {
  .job-info .box .tbox .t2 .ts {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .job-info .box .tbox .t2 .ts {
    margin-right: 0;
  }
}
.job-info .box .tbox .t2 .ts span {
  color: #000;
}
.job-info .box .tbox .txt {
  width: 100%;
  font-size: 16px;
  color: #888;
  line-height: 30px;
  padding-left: 0.2rem;
  margin-top: 0.26rem;
}
@media (max-width: 1366px) {
  .job-info .box .tbox .txt {
    font-size: 14px;
    line-height: 24px;
  }
}


/*搜索结果*/
.xsousuo{
        padding-top: 80px;
        padding-bottom: 80px;
}
.xsousuo .conwidth{
}
.xsousuo .xssbox{
        padding-top: 85px;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 80px;
        background-color: #FFFFFF;
}
.xssbox .title{
        font-family: "m-medium";
        color: #000000;
        font-size: 28px;
        padding-bottom: 35px;
        border-bottom: #e8e8e8 solid 1px;
}
.xssbox .title .t1{
        color: #1154ab;
}
.xsdiv{
}
.xsdiv ul li{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: #eae5e5 solid 1px;
}
.xsdiv ul li a{
        display: inline-block;
        width: 100%;
}
.xsousuo .l-wrap{
        float: left;
        width: 150px;
}
.xsousuo .l-wrap img{
        width: 100%;
}
.xsousuo .r-wrap{
        float: left;
        width: -moz-calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px);
        padding-left: 30px;
        box-sizing: border-box;
}
.xsdiv ul li a .xtop{
        margin-bottom: 10px;
        overflow: hidden;
        color: #222222;
        font-size: 20px;
        margin-right: 30px;
        margin-bottom: 5px;
}
.xsdiv ul li a:hover .xtop{
        color: #1154ab;
}
.xsdiv ul li a .xmid{
        color: #999999;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xsdiv ul li a .time{
        color: #444444;
        font-size: 16px;
}
@media screen and (max-width: 1440px){
        .xssbox .title{
                font-size: 26px;
        }
}
@media screen and (max-width: 1024px){
        .xsousuo{
                padding-bottom: 70px;
        }
        .xsousuo .xssbox{
                padding-top: 30px;
                padding-bottom: 50px;
                padding-left: 0;
                padding-right: 0;
        }
        .xssbox .title{
                font-size: 24px;
        }
}
@media screen and (max-width: 768px){
        .xsousuo{
                padding-bottom: 60px;
        }
        .xsousuo .xssbox{
                padding-top: 20px;
                padding-bottom: 40px;
        }
        .xssbox .title{
                font-size: 20px;
                padding-bottom: 25px;
        }
        .xsdiv ul li{
                padding: 25px 0px;
        }
}
@media screen and (max-width: 640px){
        .xsousuo .xssbox{
                padding-top: 0px;
                padding-bottom: 30px;
        }
        .xssbox .title{
                font-size: 18px;
                padding-bottom: 20px;
        }
        .xsdiv ul li{
                padding: 20px 0px;
        }
        .xsdiv ul li a .xtop{
                font-size: 18px;
        }
        .xsdiv ul li a .time{
                font-size: 15px;
        }
}
@media screen and (max-width: 576px){
        .xsousuo .xssbox{
                padding-top: 0;
        }
        .xsousuo .l-wrap{
            width: 100px;
        }
        .xsousuo .r-wrap{
                padding-left: 20px;
                width: -webkit-calc(100% - 100px);
                width: calc(100% - 100px);
        }
        .xsdiv ul li a .xtop{
                font-size: 17px;
        }
        .xsdiv ul li a .xmid{
                margin-bottom: 10px;
        }
        .xsdiv ul li a .time{
                font-size: 14px;
        }
}
/* 0827 */
/*main css*/
.main-im a{text-decoration:none;}

.main-im{position:fixed;right:10px;top:260px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:106px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:96px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../images/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:260px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../images/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(../images/open_im.png) no-repeat left top;}


.sidebar *{ box-sizing:border-box;}
.sidebar {
 position:fixed;
 top:50%;
 right:20px;
 width:42px;
 text-align:center;
 z-index:10;
 height:250px;
 margin-top:-125px;
 z-index:9;
 line-height:42px
}
.sidebar a {
 width:42px;
 height:42px;
 border-radius:21px;
 cursor:pointer;
 display:block;
 overflow:hidden;
 transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -ms-transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -o-transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -webkit-transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -moz-transition:all .3s cubic-bezier(.15,.65,.58,.99)
}
.sidebar a>span {
 color:#fff;
 font-size:14px;
 margin-left:25px;
 display:none;
 line-height:42px;
 height:42px;
 opacity:0;
 filter:alpha(opacity=0);
 transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -ms-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -o-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -webkit-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -moz-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99)
}
.sidebar a.right-qq {
 background:url(../images/sidebar-icon1.png) no-repeat center;
 margin-bottom:10px;
 background-color:#063d8d;
 position:absolute;
 right:0;
 top:0
}
.sidebar a.right-qq:hover {
 width:148px;
 background:url(../images/sidebar-icon1.png) no-repeat 20px center #88ae1b
}
.sidebar a.right-weixin {
 background:url(../images/sidebar-icon2.png) no-repeat center;
 background-color:#063d8d;
 margin-bottom:10px;
 position:absolute;
 right:0;
 top:52px;
 overflow:visible
}
.sidebar a.right-weixin:hover {
 background:url(../images/sidebar-icon2.png) no-repeat center #063d8d
}
.sidebar a.right-weixin:hover .weixin-code {
 opacity:1;
 visibility:visible;
 left:-140px
}
.sidebar .weixin-code {
 position:absolute;
 left:-125px;
 top:50%;
 transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 -webkit-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 opacity:0;
 visibility:hidden;
 transition:all .6s ease;
 -ms-transition:all .6s ease;
 -o-transition:all .6s ease;
 -webkit-transition:all .6s ease;
 -moz-transition:all .6s ease
}
.sidebar .weixin-code img {
 width:120px;
 height:120px
}
.sidebar a.right-tell {
 background:url(../images/sidebar-icon3.png) no-repeat center;
 background-color:#063d8d;
 margin-bottom:10px;
 position:absolute;
 right:0;
 top:104px
}
.sidebar a.right-tell:hover {
 width:160px;
 background:url(../images/sidebar-icon3.png) no-repeat 20px center #063d8d
}
.sidebar a.right-message {
 background:url(../images/sidebar-icon4.png) no-repeat center;
 background-color:#063d8d;
 margin-bottom:10px;
 position:absolute;
 right:0;
 top:156px;
 overflow:visible
}
.sidebar a.right-message:hover {
 background:url(../images/sidebar-icon4.png) no-repeat center #063d8d
}
.sidebar a.right-message:hover .fixed-message {
 opacity:1;
 visibility:visible;
 left:-325px
}
.sidebar a.right-top {
 background:url(../images/sidebar-icon5.png) no-repeat center;
 background-color:#063d8d;
 position:absolute;
/* bottom: 0; */
    right: 0;
    top: 160px;
}
.sidebar a.right-top:hover {
 width:120px;
 background:url(../images/sidebar-icon5.png) no-repeat 20px center #063d8d
}
.sidebar a:hover>span {
 display:block;
 vertical-align:middle;
 opacity:1;
 filter:alpha(opacity=100)
}
@media (max-width: 768px) {
  .sidebar {  display: none;}
}