@charset "UTF-8";
.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;}
.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;}
.sw_banner a{display: block;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover, a:focus{color: var(--first_color);}
.rd-navbar-static .rd-navbar-inner{max-width: 1148px;}

/* banner*/
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.8;
}


.swiper-button-next, .swiper-button-prev{color:#ff8f35;}
.swiper-pagination-bullet-active{background:#ff8f35; opacity: 1;}
@media (min-width: 1200px){
  .container{width: 1178px;}
} 
@media (min-width: 1200px){
  .row >[class*='col-']{padding-left: 1rem; padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}



/* 顶部描述 */
.nav-text{
  background: #333333;
  padding: 7px 0;
} 
.nav-text * + p{
  margin-top: 0;
}
.top-left p{
  color: #fefefe;
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.top-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.epower-lang{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fefefe;
  font-size: 12px;
  line-height: 12px;
}
.epower-lang .lang-item{
  border-right: 1px solid #fefefe;
  padding-right: 6px;
}
.epower-lang .lang-item:last-of-type{
  padding-left: 6px;
  padding-right: 0;
  border-right: 0;
}
.epower-lang a{
  color: #fefefe;
}
@media (max-width: 767px){
  .top-left{
    display: none;
  }
}


/* 导航 */
.rd-navbar-wrap{
  height: auto !important;
}
.rd-navbar-brand{
  line-height: 0;
}
.rd-navbar-static p{
  margin: 0;
}
.rd-navbar .rd-navbar-nav > li > a,.rd-navbar-static .rd-navbar-nav > li{
  font-size: 12px;
  color: #444444;
}
.rd-navbar .rd-navbar-nav .nav-lang > a{
  font-size: 14px;
  color: #666666;
}
.rd-navbar .rd-navbar-nav .nav-lang a img{
  width: 22px;
  height: 15px;
  margin-right: 4px;
}
.rd-navbar .rd-navbar-nav .nav-lang .rd-nav-link::after{
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  vertical-align: middle;
  border-top: .286rem solid;
  border-right: .286rem solid transparent;
  border-left: .286rem solid transparent;
}
.rd-navbar .rd-navbar-nav .nav-lang img
.rd-navbar .rd-navbar-nav > li > a{
  text-transform: none;
}

.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li:hover > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after{
  color: #444444 !important;
  background: transparent;
}
.rd-navbar-static .rd-navbar-nav > li{
  position: relative !important;
}
.rd-navbar-static .rd-navbar-nav > li.active::after,.rd-navbar-static .rd-navbar-nav > li.focus::after,.rd-navbar-static .rd-navbar-nav > li:hover::after{
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #444444;
  left: 0;
  top: 0;
  -webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
  transition: all .66s cubic-bezier(.17,.84,.44,1);
}
.rd-navbar-static .rd-navbar-dropdown{
  padding: 10px 20px 20px 20px;
  margin-left: 0;
}
.rd-navbar-static .rd-navbar-nav > li{
  padding: 0;
  margin: 0;
}
@media (min-width:1200px){
  .rd-navbar-static{
    padding-top: 0;
    padding-bottom: 0;
  }
  .rd-navbar-static.rd-navbar--is-stuck{
    position: unset;
  }
  .rd-navbar-static{box-shadow: unset;}
  .rd-navbar-static .rd-navbar-inner,.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner{
    padding: 0;
  }
  .page-header .rd-navbar-brand img{
    max-height: 80px;
  }
  .rd-navbar-static .rd-navbar-nav .rd-nav-item .rd-nav-link{
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
  }

  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
    margin-top: 0;
  }
  .header-nav-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rd-navbar-panel{
      width: 30%;
      float: left;
  }
  .rd-navbar-nav-wrap{
      width: 70% !important;
      float: left;
      padding-left: 10px;
  }
  .rd-navbar-static .rd-navbar-nav{
    margin: 0;
  }
  .rd-navbar-inner>div{
    display: flex;
    align-items: center;
  }
  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle{
    display: none;
  }
  
  .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover, .rd-navbar-static .rd-navbar-dropdown > li > a:hover,.rd-navbar-static .rd-navbar-dropdown > li.active > a, .rd-navbar-static .rd-navbar-dropdown > li.active > a:focus, .rd-navbar-static .rd-navbar-dropdown > li.active > a:active{
    color: var(--first_color);
  }
}
@media (max-width: 1200px){
  .rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, 
  .rd-navbar-fixed .rd-navbar-nav li.opened > a{background: var(--first_color);}
  .rd-navbar-fixed .rd-navbar-brand img{height: 50px;}
}
@media (max-width: 1199px){
  .rd-navbar-nav-wrap .container{padding: 0;}
  .rd-navbar-fixed .rd-navbar-brand{padding-right: 10px;}
}

/* 移动端导航 */
.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: 1199px){
  .rd-navbar-fixed .rd-navbar-brand {
    width: 80%;
    padding-right: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .rd-navbar-fixed .rd-navbar-toggle{
    width: 20%;
    max-width: 48px;
  }
}




/*首页公告栏目*/
.oppl_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.oppl_1148{margin:0 auto; display:block; overflow:hidden; text-align:center;}
.oppl_1148 ul{ width:100%; height:auto; margin:15px auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.oppl_1148 ul li{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left}
.oppl_1148 ul li .title{ font-size:14px; line-height:24px; color:#444; float:left} 
.oppl_1148 ul li .title a{ color:#444;}
.oppl_1148 ul li .time{ font-size:12px; line-height:24px; color:#888; float:right}


/*list*/
.list_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:#f8f8f8;}
.list_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; background:url(../images/web/list_bg_img.png) no-repeat center top;}
.list_1148 ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.list_1148 ul li{ width:20%; height:auto; min-height:168px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.list_1148 ul li:hover{ background:#007cbe;}
.list_1148 ul li>a>img{ height:110px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.list_1148 ul li:hover>a>img { display:none}
.list_1148 ul li>a>.img{ display:none;}
.list_1148 ul li:hover>a>.img{ display:block;}
.list_1148 ul li:hover>a>.img>img{ height:110px; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.list_1148 ul li a .text_cn{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:16px; line-height:26px; color:#666666;}
.list_1148 ul li:hover a .text_cn{ color:#fff;}

.list_1148 ul li .text_en{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:24px; color:#666666;}
.list_1148 ul li:hover .text_en{ color:#fff;}


@media (max-width:1200px) and (min-width:768px) {
	.list_1148{ width:100%; background:none;}
	.list_1148 ul li{ min-height:0px;}
	.list_1148 ul li>a>img{ width:100%; height:auto;}
	.list_1148 ul li:hover>a>.img>img{ width:100%; height:auto;}
	}

@media (max-width:767px){
	.list_1148{ width:100%; background:none;}
	.list_1148 ul li{ min-height:0px;}
	.list_1148 ul li:hover>.img{ display:none;}
	.list_1148 ul li .text_cn{ font-size:12px;}
	.list_1148 ul li .text_en{ font-size:10px;}
	.list_1148 ul li.list_img_1{ width:50%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
	.list_1148 ul li.list_img_1 img{ height:50px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	.list_1148 ul li.list_img_2{ width:50%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
	.list_1148 ul li.list_img_2 img{ height:50px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	.list_1148 ul li.list_img_3{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
	.list_1148 ul li.list_img_3 img{ height:50px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	.list_1148 ul li.list_img_4{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
	.list_1148 ul li.list_img_4 img{ height:50px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	.list_1148 ul li.list_img_5{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
	.list_1148 ul li.list_img_5 img{ height:50px; margin:0 auto; display:block; overflow:hidden; text-align:center;}
	
	}



  /*首页产品栏目*/
.product_bg{ width:100%; height:auto; margin:0 auto; margin-top:45px; display:block; overflow:hidden; text-align:center;}
.product_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.product_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.product_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:32px; line-height:40px; color:#007cbe; font-weight:bold;}
.product_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.product_top .line{ width:100%; height:auto; margin:0 auto; margin-top:5px; margin-bottom:24px; display:block; overflow:hidden; text-align:center;}
.product_top .line img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}



.product_bot{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.product_left{ width:23.2%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.product_left img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}

.product_right{ width:75%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.product_right .proeuct_list_ks{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.product_right .proeuct_list_ks ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.product_right .proeuct_list_ks ul li{ width:14.2%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.product_right .proeuct_list_ks ul li a{ width:80%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:32px; color:#444;}
.product_right .proeuct_list_ks ul li:hover a{ background:#007cbe; color:#fff;}

.product_ls{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}



@media (max-width:1200px) and (min-width:768px) {
	.product_1148{ width:100%;}
	.product_left{ display:none;}
	.product_right{ width:100%;}

	}
	
@media (max-width:767px){
	.product_bg{margin-top:45px;}
	.product_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:24px; line-height:36px; color:#007cbe; font-weight:bold;}
  .product_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
	
	.product_1148{ width:100%;}
	.product_left{ display:none;}
	.product_right{ width:100%;}
	
	.product_right .proeuct_list_ks ul li{ width:33.33%; height:auto; margin:0 auto; margin-top:2%; display:block; overflow:hidden; text-align:center; float:left;}
	.product_right .proeuct_list_ks ul li a{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:24px; color:#444;}
	.product_right .proeuct_list_ks ul li.more{ display:none;}
}





/* 首页产品区块 */
.epower-index-product * + .product-title{
  margin-top: 0;
}
.epower-index-product #product .product-title{
  color: #ffffff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  background: var(--first_color);
}

@media (min-width: 768px){
  .epower-index-product .swiper-wrapper .swiper-slide{
      width: 25%;
  }
} 
.epower-index-product .swiper-wrapper .swiper-slide{
  margin-right: 15px;
  margin-top: 5px !important;
}
.epower-index-product .swiper-wrapper .swiper-slide a{
  display: block;
}

@media (max-width: 767px){
  .epower-index-product .swiper-wrapper .swiper-slide{
    width: 50%;
  }
}




/*首页案例栏目*/
.case_bg{ width:100%; height:auto; margin:0 auto; margin-top:45px; display:block; overflow:hidden; text-align:center;}
.case_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.case_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.case_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:32px; line-height:40px; color:#007cbe; font-weight:bold;}
.case_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.case_top .line{ width:100%; height:auto; margin:0 auto; margin-top:5px; margin-bottom:24px; display:block; overflow:hidden; text-align:center;}
.case_top .line img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.case_bot{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.case_bot>.fullSlide{ position:relative; z-index:1; width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.case_bot>.fullSlide>.bd{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.case_bot>.fullSlide>.bd>ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.case_bot>.fullSlide>.bd>ul>li{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.case_bot>.fullSlide>.bd>ul>li>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.case_bot>.fullSlide>.hd{ position:absolute; z-index:2; bottom:0px; width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.case_bot>.fullSlide>.hd>ul{ width:60px; height:30px; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.case_bot>.fullSlide>.hd>ul>li{ width:10px; height:10px; margin:10px 5px; display:block; overflow:hidden; text-align:center; float:left; background-color:rgba(255,255,255,.3); border-radius:10px; cursor:pointer; line-height:9999px;}
.case_bot>.fullSlide>.hd>ul>li.on{ background:#ccc;}

@media (max-width:1200px) and (min-width:768px) {
	.case_1148{ width:100%;}
}

@media (max-width:767px){
	.case_1148{ width:100%;}
	.case_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:24px; line-height:36px; color:#007cbe; font-weight:bold;}
  .case_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
}



/*首页烦恼栏目*/
.upset_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.upset_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.upset_top{ width:100%; height:auto; margin:0 auto; margin-top:41px; display:block; overflow:hidden; text-align:center;}
.upset_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:32px; line-height:40px; color:#007cbe; font-weight:bold;}
.upset_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.upset_top .line{ width:100%; height:auto; margin:0 auto; margin-top:5px; margin-bottom:24px; display:block; overflow:hidden; text-align:center;}
.upset_top .line img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.upset_bot{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.upset_bot img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


@media (max-width:1200px) and (min-width:768px) {
	.upset_1148{ width:100%;}
	}


@media (max-width:767px){
	.upset_1148{ width:100%;}
	
	.upset_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:24px; line-height:36px; color:#007cbe; font-weight:bold;}
    .upset_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
	}



/*首页关于我们*/
.about_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.about_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.about_top{ width:100%; height:auto; margin:0 auto; margin-top:41px; display:block; overflow:hidden; text-align:center;}
.about_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:32px; line-height:40px; color:#007cbe; font-weight:bold;}
.about_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.about_top .line{ width:100%; height:auto; margin:0 auto; margin-top:5px; margin-bottom:24px; display:block; overflow:hidden; text-align:center;}
.about_top .line img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.about_main{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.about_658{ width:57%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_658 .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; text-indent:28px; font-size:26px; line-height:56px; color:#0d87c2;}
.about_658 .cs{ width:100%; height:auto; margin:0 auto; padding-top:5px; padding-bottom:5px;  display:block; overflow:hidden; text-align:left;}
.about_658 .cs p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:36px; color:#444; text-indent:28px;}
.about_658 .more{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.about_658 .more a{ width:98px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:36px; float:right; background:#007cbe; color:#fff;}

.about_462{ width:40%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.about_462 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


.about_bot{ width:100%; height:auto; margin:0 auto; margin-top:24px; display:block; overflow:hidden; text-align:center;}
.about_bot_1{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_1 .img{ width:86px; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_1 .cs{ height:86px; margin:0 auto; margin-left:12px; padding-top:20px; display:block; overflow:hidden; text-align:left; float:left}
.about_bot_1 .cs .title{ margin:0 auto; text-align:left; font-size:22px; line-height:28px; color:#007cbe;}
.about_bot_1 .cs .text{ margin:0 auto; text-align:left; font-size:16px; line-height:24px; color:#666;}

.about_bot_2{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_2 .img{ width:86px; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_2 .cs{ height:86px; margin:0 auto; margin-left:12px; padding-top:20px; display:block; overflow:hidden; text-align:left; float:left}
.about_bot_2 .cs .title{ margin:0 auto; text-align:left; font-size:22px; line-height:28px; color:#007cbe;}
.about_bot_2 .cs .text{ margin:0 auto; text-align:left; font-size:16px; line-height:24px; color:#666;}


.about_bot_3{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_3 .img{ width:86px; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_3 .cs{ height:86px; margin:0 auto; margin-left:12px; padding-top:20px; display:block; overflow:hidden; text-align:left; float:left}
.about_bot_3 .cs .title{ margin:0 auto; text-align:left; font-size:22px; line-height:28px; color:#007cbe;}
.about_bot_3 .cs .text{ margin:0 auto; text-align:left; font-size:16px; line-height:24px; color:#666;}

.about_bot_4{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_4 .img{ width:86px; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_4 .cs{ height:86px; margin:0 auto; margin-left:12px; padding-top:20px; display:block; overflow:hidden; text-align:left; float:left}
.about_bot_4 .cs .title{ margin:0 auto; text-align:left; font-size:22px; line-height:28px; color:#007cbe;}
.about_bot_4 .cs .text{ margin:0 auto; text-align:left; font-size:16px; line-height:24px; color:#666;}




@media (max-width:1200px) and (min-width:768px) {
.about_1148{ width:100%;}
.about_bot{ width:100%; height:auto; margin:0 auto; margin-top:24px; display:block; overflow:hidden; text-align:center;}
.about_bot_1{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_1 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_1 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_1 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_1 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

.about_bot_2{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_2 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_2 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_2 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_2 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

.about_bot_3{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_3 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_3 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_3 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_3 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

.about_bot_4{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_4 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_4 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_4 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_4 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

	}

@media (max-width:767px){
	.about_1148{ width:100%;}
	
	.about_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:24px; line-height:36px; color:#007cbe; font-weight:bold;}
    .about_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.about_top .line{ margin-bottom:15px;}

.about_main{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.about_658{ width:100%;}
.about_658 .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:20px; line-height:36px; color:#007cbe; text-indent:0px;}
.about_658 .more a{ width:100%;}

.about_462{ width:100%; height:auto; margin:0 auto; margin-top:30px; display:block; overflow:hidden; text-align:center;}
.about_462 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


.about_bot{ width:100%; height:auto; margin:0 auto; margin-top:24px; display:block; overflow:hidden; text-align:center;}
.about_bot_1{ width:50%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_1 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_1 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_1 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_1 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

.about_bot_2{ width:50%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_2 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_2 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_2 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_2 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

.about_bot_3{ width:50%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_3 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_3 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_3 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_3 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

.about_bot_4{ width:50%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.about_bot_4 .img{ width:auto; height:86px; margin:0 auto; display:block; overflow:hidden; text-align:center; float:none;}
.about_bot_4 .cs{ width:100%; height:86px; margin:0 auto; margin-left:0px; padding-top:10px; display:block; overflow:hidden; text-align:center; float:left}
.about_bot_4 .cs .title{ margin:0 auto; text-align:center; font-size:18px; line-height:28px; color:#007cbe;}
.about_bot_4 .cs .text{ margin:0 auto; text-align:center; font-size:14px; line-height:24px; color:#666;}

	}




  /*首页为什么栏目*/

.why_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.why_top{ width:100%; height:auto; margin:0 auto; margin-top:41px; display:block; overflow:hidden; text-align:center;}
.why_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:32px; line-height:40px; color:#007cbe; font-weight:bold;}
.why_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.why_top .line{ width:100%; height:auto; margin:0 auto; margin-top:5px; margin-bottom:24px; display:block; overflow:hidden; text-align:center;}
.why_top .line img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


.why_main{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_img_1{ width:48.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.why_img_1 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_main .kscs{ width:48.5%; height:auto; margin:0 auto; margin-top:18px; display:block; overflow:hidden; text-align:center; float:right;}
.why_ome{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_ome_img{ width:12.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.why_ome_img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_ome_lcs{ width:85%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.why_ome_lcs .title{ width:100%; height:auto; margin:0 auto; margin-top:14px; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:40px; color:#007cbe; font-weight:bold;}
.why_ome_lcs .ls{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:16px; line-height:32px; color:#e1120d; font-weight:bold;}
.why_ome_lcs .cs{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#666;}

.why_two{ width:100%; height:auto; margin:0 auto; margin-top:28px; display:block; overflow:hidden; text-align:center;}
.why_two_img{ width:12.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.why_two_img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_two_lcs{ width:85%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.why_two_lcs .title{ width:100%; height:auto; margin:0 auto; margin-top:14px; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:40px; color:#007cbe; font-weight:bold;}
.why_two_lcs .ls{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:16px; line-height:32px; color:#e1120d; font-weight:bold;}
.why_two_lcs .cs{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#666;}


.why_bot{ width:100%; height:auto; margin:0 auto; margin-top:14px; display:block; overflow:hidden; text-align:center;}
.why_bot .kscs{ width:48.5%; height:auto; margin:0 auto; margin-top:18px; display:block; overflow:hidden; text-align:center; float:left;}
.why_three{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_three_img{ width:12.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.why_three_img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_three_lcs{ width:85%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.why_three_lcs .title{ width:100%; height:auto; margin:0 auto; margin-top:14px; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:40px; color:#007cbe; font-weight:bold;}
.why_three_lcs .ls{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:16px; line-height:32px; color:#e1120d; font-weight:bold;}
.why_three_lcs .cs{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#666;}


.why_four{ width:100%; height:auto; margin:0 auto; margin-top:28px; display:block; overflow:hidden; text-align:center;}
.why_four_img{ width:12.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.why_four_img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.why_four_lcs{ width:85%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.why_four_lcs .title{ width:100%; height:auto; margin:0 auto; margin-top:14px; display:block; overflow:hidden; text-align:left; font-size:26px; line-height:40px; color:#007cbe; font-weight:bold;}
.why_four_lcs .ls{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:16px; line-height:32px; color:#e1120d; font-weight:bold;}
.why_four_lcs .cs{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#666;}

.why_img_2{ width:48.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.why_img_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}



@media (max-width:1200px) and (min-width:768px) {
	.why_1148{ width:100%;}
	
	}


@media (max-width:767px){
	.why_1148{ width:100%;}
	.why_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:24px; line-height:36px; color:#007cbe; font-weight:bold;}
    .why_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
	
	.why_img_1{ width:100%;}
	.why_img_2{ width:100%;}
	
	.why_main .kscs{ width:100%;}
	.why_bot .kscs{ width:100%;}
	}
	


  /*首页合作伙伴*/	
.partner_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.partner_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.partner_top{ width:100%; height:auto; margin:0 auto; margin-top:41px; display:block; overflow:hidden; text-align:center;}
.partner_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:32px; line-height:40px; color:#007cbe; font-weight:bold;}
.partner_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.partner_top .line{ width:100%; height:auto; margin:0 auto; margin-top:5px; margin-bottom:24px; display:block; overflow:hidden; text-align:center;}
.partner_top .line img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


.partner_bot{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.partner_bot img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


@media (max-width:1200px) and (min-width:768px) {
	.partner_1148{ width:100%;}
	
	}

@media (max-width:767px){
	.partner_1148{ width:100%;}
	.partner_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:24px; line-height:36px; color:#007cbe; font-weight:bold;}
    .partner_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
}


/*首页新闻栏目*/
.news_bg{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_top{ width:100%; height:auto; margin:0 auto; margin-top:41px; display:block; overflow:hidden; text-align:center;}
.news_top .title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:32px; line-height:40px; color:#007cbe; font-weight:bold;}
.news_top .text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:22px; color:#999999;}
.news_top .line{ width:100%; height:auto; margin:0 auto; margin-top:5px; margin-bottom:24px; display:block; overflow:hidden; text-align:center;}
.news_top .line img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}


.news_bot{width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_left{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.news_bot_left .img{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_left .img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_left .lcs{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_left .lcs ul{width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_bot_left .lcs ul li{width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_left .lcs ul li .title{ width:75%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left;}
.news_bot_left .lcs ul li .title a{ font-size:14px; line-height:38px; color:#444;    display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}
.news_bot_left .lcs ul li .time{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:38px; color:#888; float:right;}


.news_bot_main{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.news_bot_main .img{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_main .img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_main .lcs{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_main .lcs ul{width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_bot_main .lcs ul li{width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_main .lcs ul li .title{ width:75%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left;}
.news_bot_main .lcs ul li .title a{ font-size:14px; line-height:38px; color:#444;display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}
.news_bot_main .lcs ul li .time{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:38px; color:#888; float:right;}


.news_bot_right{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.news_bot_right .img{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_right .img img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_right .lcs{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_right .lcs ul{width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.news_bot_right .lcs ul li{width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.news_bot_right .lcs ul li .title{ width:75%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; float:left;}
.news_bot_right .lcs ul li .title a{ font-size:14px; line-height:38px; color:#444;display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}
.news_bot_right .lcs ul li .time{ width:25%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:38px; color:#888; float:right;}



@media (max-width:1200px) and (min-width:768px) {
	.news_1148{ width:100%;}
	
	.news_bot_left .lcs ul li .title{width:70%}
	.news_bot_left .lcs ul li .time{ width:30%;}
	
	.news_bot_main .lcs ul li .title{width:70%}
	.news_bot_main .lcs ul li .time{ width:30%;}
	
	.news_bot_right .lcs ul li .title{width:70%}
	.news_bot_right .lcs ul li .time{ width:30%;}
	
	}


@media (max-width:767px){
	.news_1148{ width:100%;}
	
	.news_bot_left{ width:100%;}
	.news_bot_main{ width:100%;}
	.news_bot_right{ width:100%;}
	
	}




/* 底部信息 */
footer{
  font-family: "Microsoft YaHei"; 
  background: #333333;
  color: #fff;
}
footer p + *, footer * + p, footer * + .row, footerp + p{
  margin-top: 0;
}

.foot-copyright{
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  padding: 10px 0;
  text-align: center;
  background: #333333;
}
.foot-copyright a{
  color: #fff;
}

.index_bottom{ width:100%; height:auto; margin:0 auto; margin-top:50px; display:block; overflow:hidden; text-align:center; background:#007cbe;}
.Foot_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.Foot_1148_top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; border-bottom: solid 1px #cccccc;}

.bottom_logo{ width:27%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.bottom_logo img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.bottom_nav{ width:66%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.bottom_nav ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.bottom_nav ul li{ width:11%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.bottom_nav ul li a{ width:100%; height:auto; margin:24px auto; padding:0px; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:40px; color:#fff;}
.bottom_nav ul li:hover a{ background:none;}

.Foot_1148_bot{ width:100%; height:auto; margin:0 auto; margin-top:15px; margin-bottom:15px; display:block; overflow:hidden; text-align:center;}
.Foot_460{ width:40%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.Foot_460 ul{ width:100%; height:auto; margin:0 auto; padding:0px; display:block; overflow:hidden; text-align:center;}
.Foot_460 ul li{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; line-height:24px; color:#fff;}
.Foot_460 ul li a{ color:#fff;}

.Foot_ewms{ width:27%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.ewm_1{ width:28%; height:auto; margin:0 auto; margin-left:5.33%; display:block; overflow:hidden; text-align:center; float:left;}
.ewm_1 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.ewm_1 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:32px; color:#fff;}

.ewm_2{ width:28%; height:auto; margin:0 auto; margin-left:5.33%; display:block; overflow:hidden; text-align:center; float:left;}
.ewm_2 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.ewm_2 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:32px; color:#fff;}

.ewm_3{ width:28%; height:auto; margin:0 auto; margin-left:5.33%; display:block; overflow:hidden; text-align:center; float:left;}
.ewm_3 img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.ewm_3 p{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:32px; color:#fff;}


@media (max-width:1200px) and (min-width:768px) {
	.Foot_1148{ width:100%;}
	.bottom_logo{ width:25%;}
	.bottom_nav{ width:70%;}
	.bottom_nav ul li a{ margin:10px auto; font-size:12px;} 
	.Foot_ewms{ width:40%;}
	}

@media (max-width:767px){
	.Foot_1148{ width:100%;}
	.bottom_logo{ width:100%;}
	.bottom_nav{ display:none;}
	
	.Foot_460{ width:100%;}
	.Foot_ewms{ width:100%; margin-top:25px;} 
	
  .ewm_1{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
  .ewm_1 img{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
  .ewm_1 p{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:32px; color:#fff;}

  .ewm_2{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
  .ewm_2 img{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
  .ewm_2 p{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:32px; color:#fff;}

  .ewm_3{ width:33.33%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
  .ewm_3 img{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
  .ewm_3 p{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:14px; line-height:32px; color:#fff;}

}


/* 内页 */
/* about */
.pages{padding: 30px 15px;}
.section .content a{color: #444444;}
.section .content p{font-size: 16px;line-height: 1.5;}


/* subnavlist */
.subnavlist .swiper-container .swiper-slide a.active,
.subnavlist ul li a:hover, 
.subnavlist ul li a:focus,
.subnavlist ul li a.active,
.subnavlist .swiper-subnav .dropdown-item.active,
.swiper-subnav .dropdown-item: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);}
.productlist .card .card-img a{display: block;}
.productlist .card .card-img{text-align: center;}
.newslist ul li.media .media-left{width: 20%;}
.newslist ul li.media .media-body{width: 80%;}
.shownews .recommend ul li.item_block a p.item_date,.showproduct .recommend ul li.item_block a p.item_date{width: 20%;white-space: nowrap;}
.shownews .recommend ul li.item_block a .item_info,.showproduct .recommend ul li.item_block a .item_info{width: 80%;max-width: unset;}
.shownews .recommend ul li.item_block a .item_des{width: 100%;}
/* 英文时需自动换行 */
h2,p{word-break:break-all;}


/* 详情页右侧推荐 */
.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)}
.showproduct .recommend span.toptitle,.shownews .recommend span.toptitle{
  margin-bottom: 20px;
}
.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;}
.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;
}
@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
  }
}


/* 分页器 */
.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;}
}




/* job */
.joblist ul li{margin-bottom: 30px;padding-bottom: 30px;}
.joblist ul li:before{border-color: var(--first_color);}


/* 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;}

/* product */
.showproduct .img-thumbnail-variant-2{
  width: 100%;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{color:var(--first_color)}


/* newslist */
.newslist ul li h4 a{display: block;}
@media (max-width: 767px){
  .newslist ul li.media .media-left{width: 35%;}
  .newslist ul li.media .media-body{width: 65%;align-self: center;}
  .newslist ul li{padding: 10px 0;margin-bottom: 10px;}
}
.clearfix::after{display: table;clear: both;content: '';}

/* 客服 */
@media (max-width: 767px){
  .online{display: block!important;}
}
.online dl{
  background: var(--first_color);
}

/*手机端底部按钮 */
.botmenu {
  background: var(--first_color);
}
.botmenu p {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.botmenu i {
  font-size: 24px;
}
.botmenu p{
  margin-top: 2px;
}
/* 返回顶部 */
.ui-to-top{
  display: none;
}