/* 清除浮动  */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/*修改滚动条样式   start */

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}

/* 修改滚动条样式   end */

/* hover效果 */
.hover_style {
  transition: all 0.9s;
  cursor: pointer;
}

.hover_magnify:hover {
  transform: scale(1.05);
}

.hover_top:hover {
  transform: translateY(-10px);
}

/* 放大效果 */

/* 空 敬请期待 start */
.public_empty {
  text-align: center;
  font-size: 16px;
  line-height: 56px;
  color: #666;
}

.public_empty img {
  width: 260px;
  margin-bottom: 26px;
}

/* 空 敬请期待 end */


/* 清除swiper左右按钮的focus样式 */
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible {
  outline: none;
}

/* 清除swiper左右按钮的focus样式 */


/*修改滚动条样式   start */

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 225px;
  /**/
}

.scrollbar::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e6e5e7;
  border-radius: 4px;
}

/*修改滚动条样式   end */
.isNone {
  display: none !important;
}
.active{
  display: block !important;
}


/* 阴影 start */
.shadow {
  /* box-shadow: 0px 10px 20px 0px 
		rgba(182, 182, 182, 0.2); */
  background-color: #FFF;
  box-shadow: 0px 12px 26px 0px rgba(166, 166, 166, 0.25);
}

.productWisdomView_shadow {
  /* box-shadow: 0px 10px 20px 0px 
		rgba(182, 182, 182, 0.2); */
  background-color: #FFF;
  /* box-shadow: 0px 6px 18px 0px 
		rgba(193, 203, 213, 0.9); */
  box-shadow: 0px 6px 18px 0px rgba(193, 203, 213, 0.2);
  /* box-shadow: 0 2px 10px 0 rgba(0,0,0,.15); */
}

/* 阴影 end */

@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/Barlow-ExtraBold.TTF");
}
@font-face {
  font-family: "Barlow-Regular";
  src: url("../fonts/BarlowCondensed-ExtraLight.ttf");
}


ul,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

/* 面包屑 start */
.container{
  width: 1200px;
  padding: 0px !important;
}
@media (max-width:768px) {
  .container{
    width: 100%;
  }
}
.crumbs {
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: left;
}

.crumbs a,
.crumbs span {
  vertical-align: middle;
  margin-right: 2px;
  /* display: inline-block; */
  font-size: 16px;
  line-height: 20px;
  color: #666;
}

.crumbs a:hover,
.crumbs a:hover span {
  color: #09408e;
}


.crumbs a img {
  width: 17px;
  height: 18px;
  margin-right: 5px;
  margin-top: -4px;
}


.crumbs_tab_list {
  width: 50%;
  float: right;
  text-align: right;
}

.crumbs_tab_list li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-left: 34px;
  position: relative;
  cursor: pointer;
}
.on a .header_content_left_nav_maskLayer {
  display: block;
}
.on a span {
  opacity: 1 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

.crumbs_tab_list li:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #006cce;
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: none;
}

.crumbs_tab_list li.on:after {
  display: block;
}

.crumbs_tabs {
  border-bottom: 1px solid #eeeeee;
}

/* 面包屑 end */


.recommandSwiper .swiper-button-next,
.recommandSwiper .swiper-button-prev {
  width: 30px;
  height: 54px;
}

.recommandSwiper .swiper-button-next:after,
.recommandSwiper .swiper-button-prev:after {
  display: none;
}

.recommandSwiper .swiper-button-next img,
.recommandSwiper .swiper-button-prev img {
  width: 100%;
  display: block;
  height: 100%;
}

.recommandSwiper .swiper-button-next .img2,
.recommandSwiper .swiper-button-prev .img2 {
  display: none;
}

.recommandSwiper .swiper-button-next {
  right: 0px;
}

.recommandSwiper .swiper-button-prev {
  left: 0px;
}


@media (min-width:769px) {

  .recommandSwiper .swiper-button-next:hover .img2,
  .recommandSwiper .swiper-button-prev:hover .img2 {
    display: block;
  }

  .recommandSwiper .swiper-button-next:hover .img1,
  .recommandSwiper .swiper-button-prev:hover .img1 {
    display: none;
  }
}

@media (max-width:768px) {
  .swiper-container.recommandSwiper {
    padding-bottom: 50px;
  }

  .recommandSwiper .swiper-button-prev {
    left: 35%;
  }

  .recommandSwiper .swiper-button-next {
    right: 35%;
  }

  .recommandSwiper .swiper-button-next,
  .recommandSwiper .swiper-button-prev {
    bottom: 0px !important;
    top: auto !important;
  }
}

/* 火狐 */
input {
  -moz-appearance: textfield;
}

/* 分页 start */
.pages {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
.pages a.pages_center {
  line-height: 32px;
}
.pre_red,
.next_red {
  display: none;
}
/* 静态样式 */
.staticEffect a {
  color: #666666;
}
/* 鼠标经过 */
.hoverEffect a:hover {
  background-color: #3cb035;
  color: #fff;
}
/* 基础样式 */
.pages a {
  display: inline-block;
  margin-right: 10px;
  width: 41px;
	height: 40px;
  overflow: hidden;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
}
/* .pages a:after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  background-color: transparent;
  margin: 0 auto;
} */
/* 清除默认效果 */
.pages a {
  text-decoration: none;
  position: relative;
}
/* 选中样式 */
.pages a.on:after {
  background-color: #0f4fdf;
}
/* 跳转到第一页 / 最后一页的 图片切换显示 */
.prev_pre:hover .pre_gray {
  display: none;
}
.prev_pre:hover .pre_red {
  display: inline;
}
.next_nex:hover .next_gray {
  display: none;
}
.next_nex:hover .next_red {
  display: inline;
}
.mobile_add_more {
  text-align: center;
  font-size: 14px;
  color: #999;
}
.search_Page_ellipsis{
  cursor: pointer;
}
.search_Page{
  display: inline-block;
  width: 45px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.search_Page_Input{
  border: 1px solid gray;
  height: 25px;
  width: 45px;
  padding-left: 10px;
}
/* 分页 end */

/* 移动端 分页 start */

@media (max-width:768px){
  .pages_mobile{
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between
  }
  .pages_mobile>a{
    display: block;
    width: 48%;
    padding: 10px 0px;
    text-align: center;
    color: #333;
    background-color: #F6f6f6;
  }
}

/* 移动端 分页 end */

/* 详情分页 start */
.public_details_pages{
  width: 100%;
  background-color: #f2f2f2;
  padding: 0px 20px;
  margin: 60px 0px 80px;
}
.public_details_pages>a{
  padding: 20px 0px;
}
.public_details_pages_left{
  display: block;
  width: 80px;
  text-align: left;
	font-size: 16px;
	color: #666666;
}
.public_details_pages_left>img{
  width: 12px;
	height: 22px;
  display: inline-block;
  margin-right: 10px;
}
.public_details_pages_right{
  display: block;
  width: 80px;
  text-align: right;
	font-size: 16px;
	color: #666666;
}
.public_details_pages_right>img{
  width: 12px;
	height: 22px;
  display: inline-block;
  margin-left: 10px;
}
.public_details_pages_middle{
  display: block;
  width: 120px;
  text-align: center;
	font-size: 16px;
	color: #666666;
  margin: 0px 226px;
}
.public_details_pages_middle>span{
  position: relative;
  top: 3px;
}
.public_details_pages_middle>img{
  width: 22px;
	height: 22px;
  display: inline-block;
  margin-right: 10px;
}
/* 详情分页 end */


/* 头部导航已选中样式 start */
.selected>a{
  color: #0071d5 !important;
}
.selected>a:after{
  content: '' !important;
  display: block !important;
  width: 30px !important;
  margin: 0px 20px !important;
	height: 2px !important;
	background-color: #0071d5 !important;
  position: absolute !important;
  bottom: 26% !important;
}
/* 头部导航已选中样式 end */

/* 头部 start */
.head_nav{
  width: 1440px;
  margin: 30px 240px 0px;
	height: 100px;
  line-height: 100px;
	background-color: #fff;
	border-radius: 0px 24px 0px 24px;
  position: relative;
  z-index: 99;
}
.logo_area{
  display: block;
  width: 28%;
  height: 100px;
  line-height: 100px;
  margin-left: 30px;
  position: relative;
}
.logo_area>div{
  width: 1px;
  height: 40px;
  background-color: #cfcfcf;
  position: absolute;
  left: 160px;
  top: 32px;
}
.logo_area>img{
  display: inline-block;
}
.logo_img{
  width: 160px;
  height: 72px;
  padding-right: 22px;
}
.logo_text{
  width: 197px;
  height: 44px;
  padding-left: 22px;
  position: relative;
}
.head_nav_area{
  width: 50%;
  position: absolute;
  right: 0px;
  top: 0%;
}
.head_nav_area ul li{
  float: left;
}
.head_nav_area ul li+li{
  margin-left: 80px;
}
.head_nav_area ul li a{
  width: 70px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  position: relative;
}
.head_nav_area ul li a:after{
  content: '';
  display: block;
  width: 30px;
  margin: 0px 17px;
	height: 2px;
	background-color: #0071d5;
  position: absolute;
  bottom: 26%;
  display: none;
}
.head_nav_area ul li a:hover{
  color: #0071d5;
}
.head_nav_area ul li a:hover:after{
  display: block;
}
.header_drop_down_box{display: none;}
/* 头部 end */


/* 移动端头部 start */
@media (max-width:769px) {
  .mobile_nav{
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    padding: 10px 4%;
    background-color: #fff;
  }
  .mobile_nav_left{
    width: 90%;
  }
  .mobile_nav_left>a{
    display: block;
    position: relative;
  }
  .mobile_logo_img{
    display: inline-block;
    width: 100px;
    height: 46px;
    margin-right: 15px;
  }
  .mobile_logo_text{
    display: inline-block;
    width: 136px;
    height: 28px;
    padding-left: 15px;
    position: relative;
  }
  .mobile_logo_line{
    width: 1px;
    height: 22px;
    background-color: #cfcfcf;
    position: absolute;
    left: 115px;
    top: 12px;
  }
  .mobile_nav_right{
    position: relative;
    top: 10px;
  }
  .icon_close{
    width: 16px;
  }
  .icon_unfold{
    width: 19px;
  }
  /* 头部下拉框样式： */
  .header_drop_down_box{
    position: fixed;
    top: 66px;
    z-index: 7;
    height: 100%;
    width: 100%;
    display: none;
  }
  .header_drop_down_box ul{
    height: 100%;
    background: rgba(000,000,000,0.5);
  }
  .header_drop_down_box_item{
    background-color: #FFF;
    width: 100%;
    padding: 0px 4%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    
  }
  .header_drop_down_box_item>a{
    display: block;
    width: 100%;
    /* border-bottom: 1px dotted rgba(000,000,000,0.5);s */
  }
  .header_drop_down_box_item p {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* 移动端头部 end */

/* 内页公用banner start */
.public_banner {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  position: relative;
  margin-top: -130px;
}
.public_banner img{
  display: block;
  width: 100%;
  height: 100%;
}
/* 内页公用banner end */

/* 移动端 内页公用banner start */
@media (max-width:768px){
  .public_banner {
    width: 100%;
    height: auto;
    margin-top: 66px;
  }
}

/* 移动端 内页公用banner end */

/* 页脚 start */
.footer{
  width: 100%;
  height: 320px;
  background-image: url("/pc/images/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.footer_content{
  width: 1440px;
  margin: 0px 240px;
  height: 260px;
}
.footer_logo{
  margin-top: 45px;
  width: 20%;
  display: block;
}
.footer_logo>img{
  display: block;
}
.footer_logo_text{
  margin-top: 22px;
}
.footer_nav{
  margin-left: 340px;
  margin-top: 60px;
}
.footer_title{
  display: inline-block;
	font-size: 18px;
	color: #ffffff;
  padding-bottom: 26px;
  border-bottom: solid 4px #3cb035;
  margin-bottom: 26px;
}
.footer_nav ul{
  width: 275px;
}
.footer_nav ul li{
  float: left;
  margin-bottom: 20px;
}
.footer_nav ul li+li{
  margin-left: 36px;
}
.footer_nav ul li a{
  width: 64px;
  display: block;
  font-size: 16px;
	color: #e1e1e1;
}
.contact_way{
  width: 386px;
  margin-top: 60px;
}
.contact_way li+li{
  margin-top: 22px;
}
.contact_way_title{
  display: block;
	font-size: 16px;
	color: #e1e1e1;
}
.contact_way_content{
  display: block;
  width: 79%;
  font-size: 16px;
	color: #e1e1e1;
}
.location_icon,.email_icon{
  padding-left: 30px;
  position: relative;
}
.location_icon:before{
  content: '';
  display: block;
  width: 18px;
	height: 20px;
  background-image: url('/pc/images/location_icon.png');
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
}
.email_icon:before{
  content: '';
  display: block;
  width: 20px;
	height: 15px;
  background-image: url('/pc/images/email_icon.png');
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 3px;
}
.footer_bottom{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: url('/pc/images/footet_bottom_bg.png');
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_bottom>p{
  display: inline-block;
  color: #bcbcbc;
}
.footer_bottom>a{
  display: inline-block;
  color: #bcbcbc;
}
/* 页脚 end */

/* 移动端 页脚 start */
@media (max-width:768px) {
  .footer {
    height: auto;
    background-image: url('/pc/images/mobile_footer_bg.jpg');
  }
  .footer_content {
    width: 92%;
    margin: 0px 4%;
    height: auto;
  }
  .footer_logo {
    margin-top: 22px;
    width: 100%;
  }
  .footer_nav {
    margin: 36px 0px 0px 0px;
  }
  .contact_way {
    width: 100%;
    margin-top: 20px;
  }
  .contact_way_content{
    width: 77%;
  }
  .footer_bottom{
    height: auto;
    line-height: 36px;
    margin-top: 20px;
    font-size: 14px;
  }
  .footer_title{
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .footer_nav ul li a{
    font-size: 14px;
  }
  .contact_way_title{
    font-size: 14px;
    padding-left: 25px;
  }
  .contact_way_content{
    font-size: 14px;
  }
}

/* 移动端 页脚 end */

/* 公用部分 标题 start */
.public_title>h2{
  display: block;
  font-family: Barlow-Bold;
  font-size: 40px;
}
.public_title>span{
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  position: relative;
}
@media (max-width:768px) {
  .public_title>h2{
    font-size: 32px;
  }
  .public_title>span{
    font-size: 18px;
  }
}
/* 公用部分 标题 end */

.on_show{
  background-color: #3cb035 !important;
  color: #fff !important;
}