: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;}
}
/*顶部*/
.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 (max-width: 767px) {  }

/* // 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) {  }

/* logo */
.logo{font-size: 28px;font-weight: bold;letter-spacing: 2px;}
.logo-subname{padding-top: 3px;font-size: 12px;font-family: serif;}

/* 首页标题 */
.title {padding-bottom: 30px;display: flex;justify-content: space-between;align-items: center;}
.title .title-line {
  position: relative;
  width: 40%;
  height: 0px;
  border: 1px solid #ccc;
}
.title .title-line::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 10%;
  height: 0;
  border: 1px solid #1c844f;
}
.title .title-line-right::after {left: 0;}
.title-box {text-align: center;}
.title .title-name {font-size: 24px;font-weight: bold;}
.title .title-subname {font-size: 16px;}
/* 新闻标题 */
.index_msg2 .title .title-line::after{border-color: #d70000;} 

/* header2 */
.header2 .header_mid_box{padding: 32px 0;}/* pc顶部填充 */
.header2 .nav_phone{display: flex;justify-content: flex-end;align-items: center;}
.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: #2b2b2b;}
.header2 .phone_num{font-size: 26px;color: var(--first_color);font-family: fantasy;}
.header2_nav{background-color: #444;}/* pc导航 */
.header2 .header_mid_mid ul{width: 100%;justify-content: space-between;}
.header2 .header_mid_mid ul li{width: 100%;transition: all .2s linear;color: #fff;}
.header2 .header_mid_mid ul li:hover{background-color: var(--first_color);}
.header2 .header_mid_mid ul .header_lang:hover{background-color: transparent;}
.header2 .header_mid_mid ul li a.biga:before{display: none;background-color: var(--first_color);}/* pc选中文本线 */
.header2 .header_mid_mid ul li a.biga{font-size: 14px;color: #333;}/* pc一级文本 */
.header2 .header_mid_mid ul li a.biga.action{background-color: var(--first_color);}
.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;}
.header2 .header_mid_mid ul .header_lang a.biga:hover{color: var(--first_color);}
.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;color: #fff;}
.header2 .header_mid_mid ul li a.biga.down:after{right: unset;}
.header2 .header_mid_mid ul li a.biga.down>span{padding-right: 5px;}
.header2 .header_mid_mid ul li.header_lang{justify-content: center;}
@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{background-color: var(--first_color);}
.index_search img {padding-top: 50px;}
.index_search h3 {padding: 28px 0 10px 0;font-size: 20px;font-weight: bold;color: #fff;}
.index_search .advantage_content {padding-bottom: 50px;line-height: 1.5;color: #fff;}
/* max-width:567px max-width:768px max-width:992px max-width:1200px */
/* // Small devices (landscape phones, 576px and up) sm*/
@media (max-width: 767px) { 
  .logo {font-size: 22px;}
  .title .title-name {font-size: 22px;}
  .index_search img {padding-top: 15px;}
  .index_search h3 {font-size: 16px;padding: 5px 0;}
  .advantage_content {height: 226px !important;}
  .index_search img {width: 25%;}
  .index_search .search_line {border-bottom: 1px solid #ccc;}
  .index_search .search_line:nth-child(2) {padding-bottom: 9px;}
  .index_search .advantage_content {padding-bottom: 0;}
}

/* // Medium devices (tablets, 768px and up) md*/
@media (min-width: 768px) and (max-width: 991px) { 
  .logo {font-size: 18px;}
  .index_search img {padding-top: 20px;}
  .index_search h3 {padding-top: 20px;font-size: 16px;height: 70px !important; box-sizing: content-box;}
  .advantage_content {height: 84px !important;}
  .index_search .advantage_content {padding-bottom: 0;}
  .index_search .advantage_content {margin-bottom: 130px;}
 }

/* // Large devices (desktops, 992px and up) lg*/
@media (min-width: 992px) and (max-width: 1199px) { 

}
/* 搜索 */

/* 关于 */
.index_about1{padding: 60px 0;background-color: #f6f6f6;}
.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: #666;line-height: 1.2;text-transform: uppercase;}
.index_about1 .index_about1_text2{font-size: 14px;color: #444;line-height: 1.8;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;}
  .about-overlay {display: none;}
}
@media (min-width: 768px) and (max-width: 991px){
  .index_about1 .index_about1_img {justify-content: center;}
}
@media all and (min-width: 768px){

}
/* 关于 */

/*产品2*/
.index_product2{padding: 60px 0;}
.index_product2 #index_product2_sw{}
.index_product2 .index_product_item_img{position: relative;max-width:400px;border: 1px solid #ccc;}
.index_product2 .index_product_item_img img{width: 100%;left: 0;}

.index_product2 .index_product_text{font-size: 16px;color: #444;text-align: center;padding: 0 0.5rem ;line-height: 40px;}
.index_product2 .index_product_item:hover .index_product_text{color: var(--first_color);}

.index_product2 .swiper_button_prev_product{background: url(/template/weben/images/product_left.png) no-repeat center;left: -7%;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;}
.index_product2 .swiper_button_prev_product::after{display: none;}
.index_product2 .swiper_button_prev_product.swiper-button-disabled{background: url(/template/weben/images/product_left_active.png) no-repeat center;width: 50px;height: 50px;}
.index_product2 .swiper_button_next_product{background: url(/template/weben/images/product_right.png) no-repeat center; right: -7%;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;}
.index_product2 .swiper_button_next_product::after{display: none;}
.index_product2 .swiper_button_next_product.swiper-button-disabled{background: url(/template/weben/images/product_right_active.png) no-repeat center;width: 50px;height: 50px;}
@media (max-width: 767px){
  .index_product2{padding: 20px 0;}
  .swiper-button-prev , .swiper-button-next {display: none;}
}
@media (min-width: 768px) and (max-width: 991px){
  .swiper-button-prev , .swiper-button-next {display: none;}
}
@media all and (max-width: 1281px){

}
/*产品2*/

/* 资讯2 */
.index_msg2{padding: 60px 0 ;}
.index_msg2 .index_msg_box{display: flex;flex-wrap: wrap;}
.index_msg2 .index_news1_box{display:block}
.index_msg2 .index_news1_img{border: 1px solid #cdcdcd;}
.index_msg2 .index_news1_text1{font-size: 16px;color: #333;padding: 10px 0 3px 0;}
.index_msg2 .index_new1_date1{font-size: 12px;color: #999;}
.index_msg2 .index_news1_text2{padding-top: 10px;font-size: 14px;letter-spacing: 1.5px;color: #666;}
.index_msg2 .index_news1:hover .index_news1_text1{color: #a81a18}

.index_msg2 .index_news2{display: flex;flex-direction: column;justify-content: space-between;}
.index_msg2 .index_news_list{font-size: 14px;color: #333; border-bottom: 1px dashed #ccc;}
.index_msg2 .index_news_list:first-of-type{padding-top: unset;}
.index_msg2 .index_news_list_top{display: flex; justify-content: space-between;}
.index_news_box .index_news_list_top{padding: 10px 0;}
.index_msg2 .index_news_list_text1{font-size: 16px;color: #333;width: 70%;}
.index_news_box .index_news_list_text1{font-size: 14px;}
.index_msg2 .index_news_list_text2{font-size: 12px;color: #999;}
.index_msg2 .index_news_list_text3{font-size: 14px;color: #666;}
.index_msg2 .index_news_list:hover .index_news_list_text1{color: var(--first_color)}
@media (max-width: 767px){
  .index_msg2{padding: 20px 0;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/* 资讯2 */

/* 定造 */
.index_make {display: flex;color: #fff;}
.index_make .make_left {padding: 30px 0;padding-right: 5px;display: flex;justify-content: flex-end;width: 32%;background-color: var(--first_color);}
.index_make .make_right {width: 68%;padding-left: 45px;background-color: #444;}
.index_make .make_title {font-size: 26px;font-weight: bold;padding-left: 25px;}
.index_make .make_left_line {margin: 15px 0;height: 0px;border: 1px dashed #fff;}
.index_make .make_left_text {font-size: 12px;padding-bottom: 3px;padding-left: 25px;}
.index_make .make_left_phone {padding-right: 60px;padding-left: 25px;}
.index_make .make_left_num {font-size: 26px;font-family: fantasy;}
.index_make .make_right {display: flex;align-items: center;}
.index_make .make_right_num_box {display: flex;flex-direction: column;align-items: center;}
.index_make .make_right_num {width: 60px;height: 60px;background-color: #fff;border-radius: 50%;font-size: 30px;font-family: fantasy;line-height: 60px;text-align: center;color: #2e2e2e;}
.index_make .make_right_content{padding-top: 15px;text-align: center;}
.index_make .make_right_arrow img {display: inline-block;padding: 0 5px;}
/* 手机 */
@media (max-width: 767px) { 
  .index_make {flex-direction: column;}
  .index_make .make_left, .index_make .make_right {width: 100%;}
  .index_make .make_left {justify-content: center;}
  .index_make .make_right {padding-left: 0;flex-wrap: wrap;}
  .index_make .make_right {justify-content: center;}
  .make_last {display: block !important; visibility: hidden;}
}
/* 平板 */
@media (min-width: 768px) { 
  .index_make .make_right {padding-left: 0;padding-right: 10px;}
  .index_make .make_title , .index_make .make_left_num {font-size: 22px;}
  .index_make .make_right_content:last-child {height: 38px;}
 }
/* 屏幕 */
@media (min-width: 992px) and (max-width: 1199px) {  }
@media (min-width: 1200px) { .index_make .make_right_num_box:last-child {width: 115px;} }

/* 底部 */
footer{background: #f2f2f2;}
.foot_box{padding-top: 2rem;padding-bottom: 2rem; display: flex;flex-wrap: wrap;align-items: center;}

.foot_qr{display: flex;justify-content: flex-end;align-items: flex-end;text-align: end;font-size: 12px;}
.foot_qr .qr_img{max-width: 100%;width: 120px;padding-left: 10px;}

.foot_text_box{padding-left: 40px;}
.foot_text1{font-size: 14px;line-height: 23px;margin-top: 0;}

.foot_copyright{border-top: 1px solid #999;padding: 0.5rem 0;}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  text-align: center;
  background-color: #f2f2f2!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);}<!--耗时1784888694.673秒-->