body .news-nr-box .DownloadBtn {
  display: inline-block;
  width: auto;
  padding: 0 10px 0 0;
  background-position: 9px;
  height: 40px;
  line-height: 40px;
}

.menu .header-box {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.menu .header-box .logo {
  float: none;
  position: relative;
  z-index: 2;
  padding: 0px;
  display: block;
  height: 96px;
}

.menu .header-box .logo img {
  max-height: 96px !important;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo_name span {
  text-indent: -99em;
  position: absolute;
  display: block;
}

.tpl_two,
.tpl_three,
.tpl_four,
.tpl_five,
.tpl_six,
.tpl_seven,
.tpl_ten,
.tpl_elevn,
.tpl_footers {
  overflow: hidden;
}

.menu .NavBoxPublic ul.navPublic li a {
  color: #333;
}

.content-box {
  max-width: 1180px;
  margin: 30px auto;
}

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.cl {
  clear: both;
}

.Animation {
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.m-box01 {
  max-width: 1180px !important;
}

.column {
  margin: 0px;
}



.tpl_ten .title_name2 {
  color: #fff !important;
}

.content-box .page .col-lg-9 {
  height: auto;
}

/*-------</END 头部 LOGO >------------*/
.headFixed {
  margin: 0px auto;
}

.menu .nav-box {
  float: right;
}

.menu .nav {
  padding: 0;
  float: right;
  margin: 0;
  
}

.menu .nav li {
  float: left;
  text-align: center;
  
}
.menu .nav li a{
  width:100px;
}
.menu .nav li a:hover{
  background: none;
  text-decoration: none;
  color:@Themebg;
}
.menu .nav li a:after{
  content: "";
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  width:50%;
  margin:auto;
  height:2px;
  background-color:@Themebg;
  display: none;
}
.menu .nav li ul li a:after{
  width:100% !important;
}
.menu .nav li a:hover:after{
  display: block;
}


.menu .nav>li:hover ul {
  display: block;
  padding: 0;
}

/*--下拉菜单倒三角--*/


.menu .nav>li ul {
  width: 100%;
  display: none;
  padding: 0;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .4);
  position: absolute;
  left: 0px;
  top: 56px;
  width: 100%;
  z-index: 9;
  
}

.menu .nav>li ul li {
  line-height: 40px;
  padding: 0px;
  background: none;
  float: none;
  text-align: center;
  width: 100%;
 
}

.menu .nav>li ul li a {
  font-size: 12px;
  color: #666465;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  
  margin: 0px;
  border-top: 1px solid #ddd;
  background-color: #eee !important;
  width:100% !important;
  text-align: center;
}



.menu .navbar-nav>li>a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #333;
  height: auto;
  padding: 0px;
  height:96px;
  line-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .menu .navbar-nav > li > a.active, .menu .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:focus{  background: none; color: #fff;}
.menu .navbar-nav > li > a.active { background-image:none;-webkit-box-shadow: none;box-shadow: none;} */


.NavBtn {
  display: none;
  text-align: center;
  overflow: hidden;
}

.header-box .clearfix.none {
  display: none;
}

.btn-navbar-t {
  display: none;
  float: right;
  padding: 3px 8px 7px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #ccc;
}

.btn-navbar-t:hover,
.btn-navbar-t:focus,
.btn-navbar-t:active,
.btn-navbar-t.active,
.btn-navbar-t.disabled,
.btn-navbar-t[disabled],
.btn-navbar-t .icon-bar:hover,
.btn-navbar-t .icon-bar:focus,
.btn-navbar-t .icon-bar:active {
  filter: Alpha(opacity=80);
  opacity: 0.8;
}

.btn-navbar-t .icon-bar {
  background: #ccc;
  display: block;
  margin-top: 4px;
  width: 18px;
  height: 2px;
}

/*-------</END 导航>------------*/

/*-------</END 切换导航按钮>------------*/

/* 小屏幕 一*/
@media screen and (max-width:1180px) {
  .menu .header-nav .nav-box {
    width: auto;
  }

  .content-box {
    margin: 30px 15px;
  }

}

/* 小屏幕 二*/
@media screen and (max-width:870px) {
  .menu .header-box .logo {
    padding: 0px;
  }

  .menu {
    height: auto;
  }

  .header-box .clearfix.none {
    display: block;
  }

  .menu .header-nav {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .menu .header-box {
    width: 100%;
    position: relative;
  }

  /*-----------</LOGO>---------------*/
  .menu .nav li a:hover:after {
    display: none;
  }

  .menu .btn-t {
    display: block;
    position: absolute;
    top: 18px;
    right: 14px;
    z-index: 99;
  }

  .menu .header-nav .nav-box {
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .menu .navbar-collapse {
    margin: 0;
    border-top-width: 2px;
    border-top-style: solid;
  }

  .menu .navbar-collapse.collapse {
    display: none !important;
  }

  .menu .navbar-collapse.in {
    overflow-y: hidden;
    display: block !important;
    height: auto;
  }

  .menu .navbar-collapse.collapseing {
    padding: 0;
    margin: 0;
  }

  .menu .nav {
    float: none;
    width: 100%;
  }

  .menu .nav li {
    float: none;
    width: 100%;
    background: none;
    
  }


  .menu .nav li a {
    padding: 0 20px;
    text-align: left;
    display: block;
    font-size: 14px;
    margin: 0;
    line-height: 30px;
  }

  .menu .nav li a:hover,
  .menu .nav li.active a,
  .menu .nav li.active {
    text-align: left;
    color: #fff;
  }

  .menu .nav li a:hover,
  .menu .nav li.Theme {
    border-radius: 0;
    -webkit-transform: translatex(5px);
    -moz-transform: translatex(5px);
    transform: translatex(5px);
  }

  .menu .NavBox {
    width: 100%;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  .menu .header-box.active .NavBox {
    visibility: visible;
  }

  /*-----------</菜单>---------------*/

}


/* 新加 */

.menu .logo_name {
  float: left;
  width: 25%;
  overflow: hidden;
}

.menu .header-nav {
  float: right;
  width: 74%;
}

.menu .navbar-brand img {
  max-width: 100%;
  max-height: 100px !important;
}

.menu .nav li {
  
  position: relative;
}

.menu .navbar-nav>li>a {
  position: relative;
  font-size: 16px;
}

.menu .nav>li ul {
  top: 95px;
}


.menu .nav>li .Themebghover:hover,
.menu .nav>li .ThemeBbg {
  background: none !important;
}

/* .menu .nav > li a:hover:before,.menu .nav > li .ThemeBbg:before{ content: ""; width: 40px; height:2px; background-color: olive; position: absolute; bottom: 6px; left: 50%; margin-left: -20px;} */
.menu .header-box .logo {}

/* .menu .header-box .logo img{    min-height: 60px !important;
  max-height: 60px !important;
  padding-top: 15px;} */


@media screen and (max-width: 870px) {
  .header-nav #NavBoxPublic {
    width: 100%;
    height: 100%;
    background-color: #333;
    border: none;
  }

  .menu .NavBoxPublic ul.navPublic li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .menu .NavBoxPublic ul.navPublic li .Themefont {
    color: #fff !important;
  }

 

  .menu .NavBoxPublic ul.navPublic li .Themebg {
    background-color: rgba(255, 255, 255, .1) !important;
  }

  .menu .m-menutop {
    overflow: hidden;
  }

  .menu .m-menutop-logo {
    float: left;
    width: 80%
  }

  .menu .m-menutop-logo img {
    max-height: 45px;
    max-width: 100%;
  }

  .menu .m-menutop-cose {
    float: right;
    padding-top: 10px;
    width: 15%;
    text-align: right;
  }

  .menu .m-menutop-cose i {
    font-size: 26px;
    margin-right: 10px;
    color: #fff;
  }

  .menu .m-menutop-so {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .menu .m-menutop-so .mnavformgroup {
    background-color: @Themebg;
    overflow: hidden;
    position: relative;
    padding: 10px 10px;
  }

  .menu .m-menutop-so .input1 {
    width: 80%;
    border: none;
    background: none;
  }

  .menu .m-menutop-so .button1 {
    display: inline-block;
    text-align: center;
    background: none;
    border: 0;
    outline: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 1px;
  }

  .menu .m-menutop-so .iconshiliangzhinengduixiang:before {
    font-size: 18px;
  }

  .menu .header-box .logo {
    height: auto;
    text-align: left;
  }

  .menu .header-box .logo img {
    max-height: 96px !important;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 10px;
    transform: translate(0);
  }
}

@media screen and (max-width: 768px) {
  .menu .header-box .logo img {
    min-height: 10px !important;
    max-height: 45px !important;
    padding-top: 0;
  }

  .album video {
    display: none;
  }

  .album .title_name2 {
    color: #444 !important;
  }
  
}

@media screen and (max-width: 600px) {

  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-10,
  .row .col-md-11 {
    padding: 0px;
  }
}

@media screen and (max-width: 1120px) {
  .menu .navbar-nav>li>a{
    font-size:14px;
    width:7.6rem;
  }
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 320px) {
  #pp {
    margin-left: 0;
  }
}


/* 增加导航栏背景颜色 */
.menu {
  background: #f5f5f5;
}
.carousel{margin: 0;}
.bannerBox{position: relative;}
.banner .carousel-control{background: none;}
.bannerEffect .tp-bullets.simplebullets.round .bullet:hover, .bannerEffect .tp-bullets.simplebullets.round .bullet.selected, .bannerEffect .tp-bullets.simplebullets.navbar .bullet:hover, .bannerEffect .tp-bullets.simplebullets.navbar .bullet.selected{
    background-color:#63b0ff ;
}
@media screen and (max-width:870px) {
/* .banner { margin-top: 95px;} */
}
.bannerEffect .tp-leftarrow.large, .bannerEffect .tp-rightarrow.large{
    height:120px;
    background-position: center center;
    margin-top:-60px;
}
/*---公告----*/
.notice{ max-width: 1030px; margin: 0px auto; height: 49px; line-height:49px; z-index:4; position: relative; width: 100%; top: 0;}
.notice-box .zuixin{ font-weight: bold; font-size: 12px; height: 49px; line-height: 49px; padding: 0px 10px; float: left; color: #fff; display: block; }
.notice .notice-box {  height: 49px; clear: none;  line-height: 49px; width: 100%; background-color: #f0f0f0;}
.notice .notice-box .noticeBox{ max-width: 1030px;height: 49px; margin: 0 auto; }
.notice .notice-box ul.notice-ul{color:#fff; font-size:12px; height: 49px; list-style:none; padding:0;display: block; margin: 0px; max-width: 80%;  } 
.notice .notice-box ul.notice-ul li { white-space: nowrap; text-overflow:ellipsis; overflow:hidden; line-height:49px;}
.notice .notice-box ul.notice-ul li a{ color: #fff;}
.notice .notice-box ul.notice-ul li a:hover{ text-decoration: none; }
.notice .alertinfo{ padding: 0px; box-sizing:border-box; height: 49px; line-height: 49px;}

.notice .notice-box .icon-comiisgonggao{color: #fff;float: left; margin-left: 5px; font-size: 22px;}

/*---搜索----*/
.notice .search{  float: right;  height: 35px; margin-top: 7px; margin-right: 10px; width: 90%;}
.notice .searchBox{ background: #f0f0f0;}
.notice .search .navbar-form {padding:0px; float:right; margin: 0px; height: 35px; position: relative; width: 100%;}
.notice .search .navbar-form .form-control { border-radius: 0; border: 0; box-shadow:none; font-size: 12px; height: 35px;line-height: 35px; border:none; padding:0px 10px; background-color: #fff; box-sizing:border-box;  vertical-align: top; width: 100%;}
.notice .search .dropdown-menu { border-radius: 0; padding:0; min-width: 70px; left:0px;}
.notice .search .dropdown-menu>li { padding:0;}
.notice .search .dropdown-menu>li>a { text-align:center; font-size:12px;color:#666; display:block; line-height:26px; padding: 0px;}
.notice  .search .btn-danger { color: #fff;background-color: #bcbcbc; border:1px solid #bcbcbc;background-image:none; border-radius: 0; padding: 9px 4px; font-size: 12px;}
.notice .search .form-group{ float: left; height: 35px; width: 100%;}
.notice .btn-search-group {color:#fff;font-size:12px;font-family: "SimSun";cursor: pointer;  right: 0px;  margin:0px;  vertical-align: top; position: absolute;}
.notice .btn-search-group .btn {
	background: none !important;
	border: none !important;
}
.notice .alertinfo li {
	line-height: 40px;
	white-space: nowrap;
}
.notice .col-md-5{ margin-left: 0px !important; width: 42.25%; height: 49px;}

/* 小屏幕 一*/
@media screen and (max-width:1030px) {
.notice .notice-box{ max-width:100%; position:static;}
.notice{ margin:0px auto; }

}

/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width:870px) {
.notice .searchBox{ display: none;}
.notice,.notice .notice-box,.notice .notice-box .noticeBox,.notice .alertinfo,.notice-box .zuixin,.notice .notice-box ul.notice-ul,.notice .notice-box ul.notice-ul li{ height: 42px; line-height: 42px;}
.notice .col-md-7{ width: 100%;}
}






/*配置模块背景*/
.tpl_five{background-attachment:fixed; background-image:url(//alipic.files.mozhan.com/mozhan/20251023/cfd149772ad48da0baafdc67fa67f4f8.jpg);background-repeat:@Pagebg_repeat; background-size:100% 100%;
  padding:40px 0 0;}
.tpl_seven{background-attachment:fixed; background-image:url(/Public/Images/ThemeBg/BgImg/Scene/270-07.jpg);background-repeat:@Pagebg_repeat;}

/*配置颜色*/
.Themebg,.Themebghover:hover,.articleLabel .case_box ul li .case_img:before,
.articleLabel .case_box ul li .case_img:after,
.message-list dl dt,.form .header,.ThemeSbg {background-color:rgb(71, 128, 215) !important;}
.Themefont,.Themetxthover:hover{color:rgb(71, 128, 215) !important;}
.ThemeFborder,.message-list dl,.form{border-color:rgb(71, 128, 215) !important;}

.NavBoxPublic .TriangleBtn:before,.component_title .middle:before,.component_title .middle:after{border-color:rgb(71, 128, 215) !important;}
/*字体*/
@font-face {font-family: "iconfont";
  src: url('/Public/Images/Theme270/icon/iconfont.eot');
  src: url('/Public/Images/Theme270/icon/iconfont.eot?#iefix') format('embedded-opentype'),
  url('/Public/Images/Theme270/icon/iconfont.woff') format('woff'),
  url('/Public/Images/Theme270/icon/iconfont.ttf') format('truetype'), 
  url('/Public/Images/Theme270/icon/iconfont.svg#iconfont2') format('svg'); 
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
}

.icon-zengjia:before {
  content: "\e656";
}

.icon-dizhi:before {
  content: "\e66b";
}

.icon-youxiang:before {
  content: "\e60f";
}

.icon-lianxiren:before {
  content: "\e63c";
}

.icon-dianhua:before {
  content: "\e71b";
}

.product-item .ImgBox .div-img img{
  width: 100%;
}
.pro .swiper-button-next-2,.pro .swiper-button-prev-2 {
  background-image: none !important;
  height: 120px !important;
  background: #000 !important;
  font-size: 25px !important;
  color: #fff !important;
  width: 45px !important;
  text-align: center !important;
  line-height: 120px !important;
}

.title_name .title {
  text-align: center;
  font-size: 24px;
  
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding:10px 0 0;
  
}
.title_name .title:after{
  position: absolute;
  content: "";
  top:0;
  left:0;
  right:0;
  width:40px;
  margin:auto;
  border:2px solid rgb(71, 128, 215);
}
.title_name .title-Enlish {
  text-align: center;
  font-size: 30px;
  color: #ddd;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  margin-bottom: 30px;
}

.title_name .title:before {
  content: '';
  width: 45px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

  /*公共样式*/
  .content-box{  max-width: 1030px; margin: 0 auto;box-sizing:border-box;  }
  .row { margin: 0; }
  .mt15{  margin-top: 15px; }
  .mt5{  margin-top: 5px; }
  .overflow{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .TopologyLeft .body-left{ margin: 0!important;}
  @media screen and (max-width:1030px) { 
    .content-box{  margin: 0 15px; }
   }
/*内页--产品列表页/产品详情页/产品更多信息页/新闻列表页/新闻详情页/关于我 们/图库列表页/图库详情页/留言反馈页/联系我们/LBS/网页地图/面包屑--样式*/
.row,h3,h4,h5{ margin:0;}
.mt5{ margin-top: 0!important;}
.DoesNot{text-align: center;font-size: 20px;margin: 50px 0;}
/*----按钮----*/
a.a-btn { padding:0 10px; height:28px; line-height:28px; display:inline-block; cursor:pointer; margin-right:5px;}
a.a-btn + a { margin-bottom:3px; }
a.a-btn.a-btn1 { background-color:#cfcdcf; color:#666666; }
a.a-btn.a-btn1:hover { background-color:#ccc; color:#FFF;}

a.a-btn.a-btn2 { background-color:#e8603c; color:#fff;}
a.a-btn.a-btn2:hover { background-color:#f3af9d; }

.a-btn { padding:0 10px; height:28px; line-height:28px; display:inline-block; cursor:pointer; margin-right:5px; border:none;}
.a-btn.a-btn2 { background-color:#e8603c; color:#fff;}
.a-btn.a-btn2:hover { background-color:#f3af9d; color:#fff;}
@media screen and (max-width: 480px) {
	a.a-btn + a { margin-bottom:8px; }
}
/*-----------表格---------------*/
.table-01 { width:100%; margin-bottom:15px; }
.table-01 th, .table-01 td { padding:5px 2px;font-size:14px;}
.table-01 th { text-align:right; width:60px; font-weight:normal; color:#666; font-size:14px;}
.table-01 td { color:#666; }
.table-01 .jiathis_style_24x24 { margin:0; }

.table-02{ width:100%; }
.table-02 th, .table-02 td { padding:5px 2px; font-size:12px; line-height:30px; }
.table-02 th { text-align:right; width:125px; font-weight:normal; color:#666; vertical-align:text-top; }
.table-02 td { color:#666; }
.table-02 .line-b { border-bottom:1px dashed #ccc;}
.table-02 .line-b  th{ color:#000;}
.table-03 th { width:80px; }
.table-02.table-02-b th {width:110px; }

/*----输入框----*/
input.text01 { border:1px solid #d8d9da; height:30px; color:#333333;  line-height: 30px; padding: 2px 5px; width:75%; size:auto;  box-shadow:0 0 2px #d6d6d6 inset; font-size:12px; }
input.text01:focus, input.text01:hover, input.text01:active { border-color: #d8d9da; box-shadow: 0 0 3px #d6d6d6; }
.textarea01 { background-color:#fff; border:1px solid #dfdfdf; padding:5px; color:#636363; width:75%; }
.textarea01:focus { border-color: #d8d9da; box-shadow: 0 0 4px #d6d6d6; }


/*----翻页模块----*/
.page .col-lg-3, .page .col-lg-9{ padding:0; margin:10px 0; height:34px; line-height:34px;}
.page .col-lg-9{ text-align:right;}
.page .col-lg-3{ float:left;}
.page .pagination{ margin:0; padding-left:12px;}
.page .pagination > li > a{ color:#666;}
.page .pagination > li:first-child > a, .pagination > li:first-child > span{ border-bottom-left-radius: 0; border-top-left-radius: 0;}
.page .pagination > li:last-child > a, .pagination > li:last-child > span{ border-bottom-right-radius: 0; border-top-right-radius: 0;}
.page .pagination > .active > a, 
.page .pagination > .active > span, 
.page .pagination > .active > a:hover, 
.page .pagination > .active > span:hover, 
.page .pagination > .active > a:focus, 
.page .pagination > .active > span:focus{ background-color: #e8603c; border-color:#e8603c; color:#FFF;}
.pager .previous > a, .pager .next > a{color: #fff;}
.pager .next > a:hover{color:#000;}
@media screen and (max-width:1030px) {
	.page .col-lg-3, .page .col-lg-9{ margin:0; }
	.page .col-lg-3{ text-align:right;}
}
@media screen and (max-width:870px) {
	.page .col-lg-9{ margin:0 0 15px; }
	.TopologyLeft .body-right,.TopologyRight .body-right{padding: 0 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
}
@media screen and (max-width: 768px) {
	.page .col-lg-3{ float:none;}
}
/*----------------------------------------</END 公共模块>------------------------------------------------------*/

/*------------内容通用内容部分--------------*/
/*针对设计中心*/
.demo-box-hw1 .content-box .body-left{margin-top: 0px !important;}
/*----面包屑模块----*/
.breadCrumb{ background-color: #eee; border-top: 4px solid #ccc; height: 36px; line-height: 34px; padding: 0 12px; margin-bottom:10px; color:#999;}
.breadCrumb em { font-family: Arial; font-size: 14px; padding: 0 8px;}
.breadCrumb a { color:#333;}

/*----产品列表----*/
.pro-list{ padding:0; width:100%;float: left;}
.pro-list .thumbnail { text-align:center;padding:15px; margin-bottom:10px;border: 1px solid #ECECEC;border-radius:0;}
.pro-list .thumbnail:hover { border: 1px solid #e8603c;}
.pro-list .thumbnail .title{ text-align:center; color:#e8603c; text-overflow:ellipsis; font-size:16px; white-space:nowrap; overflow:hidden; background:none; height:40px; line-height:40px; margin:0px 7px;}
.pro-list .thumbnail p{ font-size:12px; line-height:24px; min-height:25px; max-height:25px; overflow:hidden; color:#999; text-align:center; margin:0px;}
.pro-list .thumbnail img{ width:100%;}
.pro-list li.col-md-3:nth-child(4n+1) {margin-left:0;}
.pro-list li.col-md-3 {margin-left:0\9; margin-right:8px\9;}/*解决IE8兼容兼容问题*/

@media screen and (max-width:980px) {
	.pro-list .thumbnail .title{ margin:0px 5px;}
	.pro-list li.col-md-3 { margin-right:6px\9;}/*解决IE9响应兼容问题*/
}

@media screen and (max-width:870px) {
	.pro-list .thumbnail .title{ margin:0;}
}

@media screen and (max-width: 600px) {
	.pro-list .col-md-3{ width:49.3%;}
	.pro-list .thumbnail { padding:15px;}
	.pro-list li[class*="col-"]:nth-child(2n+1) { margin-left:0;}
	.pro-list li.col-md-3 { margin-right:2px\9;}/*解决IE9响应兼容问题*/
}
@media screen and (max-width: 360px) {
	.pro-list li.col-md-3 { margin-right:1px\9;}/*解决IE9响应兼容问题*/
}

/*-----产品详情页-----*/
.product-detail { padding:0; width:100%; display:table; margin:5px 0 0 0; height:auto;}
.product-detail .col-md-5, .product-detail .col-md-7{ padding:0;}
.product-detail .col-md-5 .DB_imgWin img{ margin-bottom:0; padding:0; border-radius:0;}
.product-detail h3 { font-size:16px; color:#e8603c; padding:4px 0 5px 20px; font-family:宋体; margin:0;}
.product-detail .ProductimgBox .thumbnail{ margin-bottom: 0;}
.fieldset-style {word-break: break-all; word-wrap:break-word; overflow:hidden; margin:15px 0;}
.fieldset-style h3 { font-weight:bold; padding-left:10px; font-size: 12px; height:28px ; line-height: 28px;  color: #fff;  border: 0; background-color:#e8603c; margin:0;}
.title-ny { background-color:#fff; margin-bottom:10px; padding:15px; color:#00AADD; font-size:14px; }
.fieldset-style .div1 { border:1px solid #ECECEC; padding:6px 10px;  color:#666;}
.fieldset-style .div1 dl img { max-width:100%; }
.fieldset-style .div1 dl { overflow:hidden; margin-bottom:10px; margin-top:5px; }
.fieldset-style .div1 dl dt { margin-bottom:8px;  height:20px; line-height:20px; display:block; border-left:5px solid #f3af9d; padding-left:10px;  }
.fieldset-style .div1 dl dd { line-height:22px;  }
.pro_keyword { padding: 0;}

/*----产品更多详情----*/
.table-box { padding: 0; margin-bottom:10px;}
.table-box p{ border-bottom:1px dashed #ccc; color:#000; font-size:14px; height:40px; line-height:40px; margin-bottom:5px;}

/*-----------资讯列表页---------------*/
.nlist-box li{ height:32px; line-height:32px; color:#666; border-bottom:1px dashed #CCC; position: relative;}
.nlist-box li:before{content:"．";}
.nlist-box li a{ color:#666; padding-right: 80px; width: 75%;  position: absolute;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nlist-box li a:hover{ color:#e8603c;}
.nlist-box li span{ position: absolute;right: 0; top: 0;}
body .news-nr-box p { font-size: 12px; line-height: 24px;}
body .news-nr-box img { margin: 0 auto 10px;}

@media screen and (max-width: 600px) {
	.nlist-box li span{  display:none;}
}

/*图片详情*/
.photo.row .layout_default p { line-height: 18px;}

/*-----------公司介绍---------------*/
.company-box {}
.company-box p { line-height:2.1em; overflow:hidden;  color:#333;  }

/*-----------网站地图---------------*/
.map-box {padding:0; margin-bottom:10px;}
.map dl { border-bottom:1px dashed #ccc; padding:12px; font-size:13px; margin:0px; }
.map dl:last-child { border-bottom:none; }
.map dl dt { float:left; color:#000; }
.map dl dd { display:inline; margin:0px; }
.map dl dd a { margin:0 10px 10px; float:left; color:#666}
.map dl dd a:hover { color:#e8603c}
.map dl dd p { overflow:hidden; }

/*联系我们/lbs地图*/
.map-box1 { margin:15px 0; min-height:300px;}

/*-----------客户留言、留言反馈---------------*/
.message-box {padding:0 0 10px; margin-bottom:10px;}
.message-list { padding: 0;}
.message-list .addBtn{margin-bottom: 15px;}
.message-list dl { overflow:hidden; border:1px solid #f3af9d; margin:0 0 10px 0; }
.message-list dl dt { font-family:宋体; font-size:15px; line-height:30px; overflow:hidden; margin-bottom:10px; height:30px; padding:0 12px; background-color:#f3af9d; }
.message-list dl dt b { font-weight:normal; color:#fff; }
.message-list dl dt span { float:right; font-size:12px; color:#fff; }
.message-list dl dd { margin:15px 12px; }
.message-list dl dd p { font-size:13px; margin-bottom:10px; color:#666; }
.message-list dl dd small { font-size:12px;  color:#666;}
.message-list dl dd p i, .message-list dl dd small i{ float:left; color:#e8603c; padding-right:18px; font-size:18px}

blockquote { border-left: 5px solid #fff; margin: 0 0 20px; padding:0 ; }
blockquote small:before { content: ""; }

/*公共*/
.content-box .body-right,.TopologyLeft .body-right{ margin-top:15px;}

.SSSchazhao {width:1000px; display: block; background: #ddd;}
.content-box .body-right .mt15{margin-top: 0px !important;}
.container{ padding: 0;}
.content-box{ margin: 15px auto !important;}

.mb12{ margin-bottom: 12px!important;}
.mb8{ margin-bottom: 8px!important;}

/*针对文章搜索结果调整样式*/
.DoesNot{ margin: 0px;}
.nlist-box li:before{ position: absolute;}
.nlist-box li a{ padding-left: 12px;}
.mt15{margin-top: 0!important;}
.breadCrumb { border-bottom: 1px solid #ccc !important;border-top:none; height: 40px; color: #333; overflow: hidden;}
.content-box {
    max-width: 1180px;
    margin: 30px auto;
}
.fieldset-style h3{ color: #333; border: 1px solid; height: 40px; line-height: 40px; }

.fieldset-style .div1{ margin-bottom: 10px ;}

.content-box .body-right, .TopologyLeft .body-right{ margin-top: 0px !important;}
.TopologyLeft .body-right{ margin: 0px !important;}

.message-list dl dt b,.message-list dl dt span{ color: #fff;}

.breadCrumb em, .breadCrumb b, .breadCrumb span, .breadCrumb a{line-height: 30px;}

.container{ width: auto;}

.page .col-lg-3{ width: 40%;}
.page .col-lg-9{ width: 60%;}

a.add-to-cart{ max-width: 200px; white-space: nowrap; text-overflow:ellipsis;}

.body-right .page{ height: auto; overflow: hidden; margin: 10px 0px;}

.pro-list .thumbnail{padding: 0px;}
.pro-list .thumbnail p{ display: none;}
.pro-list .thumbnail .title{ font-size: 14px; color: #333 !important;}
.pro-list .thumbnail:hover {border:none;}

/*----小栏产品分类----*/
.pro_class_x{ margin-bottom: 15px !important; background-color: #fff;}

.title_x{ height: 40px; line-height: 40px; text-align: center; position: relative; color: #fff; font-size: 16px;}
.title_x span{ margin: 0px; padding: 0px; font-size: 16px; color: #fff;}

.pro_class_x .product-class{ padding:10px; border:1px solid #ccc; border-top: none;}
.pro_class_x .product-class li{ width:100%; line-height:38px; border-bottom: 1px solid #ccc;}
.pro_class_x .product-class li:last-child{ border-bottom: none;}
.pro_class_x .product-class li a{padding: 0 15px; display:block; color:#333; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_class_x .product-class li a.second{text-indent:10px;}
.pro_class_x .product-class li a:hover, .pro_class_x .product-class li a.Themebg{ color:#fff !important; text-decoration: none;}

/*----小栏相关产品模块----*/
.p_pro_x{ margin-bottom: 15px !important;}
.smallphotoBox{ min-height: auto;}

/*----小栏相关资讯模块----*/
.p_info_x{ margin-bottom: 15px !important; background-color: #fff;}
.p_info_x .list-box{ padding: 10px; border: 1px solid #ccc;  border-top: none;}
.p_info_x .list-box li{ height:34px; line-height:34px; color:#666; text-align: left; position: relative; border-bottom: 1px solid #e1e1e1;}
.p_info_x .list-box li:before{content:"．"; position: absolute; left: 0px; top:-3px;}
.p_info_x .list-box li a{ color:#333; padding-left: 10px; display: block;}
.p_info_x .more{ text-align: center; clear: both;    margin: auto;color: #fff;padding: 0 5px;display: block;    width: 50px;}
.p_info_x .more a{ display: inline-block; font-size: 12px; position: relative; padding: 3px 10px; color: #fff; border-radius: 20px;}
.p_info_x .more i{ font-size: 14px; margin-right: 5px;}

/*----联系我们内页组件----*/
.p_contact{ margin-bottom: 15px;  background-color: #fff;}

.p_contact .contact-box{ padding: 10px; border: 1px solid #ccc; border-top: none;}
.p_contact p{ line-height: 28px; text-align: left;}

/*----大栏相关产品模块----*/
.p_pro_d{ margin-bottom:10px !important; margin-top: 10px;}
.p_pro_d .title_d{ overflow:hidden; height:40px; font-size:14px; font-weight: bold; line-height:40px; color: #fff; }
.p_pro_d .title_d span{padding:0 10px;color: #fff;display: block;float: left; max-width: 60%; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.p_pro_d .title_d .a-more {color:#fff;font-size: 12px;float: right; padding: 0 20px; line-height:40px;}
.p_pro_d .product-box li{
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.p_pro_d .product-box .thumbnail {border: 0;padding:0 0 2px;background: none; border-radius:0; position:relative;margin:0px;}
.p_pro_d .product-box .thumbnail .TxtBox p{color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 5px}
.p_pro_d .product-box li,.p_pro_d .product-box li:first-child{margin-top: 15px; margin: 15px 0.5% 0 \9;}

.p_pro_d .product-box li.col-md-3:nth-child(4n+1){margin-left: 0;}
.p_pro_d .div-img img{ width:100%;}
.p_pro_d .product-box .thumbnail a.ImgBox{position: relative;z-index: 2;}
.p_pro_d .product-box .thumbnail h5{text-align: center; position: relative; height:30px; line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#fff; font-size:12px; margin: 0;    padding: 0 5px;}
.p_pro_d .product-box li .TxtBox a{color:#fff;float: right;padding:0 10px 10px;}
.p_pro_d .product-box .thumbnail h5:hover,.p_pro_d .product-box li .TxtBox a:hover{text-decoration: underline;}
.TopologyCenter .body-left{padding-top: 0;}
@media screen and (max-width: 1180px) {
.content-box{ margin: 15px 10px 0px!important;}
}

@media screen and (max-width:980px) {
	.p_pro_d .ProxBox ul .title{ margin:0px 5px;}
	.p_pro_d .ProxBox ul li.col-md-3 { margin-right:6px\9;}/*解决IE9响应兼容问题*/
}

@media screen and (max-width:870px) {
	.body-right .p_pro_d{ margin: 0 0 10px;}
	.p_pro_d .ProxBox ul .title{ margin:0;}
	.TopologyLeft .body-right, .TopologyRight .body-right{ padding: 0px;}
}

@media screen and (max-width: 600px) {
	.p_pro_d .ProxBox ul .col-md-3{ width:49.3%;}
	.p_pro_d .ProxBox ul li[class*="col-"]:nth-child(2n+1) { margin-left:0;}
	.p_pro_d .ProxBox ul li.col-md-3 { margin-right:2px\9;}/*解决IE9响应兼容问题*/
}

/*----大栏相关资讯模块----*/
.p_info_d .list-box li{ height:90px; overflow:hidden; border: 1px solid #ccc; margin-bottom: 12px; padding:0px 10px 0px 0px; box-sizing:border-box; float: left; width: 49.2%; margin-left: 1.4%; background-color: #fff;}
.p_info_d .title_d{ overflow:hidden; height:40px; font-size:14px; font-weight: bold; line-height:40px; margin: 15px 0px; }
.p_info_d .title_d span{padding:0 10px;color: #fff;display: block;float: left;width: 60%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.p_info_d .title_d .a-more{color:#fff;font-size: 12px;float: right; padding: 0 20px; line-height:40px;}
.p_info_d .list-box li .face img{ width: 120px; margin-right: 15px; float: left;}
.p_info_d .list-box li h3{ color:#666; height: 38px; line-height: 38px; background: none; margin: 0; font-size: 12px; text-align: left;}
.p_info_d .list-box li.col-md-6:nth-child(2n+1) {margin-left:0;}
.p_info_d .list-box li p{line-height: 20px; color: #666; max-height: 40px; overflow: hidden;}
@media screen and (max-width: 480px) {
	.p_info_d .list-box li{ width: 98%; margin-left: 0px;}
}

/*----小栏资讯分类----*/
.info_class_x{ margin-bottom: 15px !important;background-color: #fff;}
.info_class_x .tab-box{ padding:10px; border: 1px solid #ccc; border-top: none;}
.info_class_x .tab-box a {padding:0 15px; display:block; color:#333;line-height:38px; margin:0px; background: none; border-bottom: 1px solid #ccc;}
.info_class_x .tab-box a:last-child{border-bottom:none;}
.info_class_x .tab-box a:hover,.info_class_x .tab-box a.active{ color:#fff !important; }

/*----大栏资讯分类----*/
.info_class_d{ background-color: #fff; margin-bottom: 15px;}
.info_class_d .title_d{text-align: center;border-bottom-width:1px;border-bottom-style:solid; font-size:16px; overflow: hidden; position: relative; color:#333; margin:0px; line-height:40px;height:40px;}
.info_class_d .tab-box { overflow:hidden;}
.info_class_d .tab-box a {padding:0 10px; display:block;max-width: 240px; color:#333;line-height:30px; margin-bottom:8px;border: 1px solid #ddd; float: left; margin-right: 15px;}
.info_class_d .tab-box a:hover,.info_class_d .tab-box a.active{ color:#fff; background-color:#f3af9d;}
@media screen and (max-width:870px) {
	.info_class_d{ margin: 0 15px;}
	.body-right .info_class_d{ margin: 0;}
}

/*----大栏产品分类----*/
.pro_class_d{ background-color: #fff; margin-bottom: 15px;}
.pro_class_d .title_d{ text-align: center;border-bottom-width:1px;border-bottom-style:solid; font-size:16px; overflow: hidden; position: relative; color:#333; margin:0px; line-height:40px;height:40px;}
#ProClass {display: block!important;}
#ProClass li.Selection a{ background-color: #fff;}
#ProClass li.ac .Classtriangle:after{top: 13px;}
.pro_class_d .product-class{ padding:10px;}
.pro_class_d .product-class li{ line-height:34px; margin:0 15px 8px 0; float: left;}
.pro_class_d .product-class li a{padding: 0 15px; display:block; color:#333;border: 1px solid #ddd; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; max-width: 240px;}
.pro_class_d .product-class li a.second{text-indent:10px;}
.pro_class_d .product-class li a:hover, .pro_class_d .product-class li a.Themebg{ color:#fff;}
@media screen and (max-width:870px) {
	.pro_class_d{ margin: 0 15px;}
	.body-right .pro_class_d{ margin: 0;}
}
.nlist-box li a{  width: 68%; padding-right: 0px;}
.fieldset-style h3{ color: #fff;}
a.a-btn{ margin-bottom: 5px; }
@media screen and (max-width:1030px) {
	.page .col-lg-3{ text-align: left; float: left;}
}


@media screen and (max-width:600px) {

.nlist-box li a{ width: 100%;}
}

@media screen and (max-width: 414px) {
.page .col-lg-3{ width: 45%;}
.page .col-lg-9{ width: 55%;}
.nlist-box2 li .news_det{ width: 58%;}
.nlist-box2 li .news_img{ width: 40%;}
}

@media screen and (max-width: 375px) {
.page .col-lg-3{ width: 100%; text-align: left;}
.page .col-lg-9{ width: 100%; text-align: left;}
.page .col-lg-3,.page .col-lg-9{ margin: 0px;}
.page .pagination{ padding-left: 0px;}
}

.btn-warning.btn-can{ margin-left: 0px !important; margin-top:0px; margin-right: 0px !important; padding: 0px 5px!important; height: 32px!important;margin-bottom: 5px; line-height: 32px;}

.Themebg.btn-success{  margin-bottom: 10px;padding: 0px 5px!important; margin-right:5px;height: 32px!important;}

.row {
	margin: 0;
}

body {
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial !important;
}

.wrapper {
	max-width: 1180px;
	margin: 0 auto;
}

.DoesNot {
	text-align: center;
	font-size: 20px;
	margin: 50px 0;
}

.renbanner .item-con {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 35%;
	-webkit-transform: translateX(-50%) translateY(-60%);
	-moz-transform: translateX(-50%) translateY(-60%);
	-ms-transform: translateX(-50%) translateY(-60%);
	transform: translateX(-50%) translateY(-60%);
}

.renbanner .item-con p {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.2)
}

.renbanner .item-con h3 {
	font-size: 24px;
	color: #fff;
	position: relative;
	top: -20px;
}

.banner .item-img img {
	display: block;
	width: 100%;
}

.infooternav_con,
.infooternav_left {
	background: none !important;
}

.infooternav h3 {
	color: #f00;
}

/*----按钮----*/
a.a-btn {
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}

a.a-btn+a {
	margin-bottom: 3px;
}

a.a-btn.a-btn1 {
	background-color: #cfcdcf;
	color: #666666;
}

a.a-btn.a-btn1:hover {
	background-color: #ccc;
	color: #FFF;
}

.Themebg.btn-success {
	margin-bottom: 5px;
	margin-right: 5px;
}

.btn-warning.btn-can {
	margin-left: 0px;
}

.TopologyLeft .body-right,
.TopologyLeft .body-left {
	margin: 0px;
}

.pro_keyword {
	padding: 0px;
}

a.a-btn.a-btn2 {
	color: #fff;
}

.TopologyCenter .body-left {
	padding-top: 25px;
}

.photo.row {
	padding-top: 40px;
}
.photo li{
	margin-bottom:2rem;
}
/*----面包屑模块----*/
.breadCrumb {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #333;
	/* border-bottom: 1px solid #ccc; */
	background-color: #eee;
}

.breadCrumb em {
	font-family: Arial;
	font-size: 14px;
	padding: 0 8px;
}

.breadCrumb a {
	color: #333;
	margin: 0px;
	line-height: 40px;
}

.breadCrumb a.pick {
	color: #1e82c5;
}

.breadCrumb em,
.breadCrumb b,
.breadCrumb span {
	margin: 0px;
	line-height: 40px;
}


/*----翻页模块----*/
.page {
	margin-top: 25px;
}

.page .col-lg-3,
.page .col-lg-9 {
	padding: 0;
	margin: 10px 0;
	height: 34px;
	line-height: 34px;
}

.page .col-lg-9 {
	text-align: right
}

.page .pagination {
	margin: 0;
	padding-left: 12px;
}

.page .pagination>li>a {
	color: #666;
}

.page .pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.page .pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.page .pagination>.active>a,
.page .pagination>.active>span,
.page .pagination>.active>a:hover,
.page .pagination>.active>span:hover,
.page .pagination>.active>a:focus,
.page .pagination>.active>span:focus {
	background-color: #1e82c5;
	border-color: #1e82c5;
	color: #FFF;
}


/*----左侧标题模块----*/
.content-box {
	margin: 0 auto !important;
}

.details-banner {
	background-color: #eee;
}

.details-banner img {
	display: block;
	width: 100%;
	;
}



/*----产品分类----*/
.classifi {
	padding: 10px 0;
}

.classifi .product-class {
	text-align: center;
}

.classifi .product-class li {
	position: relative;
	padding-right: 10px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}

.classifi .product-class li a {
	max-width: 150px;
	margin-top: 5px;
	display: block;
	padding: 0 20px;
	color: #fff;
	border-radius: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.classifi .product-class li a.ThemeSbg {
	color: #fff !important;
}

.classifi .product-class li a:hover,
.classifi .product-class li a.active {
	color: #fff;
}

.classifi#ProClass li .classBox {
	top: 46px;
}

.classifiLeft {
	background: #fff;
	margin-top: 15px;
}

.ClassLeftBox .product-class {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
}

.body-left.ClassLeftBox .product-class li {
	background: none;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}

.body-left.ClassLeftBox .product-class li:last-child {
	border-bottom: none;
}

.ClassLeftBox .product-class li a,
.ClassLeftBox .product-class li {
	line-height: 38px;
}

.body-left.ClassLeftBox .product-class li a.ThemeSbg,
.body-left.ClassLeftBox .product-class li a:hover {
	color: #fff !important;
}

.body-right #ProClass li.ac .Classtriangle:after {
	border-top-color: #fff !important;
}

.body-left .LeftBox {
	background: #fff;
}

.body-left h4,
.classifi h4 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	color: #fff;
}

.body-left h4 span,
.classifi h4 span {
	font-size: 16px;
}

.body-left .LeftBox .list-box {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
}

.LeftBox .more {
	text-align: center;
	clear: both;
	margin: 10px 0px;
}

.LeftBox .more a {
	display: inline-block;
	font-size: 12px;
	position: relative;
	padding: 3px 10px;
	color: #fff;
	border-radius: 20px;
}

.LeftBox .more i {
	font-size: 14px;
	margin-right: 5px;
}


/*----公司资讯----*/
.body-left .list-box {
	padding: 10px 0;
}

.body-left .list-box li {
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}

.body-left .list-box li a {
	color: #333;
	padding-left: 10px;
}

.body-left .list-box li span {
	display: none;
}

.LeftBox.mt15 {
	margin-top: 15px;
}

.ClassLeftBox .list-box li:before {
	position: absolute;
	left: 0px;
	top: -3px;
}

/*----相关产品模块---*/
.body-right .productBox {
	width: 100%;
	margin: 15px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.productBox h4.title01 {
	overflow: hidden;
	color: #333;
	font-size: 14px;
	font-weight: bolder;
	padding: 12px 10px;
	background-color: #eee !important;
}

.productBox h4.title01 span {
	padding: 0 10px;
	color: @Themebg !important;
	display: block;
	float: left;
	border-left: 3px solid @Themebg;
}

.productBox h4.title01 .a-more {
	color: #fff;
	font-size: 12px;
	float: right;
	padding: 0 10px;
	line-height: 40px;
	display: none;
}

.productBox {
	max-width: 1180px !important;
}

.productBox .product-box li {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.productBox .product-box .thumbnail {
	border: 0;
	padding: 0 0 2px;
	background: none;
	border-radius: 0;
	position: relative;
	margin: 0px;
}
.productBox .product-box .thumbnail .digest{
	color:#aaa;
	line-height: 1.4;
	font-size:12px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
overflow: hidden;
}
.productBox .product-box li,
.productBox .product-box li:first-child {
	margin-top: 15px;
	margin: 15px 0.5% 0 \9;
}

.productBox .product-box li.col-md-3:nth-child(4n+1) {
	margin-left: 0;
}

.productBox .div-img img {
	width: 100%;
}

.productBox .product-box .thumbnail a.ImgBox {
	position: relative;
	z-index: 2;
}

.productBox .product-box .thumbnail h5 {
	text-align: center;
	position: relative;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 12px;
}

/*-----------表格---------------*/
.table-01 {
	width: 100%;
	margin-bottom: 15px;
}

.table-01 th,
.table-01 td {
	padding: 5px 2px;
	font-size: 14px;
}

.table-01 th {
	text-align: right;
	width: 60px;
	font-weight: normal;
	color: #666;
	font-size: 14px;
}

.table-01 td {
	color: #666;
}

.table-01 .jiathis_style_24x24 {
	margin: 0;
}

.table-02 {
	width: 100%;
}

.table-02 th,
.table-02 td {
	padding: 5px 2px;
	font-size: 12px;
	line-height: 30px;
}

.table-02 th {
	text-align: right;
	width: 125px;
	font-weight: normal;
	color: #666;
	vertical-align: text-top;
}

.table-02 td {
	color: #666;
}

.table-02 .line-b {
	border-bottom: 2px solid #1e82c5;
}

.table-02 .line-b th {
	color: #000;
	text-align: left;
}

.table-03 th {
	width: 80px;
}

.table-02.table-02-b th {
	width: 110px;
}

/*-----------输入框---------------*/
input.text01 {
	border: 1px solid #d8d9da;
	height: 30px;
	color: #333333;
	line-height: 30px;
	padding: 2px 5px;
	width: 75%;
	size: auto;
	box-shadow: 0 0 2px #d6d6d6 inset;
	font-size: 12px;
}

input.text01:focus,
input.text01:hover,
input.text01:active {
	border-color: #d8d9da;
	box-shadow: 0 0 3px #d6d6d6;
}

.textarea01 {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 5px;
	color: #636363;
	width: 75%;
}

.textarea01:focus {
	border-color: #d8d9da;
	box-shadow: 0 0 4px #d6d6d6;
}

/*----------------------------------------</END 公共模块>------------------------------------------------------*/

/*----产品列表----*/
.desc-txt {
	padding: 1rem 1rem;

}

.desc-txt h5 {
	font-size: 1.8rem;
	padding: .6rem 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	margin-bottom: .6rem;
}

.desc-txt .digest {
	color: #aaaaaa;
	
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.8;
}


.link .link-swiper .swiper-button-prev,
.link .link-swiper .swiper-button-next {
	left: 0;
	background: none
}

.link .link-swiper .swiper-button-prev::before,
.link .link-swiper .swiper-button-next::before,
.link .link-swiper .swiper-button-prev::after,
.link .link-swiper .swiper-button-next::after {
	position: absolute;
	top: 14px;
	left: 2px;
	content: '';
	display: block;
	width: 22px;
	height: 4px;
	border-radius: 2px;
	background: #7b7b7b;
	transform: rotate(-45deg) !important
}

.link .link-swiper .swiper-button-prev::after,
.link .link-swiper .swiper-button-next::after {
	top: 27px;
	transform: rotate(45deg) !important
}

.link .link-swiper .swiper-button-prev::before {
	top: 0;
}

.link .link-swiper .swiper-button-prev::after {
	top: 14px;
}

.link .link-swiper .swiper-button-next {
	left: auto;
	right: 0;
	transform: rotate(180deg) !important
}


.pro-list {
	padding: 20px 0 0;
	margin-top:50px;
}

.pro-list li {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	height: 400px;
	margin-bottom:2rem;
}

.pro-list .thumbnail {
	border: 0;
	padding: 0 0 2px;
	background: none;
	border-radius: 0;
	position: relative;
	margin: 0px;
}

.pro-list li.col-md-4,
.pro-list li.col-md-4:first-child {
	margin-top: 15px;
	margin: 15px 0.4% 0 \9;
}

.pro-list li.col-md-4:nth-child(3n+1) {
	margin-left: 0;
}

.pro-list .thumbnail a.ImgBox {
	position: relative;
	z-index: 2;
	display: block;
}



.pro-list .div-img {
	overflow: hidden;
}

.pro-list .div-img img {
	width: 100%;
}

.pro-list .thumbnail:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.productBox {
	max-width: 1030px;
	margin: 25px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------产品详情页---------------*/
.abstractBox{
	margin: 20px 0;
	padding: 15px 20px;
	
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.abstract{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    
    font-size: 12px;
    line-height: 2;
	
	box-sizing: border-box;
    
    color: #666;
}
.product-details {
	padding: 30px 0;
}

.product-detail {
	padding: 0;
	display: table;
	width: 100%;

}

.product-detail h1 {
	color: #333 !important;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
padding:0 20px !important;
}

.table-01 td {
	font-size: 1.8rem;
}

.product-count .form-control {
	border: 1px solid #ccc;
}

.product-count .input-group-addon {
	background-color: #fff;
	line-height: 1.2;
	color: #666;
	text-decoration: none !important;
}

.product-detail .thumbnail {
	margin-bottom: 0;
	border-radius: 0;
}

.product-detail a.a-btn {
	font-size: 1.4rem;
	padding: 0 60px;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	height:40px;
	line-height: 40px;
	color:#aaa;
}
.product-detail a.a-btn:hover{
	color:#FFF !important;
}
.priceBox{
	color:@Themebg !important;
	font-size:24px !important;
}
.product-detail .moreInfoBtn{
	width:300px;
	color:#FFF !important;
	background: @Themebg;
	border:1px solid @Themebg;
}
.product-detail .get-order-info{
	color:#aaa;
	border:1px solid #aaa;
	color:#aaa !important;
	background: transparent;
}
.product-detail a.a-btn:hover {
	opacity: .7;
}

.product-detail .thumbnail img {
	width: 100%;
}

.product-detail .ProductimgSmall li {
	border: 2px solid #fff;
}

.product-detail .ProductimgSmall li.active,
body .product-detail .ProductimgSmall li:hover {
	border: 2px solid @Themebg;
}

.product-detail h2 {
	font-size: 16px;
	padding: 4px 0 5px 20px;
	margin: 0;
}

.product-detail .col-md-5,
.product-detail .col-md-7 {
	padding: 0;
}

.fieldset-style {
	overflow: hidden;
	background: #fff;
	margin: 15px 0;
	word-break: break-all;
	word-wrap: break-word;
}

.fieldset-style .div1 {
	padding: 6px 10px;
	color: #666;
	border-top: none;
}

.fieldset-style .div1 dl img {
	max-width: 100%;
}

.fieldset-style .div1 dl {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 5px;
}

.fieldset-style .div1 dl dt {
	margin-bottom: 8px;
	height: 30px;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #1e82c5;
}

.fieldset-style .div1 dl dd {
	line-height: 22px;
}

.fieldset-style h3 {
	color: #fff;
}

/*-----------产品询价页---------------*/
.table-box {
	padding: 0px;
	margin-bottom: 10px;
	background: #fff;
}

.RightTitle {
	border-bottom-width: 2px;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	line-height: 45px;
	text-indent: 10px;
}

.table-box .title.p1 {
	border: none;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

/*-----------客户留言、留言反馈---------------*/

.message-box {
	padding: 0 10px 10px;
	background: #fff;
	margin-bottom: 10px;
}

.message-list {
	padding: 0;
	margin-top: 10px;
}

.message-list dl {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 15px;
}

.message-list dl dt {
	font-family: "宋体";
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	height: 30px;
	padding: 0 5px;
}

.message-list dl dt b {
	font-weight: normal;
	color: #fff;
}

.message-list dl dt span {
	float: right;
	font-size: 12px;
	color: #fff;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.message-list dl dd {
	margin: 0 12px;
}

.message-list dl dd p {
	font-size: 13px;
	color: #666;
	padding-bottom: 10px;
}

.message-list dl dd p i {
	float: left;
	color: #333;
	padding-right: 18px;
	font-size: 18px
}

blockquote {
	border-left: 5px solid #fff;
	margin: 0 0 20px;
	padding: 0;
}

blockquote small:before {
	content: "";
}

/*-----------公司介绍---------------*/
.company-box {
	padding: 20px 0;
}

.company-box p {
	line-height: 2.1em;
	overflow: hidden;
	color: #333;
	text-indent: 2em;
}

/*---友情链接----*/
.link {
	background-color: #f5f5f5;
	padding: 30px 0;
}

.link .swiper-slide img {
	width: 100% !important;
}

.link .link-swiper {
	padding: 0 35px;
}

.swiper-button-prev {
	left: 0px;
}

.swiper-button-next {
	right: 0px;
}

.friendBox {
	margin: 15px auto 0;
	max-width: 1030px;
}

.footers .footers-box {
	background-color: #000 !important;
}

.friendLink .link-box {
	height: auto;
	background-color: #fff;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.friendLink .link-box h4 {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
}

.friendLink .link-box ul {
	overflow: hidden;
	display: inline;
	color: #666;
	line-height: 30px;
}

.friendLink .link-box ul li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-style: normal;
	padding: 0 3px;
}

.friendLink .link-box ul li:first-child:after {
	display: none;
}

.friendLink .link-box ul li:after {
	content: '|';
	position: absolute;
	left: -10px;
	top: 0;
}

.friendLink .link-box ul a {
	word-break: break-all;
	word-wrap: break-word;
	font-style: normal;
	color: #666;
}

.friendLink .link-box ul a:hover {
	color: #ddd;
}


/*-----------网站地图---------------*/
.map-box {
	padding: 0;
	margin-bottom: 10px;
}

.map dl {
	border-bottom: 1px dashed #ccc;
	padding: 12px;
	font-size: 13px;
	margin: 0px;
}

.map dl:last-child {
	border-bottom: none;
}

.map dl dt {
	float: left;
	color: #000;
}

.map dl dd {
	display: inline;
	margin: 0px;
}

.map dl dd a {
	margin: 0 10px 10px;
	float: left;
	color: #666
}

.map dl dd a:hover {
	color: #1e82c5
}

.map dl dd p {
	overflow: hidden;
}

.map-box1 {
	margin: 15px 0;
	min-height: 300px;
}

/*----新闻资讯----*/
.BgP10 {
	background: #fff;
	padding: 10px 0px;
}
.news-box{
	padding:30px 0;
}
.news-box .news1-title{
    margin-bottom:3rem;
}
.news-box .news-nr-box h6{
	margin:0;
	color:#aaa;
	font-size:14px;
}
.content-box .page .col-lg-9 {
	width: 100%;
	float: none !important;
	text-align: left;
}

.page .col-lg-3 {
	display: none;
}

.tab-box {

	background-color: #eee;
    
}
.tab-box .wrapper{
	position: relative;
	display: flex;
	flex-flow: row wrap;
}
.tab-box a {

	padding: 1.4rem 3rem;
	display: inline-block;
	color: #333;
	font-size: 14px;
	background-color: #eee;
}

.tab-box a.Themebg:hover {
	color: #fff;
}

.tab-box a:hover,
.tab-box a.Themebg {
	color: #fff;
}
.tab-box .tab{
	margin-right:.4rem;
	margin-bottom:.4rem;
}
.tab-box .product-nav{
	display: none;
	position: absolute;
	z-index: 999;
	left:0;
	right:0;
	bottom:-48px;
}
.tab-box .active .product-nav{
	display: block;
}
.product-nav {
	border-bottom: 1px solid #eee;
	padding: .8rem 0;
}

.product-nav a {
	display: inline-block;
	padding: .6rem 4rem;
	color: #aaa;
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
	background-color: transparent;
}
.product-nav a::after {
	content: "";
	position: absolute;
	top:50%;
	margin-top:-5px;
	right:0;
	width:2px;
	height:10px;
	background-color: #aaa;
}
.product-nav a:last-child::after{
	display: none;
}
.product-nav a.active{
	color:#FFF;
}
.product-nav a:last-child {
	border: none;
}

.product-nav a:hover {
	color: @Themebg;
	background: none !important;
}



.nlist-box {
	padding: 0px;
}

.nlist-box li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #666;
	border-bottom: 1px solid #CCC;
	position: relative;
}

.nlist-box li:before {
	content: "●  ";
	left: 0px;
}

.nlist-box li a {
	color: #666;
	padding-left: 15px;
	float: left;
	width: 70%;
}

.nlist-box li span {
	color: #666;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.nlist-box2 {
	padding: 30px 0;
}

.nlist-box2 li {
	margin-bottom: 10px;

	padding: 10px;
	height: auto;
	overflow: hidden;
}

.nlist-box2 li .news_img {
	width: 30%;
	float: left;
	border: 1px solid #eee;
}

.nlist-box2 li img {
	width: 100%;
}

.nlist-box2 li .news_det {
	width: 68%;
	float: right;
}

.nlist-box2 li p {
	font-size: 1.8rem;
	height: 3rem;
	line-height: 3rem;
	color: #333;
	font-weight: bold;
	padding: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nlist-box2 li .time {
	color: #aaa;
	display: block;
	margin-bottom: 3rem;
	font-size: 2.4rem;
}

.nlist-box2 li .det_box {
	line-height: 24px;
	height: 72px;
	text-indent: 2em;
	color: #aaa;
	margin-top:40px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
overflow: hidden;
}

.body-right .page {
	clear: both;
	margin: 15px 0px 0px !important;
}

.p_artlelist h3 span {
	color: #333 !important;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.p_artlelist h3 {
	height: 42px;
	line-height: 42px;
	padding: 0px;
	margin-bottom: 10px;
}

.p_artlelist h3 a {
	color: #fff;
	padding: 0px 20px;
}

.p_artlelist h3 a.Themetxthover {
	color: #333 !important;
}

.btn-warning.btn-can {
	margin-left: 0px !important;
	margin-top: 0px;
	margin-right: 0px !important;
	padding: 0px 5px !important;
	height: 32px !important;
	margin-bottom: 5px;
	line-height: 32px;
}

.Themebg.btn-success {
	margin-bottom: 10px;
	padding: 0px 5px !important;
	margin-right: 5px;
	height: 32px !important;
}

/* 招聘 */
/* 招聘 */
.recruitn-page {
	padding: 30px 0;
}

.recruitn_box .page {
	margin-top: 0;
}

.recruitn_title {
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
	background-color: #eee;
}

.recruitn_title ul li {
	float: left;
	width: 15%;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.recruitn_title ul li:nth-child(1),
.recruitn_title ul li:nth-child(3) {
	width: 30%
}

.recruitn_title ul li:nth-child(5) {
	width: 10%;
	text-align: right;
}

.recruitn_title ul li i:before {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-ms-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}

.detailBox a {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background-color: @Themebg;

	border-radius: 5px;
	margin-top: 10px;
	color: #fff !important;
}

.detailBox a:hover {
	opacity: .7;
}

.Employment .mt10 li {
	color: #333 !important;
}

#zpopen,
.list_dt:hover {
	cursor: pointer;
	background-color: @Themebg;
	color: #FFF;
}

#zpopen ul li i:before {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.recruitn_title {
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #c3c3c3;

}

.list_dt {
	font-weight: normal;
	background-color: #eee;
}

.list_dd {
	overflow: hidden;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	display: none;
	padding:20px;
}

.list_dd:hover {
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.list_dd .item_img {
	float: left;
	max-width: 30%;
}

.list_dd .item_img img {
	width: 95%;
}

.list_dd .item_con {
	float: left;
	max-width: 69%;
	padding: 10px 0 20px 20px;
}

.list_dd .item_con ul li {
	line-height: 25px;
}

.list_dd .item_con ul li:first-child {
	line-height: 35px;
	color: @Themebg;
}

#zpopen {
	margin-bottom: 0;
}

.rcon100 {
	max-width: 100% !important;
}

/* 招聘详情 */
.Employment {
	padding: 20px 0;
}

.Employment h3 {
	padding: 10px 20px !important;
}

.npager {
	padding: 20px 0;
}

/* 联系我们 */
/* ----联系我们---- */
.table-message {
	padding-top: 25px;
}

.table-message tr {
	width: 50%;
	display: inline-block;
	margin-bottom: 30px;
}



.table-message th {
	width: 100px;
	height: 100px;
	border: solid 1px #abaaa9;
	text-align: center;
	line-height: 100px;
}

.table-message th img {
	max-width: 45px;
}

.table-message tr td {
	padding-left: 24px;
}

.table-message tr td label {
	margin-bottom: 10px;
}

.table-message tr td,
.table-message tr td p a {
	font-size: 16px;
	color: #333;
	line-height: 16px;
}

.bordern {
	border: none !important;
}

.lbs-box td a {
	font-size: 16px;
}

.lbs-box tr th {
	display: none;
}

.lbs-box tr td {
	padding-left: 24px;
}

.table-message {
	padding: 40px 0;
}

.table-message .contactInfo {
	background-color: #eee;
	font-size:16px;
	width:100%;
}
.table-message .contactInfo ul{
	display:flex;
	flex-flow: row wrap;
	padding:2rem 3rem;
}
.table-message .contactInfo ul li{
	width:33.33333333%;
	margin-bottom:6px;
}
.table-message .contactInfo ul li p{
	display: inline-block;
}
.table-message tr td label {
	display: inline-block;
}

.table-message tr td p {
	display: inline-block;
}



@media screen and (max-width:870px) {
	.table-message tr {
		width: 100%;
	}
	html,body{
		font-size:8px;
	}
	.nlist-box2 li .time{
		margin-bottom:1rem;
	}
	.nlist-box2 li .det_box{
		margin-top:20px;
	}
	.tab-box a{
		font-size:12px;
		padding:.8rem 1rem;
	}
	.table-message .contactInfo ul li{
		width:100%;
	}
}




/* 小屏幕 一*/
@media screen and (max-width:1180px) {
	.footerBox {
		margin: 0px 15px !important;
	}
}

@media screen and (max-width:1030px) {
	.page .col-lg-3 {
		text-align: left;
		float: left;
	}

	.page .col-lg-3,
	.page .col-lg-9 {
		margin: 0;
	}
}

@media screen and (max-width:870px) {}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
	.product-details .col-md-5 {
		padding: 0;
	}

	/*产品列表*/
	.classifi {
		padding: 5px 0;
	}
    .pro-list{
      margin-top:0px;
	}
	.pro-list li{
		height:auto;
	}
	.row .pro-list li.col-md-4,
	.productBox .product-box li.col-md-4 {
		width: 49%;
		margin-left: 0;
		margin: 10px 0 \9;
	}

	.row .pro-list li.col-md-4:nth-child(2n),
	.productBox .product-box li.col-md-4:nth-child(2n) {
		margin-left: 2%;
	}

	.productBox {
		margin: 10px auto 0;
	}

	.body-right .productBox {
		margin: 10px auto 0;
		padding: 0;
	}

	.nlist-box2 li .det_box {
		line-height: 22px;
		height: 66px;
		margin-top: 5px
	}
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 四*/
@media screen and (max-width: 480px) {
	.pro-list .thumbnail .more {
		margin: 10px auto;
		float: none;
		width: 120px;
	}

	.pro-list .thumbnail .col-md-4,
	.pro-list .thumbnail .col-md-9 {
		width: 100%;
		padding: 0;
	}

	.pro-list .thumbnail h3 {
		text-align: center;
		margin-top: 10px;
	}

	a.a-btn+a {
		margin-bottom: 8px;
	}

	.nlist-box li span {
		display: none;
	}

	.RightTitle2 .lineBox {
		height: 2px;
	}

	.RightTitle2 .TxtBox {
		border-width: 1px;
	}

	.productBox .product-box li {
		width: 48%;
		margin-left: 2%;
	}

	.productBox .product-box li:nth-child(2n+1) {
		margin-left: 0px;
	}

	.nlist-box2 li .det_box {
		height: 44px;
	}

	.Themebg.btn-success,
	.btn-warning.btn-can {
		float: inherit;
		vertical-align: top;
		margin-right: -10px;
	}

	.Themebg.btn-success {
		margin-right: -10px;
	}

}

@media screen and (max-width: 414px) {
	.page .col-lg-3 {
		width: 45%;
	}

	.page .col-lg-9 {
		width: 55%;
	}

	.nlist-box2 li .news_det {
		width: 58%;
	}

	.nlist-box2 li .news_img {
		width: 40%;
	}
}

@media screen and (max-width: 375px) {
	.page .col-lg-3 {
		width: 100%;
		text-align: left;
	}

	.page .col-lg-9 {
		width: 100%;
		text-align: left;
	}

	.page .col-lg-3,
	.page .col-lg-9 {
		margin: 0px;
	}

	.page .pagination {
		padding-left: 0px;
	}
}

/* 的手机的分辨率一*/
@media screen and (max-width: 320px) {
	.table-01 th{
		font-size:12px;
	}
	/*产品列表*/
	.row .pro-list li.col-md-4 {
		width: 100%;
		margin-left: 0 !important;
		padding: 0;
	}

	.table-02.table-02-b th {
		width: 85px;
		line-height: 20px;
	}

	.table-02-b td {
		line-height: 20px;
	}

	.table-02 th {
		width: 80px;
	}

	.productBox .product-box li.col-md-4 {
		width: 100%;
		margin-left: 0 !important;
	}

	.nlist-box2 li .det_box {
		height: 22px;
	}
}


#pp {
	height: 33px;
}
/*---footer----*/
.footers-box{
    background-color: #000 !important;
}
.footers { width:100%; color:#aaa;}
.footerBox{margin: 0 auto;max-width: 1030px;}
.footers .footers-box{padding:15px 0;}
.footers .footers-box a{margin-right:10px;color:#aaa !important; word-break: break-all; word-wrap:break-word; text-decoration: underline;}
.footers .footers-box p{ padding:0;font-size:12px; line-height:20px;}
/*-----------</END>---------------*/
.footers .qr{
    display: none;
}
.column{border:none}
 .column:hover{border:none}