@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-banner {
  width: 100%;
  height: 764px;
  clear: both;
  margin: 0 auto;
  position: relative;
}
.header-banner .header {
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.3);
  clear: both;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  transition: all 0.45s linear;
}
.header-banner .header.active {
  background: #fff;
  height: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.header-banner .header.active .logo-menu {
  height: 100px;
}
.header-banner .header.active .logo-menu .logo {
  margin: 20px 0;
  transition: all 0.3s linear;
}
.header-banner .header.active .logo-menu .menu {
  margin: 35px 0 0 0;
  transition: all 0.3s linear;
}
.header-banner .header.active .logo-menu .menu ul li a {
  color: #000 !important;
}
.header-banner .header.active .logo-menu .menu ul li ul li a {
  color: #fff !important;
}
.header-banner .header .logo-menu {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.header-banner .header .logo-menu .logo {
  float: left;
  width: 465px;
  height: 60px;
  margin: 30px 0;
  transition: all 0.3s linear;
}
.header-banner .header .logo-menu .logo .logo-img-h {
  display: none;
}
.header-banner .header .logo-menu .menu {
  float: right;
  width: 680px;
  height: 65px;
  margin: 45px 0 0 0;
  transition: all 0.3s linear;
}
.header-banner .banner {
  width: 100%;
  height: 764px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.headeron {
  width: 100%;
  height: 120px;
  background: #2d6eb0;
  clear: both;
  margin: 0 auto;
  z-index: 9999;
  position: fixed;
  top: 0;
  transition: all 0.45s linear;
}
.headeron.active {
  background: #fff;
  height: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.headeron.active .logo-menu {
  height: 100px;
}
.headeron.active .logo-menu .logo {
  margin: 20px 0;
  transition: all 0.3s linear;
}
.headeron.active .logo-menu .menu {
  margin: 35px 0 0 0;
  transition: all 0.3s linear;
}
.headeron.active .logo-menu .menu ul li a {
  color: #000 !important;
}
.headeron.active .logo-menu .menu ul li ul li a {
  color: #fff !important;
}
.headeron .logo-menu {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.headeron .logo-menu .logo {
  float: left;
  width: 320px;
  height: 60px;
  margin: 30px 0;
  transition: all 0.3s linear;
}
.headeron .logo-menu .logo .logo-img-h {
  display: none;
}
.headeron .logo-menu .menu {
  float: right;
  width: 680px;
  height: 65px;
  margin: 45px 0 0 0;
  transition: all 0.3s linear;
}

.keywords-search-bar {
  width: 100%;
  height: 80px;
  background: #F7F7F7;
}
.keywords-search-bar .keywords-search {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.keywords-search-bar .keywords-search .keywords {
  float: left;
}
.keywords-search-bar .keywords-search .keywords ul li {
  float: left;
  line-height: 80px;
  font-size: 14px;
  color: #333;
  margin: 0 15px 0 0;
}
.keywords-search-bar .keywords-search .search {
  float: right;
  width: 320px;
  height: 40px;
  margin: 20px 0;
}

.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;
  font-family: "思源黑体";
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
}
.products .products-head a h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.products .products-head a h4:before, .products .products-head a h4:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  margin: 0 auto;
  bottom: 24px;
}
.products .products-head a h4:before {
  left: 260px;
}
.products .products-head a h4:after {
  right: 260px;
}
.products .products-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
}
.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 .public-sort-name-iconfont {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.products .public-sort-name-iconfont ul {
  display: flex;
  width: 1200px;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}
.products .public-sort-name-iconfont ul li {
  width: 280px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #2D6EB0;
  transition: all .45s linear;
}
.products .public-sort-name-iconfont ul li a {
  display: block;
  width: 100%;
  height: 30px;
}
.products .public-sort-name-iconfont ul li a span {
  display: inline-block;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.products .public-sort-name-iconfont ul li a span.span-name {
  font-size: 22px;
  margin-left: 5px;
}
.products .public-sort-name-iconfont ul li a span.span-iconfont {
  font-size: 30px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.products .public-sort-name-iconfont ul li:hover {
  background: #CADCED;
}
.products .public-sort-name-iconfont ul li:hover .span-name {
  color: #000;
}
.products .public-sort-name-iconfont ul li:hover .span-iconfont {
  color: #2D6EB0;
}
.products .products-list {
  width: 1200px;
  height: auto;
  margin: 45px auto 15px auto;
  clear: both;
  overflow: hidden;
}

.about {
  width: 95%;
  height: 705px;
  background: url("/pc/images/about.jpg") no-repeat center;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.about .about-head {
  width: 1200px;
  height: auto;
  margin: 45px 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;
  font-family: "思源黑体";
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
}
.about .about-head a h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-family: "思源黑体";
  font-size: 30px;
  color: #fff;
}
.about .about-head a h4:before, .about .about-head a h4:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  margin: 0 auto;
  bottom: 24px;
}
.about .about-head a h4:before {
  left: 260px;
}
.about .about-head a h4:after {
  right: 260px;
}
.about .about-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
}
.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: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}
.about .about-list {
  width: 1200px;
  height: 450px;
  background: rgba(45, 110, 176, 0.7);
  margin: 0 auto;
}
.about .about-list .about-video {
  float: left;
  width: 430px;
  height: 320px;
  background: rgba(248, 155, 45, 0.2);
  margin: 60px 0 0 30px;
}
.about .about-list .about-video video {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.about .about-list .about-title {
  float: right;
  width: 670px;
  height: 320px;
  overflow: hidden;
  margin: 60px 30px 0 0;
}
.about .about-list .about-title h4 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  font-family: "思源黑体";
}

.advantage {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.advantage .advantage-head {
  width: 1200px;
  height: 80px;
  background: url("/pc/images/advantage.png") no-repeat center;
  margin: 80px auto 45px auto;
}
.advantage .advantage-list {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto 60px auto;
}
.advantage .advantage-list .public-sort-name-advantage {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
}
.advantage .advantage-list .public-sort-name-advantage ul li {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
}
.advantage .advantage-list .public-sort-name-advantage ul li span {
  display: block;
}
.advantage .advantage-list .public-sort-name-advantage ul li span.span-name {
  font-size: 33px;
  color: #1A5CA8;
  font-family: "思源黑体";
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ddd;
  margin: 30px 0 15px 0;
}
.advantage .advantage-list .public-sort-name-advantage ul li span.span-intro {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-indent: 28px;
}
.advantage .advantage-list .public-sort-name-advantage ul li.sort1 .span-img, .advantage .advantage-list .public-sort-name-advantage ul li.sort3 .span-img {
  float: left;
}
.advantage .advantage-list .public-sort-name-advantage ul li.sort1 .span-name, .advantage .advantage-list .public-sort-name-advantage ul li.sort3 .span-name {
  float: right;
  width: 610px;
}
.advantage .advantage-list .public-sort-name-advantage ul li.sort1 .span-intro, .advantage .advantage-list .public-sort-name-advantage ul li.sort3 .span-intro {
  float: right;
  width: 610px;
}
.advantage .advantage-list .public-sort-name-advantage ul li.sort2 .span-img, .advantage .advantage-list .public-sort-name-advantage ul li.sort4 .span-img {
  float: right;
}
.advantage .advantage-list .public-sort-name-advantage ul li.sort2 .span-name, .advantage .advantage-list .public-sort-name-advantage ul li.sort4 .span-name {
  float: left;
  width: 590px;
}
.advantage .advantage-list .public-sort-name-advantage ul li.sort2 .span-intro, .advantage .advantage-list .public-sort-name-advantage ul li.sort4 .span-intro {
  float: left;
  width: 590px;
}

.equipment {
  width: 100%;
  height: 950px;
  background: url("/pc/images/equipment.jpg") no-repeat top center;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.equipment .equipment-head {
  width: 1200px;
  height: auto;
  margin: 45px auto 30px auto;
  clear: both;
  overflow: hidden;
}
.equipment .equipment-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.equipment .equipment-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "思源黑体";
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
}
.equipment .equipment-head a h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-family: "思源黑体";
  font-size: 30px;
  color: #fff;
}
.equipment .equipment-head a h4:before, .equipment .equipment-head a h4:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  margin: 0 auto;
  bottom: 24px;
}
.equipment .equipment-head a h4:before {
  left: 260px;
}
.equipment .equipment-head a h4:after {
  right: 260px;
}
.equipment .equipment-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
}
.equipment .equipment-head a h5 span {
  display: block;
  width: 560px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}
.equipment .equipment-list {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.case {
  width: 100%;
  height: 520px;
  background: #F6F4F4;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.case .case-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.case .case-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.case .case-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "思源黑体";
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
}
.case .case-head a h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.case .case-head a h4:before, .case .case-head a h4:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  margin: 0 auto;
  bottom: 24px;
}
.case .case-head a h4:before {
  left: 260px;
}
.case .case-head a h4:after {
  right: 260px;
}
.case .case-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
}
.case .case-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;
}
.case .case-list {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.certification {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.certification .certification-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.certification .certification-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.certification .certification-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "思源黑体";
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
}
.certification .certification-head a h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-family: "思源黑体";
  font-size: 30px;
  color: #484545;
}
.certification .certification-head a h4:before, .certification .certification-head a h4:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  margin: 0 auto;
  bottom: 24px;
}
.certification .certification-head a h4:before {
  left: 260px;
}
.certification .certification-head a h4:after {
  right: 260px;
}
.certification .certification-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
}
.certification .certification-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;
}
.certification .certification-list {
  width: 1200px;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.news {
  width: 100%;
  background: url("/pc/images/news.jpg") no-repeat top center;
  height: 830px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.news .news-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.news .news-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.news .news-head a h2 {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "思源黑体";
  font-size: 36px;
  color: rgba(255, 255, 255, 0.2);
}
.news .news-head a h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-family: "思源黑体";
  font-size: 30px;
  color: #fff;
}
.news .news-head a h4:before, .news .news-head a h4:after {
  content: '';
  display: block;
  width: 260px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  margin: 0 auto;
  bottom: 24px;
}
.news .news-head a h4:before {
  left: 260px;
}
.news .news-head a h4:after {
  right: 260px;
}
.news .news-head a h5 {
  width: 1200px;
  text-align: center;
  font-weight: normal;
}
.news .news-head a h5 span {
  display: block;
  width: 560px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
.news .news-list {
  width: 1200px;
  height: 550px;
  background: #F5F5F5;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.news .news-list .public-sort-name-news {
  width: 600px;
  height: 45px;
  margin: 45px auto 30px auto;
}
.news .news-list .public-sort-name-news dd {
  float: left;
  width: 160px;
  height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 15px;
}
.news .news-list .public-sort-name-news dd a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #000;
}
.news .news-list .public-sort-name-news dd.active {
  border-color: #2D6EB0;
  background: #2D6EB0;
}
.news .news-list .public-sort-name-news dd.active a {
  color: #fff;
}

.partners {
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.partners .partners-head {
  width: 1200px;
  height: auto;
  margin: 60px auto 45px auto;
  clear: both;
  overflow: hidden;
}
.partners .partners-head a {
  display: block;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.partners .partners-head a h2 {
  width: 1200px;
  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: 1200px;
  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: 1200px;
  height: 160px;
  margin: 10px auto 60px auto;
}
.partners #public-partners {
  width: 100%;
  height: 150px;
  position: relative;
}
.partners #public-partners b {
  display: block !important;
  position: absolute;
  width: 39px;
  height: 55px;
  cursor: pointer;
  z-index: 9999;
  top: 55px;
}
.partners #public-partners b#btnLeft {
  background: url("/pc/images/btnLeft.png") no-repeat center;
  left: 0;
}
.partners #public-partners b#btnRight {
  background: url("/pc/images/btnRight.png") no-repeat center;
  right: 0;
}
.partners #public-partners .conbox {
  width: 1090px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.partners #public-partners .conbox ul {
  position: relative;
}
.partners #public-partners .conbox ul li {
  float: left;
  width: 200px;
  height: 150px;
  margin: 0 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.partners #public-partners .conbox ul li a {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
}
.partners #public-partners .conbox ul li img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: 460px;
  background: url("/pc/images/footer.jpg") no-repeat center;
}
.footer .footer-list {
  width: 1200px;
  height: 373px;
  margin: 0 auto;
}
.footer .footer-list .cart-list {
  float: right;
  width: 230px;
  height: 210px;
  margin: 50px 0 0 0;
}
.footer .footer-list .cart-list .cart-tel {
  width: 230px;
  height: 60px;
}
.footer .footer-list .cart-list .cart-tel span {
  display: block;
  float: left;
  font-size: 48px;
  color: #fff;
}
.footer .footer-list .cart-list .cart-tel b {
  display: block;
  float: left;
  font-size: 18px;
  color: #fff;
  text-align: left;
  text-indent: 10px;
}
.footer .footer-list .cart-list .cart-tel i {
  display: block;
  float: left;
  font-size: 24px;
  color: #fff;
  text-indent: 10px;
  padding-top:25px;
}
.footer .footer-list .cart-list .cart-img {
  float: left;
  width: 100px;
  height: 125px;
  margin: 30px 5px 0 5px;
}
.footer .footer-list .cart-list .cart-img img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer .footer-list .cart-list .cart-img span {
  display: block;
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer .footer-copy {
  width: 100%;
  height: 87px;
  margin: 0 auto;
}
.footer .footer-copy .copy {
  width: 1200px;
  height: 87px;
  line-height: 87px;
  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: #2D6EB0;
  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: #2D6EB0;
}
.mainer .mainer-list-side .mainer-side .public-side-name li a:hover {
  background: url("/pc/images/arrow.png") no-repeat right center #2D6EB0;
  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("/pc/images/arrow.png") no-repeat right center #2D6EB0;
  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: 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("/pc/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: 120px auto 0 auto;
}

#nav-menu {
  width: 100%;
  height: 40px;
}
#nav-menu li {
  float: left;
  width: 79px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  transition: all .6s;
  margin: 0 5px;
}
#nav-menu li.navli2 ul li {
  width: 140px;
}
#nav-menu li.navli2 ul li:last-child {
  width: 140px;
}
#nav-menu li.navon a {
  border-bottom: 3px solid #F89B2D;
}
/* #nav-menu li:last-child {
  width: 45px;
} */
#nav-menu li a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #fff;
  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: 120px;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #fff;
  background: #2D6EB0;
  transition: all .6s;
  margin: 0;
}
#nav-menu li ul li:last-child {
  width: 120px;
}
#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: #157EE8;
}
#nav-menu li:hover a {
  border-bottom: 3px solid #F89B2D;
}
#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: 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: #2D6EB0;
  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: #2D6EB0;
  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: #2D6EB0;
  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: #fff;
  text-indent: 28px;
}
.public-page-intro a.page-more {
  display: block;
  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: 370px;
  height: 320px;
  margin: 10px 15px;
}
.public-pic ul li a {
  display: block;
}
.public-pic ul li a.a-img {
  width: 100%;
  height: 280px;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.public-pic ul li a.a-img img {
  display: block;
  width: 100%;
  height: 280px;
  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 img {
  transform: scale(1.2);
}

.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("/pc/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 {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}
.public-title-intro ul li {
  float: left;
  height: auto;
}
.public-title-intro ul li.intro1 {
  width: 560px;
  height: auto;
  margin: 0 30px;
}
.public-title-intro ul li.intro1 .img-name-intro-times {
  width: 100%;
}
.public-title-intro ul li.intro1 .img-name-intro-times .a-img {
  display: block;
  width: 100%;
  height: 290px;
  clear: both;
  overflow: hidden;
  background: #316092;
}
.public-title-intro ul li.intro1 .img-name-intro-times .a-img img {
  display: block;
  width: 420px;
  height: 250px;
  margin: 20px 70px;
}
.public-title-intro ul li.intro1 .img-name-intro-times .name-intro-times {
  width: 500px;
  height: 75px;
  margin: 30px 30px 0 30px;
}
.public-title-intro ul li.intro1 .img-name-intro-times .name-intro-times a {
  display: block;
  float: right;
  width: 400px;
  text-align: left;
  padding: 0;
  margin: 0;
}
.public-title-intro ul li.intro1 .img-name-intro-times .name-intro-times .a-title {
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  color: #000;
  font-weight: bold;
}
.public-title-intro ul li.intro1 .img-name-intro-times .name-intro-times .a-intro {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #555;
}
.public-title-intro ul li.intro1 .img-name-intro-times .name-intro-times .line-times {
  width: 75px;
  height: 75px;
  padding: 0;
  margin: 0;
}
.public-title-intro ul li.intro1 .img-name-intro-times .name-intro-times .line-times b {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 48px;
  color: #000;
  text-align: center;
}
.public-title-intro ul li.intro1 .img-name-intro-times .name-intro-times .line-times p {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  color: #666;
}
.public-title-intro ul li .name-intro-times {
  width: 550px;
  height: 120px;
  background: #fff;
  margin: 17px 0 0 0;
}
.public-title-intro ul li .name-intro-times a {
  display: block;
  float: right;
  width: 450px;
  text-align: left;
}
.public-title-intro ul li .name-intro-times .a-title {
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  color: #000;
  font-weight: bold;
  margin-top: 15px;
}
.public-title-intro ul li .name-intro-times .a-intro {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #555;
}
.public-title-intro ul li .name-intro-times .line-times {
  width: 75px;
  height: 75px;
  padding-top: 20px;
}
.public-title-intro ul li .name-intro-times .line-times b {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 48px;
  color: #000;
  text-align: center;
}
.public-title-intro ul li .name-intro-times .line-times p {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  color: #666;
}
.public-title-intro.on {
  display: block;
}

.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: #2D6EB0;
  background: url("/pc/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: #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;
  clear: both;
  overflow: hidden;
}
.public-goods-list ul li {
  float: left;
  width: 280px;
  height: 250px;
  margin: 25px 10px;
  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 span{
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.public-goods-list ul li span a img {
  display: block;
  width: 100%;
  height: 210px;
  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: 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 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("/pc/images/ctel.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-fax {
  background: url("/pc/images/cfax.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-phone {
  background: url("/pc/images/cphone.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-email {
  background: url("/pc/images/cemail.png") no-repeat left center;
}
.mainer-message-contact .mainer-contact .mainer-contact-list ul li.contact-site {
  background: url("/pc/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("/pc/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: #2D6EB0;
  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: #2D6EB0 1px solid;
  background-color: #2D6EB0;
  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("/pc/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("/pc/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("/pc/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;
}