@charset "utf-8";
body * {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  /* 取自网易严选的默认字体 */
  font-family: "microsoft yahei";
}

a, button, input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  margin: 0;
  font-size: 12px;
  background-color: #eee;
  color: #333;
}

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

input {
  outline: none;
  vertical-align: middle;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, p {
  margin: 0;
}

html {
  font-size: 13.3333333333vw;
}

/* 使用字体图标 */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  width: 96vw;
  height: 1.6rem;
  display: flex;
  display: -webkit-flex;
  padding: 0 2vw;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .logo {
  width: 80vw;
  height: 1rem;
  background: url("../images/logo.png") no-repeat left center;
  background-size: 88%;
  -webkit-background-size: 88%;
}
.header .logo a {
  display: block;
  width: 60vw;
  height: 1rem;
}
.header .menu {
  height: 0.6rem;
  position: relative;
}
.header .menu span {
  font-size: 0.6rem;
  color: #00449A;
}

.banner {
  width: 100vw;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 1.6rem;
}
.banner .box-images {
  width: 100vw;
}
.banner .box-images ul {
  width: 100vw;
  transform: translateX(0);
  display: flex;
}
.banner .box-images ul li {
  width: 100vw;
}
.banner .box-images ul li img {
  width: 100vw;
}
.banner .box-arrow {
  position: absolute;
  bottom: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.banner .box-arrow span {
  width: 0.4rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 4px;
}
.banner .box-arrow span.active {
  background: #00449A;
}

.section {
  width: 100vw;
}
.section .public-head {
  width: 96vw;
  padding: 0 2vw;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background: #00449A;
  align-items: center;
}
.section .public-head span {
  font-size: 0.3rem;
  color: #fff;
}
.section .public-head a {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
}
.section .public-content {
  width: 94vw;
  padding: 0.3rem 3vw;
}

.footer {
  width: 100vw;
  height: 1.8rem;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #D9D9D9;
}
.footer a {
  display: block;
  text-align: center;
}
.footer a span {
  display: block;
  color: #333;
  font-size: 0.24rem;
}
.footer a span.iconfont {
  font-size: 0.6rem;
}
.footer a.icon-wx {
  position: relative;
}
.footer a.icon-wx img {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 70px;
  left: -50px;
  visibility: hidden;
  opacity: 0;
}

.shadow {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

/** */
.public-sort-page {
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #fff;
  text-indent: 0.52rem;
}
.public-sort-page i {
  color: #1251B3;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}

.public-sort-name {
  width: 100%;
  height: auto;
  margin: 15px auto 20px auto;
}
.public-sort-name ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.public-sort-name ul li {
  width: 45vw;
  height: 0.7rem;
  line-height: 0.7rem;
  align-content: center;
  background: #D0D0D0;
  margin: 0.1rem 0;
  text-align: center;
  overflow: hidden;
  border-radius: 0.04rem;
}
.public-sort-name ul li.onm {
  background: rgba(0, 68, 154, 0.8);
}
.public-sort-name ul li.onm a {
  color: #fff;
}
.public-sort-name ul li a {
  font-size: 0.3rem;
  color: #333;
}

.public-sort-name-goods {
  width: 100%;
  height: auto;
  margin: 15px auto 20px auto;
}
.public-sort-name-goods ul {
  width: 100%;
  align-items: center;
}
.public-sort-name-goods ul li {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  align-content: center;
  background: #D0D0D0;
  margin: 0.1rem 0;
  text-align: center;
  overflow: hidden;
  border-radius: 0.04rem;
}
.public-sort-name-goods ul li.onm {
  background: rgba(0, 68, 154, 0.8);
}
.public-sort-name-goods ul li.onm a {
  color: #fff;
}
.public-sort-name-goods ul li a {
  font-size: 0.3rem;
  color: #333;
}

.public-goods, .public-pic {
  width: 100%;
  height: auto;
}
.public-goods ul, .public-pic ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.public-goods ul li, .public-pic ul li {
  width: 45vw;
  height: 3rem;
  align-content: center;
  background: #eee;
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}
.public-goods ul li a, .public-pic ul li a {
  display: block;
  width: 100%;
}
.public-goods ul li a.a-img, .public-pic ul li a.a-img {
  height: 2.4rem;
}
.public-goods ul li a.a-img img, .public-pic ul li a.a-img img {
  width: 100%;
  height: 2.4rem;
}
.public-goods ul li a.a-title, .public-pic ul li a.a-title {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  background: #00449A;
  color: #fff;
}

.public-goods-list {
  width: 94vw;
  padding: 0.3rem 3vw 0.6rem 3vw;
  overflow: hidden;
}
.public-goods-list ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.public-goods-list ul li {
  width: 45vw;
  height: 3rem;
  align-content: center;
  background: #eee;
  margin: 0.1rem 0 0.4rem 0;
  text-align: center;
  overflow: hidden;
}
.public-goods-list ul li a {
  display: block;
  width: 100%;
}
.public-goods-list ul li a.a-img {
  height: 2.4rem;
}
.public-goods-list ul li a.a-img img {
  width: 100%;
  height: 2.4rem;
}
.public-goods-list ul li a.a-title {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  background: rgba(208, 208, 208, 0.8);
  color: #333;
  font-weight: normal;
}

.public-title {
  width: 94vw;
  height: auto;
  clear: both;
  overflow: hidden;
}
.public-title ul li {
  height: 1.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0.2rem auto 0.6rem auto;
}
.public-title ul li .inside-img {
  width: 30vw;
  height: 1.6rem;
}
.public-title ul li .inside-img img {
  width: 2.2rem;
  height: 1.6rem;
}
.public-title ul li .inside-title-times-intro {
  width: 60vw;
  height: 1.6rem;
}
.public-title ul li .inside-title-times-intro .inside-title-times {
  text-align: left;
}
.public-title ul li .inside-title-times-intro .inside-title-times a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #595959;
  overflow: hidden;
}
.public-title ul li .inside-title-times-intro .inside-title-times span {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #999;
}
.public-title ul li .inside-title-times-intro .inside-intro {
  text-align: left;
  overflow: hidden;
  height: 0.72rem;
  margin-top: 0.04rem;
}
.public-title ul li .inside-title-times-intro .inside-intro a {
  line-height: 0.36rem;
  font-size: 0.26rem;
  color: #555;
}

.public-pic-list, .public-pic-list-son {
  width: 94vw;
  padding: 0.3rem 3vw 0.6rem 3vw;
  overflow: hidden;
}
.public-pic-list ul, .public-pic-list-son ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.public-pic-list ul li, .public-pic-list-son ul li {
  width: 45vw;
  height: 3rem;
  align-content: center;
  background: #eee;
  margin: 0.1rem 0 0.4rem 0;
  text-align: center;
  overflow: hidden;
}
.public-pic-list ul li a, .public-pic-list-son ul li a {
  display: block;
  width: 100%;
}
.public-pic-list ul li a.a-img, .public-pic-list-son ul li a.a-img {
  height: 2.4rem;
}
.public-pic-list ul li a.a-img img, .public-pic-list-son ul li a.a-img img {
  width: 100%;
  height: 2.4rem;
}
.public-pic-list ul li a.a-title, .public-pic-list-son ul li a.a-title {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  background: rgba(208, 208, 208, 0.8);
  color: #333;
  font-weight: normal;
}

.public-contact {
  width: 96%;
  height: auto;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 2.4rem;
}
.public-contact h4 {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
  color: #222;
}
.public-contact p {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #222;
}

.public-title-list {
  width: 94vw;
  padding: 0.3rem 3vw 0.6rem 3vw;
  overflow: hidden;
}
.public-title-list ul li {
  height: 1.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0.6rem auto;
}
.public-title-list ul li .inside-img {
  width: 30vw;
  height: 1.6rem;
}
.public-title-list ul li .inside-img img {
  width: 2.2rem;
  height: 1.6rem;
}
.public-title-list ul li .inside-title-times-intro {
  width: 60vw;
  height: 1.6rem;
}
.public-title-list ul li .inside-title-times-intro .inside-title-times {
  text-align: left;
}
.public-title-list ul li .inside-title-times-intro .inside-title-times a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #595959;
  overflow: hidden;
}
.public-title-list ul li .inside-title-times-intro .inside-title-times span {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #999;
}
.public-title-list ul li .inside-title-times-intro .inside-intro {
  text-align: left;
  overflow: hidden;
  height: 0.72rem;
  margin-top: 0.04rem;
}
.public-title-list ul li .inside-title-times-intro .inside-intro a {
  line-height: 0.36rem;
  font-size: 0.26rem;
  color: #555;
}

#nav-menu {
  position: absolute;
  top: 1.1rem;
  right: -3vw;
  width: 3.2rem;
  display: none;
}
#nav-menu li {
  width: 2.4rem;
  line-height: 0.88rem;
  background: #00449A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0 0.4rem;
}
#nav-menu li .iconfont-child {
  width: 2.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
#nav-menu li .iconfont-child a {
  width: 2.4rem;
  font-size: 0.28rem;
  color: #fff;
}
#nav-menu li .iconfont-child span {
  font-size: 0.24rem;
  text-align: right;
  transition: all 0.45s;
  color: #fff;
}
#nav-menu li ul {
  width: 2.4rem;
  display: none;
  transition: all 0.45s;
}
#nav-menu li ul li {
  width: 2.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(0, 68, 154, 0.8);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
  transition: all 0.45s;
}
#nav-menu li ul li a {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
}
#nav-menu li ul li:last-child {
  margin-bottom: 0.3rem;
}

.main {
  width: 100vw;
  height: auto;
  margin: auto;
}
.main .public-lump {
  width: 96vw;
  padding: 0 2vw;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background: #C1C1C1;
  align-items: center;
}
.main .public-lump .public-lump-sort {
  font-size: 0.32rem;
  color: #000;
}
.main .public-lump .public-lump-sort a {
  font-size: 0.32rem;
  color: #000;
}
.main .public-lump .public-lump-back a span {
  font-size: 0.48rem;
  color: rgba(0, 0, 0, 0.8);
}
.main .public-sort {
  width: 94vw;
  padding: 0 3vw;
  overflow: hidden;
}
.main .public-content {
  width: 100vw;
  height: auto;
  margin: 0 auto 3rem auto;
}
.main .public-content .lump-title-list {
  width: 94vw;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 3vw;
  background: rgba(0, 68, 154, 0.8);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.main .public-content .lump-title-list a {
  font-size: 0.26rem;
  color: #fff;
}
.main .public-content .caption {
  width: 94vw;
  margin: 0 auto;
}
.main .public-content .caption h1 {
  width: 100%;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.48rem;
  color: #000;
  margin: 0 auto;
}
.main .public-content .caption h3 {
  width: 100%;
  line-height: 0.6rem;
  text-align: right;
  font-size: 0.32rem;
  color: #444;
  margin: 0 auto;
}
.main .public-content .share-list-type .share-list {
  text-align: center;
}
.main .public-content .share-list-type .share-list span {
  display: none;
}
.main .public-content .share-list-type .share-list b {
  display: block;
  width: 94vw;
  line-height: 0.72rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #666;
  font-weight: normal;
}
.main .public-content .showText, .main .public-content .page-content {
  width: 94vw;
  padding: 0 3vw;
}
.main .public-content #home-page {
  width: 94vw;
  padding: 0.6rem 3vw 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  height: 0.8rem;
  line-height: 0.4rem;
  overflow: hidden;
}
.main .public-content #home-page span {
  width: 42vw;
}
.main .public-content #home-page span a {
  font-size: 0.3rem;
  color: #00449A;
}
.main .public-content #pagelist {
  width: 100vw;
  height: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.main .public-content #pagelist a {
  display: inline-block;
  padding: 0 0.24rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0.08rem;
  font-size: 0.24rem;
  color: #fff;
  background: #00449A;
  border: #00449A 1px solid;
  border-radius: 0.08rem;
}
.main .public-content #pagelist #nowpage, .main .public-content #pagelist #itempage {
  display: none;
}

.productShowList {
  width: 96%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.productShowList img {
  display: block;
  width: 100%;
  margin: 15px auto;
}
.productShowList h3 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  color: #1C599D;
}
.productShowList ul li {
  display: none;
}
.productShowList h1 {
  width: 99%;
  height: 39px;
  line-height: 40px;
  border-bottom: 1px solid #9D9494;
  margin: 0 auto;
}
.productShowList h1 .phSpan {
  display: block;
  float: left;
  background: #0656A8;
  font-size: 16px;
  font-weight: 100;
  color: #FFF;
  padding: 0 20px;
}
.productShowList .productShowContent {
  width: 100%;
}
