:root{
  /* --first_color:#66ccff; */
}
h2,p{word-break: break-word}

.botmenu{ text-align: center !important; background: var(--first_color);}
.online dl{background:var(--first_color);padding:10px 5px;margin-bottom:1px;position:relative}
.online dl:hover{background:var(--first_color)}
.online dl dt button{margin:10px 0;border:none;border-radius:5px;width:100%;font-size:18px;height:40px;line-height:40px;background:var(--first_color);color:#fff;cursor:pointer}

a{color:#333;}
a:focus,
a:hover{color: var(--first_color);}
.flex-row{display: flex;flex-wrap: wrap;}
.flex-item-center{align-items: center;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-1len{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-2len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-3len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-4len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-5len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-6len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.sw_banner{width: 1920px;max-width: 100%;}
.sw_banner .swiper-pagination-bullet{background: #fff;border: 2px solid var(--first_color); width: 12px;height: 12px;}
.sw_banner .swiper-pagination-bullet-active{background-color: var(--first_color)!important;border: 2px solid transparent;}
.clearfix::after{display: table;clear: both;content: '';}
p{margin-bottom: unset;}
.navbar-default .navbar-nav .nav-link:focus{background: unset;}
:focus{outline: unset;}
* + p,
p + *,
p + p{margin-top: unset;}
@media (min-width: 992px){
  * + p {margin-top: unset;}
}
.zoom_img{overflow: hidden;}
.zoom_img img{transition: all .6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;}
.zoom_img:hover img{transform: scale(1.1);transition: all .30s ease;}
/* 1200 */
/* .container{max-width: 1230px;}
@media (min-width: 1600px){
  .container{width: 1230px;}
} */
.container{max-width: 1178px;}
@media (min-width: 1600px){
  .row > [class*='col-']{padding-left: 1rem;padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}
/* 顶部 */
.nav_top{padding: 0.7rem 0;background-color: #161616;}
.nav_top_text1{font-size: 14px;font-family: "Microsoft YaHei";color: #fff;}
.nav_top_right{text-align: right;}
/*顶部*/
.sw_banner{background: #fff;--swiper-navigation-color: var(--first_color);}
.sw_banner a{display: block;}
/* max-width:567px max-width:768px max-width:992px max-width:1200px */
/* // Small devices (landscape phones, 576px and up) sm*/
@media (min-width: 576px) {  }

/* // Medium devices (tablets, 768px and up) md*/
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) lg*/
@media (min-width: 992px) {  }

/* // Extra large devices (large desktops, 1200px and up) xl*/
@media (min-width: 1200px) {  }

/* header2 */
.header2 .header_mid_box{padding: 0;}/* pc顶部填充 */
.header2 .nav_phone{display: flex;justify-content: flex-end;align-items: flex-start;}
.header2 .nav_phone_text{margin-left: .5rem;line-height: 1.2;}
.header2 .nav_phone_text1{font-size: 24px;color: #333;font-weight: bold;}
.header2 .nav_phone_text2{font-size: 14px;color: #333;}
.header2_nav{background-color: var(--first_color);}/* pc导航 */
.header2 .header_mid_mid ul{width: 100%;justify-content: space-between;}
.header2 .header_mid_mid ul li{width: 100%;}
.header2 .header_mid_mid ul li a.biga:before{display: none;;}/* pc选中文本线 */
.header2 .header_mid_mid ul li a.biga{font-size: 14px;color: #fff;}/* pc一级文本 */
.header2 .header_mid_mid ul li dl dd a{font-size: 14px;color: #333;}/* pc二级文本 */
.header2 .header_mid_mid ul li dl dd p a span{font-size: 14px;color: #333;}/* pc三级文本 */
.header2 .header_mid_mid ul li a.biga:hover, 
.header2 .header_mid_mid ul li a.biga.action, 
.header2 .header_mid_mid ul li a.bigaon{color: #fff;background-color: #131313;}
.header2 .header_mid_mid ul li a.biga.down:hover:after, 
.header2 .header_mid_mid ul li a.biga.down.action:after, 
.header2 .header_mid_mid ul li a.down.bigaon:after{background-color: #fff;}
.header2 .header_mid_mid ul li a.biga{padding: 10px 0;text-align: center;}
.header2 .header_mid_mid ul li a.biga.down:after{right: unset;background-color: #fff;}
.header2 .header_mid_mid ul li a.biga.down>span{padding-right: 5px;}
@media screen and (max-width:1024px) {
  .header2 .site__navi .icon,
  .header2 .site__navi .icon:before,
  .header2 .site__navi .icon:after{background: var(--first_color);}
}
/* header2 */

/*搜索*/
.index_search{position: relative;padding: 10px 0;}
.index_search_box{
  padding: 0 20px;
  box-shadow: -1px 0px 3px #cccbcb, 0px -1px 3px #cccbcb, 0px 1px 3px #cccbcb, 1px 0px 3px #cccbcb;
   border-radius: 30px;
  }
.index_search_text{display: flex;align-items: baseline;}
.index_search_text span{font-size: 14px;color: #333;}
.index_search_text a{font-size: 14px;color: #333;}
.index_search_form{margin: 5px 0; border: 1px solid #e5e5e5;max-width: 100%;}
.index_search_form .form-group{margin-bottom: unset;}
.index_search_input{
  border-radius: unset;
  border: unset;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  height: 32px;
  padding: 0 .929rem!important;
}
.index_search_input::-webkit-input-placeholder{color: #999;}
.index_search_input::-moz-placeholder{color: #999;}
.index_search_input:-ms-input-placeholder{color: #999;}

.index_search_btn{
  border-radius: unset!important;
  font-size: 14px;
  color: #333;
  height: 32px;
  padding: 0 .929rem!important;
  background-color: #fff;
}
.index_search_i{
  margin: auto;
}

@media (max-width: 767px){
  .index_search_form{width: 100%}
}
@media (min-width: 768px){
  .input-group-btn .index_search_btn{}
}
/*搜索*/

/* 关于 */
.index_about1{padding: 60px 0;}
.index_about1 .index_about1_text{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.index_about1 .index_about1_top{}
.index_about1 .index_about1_top_text1{font-size: 28px;color: #333;line-height: 1.2;}
.index_about1 .index_about1_top_text2{font-size: 14px;color: #333;line-height: 1.2;text-transform: uppercase;}
.index_about1 .index_about1_text2{font-size: 14px;color: #333;line-height: 2;margin: 1rem 0;}
.index_about1 .index_about1_text3{
  font-size: 14px;
  color: #fff;
  padding: 0 1.5rem;
  background: var(--first_color);
  line-height: 34px;
  width: max-content;
  display: block;
}
.index_about1 .index_about1_img{display: flex;align-items: center;}

@media all and (max-width: 767px) {
  .index_about1{padding: 20px 0;}
  .index_about1 .index_about1_text3{margin-bottom: 1rem;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 768px){

}

/*产品3*/
.index_product3{padding: 60px 0;}
.index_product_top{display: flex;background: #d3060d;justify-content: space-between;}
.index_product_top1{
  height: auto;
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  display: flex;align-items: center;
  white-space: nowrap;
  text-indent: 16px;
  text-transform: uppercase;
  background: #161616;
}
.index_product_nav{display: flex;align-items: center;}
.index_product_nav a{
  height: auto;
  padding: 5px 20px;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.index_product_top2{align-self: center;padding-right: 2rem;}
.index_product_top2 button{cursor: pointer;}
#index_product3_sw_text{}
.index_product3_sw_text1{font-size: 14px;color: #fff;text-align: center;display: block;}
.index_product3_sw_text1:hover{color: var(--first_color);}
#index_product3_sw_text .swiper-slide-thumb-active{}

.index_product_box{padding: 15px;border: 1px solid #ccc;border-top: unset;}
.index_product3_sw_item{}
.index_product3_sw_item_img{width: 100%;position: relative;max-width:400px;border: 1px solid #ccc;}
.index_product3_sw_item_img img{width: 100%;}
.index_product3_sw_text2{color: #333;font-size: 16px;padding: 0.3rem 0;text-align: center;}

.index_product3_sw_item .swiper-slide:hover .index_product3_sw_item_img{}
.index_product3_sw_item .swiper-slide:hover .index_product3_sw_text2{color: var(--first_color)}
@media (max-width: 767px){
  .index_product3{padding: 20px 0;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/*产品3*/

/*首页关于我们*/
.ep-index-about{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#fff !important;padding: 60px 0;}
.about_1200{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.about-ls{ width:51.20%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about-ls>.top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom:solid 1px #ccc;}
.about-ls>.top>.title{ width:60%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:41px; color:#333333; float:left; text-indent:10px; background:url(../images/red.png) no-repeat left center;}
.about-ls>.top>.more{ width:12%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:right; font-size:14px; line-height:41px; color:#333; float:right;}
.about-ls>.top>.more>a{ color:#333;}

.about-ls>.bot{ width:100%; height:auto; margin:0 auto; margin-top:22px; display:block; overflow:hidden; text-align:center;}
.about-ls>.bot>.img{ width:40%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about-ls>.bot>.img>a{width:100%; max-width:240px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about-ls>.bot>.img>a>img{ width:100%; max-width:240px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about-ls>.bot>.about_content{ width:58%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:right}
.about-ls>.bot>.about_content>p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:28px; color:#333333;}

.factory{ width:45.2%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.factory>.top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom:solid 1px #ccc;}
.factory>.top>.title{ width:60%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:41px; color:#333333; float:left; text-indent:10px; background:url(../images/red.png) no-repeat left center; text-transform:uppercase;}
.factory>.top>.more{ width:12%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:right; font-size:14px; line-height:41px; color:#333; float:right;}
.factory>.top>.more>a{ color:#333;}


.swiper-product-list{ width:100%; height:auto; margin:0 auto; padding-top:22px; padding-bottom:2px; display:block; overflow:hidden; text-align:center; background:#fff;}
.swiper-product-list>.swiper-product-img{ width:92%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border: solid 1px #cccccc;}
.swiper-product-list>.swiper-product-img>a{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.swiper-product-list>.swiper-product-img>a>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.swiper-product-list>.swiper-product-text{ width:92%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.swiper-product-list>.swiper-product-text>a{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:16px; line-height:48px; color:#2b2b2b;}

.index_line{ width:100%; height:auto; margin:0 auto; margin-top:38px; margin-bottom:30px; display:block; overflow:hidden; text-align:center;}
.line_1200{ width:100%; height:10px; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#d3060d;}


@media (max-width:1199px) and (min-width:768px){
	.about-ls>.top>.title{ font-size:16px;}
	.factory>.top>.title{ width:70%; font-size:16px;}

	}

@media (max-width:767px) {
	.about-ls{ width:100%;}
	.about-ls>.bot>.img{ width:100%;}
	.about-ls>.bot>.img>a{ width:100%; max-width:100%;}
	.about-ls>.bot>.img>a>img{ width:100%; max-width:100%;}
	.about-ls>.bot>.about_content{ width:100%;}
	
	
	.factory{ width:100%; margin-top:20px;}
	.factory>.top>.title{ width:80%;}
	
	}


/*首页新闻栏目*/
.ep-index-news{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#fff !important;padding: 60px 0;}
.news_1200{width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_left{ width:31.70%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.news_1200>.news_left>.top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;}
.news_1200>.news_left>.top>.title{ width:80%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:41px; color:#333333; float:left; text-indent:10px; background:url(../images/red.png) no-repeat left center;text-transform: uppercase;}
.news_1200>.news_left>.top>.more{ width:15%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:right; font-size:14px; line-height:41px; color:#333; float:right;}
.news_1200>.news_left>.top>.more>a{ color:#333;}

.news_1200>.news_left>.main{ width:100%; height:auto; margin:0 auto; margin-top:18px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_left>.main>.img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_left>.main>.img>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_left>.bot{ width:100%; height:auto; margin:0 auto; margin-top:7px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_left>.bot>ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_left>.bot>ul>li{ width:100%; height:auto; margin:7px auto; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_left>.bot>ul>li>.title{ width:70%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; float:left;white-space:nowrap;text-overflow:ellipsis;}
.news_1200>.news_left>.bot>ul>li>.title>a{ color:#333;}
.news_1200>.news_left>.bot>ul>li:hover>.title>a{ color:#d3060d;}
.news_1200>.news_left>.bot>ul>li>.time{ width:30%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:right;font-size:14px; line-height:24px; color:#333333; float:left;white-space:nowrap;text-overflow:ellipsis; }



.news_1200>.news_main{ width:31.70%; height:auto; margin:0 auto; margin-left:2.5%; display:block; overflow:hidden; text-align:center; float:left;}
.news_1200>.news_main>.top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;}
.news_1200>.news_main>.top>.title{ width:80%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:41px; color:#333333; float:left; text-indent:10px; background:url(../images/red.png) no-repeat left center;text-transform: uppercase;}
.news_1200>.news_main>.top>.more{ width:15%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:right; font-size:14px; line-height:41px; color:#333; float:right;}
.news_1200>.news_main>.top>.more>a{ color:#333;}

.news_1200>.news_main>.main{ width:100%; height:auto; margin:0 auto; margin-top:18px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_main>.main>.img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_main>.main>.img>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_main>.bot{ width:100%; height:auto; margin:0 auto; margin-top:7px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_main>.bot>ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_main>.bot>ul>li{ width:100%; height:auto; margin:7px auto; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_main>.bot>ul>li>.title{ width:70%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; float:left;white-space:nowrap;text-overflow:ellipsis;}
.news_1200>.news_main>.bot>ul>li>.title>a{ color:#333;}
.news_1200>.news_main>.bot>ul>li:hover>.title>a{ color:#d3060d;}
.news_1200>.news_main>.bot>ul>li>.time{ width:30%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:right;font-size:14px; line-height:24px; color:#333333; float:left;white-space:nowrap;text-overflow:ellipsis; }


.news_1200>.news_right{ width:31.70%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.news_1200>.news_right>.top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;}
.news_1200>.news_right>.top>.title{ width:80%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:41px; color:#333333; float:left; text-indent:10px; background:url(../images/red.png) no-repeat left center;text-transform: uppercase;}
.news_1200>.news_right>.top>.more{ width:15%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:right; font-size:14px; line-height:41px; color:#333; float:right;}
.news_1200>.news_right>.top>.more>a{ color:#333;}

.news_1200>.news_right>.bot{ width:100%; height:auto; margin:0 auto; margin-top:20px; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_right>.bot>ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_1200>.news_right>.bot>ul>li{ width:100%; height:auto; margin:0 auto; margin-bottom:10px; display:block; overflow:hidden; text-align:center; border-bottom:dashed 1px #ccc;}
.news_1200>.news_right>.bot>ul>li>.title{ width:100%; height:auto; margin:4px auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:22px; color:#444;white-space:nowrap;text-overflow:ellipsis;}
.news_1200>.news_right>.bot>ul>li>.title>a{ margin:0 auto; margin-left:10px; text-align:left; color:#444;white-space:nowrap;text-overflow:ellipsis;}
.news_1200>.news_right>.bot>ul>li>.title>span{ width:22px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left; background:#d3060d; font-size:14px; line-height:22px; color:#fff;}

.news_1200>.news_right>.bot>ul>li>.content{ width:100%; height:auto; margin:0 auto; margin-top:4px; margin-bottom:13px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:22px; color:#444;white-space:nowrap;text-overflow:ellipsis;}
.news_1200>.news_right>.bot>ul>li>.content>.cs{ margin:0 auto; margin-left:10px; text-align:left; color:#444;white-space:nowrap;text-overflow:ellipsis;}
.news_1200>.news_right>.bot>ul>li>.content>span{ width:22px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left; background:#000; font-size:14px; line-height:22px; color:#fff;}
 
 


@media (max-width:1199px) and (min-width:768px){
	
	}

@media (max-width:767px) {
	
	.news_1200>.news_left{ width:100%;}
	.news_1200>.news_main{ width:100%;}
	.news_1200>.news_right{ width:100%;}
	
	}

/*首页联系栏目*/
.index_contact{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#f5f5f5;}
.contact_1200{ width:100%; height:auto; margin:15px auto; display:block; overflow:hidden; text-align:center;}
.contact_1200>.left{ width:33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left; border-right: solid 1px #cccccc;}
.contact_1200>.left>.all{ width:90%; height:auto; margin:0 auto; padding-top:13px; padding-bottom:13px; display:block; overflow:hidden; text-align:center;}
.contact_1200>.left>.all>.img{ width:21%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.contact_1200>.left>.all>.img>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.contact_1200>.left>.all>.img1{ width:21%; height:auto; margin:0 auto; display:none; overflow:hidden; text-align:center; float:left;}
.contact_1200>.left>.all>.img1>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.contact_1200>.left>.all:hover>.img{ display:none}
.contact_1200>.left>.all:hover>.img1{ display:block}
.contact_1200>.left>.all>.test{ width:70%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left}
.contact_1200>.left>.all>.test>.title{ width:90%; height:auto; margin:0 auto; margin-left:5%; margin-right:5%; display:block; overflow:hidden; text-align:left; font-size:18px; line-height:32px; color:#333333;}
.contact_1200>.left>.all:hover>.test>.title{ color:#d3060d;}
.contact_1200>.left>.all>.test>.line{ width:90%; max-width:50px; height:1px; margin:0 auto;margin-left:5%; margin-right:5%; display:block; overflow:hidden; text-align:center; background:#333; float:left;}
.contact_1200>.left>.all:hover>.test>.line{ background:#d3060d;}
.contact_1200>.left>.all>.test>.text{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:22px; color:#666;}
.contact_1200>.left>.all:hover>.test>.text{ color:#d3060d}



.contact_1200>.main{ width:33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left; border-right: solid 1px #cccccc;}
.contact_1200>.main>.all{ width:90%; height:auto; margin:0 auto; padding-top:13px; padding-bottom:13px; display:block; overflow:hidden; text-align:center;}
.contact_1200>.main>.all>.img{ width:21%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.contact_1200>.main>.all>.img>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.contact_1200>.main>.all>.img1{ width:21%; height:auto; margin:0 auto; display:none; overflow:hidden; text-align:center; float:left;}
.contact_1200>.main>.all>.img1>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.contact_1200>.main>.all:hover>.img{ display:none}
.contact_1200>.main>.all:hover>.img1{ display:block}
.contact_1200>.main>.all>.test{ width:70%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left}
.contact_1200>.main>.all>.test>.title{ width:90%; height:auto; margin:0 auto; margin-left:5%; margin-right:5%; display:block; overflow:hidden; text-align:left; font-size:18px; line-height:32px; color:#333333;}
.contact_1200>.main>.all:hover>.test>.title{ color:#d3060d;}
.contact_1200>.main>.all>.test>.line{ width:90%; max-width:50px; height:1px; margin:0 auto;margin-left:5%; margin-right:5%; display:block; overflow:hidden; text-align:center; background:#333; float:left;}
.contact_1200>.main>.all:hover>.test>.line{ background:#d3060d;}
.contact_1200>.main>.all>.test>.text{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:22px; color:#666;}
.contact_1200>.main>.all:hover>.test>.text{ color:#d3060d}



.contact_1200>.right{ width:33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.contact_1200>.right>.all{ width:90%; height:auto; margin:0 auto; padding-top:13px; padding-bottom:13px; display:block; overflow:hidden; text-align:center;}
.contact_1200>.right>.all>.img{ width:21%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.contact_1200>.right>.all>.img>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.contact_1200>.right>.all>.img1{ width:21%; height:auto; margin:0 auto; display:none; overflow:hidden; text-align:center; float:left;}
.contact_1200>.right>.all>.img1>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.contact_1200>.right>.all:hover>.img{ display:none}
.contact_1200>.right>.all:hover>.img1{ display:block}
.contact_1200>.right>.all>.test{ width:70%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left}
.contact_1200>.right>.all>.test>.title{ width:90%; height:auto; margin:0 auto; margin-left:5%; margin-right:5%; display:block; overflow:hidden; text-align:left; font-size:18px; line-height:32px; color:#333333;}
.contact_1200>.right>.all:hover>.test>.title{ color:#d3060d;}
.contact_1200>.right>.all>.test>.line{ width:90%; max-width:50px; height:1px; margin:0 auto;margin-left:5%; margin-right:5%; display:block; overflow:hidden; text-align:center; background:#333; float:left;}
.contact_1200>.right>.all:hover>.test>.line{ background:#d3060d;}
.contact_1200>.right>.all>.test>.text{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:22px; color:#666;}
.contact_1200>.right>.all:hover>.test>.text{ color:#d3060d}





@media (max-width:1199px) and (min-width:768px){
	
	}

@media (max-width:767px) {
	.index_contact{ margin-top:20px;}
	.contact_1200>.left{ width:100%; border-right:none;}
	.contact_1200>.main{ width:100%; border-right:none;}
	.contact_1200>.right{ width:100%; border-right:none;}
	}


/* 底部 */

footer{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#161616;}
.foot_list_1200{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.foot_list_1200>.left{ width:75%; height:auto; margin:0 auto; padding-top:30px; padding-bottom:30px; display:block; overflow:hidden; text-align:center; float:left;}
.foot_list_1200>.left>.top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.foot_list_1200>.left>.top>.bot_logo{ width:11.96%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.foot_list_1200>.left>.top>.bot_logo>img{ width:100%; max-width:103px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.foot_list_1200>.left>.top>.title{ width:80%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left;}
.foot_list_1200>.left>.top>.title>.tit{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:28px; line-height:36px; color:#fff;}
.foot_list_1200>.left>.top>.title>.txt{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:18px; line-height:24px; color:#fff;}

.foot_list_1200>.left>.bot{ width:100%; height:auto; margin:0 auto; margin-top:20px; display:block; overflow:hidden; text-align:center;}
.foot_list_1200>.left>.bot>.img{ width:13.8%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.foot_list_1200>.left>.bot>.img>img{ width:100%; max-width:118px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.foot_list_1200>.left>.bot>.ls{ width:86%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.foot_list_1200>.left>.bot>.ls>.all{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.foot_list_1200>.left>.bot>.ls>.all>.ls-1{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:36px; color:#fff; float:left; background:url(../images/list_1.png) no-repeat left center;padding-left: 35px;}
.foot_list_1200>.left>.bot>.ls>.all>.ls-2{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:36px; color:#fff; float:left; background:url(../images/list_2.png) no-repeat left center;padding-left: 35px;}
.foot_list_1200>.left>.bot>.ls>.all>.ls-3{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:36px; color:#fff; float:left; background:url(../images/list_3.png) no-repeat left center;padding-left: 35px;}

.foot_list_1200>.left>.bot>.ls>.ls-4{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:36px; color:#fff; float:left; background:url(../images/list_4.png) no-repeat left center;padding-left: 35px;}
.foot_list_1200>.left>.bot>.ls>.ls-5{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:36px; color:#fff; float:left; background:url(../images/list_5.png) no-repeat left center;padding-left: 35px;}
.foot_list_1200>.left>.bot>.ls>.ls-5>a{ color:#fff}

.foot_list_1200>.right{ width:13%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#bf1016; float:right;}
.foot_list_1200>.right>ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.foot_list_1200>.right>ul>li{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:44px; color:#fff;}
.foot_list_1200>.right>ul>li.nav-item:hover>a{ background-color:#161616 !important;}
.foot_list_1200>.right>ul>li>a{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:44px; color:#fff;}

.index_foot{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#d3060d;}
.foot_1200{width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.foot_1200 p{ color:#fff;}
.foot_1200 a{ color:#fff;}



@media (max-width:1199px) and (min-width:768px){
	.foot_list_1200>.left>.top>.title>.tit{ font-size:20px;}
	.foot_list_1200>.left>.bot>.ls>.all>.ls-1{ width:100%}
	.foot_list_1200>.left>.bot>.ls>.all>.ls-2{ width:100%}
	.foot_list_1200>.left>.bot>.ls>.all>.ls-3{ width:100%}

	}

@media (max-width:767px) {
	.foot_list_1200>.left{ width:100%;}
	.foot_list_1200>.left>.top>.bot_logo{ width:18%;}
	.foot_list_1200>.left>.top>.title{ width:82%;}
	.foot_list_1200>.left>.top>.title>.tit{ font-size:14px;}
	.foot_list_1200>.left>.top>.title>.txt{ font-size:14px;}
	
	.foot_list_1200>.left>.bot>.img{ display:none;}
	.foot_list_1200>.left>.bot>.ls{ width:100%;}
	.foot_list_1200>.left>.bot>.ls>.all>.ls-1{ width:100%;}
	.foot_list_1200>.left>.bot>.ls>.all>.ls-2{ width:100%;}
	.foot_list_1200>.left>.bot>.ls>.all>.ls-3{ width:100%;}
	
	.foot_list_1200>.right{ display:none}

	}


.foot_copyright{padding: 1rem 0;}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fff;line-height: 1.5;
  text-align: center;
  background-color: var(--first_color)!important;
}

.online i, .botmenu i{margin-right: .3rem;}
@media all and (max-width: 767px) {
  .foot_qr{justify-content: center;margin: 20px 0;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 991px) {

}
/* 底部 */


@media all and (max-width: 767px) {
  .no_dis2 {display: none!important;}
}
@media (min-width: 768px) and (max-width: 991px){
	.no_dispad{display: none!important;}
}
@media all and (min-width: 991px) {
  .no_dis1{display: none;}
}


/* 内页 */
/* about */
.pages{padding: 30px 15px;}
.about_content{line-height: 1.5;font-size: 16px;}
.about_content p{margin-bottom: 10px;}
/* subnavlist */
.subnavlist .swiper-container .swiper-slide a.active,
.subnavlist ul li a:hover, 
.subnavlist ul li a:focus,
.subnavlist ul li a.active{color: var(--first_color);}
/* product news */
.productlist .card:before,
.newslist ul li:before{border-color: var(--first_color);}
.showproduct .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}
.newslist ul li h4 a{display: block;}
.showproduct .tab-content{line-height: 1.5;font-size: 16px;}
.showproduct .tab-content p{margin-bottom: 10px;}
.showcase .tab-content{line-height: 1.5;font-size: 16px;}
.showcase .tab-content p{margin-bottom: 10px;}
@media (max-width: 767px){
  .newslist ul li.media .media-left{width: 35%;}
  .newslist .media-body{width: 65%;align-self: center;}
  .newslist ul li{padding: 10px 0;margin-bottom: 10px;}
}

/* 详情页右侧推荐 */
.showproduct .recommend ul li.item_block:hover:before,
.shownews .recommend ul li.item_block:before{border-color: var(--first_color);}
.showproduct .recommend ul li.item_block a:hover p.item_date span, .showproduct .recommend ul li.item_block a:hover .item_info,
.shownews .recommend ul li.item_block a:hover p.item_date span, .shownews .recommend ul li.item_block a:hover .item_info{color:var(--first_color)}

/* 分页器 */
.page-link, .page-num{color: #333;}
.page-link:hover,
.page-num:hover,
.page-num-current{background-color:var(--first_color);border-color:var(--first_color);color: #fff;}
.searchcomponent .btn-info{background-color:var(--first_color);border-color:var(--first_color)}
.searchcomponent .btn-info:hover{background-color:var(--first_color);border-color:var(--first_color)}
@media all and (max-width: 767px) {
  .searchcomponent .form-group{width: 75%;}
  .searchcomponent button{width:25%}
  .page-link[href], 
  .page-num[href]{color:var(--first_color)}

  .page-link[href]:hover,
  .page-num[href]:hover,
  .page-num-current[href]{background-color:var(--first_color);border-color:var(--first_color);color: #fff!important;}
}
/* product */
.showproduct .recommend ul li.item_block a p.item_date{min-width: 50px;}
.showproduct .recommend ul li.item_block a .item_info{max-width: unset;}
.showproduct .recommend ul li.item_block a .item_des{width: unset;}
.showproduct .recommend ul li.item_block a .item_img{max-width: 100%;width: 100%;text-align: center;}

/* job */
.joblist ul li{margin-bottom: 30px;padding-bottom: 30px;}
.joblist ul li:before{border-color: var(--first_color);}
.joblist ul li .des{line-height: 1.5;font-size: 16px;}
.joblist ul li .des p{margin-bottom: 10px;}
/* case */
.caselist .card:before{border-color: var(--first_color);}
.showcase .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}

/* message */
.form-control:focus{border-color: var(--first_color);box-shadow: unset;}
.messagelist .btn-info:hover{background-color: var(--first_color);border-color: var(--first_color);}
.messagelist .btn-info{background-color: var(--first_color);border-color: var(--first_color);}

/* download */
.downloadlist ul li{padding-bottom: 30px;}
.downloadlist ul li:before{border-color: var(--first_color);}
.downloadlist .downloadbtn{color: var(--first_color);border-color: var(--first_color);}
.downloadlist .downloadbtn:hover{background-color: var(--first_color);border-color: var(--first_color);color: #fff;}
.btn-info:not(:disabled):not(.disabled):active:focus, 
.btn-info:not(:disabled):not(.disabled).active:focus, 
.show > .btn-info.dropdown-toggle:focus{box-shadow: unset;}
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:not(:disabled):not(.disabled).active, 
.show > .btn-info.dropdown-toggle{background-color: var(--first_color);border-color: var(--first_color);}
.btn-info:focus, .btn-info.focus{box-shadow: unset;}
.downloadlist ul li:hover p{margin-left: 15px;transition: all .30s ease;}

/* 产品 新闻推荐 */
.showproduct .recommend span.toptitle, .shownews .recommend span.toptitle {margin-bottom: 20px;}
.showproduct .recommend ul li.item_block {margin: 0 0;padding: 0 0;margin-bottom: 15px;}
.showproduct .recommend ul li.item_block a {display: block;width: 100%;}
.showproduct .recommend ul li.item_block a .item_img {width: 100%;max-width: unset;}
.showproduct .recommend ul li.item_block a .item_img img {width: 100%;height: auto;display: block;max-width: unset;}
.showproduct .recommend ul li.item_block a .item_link {width: 100%;padding: 0 0;margin-bottom: 10px;}
.showproduct .recommend ul li.item_block a .item_link p {padding: 0 0;}
.productlist .card .card-img{text-align: center;}
.shownews .recommend ul li.item_block a p.item_date,.showproduct .recommend ul li.item_block a p.item_date{width: 20%;}
.shownews .recommend ul li.item_block a .item_info,.showproduct .recommend ul li.item_block a .item_info{width: 78%;max-width: unset;}
.product-params-box{margin-top: 10px;}
.product-params{margin: 5px 0;}
@media(max-width:991px) {
  .showproduct .recommend ul li.item_block,.shownews .recommend ul li.item_block{width: 50%;}
  .showproduct .recommend ul li.item_block:nth-child(even),.shownews .recommend ul li.item_block:nth-child(even){padding-left:10px}
  .showproduct .recommend ul li.item_block:nth-child(odd),.shownews .recommend ul li.item_block:nth-child(odd){padding-right:10px}
  .shownews .recommend ul li.item_block a .item_des{width: 100%;}
}

/* tabber */
.botmenu {border-top: 1px #fff solid;}
.botmenu p {width: 100%;padding: 0 0;margin: 0 0;margin-top: 2px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.botmenu i {font-size: 24px;}

/* 新闻列表 */
.newslist ul li.media .media-left{width: 20%;}
.newslist ul li.media .media-body{width: 80%;}
.newslist h2,
.newslist p{word-break:break-all;}

/* 新闻 */
.shownews .content{line-height: 1.5;font-size: 16px;}
.shownews .content p{margin-bottom: 10px;}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{color:var(--first_color)}
.showproduct .img-thumbnail-variant-2{width:100%}

.subnavlist .swiper-subnav .dropdown-item.active, 
.swiper-subnav .dropdown-item:active{color:var(--first_color);}