/*
 * @Author: dy
 * @Email: sales@juntong.net
 * @Company: Copyright (c) 版权所有 无锡君通
 * @Date: 2021-03-29 10:29:33
 * @LastEditors: dy
 * @LastEditTime: 2021-04-02 11:11:12
 * @FilePath: \2021扒模板\css\c.css
 * @Descripttion: 
 */
@charset "utf-8";

*,
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", sans-serif;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-size: 14px;
  line-height: 170%;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1,
h2,
h3 {
  font-size: 18px;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
  color: red;
}
em,
i {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
li,
ol,
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  outline: 0;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
.jc-sb {
  justify-content: space-between;
}
.flex {
  display: flex;
}
.ai-c {
  align-items: center;
}
html {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

/* 全局 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}

/* 清理浮动 */
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 全局浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}

/*全局样式*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; position:relative;
}
.icon {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}

.top-row1 {
  background: #3b3b3b;
  color: #828282;
  padding: 0.625rem 0;
  font-size: 0.875rem;
}
.top-row2 .container {
  display: flex;
}

/*logo*/
.header-logo {
  width: 380px;
  height: 51px;
  padding: 1.4063rem 0;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*导航栏*/
.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-nav li {
  position: relative;
  height: 100%;
}
.header-nav li:hover ul {
  display: block;
}
.header-nav li:hover ul li:hover {
  background: #f7f7f7;
}
.header-nav a {
  font-size: 0.8125rem;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  margin: 0 1rem;
  display: block;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-nav a::after {
  position: absolute;
  top: 50%;
  margin-top: 1rem;
  left: 0;
  width: 0;
  content: "";
  display: block;
  height: 2px;
  background: #f36420;
  transition: all 0.3s;
}
.header-nav a:hover {
  color: #f36420;
}
.header-nav a:hover::after {
  width: 100%;
}
.header-nav ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 10;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.header-nav ul a {
  padding: 0.625rem 1rem;
  font-size: 0.825rem;
}
.header-nav a {
  font-size: 1rem;
}

/*手机导航*/
.header-menu-bars {
  display: none;
}

/*搜索*/
.header-search {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.header-search button {
  background: 0 0;
  border: 0;
  font-size: 18px;
  width: 25px;
  height: 25px;
}
.header-search input {
  width: 0;
  border: 0;
  background: 0 0;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #333;
  transition: all 0.3s;
  box-sizing: border-box;
}
.header-search:hover input {
  width: 150px;
  padding: 0 10px;
}

/*banner*/
.bannerslide {
  height: 700px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bannerslide .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 90px;
}
.swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 70px;
  height: 5px;
}
.bannerslide .btns {
  border-radius: 50%;
  position: absolute;
  color: #fff;
  width: 68px;
  height: 68px;
  top: 50%;
  margin-top: -34px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  user-select: none;
  transition: all 0.3s;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerslide .btns:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.bannerslide .swiper-button-next {
  right: -50px;
}
.bannerslide .swiper-button-prev {
  left: -50px;
}
.bannerslide:hover .swiper-button-next {
  right: 30px;
}
.bannerslide:hover .swiper-button-prev {
  left: 30px;
}
/*首页大标题*/
.index-title {
  padding: 4.0625rem 0;
  position: relative;
  text-align: center;
}
.index-title span::after,
.index-title::before {
  content: "";
  display: block;
  position: absolute;
}
.index-title::before {
  width: 100%;
  height: 1px;
  z-index: 5;
  background: #cfcfcf;
  top: 50%;
}
.index-title span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 0 1.9375rem;
  font-size: 2.25rem;
  color: #232323;
}
.index-title span::after {
  width: 1.875rem;
  height: 3px;
  z-index: 5;
  background: #f36420;
  bottom: -0.9375rem;
  left: 50%;
  margin-left: -0.9375rem;
}

/*首页模块一*/
.cate-list li {
  position: relative;
  overflow: hidden;
  float: left;
}
.cate-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cate-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cate-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  transition: all 0.5s;
}
.cate-list li a:hover::after {
  background: 0 0;
}
.cate-list li:hover img {
  transform: scale(1.05);
}
.cate-list p {
  z-index: 10;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(12, 12, 12, 0.75);
  color: #fff;
  font-size: 1.25rem;
  left: 0;
  display: flex;
  align-items: center;
  padding: 1.5rem 0.5rem;
  justify-content: center;
}
.cate-list p:hover {
  background: #000;
}
.cate-list i {
  height: 1.875rem;
  width: 1.875rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.625rem;
  flex: 0 0 auto;
}
.cate-list li:nth-child(1) {
  width: 36.5%;
  padding-bottom: 40.6%;
}
.cate-list li:nth-child(2) {
  width: 35.5%;
  padding-bottom: 20.3%;
}
.cate-list li:nth-child(3) {
  width: 28%;
  padding-bottom: 20.3%;
}
.cate-list li:nth-child(4) {
  width: 28%;
  padding-bottom: 20.3%;
}
.cate-list li:nth-child(5) {
  width: 35.5%;
  padding-bottom: 20.3%;
}

/*首页模块二*/
.profiles-list {
  display: flex;
  width: 100%;
}
.profiles-list li {
  width: 25%;
  position: relative;
}
.profiles-list .profiles-item-back {
  width: 100%;
}
.profiles-list .profiles-item-text {
  position: absolute;
  color: #fff;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  top: 0;
  left: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profiles-list li:nth-child(n + 2) .profiles-item-text:hover {
  background: rgba(50, 155, 169, 0.92);
}
.profiles-list .profiles-item-text img {
  width: 7rem;
  height: 0rem;
  margin-bottom: 0rem;
  transition: all 0.5s cubic-bezier(0.66, -0.76, 0.35, 1.53);
}
.profiles-list .profiles-item-text:hover img {
  width: 7rem;
  margin-bottom: 3.75rem;
  height: 7rem;
}
.profiles-list .why {
  font-size: 3rem;
  line-height: 1.3;
}
.profiles-list .more-link {
  color: #fff;
  font-size: 1.125rem;
  margin-top: 3.75rem;
}
.profiles-list .more-link i {
  margin-left: 5px;
}
.profiles-list .text {
  font-size: 2.5rem;
  margin-top: 2.1875rem;
  line-height: 1.3;
  text-align: center;
}
.profiles-list .num {
  font-size: 1.875rem;
}

/*首页新闻模块*/
.index-news-list {
  display: flex;
  justify-content: space-between;
}
.index-news-list li {
  width: 32%;
  position: relative;
  overflow: hidden;
}
.index-news-list .news-pic {
  width: 100%;
  transition: all 0.5s;
}
.index-news-list .news-pic:hover {
  transform: scale(1.058);
}
.index-news-list .index-news-date {
  position: absolute;
  top: 1.25rem;
  left: 1.0625rem;
  line-height: 2.3125rem;
  color: #fff;
  background: #f36420;
  padding: 0 1rem;
}
.index-news-list .index-news-intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 3.75rem;
  padding: 0 1.6875rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3125rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

/*首页产品模块*/
.index-products-box {
  padding-bottom: 36px;
  width: 100%;
}
.index-products-list-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
.index-products-list-box button {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  background: #f36420;
  border: 0;
  outline: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  font-family: cursive;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  margin-top: -75px;
}
.index-products-list-box button.nextIpn {
  right: 0;
  left: unset;
}
.index-products-list {
  display: flex;
  width: 300%;
  transition: all 0.3s;
}
.index-products-list li {
  width: 6.666666%;
  position: relative;
  height: 0;
  margin:0 0.1%;
  padding-bottom: 6.666666%;
}
.index-products-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-products-list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  background: rgba(98, 98, 98, 0.5);
  height: 100%;
}
.index-products-list a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.index-products-list a:hover::before {
  background: 0 0;
}
.index-products-list a::after {
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  border: 0.8125rem solid transparent;
  border-bottom-color: #f36420;
  margin-left: -0.8125rem;
  position: absolute;
  z-index: 10;
  transition: all 0.3s;
  opacity: 0;
}
.index-products-list a:hover {
  background: 0 0;
}
.index-products-list p {
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background: #f36420;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  text-align: center;
  font-size: 1.3125rem;
  opacity: 0;
  transition: all 0.3s;
  text-overflow: ellipsis;
}
.index-products-list a:hover p {
  opacity: 1;
}
.index-products-list a:hover::after {
  opacity: 1;
}
.index-products-nav {
  display: flex;
  justify-content: center;
}
.index-products-nav li {
  padding: 9px;
  cursor: pointer;
}
.index-products-nav li:nth-child(n + 4) {
  display: none;
}
.index-products-nav li i {
  height: 11px;
  width: 11px;
  background: #a7a7a7;
  border-radius: 50%;
  display: block;
}
.index-products-nav li.active i {
  background: #f36420;
}

/*首页底部*/
.footer-main {
  background: #2d2d2d;
  padding: 2rem 0 1rem 0;
}
.footer-main .container {
  display: flex;
  justify-content: space-between;
}
.footer-title {
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
.footer-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4375rem;
  height: 1.25rem;
  background: #f36420;
}
.footer-main-item {
  width: 34%;
}
.footer-main-item:last-child {
  width: 22%;
  max-width: auto;
}
.footer-share-links {
  display: flex;
  margin: 40px 0;
}
.footer-share-links a {
  color: #cfcfcf;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5625rem;
  text-decoration: none;
}
.footer-share-links a:hover {
  color: #fff;
  border-color: #fff;
}
.footer-share-links li {
  margin-right: 0.6875rem;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
}
.footer-contact li:last-child{ margin-top:15px;}
.footer-contact li:last-child img{ vertical-align:middle; margin-right:5px; width:18px;}
.footer-contact a,
.footer-contact p {
  color: #c4c4c4;
  font-size: 0.9375rem;
  line-height: 2;
  text-decoration: none;
}
.footer-contact i {
  width: 25px;
  color: #f36420;
  line-height: 2;
}
.footer-nav a {
  color: #c1c1c1;
  line-height: 2;
  position: relative;
  padding-left: 18px;
  text-decoration: none;
}
.footer-nav a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  content: "";
  display: block;
  height: 1px;
  background: #f36420;
  transition: all 0.3s;
}
.footer-nav a:hover::before {
  width: 100%;
}
.footer-nav a::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  background: #c1c1c1;
  height: 3px;
  width: 3px;
  border-radius: 50%;
}
.footer-contact a:hover,
.footer-nav a:hover {
  color: #f36420;
}
.footerlogo img {
  max-width: 100%;
}

/*底部版权*/
.copyright-box {
  background: #242424;
}

.copyright {
  color: #5d5d5d;
  font-size: 0.875rem;
  padding: 1rem 0;
  display:inline-block;
}
.copyright a{ color: #5d5d5d;}
.scrtop {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  font-size: 25px;
  color: #fff;
  background: #f36420;
  outline: 0;
  margin-top: -20px;
  border: 0;
}
.honor_ul{ width:100%; padding-top:20px;}
.honor_ul li{ width:30%; float:left; margin-left:2%; margin-bottom:20px;}
.honor_ul li a{ display:block; padding:5px; border:1px solid #ddd; position:relative;}
.honor_ul li a:hover{ border:1px solid #138ba9;}
.honor_ul li img{ width:100%;}
.honor_ul li p{ text-align:center; margin-top:10px; font-size:14px;}
.honor_ul li p a{ color:#666;}
li .cover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #138ba9; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .2s ease; transition: all .2s ease; }
li:hover .cover { opacity: .8; filter: alpha(opacity=80); }
li .ico01 { width: 68px; height: 68px; position: absolute; top: 50%; left: 50%; margin-top: -34px; margin-left: -94px; background: url(../img/i5.png) no-repeat center center; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease; transition: all .4s ease; }
li:hover .ico01 { margin-left: -34px; opacity: 1; filter: alpha(opacity=100); }
li .ico02 { width: 68px; height: 68px; position: absolute; top: 50%; left: 50%; margin-top: -34px; margin-left: 64px; background: url(../img/i6.png) no-repeat center center; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease; transition: all .4s ease; }
li:hover .ico02 { margin-left: -34px; opacity: 1; filter: alpha(opacity=100); }

.area{ margin-top:40px;}
.area li{ float:left; width:32%; margin-right:2%; position: relative; margin-bottom:30px;overflow: hidden; cursor:pointer;}
.area li:nth-child(3n){ margin-right:0;}
.area li img{ width:100%; height:100%; position: relative; display:block; transition: all 0.5s;}
.area li p{ position: absolute; bottom:0; box-sizing:border-box; color:#fff; width:100%; background: rgba(12, 12, 12, 0.75); display: flex; align-items: center; justify-content: center; padding: 1.0rem 0.5rem;}
.area li p span{ font-size:15px;}
.area li i{height: 1.875rem; width: 1.875rem;  border: 2px solid #fff; border-radius: 50%; display: flex;
justify-content: center; align-items: center; margin-left: 2.625rem; flex: 0 0 auto;}
.area li.li0{ background:#06F;}
.area li p.pp{ top:0; font-size:36px; font-weight:bold; background:none; letter-spacing:5px;}
.area li:hover img{ transform: scale(1.1);}

.homearea{ margin:0 auto; width:95%;}
.homearea li{ float:left; width:23%; margin:1%; overflow:hidden; box-shadow:0 0 8px #ccc;}
.homearea li img{ width:100%; display:block; transition: all 0.5s; z-index:-9999;}
.homearea li p{ bottom:0; width:100%; height:56px; line-height:56px; background:#2da0b0; transition: .3s ease-in-out; padding-left:30px; box-sizing:border-box; z-index:9999;}
.homearea li p span{ color:#fff; font-size:15px;}
.homearea li:hover img{ transform: scale(1.1);}

.insearch{ height:55px;width:730px;padding:2px 0px 0px 6px; box-sizing:border-box;}
.sub{width:200px; height:50px;}

@media only screen and (max-width: 1200px) {
	.bannerslide {
	  height: 500px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets{ bottom:20px;}
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    box-sizing: border-box;
  }
  .bannerslide {
    height: 380px;
  }
  .insearch{ display:block; width:100%;}
  .sub{ margin-top:10px;}
}

@media only screen and (max-width: 768px) {
  .search{ width:100%; box-sizing:border-box;}
  .search_button{ margin-top:5px;}
  .area li{ width:48%;}
  .area li.li0{ display:none;}
  .area li:nth-child(3),.area li:nth-child(6){ margin-right:2%;}
  header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 250;
    width: 100%;
  }
  .top-row1 .container {
    white-space: nowrap;
  }
  .top-row2 {
    position: relative;
  }
  .top-row2 .container {
    align-items: center;
  }
  body {
    padding-top: 119.75px;
  }
  .header-search {
    display: none;
  }
  
  .index-products-box {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  /*手机导航*/
  .header-menu-bars {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-left: auto;
    background: 0 0;
    color: #999;
    font-size: 2.5rem;
    width: 40px;
    height: 40px;
  }
  .header-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 250;
    background: #fff;
    height: 100vh;
    border-top: 1px solid #e5e5e5;
    transition: all 0.3s;
    overflow: hidden;
    width: 0;
  }
  .header-nav.active {
    width: 45vw;
  }
  .header-nav li:hover ul {
    display: none;
  }
  .header-nav li {
    border-bottom: 1px solid #e5e5e5;
    height: auto;
  }
  .header-nav a {
    padding: 1rem 2rem;
  }
  .footer-share-links,
  .profiles-list {
    flex-wrap: wrap;
  }
  .profiles-list li {
    width: 50%;
  }
  .footer-share-links li {
    margin-bottom: 0.6875rem;
  }
  .index-products-list {
    width: 500%;
  }
  .index-products-nav li:nth-child(n + 4) {
    display: block;
  }
  
  .index-products-list-box button{
	  margin-top:0
  }
  .index-products-list-box{ padding-bottom:0}
  .homearea li{ width:48%;}
}

@media only screen and (max-width: 425px) {
  .header-logo img{ width:95%;}
  .bannerslide {
    height: 200px;
  }
  .cate-list li:nth-child(1) {
    width: 100%;
  }
  .cate-list li:nth-child(2),
  .cate-list li:nth-child(3),
  .cate-list li:nth-child(4),
  .cate-list li:nth-child(5) {
    width: 50%;
    padding-bottom: 40%;
  }
  .footer-main-item {
    width: 50%;
  }
  .footer-main-item:nth-child(3) {
    display: none;
  }
  .area li{ width:100%;}
}
