﻿html,body {
  position: relative;  
} 
#dituContent{
  width: 100%;
	min-height: 100%;
	overflow: hidden;
  margin: 0;  
	position: absolute;
}
body{
  font-family:"思源黑体 CN",Arial,"Microsoft Yahei",sans-serif !important;
  padding: 0;
  color: #464646;
  margin:0 auto; 
  background:#fff !important; 
  overflow-x: unset;
  padding-top: 60px;
}
ul{
  margin: 0 !important;
  padding: 0;
}
li{
  list-style: none;
}
.hidden,.hid{
  display: none;
}
.m-hidden{ }/* 只在手机端隐藏 */
a:hover{
  text-decoration:none !important;
}
.container{
  position: relative;
}
.clearboth{ clear: both;}
*:focus { outline: none;}

.bg_f8{ background-color: #f8f8f8; }
.bolder{ font-weight: bolder;}
.strong{ font-weight: bolder; font-size: 24px;}
.ltr{ direction: ltr; unicode-bidi: bidi-override; }
.rtl{ direction: rtl; unicode-bidi: bidi-override;}
.ali_font_reverse{ display: inline-block; transform: rotate(180deg); }
.pagination a{ color: #ddd; transition: 0.4s; }
.pagination a:hover{ color: #9c020b; }
.overflow{ overflow: hidden;}
.inner_container{ width: 1200px; margin: 0px auto;}
.wrap_inner_content{ padding: 60px 0px; overflow: hidden; }
.main_theme{ color: #9c020b;}
.more{ display: inline-block; }
.ali_font_reverse {
  display: inline-block;
  transform: rotate(180deg);
}

.top{ height: 60px; position: fixed; top: 0px; left: 0px; width: 100%; background-color: #fff; z-index: 999; }
.top>.inner_container{ }
.top_left{ float: left; background-color: #fff; line-height: 60px; height: 60px; }
.logo{ float: left; }
.logo img{ height: 50px; width: auto; } 

.top_right{ float: right; }
.wrap_nav{ height: 60px; }
.top .nav{ display: table; }
.top .nav>li{ line-height: 60px; display: inline-block; position: relative; float: left; margin-left: 15px; }
.top .nav>li>a{ 
	height: 60px; 
	text-align: center; 
	color: #696969; 
  padding: 0px;
  background: none;
}
.top .nav>li>a::before{
  content: '';
  width: 0;
  background-color: #696969;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 2px;
  transition: 0.3s;
  z-index: -1;
}
.top .nav>li:hover>a::before,.top .nav>li.active>a::before{ width: 100%; }
.top .nav>li>a>.iconfont{ transition: 0.3s; font-size: 14px; display: inline-block; transform: translate(0); }
.top .nav>li>a:hover>.iconfont,.top .nav>li.active>a>.iconfont{ transform: rotate(180deg); }

.nav_submenu{  
  display: none; 
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 3;
  padding: 5px 0;
  min-width: 160px;
  background-color: #fff;
  border: 1px solid #e4eaec;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}
.nav_submenu::before,.nav_submenu::after{
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border: 7px solid transparent;
  border-top-width: 0;
  
  
}
.nav_submenu::before{ top: -7px; border-bottom-color: #e4eaec; }
.nav_submenu::after{ top: -6px; border-bottom-color: #fff; }
.nav_submenu>li{  }
.nav_submenu>li>a{ 
  padding: 8px 15px;
  color: #464646; 
  display: block; 
  transition: 0.3s;
  line-height: 1.5;
  white-space: nowrap;
}
.nav_submenu>li>a:hover{ background-color: #f2f2f2; text-indent: 5px; }

.top .nav>li:hover .nav_submenu{ display: block; }


.sidemenu{ float: left; font-size: 30px; color: #9c020b; margin-left: 55px; position: relative; display: none;}
.sidemenu_container{ 
  position: fixed; 
  top: 120px; 
  right: 0px; 
  width: 0px; 
  background-color: #9c020b;
  opacity: 0.9;
  transition: 0.8s;
  z-index: 11;
}
.sidemenu_container.on{ width: 150px; }
.sidemenu_container.on .side_nav{ display: block;}
.sidemenu_container .side_nav{ display: none;}
.side_nav{ width: 150px; line-height: 30px; text-align: center;}
.side_nav>li:hover{ background-color: #fff; }
.side_nav>li:hover>a{color: #9c020b;}
.side_nav li a{ color: #fff; font-size: 18px; } 
.side_nav li a:hover{   }
.side_nav>li>ul{ display: none; background-color: #9c020b;}
.side_nav>li.on{ background-color: #fff;}
.side_nav>li.on>a{ color: #9c020b;}
.side_nav>li.on>ul{ background-color: #fff; }
.side_nav>li.on>ul>li:hover{ background-color: #9c020b;}
.side_nav>li.on>ul>li:hover>a{ color: #fff;}
.side_nav>li.on>ul>li>a{ color: #9c020b; }
.side_nav>li>ul>li>a{ font-size: 14px;}
.wrap_search{ 
  height: 35px; 
  border-radius: 200px;
  border: 1px solid #e4eaec;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  transition: 0.25s;
}
@media (max-width: 768px){
  .wrap_search{ display: none; }
}
.btn_search{   
  width: 40px;
  height: 35px;
  background: url("/images/icon_search.png") center center no-repeat;
  border: none; 
  display: block; 
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
}
.input_search{   
  height: 35px; 
  line-height: 35px; 
  float: left; 
  border: none; 
  background: none; 
  font-size: 14px; 
  padding-left: 15px;
  padding-right: 50px;  
}
.input_search::-webkit-input-placeholder { /* WebKit browsers */
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 300;
}  
.input_search::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 300;
}
.input_search:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 300;
}  
.wrap_search:visited{ border-color: #444; }

.sidemenu span,.search .iconfont{ cursor: pointer; }

.footer{ 
  background-color: #9c020b; 
  overflow: hidden;
  color: #fff;
  padding: 40px 0;
  border-top: 5px solid #ccc;
}
.footer .inner_container{  }
.footer_header{ 
  border-left: 2px solid #fff; 
  text-indent: 7px; 
  margin-bottom: 16px; 
  line-height: 18px; 
  font-size: 18px; 
}
.footer_left{ float: left; display: table; }
.footer_left_text{ font-size: 16px; line-height: 20px; }
.footer_left_text .iconfont{ font-size: 41px; line-height: 41px; margin-right: 5px; float: left; }
.footer_left_text span{ font-size: 12px; text-transform: uppercase; }
.footer .tel{ font-size: 22px; line-height: 22px; margin: 14px 0px; }
.footer .btn_msg{ 
  display: block; 
  width: 173px; 
  height: 30px; 
  line-height: 30px; 
  border-radius: 5px;
  font-size: 18px;
  color: #fff!important;
  background-color: #cd9c27;
  text-align: center;
}
.footer .btn_msg>.iconfont{ color: #fff; font-size: 18px; margin-left: 14px; }
.wrap_footer_nav{ float: left; margin-left: 150px; width: 256px; }
.footer_nav{ float: left; text-align: center; }
.footer_nav a{ color: #fff; font-weight: 300; }
.footer_nav>a{ font-size: 18px; margin-bottom: 11px; display: block; }

.footer_nav ul{ padding: 0px; }
.footer_nav li{ margin-bottom: 3px; }
.footer_nav li a{  }

.footer_right{  }
.footer_right>.header{ font-size: 24px; line-height: 1.2; margin-bottom: 20px; }
.footer_contact{ overflow: hidden; }
.footer_contact p{ 
  color: #fff;
  font-size: 13px;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 13px;
}
.footer_contact p .iconfont{ font-size: 18px; margin-right: 11px; }

.foot_info_icon{ display: table; position: relative; cursor: pointer; }
.foot_info_icon .iconfont{ font-size: 22px; color: #fff; }
.foot_qrcode{ 
  border-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: -69px;
  bottom: 38px;
  transition: 0.6s;
}
.foot_info_icon:hover .foot_qrcode{ visibility: visible; bottom: 28px; }
.copyright{ 
  height: auto;
  padding: 20px 0px;
  color: #fff;
  line-height: 1.8;
  background: #9C020B;
}
.copyright p{ margin-bottom: 0px; font-size: 13px; text-align: center; margin-top: 13px; }
.copyright a,.copyright a:hover{ color: #fff; }

@media (max-width: 768px){
  .footer{ }
  .inner_container{ width: 100%; }
  .top{ height: 60px; line-height: 60px;}
  .top>.inner_container{ width: 100%; }
  .top_left{ height: 60px; line-height: 60px; }
  .top_left_sepline,.top_left_text{ display: none; }
  .top_icon_list{ display: none; }
  .logo{ float: left; margin-left: 10px;}
   
  .top .nav{ display: none;}
  .wrap_nav{ display: none; }
  .side_link{display: none;}
  .search{ display: none;}
  .sidemenu{ font-size: 24px; float: right; margin-left: 0px; display: block; margin-right: 15px;}
  .sidemenu_container{ top: 60px;}
  .side_nav{ line-height: 24px;}
  .side_nav li a{ font-size: 16px; }

  .index_nav{ height: 60px; position: relative; display: block;}
  .index_footer{ position: relative; height: auto;}
  
  .footer_left{
    float: unset;
    margin: 20px auto;
  }
  .footer_nav{ display: none; }
  .footer_right{ width: 100%; margin-left: 0px;}

  .bottom_logo{ padding: 0px; text-align: center;}
  .footer_contact{ padding: 0px 15px; display: table; margin: 0px auto;}  
  .copyright{ line-height: 30px; font-size: 14px;}
  .copyright span{ width: 100%; display: block;}
  .copyright a{ font-size: 14px;}
  .foot_qrcode{ float: none; margin: 10px auto; }

  .m-hidden{ display: none; }/* 只在手机端隐藏 */
}

.index_banner{ overflow: hidden; }
.index_banner img{ width: 100%; height: auto; }


/* 幻灯片样式 */
.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 1;
  margin-left: -75px;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin:0 5px;
  width: 40px;
  height: 3px;
  line-height: 14px;
  text-align: center;
  background: #999;
  cursor: pointer;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd li a .bdimg{
  background-size: cover !important;
}

@media (max-width: 768px){
  .slideBox .bd{ height: auto; }
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}
.divContent{
  height: 450px;
}
.underhd li a img,.underhd li img{
    width: 100%;
    height: auto;
}
.underhd li a img:hover{
    opacity: 1;
}

.wrap_title{ text-align: center; overflow: hidden; position: relative; }
.index_title{
  font-size: 24px;
  color: #333;
  line-height: 1.2;
}
.index_title span{ color: #9c020b; }
.wrap_sep_line{ width: 57px; height: 2px; background-color: #9c020b; margin: auto; margin-top: 13px; }
.wrap_sep_line.inner{ width: 49px; height: 2px; margin-top: 15px; margin-bottom: 16px; }
.index_subtitle{ 
  font-size: 13px;
  color: #848484;
  margin-bottom: 10px;
  font-weight: 300;
}
.index_slogan{ padding: 0px 10%; font-size: 13px; color: #848484; margin-bottom: 10px; }
.inner_title{ font-size: 24px; line-height: 24px; color: #1c1c1c; }
.inner_subtitle{ text-transform: uppercase; font-size: 14px; line-height: 14px; font-weight: 300; color: #999; }
.wrap_title.white_theme .index_title,.wrap_title.white_theme .index_slogan{ color: #fff; }
.wrap_title.white_theme .index_subtitle{ color: #239159; }
.wrap_title.white_theme .wrap_sep_line{ background-color: #fff; }

.wrap_more{ text-align: center;}
.btn_more{ 
	width: 148px; 
	height: 30px; 
	line-height: 30px; 
	display: inline-block;
	font-size: 16px;
  color: #dfdfdf;
	text-align: center;
  transition: 0.4s;
  border: #dfdfdf 1px solid;
  overflow: hidden;
  position: relative;
}
.btn_more:hover{ border-color: #b6b6b6; }
.btn_more .iconfont{ 
  display: block; 
  transition: 0.4s; 
  position: absolute; 
  left: 40%; 
  color: #dfdfdf;
}
.btn_more:hover .iconfont{ color: #b6b6b6; }
.btn_more .iconfont.icon_top{ bottom: 0px; }
.btn_more:hover .iconfont.icon_top{ bottom: 30px; }
.btn_more .iconfont.icon_bottom{ bottom: -30px; }
.btn_more:hover .iconfont.icon_bottom{ bottom: 0px; }

.content_top{ background-color: #9C020B; overflow: hidden; }
.content_top ul{ float: left; display: flex; padding: 0px 15px; flex-wrap: wrap; }
.content_top ul li a{ color: #fff; display: block; padding: 14px; font-size: 16px; }
.content_top .wrap_search{ margin-top: 7px; }
@media (max-width: 768px){
  .index_subtitle,.inner_subtitle{ font-size: 16px; }
  .index_title,.wrap_inner_title .index_title{ font-size: 30px;}
  
  .inner_title{ bottom: -10px;} 
  .btn_more{ width: 110px; height: 30px; line-height: 29px; font-size: 14px; }
}


/* 核心业务 */
.wrap_core_business{ overflow: hidden; padding: 60px 0px; background-color: #f5f5f5; }
.core_business_list{ margin-top: 30px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.core_business_item{ width: 178px; }
.core_business_img{
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 62.1686%;
}
.core_business_img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.core_business_title{
  color: #595959;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
}
.core_business_title::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3C3C3C;
  bottom: -1px;
  left: 0px;
}
.core_business_summary{
  color: #848484;
  font-size: 13px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  margin-top: 10px;
  font-weight: 300;
}
/* 核心业务 结束 */


/* 产品展示 */
.wrap_product{ 
  overflow: hidden;   
  background-color: #f2f2f2;
}
.product_list{ 
  max-width: 1440px;
  margin: 0px auto;
  padding: 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
.product_item{ width: 25%; padding: 0px 15px; overflow: hidden; margin-bottom: 22px; }
.product_img{ 
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 100%;  
}
.product_img a{ display: block; }
.product_layer{ 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0); 
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  transition: 0.5s;
  
}
.product_layer .iconfont{
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.product_img:hover .product_layer{ background-color: rgba(0, 0, 0, 0.5);   }
.product_img:hover .product_layer .iconfont{
  top: 50%;
  visibility: visible;
}
.product_img img{ 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  transition: 0.5s;
  z-index: 1;
}
.product_item:hover .product_img img{ transform: scale(1.1); -webkit-transform: scale(1.1);  }
.product_bottom{ padding: 30px 25px; background-color: #fff; }
.product_title{ 
  font-size: 18px; 
  color: #37474f; 
  line-height: 1.2;
  margin-bottom: 11px;
}
.product_bottom .wrap_more{ text-align: left; margin-top: 30px; }
.product_bottom .more{  
  transition: 0.4s;
  color: #292929;
  border-color: #292929;
}
.product_bottom .more:hover{ background-color: #292929; color: #fff; }
@media (max-width: 768px){
  .product_header{ height: auto; padding: 10px; }
  .wrap_product .nav-tabs{ justify-content: space-around; }
  .wrap_product .nav-tabs li{ margin-right: 0px; margin-bottom: 20px; }
  .wrap_product .nav-tabs>li>a{ font-size: 14px; width: 120px; }
  .wrap_product .nav-tabs::before,.wrap_product .nav-tabs::after{ content: none; }

  .product_list{ justify-content: center; }
  .product_item{ width: 46%; }
}
/* 产品展示 结束 */


/* wrap_banner_ad */
.wrap_banner_ad{ 
  overflow: hidden;
  height: 271px;
  background: url(/images/contact_bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
}
.wrap_banner_ad .inner_container{ display: flex; justify-content: space-between; }
.banner_ad_text{ 
  padding-top: 71px;
}
.banner_ad_title{ font-size: 30px; line-height: 1; font-weight: 300; }
.banner_ad_slogan{ font-size: 40px; font-weight: 500; line-height: 1;  margin-top: 28px; }
.banner_ad_sub_slogan{ 
  font-size: 16px; 
  font-weight: 300; 
  line-height: 1; 
  margin-top: 31px; 
  text-transform: uppercase;
  opacity: 0.7;
}

.wrap_banner_ad .tel{ 
  font-size: 16px;
  margin-top: 71px;
}
.wrap_banner_ad .tel span{
  font-size: 29px;
  line-height: 29px;
  margin-top: 14px;
  font-weight: bold;
  display: block;
}
.wrap_banner_ad .wrap_more{ margin-top: 22px; }
.wrap_banner_ad .btn_msg{
  width: 225px;
  height: 50px;
  line-height: 50px;
  border-radius: unset;
  text-align: center;
  display: block;
  color: #fff!important;
  background-color: #cd9c27;
}
.wrap_banner_ad .btn_msg>.iconfont{
  color: #fff;
  font-size: 27px;
  margin-right: 11px;
  vertical-align: bottom;
}
@media (max-width: 768px){
  .wrap_banner_ad{ display: none; }
}
/* wrap_banner_ad */


/* 首页公司简介 */
.wrap_about{ 
  padding: 70px 0px;
  overflow: hidden;
}

.about_img{  }
.about_img img{ padding-bottom: 20px; width: 100%; }
.about_title{ 
  font-size: 24px; 
  line-height: 1.2;
  color: #333;   
  margin: 0px;
}
.about_summary{ 
  color: #848484; 
  font-size: 13px; 
  margin-top: 30px; 
  font-weight: 300;
}
.about_text .wrap_more{ margin-top: 50px; text-align: left; }
.about_text .btn_more{ }
@media (max-width: 768px){
  .wrap_about{ height: auto; }
  .wrap_about .wrap_title{ margin-top: 20px; }
  .wrap_about_content{ margin-top: 30px; }
  .about_img{ width: 100%; height: auto; margin-right: 0px; }
  
  .about_text{ width: 100%; height: auto; padding: 10px 15px;}
}
/* 首页公司简介 结束 */


.wrap_prod{
  overflow: hidden;
  height: 500px; 
  background: url("/images/prod_bg.png") center no-repeat;
  background-size: cover;
}
.prod_list{ margin-top: 53px; overflow: hidden; display: flex; }
.prod_item{ width: 300px; height: 394px; position: relative;  }
.prod_title{ font-size: 18px; width: 100%; text-align: center; color: #fff; }
.prod_item>.prod_title{ position: absolute; left: 0px; bottom: 23px;  }
.prod_item:hover>.prod_title{ display: none; }
.prod_layer{ 
  opacity: 0; 
	width: 100%; 
	height: 100%; 
	position: absolute;
	top: 0px;
	left: 0px;
  transition: 0.8s; 
}
.prod_item:hover .prod_layer{ opacity: 1.0; }
.prod_layer::before{
	content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.prod_layer_text{ position: absolute; top: 45%; text-align: center; width: 100%; }
.prod_layer_text .iconfont{ font-size: 32px; color: #fff; }
.prod_layer_text .prod_title{ margin-top: 22px; }
.prod_layer_text>div,.prod_layer_text>.iconfont{ transition: 0.4s; transform: translateY(100%); }
.prod_item:hover .prod_layer_text>div,.prod_item:hover .prod_layer_text>.iconfont{ transform: translateY(0); }

/* 公司优势 */
.wrap_advantage{ 
  overflow: hidden; 
  height: 969px; 
  background: url("/images/advantage_bg.png") center no-repeat;
  background-size: cover;
}
.advantage_content{ 
  overflow: hidden; 
  margin-top: 104px; 
  background: url("/images/advantage_content_bg.png"); 
  box-shadow: 0px 7px 7px 2px #bbb;
}
.advantage_content .wrap_title{ margin-top: 54px; }
.advantage_middle{ 
  display: flex; 
  justify-content: space-between; 
  padding: 0px 22px; 
  margin-top: 118px; 
  margin-bottom: 107px; 
}
.advantage_list{ width: 375px; }

.advantage_item{ overflow: hidden; min-height: 70.5px; cursor: pointer; }
.advantage_item:nth-of-type(n+2){ margin-top: 71.5px; border-top: 1px dashed #c4c4c4; padding-top: 75px; }
.advantage_icon{ 
  float: left; 
  width: 50%; 
  border: 1px solid #9c020b;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-top: 4px;
}
.advantage_icon .iconfont{ font-size: 34px; color: #9c020b; }
.advantage_text{ float: left; overflow: hidden; margin-left: 10px; width: calc(100% - 70px); }
.advantage_title{ font-size: 26px; line-height: 1; color: #2b2b2b; font-weight: bold; transition: 0.6s; }
.advantage_item:hover .advantage_title{ color: #9c020b; }
.advantage_summary{ font-size: 16px; line-height: 21px; color: #706c6c; margin-top: 7.5px; }
.advantage_img{  
  padding: 9px;
  border: 1px dashed #9c020b;
  width: 301px;
  height: 301px;
  border-radius: 150px;
  overflow: hidden;
  text-align: center;
  margin-top: 7px;
}

.advantage_bottom{ display: flex; justify-content: center; margin-bottom: 48px; }
.advantage_bottom .btn_msg{ 
  display: inline-block; 
  background-color: #9c020b; 
  border-radius: 6px; 
  color: #fff; 
  text-align: center;
  width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.advantage_bottom .btn_msg .iconfont{ font-size: 27px; line-height: 1; vertical-align: middle; margin-right: 11px; }

.advantage_bottom .tel{ overflow: hidden; margin-left: 19px; padding-right: 3px; }
.advantage_bottom .tel>.iconfont{ float: left; font-size: 48px; line-height: 1; color: #9c020b; margin-right: 12px; }
.advantage_bottom .tel>div{ font-size: 15px; float: right; }
.advantage_bottom .tel>div>span{ 
  font-size: 30px; 
  font-weight: 600;
  font-style: italic; 
  color: #9c020b; 
  display: block; 
  line-height: 1;
}
@media (max-width: 768px){ 
  .advantage_bottom{ display: none; }
}
/* 公司优势 结束 */


/* 基地展示 */
.wrap_base{
  overflow: hidden;
}
.wrap_base .wrap_title{ margin-top: 71px; }
.base_list{ overflow: hidden; height: 750px; margin-top: 55px; }
.base_item{ width: 391px; height: 337px; margin-bottom: 14px; }
.base_img{ width: 391px; height: 277px; overflow: hidden; }
.base_img img{ width: 391px; height: 277px; transition: 0.6s; }
.base_img:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.base_title{ 
  color: #1c1c1c;
  font-size: 18px; 
  line-height: 60px; 
  text-align: center; 
  background-color: #f2f2f2; 
  transition: 0.6s; 
}
.base_item:hover .base_title{ background-color: #9c020b; color: #fff; }
@media (max-width: 768px){ 
  .wrap_base .wrap_title{ margin-top: 30px; }
  .base_list{ height: 540px; }
  .base_item{ width: 320px; height: 236px; }
  .base_img,.base_img img{ width: 320px; height: 196px; }
  .base_title{ font-size: 14px; line-height: 40px; }
  
}
/* 基地展示 结束 */


/* 采购流程 */
.wrap_process{ overflow: hidden; }
.wrap_process .wrap_title{ margin-top: 81px; }
.process_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 36px; margin-bottom: 42px; }
.process_item{ width: 280px; }
.process_item.process_v{ width: 380px; margin-top: 13px; }
.process_title{ font-size: 18px; line-height: 58px; text-align: center; }
/* 采购流程 结束 */


/* 合作客户 */
.wrap_case{ 
  overflow: hidden;
  height: 564px;
  background: url("/images/case_bg.png") center no-repeat;
  background-size: cover;
}
.wrap_case .wrap_title{ margin-top: 61px;}

.case_list{ 
  position: relative; 
  margin-top: 51px; 
  padding: 0px 67px;
}
.case_item{ width: 347px;  }
.case_img{ 
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 74.9279%;
}
.case_item img{ 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  transition: 0.6s;
}
.case_item:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.case_title{ font-size: 18px; line-height: 58px; text-align: center; color: #fff; }

.case_list .swiper-button-prev,.case_list .swiper-button-next{ 
  top: 35%;
  width: 36px; 
  height: 77px; 
  background-color: #fff;
}
.case_list .swiper-button-prev:after,.case_list .swiper-button-next:after{
  font-size: 24px;
}
.case_list .swiper-button-prev.swiper-button-disabled,.case_list .swiper-button-next.swiper-button-disabled{
  opacity: 1;
}


@media (max-width: 768px){ 
}
/* 合作客户 结束 */


/* 新闻资讯 */
.wrap_news{ overflow: hidden; padding: 70px 0px; background-color: #f5f5f5; }

.news_list{ overflow: hidden; margin-top: 20px; }
.news_item{ overflow: hidden; margin-top: 30px; }
.news_img, .news_text{ display: table-cell; vertical-align: top; }
.news_img{ padding-right: 20px; }
.news_img img{ object-fit: scale-down; width: 160px; }
.news_text{  }
.news_date{ color: #999; font-size: 16px; height: 30px; }
.news_title{ border-bottom: 1px solid #efefef; padding-bottom: 20px; line-height: 1.2; position: relative; }
.news_title a{ color: #595959; font-size: 16px; display: block; }
.news_list.index .news_title::after{  
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #3c3c3c;
  transition: 0.6s;
}
.news_list.index .news_title:hover::after{ width: 100%; }
.news_summary{ margin-top: 13px; font-size: 13px; font-weight: 300; margin-bottom: 5px; color: #848484; }

.wrap_news .wrap_more{ margin-top: 70px; }
@media (max-width: 768px){
  .news_header::before,.news_header::after{ display: none; }
  .news_header{ padding: 0px 15px; }

	.wrap_news_content{ margin-bottom: 0px; }
  .news_content_left{ width: 100%; height: auto; padding: 0px 15px; float: none; }
  .news_img img{ width: 100%; height: auto; }
  .news_list{ width: 100%; margin-top: 20px; }
  .news_item .news_text{ width: calc(100% - 91px); }
}
/* 新闻资讯 结束 */


/* 友情链接 开始 */
.friend_site { width: 100%; overflow: hidden; background-color: #ededed; }
.friend_site>div{  width: 1200px; margin: 32px auto;}
.friend_site>div>span{ font-size: 18px; margin-right: 19px; font-weight: bolder; color: #666;}
.friend_site a{ color: #666; font-size: 16px; margin-right: 5px;}
@media (max-width: 768px)
{
  .friend_site{display: none;}
}
/* 友情链接 结束 */


/* 内页 */
.inner_banner img{
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}

.inner_nav{ height: 79px; overflow: hidden; box-shadow: 0px 3px 10px #ddd; }
.inner_nav_list{ display: table; margin: 0px auto!important; }
.inner_nav_list li{ float: left; line-height: 79px; height: 79px; width: 147px; text-align: center; }
.inner_nav_list li.active{ border-bottom: 1px solid #9c020b; }
.inner_nav_list li a,.inner_nav_list li a:hover{ font-size: 16px; color: #333; }
.inner_nav_list li.active a,.inner_nav_list li a:hover{ color: #9c020b; }
.inner_nav_list li::after{ 	
	content: ""; 
	width: 1px;
	height: 41px; 
	display: block; 
	float: right;
  border-right: 1px dashed #c8c8c8;
  margin-top: 19px;
}
.inner_nav_list li:last-child::after{ display: none;}
@media (max-width: 768px)
{
	.inner_nav{ display: none;}
}


.sidebar{ 
  background-color: #fff; 
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.sidebar_title{ 
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
  font-size: 18px;
}
.sidebar_menu{  }
.sidebar_menu li{ margin-bottom: 10px; }
.sidebar_menu li a{ font-size: 16px; color: #464646; }
.sidebar_menu li.active a{ border-bottom: 1px solid; }
.sidebar_menu li a:hover{ color: #696969; }
@media (max-width: 768px)
{
  .inner_nav{ display: none;}
}


/* 内页 产品中心 */
.inner_product_nav{ 
  margin: 44px auto!important; 
  margin-bottom: 36px!important; 
  width: 1200px; 
  display: flex; 
  justify-content: center;
}
.inner_product_nav li{ margin-right: 18px; display: inline-block; }
.inner_product_nav li:last-child{ margin-right: 0px; }
.inner_product_nav li a{ 
  width: 131px;
  height: 31px;
  line-height: 31px;
  display: block;
  font-size: 18px; 
  color: #999; 
  text-align: center;  
  border: 1px solid #999;
  border-radius: 6px;
  
}
.inner_product_nav li.active a{ background-color: #9c020b; color: #fff; border-color: #9c020b; }
.wrap_inner_product{ overflow: hidden; }
.inner_product_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.inner_product_item{ margin-bottom: 23px; width: 287px; }
.inner_product_img{
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 74.5644%;
}
.inner_product_img img{  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.inner_product_title{ 
  border: 1px solid #d2d2d2; 
  text-align: center; 
  color: #1c1c1c; 
  height: 42px;  
  line-height: 42px;
  font-size: 18px;
}
@media (max-width: 768px)
{
  .inner_product_nav{ width: 100%; display: flex; justify-content: space-around; flex-wrap: wrap; }
  .inner_product_nav li{ margin-right: 0px; margin-top: 10px; }
  .inner_product_list{ justify-content: center; }
  .inner_product_item{ width: 96%; }
}
/* 内页 产品中心 结束 */


/* 内页 产品详情页 结束 */
.product_detail_top{ background-color: #fff; padding: 30px 0px; overflow: hidden; }
.gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f0f0f0;
}
.gallery-top img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumbs {
    margin-top: 10px;
    width: 100%;
}
.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    border: 1px solid #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-thumbs img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.product_text .title{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2;
}
.product_text .summary{
  color: #5e7387;
  margin-bottom: 25px;
  line-height: 1.5;
}
.product_text .wrap_more{ margin-bottom: 30px; }
.product_text .more{
  background-color: #FF6600;
  border: 1px solid #FF6600;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 148px;
  float: left;
  border-radius: 15px 5px;
}
.product_text .more:hover{
  background-color: #fff;
  color: #FF6600;
}

.inner_product_content{
  padding-top: 30px;
}
.inner_product_content .panel-body{ padding: 30px; }
.product_detail{}
.product_header{ border-bottom: 1px solid #e4eaec; margin-bottom: 30px; }
.product_header span{ 
  padding: 0px 30px 10px 30px; 
  color: #595959;
  border-bottom: 2px solid #595959; 
  font-size: 20px; 
  font-weight: 500; 
  line-height: 1.6;
  display: table;
}


.hot_header{
  font-size: 16px;
  font-weight: 300;
  font-family: "Lucida Grande";
  margin-bottom: 15px;
}
.hot_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0px -15px; }
.hot_item{ margin-bottom: 10px; }
.hot_img{
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 100%;
}
.hot_img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  transition: 0.5s;
  z-index: 1;
}
.hot_title{ color: #5e7387; text-align: center; line-height: 1.5; }
.hot_title:hover{ color: #4e97d9; }
.product_detail_content{
  font-size: 18px;
  font-weight: 300;
  color: #222222;
  line-height: 1.8;
}
.product_detail_content p{ margin-bottom: 16px; }
@media (min-width: 768px) {
  .gallery-top .swiper-slide {
      height: 377px;
  }

  .gallery-thumbs {
      height: 85px;
  }
}
/* 内页 产品详情页 结束 */


/* 内页 新闻资讯 */
.wrap_inner_news{ padding: 30px 0px; border-top: 1px solid #f0f2f5; background-color: #f2f2f2; }
.inner_news_content{
  padding: 30px;
  background: #ffffff;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f2f5;
  margin-bottom: 30px;
  overflow: hidden;
}
.inner_news_list{
  overflow: hidden;
}
.inner_news_item{
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.inner_news_item .news_title a{ font-size: 22px; }
.inner_news_item .news_title a:hover{ color: #696969; }
.inner_news_item .news_summary{ color: #6a6a6a; margin-bottom: 10px; }
.news_info{ font-size: 16px; font-weight: 300; color: #a3afb7; }
.news_info span:not(:first-child){ margin-left: 10px; }
.news_info span .iconfont{ margin-right: 5px; }

.inner_news_header{ border-bottom: 1px solid #f0f2f5; padding-bottom: 30px; }
.inner_news_header .title{ font-size: 17px; margin-bottom: 5px; font-weight: 500; color: #321E72; }

.inner_news_content .editor{ padding: 30px 0px; }

.pager{ border-top: 1px solid #f0f2f5; padding: 20px 0px 0px 0px; }
.pager::before,.pager::after{ display: none; }
.pager.pager_detail{ display: flex; justify-content: space-between; }
.pager a{ display: inline-block; padding: 10px 20px; color: #76838f; transition: 0.2s; }
.pager.pager_detail a{ border-radius: 1000px; border: 1px solid #e4eaec; }
.pager a:hover{ color: #62a8ea; border-color: #62a8ea; }

@media (max-width: 768px)
{
  .inner_news_content{ padding: 30px 15px; }
  .inner_news_item .news_img{ padding: 0px; }
  .inner_news_item .news_img, .inner_news_item .news_text{ display: block; }
  .inner_news_item .news_img img{ width: 100%; }
  .pager a{ padding: 20px 10px; }
}
/* 内页 新闻资讯 结束 */


/* 内页 搜索结果 */
.wrap_search_content{ padding: 30px; background-color: #fff; min-height: 500px; }
.search_list{ margin-bottom: 20px; }
.search_item{ padding: 10px 0px; border-bottom: 1px solid #e4eaec; }
.search_title{ margin-top: 11px; margin-bottom: 5px; }
.search_title a{ font-size: 18px; color: #526069; }
.search_date{ color: #999; font-size: 12px; }
.search_summary{ color: #76838f; margin-top: 14px; }
/* 内页 搜索结果 结束 */


/* 内页 关于我们 */
.wrap_company_profile{
  overflow: hidden;
}
.wrap_company_profile .wrap_title{ margin-top: 59px; }
.company_profile_content{ 
  overflow: hidden;   
  margin-top: 35px;
}
.company_profile_title{   
  font-size: 24px; 
  font-weight: 500;
  color: #1c1c1c; 
  text-align: center;
  line-height: 1; 
}
.company_profile_summary{ 
  text-indent: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #1c1c1c;
  margin-top: 35px;  
}
.company_profile_img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 37px;
  margin-bottom: 67px;
}
@media (max-width: 768px)
{
  .wrap_company_profile .wrap_title{ margin-top: 30px; }
  .company_profile_content{ margin-top: 0px; }
  .company_profile_title{ font-size: 18px; }  
  .company_profile_summary{ padding: 0px 15px; }
  .company_profile_data_text span{ font-size: 30px; }

  .wrap_culture_list{ flex-wrap: wrap; }
  .culture_item{ width: 100%; margin-top: 30px; }
  .culture_sep_line{ font-size: 20px; line-height: 20px; }
  .culture_summary{ padding:0px 5px; font-size: 14px; }
}
/* 内页 关于我们 结束 */


/* 客户往来 */
.wrap_pic{ overflow: hidden; }
.pic_item{ width: 25%; position: relative; float: left; padding: 0px 15px; margin-bottom: 22px; background-color: #fff; }
.pic_item .img{
  overflow: hidden;
  position: relative;
  clear: both;
  padding-top: 150%;
  transition: 0.3s;
}
.pic_item .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  transition: 0.5s;
}
.pic_item:hover .img img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.pic_layer{ 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5); 
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 200px;
  color: #fff;
  opacity: 0.3;
  text-align: center;
  font-weight: 300;
}
.pic_item:hover .pic_layer{ opacity: 1; }
.pic_layer>.vertical-align-middle{ position: relative; top:50%; transform:translateY(-50%); }
.layer_title{ font-size: 18px; margin-bottom: 11px; transition: 0.3s; }
.layer_date{ transition: 0.3s; opacity: 0.8; }
.pic_layer .sep_line{ height: 2px; width: 20px; margin: 15px auto; background-color: #fff; }
.pic_layer .more{
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e4eaec;
  color: #fff;
  user-select: none;
  transition: 0.3s;
}
.pic_layer .more:hover{ background-color: #fff; border-color: #fff; color: #76838f; }
/* 客户往来 结束 */


/* 客户案例 */
.wrap_inner_case{ overflow: hidden; }
.inner_case_list{ overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 55px; }
.inner_case_item{ width: 396px; border: 1px solid #e7e7e7; padding: 4px; margin-bottom: 16px;}
.inner_case_img img{ width: 386px; height: 289px; }
.inner_case_thumbs{ margin: 8px auto; }
.inner_case_thumbs img{ width: 63px; height: 47px; }
.inner_case_thumbs_bottom{ padding: 15px 12px; border-top: 1px solid #e7e7e7; }
.inner_case_title{ line-height: 24px; }
.inner_case_title a{ font-size: 18px; color: #000;}
.inner_case_summary{ font-size: 14px; line-height: 24px; color: #666; margin-top: 8px; }
@media (max-width: 768px) {
  .inner_case_item{ width: 100%;}
}
/* 客户案例 结束 */


/* 内页 联系我们 */
.wrap_contact{ overflow: hidden; }
.wrap_contact .wrap_title{ margin-top: 42px; padding-bottom: 25px; }

.contact_content{ overflow: hidden; margin-top: 50px; }
.contact_content ul{ float: left; width: 678px; }
.contact_content ul li{ line-height: 54px; font-size: 18px; border-bottom: 1px solid #dcdcdc; }
.contact_content ul li .iconfont{ color: #9c020b; font-size: 20px; margin-right: 12px; margin-left: 2px; }

.inner_qrcode{ float: right; display: table; line-height: 48px; font-size: 18px; text-align: center; }
.inner_qrcode>div{ display: flex; justify-content: space-around; width: 450px; }

.baidu_map{ margin-top: 44px; margin-bottom: 40px; display: inline-block; }

@media (max-width: 768px)
{
  .contact_content{ margin-top: 30px; padding: 0px 15px; }
  .contact_content ul{ width: 100%; float: unset; }
  .contact_content ul li{ font-size: 14px; height: auto; line-height: 30px; padding: 0px 15px; }
  .contact_content ul li .iconfont{ vertical-align: middle; }
  .inner_qrcode{ float: unset; margin: 20px auto; }

  .wrap_contact .inner_container{ padding-top: 0px; }
  .inner_qrcode>div{ width: 100%; }
}
/* 内页 联系我们 结束 */


/* 表单 */
.wrap_form{ 
  overflow: hidden;
}
.wrap_form .inner_container{

}
.wrap_form_header{ overflow: hidden; margin-bottom: 80px;  }
.wrap_form_header .wrap_title{ margin-top: 35px;}
.index_title h3:before { display: none;}
.wrap_form_header h3{ color: #9c020b;}
.wrap_form_header .index_subtitle{ 
  font-size: 16px; 
  position: relative;
  display: table;
  margin: 0px auto;
  padding: 0px 16px;
}
.wrap_form_header .index_subtitle::before,.wrap_form_header .index_subtitle::after{
  width: 62px;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #fff;
  top: 10px;
  display: block;  
}
.wrap_form_header .index_subtitle::before{ left: -62px; }
.wrap_form_header .index_subtitle::after{ right: -62px; }
.wrap_form label{ width: 80px; line-height: 50px; vertical-align: top; text-align: right; font-weight: normal;}
/*.wrap_form label:before{ content: "*"; color: #e60011;}*/
.wrap_form .form-control{ 
  width: 360px; 
  height: 50px; 
  display: inline-block; 
  line-height: 50px; 
  margin: 10px auto;
  margin-left: 20px;
  border: 1px solid #9c020b;
}
.wrap_form .form-group{ width: 480px; margin: 0px auto;}
.wrap_form .form-group label small{ display: none;}
#form_submit{ overflow: hidden;}

@media (max-width: 768px) {
  .wrap_form_header{ margin-bottom: 40px;}
  .wrap_form .form-group{ width: 100%;}
  .wrap_form .form-control{  width: 280px; }
}
/* 表单 结束 */



@media (max-width: 768px)
{
  
}
@media (min-width: 768px)
{
  .mt30{ margin-top: 30px;}
  .mt40{ margin-top: 40px;}
  .ml30{ margin-left: 30px;}
  .pl40{ padding-left: 40px;}
  .pl50{ padding-left: 50px;}
  .pr20{ padding-right: 20px;}
}

/*固定的悬浮窗*/
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 50%;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
}
.index .yb_conct{ display: none;}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background:url(/images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background:url(/images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background:url(/images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {

  background:url(/images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
  display: block;
  margin:0 auto;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.yb_QQ a:hover{
  color: #fff;
}

/*信息反馈样式*/
.pagecontent .visual-form-builder fieldset{
  background: none;
  border:none;
  margin:0 !important;
}
.pagecontent .vfb-legend{
  display: none;
}
.pagecontent .visual-form-builder fieldset input,.pagecontent .visual-form-builder fieldset textarea{
  border-radius: 0;
  background: none;
  border:1px solid #e5e5e5;
  padding:10px 5px;
  width: 100%;
  margin-top: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#vfb-3{
  display: none;
}
.conbottom p{
  color: #999;
}
.conbottom a{
  color: #333;
}
.indexnewstag{
  margin-bottom: 6px;
}
.vfb-item-secret .vfb-desc{
  display: none !important;
}
.vfb-item-secret .vfb-span{
  display: none !important;
}
@media (max-width: 768px){
  .productpart #myTab li{
    width: 33.333%;
    float: left;
  }
  .productpart #myTabContent{
    margin-left: 0 !important;
    float: none;
  }
  .productpart #myTab{
    width: 100%;
    float: none;
  }
  .pcxc{
    display: none;
  }
  .sjxc{
    display: block;
    margin-bottom: 30px;
  }
  .yb_conct{
    display: none;
  }
  .youshipart{
        margin-bottom: 30px;
  }
  .thememenu{
    display: none;
  }

    .slideBox1 .newstext{
  width: 100%
    }
.slideBox1 .newsimg{
  width: 100%;

    }
    .indexnews{
      padding: 0;
    }
    .slideBox1 .prev,
  .slideBox1 .next{
    display: none;
  }    
    #sideMenu{
      display: block;
    }
    .slideBox{
      display: none;
    }
    .divContent{
      height: 300px;
    }
    .underslideBox{
      display: block !important;
    }
  .bdsharebuttonbox{
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .lefttime{
    display: none;
  }
  .sidbarcontact{
    display: none;
  }
  .ymtitle{
    height: 0;
    overflow: hidden;
    transition: height 2s;
      -moz-transition: height 2s;
      -webkit-transition: height 2s;
      -o-transition: height 2s;
  }
  .sidbarnav:hover .ymtitle{
    height: 100%;
  }
  .links{
    margin-bottom: -30px;
  }
  .linkpart{
    margin-bottom: 30px;
  }
  .indexabout_text{
  width: 100%;
    }
.indexabout_img{
  width: 100%;
    }
  .indexcasepart{
  width: 100%;
    }
    .indexcasepart{
      margin-bottom: 15px;
    }
    .indexcase_text h3{
    margin-top: 0;
  font-size: 16px;
  margin-bottom: 10px;
    }
.indexcase_text p{
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 12px;
    }
    .indexcase_text{
  padding: 20px;
    }
    .indexnewspart_img{
  width: 100%;
    }
.indexnewspart_text{
  width: 100%;
    }
    .header_center{
      display: none;
    }
    .header_top{
      display: none;
    }
    .header_bottom{
      background: none !important;
    }
    .navbar-brand{
      display: block;
      padding: 10px 0 !important;
    }
    .navbar-brand img{
      height: 35px;
      width: auto;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
      background: none !important;
    }
    .header_bottom .navbar-default .navbar-nav>li>a{
      margin-right: 0;
      margin-bottom: 3px;
      padding-left: 30px;
    }
    .dropdown-menu li a{
      color: #fff !important;
      padding-left: 45px !important;
      line-height: 30px !important;
    }
    .navbar-toggle{
      margin-right: 0 !important;
    }
}


.indexabout a{
    background: #9c020b;
}
.productpart{
    background: #9c020b;
}

.productpart .nav-tabs>li.active>a, .productpart .nav-tabs>li.active>a:focus, .productpart .nav-tabs>li.active>a:hover{
    color: #9c020b !important;
}

.productpart #myTab li a:hover{
    color: #9c020b;
}
.slideBox1 .newsmore{
    color: #9c020b;
}

.yb_bar .yb_top {
    background-color: #9c020b;
}
.yb_bar .yb_phone {
    background-color: #9c020b;
}
.yb_bar .yb_QQ {
    background-color: #9c020b;
}
.yb_bar .yb_ercode {

    background-color: #9c020b;
}

.slideBox1 .prev,
.slideBox1 .next {
  background-color: #9c020b; 
}

.slideBox .hd ul .on {
background-color: #9c020b;
}
#sideMenu {
  color: #9c020b; 
}
.mxphonenav {
  background: #9c020b;
}
.tzggtit{
   background:#9c020b; 
}

.toptab a:hover{
color: #9c020b;
}

.youshilistpart:hover .yslistpartimg{
    background: #9c020b !important;
}
.tzggtit span{
    color: #9c020b;
}
.ymtitle .current_page_item a,.ymtitle .current-cat a, .sidbarcontact a:hover{
    color: #9c020b !important;
    border:none;
    font-weight: bold;
}
.proxiangqing{
    color: #9c020b;
}
.showpage a:hover { background:#9c020b; color:#fff;border-color: #9c020b}
#showsum span.sel { border:1px solid #9c020b;}
.sb-search-input{
    color: #9c020b !important;
}

#showsum1 span.sel { border:1px solid #9c020b;}
.sb-search-input{
    color: #9c020b !important;
}
.xgpro{
    color: #9c020b !important;
}
.downloadlistpart a:hover{
    color: #9c020b !important;
}
.conbottom a{
    color: #9c020b;
}
.ymtitle li a:hover{
    color: #9c020b;
    font-weight: bold;
}
.bread a{
    color: #9c020b;
}
.page_navi a:hover,.page_navi .current{
    color: #fff;
    background: #9c020b;
}
.lefttime .year{
    color: #9c020b;
}
.newstag a{
    color: #9c020b;
}
#vfb-4{
    color: #fff;
    background: #9c020b;
    border:1px solid #9c020b;
}

/*内页公共样式*/
.maincon{
    background: #f9f9f9;
}
.nybanner img{
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}
.neicon{
  padding-top: 30px;
  padding-bottom: 30px;
}
.sidbarnav{
  background: #fff;
  padding:20px;
  margin-bottom: 20px;
}
.listcon{
  background: #fff;
  padding:30px;
}
.tzggtit{
    margin-bottom: 5px;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
}
.tzggtit span{
  color: #fff !important;
}
.tzggtit:before{
  content: '--'
}
.tzggtit:after{
  content: '--'
}
.ymtitle li{
  text-align: center;
}
.ymtitle li a{
  height: 34px;
  line-height: 34px;
  background: #f2f3f6;
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #333;
}
.sidbarcontact{
  background: #fff;
  padding:20px;
}
.sidbarcontact p{
  font-size: 12px;
  line-height: 24px;
  color: #333;
  margin:15px 0;
}
.sidbarcontact a{
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #111;
    border: 1px solid #eaeaea;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    transition: 0.3s;
}
.bread{
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
}
.pagetit{
  font-size: 24px;
  margin-bottom: 20px;
}
.pagecontent img{
  max-width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}
.pagecontent p{
  line-height: 30px;
  margin-bottom: 15px;
  color: #666;
}
.protoptextpart h1{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.protoppart{
  margin-top: 30px;
}
.proxiangqing{
  font-size: 16px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.xgpro{
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  margin-top: 45px;
}

/*内页列表样式*/
.newslistpart h1{
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
    
}
.newslistpart h1 a{
  color: #333;
}
.newstag span{
  color: #999;
  margin-right: 10px;
  font-size: 12px;
}
.newslistpart .newszy{
  color: #666;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 0;

}
.newslistpart{
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.newslistpart img{
  width: 100%; 
}
.page_navi{
  margin-top: 30px;
  margin-bottom: 30px;
}
.page_navi a{
  padding: 12px 14px;
  margin: 0 2px;
  color: #333;
  border-radius: 12px;
}
.sancon{ position: relative;}
.sancon h1{
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 8px !important;
}
.sancon_more{ 
  position: absolute; 
  top: 8px; 
  right: 10px; 
  padding: 7px 16px;
  border-radius: 8px;
  border: 1px solid #e60011;
  color: #e60011;
  font-size: 14px;
}
.sancon_more:hover{ color: white; background-color: #e60011;}
@media (max-width: 768px) {
  .newslistpart img{ width: 100%;}
  .sancon_more{ display: none;}
}
.noborder{
  border:none !important;
  padding-bottom: 0 !important;
  margin-bottom: -10px;
}
.casetitle{
  margin-top: 10px !important;
}
.downloadlistpart{
  line-height: 40px;
  border-bottom: 1px solid #f5f5f5;
}
.downloadlistpart h1{
  font-size: 14px;
  margin:0;
  line-height: 40px;
}
.downloadtime{
  font-size: 12px;
  color: #999;
}
.downloadlistpart h1 a{
  color: #333;
}
.sancontit{
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: left !important;
  line-height: 20px;
}
.threetag .newstag{
  margin-top: -5px;
  margin-bottom: -5px;
}
.lefttime{
  background: #fafafa;
  padding: 10px 0 1px 0;
}
.lefttime p{
  color: #999;
}
.year{
  font-size: 18px;
  font-weight: bold;
}
.bdsharebuttonbox{
  float: right;
  margin-top: 10px;
}
.conbottom{
  margin-top: 30px;
  background: #fafafa;
  padding: 20px 15px 10px 15px;

}
.not-found{
  margin-bottom: 160px;
}
.zhaopinlist table th{
  border-right: 1px solid #e5e5e5;

}
.zhaopinlist table tbody tr td{
  display:table-cell; 
  vertical-align:middle;
  border-right: 1px solid #e5e5e5;
}
.zhaopinlist .table>thead>tr>th{
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
  display: table-cell;
    vertical-align: middle;
}
.zhaopinlist table{
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.proslist{
  margin-top: 30px;
}
/*内页列表样式 结束*/


/* .inner_news_list{}
.inner_news_list>div{ border-bottom: 1px dashed #ddd; line-height: 34px;}
.inner_news_list div a,.inner_news_list div a:hover{ color: #333; font-size: 14px;} */

.tag_list{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.tag_list>div{ width: 48%; line-height: 26px; border: 1px dashed #666; margin-top: 5px; text-align: center;}
.tag_list>div a,.tag_list>div a:hover{ color: #333; font-size: 14px;}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  }
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  }


  /* swiper */

.poster-main {
position: relative;
margin: 50px auto;
}

.poster-main a, .poster-main img { display: block; width: 100%; height: 100%;}
.poster-main img{ }
.poster-main .poster-list {
width: 1000px;
height: 500px;
}

.poster-main .poster-list .poster-item {
width: 200px;
height: 500px;
position: absolute;
left: 0;
top: 0;
}

.poster-main .poster-btn {
position: absolute;
top: 0;
cursor: pointer;
filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }

.poster-main .poster-prev-btn {
left: 0;
background: url(/images/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
right: 0;
background: url(/images/right.png) no-repeat center center;
}
.poster-item-title{
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  display: block;
  color: #fff;
  margin-top: 9px;
  margin-bottom: 9px;
}
.poster-item-summary{
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 25px;
  padding: 0px 30px;
}
  


@media (min-width: 768px) {
	/* 产品详情页 */
    .pro-detail {
		border-bottom: 1px solid #e4eaec;
		margin-bottom: 30px;
	}

    .pro-detail>div {
        color: #9c020b;
        border-bottom: 2px solid #9c020b;
        margin-top: 20px;
        display: inline-block;
        padding: 10px;
        font-size: 16px;
    }
    .gallery-top .swiper-slide {
        height: 377px;
    }

    .gallery-thumbs {
        height: 85px;
    }
}

.gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f0f0f0;
}

.gallery-top img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs {
    margin-top: 10px;
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    border: 1px solid #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-thumbs img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.pro-info-item {
    padding: 5px 0;
}

.pro-lable {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #9c020b;
    color: white;
    text-align: center;
    font-size: 14px;
}

.pro-title {
    font-size: 16px;
    margin-top: 10px;
}

.pro-type {
    font-size: 16px;
    margin-top: 10px;
}

.pro-property {
    font-size: 16px;
    margin-top: 10px;
}

.img-fit{ width: 100%; height: auto; }