@charset "UTF-8";
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, img, form, table, th, tr, td {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

img {
  border: none;
}

a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.input, select {
  font-size: 12px;
  vertical-align: middle;
  outline: none;
  color: #000;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

input::placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Arial";
  color: #000;
  background: #fff;
}

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot?t=1636356291979");
  /* IE9 */
  src: url("../fonts/iconfont.eot?t=1636356291979#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2?t=1636356291979") format("woff2"), url("../fonts/iconfont.woff?t=1636356291979") format("woff"), url("../fonts/iconfont.ttf?t=1636356291979") format("truetype"), url("../fonts/iconfont.svg?t=1636356291979#iconfont") format("svg");
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  width: 100%;
  height: 160px;
  background: #fff;
  clear: both;
  margin: 0 auto;
}
.header .header-bar {
  width: 100%;
  height: 50px;
  background: #EFEFEF;
}
.header .header-bar .mail-search {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
.header .header-bar .mail-search .mail {
  float: left;
  background: url("../images/mail.png") no-repeat left center;
  font-size: 16px;
  color: #293A8E;
  text-indent: 32px;
}
.header .header-bar .mail-search .search {
  float: right;
  width: 240px;
  height: 30px;
  margin: 10px 0;
}
.header .logo-menu {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}
.header .logo-menu .logo {
  float: left;
  width: 385px;
  height: 70px;
  margin: 20px 0;
}
.header .logo-menu .menu {
  float: right;
  width: 725px;
  height: 65px;
}

.welcome {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 60px auto 20px auto;
}
.welcome a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.welcome a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #293A8E;
}
.welcome a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: rgba(69, 72, 75, 0.8);
  margin: 10px 0 35px 0;
}
.welcome a h5 span {
  display: block;
  width: 580px;
  line-height: 30px;
  font-size: 18px;
  color: #4A4A4A;
  margin: 0 auto;
}
.welcome a h6 {
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #293A8E;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.products {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.products .products-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.products .products-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.products .products-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 34px;
  color: #293A8E;
}
.products .products-head a h2:before {
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #E1E2E3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.products .products-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
  margin: 20px auto 0 auto;
}
.products .products-head a h5 span {
  display: block;
  width: 560px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.products .products-list {
  width: 1200px;
  height: auto;
  margin: 45px auto 15px auto;
  clear: both;
  overflow: hidden;
}
.products .products-more {
  width: 1200px;
  height: 60px;
  margin: 0 auto 60px auto;
}
.products .products-more a {
  display: block;
  width: 210px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #293A8E;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
}

.inspection {
  width: 100%;
  height: 520px;
  background: #F6F4F4;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.inspection .inspection-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 30px auto;
  clear: both;
  overflow: hidden;
}
.inspection .inspection-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.inspection .inspection-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 34px;
  color: #293A8E;
}
.inspection .inspection-head a h2:before {
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #E1E2E3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.inspection .inspection-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
  margin: 20px auto 0 auto;
}
.inspection .inspection-head a h5 span {
  display: block;
  width: 560px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.inspection .inspection-intro {
  width: 1200px;
  height: 60px;
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  color: #474542;
  margin: 0 auto;
}
.inspection .inspection-list {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.products-inspection {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.products-inspection .products-inspection-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 30px auto;
  clear: both;
  overflow: hidden;
}
.products-inspection .products-inspection-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.products-inspection .products-inspection-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 34px;
  color: #293A8E;
}
.products-inspection .products-inspection-head a h2:before {
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #E1E2E3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.products-inspection .products-inspection-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
  margin: 20px auto 0 auto;
}
.products-inspection .products-inspection-head a h5 span {
  display: block;
  width: 560px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.products-inspection .products-inspection-list {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.about {
  width: 100%;
  height: 520px;
  background: #efefef;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.about .about-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 30px auto;
  clear: both;
  overflow: hidden;
}
.about .about-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.about .about-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 34px;
  color: #293A8E;
}
.about .about-head a h2:before {
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #E1E2E3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.about .about-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
  margin: 20px auto 0 auto;
}
.about .about-head a h5 span {
  display: block;
  width: 560px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.about .about-list {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}
.about .about-list .about-img {
  float: right;
  width: 445px;
  height: 276px;
}
.about .about-list .about-img span {
  display: none;
}
.about .about-list .about-title {
  float: left;
  width: 720px;
  height: 285px;
  overflow: hidden;
}

.quality {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.quality .quality-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 30px auto;
  clear: both;
  overflow: hidden;
}
.quality .quality-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.quality .quality-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 34px;
  color: #293A8E;
}
.quality .quality-head a h2:before {
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #E1E2E3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.quality .quality-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
  margin: 20px auto 0 auto;
}
.quality .quality-head a h5 span {
  display: block;
  width: 560px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.quality .quality-list {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: 460px;
  background: #293A8E;
}
.footer .footer-list {
  width: 1200px;
  height: 340px;
  margin: 0 auto;
}
.footer .footer-list .footer-online {
  float: left;
  width: 380px;
  margin: 40px 0 0 0;
}
.footer .footer-list .footer-online span {
  display: block;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 20px 0;
}
.footer .footer-list .footer-online label {
  display: block;
  width: 100%;
  height: 30px;
  margin: 10px 0;
}
.footer .footer-list .footer-online label input::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-list .footer-online label input::placeholder {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-list .footer-online label input {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  outline: none;
  background: #1f3452;
  border: none;
  font-size: 13px;
  color: #fff;
  text-indent: 12px;
}
.footer .footer-list .footer-online label.label-online-content {
  width: 100%;
  height: 60px;
}
.footer .footer-list .footer-online label.label-online-content textarea {
  width: 100%;
  height: 58px;
  border: none;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-indent: 12px;
  outline: none;
  resize: none;
  background: #1f3452;
}
.footer .footer-list .footer-online label.label-online-btn {
  width: 110px;
  height: 35px;
}
.footer .footer-list .footer-online label.label-online-btn input {
  width: 110px;
  height: 35px;
  text-indent: 0;
  font-size: 14px;
  background: #F58E31;
  color: #000;
  border-color: #F58E31;
  border-radius: 3px;
}
.footer .footer-list .footer-online label.label-none {
  display: none;
}
.footer .footer-list .footer-content {
  float: right;
  margin-top: 55px;
}
.footer .footer-list .footer-content dt {
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.footer .footer-list .footer-content dt a {
  font-size: 16px;
  color: #fff;
}
.footer .footer-list .footer-content dd {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-list .footer-content dd i {
  display: block;
  float: left;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-list .footer-content dd .iconfont {
  display: block;
  float: left;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  padding-right: 10px;
}
.footer .footer-list .footer-content dd.cart-list {
  margin-top: 15px;
}
.footer .footer-list .footer-content dd.cart-list a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.footer .footer-list .footer-content dd.cart-list a.f-skype {
  background: url("../images/f-skype.png") no-repeat center;
}
.footer .footer-list .footer-content dd.cart-list a.f-facebook {
  background: url("../images/f-facebook.png") no-repeat center;
}
.footer .footer-list .footer-content dd.cart-list a.f-app {
  background: url("../images/f-app.png") no-repeat center;
}
.footer .footer-list .footer-content dd.cart-list a.f-link {
  background: url("../images/f-link.png") no-repeat center;
}
.footer .footer-list .footer-content dd.cart-list a.f-twitter {
  background: url("../images/f-twitter.png") no-repeat center;
}
.footer .footer-copy {
  width: 100%;
  height: 120px;
  background: #1B2A75;
  margin: 0 auto;
}
.footer .footer-copy .copy {
  width: 1200px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer .footer-copy .copy a {
  font-size: 14px;
  color: #fff;
}

.mainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.mainer .mainer-list-side {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both;
}
.mainer .mainer-list-side .mainer-side {
  float: left;
  width: 280px;
  height: auto;
}
.mainer .mainer-list-side .mainer-side #public-side-name {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin-top: 10px;
}
.mainer .mainer-list-side .mainer-side #public-side-name h1 {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #293A8E;
  font-size: 32px;
  color: #fff;
}
.mainer .mainer-list-side .mainer-side #public-side-name li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 15px 0;
}
.mainer .mainer-list-side .mainer-side #public-side-name li a {
  display: block;
  width: 270px;
  height: 45px;
  line-height: 45px;
  border: #e5e5e5 1px solid;
  font-size: 14px;
  color: #333;
  padding: 0 10px 0 12px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .45s;
  background: #fff;
  margin: 0 0 0 10px;
}
.mainer .mainer-list-side .mainer-side #public-side-name li a:before {
  content: '';
  width: 5px;
  height: 0;
  position: absolute;
  top: 0;
  left: -10px;
  transition: all .45s;
  background: #293A8E;
}
.mainer .mainer-list-side .mainer-side #public-side-name li a:hover {
  background: url("../images/arrow.png") no-repeat right center #293A8E;
  color: #fff;
}
.mainer .mainer-list-side .mainer-side #public-side-name li a:hover:before {
  height: 44px;
}
.mainer .mainer-list-side .mainer-side #public-side-name li.navon a {
  background: url("../images/arrow.png") no-repeat right center #293A8E;
  color: #fff;
}
.mainer .mainer-list-side .mainer-side #public-side-name li.navon a:before {
  height: 44px;
}
.mainer .mainer-list-side .mainer-square {
  float: right;
  width: 900px;
  height: auto;
  overflow: hidden;
}
.mainer .mainer-list-side .mainer-square .mainer-path {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  background: url("../images/home.png") no-repeat left center;
  border-bottom: 1px solid #eee;
  text-indent: 30px;
  margin-bottom: 15px;
}
.mainer .mainer-list-side .mainer-square .mainer-path a {
  font-size: 15px;
  color: #333;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list {
  width: 100%;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list {
  width: 98%;
  height: 45px;
  line-height: 45px;
  padding: 0 1%;
  margin: 15px 0;
  background: #F2F2F2;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-name {
  float: left;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-name a {
  font-size: 16px;
  color: #666;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-more {
  float: right;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .lump-title-list .lump-title-more a {
  font-size: 14px;
  color: #666;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption {
  width: 96%;
  height: auto;
  margin: 0 auto 30px auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption h1 {
  width: 100%;
  color: #3A3937;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  margin: 25px auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #555552;
  margin: 25px auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list {
  display: flex;
  display: -webkit-flex;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list b {
  display: block;
  height: 36px;
  line-height: 36px;
  width: auto;
  font-weight: normal;
  font-size: 12px;
  color: #5A5A5A;
  margin-right: 15px;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share {
  width: auto;
  height: 36px;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share span {
  display: block;
  float: left;
  font-size: 12px;
  color: #5A5A5A;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom {
  float: left;
  height: 36px;
  line-height: 36px;
  width: auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom a {
  display: block;
  float: left;
  margin: 9px 2px;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .showText, .mainer .mainer-list-side .mainer-square .mainer-page-list .page-content {
  width: 94%;
  height: auto;
  margin: 0 auto;
}
.mainer .mainer-list-side .mainer-square .mainer-page-list .showText img, .mainer .mainer-list-side .mainer-square .mainer-page-list .page-content img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 460px;
  margin: 0 auto;
}

.banneron {
  width: 100%;
  height: 270px;
  margin: 0 auto;
}

#nav-menu {
  width: 100%;
  height: 40px;
  margin: 45px 0 0 0;
}
#nav-menu li {
  float: left;
  width: 93px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  transition: all .6s;
  margin: 0 5px;
}
#nav-menu li.navon a {
  border-bottom: 3px solid #293A8E;
}
#nav-menu li a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333;
  transition: all .45s linear;
}
#nav-menu li span {
  display: none;
}
#nav-menu li ul {
  position: absolute;
  top: 120px;
  opacity: 0;
  transition: all .6s;
  visibility: hidden;
  z-index: 9999;
}
#nav-menu li ul li {
  clear: both;
  overflow: hidden;
  float: none;
  width: 95px;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #fff;
  background: #293A8E;
  transition: all .6s;
  margin: 0;
}
#nav-menu li ul li a {
  width: 100%;
  font-size: 13px;
  color: #333;
  margin: 0;
}
#nav-menu li ul li:hover {
  border-radius: 0;
}
#nav-menu li ul li:hover a {
  color: #fff;
  background: linear-gradient(#293A8E, #062b7b);
}
#nav-menu li:hover a {
  border-bottom: 3px solid #293A8E;
}
#nav-menu li:hover ul {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
#nav-menu li:hover ul li a {
  color: #fff;
}

.search-list {
  width: 100%;
  height: 30px;
  background: #F5F7FA;
  border-radius: 6px;
  clear: both;
  overflow: hidden;
}
.search-list ul {
  width: 100%;
  height: 30px;
  margin: 0 auto;
}
.search-list ul li {
  float: left;
  line-height: 30px;
}
.search-list ul li input {
  display: block;
  outline: none;
  background: none;
  border: none;
}
.search-list ul li input:focus {
  outline: none;
  background: none;
}
.search-list ul li.search-input {
  width: 210px;
}
.search-list ul li.search-input input {
  width: 210px;
  height: 30px;
  text-indent: 6px;
  color: #000;
}
.search-list ul li.search-submit input {
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url("../images/search.png") no-repeat center;
  cursor: pointer;
}

.public-big-goods {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.public-big-goods ul li {
  float: left;
  width: 200px;
  height: 150px;
  margin: 0 0 50px 20px;
  position: relative;
}
.public-big-goods ul li a {
  display: block;
  width: 200px;
  overflow: hidden;
}
.public-big-goods ul li a.a-img {
  width: 100%;
  height: 150px;
}
.public-big-goods ul li a.a-img img {
  width: 100%;
  height: 150px;
  transition: all .45s;
}
.public-big-goods ul li a.a-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all .45s;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: #fff;
}
.public-big-goods ul li.bigPic {
  width: 540px;
  height: 350px;
  margin: 0;
}
.public-big-goods ul li.bigPic a {
  display: block;
  width: 100%;
  height: 350px;
}
.public-big-goods ul li.bigPic a.a-img img {
  width: 100%;
  height: 350px;
}
.public-big-goods ul li.bigPic a.a-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all .45s;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: #fff;
}
.public-big-goods ul li:hover img {
  transition: all .45s;
  transform: scale(1.1);
}
.public-big-goods ul li:hover img .a-title {
  font-weight: bold;
  transition: all .45s;
  color: #293A8E;
  font-size: 15px;
}

.public-goods {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.public-goods ul li {
  float: left;
  width: 280px;
  height: 260px;
  margin: 0 26px 30px 0;
}
.public-goods ul li.goods4, .public-goods ul li.goods8, .public-goods ul li.goods12, .public-goods ul li.goods16 {
  margin-right: 0;
}
.public-goods ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.public-goods ul li a.a-img {
  width: 100%;
  height: 220px;
}
.public-goods ul li a.a-img img {
  width: 100%;
  height: 220px;
  transition: all .45s;
}
.public-goods ul li a.a-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all .45s;
  font-size: 16px;
  color: #000;
}
.public-goods ul li:hover img {
  transition: all .45s;
  transform: scale(1.2);
}
.public-goods ul li:hover img .a-title {
  font-weight: bold;
  transition: all .45s;
  color: #293A8E;
  font-size: 15px;
}

.public-page-intro {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 15px auto;
}
.public-page-intro a {
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  /*
      text-indent: 28px;
      &.page-more{
        display: block;
        width: 140px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        text-indent: 0;
        font-size: $fontSize+2;
        color: $black;
        transition: all .45s;
        margin-top: 15px;
        margin-left: 28px;
        border-radius: 8px;
        border: 1px solid rgba($black,.6);
        &:hover{
          background: $hover;
          border: 1px solid rgba($hover,.6);
          color: $white;
        }
      }
  */
}

.public-pic {
  width: 100%;
  height: auto;
  margin: 40px auto;
  clear: both;
  overflow: hidden;
}
.public-pic ul li {
  float: left;
  width: 340px;
  height: 183px;
  margin: 0 30px;
}
.public-pic ul li a {
  display: block;
}
.public-pic ul li a.a-img {
  width: 100%;
  height: 153px;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.public-pic ul li a.a-img img {
  display: block;
  width: 100%;
  height: 153px;
  transition: all .45s linear;
}
.public-pic ul li a.a-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #F6F2F2;
}
.public-pic ul li:hover img {
  transform: scale(1.2);
}

.public-pics {
  width: 100%;
  height: auto;
  margin: 20px auto 60px auto;
  clear: both;
  overflow: hidden;
}
.public-pics ul li {
  float: left;
  width: 225px;
  height: 365px;
  margin: 0 35px;
}
.public-pics ul li a {
  display: block;
}
.public-pics ul li a.a-img {
  width: 100%;
  height: 320px;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.public-pics ul li a.a-img img {
  display: block;
  width: 100%;
  height: 320px;
  transition: all .45s linear;
}
.public-pics ul li a.a-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #F6F2F2;
}
.public-pics ul li:hover img {
  transform: scale(1.2);
}

.public-quality {
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  clear: both;
  overflow: hidden;
}
.public-quality ul li {
  float: left;
  width: 300px;
  height: 225px;
}
.public-quality ul li a {
  display: block;
}
.public-quality ul li a.a-img {
  width: 100%;
  height: 225px;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.public-quality ul li a.a-img img {
  display: block;
  width: 100%;
  height: 225px;
}
.public-quality ul li a.a-title {
  display: none;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #F6F2F2;
}

.public-title {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}
.public-title.on {
  display: block;
}
.public-title ul li {
  width: 98%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background: url("../images/pt.png") no-repeat left center;
}
.public-title ul li a {
  display: block;
  float: left;
  font-size: 16px;
  color: #585858;
  text-align: left;
  text-indent: 15px;
}
.public-title ul li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #A3A3A3;
}

.public-title-intro {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}
.public-title-intro ul li {
  float: left;
  width: 350px;
  height: auto;
}
.public-title-intro ul li a {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}
.public-title-intro ul li a span {
  display: block;
  text-align: left;
  width: 100%;
}
.public-title-intro ul li a span.s-title {
  height: 50px;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #efefef;
}
.public-title-intro ul li a span.s-times {
  width: 100%;
  line-height: 25px;
  margin: 10px 0;
  font-size: 14px;
  color: rgba(239, 239, 239, 0.5);
}
.public-title-intro ul li a span.s-intro {
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #efefef;
  text-align: left;
}
.public-title-intro ul li.intro2 {
  margin: 0 75px;
}

.public-title-list {
  width: 96%;
  height: auto;
  margin: 0 auto;
}
.public-title-list ul li {
  width: 100%;
  height: 120px;
  padding: 10px 0;
  border-bottom: 1px dashed #DCDCDC;
}
.public-title-list ul li .inside-img {
  float: left;
  width: 180px;
  height: 120px;
}
.public-title-list ul li .inside-img a {
  display: block;
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.public-title-list ul li .inside-img a img {
  display: block;
  width: 180px;
  height: 120px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.public-title-list ul li .inside-title-times-intro {
  float: right;
  width: 640px;
  height: 120px;
}
.public-title-list ul li .inside-title-times-intro .inside-title-times {
  width: 100%;
  height: 50px;
}
.public-title-list ul li .inside-title-times-intro .inside-title-times a {
  display: block;
  line-height: 50px;
  float: left;
  font-size: 20px;
  color: #595959;
  font-weight: bold;
}
.public-title-list ul li .inside-title-times-intro .inside-title-times span {
  display: block;
  float: right;
  line-height: 50px;
  font-size: 15px;
  color: #777;
}
.public-title-list ul li .inside-title-times-intro .inside-intro {
  width: 100%;
  height: 50px;
  line-height: 25px;
}
.public-title-list ul li .inside-title-times-intro .inside-intro a {
  font-size: 14px;
  color: #999;
}
.public-title-list ul li:hover .inside-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.public-title-list ul li:hover .inside-title-times a {
  color: #BE1C0F;
}

.public-search-list {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 30px auto 45px auto;
}
.public-search-list ul li {
  width: 98%;
  height: 39px;
  line-height: 40px;
  border-bottom: 1px dashed #CCCCCC;
  text-indent: 30px;
  text-align: left;
  background: url(../images/lumpArrow.png) no-repeat 10px center;
  font-size: 16px;
  color: #575757;
  transition: all .6s;
  margin: 0 auto;
}
.public-search-list ul li a {
  display: block;
  float: left;
  color: #575757;
  text-align: left;
  font-size: 16px;
}
.public-search-list ul li span {
  display: block;
  float: right;
  text-align: left;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-size: 15px;
  color: #575757;
}
.public-search-list ul li:hover {
  border-color: #293A8E;
  background: url("../images/lumpOn.png") no-repeat 10px center;
}
.public-search-list ul li:hover a {
  color: #062b7b;
}

.public-sort-name {
  float: left;
  width: auto;
  height: auto;
  margin: 55px 125px;
}
.public-sort-name dt {
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.public-sort-name dt a {
  font-size: 16px;
  color: #fff;
}
.public-sort-name dd {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.public-sort-name dd a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.public-sort-name-goods {
  float: left;
  width: 220px;
  height: auto;
  margin: 40px 40px 0 40px;
}
.public-sort-name-goods dt {
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.public-sort-name-goods dt a {
  font-size: 16px;
  color: #fff;
}
.public-sort-name-goods dd {
  float: left;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.public-sort-name-goods dd a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.public-goods-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.public-goods-list ul::after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
  float: none;
  height: 0;
}
.public-goods-list ul li {
  width: 96%;
  height: 160px;
  margin: 15px auto 45px auto;
  z-index: 999;
  overflow: hidden;
  transition: all .4s;
}
.public-goods-list ul li span {
  display: block;
  float: left;
  width: 210px;
  height: 160px;
}
.public-goods-list ul li span a {
  display: block;
  width: 210px;
  height: 160px;
}
.public-goods-list ul li span a img {
  display: block;
  width: 210px;
  height: 160px;
}
.public-goods-list ul li h5 {
  float: right;
  width: 600px;
  height: 160px;
  font-weight: normal;
}
.public-goods-list ul li h5 a {
  display: block;
}
.public-goods-list ul li h5 a.goods-title {
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-align: left;
}
.public-goods-list ul li h5 a.goods-intro {
  line-height: 20px;
  font-size: 12px;
  color: #888;
}
.public-goods-list ul li h5 .goods-more-inqury {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
}
.public-goods-list ul li h5 .goods-more-inqury a {
  display: block;
  float: left;
  width: 120px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.public-goods-list ul li h5 .goods-more-inqury .goods-more {
  background: #062b7b;
}
.public-goods-list ul li h5 .goods-more-inqury .goods-inqury {
  background: #F58E31;
  margin-left: 30px;
}
.public-goods-list ul li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.form-list-inqury {
  position: fixed;
  right: -200%;
  top: 25%;
  width: 320px;
  height: 380px;
  margin: 0 auto;
  background: #F2F2F2;
  z-index: 99999;
  clear: both;
  overflow: hidden;
  border-radius: 5px;
  transition: all .45s;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.35);
}
.form-list-inqury h5 {
  width: 265px;
  font-size: 14px;
  color: #666;
  margin: 30px auto 15px auto;
  font-weight: normal;
  position: relative;
}
.form-list-inqury h5:before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  content: attr(data-name);
  right: -19px;
  top: -25px;
  font-size: 16px;
  border-radius: 50%;
  background: #C30C22;
  color: #fff;
  cursor: pointer;
}
.form-list-inqury label {
  display: block;
  width: 240px;
  height: 30px;
  margin: 10px auto;
}
.form-list-inqury label input {
  display: block;
  width: 238px;
  height: 28px;
  line-height: 28px;
  outline: none;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  text-indent: 12px;
}
.form-list-inqury label.label-online-content {
  width: 240px;
  height: 100px;
  margin: 0 auto;
}
.form-list-inqury label.label-online-content textarea {
  width: 238px;
  height: 98px;
  border: 1px solid #ddd;
  font-family: "microsoft yahei";
  font-size: 13px;
  color: #444;
  margin: 0 auto;
  padding: 0;
  text-indent: 12px;
  outline: none;
  resize: none;
  background: #fff;
}
.form-list-inqury label.label-online-btn {
  width: 140px;
  height: 35px;
}
.form-list-inqury label.label-online-btn input {
  width: 140px;
  height: 35px;
  text-indent: 0;
  font-size: 16px;
  background: #C30C22;
  color: #fff;
  border-color: #C30C22;
  border-radius: 6px;
  cursor: pointer;
}
.form-list-inqury label.label-none {
  display: none;
}

.public-pic-list, .public-pic-list-son {
  width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.public-pic-list ul li, .public-pic-list-son ul li {
  float: left;
  width: 260px;
  height: 240px;
  margin: 25px 20px;
  z-index: 999;
  overflow: hidden;
  transition: all .4s;
}
.public-pic-list ul li a, .public-pic-list-son ul li a {
  display: block;
  width: 100%;
  height: 200px;
}
.public-pic-list ul li a img, .public-pic-list-son ul li a img {
  display: block;
  width: 100%;
  height: 200px;
}
.public-pic-list ul li h2, .public-pic-list-son ul li h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}
.public-pic-list ul li h2 a, .public-pic-list-son ul li h2 a {
  display: block;
  font-size: 14px;
  color: #444;
  background: #F4F4F4;
}
.public-pic-list ul li:hover, .public-pic-list-son ul li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0px, -2px, 0px);
}

/*产品*/
.production-detail-list {
  width: 100%;
  height: auto;
  margin: 30px auto;
}
.production-detail-list .production-detail {
  width: 100%;
  height: 465px;
}
.production-detail-list .production-detail .detail-pic {
  float: left;
  width: 460px;
  height: 365px;
}
.production-detail-list .production-detail .detail-pic .introShow {
  width: 100%;
}
.production-detail-list .production-detail .detail-pic .introShow .mainShow {
  width: 100%;
  height: 365px;
}
.production-detail-list .production-detail .detail-pic .introShow .mainShow a {
  display: block;
  width: 100%;
  height: 365px;
  border: #CCCCCC 1px solid;
  box-sizing: border-box;
  overflow: hidden;
}
.production-detail-list .production-detail .detail-pic .introShow .mainShow a img {
  display: block;
  width: 100%;
  height: 365px;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll {
  width: 100%;
  height: 60px;
  margin: 15px auto;
  overflow: hidden;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll ul {
  float: left;
  width: 445px;
  height: 60px;
  overflow: hidden;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll ul li {
  float: left;
  width: 80px;
  height: 60px;
  margin: 0 15px;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll ul li a {
  display: block;
  width: 78px;
  height: 58px;
  border: 1px solid #F3F3F3;
  overflow: hidden;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll ul li a img {
  display: block;
  width: 80px;
  height: 60px;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll ul li a:hover, .production-detail-list .production-detail .detail-pic .introShow .scroll ul li a.currentItem {
  border: 1px solid #C80000;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll .prevView {
  float: left;
  margin-top: 28px;
  width: 7px;
  height: 12px;
  background: url(../images/bgimg.gif) no-repeat -132px -17px;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll .prevView:hover {
  background-position: -146px -17px;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll .nextView {
  float: right;
  margin-top: 28px;
  width: 7px;
  height: 12px;
  background: url(../images/bgimg.gif) no-repeat -153px -17px;
}
.production-detail-list .production-detail .detail-pic .introShow .scroll .nextView:hover {
  background-position: -167px -17px;
}
.production-detail-list .production-detail .detail-desc {
  float: left;
  width: 400px;
  height: 365px;
  margin: 0 0 0 30px;
}
.production-detail-list .production-detail .detail-desc h1 {
  line-height: 45px;
  font-size: 24px;
  color: #1C599D;
}
.production-detail-list .production-detail .detail-desc p {
  width: 400px;
  line-height: 30px;
  margin: 10px auto;
  clear: both;
  overflow: hidden;
}
.production-detail-list .production-detail .detail-desc p b {
  display: block;
  float: left;
  width: auto;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 8px;
  border-radius: 5px;
}
.production-detail-list .production-detail .detail-desc p span {
  display: block;
  width: 305px;
  float: left;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  overflow: hidden;
}
.production-detail-list .production-detail .detail-desc .text-area-intro {
  width: 100%;
  height: 150px;
}
.production-detail-list .production-detail .detail-desc .text-area-intro textarea {
  display: block;
  width: 100%;
  height: 150px;
  line-height: 22px;
  font-size: 13px;
  font-family: Arial;
  color: #888;
  border: 1px solid #fefefe;
  outline: none;
  background: none;
  box-sizing: border-box;
  resize: none;
}
.production-detail-list .production-detail .detail-desc .tel-online {
  width: 100%;
  height: 40px;
  margin-top: 30px;
}
.production-detail-list .production-detail .detail-desc .tel-online .goods-chat {
  float: left;
  width: 65px;
  height: 30px;
  margin: 10px 0;
  padding-left: 10px;
}
.production-detail-list .production-detail .detail-desc .tel-online .goods-online {
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #C30C22;
  margin-left: 9px;
}
.production-detail-list .production-detail .detail-desc .tel-online .goods-online a {
  font-size: 16px;
  color: #fff;
}
.production-detail-list .production-derail-intro {
  width: 100%;
  height: auto;
  margin: 10px auto 30px auto;
}
.production-detail-list .production-derail-intro .intro {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left !important;
  border-bottom: 1px solid #9E9595;
  margin-bottom: 15px;
}

.mainer-message-contact {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}
.mainer-message-contact .mainer-message-contact-head {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  font-size: 18px;
  color: #333;
  background: #F4F4F4;
  text-indent: 16px;
  margin: 40px 0 15px 0;
}
.mainer-message-contact .mainer-message {
  float: left;
  width: 300px;
  height: auto;
  margin-left: 15px;
}
.mainer-message-contact .mainer-message .mainer-message-list {
  width: 100%;
  height: 320px;
  margin: 0 auto;
}
.mainer-message-contact .mainer-message .mainer-message-list label {
  display: block;
  width: 100%;
  height: 30px;
  margin: 10px 0;
}
.mainer-message-contact .mainer-message .mainer-message-list label input {
  display: block;
  width: 298px;
  height: 28px;
  line-height: 28px;
  outline: none;
  background: none;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  text-indent: 12px;
}
.mainer-message-contact .mainer-message .mainer-message-list label.label-online-content {
  width: 100%;
  height: 100px;
}
.mainer-message-contact .mainer-message .mainer-message-list label.label-online-content textarea {
  width: 298px;
  height: 98px;
  border: 1px solid #ddd;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  color: #444;
  margin: 0;
  padding: 0;
  text-indent: 12px;
  outline: none;
  resize: none;
}
.mainer-message-contact .mainer-message .mainer-message-list label.label-online-btn {
  width: 140px;
  height: 35px;
}
.mainer-message-contact .mainer-message .mainer-message-list label.label-online-btn input {
  width: 140px;
  height: 35px;
  text-indent: 0;
  font-size: 16px;
  background: #E6212A;
  color: #fff;
  border-color: #E6212A;
  border-radius: 6px;
}
.mainer-message-contact .mainer-message .mainer-message-list label.label-none {
  display: none;
}
.mainer-message-contact .mainer-contact {
  float: right;
  width: 430px;
  height: auto;
  margin-right: 15px;
}
.mainer-message-contact .mainer-contact .mainer-contact-list {
  width: 100%;
  height: 320px;
  margin: 0 auto;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li {
  width: 100%;
  height: 49px;
  line-height: 49px;
  text-align: left;
  border-bottom: 1px dashed #ddd;
  text-indent: 40px;
  font-size: 14px;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-tel {
  background: url("../images/ctel.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-fax {
  background: url("../images/cfax.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-phone {
  background: url("../images/cphone.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-email {
  background: url("../images/cemail.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-site {
  background: url("../images/csite.png") no-repeat left center;
}

.mainer-valid {
  width: 100%;
  height: auto;
}
.mainer-valid .mainer-valid-head {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  font-size: 18px;
  color: #333;
  background: #F4F4F4;
  text-indent: 16px;
}
.mainer-valid .mainer-valid-list {
  width: 100%;
  height: 230px;
  clear: both;
  overflow: hidden;
}

.public-related-goods {
  width: 100%;
  height: 190px;
  margin: 15px auto;
}
.public-related-goods ul li {
  float: left;
  width: 210px;
  height: 190px;
  margin: 0 7px;
}
.public-related-goods ul li a {
  display: block;
}
.public-related-goods ul li a.a-img img {
  display: block;
  width: 210px;
  height: 160px;
}
.public-related-goods ul li a.a-title {
  display: block;
  width: 208px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #DCDCDC;
}

.mainer-list-side-search {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both;
}
.mainer-list-side-search .mainer-square {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mainer-list-side-search .mainer-square .mainer-path {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  background: url("../images/home.png") no-repeat left center;
  border-bottom: 1px solid #eee;
  text-indent: 30px;
}
.mainer-list-side-search .mainer-square .mainer-path a {
  font-size: 15px;
  color: #333;
}
.mainer-list-side-search .mainer-square .mainer-page-list {
  width: 100%;
}
.mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list {
  width: 98%;
  height: 45px;
  line-height: 45px;
  padding: 0 1%;
  margin: 15px 0;
  background: #F2F2F2;
}
.mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-name {
  float: left;
}
.mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-name a {
  font-size: 16px;
  color: #666;
}
.mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-more {
  float: right;
}
.mainer-list-side-search .mainer-square .mainer-page-list .lump-title-list .lump-title-more a {
  font-size: 14px;
  color: #666;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption {
  width: 96%;
  height: auto;
  margin: 0 auto 30px auto;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption h1 {
  width: 100%;
  color: #3A3937;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  margin: 25px auto;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption h3 {
  width: 100%;
  color: #666;
  line-height: 40px;
  text-align: right;
  font-size: 24px;
  margin: 25px auto;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type {
  display: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #555552;
  margin: 25px auto;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list {
  display: flex;
  display: -webkit-flex;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list b {
  display: block;
  height: 36px;
  line-height: 36px;
  width: auto;
  font-weight: normal;
  font-size: 12px;
  color: #5A5A5A;
  margin-right: 15px;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share {
  width: auto;
  height: 36px;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share span {
  display: block;
  float: left;
  font-size: 12px;
  color: #5A5A5A;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom {
  float: left;
  height: 36px;
  line-height: 36px;
  width: auto;
}
.mainer-list-side-search .mainer-square .mainer-page-list .caption .share-list-type .share-list .share .bshare-custom a {
  display: block;
  float: left;
  margin: 9px 2px;
}
.mainer-list-side-search .mainer-square .mainer-page-list .showText, .mainer-list-side-search .mainer-square .mainer-page-list .page-content {
  width: 94%;
  height: auto;
  margin: 0 auto;
}
.mainer-list-side-search .mainer-square .mainer-page-list .showText img, .mainer-list-side-search .mainer-square .mainer-page-list .page-content img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/** 网站地图 **/
.mainer-list-side-map {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.mainer-list-side-map:after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
}
.mainer-list-side-map .mainer-map-path {
  width: 1200px;
  height: 35px;
  line-height: 35px;
  background: url(../images/home.png) no-repeat 6px center;
  text-indent: 34px;
  font-size: 14px;
  color: #888;
}
.mainer-list-side-map .mainer-map-path a {
  font-size: 14px;
  color: #888;
}
.mainer-list-side-map .mainer-map-list {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.mainer-list-side-map .mainer-map-list .menu_map {
  margin: 15px auto;
  width: 99%;
  overflow: hidden;
}
.mainer-list-side-map .mainer-map-list .menu_map span {
  margin: 0 auto;
  width: 99.9%;
  border-top: #D6DBE1 1px solid;
  border-left: #D6DBE1 1px solid;
  border-right: #D6DBE1 1px solid;
  border-bottom: #CCCCCC 3px solid;
  background-color: #F5F8FA;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  text-indent: 20px;
}
.mainer-list-side-map .mainer-map-list .menu_map span a {
  text-indent: 20px;
  line-height: 35px;
  display: block;
  text-align: left;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.mainer-list-side-map .mainer-map-list .menu_map span a:hover {
  color: #e4393c;
}
.mainer-list-side-map .mainer-map-list .menu_map ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mainer-list-side-map .mainer-map-list .menu_map ul li {
  margin: 0 auto;
  width: 99.9%;
  height: auto;
  overflow: hidden;
}
.mainer-list-side-map .mainer-map-list .menu_map ul li h1 {
  background: url(../images/menu_map.jpg) repeat-x bottom;
  color: #333333;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 100;
  overflow: hidden;
}
.mainer-list-side-map .mainer-map-list .menu_map ul li h1 a {
  line-height: 48px;
  display: block;
  text-indent: 20px;
  text-align: left;
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}
.mainer-list-side-map .mainer-map-list .menu_map ul li h1 a:hover {
  color: #e4393c;
}
.mainer-list-side-map .mainer-map-list .map_listname {
  float: none;
  width: 100%;
}
.mainer-list-side-map .mainer-map-list .map_listname ul {
  margin-left: 20px;
  width: 100%;
}
.mainer-list-side-map .mainer-map-list .map_listname ul li {
  float: left;
  margin-right: 18px;
  width: auto;
  height: 48px;
  line-height: 48px;
  text-align: left;
}
.mainer-list-side-map .mainer-map-list .map_listname ul li h2 {
  height: 48px;
  line-height: 48px;
  width: auto;
  text-align: left;
  float: left;
  clear: right;
  font-size: 12px;
}
.mainer-list-side-map .mainer-map-list .map_listname ul li h2 a {
  color: #ABABAB;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 12px;
}
.mainer-list-side-map .mainer-map-list .map_listname ul li h2 a:hover {
  color: #e4393c;
}

/**分页**/
#home-page {
  width: 98%;
  height: 30px;
  margin: 10px auto 60px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
#home-page a {
  font-size: 14px;
  color: #293A8E;
  height: 30px;
  line-height: 30px;
}

#pagelist {
  width: 100%;
  height: 32px;
  margin: 30px auto 10px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
#pagelist a {
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #444;
  background: #EDEDED;
  border: #cccccc 1px solid;
  border-radius: 2px;
  text-align: center;
  margin: 0 5px;
}
#pagelist a#nowpage {
  border: #293A8E 1px solid;
  background-color: #293A8E;
  color: #ffffff;
}

/**qq**/
#online_qq_layer {
  z-index: 22000;
  position: fixed;
  right: 0px;
  top: 0;
  margin: 200px 0 0 0;
}

#online_qq_tab {
  width: 45px;
  float: left;
  margin: 95px 0 0 0;
  position: relative;
  background: url("../images/qMenu.jpg") no-repeat center;
}
#online_qq_tab a {
  display: block;
  height: 120px;
  line-height: 999em;
  overflow: hidden;
}

#onlineService {
  display: block;
  float: left;
  width: 140px;
  background: #1C599D;
  padding-top: 15px;
  padding-bottom: 15px;
}

.onlineMenu {
  width: 120px;
  height: auto;
  background: #298AF1;
  margin: 0 auto;
}
.onlineMenu h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 110px;
  margin: 0 auto;
  border-bottom: 1px solid #E5E5E5;
  height: 39px;
  line-height: 40px;
  text-align: center;
}
.onlineMenu li {
  height: 30px;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-top: 15px;
}
.onlineMenu li a {
  display: block;
  height: 30px;
  line-height: 30px;
}
.onlineMenu li a img {
  display: block;
  margin: 0 auto;
}
.onlineMenu li.weixin {
  background: url("../images/wx.png") no-repeat center;
  position: relative;
  margin: 10px 0;
}
.onlineMenu li.weixin img {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 120px;
  top: -20px;
}
.onlineMenu li.weixin:hover img {
  display: block;
}
.onlineMenu .qTel {
  width: 110px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.onlineMenu .qTel span {
  display: block;
  width: 110px;
  height: 20px;
  background: url("../images/qTel.png") no-repeat center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.onlineMenu .qTel p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
