@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: "microsoft yahei";
  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");
}
@font-face {
  font-family: '思源黑体';
  src: url("../fonts/SourceHanSansCN-Heavy.otf");
}
.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: 110px;
  background: #fff;
  clear: both;
  margin: 0 auto;
  z-index: 999999;
  transition: all 0.45s linear;
  position: fixed;
  top: 0;
}
.header.active {
  transition: all 0.45s linear;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.header .logo-menu {
  width: 1370px;
  height: 110px;
  margin: 0 auto;
  transition: all 0.45s linear;
}
.header .logo-menu .logo {
  float: left;
  width: 510px;
  height: 80px;
  margin: 15px 0;
  transition: all 0.3s linear;
}
.header .logo-menu .menu {
  float: right;
  width: 770px;
  height: 110px;
  transition: all 0.3s linear;
}

.products {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.products .products-head {
  width: 1370px;
  height: 160px;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.products .products-head a {
  display: block;
  width: 1370px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.products .products-head a h2 {
  width: 1370px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: "Arial Black";
  font-size: 60px;
  color: rgba(0, 0, 0, 0.1);
}
.products .products-head a h4 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 40px;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.products .products-head a h4 b {
  display: inline-block;
  width: 90px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ad2823;
  color: #fff;
  margin-right: 10px;
  font-family: "思源黑体";
  font-size: 36px;
  position: relative;
}
.products .products-head a h4 b:after {
  position: absolute;
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #ad2823;
  left: -110px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.products .products-head a h5 {
  position: absolute;
  top: 110px;
  width: 1370px;
  text-align: center;
  font-weight: normal;
}
.products .products-head a h5 span {
  display: block;
  width: 680px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.products .goods-sort-name {
  width: 1370px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}
.products .goods-sort-name dd {
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #EBEBEB;
  transition: all .45s linear;
  padding: 0 10px;
}
.products .goods-sort-name dd a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  transition: all .45s linear;
}
.products .goods-sort-name dd:hover {
  background: #ad2823;
}
.products .goods-sort-name dd:hover a {
  color: #fff;
  transform: rotate3d(1, 0, 0, 360deg);
}
.products .products-list {
  width: 1370px;
  height: auto;
  margin: 45px auto 15px auto;
  clear: both;
  overflow: hidden;
}

.about {
  width: 100%;
  height: 780px;
  background: url("../images/about.jpg") no-repeat center;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
}
.about .about-head {
  width: 1370px;
  height: 160px;
  margin: 45px auto 30px auto;
  clear: both;
  overflow: hidden;
}
.about .about-head a {
  display: block;
  width: 1370px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.about .about-head a h2 {
  width: 1370px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: "Arial Black";
  font-size: 60px;
  color: rgba(0, 0, 0, 0.1);
}
.about .about-head a h4 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 40px;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.about .about-head a h4 b {
  display: inline-block;
  width: 90px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ad2823;
  color: #fff;
  margin-right: 10px;
  font-family: "思源黑体";
  font-size: 36px;
  position: relative;
}
.about .about-head a h4 b:after {
  position: absolute;
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #ad2823;
  left: -170px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.about .about-head a h5 {
  position: absolute;
  top: 110px;
  width: 1370px;
  text-align: center;
  font-weight: normal;
}
.about .about-head a h5 span {
  display: block;
  width: 760px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.about .about-list {
  width: 1370px;
  height: 440px;
  margin: 0 auto;
}
.about .about-list .about-img {
  float: left;
  width: 580px;
  height: 440px;
  background: #fff;
}
.about .about-list .about-img img {
  display: block;
  width: 530px;
  height: 390px;
  padding: 25px;
}
.about .about-list .about-img span {
  display: none;
}
.about .about-list .about-title {
  float: right;
  width: 720px;
  height: 440px;
  overflow: hidden;
  margin: 5px 30px 0 0;
}
.about .about-list .about-title h2 {
  font-size: 24px;
  font-family: "思源黑体";
  color: #ad2823;
}
.about .about-list .about-title h5 {
  font-size: 18px;
  font-family: "Arial";
  font-weight: normal;
  color: #666;
}
.about .about-list .about-title .about-sort-name-iconfont {
  width: 100%;
  height: 135px;
}
.about .about-list .about-title .about-sort-name-iconfont ul li {
  float: left;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #ad2823;
  margin: 0 57px;
}
.about .about-list .about-title .about-sort-name-iconfont ul li.sort1 {
  display: none;
}
.about .about-list .about-title .about-sort-name-iconfont ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.about .about-list .about-title .about-sort-name-iconfont ul li a.a-iconfont {
  font-size: 60px;
  height: 60px;
  margin: 20px 0 0 0;
  transition: all .45s linear;
}
.about .about-list .about-title .about-sort-name-iconfont ul li a.a-name {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all .45s linear;
}
.about .about-list .about-title .about-sort-name-iconfont ul li:hover .a-name {
  font-size: 17px;
}
.about .about-list .about-title .about-sort-name-iconfont ul li:hover .a-iconfont {
  transform: rotateY(180deg);
}

.company {
  width: 100%;
  height: 145px;
  background: #ad2823;
  clear: both;
  overflow: hidden;
}
.company ul {
  width: 1370px;
  height: 70px;
  margin: 37px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.company ul li {
  position: relative;
}
.company ul li h2 {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}
.company ul li i {
  color: #fff;
  text-align: right;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
}
.company ul li p {
  line-height: 25px;
  color: #fff;
  font-size: 18px;
}
.company ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background: #BA4B47;
  position: absolute;
  left: 230px;
}
.company ul li:last-child::before {
  display: none;
}

.choose {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.choose .choose-head {
  width: 1370px;
  height: 160px;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.choose .choose-head a {
  display: block;
  width: 1370px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.choose .choose-head a h2 {
  width: 1370px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: "Arial Black";
  font-size: 60px;
  color: rgba(0, 0, 0, 0.1);
}
.choose .choose-head a h4 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 40px;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.choose .choose-head a h4 b {
  display: inline-block;
  width: 140px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ad2823;
  color: #fff;
  margin-left: 10px;
  font-family: "思源黑体";
  font-size: 36px;
  font-style: italic;
  position: relative;
}
.choose .choose-head a h4 b:after {
  position: absolute;
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #ad2823;
  left: -190px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.choose .choose-head a h5 {
  position: absolute;
  top: 110px;
  width: 1370px;
  text-align: center;
  font-weight: normal;
}
.choose .choose-head a h5 span {
  display: block;
  width: 680px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.choose .choose-list {
  width: 1370px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto 60px auto;
}
.choose .choose-list ul li {
  position: relative;
}
.choose .choose-list ul li span {
  color: #ad2823;
  padding-right: 10px;
}
.choose .choose-list ul li dl dt {
  font-size: 14px;
  color: #323334;
}
.choose .choose-list ul li dl dd {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.choose .choose-list ul li.cs1 {
  height: 360px;
  background: url("../images/cs1.jpg") no-repeat center;
}
.choose .choose-list ul li.cs1 dl {
  position: absolute;
  top: 130px;
  right: 30px;
  width: 720px;
}
.choose .choose-list ul li.cs1 dl dt {
  position: relative;
  left: 114px;
  top: -15px;
}
.choose .choose-list ul li.cs2 {
  height: 379px;
  background: url("../images/cs2.jpg") no-repeat center;
}
.choose .choose-list ul li.cs2 dl {
  position: absolute;
  top: 130px;
  left: 30px;
  width: 810px;
}
.choose .choose-list ul li.cs2 dl dt {
  position: relative;
  left: 110px;
  top: -15px;
}
.choose .choose-list ul li.cs3 {
  height: 350px;
  background: url("../images/cs3.jpg") no-repeat center;
}
.choose .choose-list ul li.cs3 dl {
  position: absolute;
  top: 130px;
  right: 50px;
  width: 750px;
}
.choose .choose-list ul li.cs3 dl dt {
  position: relative;
  left: 0;
  top: -20px;
}

.equipment {
  width: 100%;
  height: 756px;
  background: url("../images/equipment.jpg") no-repeat top center;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
}
.equipment .equipment-head {
  width: 1370px;
  height: 160px;
  margin: 45px auto 30px auto;
  clear: both;
  overflow: hidden;
}
.equipment .equipment-head a {
  display: block;
  width: 1370px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.equipment .equipment-head a h2 {
  width: 1370px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: "Arial Black";
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
}
.equipment .equipment-head a h4 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 40px;
  font-family: "思源黑体";
  font-size: 30px;
  color: #fff;
}
.equipment .equipment-head a h4 b {
  display: inline-block;
  width: 90px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ad2823;
  color: #fff;
  margin-left: 10px;
  font-family: "思源黑体";
  font-size: 36px;
  position: relative;
}
.equipment .equipment-head a h4 b:after {
  position: absolute;
  content: '';
  display: block;
  width: 400px;
  height: 2px;
  background: #ad2823;
  left: -165px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.equipment .equipment-head a h5 {
  position: absolute;
  top: 110px;
  width: 1370px;
  text-align: center;
  font-weight: normal;
}
.equipment .equipment-head a h5 span {
  display: block;
  width: 680px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.equipment .equipment-list {
  width: 1370px;
  height: auto;
  margin: 0 auto;
}

.news {
  width: 100%;
  height: 810px;
  background: #F2F2F4;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.news .news-head {
  width: 1370px;
  height: 160px;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.news .news-head a {
  display: block;
  width: 1370px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.news .news-head a h2 {
  width: 1370px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: "Arial Black";
  font-size: 60px;
  color: rgba(0, 0, 0, 0.1);
}
.news .news-head a h4 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 40px;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.news .news-head a h4 b {
  display: inline-block;
  width: 90px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ad2823;
  color: #fff;
  margin-right: 10px;
  font-family: "思源黑体";
  font-size: 36px;
  position: relative;
}
.news .news-head a h4 b:after {
  position: absolute;
  content: '';
  display: block;
  width: 380px;
  height: 2px;
  background: #ad2823;
  left: -110px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.news .news-head a h5 {
  position: absolute;
  top: 110px;
  width: 1370px;
  text-align: center;
  font-weight: normal;
}
.news .news-head a h5 span {
  display: block;
  width: 680px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  margin: 0 auto;
}
.news .news-list {
  width: 1370px;
  height: 550px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.news .news-list .news-img {
  float: left;
  width: 600px;
  height: 550px;
}

.partners {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.partners .partners-head {
  width: 1370px;
  height: auto;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.partners .partners-head a {
  display: block;
  width: 1370px;
  height: auto;
  margin: 0 auto;
}
.partners .partners-head a h2 {
  width: 1370px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "思源黑体";
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
}
.partners .partners-head a h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.partners .partners-head a h4:before, .partners .partners-head a h4:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  margin: 0 auto;
  bottom: 24px;
}
.partners .partners-head a h4:before {
  left: 260px;
}
.partners .partners-head a h4:after {
  right: 260px;
}
.partners .partners-head a h5 {
  width: 1370px;
  text-align: center;
  font-weight: normal;
}
.partners .partners-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;
}
.partners .partners-list {
  width: 1370px;
  height: 130px;
  margin: 10px auto 60px auto;
}
.partners #public-partners {
  width: 100%;
  height: 110px;
  position: relative;
}
.partners #public-partners b {
  display: block !important;
  position: absolute;
  width: 39px;
  height: 55px;
  cursor: pointer;
  z-index: 9999;
  top: 25px;
}
.partners #public-partners b#btnLeft {
  background: url("../images/btnLeft.png") no-repeat center;
  left: 0;
}
.partners #public-partners b#btnRight {
  background: url("../images/btnRight.png") no-repeat center;
  right: 0;
}
.partners #public-partners .conbox {
  width: 1280px;
  height: 110px;
  margin: 0 auto;
  overflow: hidden;
}
.partners #public-partners .conbox ul {
  position: relative;
}
.partners #public-partners .conbox ul li {
  float: left;
  width: 250px;
  height: 100px;
  margin: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.partners #public-partners .conbox ul li a {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
}
.partners #public-partners .conbox ul li img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: 500px;
  background: url("../images/footer.jpg") no-repeat center;
}
.footer .footer-list {
  width: 1370px;
  height: 420px;
  margin: 0 auto;
}
.footer .footer-list .cart-list {
  float: right;
  width: auto;
  height: 210px;
  margin: 15px 0 0 0;
}
.footer .footer-list .cart-list .cart-img {
  float: left;
  width: 110px;
  height: 135px;
  margin: 30px 15px 0 15px;
}
.footer .footer-list .cart-list .cart-img img {
  display: block;
  width: 110px;
  height: 110px;
}
.footer .footer-list .cart-list .cart-img span {
  display: block;
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.footer .footer-copy {
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
.footer .footer-copy .copy {
  width: 1370px;
  height: 80px;
  line-height: 80px;
  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: 1370px;
  height: auto;
  margin: 0 auto;
  clear: both;
}
.mainer .mainer-list-side .mainer-side {
  float: left;
  width: 350px;
  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: #ad2823;
  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: 340px;
  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: #ad2823;
}
.mainer .mainer-list-side .mainer-side .public-side-name li a:hover {
  background: url("../images/arrow.png") no-repeat right center #ad2823;
  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.onm a {
  background: url("../images/arrow.png") no-repeat right center #ad2823;
  color: #fff;
}
.mainer .mainer-list-side .mainer-side .public-side-name li.onm a:before {
  height: 44px;
}
.mainer .mainer-list-side .mainer-square {
  float: right;
  width: 980px;
  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;
}

.banneron {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  margin-top: 110px;
}

.banner {
  width: 100%;
  height: 665px;
  overflow: hidden;
  position: relative;
  margin-top: 110px;
}

#nav-menu {
  width: 100%;
  height: 110px;
}
#nav-menu li {
  float: left;
  width: 100px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  position: relative;
  transition: all .6s;
  margin: 0 5px;
}
#nav-menu li.navli2 ul li {
  width: 180px;
}
#nav-menu li.navli2 ul li a {
  height: 34px;
  line-height: 34px;
}
#nav-menu li.navon {
  background: #ad2823;
}
#nav-menu li.navon a {
  color: #fff;
}
#nav-menu li a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #000;
  transition: all .45s linear;
}
#nav-menu li span {
  display: none;
}
#nav-menu li ul {
  position: absolute;
  top: 110px;
  transition: all .45s;
  z-index: 9999;
  display: none;
}
#nav-menu li ul li {
  clear: both;
  overflow: hidden;
  float: none;
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #fff;
  background: #ad2823;
  transition: all .6s;
  margin: 0;
}
#nav-menu li ul li a {
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  color: #333;
  margin: 0;
}
#nav-menu li ul li:hover {
  border-radius: 0;
}
#nav-menu li ul li:hover a {
  color: #000 !important;
  background: #D8D8D8;
}
#nav-menu li:hover {
  background: #ad2823;
}
#nav-menu li:hover a {
  color: #fff;
}
#nav-menu li:hover ul {
  display: block;
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#nav-menu li:hover ul li a {
  color: #fff;
}

@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
.search-list {
  width: 100%;
  height: 40px;
  background: #F5F7FA;
  clear: both;
  overflow: hidden;
}
.search-list ul {
  width: 318px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
}
.search-list ul li {
  float: left;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.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: 236px;
}
.search-list ul li.search-input input {
  width: 100%;
  height: 36px;
  text-indent: 6px;
  color: #000;
}
.search-list ul li.search-submit input {
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ad2823;
  cursor: pointer;
}

.public-big-goods {
  width: 1370px;
  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: #ad2823;
  font-size: 15px;
}

.public-goods {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.public-goods ul li {
  float: left;
  width: 323px;
  height: 265px;
  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: 245px;
  position: relative;
}
.public-goods ul li a.a-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 245px;
  position: absolute;
  top: 0;
  left: 0;
}
.public-goods ul li a.a-img img {
  width: 100%;
  height: 245px;
  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 .a-title {
  font-weight: bold;
  transition: all .45s;
  color: #ad2823;
  font-size: 15px;
}
.public-goods ul li:hover .a-img::after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.public-goods ul li:hover img {
  transition: all .45s;
  transform: scale(1.2);
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.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;
}
.public-page-intro a.page-more {
  display: none;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  color: #fff;
  transition: all .45s;
  margin-top: 15px;
  margin-left: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.public-page-intro a.page-more:hover {
  background: #F89B2D;
  border: 1px solid rgba(248, 155, 45, 0.6);
  color: #fff;
}

.public-pic {
  width: 100%;
  height: auto;
  margin: 40px auto;
  clear: both;
  overflow: hidden;
}
.public-pic ul li {
  float: left;
  width: 400px;
  height: 340px;
  margin: 10px 15px;
}
.public-pic ul li a {
  display: block;
}
.public-pic ul li a.a-img {
  width: 100%;
  height: 300px;
  background: #fff;
  clear: both;
  overflow: hidden;
  position: relative;
}
.public-pic ul li a.a-img::after {
  display: block;
  width: 100%;
  height: 300px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.public-pic ul li a.a-img img {
  display: block;
  width: 100%;
  height: 300px;
  transition: all .45s linear;
}
.public-pic ul li a.a-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #F6F2F2;
}
.public-pic ul li:hover .a-img::after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.public-pic ul li:hover img {
  transform: scale(1.2);
}

@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.public-case {
  width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.public-case ul li {
  float: left;
  width: 280px;
  height: 260px;
  margin: 0 10px;
}
.public-case ul li a {
  display: block;
}
.public-case ul li a.a-img {
  width: 100%;
  height: 210px;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.public-case ul li a.a-img img {
  display: block;
  width: 100%;
  height: 210px;
  transition: all .45s linear;
}
.public-case ul li a.a-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #F6F2F2;
}
.public-case ul li:hover img {
  transform: scale(1.2);
}

.public-certification {
  width: 100%;
  height: auto;
  margin: 40px auto;
  clear: both;
  overflow: hidden;
}
.public-certification ul li {
  float: left;
  width: 300px;
  height: 270px;
  margin: 0 15px;
}
.public-certification ul li a {
  display: block;
}
.public-certification ul li a.a-img {
  width: 100%;
  height: 230px;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.public-certification ul li a.a-img img {
  display: block;
  width: 100%;
  height: 230px;
  transition: all .45s linear;
}
.public-certification ul li a.a-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #F6F2F2;
}
.public-certification 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 {
  float: right;
  width: 700px;
  height: 440px;
}
.public-title-intro ul li {
  width: 100%;
  height: 125px;
  margin: 0 0 45px 0;
}
.public-title-intro ul li .name-intro-times {
  width: 100%;
  height: 125px;
}
.public-title-intro ul li .name-intro-times a {
  display: block;
  float: right;
  width: 600px;
  text-align: left;
}
.public-title-intro ul li .name-intro-times .a-title {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  transition: all .45s linear;
}
.public-title-intro ul li .name-intro-times .a-times {
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
.public-title-intro ul li .name-intro-times .a-intro {
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  transition: all .3s linear;
}
.public-title-intro ul li .name-intro-times .num {
  width: 80px;
  height: 105px;
  font-size: 60px;
  color: #4d4848;
}
.public-title-intro ul li:hover .a-title {
  color: #ad2823;
  font-size: 19px;
}
.public-title-intro ul li:hover .a-intro {
  color: rgba(173, 40, 35, 0.7);
}

.public-title-list {
  width: 96%;
  height: auto;
  margin: 0 auto;
}
.public-title-list ul li {
  width: 100%;
  height: 120px;
  padding: 30px 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: 730px;
  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: #ad2823;
  background: url("../images/lumpOn.png") no-repeat 10px center;
}
.public-search-list ul li:hover a {
  color: #F89B2D;
}

.public-sort-name {
  float: left;
  width: auto;
  height: auto;
  margin: 30px 100px 0 15px;
}
.public-sort-name dt {
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  color: #000;
}
.public-sort-name dt a {
  font-size: 16px;
  color: #000;
}
.public-sort-name dt.f-logo {
  width: 260px;
  height: 75px;
}
.public-sort-name dd {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.public-sort-name dd a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.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;
  clear: both;
  overflow: hidden;
}
.public-goods-list ul li {
  float: left;
  width: 300px;
  height: 270px;
  margin: 25px 13px;
  z-index: 999;
  overflow: hidden;
  transition: all .4s;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.public-goods-list ul li .a-img {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.public-goods-list ul li img {
  display: block;
  width: 100%;
  height: 230px;
  transition: all .3s linear;
}
.public-goods-list ul li h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}
.public-goods-list ul li h2 a {
  display: block;
  font-size: 14px;
  color: #444;
  background: #F4F4F4;
  transition: all .45s linear;
}
.public-goods-list ul li:hover {
  transform: translate3d(0px, -8px, 0px);
  box-shadow: 0 0 6px 0 rgba(5, 76, 165, 0.2);
}
.public-goods-list ul li:hover img {
  transform: scale(1.1);
}
.public-goods-list ul li:hover h2 a {
  background: #F89B2D;
  color: #fff;
}

.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: 285px;
  height: 260px;
  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: 220px;
}
.public-pic-list ul li a img, .public-pic-list-son ul li a img {
  display: block;
  width: 100%;
  height: 220px;
}
.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;
  position: relative;
}
.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 h5 {
  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 17px;
}
.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: 1370px;
  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: 1370px;
  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: 1370px;
  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: 1370px;
  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: #ad2823;
  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: #ad2823 1px solid;
  background-color: #ad2823;
  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;
}

#shadow {
  width: 100px;
  height: 100px;
  background-color: black;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: move;
}

#cover {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}

#big {
  width: 365px;
  height: 365px;
  position: relative;
  overflow: hidden;
  border: 1px solid yellow;
  display: none;
}

#big img {
  position: absolute;
  top: 0;
  left: 0;
}
