: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}
.rd-navbar-static{padding: 0 0;box-shadow: unset;}

.rd-navbar-fixed .rd-navbar-toggle {display:inline-block;position: absolute;right:10px;}
.rd-navbar-fixed .rd-navbar-nav-wrap {right:0;left:unset;transform:translateX(110%);}
.rd-navbar-fixed .rd-navbar-brand{left: 10px;}
@media (max-width: 576px){
  .rd-navbar-fixed .rd-navbar-brand{width:80%;justify-content: flex-start;}
}

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{display:block;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;}
.sw_banner .swiper-pagination-bullet-active{background-color: var(--first_color)!important;}
.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: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: 1030px;}
@media (min-width: 1600px){
  .row > [class*='col-']{padding-left: 1rem;padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}
/* 顶部 */
.nav_top{padding: 0.3rem 0;}
.nav_top_text1{font-size: 12px;font-family: "Microsoft YaHei";color: #666;}
.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 .nav_phone{display: flex;justify-content: flex-end;align-items: center;}
.header2 .nav_phone img{width: 50px;height: 50px;}
.header2 .nav_phone_text{font-size: 18px;color: #333333;padding-left: 12px;}
.header2 .rd-navbar-brand img{ max-width: 100%;}
@media (min-width: 1200px){
  .header2 .rd-navbar-static{background: url(../images/head_bg.jpg) no-repeat center top; background-size: cover;}
  .header2 .rd-navbar-panel{width: 70%;}
  .header2 .nav_phone{width: 30%;}
  .header2 .rd-navbar-static .rd-navbar-inner{padding: 15px 0;}
  .header2 .rd-navbar-static .rd-navbar-nav-wrap.nav_row{background: var(--first_color);}
  .header2 .rd-navbar-static .rd-navbar-nav{margin: unset;display: flex;padding: 0 15px;width: 100%;}
  .header2 .rd-navbar-static .rd-navbar-nav > li{margin-top: unset;width: 100%;}
.header2 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle, 
  .header2 .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle{color: #fff;margin-top: 13px;display: none;}
  .header2 .rd-navbar .rd-navbar-nav > li > a{height: 66px; line-height: 66px;color: #fff;width:100%;overflow: hidden;font-size: 14px;}
  .header2 .rd-navbar-static .rd-navbar-nav > li.active{border-top: 2px solid #333;}
  .header2 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, 
  .header2 .rd-navbar-static .rd-navbar-nav > li .rd-navbar-megamenu{margin-top: unset;}
  .header2 .rd-navbar-fullwidth .rd-navbar-dropdown, 
  .header2 .rd-navbar-static .rd-navbar-dropdown{padding: 10px;}
  .header2 .rd-navbar-sidebar .rd-navbar-nav > li.active > a:hover,
  .header2 .rd-navbar-static .rd-navbar-nav > li.active > a:hover,
  .header2 .rd-navbar-static .rd-navbar-nav > li.focus.active > a,
  .header2 .rd-navbar-static .rd-navbar-nav > li.active > a{color: #fff;width: 100%;}
  .header2 .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after, 
  .header2 .rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
  .header2 .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
  .header2 .rd-navbar-static .rd-navbar-nav > li > a:hover,
  .header2 .rd-navbar-sidebar .rd-navbar-nav > li > a:hover,
  .header2 .rd-navbar-static .rd-navbar-nav > li.focus > a{color: #fff;}
  .header2 .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover, 
  .header2 .rd-navbar-static .rd-navbar-dropdown > li > a:hover, 
  .header2 .rd-navbar-static .rd-navbar-dropdown > li.active > a, 
  .header2 .rd-navbar-static .rd-navbar-dropdown > li.active > a:focus, 
  .header2 .rd-navbar-static .rd-navbar-dropdown > li.active > a:active,
  .header2 .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover{color: var(--first_color);}
  .header2 .rd-navbar-static .rd-navbar-nav > li.opened > a, 
  .header2 .rd-navbar-sidebar .rd-navbar-nav > li.opened > a,
  .header2 .rd-navbar-static .rd-navbar-dropdown > li.opened > a,
  .header2 .rd-navbar-static .rd-navbar-dropdown > li.opened > a ~ .rd-navbar-submenu-toggle,
  .header2 .rd-navbar-static .rd-navbar-dropdown > li > a:hover
  .header2 .rd-navbar-fullwidth .rd-navbar-dropdown > li + li, 
  .header2 .rd-navbar-fullwidth .rd-megamenu-list > li + li, 
  .header2 .rd-navbar-static .rd-navbar-dropdown > li + li, 
  .header2 .rd-navbar-static .rd-megamenu-list > li + li{line-height: 1.5;margin-top: .5rem;}
  .header2 .rd-navbar-fullwidth .rd-navbar-dropdown > li > a, 
  .header2 .rd-navbar-static .rd-navbar-dropdown > li > a{display: block;}
  .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle{display: none;}
  .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a, .rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.opened > a{color: var(--first_color);}
  .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown{margin-left: 9px;top: 0;}
}
@media (max-width: 1200px){
  html.rd-navbar-fixed-linked .page,
  html .page{padding-top: 65px;}
  .header2 .rd-navbar-fixed .rd-navbar-nav li:hover > a, 
  .header2 .rd-navbar-fixed .rd-navbar-nav li.focus > a, 
  .header2 .rd-navbar-fixed .rd-navbar-nav li.active > a, 
  .header2 .rd-navbar-fixed .rd-navbar-nav li.opened > a{background: var(--first_color);}
  .header2 .rd-navbar-fixed .rd-navbar-brand img{height: 50px;}
  .header2 .rd-navbar-fixed .rd-navbar-panel{height: 65px;}
  .header2 .rd-navbar-fixed .rd-navbar-brand{height: 60px;}

  .header2 .rd-navbar-brand a{display: flex;align-items: center;height: 100%;}
  .header2 .rd-navbar-fixed .rd-navbar-brand img{max-height: 100%;height: auto;max-width: 100%;}
  .header2 .rd-navbar-toggle{height: 100%;}
  .header2 .rd-navbar-fixed .rd-navbar-nav-wrap{top: -45px;}
}
@media (max-width: 768px){
  .header2 .rd-navbar-fixed .rd-navbar-brand img{max-width: 100%;}
}
@media (max-width: 767px){
  .nav_top{display: none;}
}
@media (max-width: 1199px){
  .header2 .nav_phone{display: none;}
}


/* header2 */

/*搜索*/
.index_search{position: relative;background: #f1f1f1;padding: 5px 0;}
.index_search_text{font-size: 14px;color: #333;}
.index_search_text a{font-size: 14px;color: #333;}
.index_search_form{border: 1px solid #e5e5e5;max-width: 100%;border-radius: 50px;margin-left: 10px;}
.index_search_form .form-group{margin-bottom: unset;}
.index_search_input{
  border: unset;
  background-color: #f3f7f9;
  font-size: 14px;
  color: #999;
  height: 34px;
  padding: 0 .929rem!important;
  border-radius: 50px 0 0 50px!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{
  height: 34px;
  padding: 0 .929rem!important;
  background-color: #f3f7f9;
  border-radius: 0 50px 50px 0;
}
.index_search_btn img{
  width: 13px;
  height: 13px;
  display: block;
}
@media (max-width: 767px){
  .index_search_form{width: 100%}
}
@media (min-width: 768px){
  .input-group-btn .index_search_btn{}
}
/*搜索*/



/*首页产品栏目*/	
.product_bg a{display: block;}
.product_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.product_top{ width:100%; height:auto; margin:0 auto; margin-top:40PX; display:block; overflow:hidden; text-align:center;}
.product_top_left{ float:left;}
.product_top_left p{ margin:0 auto; text-align:left; font-size:22px; line-height:30px; font-weight:bold; color:#1871df;} 
.product_top_left p span{ font-size:22px; line-height:30px; color:#444; font-weight:normal;}

.product_top_more{ float:right;}
.product_top_more a{ width:96px; height:24px; margin:3px auto; display:block; overflow:hidden; text-align:center; background:#1871df; font-size:12px; line-height:24px; color:#fff;}

.product_main{ width:100%; height:auto; margin:0 auto; margin-bottom:16px; display:block; overflow:hidden; text-align:center;}
.product_main_list{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.product_main_list ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.product_main_list ul li{ height:auto; margin:10px auto; margin-right:10px; padding-left:15px; padding-right:15px; display:block; overflow:hidden; text-align:left; float:left;}
.product_main_list ul li.all_li{ background:#1871df;}
.product_main_list ul li.all_li a{ font-size:14px; line-height:26px; color:#fff;}
.product_main_list ul li a{ font-size:14px; line-height:26px; color:#444;}

.product_bot{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.swiper-product-text{ font-size:14px; line-height:49px; height: 49px; color:#444;border-bottom: solid 1px #444;text-align: center;}

.product_bot .swiper-slide a:hover .swiper-product-text a{ font-size:14px; line-height:49px; color:#fff;}

.product_bg .swiper-slide{width: 25%;margin-right: 20px;}
@media (max-width: 767px){
  .product_bg .swiper-slide{
    width: 50%;
  }
}



  
/*首页行业应用*/

.service_bg{ width:100%; height:auto; margin:0 auto; margin-top:48px; padding-top:39px; padding-bottom:50px; display:block; overflow:hidden; text-align:center; background:url(../images/service_bg.jpg) no-repeat center top;}

.service_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.service_top .sv_1{ width:100%; height:auto; margin:0px; padding:0px; display:block; overflow:hidden; text-align:center; font-size:44px; line-height:50px; color:#1871df; font-weight:bold;}
.service_top .sv_2{ width:100%; height:auto; margin:10px auto; padding:0px; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:20px; color:#444;}
.service_top .line{ width:50px; height:4px; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#1871df;}

.service_bot{ width:100%; height:auto; margin:0 auto; margin-top:42px; display:block; overflow:hidden; text-align:center;}
.service_bot img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


@media (max-width:1200px) and (min-width:768px){
	.service_1000{ width:100%;}
	}

@media (max-width:767px){
	.service_1000{ width:100%;}
	}
	
@media (max-width:375px){
	.service_top .sv_1{ width:100%; height:auto; margin:0px; padding:0px; display:block; overflow:hidden; text-align:center; font-size:30px; line-height:40px; color:#1871df; font-weight:bold;}
	}
	



/*首页优势栏目*/
.advantage_bg{ position:relative; z-index:1; width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advantage_top{ width:100%; height:auto; min-height:170px; margin:0 auto; padding-top:44px; display:block; overflow:hidden; text-align:center; background:url(../images/advantage_top.jpg) no-repeat center top;}
.advantage_top .adv_1{  height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; text-indent:460px; font-size:44px; line-height:60px; color:#fff; font-weight:bold;}
.advantage_top .adv_1 span{ font-size:46px; color:#fef018;}
.advantage_top .adv_2{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; text-indent:540px; font-size:24px; line-height:36px; color:#fff;}

.advantage_bot{ position:relative; z-index:2;  height:auto; margin:0 auto; margin-top:-133px; display:block; overflow:hidden; text-align:center;}
.advant_1{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advant_1_left{ width:33%; height:auto; margin:0 auto; margin-left:8%; display:block; overflow:hidden; text-align:center; float:left;}
.advant_1_left img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advant_1_right{ width:52%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.advant_1_right_title{ width:100%; height:auto; margin:0 auto; margin-top:178px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
.advant_1_right_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
.advant_1_right_cs{ width:90.5%; height:auto; margin:0 auto; margin-top:8px; margin-left:9.5%; display:block; overflow:hidden; text-align:left; float:left; font-size:14px; line-height:24px; color:#444;}

.advant_2{ position:relative; z-index:3; width:100%; height:auto; margin:0 auto; margin-top:-15px; display:block; overflow:hidden; text-align:center;}
.advant_2_left{ width:40%; height:auto; margin:0 auto; margin-left:8.5%; display:block; overflow:hidden; text-align:center; float:left;}
.advant_2_left_title{ width:100%; height:auto; margin:0 auto; margin-top:56px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
.advant_2_left_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
.advant_2_left_cs{ width:87.5%; height:auto; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#444; float:right;}
.advant_2_right{ width:41%; height:auto; margin:0 auto; margin-right:3.5%; display:block; overflow:hidden; text-align:center; float:right;}
.advant_2_right img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


.advant_3{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advant_3_left{ width:45%; height:auto; margin:0 auto; margin-left:3.5%; display:block; overflow:hidden; text-align:center; float:left;}
.advant_3_left img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advant_3_right{ width:44%; height:auto; margin:0 auto; margin-right:3.5%; display:block; overflow:hidden; text-align:center; float:right;}
.advant_3_right_title{ width:100%; height:auto; margin:0 auto; margin-top:69px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
.advant_3_right_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
.advant_3_right_cs{ width:80%; height:auto; margin:0 auto; margin-top:8px; margin-left:11.3%; display:block; overflow:hidden; text-align:left; float:left; font-size:14px; line-height:24px; color:#444;}


.advant_4{ position:relative; z-index:4; width:100%; height:auto; margin:0 auto; margin-top:-16px; display:block; overflow:hidden; text-align:center;}
.advant_4_left{ width:40%; height:auto; margin:0 auto; margin-left:8.5%; display:block; overflow:hidden; text-align:center; float:left;}
.advant_4_left_title{ width:100%; height:auto; margin:0 auto; margin-top:56px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
.advant_4_left_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
.advant_4_left_cs{ width:87.5%; height:auto; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#444; float:right;}
.advant_4_right{ width:44%; height:auto; margin:0 auto; margin-right:3.5%; display:block; overflow:hidden; text-align:center; float:right;}
.advant_4_right img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


@media (max-width:1200px) and (min-width:768px){
	.advantage_top .adv_1{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:30px; line-height:60px; color:#fff; text-indent:0px;}
	.advantage_top .adv_1 span{ font-size:32px; color:#fef018;}
	.advantage_top .adv_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; text-indent:0px; font-size:24px; line-height:36px; color:#fff;}
	.advantage_bot{ width:100%; margin-top:0px;}
	
	.advant_1{ width:100%; height:auto; margin:0 auto; margin-top:2%; display:block; overflow:hidden; text-align:center;}
	.advant_1_left{ width:33%; height:auto; margin:0 auto; margin-left:0%; display:block; overflow:hidden; text-align:center; float:left;}
	.advant_1_right{ width:52%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
	.advant_1_right_title{ margin-top:40px;}
	
	.advant_2{ position:relative; z-index:3; width:100%; height:auto; margin:0 auto; margin-top:20px; margin-bottom:2%; display:block; overflow:hidden; text-align:center;}
    .advant_2_left{ width:40%; height:auto; margin:0 auto; margin-left:0%; display:block; overflow:hidden; text-align:center; float:left;}
    .advant_2_left_title{ width:100%; height:auto; margin:0 auto; margin-top:0px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
    .advant_2_left_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
    .advant_2_left_cs{ width:87.5%; height:auto; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#444; float:right;}
    .advant_2_right{ width:41%; height:auto; margin:0 auto; margin-right:3.5%; display:block; overflow:hidden; text-align:center; float:right;}
    .advant_2_right img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
    
	
	.advant_3{ width:100%; height:auto; margin:0 auto; margin-bottom:2%; display:block; overflow:hidden; text-align:center;}
    .advant_3_left{ width:45%; height:auto; margin:0 auto; margin-left:0%; display:block; overflow:hidden; text-align:center; float:left;}
    .advant_3_left img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
    .advant_3_right{ width:50%; height:auto; margin:0 auto; margin-right:3.5%; display:block; overflow:hidden; text-align:center; float:right;}
    .advant_3_right_title{ width:100%; height:auto; margin:0 auto; margin-top:20px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
    .advant_3_right_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
    .advant_3_right_cs{ width:80%; height:auto; margin:0 auto; margin-top:8px; margin-left:11.3%; display:block; overflow:hidden; text-align:left; float:left; font-size:14px; line-height:24px; color:#444;}
	
	.advant_4{ position:relative; z-index:4; width:100%; height:auto; margin:0 auto; margin-top:0px; display:block; overflow:hidden; text-align:center;}
    .advant_4_left{ width:45%; height:auto; margin:0 auto; margin-left:0%; display:block; overflow:hidden; text-align:center; float:left;}
    .advant_4_left_title{ width:100%; height:auto; margin:0 auto; margin-top:36px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
    .advant_4_left_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
    .advant_4_left_cs{ width:87.5%; height:auto; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#444; float:right;}
    .advant_4_right{ width:44%; height:auto; margin:0 auto; margin-right:3.5%; display:block; overflow:hidden; text-align:center; float:right;}
    .advant_4_right img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	}

@media (max-width:767px){
	.advantage_top{ min-height:120px; padding-top:22px;}
	.advantage_top .adv_1{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:20px; line-height:40px; color:#fff; text-indent:0px;}
	.advantage_top .adv_1 span{ font-size:22px; color:#fef018;}
	.advantage_top .adv_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; text-indent:0px; font-size:18px; line-height:26px; color:#fff;}
	.advantage_bot{ width:100%; margin-top:0px;}
	
	.advant_1{ width:100%; height:auto; margin:0 auto; margin-top:2%; margin-bottom:2%; display:block; overflow:hidden; text-align:center;}
	.advant_1_left{ width:33%; height:auto; margin:0 auto; margin-left:0%; display:none; overflow:hidden; text-align:center; float:left;}
	.advant_1_right{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
	.advant_1_right_title{ margin-top:20px;}
	
	
	.advant_2{ position:relative; z-index:3; width:100%; height:auto; margin:0 auto; margin-top:4%; margin-bottom:2%; display:block; overflow:hidden; text-align:center;}
    .advant_2_left{ width:100%; height:auto; margin:0 auto; margin-left:0%; display:block; overflow:hidden; text-align:center; float:left;}
    .advant_2_left_title{ width:100%; height:auto; margin:0 auto; margin-top:0px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
    .advant_2_left_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
    .advant_2_left_cs{ width:87.5%; height:auto; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#444; float:right;}
    .advant_2_right{ width:41%; height:auto; margin:0 auto; margin-right:3.5%; display:none; overflow:hidden; text-align:center; float:right;}
    .advant_2_right img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	.advant_3{ width:100%; height:auto; margin:0 auto; margin-top:4%; margin-bottom:2%; display:block; overflow:hidden; text-align:center;}
    .advant_3_left{ width:45%; height:auto; margin:0 auto; margin-left:0%; display:none; overflow:hidden; text-align:center; float:left;}
    .advant_3_left img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
    .advant_3_right{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
    .advant_3_right_title{ width:100%; height:auto; margin:0 auto; margin-top:20px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
    .advant_3_right_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
    .advant_3_right_cs{ width:80%; height:auto; margin:0 auto; margin-top:8px; margin-left:11.3%; display:block; overflow:hidden; text-align:left; float:left; font-size:14px; line-height:24px; color:#444;}
	
	.advant_4{ position:relative; z-index:4; width:100%; height:auto; margin:0 auto; margin-top:0px; display:block; overflow:hidden; text-align:center;}
    .advant_4_left{ width:100%; height:auto; margin:0 auto; margin-left:0%; display:block; overflow:hidden; text-align:center; float:left;}
    .advant_4_left_title{ width:100%; height:auto; margin:0 auto; margin-top:36px; padding:0px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:36px; color:#333;}
    .advant_4_left_title span{ width:50px; margin:0 auto; text-align:center; font-size:30px; line-height:36px; color:#1871df; font-weight:bold; float:left;}
    .advant_4_left_cs{ width:87.5%; height:auto; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#444; float:right;}
    .advant_4_right{ width:44%; height:auto; margin:0 auto; margin-right:3.5%; display:none; overflow:hidden; text-align:center; float:right;}
    .advant_4_right img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	}



	
.customize_bg{ width:100%; height:auto; margin:0 auto; margin-top:10px; display:block; overflow:hidden; text-align:center;}
.customize_1000{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.customize_218{ width:218px; height:116px; margin:0 auto; display:block; overflow:hidden; text-align:center; background:url(../images/customize_lefe.png) no-repeat center top; float:left;}
.customize_218 .custom_1{ width:200px; height:30px; margin:0 auto; margin-top:17px; display:block; overflow:hidden; text-align:left; font-size:20px; line-height:30px; color:#fff; font-weight:bold;}
.customize_218 .custom_2{ width:200px; height:auto; margin:0 auto; margin-top:5px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:22px; color:#fff;}
.customize_218 .custom_3{ width:200px; height:auto; margin:0 auto; margin-top:5px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:22px; color:#fff;}

.customize_705{ width:705px; height:116px; margin:0 auto; margin-right:20px; display:block; overflow:hidden; text-align:center; float:right}
.customize_705 .customize_80_1{ width:80px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left;}
.customize_705 .customize_80_1 img{ width:80px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.customize_705 .customize_80_1 p{ width:80px; height:28px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:28px; color:#444;}
.customize_45_1{ width:45px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left}
.customize_45_1 img{ width:45px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.customize_705 .customize_80_2{ width:80px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left;}
.customize_705 .customize_80_2 img{ width:80px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.customize_705 .customize_80_2 p{ width:80px; height:28px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:28px; color:#444;}
.customize_45_2{ width:45px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left}
.customize_45_2 img{ width:45px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.customize_705 .customize_80_3{ width:80px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left;}
.customize_705 .customize_80_3 img{ width:80px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.customize_705 .customize_80_3 p{ width:80px; height:28px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:28px; color:#444;}
.customize_45_3{ width:45px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left}
.customize_45_3 img{ width:45px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.customize_705 .customize_80_4{ width:80px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left;}
.customize_705 .customize_80_4 img{ width:80px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.customize_705 .customize_80_4 p{ width:80px; height:28px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:28px; color:#444;}
.customize_45_4{ width:45px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left}
.customize_45_4 img{ width:45px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.customize_705 .customize_80_5{ width:80px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left;}
.customize_705 .customize_80_5 img{ width:80px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.customize_705 .customize_80_5 p{ width:80px; height:28px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:28px; color:#444;}
.customize_45_5{ width:45px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left}
.customize_45_5 img{ width:45px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.customize_705 .customize_80_6{ width:80px; height:108px; margin:0 auto; margin-top:8px; display:block; overflow:hidden; text-align:center; float:left;}
.customize_705 .customize_80_6 img{ width:80px; height:80px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.customize_705 .customize_80_6 p{ width:80px; height:28px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:28px; color:#444;}


@media (max-width:1200px) and (min-width:768px){
	.customize_1000{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_218{ display:none;}
	.customize_705{ width:100%; height:auto; margin-right:0px;}
	
	.customize_705 .customize_80_1{ width:11.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_1 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_1 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_1{ width:6.2%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_1 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_2{ width:11.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_2 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_2{ width:6.2%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_3{ width:11.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_3 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_3 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_3{ width:6.2%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_3 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_4{ width:11.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_4 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_4 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_4{ width:6.2%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_4 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_5{ width:11.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_5 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_5 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_5{ width:6.2%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_5 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_6{ width:11.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_6 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_6 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}

	
	
	}
	
@media (max-width:767px){
	.customize_1000{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_218{ display:none;}
	.customize_705{ width:100%; height:auto; margin-right:0px;}
	.customize_705 .customize_80_1{ width:25%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_1 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_1 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_1{ width:12.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_1 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_2{ width:25%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_2 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_2{ width:12.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_3{ width:25%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_3 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_3 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_3{ width:12.5%; height:auto; margin:10px auto; display:none; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_3 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_4{ width:25%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_4 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_4 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_4{ width:12.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_4 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_5{ width:25%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_5 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_5 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}
	.customize_705 .customize_45_5{ width:12.5%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left}
	.customize_705 .customize_45_5 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	
	.customize_705 .customize_80_6{ width:25%; height:auto; margin:10px auto; display:block; overflow:hidden; text-align:center; float:left;}
	.customize_705 .customize_80_6 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.customize_705 .customize_80_6 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#444;}

	}

/*首页咨询*/
.index_lx_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.index_lx_1000{ height:auto; margin:0 auto; margin-top:42px; margin-bottom:75px; display:block; overflow:hidden; text-align:center;}
.index_lx_1000 a{ width:178px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#1871df; border-radius:25px; font-size:14px; line-height:40px; color:#fff;}

@media (max-width:1200px) and (min-width:768px){
	.index_lx_1000{ width:100%; height:auto; margin:0 auto; margin-top:30px; margin-bottom:55px; display:block; overflow:hidden; text-align:center;}
	}

@media (max-width:767px){
	.index_lx_1000{ width:100%; height:auto; margin:0 auto; margin-top:15px; margin-bottom:15px; display:block; overflow:hidden; text-align:center;}
	}

/*首页关于我们*/
.about_bg{ width:100%; height:auto; margin:0 auto; min-height:425px; display:block; overflow:hidden; text-align:center; background:url(../images/about_bg.png) no-repeat center top;}
.about_1000{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.about_1000 .about_480{ width:48%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.about_1000 .about_480 .title{ width:100%; height:auto; margin:0 auto; margin-top:18px; margin-bottom:14px; display:block; overflow:hidden; text-align:left; font-size:22px; line-height:42px; color:#666;}
.about_1000 .about_480 .title span{ margin:0 auto; text-align:left;font-size:28px; line-height:42px; font-weight: bold; color:#1871df; float:left}
.about_1000 .about_480 .cs{ width:100%; height:auto; margin:0 auto; padding:5px 0px; display:block; overflow:hidden; text-align:center;}
.about_1000 .about_480 .cs p{ width:100%; height:auto; margin:0 auto; margin-bottom:0px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; text-indent:25px; color:#666;}
.about_1000 .about_480 .more{ width:96px; height:26px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right; background:#1871df; color:#fff;}
.about_1000 .about_480 .more a{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:26px; color:#fff;}

.about_1000_2{ display:none;}


@media (max-width:1200px) and (min-width:768px){
	.about_bg{ min-height:0px; background:none;}
	.about_1000{ width:100%; height:auto; margin:0 auto; display:none; overflow:hidden; text-align:center;}
	.about_1000_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.about_1000_2 .about_img_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.about_1000_2 .about_img_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.about_480{ width:100%; height:auto; margin:0 auto; margin-top:20px; display:block; overflow:hidden; text-align:center;}
	
	.about_1000_2 .about_480 .title{ width:100%; height:auto; margin:0 auto; margin-top:18px; margin-bottom:14px; display:block; overflow:hidden; text-align:left; font-size:22px; line-height:42px; color:#666;}
    .about_1000_2 .about_480 .title span{ margin:0 auto; text-align:left;font-size:28px; line-height:42px; font-weight: bold; color:#1871df; float:left}
    .about_1000_2 .about_480 .cs{ width:100%; height:auto; margin:0 auto; padding:5px 0px; display:block; overflow:hidden; text-align:center;}
    .about_1000_2 .about_480 .cs p{ width:100%; height:auto; margin:0 auto; margin-bottom:0px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; text-indent:25px; color:#666;}
    .about_1000_2 .about_480 .more{ width:96px; height:26px; margin:15px auto; display:block; overflow:hidden; text-align:center; float:none; background:#1871df; color:#fff;}
    .about_1000_2 .about_480 .more a{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:26px; color:#fff;}
	
	}


@media (max-width:767px){
	.about_bg{ min-height:0px; background:none;}
	.about_1000{ width:100%; height:auto; margin:0 auto; display:none; overflow:hidden; text-align:center;}
	.about_1000_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.about_1000_2 .about_img_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.about_1000_2 .about_img_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.about_480{ width:100%; height:auto; margin:0 auto; margin-top:20px; display:block; overflow:hidden; text-align:center;}
	.about_1000_2 .about_480 .title{ width:100%; height:auto; margin:0 auto; margin-top:18px; margin-bottom:14px; display:block; overflow:hidden; text-align:left; font-size:22px; line-height:42px; color:#666;}
    .about_1000_2 .about_480 .title span{ margin:0 auto; text-align:left;font-size:28px; line-height:42px; font-weight: bold; color:#1871df; float:left}
    .about_1000_2 .about_480 .cs{ width:100%; height:auto; margin:0 auto; padding:5px 0px; display:block; overflow:hidden; text-align:center;}
    .about_1000_2 .about_480 .cs p{ width:100%; height:auto; margin:0 auto; margin-bottom:0px; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; text-indent:25px; color:#666;}
    .about_1000_2 .about_480 .more{ width:96px; height:26px; margin:15px auto; display:block; overflow:hidden; text-align:center; float:none; background:#1871df; color:#fff;}
    .about_1000_2 .about_480 .more a{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:26px; color:#fff;}
	
	}
	
	
/*首页新闻*/	
.news_bg{ width:100%; height:auto; margin:0 auto; margin-top:50px; margin-bottom:45px; display:block; overflow:hidden; text-align:center;}
.news_1000{height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_620{ width:62%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.news_620_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;}
.news_620_top .title{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:24px; line-height:36px; color:#666; float:left;}
.news_620_top .title span{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:36px; color:#1871df; font-weight:bold; float:left}
.news_620_top .more{ width:56px; height:20px; margin:7px auto; display:block; overflow:hidden; text-align:center; border: solid 1px #cccccc; float:right;}
.news_620_top .more a{ width:56px; height:20px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:20px; color:#ccc;}

.news_620_main{ width:100%; height:auto; margin:0 auto; margin-top:24px; padding-bottom:21px; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;}
.news_620_main .img{ width:40.3%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.news_620_main .img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_620_main .lisk{ width:57%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.news_620_main .lisk ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_620_main .lisk ul li{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_620_main .lisk ul li .title{ width:100%; height:40px; margin:0 auto; display:block; overflow:hidden; text-align:left; border-bottom: solid 1px #ccc;}
.news_620_main .lisk ul li .title a{ font-size:16px; line-height:40px; color:#1871df;}

.news_620_main .lisk ul li .content{ width:100%; height:auto; margin:0 auto; margin-top:10px; display:block; overflow:hidden; text-align:left;}
.news_620_main .lisk ul li .content p{ width:100%; height:auto; margin:0 auto; overflow:hidden; text-align:left; font-size:14px; line-height:24px ; color:#666666}
.news_620_main .lisk ul li .time{ width:106px; height:auto; margin:0 auto; margin-top:10px; display:block; overflow:hidden; text-align:left; float:right; background:url(../images/time.png) no-repeat left center; text-indent:20px; font-size:14px; line-height:20px; color:#666;}

.news_620_bot{ width:100%; height:auto; margin:0 auto; margin-top:14px; display:block; overflow:hidden; text-align:center;}
.news_620_bot ul{width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_620_bot ul li{ width:47%; height:24px; margin:6px auto; margin-right:3%; display:block; overflow:hidden; text-align:center; float:left;}
.news_620_bot ul li .title{ width:65%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left}
.news_620_bot ul li .title a{ font-size:14px; line-height:24px; color:#666666;}
.news_620_bot ul li .time{ width:32%; height:24px; margin:0 auto; display:block; overflow:hidden; text-align:right; float:right; font-size:14px; line-height:24px; color:#666666;}

.news_620_bot ul li:nth-child(1){ margin-right:3%;}
.news_620_bot ul li:nth-child(2){ margin-left:3%; margin-right:0%;}
.news_620_bot ul li:nth-child(3){ margin-right:3%;}
.news_620_bot ul li:nth-child(4){ margin-left:3%; margin-right:0%;}
.news_620_bot ul li:nth-child(5){ margin-right:3%;}
.news_620_bot ul li:nth-child(6){ margin-left:3%; margin-right:0%;}


.news_350{ width:35%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.news_350_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;}
.news_350_top .title{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:24px; line-height:36px; color:#666; float:left;}
.news_350_top .title span{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:36px; color:#1871df; font-weight:bold; float:left}
.news_350_top .more{ width:56px; height:20px; margin:7px auto; display:block; overflow:hidden; text-align:center; border: solid 1px #cccccc; float:right;}
.news_350_top .more a{ width:56px; height:20px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:20px; color:#ccc;}

.news_350_bot{ width:100%; height:auto; margin:0 auto; margin-top:5px; display:block; overflow:hidden; text-align:center;}
.news_350_bot ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_350_bot ul li{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_350_bot ul li .title{ width:100%; height:auto; margin:0 auto; margin-top:19px; display:block; overflow:hidden; text-align:center;}
.news_350_bot ul li .title .il{ width:20px; height:20px; margin:0 auto; margin-right:10px; display:block; overflow:hidden; text-align:center; background:url(../images/question.jpg) no-repeat center top; float:left}
.news_350_bot ul li .title a{ height:20px; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:20px; color:#333333; float:left}
.news_350_bot ul li .content{width:100%; height:auto; margin:0 auto; margin-top:11px; padding-bottom:15px; display:block; overflow:hidden; text-align:center; border-bottom: dashed 1px #cccccc;}
.news_350_bot ul li .content .il{ width:20px; height:20px; margin:0 auto; margin-right:10px; display:block; overflow:hidden; text-align:center; background:url(../images/answer.jpg) no-repeat center top; float:left;}
.news_350_bot ul li .content p{ width:320px; height:auto; margin:0 auto; overflow:hidden; text-align:left; float:left; font-size:14px; line-height:20px; color:#333;}

@media (max-width:1200px) and (min-width:768px){
	.news_1000{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.news_620{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.news_350{ width:100%; height:auto; margin:0 auto; margin-top:30px; display:block; overflow:hidden; text-align:center;}
	}
	

@media (max-width:767px){
	.news_1000{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.news_620{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.news_620_main .img{ display:none;}
	.news_620_main .lisk{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.news_620_bot ul li{ width:100%; height:auto; margin:6px auto; margin-right:0px; display:block; overflow:hidden; text-align:center;}
	
	.news_620_bot ul li:nth-child(1){ margin-right:0%;}
    .news_620_bot ul li:nth-child(2){ margin-left:0%; margin-right:0%;}
    .news_620_bot ul li:nth-child(3){ margin-right:0%;}
    .news_620_bot ul li:nth-child(4){ margin-left:0%; margin-right:0%;}
    .news_620_bot ul li:nth-child(5){ margin-right:0%;}
    .news_620_bot ul li:nth-child(6){ margin-left:0%; margin-right:0%;}
	
	.news_350{ width:100%; height:auto; margin:0 auto; margin-top:30px; display:block; overflow:hidden; text-align:center;}
	.news_350_bot ul li .title .il{ float:left}
	.news_350_bot ul li .title a{ width:88%; height:auto; float:right;}
	.news_350_bot ul li .content .il{ float:left}
	.news_350_bot ul li .content p{ width:88%; height:auto; float:right;}
	
	}



/*首页合作伙伴*/
.partner_bg a{display: block;}
.partner_bg{ width:100%; height:auto; margin:0 auto; padding-top:35px; padding-bottom:35px; display:block; overflow:hidden; text-align:center; background:#f8f8f8;}

.partner_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;} 
.partner_top .title{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:24px; line-height:46px; color:#666666; float:left}
.partner_top .title span{ margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:46px; color:#1871df; font-weight:bold; float:left}
.partner_top .more{ width:58px; height:22px; margin:0 auto; margin-top:15px; display:block; overflow:hidden; text-align:center; background:#1871df; float:right;}
.partner_top .more a{ width:58px; height:22px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:22px; color:#fff;}

.partner_bot{ width:100%; height:auto; margin:0 auto; margin-top:27px; display:block; overflow:hidden; text-align:center;}
.partner_1000 .swiper-slide{width: 25%;margin-right: 20px;}
@media (max-width:1200px) and (min-width:768px){
	.partner_1000{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	}


@media (max-width:767px){

  .partner_1000 .swiper-slide{width: 50%;}
	}
	
	
/*首页售后服务*/

.afterser_bg{ width:100%; height:auto; margin:0 auto; padding-bottom:50px; display:block; overflow:hidden; text-align:center; background:#f8f8f8;}
.afterser_1000{height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


.afterser_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #ccc;} 
.afterser_top .title{ height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:24px; line-height:46px; color:#666666; float:left}
.afterser_top .title span{ margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:46px; color:#1871df; font-weight:bold; float:left}
.afterser_top .more{ width:58px; height:22px; margin:0 auto; margin-top:15px; display:block; overflow:hidden; text-align:center; background:#1871df; float:right;}
.afterser_top .more a{ width:58px; height:22px; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:22px; color:#fff;}

.afterser_bot{ width:100%; height:auto; margin:0 auto; margin-top:30px; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul{width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_1{ width:32%; height:auto; margin:0 auto;min-height:280px; padding-top:18px; padding-bottom:18px; margin-right:2%; display:block; overflow:hidden; text-align:center; background:#388bf2; float:left;}
.afterser_bot ul li.afs_1 .img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_1 .img img{ width:30%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_1 .text{ width:92%; height:auto; margin:0 auto; margin-top:5px; display:block; overflow:hidden; text-align:center; font-size:18px; line-height:36px; color:#fff; border-bottom: solid 1px #fff;}

.afterser_bot ul li.afs_1 .cs{ width:92%; height:auto; margin:0 auto; margin-top:10px; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_1 .cs p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#fff;}

.afterser_bot ul li.afs_2{ width:32%; height:auto; margin:0 auto;min-height:280px; padding-top:18px; padding-bottom:18px; margin-right:2%; display:block; overflow:hidden; text-align:center; background:#ed813b; float:left;}
.afterser_bot ul li.afs_2 .img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_2 .img img{ width:30%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_2 .text{ width:92%; height:auto; margin:0 auto; margin-top:5px; display:block; overflow:hidden; text-align:center; font-size:18px; line-height:36px; color:#fff; border-bottom: solid 1px #fff;}

.afterser_bot ul li.afs_2 .cs{ width:92%; height:auto; margin:0 auto; margin-top:10px; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_2 .cs p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#fff;}

.afterser_bot ul li.afs_3{ width:32%; height:auto; min-height:280px; margin:0 auto; padding-top:18px; padding-bottom:18px; display:block; overflow:hidden; text-align:center; background:#7dd448; float:left;}
.afterser_bot ul li.afs_3 .img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_3 .img img{ width:30%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_3 .text{ width:92%; height:auto; margin:0 auto; margin-top:5px; display:block; overflow:hidden; text-align:center; font-size:18px; line-height:36px; color:#fff; border-bottom: solid 1px #fff;}

.afterser_bot ul li.afs_3 .cs{ width:92%; height:auto; margin:0 auto; margin-top:10px; display:block; overflow:hidden; text-align:center;}
.afterser_bot ul li.afs_3 .cs p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#fff;}


@media (max-width:1200px) and (min-width:768px){
	.afterser_1000{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	}

@media (max-width:767px){
	.afterser_1000{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	.afterser_bot ul li.afs_1{ width:100%; margin:6px auto;}
	.afterser_bot ul li.afs_2{ width:100%; margin:6px auto;}
	.afterser_bot ul li.afs_3{ width:100%; margin:6px auto;}
	}


/* 底部 */

footer{background: var(--first_color);}
footer * + .row{margin-top: 0;}
.foot_nav_box{border-bottom: 1px solid #fff;}
.foot_nav{display: flex;justify-content: space-between;}
.foot_nav a{font-size: 14px;color: #fff;text-align: center;line-height: 40px;height: 40px;overflow: hidden;width: 100%;background: url(../images/foot_line.png) no-repeat center right;background-size: 2px 24px;}
.foot_nav a:last-of-type{background: none;}

.foot_logo img{border-right: 1px solid #fff;}


@media (min-width: 768px) {
  .foot_box{padding: 30px 0; display: flex;flex-wrap: wrap;align-items: center;}

}
.foot_contact_text p{
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
}
.foot_contact_text img{width: 22px;height: 22px;margin-right: 5px;}
.foot_text a{ color: #fff;}

.foot_qr_text img{width: 23px;height: 23px;}
.foot_qr_text{padding-right: 10px;}
.foot_qr{display: flex;justify-content: flex-end;align-items: flex-end;text-align: right;}
.foot_qr .foot_qr_img{width: 100%;height: auto; max-width: 108px;}
.foot_qr p{color: #fff;font-size: 14px;margin-top: 5px;}

.foot_copyright{background: #36312e;text-align: center;padding: 10px 0;}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 14px;
  color: #fff;
}

.online i, .botmenu i{margin-right: .3rem;}
@media all and (max-width: 767px) {
  .foot_logo{display: none;}
  .foot_qr{justify-content: center;margin: 20px 0;}
  .foot_box{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .foot_box .foot_qr{
    order:0;
  }
  .foot_box .foot_text{
    order:1;
  }
}

@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);}