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

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

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

body {
  font-family: "Microsoft YaHei", Arial;
  line-height: 1.7;
  font-size: 0.16rem;
  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: #0478E7;
}

.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: 12rem;
  margin: 0 auto;
}

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

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

.index_header .logo img {
  height: 0.57rem;
}
.index_header .top {
  background-color: rgba(253, 253, 253, 0.712);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.index_header .top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.8rem;
}
.index_header .top .main_menu {
  font-size: 0.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 > a {
  padding: 0.3rem 0.2rem;
  margin: 0 0.1rem;
  color: #333;
  display: inline-block;
}
.index_header .top .main_menu > li > a.active,
.index_header .top .main_menu > li > a:hover {
  color: #0478E7;
}
.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: #0478E7;
  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_menu {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
}
.index_menu .top {
  background-color: transparent;
  box-shadow: none;
}

.searchpage1 .bigtitle {
  font-size: 0.36rem;
  color: #000;
  padding: 0.2rem 0;
}
.searchpage1 .fabu {
  padding-bottom: 0.3rem;
  color: #000;
}
.searchpage1 .con {
  padding: 0.2rem 0;
}
.searchpage1 .con p {
  text-indent: 2em;
}
.searchpage1 .shangxia {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
.searchpage1 .shangxia a {
  color: #0478E7;
}
.searchpage1 .shangxia a:hover {
  color: #000;
}

.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);
}

.about .liebiao {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.about .liebiao .t1 {
  width: 55%;
}
.about .liebiao .t2 {
  width: 35%;
}
.about .shangtitle {
  font-size: 0.32rem;
  color: #000;
}
.about .xiatitle {
  font-size: 0.24rem;
  color: #000;
}
.about .biao {
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
}
.about .bei_wrap {
  margin: 0.2rem auto;
  padding: 0.2rem;
}
.about .con p {
  text-indent: 2em;
  margin: 0.15rem 0;
  text-align: justify;
}
.about p.suuo {
  width: 60%;
  margin: 0 auto;
}
.about .about1 {
  background-image: url(../img/about1.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding: 0.8rem 0;
}
.about .about1 .shangtitle {
  text-align: center;
  color: #fff;
}
.about .about2 {
  background-image: url(../img/about2.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding: 0.6rem 0 32% 0;
}
.about .about2 .shangtitle {
  text-align: center;
  color: #fff;
}
.about .about3 .shangtitle {
  padding: 0.4rem 0;
}
.about .about3 .zuzhi {
  padding: 0 1rem;
}
.about .qiehuan {
  display: flex;
  position: relative;
}
.about .qiehuan .zuo, .about .qiehuan .you {
  width: 7%;
  display: flex;
  align-items: center;
}
.about .qiehuan .you img {
  margin-left: auto;
}
.about .qiehuan .you img, .about .qiehuan .zuo img {
  cursor: pointer;
}
.about .qiehuan .zhong {
  width: 86%;
}

.dingbanner {
  width: 100%;
}

.pinpai ul {
  list-style: none;
}
.pinpai li {
  background-color: #F7F7F7;
  padding: 0.3rem;
  margin-top: 0.4rem;
  display: flex;
}
.pinpai li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.pinpai li > div:first-child {
  width: 2.7rem;
  margin-right: 0.5rem;
}
.pinpai li > div:last-child {
  flex: 1;
}
.pinpai li h3.title {
  font-size: 0.3rem;
  color: #000;
}

.anli .xuanze {
  margin-bottom: 0.5rem;
}
.anli .xuanze .zhong {
  background-color: #0478E7;
  color: #fff;
}
.anli .xuanze .clearall {
  background-color: #8D8D8D;
  color: #fff;
}
.anli .xuanze span {
  margin-left: 0.1rem;
  display: inline-block;
  padding: 0.03rem;
  text-align: center;
  width: 1.1rem;
  border-radius: 0.04rem;
  cursor: pointer;
}
.anli .xuanze span img {
  float: right;
  width: 0.2rem;
  margin-top: 0.04rem;
}
.anli .shang {
  width: 100%;
  margin: 0.5rem 0 0.2rem 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.anli .shang td {
  border-bottom: 1px solid #ccc;
}
.anli .shang td a {
  display: inline;
  padding: 0 0.1rem;
}
.anli .shang td a.active {
  color: #0478E7;
}
.anli .shang tr > td:first-child {
  width: 1rem;
  text-align: center;
}
.anli .shang td {
  padding: 0.1rem;
}
.anli ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anli li {
  width: 32%;
  margin-bottom: 0.3rem;
  background-color: #EFEFEF;
}
.anli li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.anli li div.con {
  padding: 0.2rem;
}
.anli li .title {
  color: #000;
  font-size: 15px;
}
.anli li p {
  color: #666;
}

.youshi .dbutton {
  margin-top: 1rem;
  text-align: right;
}
.youshi .list1 {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.youshi .list1 > * {
  flex: 1;
}
.youshi .title {
  font-size: 0.35rem;
  color: #000;
  padding-bottom: 0.2rem;
}
.youshi p {
  text-indent: 2em;
  text-align: justify;
}

.danwei {
  padding-bottom: 0.4rem;
}
.danwei .title {
  font-size: 0.3rem;
  color: #000;
  text-align: center;
  padding: 0.5rem 0 0.2rem 0;
}
.danwei .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.danwei .list a {
  background-color: #F7F8FB;
  padding: 0.2rem;
  width: 24%;
  text-align: center;
  margin-bottom: 0.2rem;
}
.danwei .list a:hover {
  background-color: #ddd;
}

.contact {
  background-image: url(../img/contact.jpg);
  background-size: cover;
  padding: 0.5rem 0;
}
.contact h1.title {
  color: #000;
  text-align: center;
  padding: 0.5rem 0 1rem 0;
}
.contact .map {
  display: flex;
  background-color: #fff;
  padding: 0.3rem 0.4rem;
  border-radius: 0.1rem;
}
.contact .map .lianxi {
  width: 4.6rem;
  padding-right: 0.3rem;
}
.contact .map .lianxi ul {
  list-style: none;
}
.contact .map .lianxi li {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.contact .map .lianxi li > div:first-child {
  width: 0.6rem;
  margin-right: 0.2rem;
}
.contact .map .lianxi li > div:last-child {
  flex: 1;
}
.contact .map .lianxi li > div:last-child p {
  color: #000;
}
.contact .map .lianxi .title {
  font-size: 0.24rem;
  color: #000;
  padding-bottom: 0.4rem;
}
.contact .map .douyin {
  flex: 1;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.contact .map .douyin img {
  width: 1.2rem;
}

.news .title {
  font-size: 0.32rem;
  color: #000;
  padding: 0.2rem 0;
}
.news ul {
  list-style: none;
}
.news .con .time, .news .con p {
  font-size: 0.14rem;
}
.news .time {
  padding-top: 0.1rem;
}
.news .biao {
  font-size: 0.24rem;
  color: #000;
  padding: 0.1rem 0;
}
.news .biao:hover {
  color: #0478E7;
}
.news .line {
  height: 0.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.news .list1 {
  display: flex;
  justify-content: space-between;
}
.news .list1 > li {
  width: 31%;
}
.news .list1 > li a {
  color: #666;
}
.news .list2 li {
  margin: 0 0 0.3rem 0;
}
.news .list2 li a {
  color: #666;
  background-color: #F7F7F7;
  display: flex;
}
.news .list2 li a .image-large {
  width: 3rem;
}
.news .list2 li a .con {
  flex: 1;
  padding: 0.3rem;
}
.news .list2 li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.searchpage .search {
  margin-top: 0.9rem;
}
.searchpage .caidan {
  padding: 0.25rem 0;
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.1);
}
.searchpage .caidan .flex {
  display: flex;
  justify-content: space-between;
}
.searchpage .caidan a {
  font-size: 18px;
  padding: 0.02rem 0.2rem;
  border-radius: 0.1rem;
  color: #333;
}
.searchpage .caidan a:hover, .searchpage .caidan a.active {
  color: #0478E7;
  background-color: rgba(69, 111, 246, 0.1);
}
.searchpage .caidan a span {
  color: #999;
}
.searchpage .toptitle {
  padding-top: 0.4rem;
  font-size: 0.26rem;
  color: #000;
}
.searchpage .toptitle span {
  color: #000;
  margin-left: 0.2rem;
  font-size: 0.18rem;
}
.searchpage .toptitle span em {
  font-style: normal;
  color: #707070;
}

.glb_submenu {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.glb_submenu span {
  color: #0478E7;
}
.glb_submenu em {
  font-style: normal;
  margin: 0.1rem;
}

.glb_title {
  margin: 0.5rem 0 0.3rem 0;
}
.glb_title span.line {
  height: 0.05rem;
  width: 0.2rem;
  background-color: #0478E7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.glb_title div.txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.26rem;
  color: #000;
  line-height: 0.8;
}
.glb_title div.txt span {
  color: #B2B2B2;
  font-size: 0.16rem;
}

.glb_more {
  text-align: center;
  padding: 0.4rem;
}
.glb_more a {
  display: inline-block;
  color: #0478E7;
  border: 2px solid #0478E7;
  border-radius: 0.5rem;
  padding: 0.1rem 0.7rem;
}
.glb_more a:hover {
  background-color: #0478E7;
  color: #fff;
}

.glb_page {
  text-align: center;
  padding: 0.5rem 0;
}
.glb_page a {
  display: inline-block;
  padding: 0.01rem 0.08rem;
  border-radius: 0.05rem;
}
.glb_page a:hover, .glb_page a.active {
  background-color: #0478E7;
  color: #fff;
}
.glb_page input {
  width: 0.3rem;
  text-align: center;
  padding: 0.03rem;
}

.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_news .list2 li a {
  background-color: #fff;
}
.index_news .dbutton {
  text-align: right;
  padding: 0.7rem 0;
}

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

ul {
  list-style: none;
}

.index_hexin {
  display: flex;
  justify-content: space-between;
}
.index_hexin .list {
  display: flex;
  justify-content: space-between;
}
.index_hexin .list > div {
  width: 24%;
  margin-top: 1rem;
  background-color: #F7F8FB;
  border-radius: 0.1rem;
  padding: 0.3rem;
  text-align: center;
  transition: 0.2s;
}
.index_hexin .list > div:hover .img {
  margin-top: -1.1rem;
}
.index_hexin .list > div .img {
  margin: -1rem auto 0 auto;
  transition: 0.2s;
}
.index_hexin .list > div .img img {
  margin: 0 auto;
}
.index_hexin .list > div .title {
  font-size: 0.24rem;
  color: #000;
  text-align: center;
  margin: 0.1rem 0;
}
.index_hexin .list > div p {
  text-align: center;
  margin: 0.1rem 0;
}
.index_hexin .list > div a {
  border: 1px solid #0060F8;
  border-radius: 0.05rem;
  color: #0060F8;
  display: inline-block;
  padding: 0.03rem 0.2rem;
  margin-top: 0.4rem;
}
.index_hexin .list > div a:hover {
  color: #fff;
  background-color: #0478E7;
}

.index_youshi {
  background-image: url(../img/youshi_j.jpg);
  background-size: cover;
  padding: 0.05rem 0 1.5rem 0;
  margin-top: 1rem;
}
.index_youshi .xiamian {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.26rem;
}
.index_youshi .xiamian img {
  margin: 0 auto 0.1rem auto;
}
.index_youshi .xiamian .zhongjian {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 0 0.5rem;
}

.index_fuwu {
  background-image: url(../img/index_fuwu.jpg);
  background-size: cover;
  overflow: hidden;
}
.index_fuwu .xiamian {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_fuwu .xiamian > div {
  width: 24%;
  margin: 0.1rem 0;
  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;
}

.index_dianxing .index-title img {
  margin-left: 0;
}
.index_dianxing .dbutton {
  text-align: right;
  padding: 0.1rem 0 0 0;
}

.index_hezou {
  background-image: url(../img/hezuo.jpg);
  background-color: #EFF6FF;
  background-position: top left;
  background-repeat: no-repeat;
}
.index_hezou .dbutton {
  text-align: right;
}
.index_hezou .liebb {
  display: flex;
}
.index_hezou .liebb .mymenu {
  width: 2.43rem;
  text-align: center;
  font-size: 0.26rem;
}
.index_hezou .liebb .mymenu li {
  padding: 0.3rem;
  cursor: pointer;
  color: #000;
}
.index_hezou .liebb .mymenu li.active {
  background-color: rgba(4, 120, 231, 0.8);
  color: #fff;
}
.index_hezou .liebb .mycontent {
  flex: 1;
  padding: 0.2rem;
  background-color: #EFF6FF;
}
.index_hezou .liebb .mycontent li .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_hezou .liebb .mycontent li .con a {
  background-color: #fff;
  padding: 0.2rem;
  width: 32%;
  text-align: center;
  margin-bottom: 0.2rem;
}

.index_youshi .glb_title {
  margin: 0;
}
.index_youshi ul {
  list-style: none;
}
.index_youshi ul li {
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.index_youshi ul li .tu {
  width: 1.7rem;
  margin-right: 0.2rem;
}
.index_youshi ul li .tu img {
  width: 100%;
}
.index_youshi ul li .tu a {
  border-radius: 0.1rem;
}
.index_youshi ul li .txt {
  flex: 1;
}
.index_youshi ul li .txt a {
  color: #000;
  padding-bottom: 0.1rem;
  font-size: 0.2rem;
  display: block;
}
.index_youshi ul li .txt a:hover {
  color: #0478E7;
}

.index_footer {
  background-color: #232536;
  color: #fff;
}
.index_footer .beian {
  padding: 0.1rem 0.2rem;
  text-align: center;
  background-color: #2E3040;
}
.index_footer .guanyu {
  background-color: #2E3040;
  margin: 0 0.5rem;
  padding: 0.3rem 0.5rem;
}
.index_footer .guanyu a {
  color: rgba(255, 255, 255, 0.8);
}
.index_footer .guanyu a:hover {
  color: #0478E7;
}
.index_footer .guanyu p {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index_footer .guanyu p a {
  margin: 0 0.2rem;
}
.index_footer .caidan {
  text-align: center;
}
.index_footer .caidan a {
  color: #fff;
  margin: 0.2rem 0.5rem;
  display: inline-block;
}
.index_footer .shang {
  display: flex;
  padding: 0.5rem 1rem;
}
.index_footer .shang > :first-child {
  flex: 1;
  color: rgba(255, 255, 255, 0.8);
}
.index_footer .shang > :last-child img {
  width: 1.3rem;
  margin-bottom: 0.1rem;
}
.index_footer .shang > :last-child div {
  float: left;
  text-align: center;
  margin-left: 0.1rem;
}
.index_footer .title {
  font-size: 0.22rem;
  padding-bottom: 0.2rem;
  color: #fff;
}

.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: 1800px) {
  .index_header .top .main_menu > li > a {
    padding: 0.3rem 0.1rem;
  }
}
@media (max-width: 1600px) {
  .index_header .top .main_menu > li > a {
    margin: 0;
    padding: 0.3rem 0.18rem;
  }
  .index_header .top .flex {
    padding: 0 0.2rem;
  }
}
@media (max-width: 1400px) {
  .index_footer .caidan a {
    margin: 0.2rem 0.2rem;
  }
  .index_header .top .main_menu {
    font-size: 0.14rem;
  }
  .index_header .top .main_menu > li > a {
    padding: 0.3rem 0.1rem;
  }
  .index_header .top .flex {
    padding: 0 0.2rem;
  }
  .main_menu_sub {
    left: -0.3rem;
  }
}
@media (max-width: 1200px) {
  .about .about3 .zuzhi {
    padding: 0;
  }
  .index-title img {
    height: 0.4rem;
  }
  .index_youshi .xiamian img {
    height: 0.4rem;
  }
  .index_youshi .xiamian .zhongjian {
    border: none;
  }
  .index_youshi .xiamian {
    text-align: center;
  }
  .index_header .logo {
    width: 2rem;
    overflow: hidden;
  }
  .index_header .logo img {
    width: auto;
    max-width: inherit;
  }
  .bei_wrap {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .news .list2 li a {
    display: block;
  }
  .about p.suuo {
    width: auto;
  }
  .index_fuwu .xiamian > div {
    width: 49%;
  }
  .contact .map {
    display: block;
  }
  .contact .ditu {
    margin-top: 0.2rem;
  }
  .danwei .list a {
    width: 49%;
  }
  .anli li {
    width: 100%;
  }
  .anli .xuanze span {
    width: 1.4rem;
  }
  .anli .xuanze span img {
    margin-top: 0.14rem;
  }
  .anli .shang tr > td:first-child {
    width: 1.4rem;
  }
  .pinpai li {
    display: block;
  }
  .pinpai li > div:first-child {
    width: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .pinpai li > div:first-child img {
    width: 100%;
  }
  .youshi .list1 {
    display: block;
  }
  .youshi .list1 > div > img {
    margin-top: 0.4rem;
  }
  .youshi .huanhang {
    display: flex;
    flex-direction: column;
  }
  .youshi .huanhang > div:nth-child(1) {
    order: 2;
  }
  .youshi .huanhang > div:nth-child(2) {
    order: 1;
  }
  .news .list1 {
    display: block;
  }
  .news .list1 li {
    width: auto;
    margin-bottom: 0.2rem;
  }
  .news .con .time, .news .con p {
    font-size: 0.24rem;
  }
  .news .biao {
    font-size: 0.34rem;
  }
  .index_hexin .list {
    flex-wrap: wrap;
  }
  .index_hexin .list > div {
    width: 49%;
  }
  .index_header .top .main_menu > li > a {
    margin: 0 0.1rem;
    padding: 0.3rem 0rem;
  }
  .index_header .search {
    width: 80%;
  }
  .index_leib ul li {
    width: 49%;
    margin-bottom: 0.2rem;
  }
  .index_leib ul {
    flex-wrap: wrap;
  }
  .index_news .list > div {
    width: 100%;
  }
  .index_news .list {
    flex-wrap: wrap;
  }
  .index_news li {
    margin: 0 0 0.2rem 0;
  }
  .index_footer .shang {
    display: block;
    padding: 0.2rem;
  }
  .index_footer .shang > :first-child {
    padding-right: 0rem;
    border-right: none;
  }
  .index_footer .shang > :last-child {
    overflow: hidden;
    padding-left: 0rem;
    width: 100%;
    margin-top: 0.2rem;
  }
  .index_footer .guanyu {
    margin: 0;
  }
  .index_footer .guanyu a {
    display: inline-block;
    font-size: 0.18rem;
    margin: 0.1rem;
    color: #fff;
  }
  .index_header .remen {
    width: 80%;
  }
  .searchpage .caidan .flex {
    display: block;
    overflow: scroll;
    white-space: nowrap;
  }
  .searchpage1 .bigimg {
    width: 100%;
  }
  .news .caidan .flex {
    display: block;
    overflow: scroll;
    white-space: nowrap;
  }
  .searchpage1 .shangxia {
    flex-direction: column;
  }
}
.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: 0.5rem;
  height: 0.05rem;
  border-radius: 1px;
  background-color: #0478E7;
}

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

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

@media (max-width: 767px) {
  .about .liebiao {
    display: block;
  }
  .about .liebiao .t1, .about .liebiao .t2 {
    width: auto;
  }
  .about .liebiao.order {
    display: flex;
    flex-direction: column;
  }
  .about .liebiao.order .t1 {
    order: 1;
  }
  .index_header .logo {
    width: auto;
  }
  .index_hezou .liebb .mycontent li .con a {
    width: 100%;
  }
  .index_hezou .liebb .mymenu {
    width: 1.5rem;
  }
  .index_hezou .liebb .mymenu li {
    padding: 0.3rem 0.1rem;
  }
  .news .list2 li a .image-large {
    width: auto;
    margin-top: 0.2rem;
  }
  .news .list2 li a .con {
    padding: 0.2rem 0.1rem;
  }
  .contact h1.title {
    font-size: 0.4rem;
    padding: 0.2rem 0 0.5rem 0;
  }
  html {
    font-size: 13.3333333333vw;
  }
  body {
    font-size: 0.26rem;
  }
  .index_header .remen,
.index_footer .guanyu a,
.searchpage .toptitle span,
.index_leib h3,
.index_header .search button,
.index_header .search input {
    font-size: 0.28rem;
  }
  .searchpage1 .bigtitle,
.searchpage .toptitle,
.index_footer .shang .title,
.index_youshi ul li .txt a,
.index_news li .txt a,
.about .shangtitle {
    font-size: 0.3rem;
  }
  .glb_title div.txt {
    font-size: 0.36rem;
  }
  .glb_title div.txt span {
    font-size: 0.23rem;
  }
  .index_header .top .flex {
    padding: 0.15rem;
  }
  .mobile_menu {
    display: block;
  }
  .main_menu {
    overflow: hidden;
    background: #0478E7;
    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;
    font-size: 0.4rem;
  }
  .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: 0.6rem;
  }
  .searchpage1 .mobile_menu .icon-bar {
    background-color: #000;
  }
  .news .xbiao {
    display: block;
  }
  .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 */