* {
  box-sizing: border-box;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.main-container {
  width: 1200px;
  margin: 0 auto;
}
.full-main {
  width: 100%;
  min-width: 1200px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.head-box .top-row {
  background: #f7f7f7;
  line-height: 34px;
}
.head-box .top-row .top-left {
  float: left;
}
.head-box .top-row .top-left p {
  font-size: 12px;
  color: #999999;
}
.head-box .top-row .top-right {
  float: right;
}
.head-box .top-row .top-right a {
  display: block;
  float: left;
  padding: 0 15px;
  border-left: 1px solid #eee;
  color: #999999;
}
.head-box .top-row .top-right a.online {
  background: #116bc4;
  color: #ffffff;
}
.wap-menu {
  float: right;
  background: none;
  border: 1px solid #333;
  padding: 5px 8px;
  display: none;
}
.wap-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333333;
  margin: 4px 0;
}
.logo-row {
  padding: 24px 0;
}
.logo-row .logo-wrap {
  height: 62px;
  float: left;
}
.logo-row .logo-wrap img {
  height: 100%;
  display: block;
}
.logo-row .slogan-wrap {
  float: left;
  padding-left: 30px;
  border-left: 1px solid #ddd;
  margin-top: 9px;
  margin-left: 30px;
}
.logo-row .slogan-wrap img {
  height: 100%;
  display: block;
}
.logo-row .txt {
  float: left;
  padding-left: 30px;
  border-left: 1px solid #ddd;
  margin-top: 2px;
  margin-left: 30px;
}
.logo-row .txt p {
  line-height: 30px;
  font-size: 20px;
  color: #666;
}
.logo-row .txt p span {
  color: #116bc4;
  font-weight: bold;
}
.logo-row .phone-wrap {
  float: right;
  padding-top: 0px;
}
.logo-row .phone-wrap dt {
  float: left;
  width: 44px;
  height: 44px;
  background: #116bc4;
  border-radius: 50%;
}
.logo-row .phone-wrap dd {
  float: left;
  padding-left: 10px;
}
.logo-row .phone-wrap dd span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.logo-row .phone-wrap dd p {
  font-size: 28px;
  color: #116bc4;
  line-height: 1;
  font-family: Arial;
}
.nav-bg {
  background: #333333;
  height: 60px;
}
.nav-row > ul > li {
  float: left;
  line-height: 60px;
  font-size: 0;
  position: relative;
}
.nav-row > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 33px;
  border-left: 1px solid #434343;
  border-right: 1px solid #2c2c2c;
}
.nav-row > ul > li:hover {
  background: #116bc4;
}
.nav-row > ul > li:hover a {
  border-color: #116bc4;
}
.nav-row > ul > li:first-child a {
  border-left: none;
}
.nav-row > ul > li:last-child a {
  border-right: none;
}
.nav-row > ul > li[class*="current"] {
  background: #116bc4;
}
.nav-row > ul > li[class*="current"] a {
  border: none;
}
.nav-row > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  background: #333333;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}
.nav-row > ul > li:hover ul {
  display: block;
}
.nav-row > ul > li ul li a {
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  display: block;
  color: #cccccc;
}
.nav-row > ul > li ul li a:hover {
  background: #222222;
  color: #ffffff;
}
/* banner */
.home-banner .swiper-slide img {
  width: 100%;
  height: 695px;
  object-fit: cover;
  display: block;
}
.home-banner .button .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .5;
  margin: 0 4px;
}
.home-banner .button .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  border-radius: 5px;
  background: #116bc4;
}
.home-banner .swiper-pagination {
  position: absolute;
  width: 1200px !important;
  left: 50% !important;
  margin-left: -600px;
  text-align: left;
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 70px;
  left: 0;
  width: 100%;
}
.home-banner .button {
  width: 1200px;
  position: absolute;
  z-index: 99;
  bottom: 80px;
  left: 50%;
  margin-left: -600px;
}
.home-banner .button .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  right: 50px;
  left: auto;
}
.home-banner .button .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #116bc4;
  background: #116bc4;
  right: 0;
  left: auto;
}
.home-banner .button .swiper-button-prev:after {
  font-size: 16px;
  color: #ffffff;
}
.home-banner .button .swiper-button-next:after {
  font-size: 16px;
  color: #ffffff;
}
.home-banner img {
  display: block;
}
/* banner结束 */
/* 搜索 */
.search-wrap {
  background: #f7f7f7;
  height: 80px;
  padding: 23px 0;
}
.search-wrap .hot-words {
  float: left;
  line-height: 34px;
}
.search-wrap .hot-words span {
  font-size: 14px;
}
.search-wrap .hot-words span em {
  color: #116bc4;
  font-weight: 700;
}
.search-wrap .hot-words a {
  font-size: 14px;
  color: #666666;
  margin: 0 10px;
}
.search-wrap .search-form {
  float: right;
  font-size: 0;
}
.search-wrap .search-form input {
  height: 34px;
  border: none;
}
.search-wrap .search-form input.text {
  width: 300px;
  background: #ffffff;
  text-indent: 20px;
  font-size: 14px;
  color: #999999;
}
.search-wrap .search-form input.btn {
  text-indent: -999999px;
  width: 34px;
  height: 34px;
  background: #116bc4 url(../images/search-btn.png) center center no-repeat;
  background-size: 50%;
}
/* 搜索结束 */
/* 产品 */
.products {
  margin: 50px auto;
}
.product-category {
  width: 25%;
  float: left;
  padding-right: 20px;
}
.product-category .title {
  width: 100%;
  height: 100px;
  background: #116bc4 url(../images/net-bg.png) top center no-repeat;
  padding-left: 40px;
  overflow: hidden;
}
.product-category .title p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-category .title span {
  font-size: 14px;
  font-family: Arial;
  color: #fff;
  opacity: .5;
  line-height: 1;
  text-transform: uppercase;
}
.product-category .list {
  background: #333333;
  padding: 6px 10px;
}
.product-category .list ul li {
  padding: 4px 0;
}
.product-category .list ul li a {
  line-height: 48px;
  padding-left: 40px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
.product-category .list ul li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-category .list ul li[class*="current"] a {
  background: #116bc4;
}
.product-category .list ul li:hover a {
  background: #116bc4;
}
.product-category .phone {
  width: 100%;
  height: 100px;
  background: #116bc4 url(../images/net-bg.png) bottom center no-repeat;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 30px;
}
.product-category .phone dl dt {
  width: 44px;
  height: 44px;
  float: left;
  margin-top: -3px;
  margin-right: 3px;
}
.product-category .phone dl dt img {
  display: block;
}
.product-category .phone dl dd span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}
.product-category .phone dl dd p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
.product-list {
  width: 75%;
  float: left;
}
.product-list .title {
  line-height: 60px;
}
.product-list .title p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  float: left;
}
.product-list .title p em {
  color: #116bc4;
}
.product-list .title a {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.product-list .title a:hover {
  color: #116bc4;
}
.product-list .list {
  width: 100%;
  overflow: hidden;
}
.product-list ul li {
  padding: 0 10px;
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 5px;
}
.product-list .img {
  width: 100%;
  height: 290px;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}
.product-list .img a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #116bc4;
  opacity: 0;
  z-index: 9;
  transition: all .3s;
}
.product-list .img i {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/search-btn.png);
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -50px;
  z-index: 99;
  pointer-events: none;
  transition: all .3s;
}
.product-list ul li:hover .img a {
  opacity: 0.7;
}
.product-list ul li:hover .img i {
  top: 50%;
  margin-top: -15px;
}
.product-list .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product-list .text a {
  font-size: 14px;
  line-height: 25px;
}
.product-list ul li:hover .text a {
  color: #116bc4;
}
/* 产品结束 */
/* 优势和特点 */
.advantage {
  height: 550px;
  background: url(../images/adv-bg.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
}
.advantage .title {
  text-align: center;
}
.advantage .title p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1px;
}
.advantage .title p em {
  color: #116bc4;
}
.advantage .title p em strong {
  font-size: 40px;
  font-style: italic;
}
.advantage .title span {
  font-size: 14px;
  color: #999999;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.advantage .list {
  margin-top: 50px;
}
.advantage .list ul li {
  width: 16.66%;
  float: left;
  text-align: center;
}
.advantage .list ul li p {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  padding: 5px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 15px;
}
.advantage .list ul li p img {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.advantage .list ul li:hover p img {
  transform: rotateY(180deg);
}
.advantage .list ul li span {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.application {
  margin-top: -160px;
}
.application .swiper-container .swiper-slide {
  width: 50%;
  background: #116bc4;
  padding: 35px 60px;
  height: 315px;
}
.application .swiper-container .swiper-slide:nth-child(2n+1):after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .1);
}
.application .swiper-container .swiper-slide .number {
  width: 140px;
  float: left;
}
.application .swiper-container .swiper-slide .number p {
  font-size: 100px;
  color: #ffffff;
  height: 70px;
  overflow: hidden;
  font-family: DIN, Arial, Helvetica, sans-serif;
  line-height: 1;
}
.application .swiper-container .swiper-slide .number:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #ffffff;
  margin-top: 20px;
}
.application .swiper-container .swiper-slide .text {
  width: calc(100% - 140px);
  float: left;
  padding: 80px 20px 0;
}
.application .swiper-container .swiper-slide .text p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
}
.application .swiper-container .swiper-slide .text span {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.application .swiper-button-prev {
  width: 40px;
  height: 80px;
  background: url(../images/arrow-bg.png) left top no-repeat;
  left: 50%;
  margin-left: -40px;
}
.application .swiper-button-next {
  width: 40px;
  height: 80px;
  background: url(../images/arrow-bg.png) right top no-repeat;
  right: 50%;
  margin-right: -40px;
}
.application .swiper-button-prev:after {
  color: #ffffff;
  font-size: 24px;
  margin-left: 10px;
}
.application .swiper-button-next:after {
  color: #ffffff;
  font-size: 24px;
  margin-right: 10px;
}
/* 优势和特点结束 */
/* 关于我们 */
.about {
  margin: 60px auto;
}
.about-left {
  width: 800px;
  float: left;
  padding-top: 30px;
}
.about-left .text-row {
  height: 150px;
}
.about-left .text-row .title {
  width: 25%;
  float: left;
}
.about-left .text-row .title p {
  font-size: 30px;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
.about-left .text-row .title p em {
  color: #116bc4;
}
.about-left .text-row .title span {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  color: #999999;
}
.about-left .text-row .content {
  width: 75%;
  float: left;
}
.about-left .text-row .content p {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.about-left .img-row {
  position: relative;
}
.about-left .img-row img {
  width: 100%;
  display: block;
}
.about-left .img-row a {
  width: 80px;
  height: 80px;
  display: block;
  background: #116bc4;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: -20px;
  text-transform: uppercase;
}
.about-right {
  width: 300px;
  float: right;
}
.about-right {
  padding: 20px;
}
.about-right img {
  width: 100%;
  display: block;
  border: 8px solid #ddd;
}
/* 关于我们结束 */
/* 厂容厂貌 */
.factory .title-row {
  line-height: 40px;
  margin-bottom: 10px;
}
.factory .title-row p {
  font-size: 24px;
  color: #333333;
  float: left;
}
.factory .title-row p em {
  color: #116bc4;
}
.factory .title-row a {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
}
.factory .title-row a:hover {
  color: #116bc4;
}
.factory .list-row {
  background: #116bc4;
  padding: 20px 0;
}
.factory .list-row .swiper-container {
  padding: 0 40px;
}
.factory .list-row .swiper-slide {
  width: 25%;
  padding: 0 10px;
}
.factory .list-row .swiper-slide .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.factory .list-row .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
}
.factory .list-row .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.factory .list-row .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(202, 36, 36, .6);
  opacity: 0;
}
.factory .list-row .swiper-slide .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  padding-top: 200px;
}
.factory .list-row .swiper-slide:hover .text {
  opacity: 1;
}
.factory .swiper-button-prev {
  left: 0;
  height: 100%;
  width: 40px;
  top: 0;
  background: #116bc4;
  margin-top: 0;
}
.factory .swiper-button-prev:after {
  color: #ffffff;
}
.factory .swiper-button-next {
  right: 0;
  height: 100%;
  width: 40px;
  top: 0;
  background: #116bc4;
  margin-top: 0;
}
.factory .swiper-button-next:after {
  color: #ffffff;
}
/* 厂容厂貌结束 */
/* 新闻 */
.news {
  margin: 50px auto;
  overflow: hidden;
}
.news-item-wrap {
  padding: 0 15px;
  width: 33.33%;
  float: left;
}
.news-item-wrap .title {
  line-height: 40px;
  margin-bottom: 10px;
}
.news-item-wrap .title p {
  font-size: 24px;
  color: #333333;
  float: left;
}
.news-item-wrap .title p em {
  color: #116bc4;
}
.news-item-wrap .title a {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.news-item-wrap .title a:hover {
  color: #116bc4;
}
.news-item-wrap .list .hot-news .img {
  width: 100%;
  height: 174px;
  overflow: hidden;
}
.news-item-wrap .list .hot-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-item-wrap .list .hot-news .text {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}
.news-item-wrap .list .hot-news .text h4 {
  margin-bottom: 10px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item-wrap .list .hot-news .text h4 a {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
}
.news-item-wrap .list .hot-news .text h4:hover a {
  color: #116bc4;
}
.news-item-wrap .list .hot-news .text p {
  font-size: 12px;
  line-height: 22px;
  color: #999999;
}
.news-item-wrap .list .news-list {
  margin-top: 10px;
}
.news-item-wrap .list .news-list ul li {
  line-height: 36px;
}
.news-item-wrap .list .news-list ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}
.news-item-wrap .list .news-list ul li a {
  display: block;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
.news-item-wrap .list .news-list ul li:hover a {
  color: #116bc4;
}
.news-item-wrap .qna-wrap {
  border: 1px solid #ddd;
  padding: 0 20px;
}
.news-item-wrap .list .qna-item {
  padding-bottom: 22.5px;
  padding-top: 22.5px;
  border-bottom: 1px dashed #ddd;
}
.news-item-wrap .list .qna-item:last-child {
  border: none;
}
.news-item-wrap .list .qna-item .q-row {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.news-item-wrap .list .qna-item .q-row:after {
  content: 'Q';
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #116bc4;
}
.news-item-wrap .list .qna-item .q-row a {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.news-item-wrap .list .qna-item .q-row:hover a {
  color: #116bc4;
}
.news-item-wrap .list .qna-item .a-row {
  padding-left: 30px;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  position: relative;
}
.news-item-wrap .list .qna-item .a-row:after {
  content: 'A';
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: #999999;
}
.list-4 li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-4 li .img-center {
  float: left;
  width: 240px;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-4 li .text {
  margin: 0 0 0 280px;
  position: relative;
  padding-right: 180px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-4 li .text h4 {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 23px;
}
.list-4 li .text p {
  line-height: 2;
  height: 52px;
  overflow: hidden;
  margin: 10px 0 0;
  color: #999;
}
.list-4 li .date {
  position: absolute;
  right: 30px;
  top: 0;
}
.list-4 li .date span {
  display: block;
  font-family: Impact;
  color: #ccc;
  font-size: 22px;
  margin-bottom: 20px;
}
.list-4 li .date i {
  border-left: 1px solid #e5e5e5;
  text-align: right;
  line-height: 20px;
  font-size: 0;
  display: block;
}
.list-4 li .date i:before {
  content: '→';
  color: #999;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  display: block;
  text-align: center;
}
.list-4 li a:hover {
  padding-left: 30px;
}
.list-4 li a:hover .text {
  padding-right: 150px;
}
.list-4 li a:hover .date i:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.container {
  width: 75%;
  float: left;
}
/* 新闻结束 */
/* 友情链接 */
.link {
  padding: 30px 0;
  background: #f5f5f5;
  font-size: 0;
}
.link span {
  display: inline-block;
  line-height: 21px;
  vertical-align: middle;
  margin-right: 30px;
}
.link span img {
  display: block;
}
.link a {
  font-size: 14px;
  color: #666666;
  padding: 0 20px;
  border-right: 1px solid #ddd;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}
/* 友情链接结束 */
/* footer */
.footer {
  background: #333333;
}
.footer .footer-nav-row {
  line-height: 1;
  padding: 30px 0;
  border-bottom: 1px solid #505050;
}
.footer .footer-nav-row ul li {
  float: left;
  color: #555;
}
.footer .footer-nav-row ul li a {
  display: block;
  padding: 0 36px;
  font-size: 14px;
  color: #ffffff;
  /* border-right: 1px solid #555; */
}
.footer .contact-row {
  padding: 40px 0;
}
.footer .contact-row .footer-logo {
  float: left;
}
.footer .contact-row .add-wrap {
  float: left;
  margin-left: 60px;
  padding-left: 50px;
  border-left: 1px solid #505050;
}
.footer .contact-row .add-wrap strong {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.footer .contact-row .add-wrap p {
  font-size: 12px;
  color: #777777;
  line-height: 24px;
}
.footer .contact-row .contact-wrap {
  float: left;
  margin-left: 100px;
}
.footer .contact-row .contact-wrap strong {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.footer .contact-row .contact-wrap p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}
.footer .contact-row .contact-wrap a {
  width: 120px;
  height: 36px;
  display: block;
  background: #116bc4;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.footer .contact-row .contact-wrap a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/contact-icon.png);
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.footer .contact-row .qr-wrap {
  float: right;
  text-align: center;
}
.footer .contact-row .qr-wrap img {
  width: 120px;
  height: 120px;
  display: block;
  margin-bottom: 10px;
}
.footer .contact-row .qr-wrap p {
  font-size: 12px;
  color: #777777;
  line-height: 1;
}
.footer .copyright-row {
  line-height: 80px;
  border-top: 1px solid #505050;
}
.footer .copyright-row p {
  font-size: 14px;
  color: #777777;
  float: left;
}
.footer .copyright-row span {
  float: right;
  font-size: 14px;
  color: #777777;
}
.footer .copyright-row span a {
  color: #777777;
}
/* footer结束 */
/* 产品列表页 */
.page-banner {
  width: 100%;
  height: 350px;
}
.page-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.breadcrumb {
  float: left;
  line-height: 34px;
}
.breadcrumb #crumbs {
  display: inline;
}
.breadcrumb a::after {
  content: '>';
  margin: 0 5px;
}
.navigation {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.navigation h2 {
  display: none;
}
.navigation a, .navigation span {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #f5f5f5;
  margin: 0 1px;
}
.navigation span {
  background: #116bc4;
  color: #ffffff;
}
.navigation a:hover, .navigation span:hover {
  background: #116bc4;
  color: #ffffff;
}
.navigation a.next, .navigation a.prev {
  width: auto;
  padding: 0 15px;
}
.page-main {
  padding-bottom: 100px;
}
/* 产品列表页结束 */
/* 图文列表 */
.product-list.img-text-list ul li {
  width: 100%;
  padding: 30px 0;
  float: none;
  text-align: left;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 0;
}
.product-list.img-text-list ul li:first-child {
  padding-top: 0;
}
.product-list.img-text-list ul li a {
  float: none;
  opacity: 1;
  position: static;
}
.product-list.img-text-list .title {
  line-height: 30px;
  margin-bottom: 10px;
}
.product-list.img-text-list .title a {
  font-size: 18px;
}
.img-text-list .img {
  width: 240px;
  height: 160px;
  overflow: hidden;
  float: left;
  margin-bottom: 0;
}
.img-text-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-text-list .text {
  width: calc(100% - 260px);
  float: left;
  padding-left: 20px;
}
.img-text-list .text .content {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #666666;
}
.img-text-list .text .more {
  line-height: 32px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ddd;
  color: #999999;
}
.img-text-list .text .more:hover {
  color: #ffffff;
  background: #116bc4;
  border: 1px solid #116bc4;
}
/* 图文列表结束 */
/* 文字列表 */
.product-list.text-list ul li {
  width: 100%;
  padding: 0;
  line-height: 60px;
  float: none;
  text-align: left;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0;
}
.product-list.text-list ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}
.product-list.text-list ul li a {
  display: block;
  width: 70%;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
/* 文字列表结束 */
/* 联系我们 */
.page-content {
  padding-bottom: 20px;
}
.page-content strong {
  font-size: 18px;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}
.page-content p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.page-content .map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: 1px solid #999;
  margin-top: 30px;
}
.page-content .map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* 联系我们结束 */
/* 关于我们 */
.page-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* 关于我们结束 */
/* 详情页 */
.page-content .content-title {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.page-content .content-title h4 {
  font-size: 20px;
  margin-bottom: 5px
}
.page-content .content-title p span {
  font-size: 14px;
  color: #999999;
  margin: 0 10px;
  white-space: nowrap;
}
.page-content .content-text {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.page-content .content-text p {
  font-size: 14px;
  line-height: 26px;
  /* text-indent: 2em; */
  margin-bottom: 10px;
}
.page-content .content-text img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.page-content .content-page {
  line-height: 30px;
  padding: 20px 0;
}
.page-content .content-page .row div {
  width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-content .content-page span {
  font-size: 14px;
  color: #999999;
  margin: 0 15px;
}
.page-content .content-page a {
  font-size: 14px;
  color: #666666;
}
.page-content .content-page:hover a {
  color: #116bc4;
}
.page-content .content-page .next span {
  float: right;
}
.page-content .content-page .next {
  text-align: right;
}
/* 详情页结束 */
/* 产品详情 */
.ppd-img {
  width: 500px;
  float: left;
}
.ppd-img .gallery-top {
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
}
.ppd-img .gallery-thumbs {
  width: 500px;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  padding: 5px 25px;
}
.ppd-img .gallery-thumbs .swiper-slide {
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.ppd-img .gallery-thumbs .swiper-slide img {
  height: 100%;
}
.ppd-img .swiper-button-prev {
  left: 0;
  transform: scale(.6);
}
.ppd-img .swiper-button-next {
  right: 0;
  transform: scale(.6);
}
.ppd-info {
  width: 360px;
  height: 470px;
  float: right;
  position: relative;
}
.ppd-pname {
  font-size: 24px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
}
.ppd-info-content {
  font-size: 16px;
  color: #333333;
}
.ppd-info-content .cn {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin: 15px 0;
}
.ppd-info-content .cn span {
  color: #cf010e;
}
.ppd-info-content {
  padding-top: 20px;
}
.ppd-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.ppd-tell {
  width: 360px;
  height: 90px;
  background: #116bc4;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}
.ppd-content-box {
  border: 1px solid #eee;
  margin-top: 40px;
  box-sizing: border-box;
}
.ppd-content-text-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  background: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.ppd-content-text {
  padding: 20px 20px 20px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.ppd-content-text img {
  display: none;
}
.page-content .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* 产品详情结束 */
@media only screen and (max-width: 760px) {
  .main-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .full-main {
    width: 100%;
    min-width: 100%;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  /* 头部 */
  .head-box .top-row {
    display: none;
  }
  .nav-bg {
    border-top: 1px solid #ddd;
    height: auto;
    position: absolute;
    z-index: 99;
    background: #333;
    overflow: hidden;
    padding: 15px 0;
    display: none;
  }
  .nav-row > ul > li {
    float: none;
    position: relative;
    text-align: center;
  }
  .nav-row > ul > li > a {
    padding: 0;
    width: 100%;
    border: none;
  }
  .nav-row > ul > li ul {
    display: none;
  }
  .nav-row > ul > li:hover ul {
    display: none;
  }
  .nav-bg.wap-home {
    display: block;
  }
  .logo-row .logo-wrap {
    height: 34px;
    float: left;
  }
  .wap-menu {
    display: block;
  }
  .slogan-wrap {
    display: none;
  }
  .txt {
    display: none;
  }
  .phone-wrap {
    display: none;
  }
  /* banner */
  .home-banner .swiper-slide img {
    height: 200px;
  }
  .home-banner .button {
    display: none;
  }
  /* search */
  .search-wrap {
    padding: 15px 0;
    height: auto;
  }
  .search-wrap .hot-words {
    display: none;
  }
  .search-wrap .search-form {
    width: 100%;
  }
  .search-wrap .search-form input.text {
    width: calc(100% - 34px);
  }
  /* product */
  .product-category {
    width: 100%;
    padding: 0;
  }
  .product-category .title {
    display: none;
  }
  .product-category .phone {
    display: none;
  }
  .product-category .list {
    overflow: hidden;
    overflow-x: hidden;
    display: -webkit-box;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-category .list ul {
    white-space: nowrap;
    width: auto;
    overflow: hidden;
  }
  .product-category .list ul li {
    display: inline-block;
  }
  .product-category .list ul li a {
    padding: 0 6px;
  }
  .product-category .list ul li a:after {
    display: none;
  }
  .product-list {
    width: 100%;
  }
  .product-list ul li {
    width: 50%;
    padding: 0 5px;
  }
  .product-list ul li {
    margin-bottom: 5px;
  }
  .product-list ul li .img {
    height: 182px;
    margin-bottom: 0;
  }
  .product-list .text a {
    font-size: 14px;
    line-height: 25px;
  }
  /* advantage */
  .advantage {
    height: 660px;
  }
  .advantage .list {
    margin-top: 30px;
  }
  .advantage .list ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .advantage .list ul li p {
    width: 68px;
    height: 68px;
  }
  .advantage .list ul li span {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
  }
  .application {
    margin-top: -160px;
  }
  .application .swiper-container .swiper-slide {
    width: 100%;
    padding: 15px 20px;
    height: 200px;
  }
  .application .swiper-container .swiper-slide .number {
    width: 40px;
  }
  .application .swiper-container .swiper-slide .number::after {
    margin-top: 10px;
  }
  .application .swiper-container .swiper-slide .number p {
    font-size: 30px;
    height: 20px;
  }
  .application .swiper-container .swiper-slide .text {
    width: calc(100% - 40px);
    padding: 20px 0 0 10px;
  }
  .application .swiper-button-prev {
    display: none;
  }
  .application .swiper-button-next {
    display: none;
  }
  /* about */
  .about {
    position: relative;
  }
  .about-left {
    width: 100%;
    float: none;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .about-left .text-row .title {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .about-left .text-row {
    height: auto;
  }
  .about-left .text-row .content {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .about-right {
    display: none;
  }
  .factory .list-row .swiper-slide {
    width: 100%;
    padding: 0 10px;
  }
  /* news */
  .news-item-wrap {
    padding: 0;
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .list-4 li a {
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
  .list-4 li .img-center {
    width: 90px;
  }
  .list-4 li .text {
    margin: 0 0 0 100px;
    padding: 0 40px 0 0;
  }
  .list-4 li .text h4 {
    padding: 0;
    font-size: 14px;
  }
  .list-4 li .text p {
    line-height: 18px;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
  }
  .list-4 li .date {
    margin-top: 0;
    right: 0;
  }
  .list-4 li .date span {
    margin: 0 0 5px;
    font-size: 12px;
    color: #adadad;
  }
  .list-4 li a:hover {
    padding-left: 0;
  }
  .list-4 li a:hover .text {
    padding: 0 40px 0 0;
  }
  .list-4 li:first-child a {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  .img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .container {
    width: 100%;
  }
  /* link */
  .link {
    display: none;
  }
  /* footer */
  .footer .footer-nav-row {
    display: none;
  }
  .footer .contact-row .footer-logo {
    float: none;
    text-align: center;
  }
  .footer .contact-row .add-wrap {
    float: none;
    margin-left: 0;
    padding: 20px;
    border: 1px solid #505050;
    margin-top: 20px;
  }
  .footer .contact-row .contact-wrap {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .footer .contact-row .contact-wrap a {
    margin: 0 auto;
  }
  .footer .contact-row .qr-wrap {
    float: none;
  }
  .footer .contact-row .qr-wrap img {
    margin: 20px auto;
  }
  .footer .copyright-row {
    text-align: center;
    line-height: 24px;
    padding: 20px 0;
  }
  .footer .copyright-row p {
    font-size: 14px;
    color: #777777;
    float: none;
  }
  .footer .copyright-row span {
    float: none;
  }
  /* page */
  .page-banner {
    height: 160px;
  }
  .page .search-form {
    display: none;
  }
  .page-main {
    padding-bottom: 60px;
  }
  .product-list.img-text-list ul li:first-child {
    padding-top: 30px;
  }
  .img-text-list ul li .img {
    width: 120px;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-bottom: 0;
  }
  .img-text-list .text {
    width: calc(100% - 120px);
    float: left;
    padding-left: 20px;
  }
  .product-list.img-text-list .title a {
    font-size: 16px;
    line-height: 24px;
  }
  .img-text-list .text .content {
    display: none;
  }
  .page-content {
    padding-top: 10px;
  }
  .page-content .map {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid #999;
  }
  .page-content .content-page span {
    margin: 0;
    margin-right: 15px;
  }
  .page-content .content-page .row div {
    width: 100%;
    float: none;
  }
  .page-content .content-page .next span {
    float: none;
  }
  .page-content .content-page .next {
    text-align: left;
  }
  .page-content .wp-block-image {
    margin: 15px 0;
    padding: 0;
  }
  .ppd-img {
    width: 100%;
    float: none;
  }
  .ppd-img .gallery-top {
    width: 100%;
    height: 394px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
  }
  .ppd-img .gallery-thumbs {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    padding: 5px 25px;
  }
  .ppd-info {
    width: 100%;
    height: auto;
    float: none;
    position: static;
  }
  .ppd-tell {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: static;
    margin-top: 20px;
  }
  /* right-bar */
  .right-bar {
    display: none;
  }
}
/*right-bar*/
.right-bar {
  position: fixed;
  top: 50%;
  right: 0;
  width: 60px;
  height: 203px;
  z-index: 9999;
  margin-top: 100px;
}
.right-bar ul li {
  width: 60px;
  height: 60px;
  background: #116bc4;
  box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
  cursor: pointer;
  position: absolute;
}
.right-bar ul li a {
  width: 60px;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  float: left;
}
.rtbar-li2 {
  top: 61px;
}
.right-bar ul li.rtbar-li3 {
  top: 122px;
  width: 240px;
}
.rtbar-li4 {
  top: 183px;
}
.right-bar ul li em {
  width: 60px;
  height: 60px;
  display: block;
}
.right-bar ul li.rtbar-li1 em {
  background: url(../images/right-icon1.png);
  background-size: 100%;
}
.right-bar ul li.rtbar-li3 em {
  background: url(../images/right-icon2.png);
  background-size: 100%;
}
.right-bar ul li.rtbar-li2 em {
  background: url(../images/right-icon3.png);
  background-size: 100%;
}
.right-bar ul li.rtbar-li4 em {
  background: url(../images/right-icon4.png);
  background-size: 100%;
}
.right-bar ul li.rtbar-li2 p {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.right-bar ul li:hover {
  background: #333333;
  box-shadow: 0 2px 21px rgba(90, 123, 172, 0.45);
}
.right-bar ul li:hover i {
  color: #ffffff;
}
.rtbar-li3 strong {
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
}
.rtbar-li4 i {
  color: #ffffff;
}
.right-bar ul li.rtbar-li4 a span {
  color: #ffffff;
}
.rtbar_shwx {
  position: absolute;
  right: 60px;
  top: 0px;
  background: #fff;
  box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
  display: none;
  z-index: 20;
}
.rtbar_shwx img {
  padding: 5px;
  max-width: 140px;
}
.right-bar ul li.gotop {
  display: none;
}
.pagebar {
  padding: 20px;
  overflow: hidden
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #116bc4;
  border: 1px solid #116bc4;
}
.pagination a.page-num-current {
  color: #fff;
  background: #116bc4;
  border: 1px solid #116bc4;
}
.pagination .st {
  font-family: 宋体
}
.text-secondary {
  text-align: center;
  padding: 20px 0
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}