* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  word-break: break-all;
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Microsoft YaHei", Arial;
  line-height: 1.7;
  font-size: 1rem;
  color: #777;
}

img {
  display: block;
  max-width: 100%;
}

input, textarea {
  font-size: inherit;
}

a, li {
  transition: all 0.3s ease 0s;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: rgb(16, 131, 143);
}

.time,
.number {
  font-family: arial;
}

.image-large {
  overflow: hidden;
  display: block;
}

.image-large img {
  transition: transform 1s ease;
}

.image-large:hover img {
  transform: scale(1.1);
}

.bei_wrap {
  width: 81rem;
  margin: 0 auto;
}

html {
  scroll-padding-top: 6rem;
}

.sbanner {
  position: relative;
  overflow: hidden;
}

.sbanner .tu img {
  width: 100%;
}

.sbanner .down {
  position: absolute;
  bottom: 3rem;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #fff;
  cursor: pointer;
}
.sbanner .down img {
  width: 2rem;
  margin: 0 auto;
}

.console_menu .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15rem;
  color: #000;
}
.console_menu .logo img {
  height: 3.5rem;
}
.console_menu .top {
  background-color: rgba(253, 253, 253, 0.712);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.console_menu .top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5rem;
}
.console_menu .top .you {
  position: relative;
}
.console_menu .top .you img {
  height: 3.5rem;
  cursor: pointer;
}
.console_menu .xiala .list {
  display: none;
  position: absolute;
  right: 0;
  top: 4rem;
  width: 11rem;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 9;
  padding: 1rem;
}
.console_menu .xiala .list img {
  height: 2rem;
  margin-right: 1rem;
}
.console_menu .xiala .list .tel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.console_menu .xiala .list .tui a {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.console_menu .xiala .list .tui a img {
  height: 1rem;
}

.anli {
  padding-bottom: 4rem;
}
.anli .shangbb {
  padding-top: 2rem;
}
.anli .shangbb a {
  font-size: 1.3rem;
  color: #333;
}
.anli .shangbb a.active {
  color: rgb(16, 131, 143);
}
.anli .shangbb a:hover {
  color: rgb(16, 131, 143);
}
.anli .chacc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anli .chacc li {
  width: 19.5%;
  padding: 0.5rem;
  background: rgba(242, 246, 250, 0.39);
  margin-bottom: 1rem;
}
.anli .chacc li .title {
  text-align: center;
  padding-top: 0.5rem;
  font-weight: bold;
}
.anli .chacc li.kong {
  visibility: hidden;
}
.anli .subshang {
  padding: 1rem 0;
}
.anli .subshang a {
  font-size: 0.8rem;
  color: #000;
  background-color: rgb(242, 246, 250);
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
}
.anli .subshang a:hover {
  background-color: #e3f1fe;
}
.anli .bigtitle {
  font-size: 2rem;
  text-align: center;
  color: #000;
  padding: 3rem 0;
  font-weight: bold;
}
.anli .cont {
  display: flex;
  justify-content: space-between;
}
.anli .t1 {
  width: 16rem;
  margin-right: 2rem;
}
.anli .t1 .title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.anli .t1 .title img {
  display: inline-block;
  vertical-align: middle;
  height: 1.7rem;
}
.anli .t1 .gaodu {
  height: 2rem;
}
.anli .t1 .conn {
  background-color: rgb(242, 246, 250);
  padding: 1.7rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}
.anli .t1 .conn > a {
  display: block;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.anli .t2 {
  flex: 1;
}
.anli .t2 .chantt li {
  width: 24%;
  padding: 1rem;
}
.anli .t2 .chantt li .a1 {
  
}
.anli .t2 .title {
  font-size: 1.4rem;
  color: rgb(16, 131, 143);
  border-left: 0.25rem solid rgb(16, 131, 143);
  line-height: 1;
  padding-left: 0.7rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.anli .t2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
}
.anli .t2 ul::after {
  content: "";
  width: 32.5%;
}
.anli .t2 li {
  background-color: rgb(242, 246, 250);
  width: 32.5%;
  padding: 1.2rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.anli .t2 li.kong {
  visibility: hidden;
}
.anli .t2 li .tu {
  overflow: hidden;
}
.anli .t2 li .tu img {
  transition: 0.3s;
}
.anli .t2 li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.anli .t2 li:hover .a2 img {
  transform: translateX(0.5rem);
}
.anli .t2 li:hover .a1 {
  color: rgb(16, 131, 143);
}
.anli .t2 li:hover .tu img {
  transform: scale(1.1);
}
.anli .t2 li .shang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  padding-top: 0.8rem;
}
.anli .t2 li .a1 {
  font-weight: bold;
  color: #333;
}
.anli .t2 li .a2 img {
  width: 1rem;
  transition: 0.3s;
}
.anli .t2 li .con {
  color: #999;
}

.index_header .logo img {
  height: 2rem;
}
.index_header .top {
  background-color: rgba(35, 37, 54, 0.9);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.index_header .top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
}
.index_header .top .main_menu {
  font-size: 1.18rem;
}
.index_header .top .main_menu ul {
  list-style: none;
}
.index_header .top .main_menu > li {
  position: relative;
  display: inline-block;
}
.index_header .top .main_menu > li:hover .main_menu_sub {
  display: block;
}
.index_header .top .main_menu > li.line {
  padding: 0 2rem;
}
.index_header .top .main_menu > li > a {
  padding: 1.2rem 1rem;
  margin: 0 0.6rem;
  color: #fff;
  display: inline-block;
}
.index_header .top .main_menu > li > a .diline {
  display: block;
  width: 2rem;
  height: 0.1rem;
  margin: 0.5rem auto 0 auto;
  background-color: rgb(16, 131, 143);
  opacity: 0;
}
.index_header .top .main_menu > li > a.active .diline,
.index_header .top .main_menu > li > a:hover .diline {
  opacity: 1;
}
.index_header .top .main_menu > li .xiala {
  width: 1rem;
  display: inline-block;
}
.index_header .bigtitle {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 1.6rem 0 0.6rem 0;
  letter-spacing: 0.1rem;
}
.index_header .search {
  width: 9rem;
  margin: 0 auto;
  display: flex;
  border-radius: 0.05rem;
  background-color: #fff;
  padding: 0.1rem;
}
.index_header .search input {
  flex: 1;
  padding: 0.3rem;
  font-size: 0.18rem;
  border: none;
}
.index_header .search button {
  width: 1.2rem;
  background-color: rgb(16, 131, 143);
  border: none;
  color: #fff;
  font-size: 0.18rem;
  border-radius: 0.05rem;
}
.index_header .search button img {
  margin: 0 auto;
  width: 0.56rem;
}
.index_header .remen {
  width: 8rem;
  margin: 0.3rem auto;
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
}

.index_fuwu {
  background-image: url(../img/index_fuwu.jpg);
  background-size: cover;
  overflow: hidden;
  padding: 2rem 0 4rem 0;
}
.index_fuwu img {
  width: 100%;
}
.index_fuwu .xiamian {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_fuwu .xiamian > div {
  width: 24%;
  margin-bottom: 1.5rem;
  position: relative;
  cursor: pointer;
}
.index_fuwu .xiamian > div .txt {
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(4, 120, 231, 0.8);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.12rem;
  padding: 0.1rem;
  color: #fff;
  line-height: 1.5;
  box-sizing: content-box;
}
.index_fuwu .xiamian > div .txt:hover {
  opacity: 1;
}
.index_fuwu .xiamian > div .txt h3 {
  text-align: center;
}
.index_fuwu .xiamian > div .txt .con {
  overflow: hidden;
  height: 100%;
}
.index_fuwu .dbutton {
  text-align: right;
  padding: 0.7rem 0;
}

.join_menu,
.index_menu {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
}
.join_menu .top,
.index_menu .top {
  background-color: transparent;
  box-shadow: none;
}

.join_menu .top .main_menu > li > a {
  color: #fff;
}
.join_menu .top .main_menu > li > a .diline {
  background-color: #fff;
}

.product_menu .top .main_menu > li > a {
  color: #fff;
}
.product_menu .top .main_menu > li > a .diline {
  background-color: #fff;
}

.product_menu .top {
  background-color: rgb(60, 139, 255);
}

.news .bigtitle {
  font-size: 2rem;
  padding: 2rem 0;
  color: #000;
}
.news ul li {
  margin-bottom: 2rem;
}
.news ul li a {
  display: flex;
  background-color: rgb(247, 247, 247);
}
.news ul li a .t1 {
  width: 22rem;
}
.news ul li a .t2 {
  flex: 1;
  padding: 2rem;
}
.news ul li a .t2 .time {
  color: #666;
}
.news ul li a .t2 .title {
  font-size: 2rem;
  padding: 0.8rem 0;
}
.news ul li a .t2 .con {
  color: #6D6E76;
}

.weikai .top_banner .content .nei {
  width: 8rem;
  font-size: 0.8rem;
  color: #888;
}
.weikai .neirong .right {
  display: flex;
  justify-content: space-around;
}
.weikai .neirong .right h3 {
  color: #000;
  font-size: 1.5rem;
}
.weikai .neirong .right .t1 ul {
  margin-top: 2rem;
}
.weikai .neirong .right .t1 li img {
  display: inline-block;
  height: 0.8rem;
}
.weikai .neirong .right .t2 {
  border: 1px solid rgb(60, 139, 255);
  padding: 2rem;
  text-align: center;
}
.weikai .neirong .right .t2 .price {
  font-size: 2rem;
  color: red;
  padding: 2rem 0 4rem 0;
}

.index_center {
  padding-bottom: 5rem;
}
.index_center .zuoyouu {
  position: relative;
}
.index_center .zuoyouu .txt {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 43rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  font-size: 1.125rem;
  line-height: 2;
  text-align: justify;
}
.index_center .zuoyouu .txt .title {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
}

.glb_btn {
  border: 1px solid #fff;
  border-radius: 0.3rem;
  text-align: center;
  display: inline-block;
  padding: 0.4rem 2rem;
  color: #fff;
  background-color: rgb(60, 139, 255);
  cursor: pointer;
  line-height: 1.7;
  font-size: 1rem;
}
.glb_btn:hover {
  color: #fff;
  background-color: #0d3c82;
}

.dbutton {
  text-align: center;
}
.dbutton a {
  height: 0.5rem;
  background-color: #0478E7;
  padding: 0 0.2rem;
  display: inline-block;
  border-radius: 0.05rem;
  color: #fff;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}
.dbutton a img {
  margin-left: 0.2rem;
}
.dbutton a:hover {
  background-color: #0354a0;
  padding: 0 0.3rem;
}

.hexin .menu_list {
  display: flex;
  padding: 0.8rem 0;
  justify-content: space-between;
}
.hexin .menu_list > div {
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #000;
  font-size: 0.22rem;
}
.hexin .menu_list > div .jian {
  width: 0.25rem;
  height: 0.11rem;
  background-image: url(../img/shangjian0.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  bottom: -0.8rem;
}
.hexin .menu_list > div .jian.active {
  background-image: url(../img/shangjian.jpg);
}
.hexin .content_list .dbutton {
  margin-bottom: 1rem;
}
.hexin .content_list li {
  color: #fff;
}
.hexin .content_list li div.shang {
  padding: 1rem 0;
  background-size: cover;
}
.hexin .content_list li div.shang .xiaobiao {
  display: flex;
}
.hexin .content_list li div.shang .dabiao {
  display: flex;
  font-size: 0.22rem;
}
.hexin .content_list li div.shang span {
  padding: 0.2rem;
  text-align: center;
}
.hexin .content_list li div.shang span img {
  margin: 0 auto 0.1rem auto;
  height: 0.32rem;
}
.hexin .content_list li .title1 {
  font-size: 0.3rem;
  padding-bottom: 0.3rem;
}
.hexin .content_list li .title2 {
  font-size: 0.24rem;
  padding: 0.4rem 0 0.2rem 0;
}
.hexin .content_list div.xia .title2 {
  text-align: center;
  color: #000;
}
.hexin .content_list div.xia .liucheng {
  padding: 1rem 0;
}
.hexin .content_list li:nth-child(1) div.shang {
  background-image: url(../img/hexin_t1.jpg);
}
.hexin .content_list li:nth-child(2) div.shang {
  background-image: url(../img/hexin_t2.jpg);
}
.hexin .content_list li:nth-child(3) div.shang {
  background-image: url(../img/hexin_t3.jpg);
}
.hexin .content_list li:nth-child(4) div.shang {
  background-image: url(../img/hexin_t4.jpg);
}

.index_chan {
  padding: 4rem 0;
  background: rgb(245, 245, 245);
}
.index_chan .line {
  margin-top: -5rem;
  border-bottom: 1px solid #ccc;
}
.index_chan .san {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_chan .san > :nth-child(1), .index_chan .san > :nth-child(2) {
  background: rgb(245, 245, 245);
  cursor: pointer;
}
.index_chan .san > :nth-child(1) .quan, .index_chan .san > :nth-child(2) .quan {
  width: 5rem;
  height: 5rem;
  background-size: cover;
  margin: 0 auto;
}
.index_chan .san > :nth-child(1) p, .index_chan .san > :nth-child(2) p {
  padding: 0.5rem;
  text-align: center;
}
.index_chan .san > :nth-child(1) .quan {
  background-image: url(../img/icon32x.png);
}
.index_chan .san > :nth-child(1).active {
  color: rgb(16, 131, 143);
}
.index_chan .san > :nth-child(1).active .quan {
  background-image: url(../img/icon12x.png);
}
.index_chan .san > :nth-child(2) .quan {
  background-image: url(../img/icon22x.png);
}
.index_chan .san > :nth-child(2).active {
  color: rgb(16, 131, 143);
}
.index_chan .san > :nth-child(2).active .quan {
  background-image: url(../img/icon42x.png);
}
.index_chan .san > :nth-child(3) {
  background: rgb(245, 245, 245);
  padding-left: 3rem;
}
.index_chan .xia2 {
  display: none;
}
.index_chan .xiabu {
  padding: 10rem 0 3rem 0;
  justify-content: space-between;
  display: flex;
}
.index_chan .xiabu .t1 {
  width: 50%;
}
.index_chan .xiabu .t1 .a1 {
  font-size: 1.8rem;
  color: rgb(16, 131, 143);
}
.index_chan .xiabu .t1 .a2 {
  font-size: 2.6rem;
  color: #000;
  font-weight: bold;
}
.index_chan .xiabu .t1 .a3 {
  color: rgb(102, 102, 102);
}
.index_chan .xiabu .t2 {
  width: 50%;
}
.index_chan .xiabu .t2 .tutu {
  width: 37.5rem;
  height: 25rem;
  padding: 3rem 5rem 3rem 8rem;
  background-image: url(../img/baidi.jpg);
  background-size: contain;
  float: right;
}
.glb_ann {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(16, 131, 143);
  width: 9rem;
  padding: 0.5rem 2rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  color: #fff;
  margin-top: 2rem;
}
.glb_ann img {
  width: 1rem;
  transition: 0.3s;
}
.glb_ann:hover {
  background-color: #025b64;
  color: #fff;
}
.glb_ann:hover img {
  transform: translateX(0.5rem);
}

.glb_bigbb span {
  font-size: 2rem;
  color: #999999;
}
.glb_bigbb p {
  font-size: 3.125rem;
  color: #232536;
  line-height: 1.2;
}

.index_fangan {
  padding: 5rem 0;
}
.index_fangan .glb_bigbb {
  margin-bottom: 2rem;
}
.index_fangan .newsl {
  display: block;
  position: relative;
}
.index_fangan .newsl .dazh {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 2rem;
  left: 2rem;
  right: 2rem;
}
.index_fangan .newsl .dazh > div:nth-child(1) {
  font-size: 0.8rem;
}
.index_fangan .newsl .dazh > div:nth-child(2) {
  font-size: 1.1rem;
}
.index_fangan .newsl .dazh > div:nth-child(3) {
  font-size: 0.8rem;
  padding-top: 1.5rem;
}
.index_fangan .newsl .xiang {
  position: absolute;
  color: #fff;
  z-index: 1;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  font-size: 0.8rem;
  text-align: center;
  width: 7rem;
  transition: 0.3s;
}
.index_fangan .newsl .xiang:hover {
  background-color: #000;
}
.index_fangan .newsl .xiang img {
  width: 0.7rem;
  display: inline-block;
  vertical-align: -0.1rem;
}
.index_fangan .youce {
  display: flex;
  justify-content: right;
  padding-top: 2rem;
}
.index_fangan .youce img {
  width: 2rem;
  cursor: pointer;
}

.index_youshi {
  padding: 4rem 0;
  background-image: url(../img/youshi.jpg);
  background-size: cover;
}
.index_youshi .glb_bigbb {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}
.index_youshi .glb_bigbb p, .index_youshi .glb_bigbb span {
  color: #fff;
}
.index_youshi .xiasan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.index_youshi .xiasan img {
  margin: auto;
  height: 5rem;
  margin-bottom: 2rem;
}
.index_youshi .xiasan p {
  font-size: 1.6rem;
  color: #fff;
}
.index_youshi .xiasan .line {
  border-right: 2px solid #fff;
  padding-left: 4rem;
  margin-right: 4rem;
  height: 6rem;
}

.index_zixun {
  padding: 4rem 0;
}
.index_zixun .shangbiao {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.index_zixun .sbanner {
  padding-bottom: 3rem;
}
.index_zixun .swiper-pagination-bullet {
  border-radius: 0%;
  flex: 1;
  height: 0.2rem;
}
.index_zixun .swiper-pagination9 {
  display: flex;
  padding-top: 2rem;
}
.index_zixun .newsl .time {
  padding-top: 0.5rem;
  font-size: 0.8rem;
}
.index_zixun .newsl .title {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.3;
  padding: 0.5rem 0;
}
.index_zixun .newsl .con {
  color: #999;
  font-size: 0.9rem;
}

.swiper-pagination-bullet-active {
  background-color: rgb(16, 131, 143);
}

.about .lichenr {
  padding: 0 0 5rem 0;
  background-image: url(../img/diiu.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about .lichenr .left {
  display: flex;
}
.about .lichenr .left .time > div {
  text-align: right;
  padding-right: 2rem;
}
.about .lichenr .left .tiao {
  margin-left: -1.1rem;
}
.about .lichenr .left li {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/xian1.jpg);
  background-repeat: repeat-y;
  background-position: 20px;
}
.about .lichenr .left li:last-child span:first-child {
  background-color: #fff;
}
.about .lichenr .left li span:nth-child(1) {
  color: #000;
  font-weight: bold;
  width: 3.5rem;
}
.about .lichenr .left li span:nth-child(1) em {
  background-color: #fff;
  padding: 0.4rem 0;
  list-style: none;
}
.about .lichenr .left li span:nth-child(2) {
  flex: 1;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.about .lichenr .left .wen {
  margin-left: 3rem;
  margin-top: -4.9rem;
}
.about .lichenr .right {
  display: flex;
}
.about .lichenr .right .time > div {
  text-align: left;
  padding-left: 2rem;
}
.about .lichenr .right .tiao {
  margin-right: -1.1rem;
  transform: rotate(180deg);
  float: right;
}
.about .lichenr .right li {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/xian.jpg);
  background-repeat: repeat-y;
  background-position: right -20px;
}
.about .lichenr .right li:last-child span:last-child {
  background-color: #fff;
}
.about .lichenr .right li span:nth-child(2) {
  color: #000;
  font-weight: bold;
  width: 3.5rem;
  text-align: right;
}
.about .lichenr .right li span:nth-child(2) em {
  background-color: #fff;
  padding: 0.4rem 0;
  list-style: none;
}
.about .lichenr .right li span:nth-child(1) {
  flex: 1;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.about .lichenr .right .wen {
  margin-right: 3rem;
  margin-top: -2.9rem;
}
.about .lichenr .time {
  color: #10838F;
  font-size: 1.6rem;
  font-weight: bold;
  flex: 1;
}
.about .lichenr .zhong {
  width: 0.3rem;
  background-color: rgba(16, 131, 143, 0.49);
}
.about .lichenr .con {
  flex: 1;
  padding-bottom: 5rem;
}
.about .lichenr .con .tiao img {
  height: 2rem;
}
.about .lichenr .con .wen {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
}
.about .lichenr .con .wen em {
  list-style: none;
}
.about .title {
  font-size: 2rem;
  color: #000;
  padding: 1.5rem 0;
}
.about .sbanner {
  padding-bottom: 3rem;
}
.about .swiper-pagination-bullet {
  border-radius: 0%;
  flex: 1;
  height: 0.2rem;
}
.about .swiper-pagination {
  display: flex;
}
.about .jiagou img {
  width: 70%;
  margin: 0 auto;
}
.about .con p {
  padding-bottom: 1.2rem;
  color: #333;
  text-indent: 2rem;
}

.anli_page {
  color: #333;
}
.anli_page .shangcai {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.anli_page .shangcai .bei_wrap {
  padding: 0.9rem 0;
  display: flex;
  justify-content: space-around;
}
.anli_page .shangcai .bei_wrap a {
  font-size: 1.2rem;
}
.anli_page .title {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 1rem 0;
}
.anli_page .fangan {
  text-align: center;
}
.anli_page .fangan em {
  font-style: normal;
  display: inline-block;
  margin: 0 0.6rem;
  color: #000;
}
.anli_page .fangan span {
  display: inline-block;
  margin: 0 0.6rem;
  background-color: rgb(16, 131, 143);
  color: #fff;
  border-radius: 2rem;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.anli_page .sbanner {
  padding: 3rem 0;
}
.anli_page .subtitle {
  font-size: 1.75rem;
  color: #000;
  padding: 1rem 0;
}
.anli_page .con p {
  text-indent: 2em;
}
.anli_page .kehuan {
  padding-left: 1rem;
}
.anli_page .kehuan li {
  list-style: disc;
}
.anli_page .ziliao {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.anli_page .ziliao a {
  display: block;
  padding: 4rem 2rem;
}
.anli_page .ziliao li {
  background: rgba(247, 248, 251, 0.39);
  width: 24%;
  text-align: center;
}
.anli_page .ziliao li:hover img {
  transform: translateY(-1rem);
}
.anli_page .ziliao li img {
  width: 5rem;
  margin: auto;
  padding-bottom: 2rem;
  transition: 0.3s;
}
.anli_page .lianxx {
  padding-bottom: 5rem;
}
.anli_page .lianxx li {
  padding: 0.5rem 0;
}
.anli_page .lianxx img {
  width: 1.5rem;
  display: inline-block;
  vertical-align: -0.4rem;
}

.dingbanner {
  width: 100%;
}

.glb_form input[type=text], .glb_form select {
  border-radius: 0.3rem;
  background-color: rgb(243, 245, 247);
  border: none;
  padding: 1rem;
  width: 100%;
}
.glb_form button {
  background-color: rgb(60, 139, 255);
  border: none;
  text-align: center;
  color: #fff;
  padding: 1rem;
  border-radius: 0.3rem;
  width: 100%;
}

.join .dingtu {
  position: relative;
}
.join .dingtu .down1 {
  position: absolute;
  z-index: 9;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.join .dingtu .down1 img {
  height: 1rem;
  transition: 0.2s;
}
.join .dingtu .down1:hover img {
  margin-bottom: -0.2rem;
}
.join .shang {
  display: flex;
  background-color: rgb(247, 247, 247);
  padding-top: 5rem;
}
.join .shang > div {
  flex: 1;
}
.join .shang .t1 {
  margin-bottom: -4rem;
}
.join .shang .t2 {
  text-align: left;
  padding: 0 7rem 3rem 7rem;
}
.join .shang .glb_title {
  text-align: left;
}
.join .xiabu .glb_title {
  padding-top: 9rem;
}
.join .list {
  background-image: url(../img/product.png);
  background-size: 100%;
  padding: 3rem;
  padding-bottom: 8rem;
}
.join .list li {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2rem;
  margin: 1.5rem 0;
}
.join .list li .title {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 1rem;
}
.join .list li p {
  display: none;
}

.login {
  display: flex;
}
.login > div {
  flex: 1;
}
.login .con {
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.login .con .logo img {
  height: 3.5rem;
}
.login .con .glb_form {
  width: 75%;
  margin: auto;
}
.login .con .glb_form .glb_title {
  text-align: left;
  margin: 0;
}
.login .con .yanzhen {
  display: flex;
}
.login .con .yanzhen input {
  flex: 1;
}
.login .con .yanzhen button {
  width: 13rem;
  margin-left: 1rem;
  cursor: pointer;
}
.login .con .xieyi {
  margin: 1rem 0 3rem 0;
}
.login .con .txt {
  margin: 1rem 0 0.5rem 0;
}
.login .con .txt.dashang {
  margin: 0 0 2rem 0;
}

.product .left_content {
  width: 25rem;
  padding: 8rem 0;
  margin-right: 2rem;
}
.product .right_content {
  flex: 1;
}
.product .heng {
  background-image: url(../img/product1.jpg);
  background-size: cover;
}
.product .heng .shangqian {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .heng .glb_title {
  text-align: left;
  margin: 1.5rem 0;
}
.product .heng .glb_title img {
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.product .heng .icon img {
  width: 6rem;
  height: 6rem;
  border-radius: 0.5rem;
}
.product .heng .con {
  color: #000;
  font-size: 1.1rem;
}
.product .heng .tel {
  padding: 2rem 0;
  font-size: 1.2rem;
}
.product .heng .tel span {
  padding-right: 2rem;
}
.product .heng .tel img {
  display: inline-block;
  height: 1.2rem;
  vertical-align: -0.2rem;
}
.product .heng .download {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .heng .download a {
  background-color: rgb(4, 120, 231);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  width: 12rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  text-align: right;
}
.product .heng .download a p {
  font-size: 0.7rem;
  color: #eee;
}
.product .heng .download a img {
  height: 2rem;
}
.product .heng .download a:hover {
  background-color: #0257a8;
}
.product .shang .list {
  background-image: url(../img/product.png);
  background-size: auto 100%;
  padding: 3rem;
  padding-bottom: 5rem;
}
.product .shang .list li {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2rem;
  margin: 1.5rem 0;
}
.product .shang .list li .title {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 1rem;
}
.product .shang .list li p {
  display: none;
}

.new_page {
  padding: 2rem 0 4rem 0;
}
.new_page .con p {
  padding-bottom: 1rem;
  text-indent: 2em;
  color: #333;
}
.new_page .title {
  font-size: 2.2rem;
  color: #000;
  padding: 1rem 0;
  font-weight: bold;
}
.new_page .subnav span {
  color: rgb(16, 131, 143);
}
.new_page .time {
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 2rem;
}
.new_page .next {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.new_page .next > a {
  padding: 1rem;
  color: #10838F;
}
.new_page .next > a:hover {
  color: #000;
}

.contact_zhan {
  height: 5rem;
}

.contact {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #fff;
    background-image: url(../img/contact1.jpg);
  background-size: cover;
}
.contact a {
  color: #fff;
}
.contact .t1 {
  width: 45%;
  /*background-image: url(../img/contact.jpg);*/
  /*background-size: cover;*/
  padding: 2rem 5rem;
}
.contact .t1 p img {
  width: 1.6rem;
  display: inline-block;
  vertical-align: -1rem;
  margin: 0.5rem 0;
}
.contact .t1 .yin {
  font-size: 1.8rem;
}
.contact .t1 .dabiao {
  font-size: 3.1rem;
}
.contact .t1 .xiaobiao {
  font-size: 1.2rem;
}
.contact .t1 .banshi {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.contact .t1 .banshi > div {
  width: 50%;
}
.contact .t2 {
  width: 55%;
  padding: 9rem 5rem;
}

.glb_submenu {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.glb_submenu span {
  color: rgb(16, 131, 143);
}
.glb_submenu em {
  font-style: normal;
  margin: 0.1rem;
}

.glb_title {
  margin: 4rem 0;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.glb_title p {
  color: rgb(153, 153, 153);
  font-size: 1.2rem;
  font-weight: normal;
}

.glb_more {
  text-align: center;
  padding: 0.4rem;
}
.glb_more a {
  display: inline-block;
  color: rgb(16, 131, 143);
  border: 2px solid rgb(16, 131, 143);
  border-radius: 0.5rem;
  padding: 0.1rem 0.7rem;
}
.glb_more a:hover {
  background-color: rgb(16, 131, 143);
  color: #fff;
}

.glb_page {
  text-align: center;
  padding: 4rem 0;
}
.glb_page a {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 0.1rem;
}
.glb_page a:hover, .glb_page a.active {
  background-color: rgb(16, 131, 143);
  color: #fff;
}
.glb_page input {
  width: 2.5rem;
  text-align: center;
  padding: 0.3rem;
}

.index_leib ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.index_leib ul li {
  width: 24%;
  padding: 0.7rem 0.2rem;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #eee;
}
.index_leib ul li img {
  margin: 0 auto;
}
.index_leib ul li:hover {
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.1);
}
.index_leib h3 {
  font-size: 0.18rem;
  font-weight: normal;
  color: #333;
  padding: 0.2rem 0;
}

.index-title img {
  margin: 0.7rem auto;
  height: 0.53rem;
}

.new240815 img{
     display: none;
     
     width: 2rem;
  vertical-align: sub;
}

ul {
  list-style: none;
}

.index_footer {
  background-color: #1F2329;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5rem;
}
.index_footer .t1 .caidan {
  margin-bottom: 2rem;
}
.index_footer .t1 .caidan a {
  color: rgba(234, 234, 234, 0.8);
  padding: 0 2rem;
  display: inline-block;
  border-right: 1px solid rgb(84, 83, 83);
  line-height: 1;
}
.index_footer .t1 .caidan a:last-child {
  border-right: 0;
}
.index_footer .t1 .caidan a:first-child {
  padding-left: 0;
}
.index_footer .t1 .caidan a:hover {
  color: #fff;
}
.index_footer .t1 img {
  display: inline-block;
  vertical-align: -0.3rem;
}
.index_footer .t1 p {
  color: rgb(116, 120, 123);
}
.index_footer .t2 {
  text-align: right;
}
.index_footer .t2 img {
  height: 6.5rem;
  display: inline-block;
}
.index_footer .t2 p {
  font-size: 0.8rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.index_footer .t2 select {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid #8D8D8D;
  padding: 0.2rem 1rem;
  background-color: rgb(31, 35, 41);
  color: #aaa;
}

.main_menu_sub {
  list-style: none;
  z-index: 100;
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.05rem;
  padding: 0.08rem;
  left: -0.1rem;
  width: 1.4rem;
}
.main_menu_sub li {
  text-align: center;
}
.main_menu_sub li a {
  display: inline-block;
  font-size: 0.16rem;
  padding: 0.1rem;
}

@media (max-width: 1650px) {
  .index_header .top .main_menu {
    font-size: 1rem;
  }
  .index_header .top .main_menu > li > a {
    padding: 1rem 0.6rem;
  }
  .index_header .top .main_menu > li.line {
    padding: 0 0.7rem;
  }
  .contact_zhan {
    height: 4.3rem;
  }
  .contact .t1 .dabiao {
    font-size: 2rem;
  }
  
  .contact .t1 {
      padding-left: 2.5rem;
  }
  
  
}
@media (max-width: 1400px) {

  .contact .t1, .contact .t2 {
  
    padding:2rem;
  }
  
    .contact .t2{
      padding-top: 6rem;
  }
  .bei_wrap {
    width: 100%;
    padding: 1rem;
  }
  .index_footer {
    padding: 3rem 1rem;
  }
  .index_header .top .main_menu {
    font-size: 0.8rem;
  }
  .index_header .top .main_menu > li > a {
    margin: 0.2rem;
    padding: 0rem 0.3rem;
  }
  .index_header .top .main_menu > li.line {
    padding: 0;
  }
  .index_header .top .flex {
    padding: 1rem 2rem;
  }
  .main_menu_sub {
    left: -0.3rem;
  }
}
@media (max-width: 1200px) {
  .index_header .top .main_menu > li > a {
    padding: 0rem;
    margin: 0.2rem;
  }
  
    .contact {
    display: block;
  }
    .contact .t1, .contact .t2 {
    width: 100%;
 
  
  }

  
  
}
@media (max-width: 992px) {
  html {
    scroll-padding-top: 1rem;
  }
  
  
  .contact .t2 {
  padding:0;
}
  
  .anli .cont {
    display: block;
  }
  .anli .t1 {
    width: 100%;
  }
  .anli .t1 .conn > a {
    display: inline-block;
    margin: 0.5rem;
  }
  .anli .t2 li {
    width: 49%;
  }
  .anli .t1 .conn {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .index_header .top {
    position: static;
  }
  .contact_zhan {
    display: none;
  }
  .join_menu .mobile_menu .icon-bar, .product_menu .mobile_menu .icon-bar {
    background-color: #fff;
  }
  .userarea .goumai .kuang {
    display: block;
  }
  .userarea .goumai .kuang > div {
    width: auto;
  }
  .userarea .goumai .kuang > div .time {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .userarea .goumai .kuang > div:first-child {
    margin-bottom: 1rem;
  }
  .userarea .danwei {
    display: block;
  }
  .userarea .danwei > div {
    width: auto;
    margin-bottom: 1rem;
  }
  .index_center .zuoyouu .txt .title {
    font-size: 1.5rem;
  }
  .index_center .zuoyouu .txt {
    padding: 1rem;
  }
  .about .chuangshi .list > div .title {
    font-size: 1.5rem;
  }
  .about .chuangshi .list > div {
    padding: 1rem;
  }
  .join .xiabu .glb_title {
    padding-top: 2rem;
  }
  .join .shang {
    padding-top: 0rem;
  }
  .product .heng .shangqian {
    display: block;
  }
  .product .left_content {
    width: auto;
    padding: 2rem 0;
    margin-right: 0;
  }
  .product .right_content {
    display: none;
  }
  .product .heng .download a {
    width: 49%;
  }
  .login {
    display: block;
  }
  .login .img {
    display: none;
  }
  .login .logo {
    text-align: center;
    margin: 0 auto 2rem auto;
  }
  .login .con .glb_form {
    width: 100%;
  }
  .login .con {
    padding: 1.5rem;
  }
  .login .con .yanzhen button {
    width: 7rem;
  }
  .join .shang {
    display: block;
  }
  .join .shang .t1 {
    display: none;
  }
  .join .shang .t2 {
    padding: 1.5rem;
  }
  .join .list {
    padding: 0rem;
  }
  .glb_title {
    margin: 1rem 0;
    font-size: 1.5rem;
  }
  .index_header .top .main_menu > li.line {
    display: none !important;
  }
  .index_footer {
    display: block;
  }
  .index_footer .t2, .index_footer .t1 {
    text-align: center;
  }
  .index_footer .t2 img {
    display: block;
    height: 3rem;
    margin: 1rem auto;
  }
  .index_footer .t1 .caidan a {
    padding: 0 0.5rem;
  }
  .index_center .zuoyouu .txt {
    position: relative;
    width: 100%;
  }
  .index_fuwu .xiamian > div {
    width: 49%;
  }
  .contact .map {
    display: block;
  }
  .contact .ditu {
    margin-top: 0.2rem;
  }
  .danwei .list a {
    width: 49%;
  }
  .index_header .logo img {
    height: 1.2rem;
  }
  .index_header .top .flex {
    padding: 1rem 0.6rem;
  }
  .index_header .search {
    width: 80%;
  }
  .index_header .remen {
    width: 80%;
  }
}
.mobile_menu {
  display: none;
  border: none;
  padding: 0.02rem;
  border-radius: 0.04rem;
  background-color: transparent;
  float: right;
}

/*.mobile_menu:hover{
background-color: #eee;
 }
 .mobile_menu:focus{
background-color: #eee;
 }*/
.mobile_menu .icon-bar {
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  border-radius: 1px;
  background-color: rgb(16, 131, 143);
}

.mobile_menu .icon-bar + .icon-bar {
  margin-top: 0.3rem;
}

.main_menu em.close_menu {
  z-index: 999;
  display: none;
  position: absolute;
  right: 1.2rem;
  top: 0;
  font-size: 2rem;
  font-style: normal;
  color: #fff;
}

@media (max-width: 767px) {
    
    .new240815 img{
     display: inline-block;
        
    }
    
       .anli_page .sbanner {
  padding:  0;
}
   .sbanner .tu img{
  /*    height: 10rem;*/
  /*object-fit: cover;*/
   }
    
  .about .lichenr .left {
    display: block;
  }
  .about .lichenr .right {
    flex-wrap: wrap;
  }
  .about .lichenr .right > div {
    width: 100%;
    flex: auto;
  }
  .about .lichenr .right .time {
    order: -1;
  }
  .about .lichenr .con {
    flex: 1;
    padding-bottom: 1.5rem;
  }
  .about .lichenr {
    padding: 0 0 1rem 0;
  }
  .about .lichenr .tiao {
    display: none;
  }
  .about .lichenr .right .wen,
.about .lichenr .left .wen {
    margin: 0;
  }
  .about .lichenr .zhong {
    display: none;
  }
  .about .lichenr .con .wen {
    padding: 1rem 2rem;
  }
  .anli .shangbb a {
    font-size: 1rem;
  }
  .anli .shangbb {
    padding-top: 0rem;
    text-align: center;
  }
  .anli .chacc li {
    width: 49%;
  }
  .anli .t2 .chantt li {
    width: 100%;
  }
  .index_chan .xiabu .t1 .a1 {
    font-size: 1rem;
  }
  .index_chan .xiabu .t1 .a2 {
    font-size: 1.3rem;
  }
  .index_zixun .newsl .title {
    font-size: 1.2rem;
  }
  .anli .bigtitle {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .anli_page .title {
    font-size: 1.5rem;
    padding: 1rem 0 1rem 0;
  }
  .news .bigtitle {
    font-size: 1.5rem;
    padding: 0 0 1rem 0;
  }
  .news ul li a .t2 .title {
    font-size: 1.4rem;
  }
  .new_page .title {
    font-size: 1.5rem;
  }
  .new_page .time {
    font-size: 1rem;
  }
  .new_page .next {
    flex-direction: column;
  }
  .new_page .next a {
    padding: 0.5rem;
  }
  .anli_page .shangcai .bei_wrap {
    overflow: scroll;
    display: block;
    white-space: nowrap;
  }
  .anli_page .shangcai .bei_wrap a {
    padding: 0 1rem;
  }
  .glb_page {
    padding: 1rem 0;
  }
  .new_page {
    padding: 0rem 0 2rem 0;
  }
  .index_zixun {
    padding: 0;
  }
  .index_youshi .xiasan img {
    height: 2rem;
  }
  .index_youshi .xiasan p {
    font-size: 0.8rem;
  }
  .index_youshi .xiasan .line {
    padding-left: 1rem;
    margin-right: 1rem;
    height: 4rem;
  }
  .index_fangan {
    padding: 1rem 0;
  }
  .glb_bigbb span {
    font-size: 0.8rem;
  }
  .glb_bigbb p {
    font-size: 1rem;
  }
  .index_chan .san > :nth-child(1) .quan,
.index_chan .san > :nth-child(2) .quan {
    width: 2rem;
    height: 2rem;
  }
  .index_chan .san > :nth-child(1) p,
.index_chan .san > :nth-child(2) p {
    font-size: 0.7rem;
  }
  .index_chan .line {
    margin-top: -2.7rem;
  }
  .index_chan .san > :nth-child(3) {
    padding-left: 1rem;
  }
  .index_chan .xiabu {
    padding: 5rem 0 3rem 0;
    flex-direction: column;
  }
  .index_chan .xiabu .t1, .index_chan .xiabu .t2 {
    width: 100%;
  }
  .index_chan .xiabu .t2 {
    margin-bottom: 2rem;
    order: -1;
  }
  .index_chan .xiabu .t2 .tutu {
    width: 100%;
    height: auto;
    padding: 0;
    float: none;
    background-repeat: no-repeat;
  }
  .index_chan {
    padding: 1rem 0;
  }
  .anli_page .ziliao li {
    width: 49%;
  }
  .news ul li a {
    display: block;
  }
  .news ul li a .t1 {
    width: 100%;
  }
  .contact .t1 {
    padding: 2rem 1rem;
  }
  .about .jiagou img {
    width: 100%;
  }
  .product .shang .list {
    padding: 0;
  }
  .console_menu .top .flex {
    padding: 1rem;
  }
  .console_menu .top .you img,
.console_menu .logo img {
    height: 2.5rem;
  }
  .console_menu .logo {
    width: 12rem;
  }
  .console .top_banner {
    display: block;
    position: relative;
  }
  .console .top_banner .img {
    display: none;
  }
  .console .top_banner .lianxi {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .console .top_banner .con .biao {
    margin: 0 auto 2rem auto;
  }
  .console .neirong {
    display: block;
  }
  .console .neirong .left {
    width: auto;
    margin: 0 0 1rem 0;
  }
  .weikai .neirong .right {
    display: block;
  }
  .weikai .neirong .right .t1 {
    margin-bottom: 2rem;
  }
  .console .neirong .sucai {
    padding: 1rem;
  }
  .console .neirong .sucai .shang .zuo1 .list a {
    margin-right: 0.3rem;
    padding: 0.2rem 0.7rem;
  }
  .console .neirong .sucai .tian1 .glb_btn {
    padding: 0.2rem 0.7rem;
  }
  .console .neirong .sucai table td, .console .neirong .sucai table th {
    font-size: 0.8rem;
  }
  .console .neirong .sucai table td img, .console .neirong .sucai table th img {
    width: 4rem;
  }
  .index_header .top .main_menu > li .xiala {
    display: none;
  }
  .js_upload {
    width: 90%;
  }
  .glb_form input[type=text], .glb_form select {
    padding: 0.5rem;
  }
  .glb_form button {
    padding: 0.5rem;
  }
  .index_header .top .main_menu > li > a {
    font-size: 2rem;
  }
  .index_header .logo {
    width: auto;
  }
  .contact h1.title {
    font-size: 0.4rem;
    padding: 0.2rem 0 0.5rem 0;
  }
  .glb_title div.txt {
    font-size: 0.36rem;
  }
  .glb_title div.txt span {
    font-size: 0.23rem;
  }
  .index_header .top .flex {
    padding: 0.8rem;
  }
  .mobile_menu {
    display: block;
  }
  .main_menu {
    overflow: hidden;
    background: rgb(16, 131, 143);
    margin-bottom: 10px;
    position: absolute;
    z-index: 999;
    margin-top: 0px;
    right: 0;
    left: 0;
    top: 0;
    height: 0vh;
    transition: 0.6s;
    z-index: 999999;
  }
  .main_menu li {
    display: block !important;
    text-align: center;
  }
  .main_menu li a {
    color: #fff !important;
  }
  .main_menu.myStyle {
    height: 100vh;
  }
  .main_menu em.close_menu.myStyle {
    display: block;
  }
  .index_header .top .logo img {
    height: 1.5rem;
  }
  .main_menu_sub {
    list-style: none;
    z-index: 100;
    position: relative;
    display: block;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0.05rem;
    padding: 0.08rem;
    left: -0.1rem;
    width: 100%;
  }
  .main_menu_sub li {
    display: inline-block !important;
  }
  .main_menu_sub li a {
    display: inline-block;
    font-size: 0.3rem;
    padding: 0.1rem;
    padding-top: 0;
  }
}/*# sourceMappingURL=main.css.map */

@media (min-width: 992px){ 
    
    .jishucanshu  img{
        transform: scale(.8);
        transform-origin: 0% 50%;
    }
    
} 


.contact .t2 {
  width: 55%;
  padding: 9rem 5rem;
}
