img {
  width: 100%;
}
.container {
  width: 1200px;
}
/*导航 start*/
.logo a {
  display: block;
  width: 296px;
  height: 122px;
  background: transparent;
}
.searchWrap p a {
  display: inline-block;
}
.menu {
  float: right;
  display: none;
  width: 50px;
  margin-top: 26px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .menu {
    display: block;
  }
}
.menu.onBtn span:nth-child(1) {
  position: relative;
  top: 9px;
  transform: rotate(45deg);
}
.menu.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menu.onBtn span:nth-child(3) {
  display: none;
}
.menu span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  margin: 7px auto;
  transition: all 0.5s;
}
/*导航 end*/
/*banner start*/
.bannerFirst {
  /*background: url("../images/banner_03.jpg")no-repeat center center/cover;*/
  background: none;
}
.bannerFirst img {
  height: 430px;
}
.bannerFirst img:nth-child(2) {
  display: none;
}
/*banner end*/
/*产品轮播 start*/
.productCF {
  padding-top: 20px;
}
.swiper-container {
  cursor: inherit!important;
}
.productCF .comWidth .b_con ul li a {
  display: block;
  line-height: 100%;
}
.swiper-pagination-bullet-active {
  background-color: #6BC200 !important;
  border: 2px solid #fff !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 10px;
  border: 2px solid #00A1EC;
  opacity: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url('../images/left_arrow.png');
  left: 0px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/right_arrow.png');
  right: 0px;
  left: auto;
}
._aBtn {
  padding: 10px 5px;
}
._next:hover,
._prev:hover {
  background-color: #000;
  opacity: 0.3;
  padding: 10px 5px;
}
/*产品轮播 end*/
.synopsis dd {
  padding: 0 40px;
}
.leftMenu a.active {
  background-color: #d9edf7;
}
.leftMenu .lists {
  background-color: #eee;
}
.leftMenu .lists a {
  width: 100%;
  padding: 0;
  background-color: #eee;
}
.comWidth .overX {
  overflow-x: auto;
  width: 86.5%;
}
#listNav {
  display: none;
  position: absolute;
  top: 51px;
  left: 150px;
  width: 18%;
  padding: 20px 0 140px;
  border: 1px solid #dfdfdf;
  border-left: 0;
  z-index: 9999;
  box-sizing: border-box;
  background-color: #fff;
}
#listNav ul li {
  display: none;
}
#listNav ul li.active {
  display: block;
}
#listNav ul li a {
  width: 100%;
  display: block;
  padding: 4px 20px;
  line-height: 30px;
  text-align: center;
  color: #6495ed;
  box-sizing: border-box;
}
#listNav ul li a:hover {
  background-color: #d9edf7;
}
.leftMenu .items {
  box-sizing: border-box;
}
.leftMenu .items .i_list {
  width: 100%;
  display: none;
}
.leftMenu .items .i_list a {
  padding-left: 0;
  text-align: center;
}
.dataTb thead tr th span.cell-filter{
  margin-right: 25px;
  position: relative;
}
/*.dataTb thead tr th span.cell-wrapper{*/
/*  position: relative;*/
/*  !* display:inline-block *!*/
/*}*/
/*.dataTb thead tr th span>a{*/
/*  display:block;*/
/*  height: 9px;*/
/*  width: 12px;*/
/*  left: 6px;*/
/*  top: 50%;*/
/*  position: absolute;*/
/*}*/
/*.dataTb thead tr th span.cell-filter>a{*/
/*  left:0;*/
/*  top:20%;*/
/*  background:url('../images/arrow-parametic-search-header-filter.png') no-repeat -2px 0;*/
/*}*/
/*.dataTb thead tr th span.cell-wrapper>a{*/
/*  background:url('../images/arrow-parametric-search-sort.png') no-repeat 0 0;*/
/*}*/
/*.dataTb thead tr th span>a.sort-desc{*/
/*  background-position: 0 0;*/
/*}*/
/*.dataTb thead tr th span>a.sort-desc:hover {*/
/*  background-position: 0 -9px;*/
/*}*/
/*.dataTb thead tr th span>a.sort-asc {*/
/*  background-position: 0 -19px;*/
/*  margin-top: -9px;*/
/*}*/
/*.dataTb thead tr th span>a.sort-asc:hover {*/
/*  background-position: 0 -28px;*/
/*}*/
/*.dataTb thead tr th span.cell-filter>a i{*/
/*  position: absolute;*/
/*  background: #FFF;*/
/*  padding: 15px;*/
/*  border: solid 2px #032338;*/
/*  left: -3px;*/
/*  top: 8px;*/
/*  z-index: 9999;*/
/*  font-style: inherit;*/
/*  display:none;*/
/*}*/
/*table.dataTable.compact thead th, table.dataTable.compact thead td {*/
/*  padding: 4px 0 !important;*/
/*}*/
/*.dataTb thead tr th span.cell-filter>a i select{*/
/*  min-width: 100px;*/
/*  vertical-align: middle;*/
/*}*/
table.dataTable{font-size:15px;}
#example_wrapper{background-color:rgba(0,0,0,0.05);padding:10px 0 0;border-radius: 5px;overflow-x: auto;}
thead{background-color:#6495ed;}
#example_length{ margin-left:5px; margin-bottom:10px;color:#333;}
#example_filter{margin-bottom:10px;margin-right:5px;color:#333;}
.dataTables_wrapper .dataTables_filter input {border:none!important;border-bottom: 1px solid #666!important;}
table.dataTable.no-footer{background-color:#f9f9f9;border-bottom: 1px solid #999!important; border-left: 1px solid #ccc;}
table.dataTable thead th, table.dataTable thead td{ padding: 6px 0px!important;}
table.dataTable thead th{
  border: 1px solid #ddd;
  border-left: none;
  border-bottom:none!important;
  color:#fff;
}
table.dataTable thead th>i{
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: #666;
}
table.dataTable thead th>em{
  display: inline-block;
  vertical-align: middle;
  font-style:normal;
}
table.dataTable thead .sorting{vertical-align: middle;}
tbody tr td{
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  color:#64a2f1;
  text-align: center;
}
tbody tr td a{color:#666;}
tbody tr td:nth-child(1){text-align: left;}
.dataTables_wrapper .dataTables_info{margin-left:10px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{color:#333!important;border:0!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
  color: #333!important;
  border: none!important;
  background:none!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #000!important;
  border: none!important;
  background:rgba(223,239,252,0.3)!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  color: #000!important;
  border: none!important;
  background:rgba(223,239,252,0.3)!important;
}
.dataTables_wrapper .dataTables_paginate .disabled:hover{
  color: #ddd!important;
  background:none!important;
}
table.dataTable thead tr:nth-child(1) th:nth-child(1){min-width: 130px!important;}
table.dataTable thead tr:nth-child(1) th:nth-child(2){min-width: 135px!important;}
table.dataTable thead tr:nth-child(1) th:nth-child(3){min-width: 78px!important;}
table.dataTable thead tr:nth-child(1) th:nth-child(4){min-width: 70px!important;}
table.dataTable thead tr:nth-child(1) th:nth-child(5){min-width: 96px!important;}
table.dataTable thead tr:nth-child(1) th:nth-child(6){min-width: 100px!important;}
table.dataTable thead tr:nth-child(1) th:nth-child(7){min-width: 80px!important;}
table.dataTable thead tr:nth-child(1) th:nth-child(8){min-width: 105px!important;}
table.dataTable thead tr:nth-child(2) th{min-width: 57px!important;}

#xlsFilterForm>div:nth-child(1) input{
  border-bottom:1px solid #333;
}
#xlsFilterAllNone{margin: 5px 0 8px;}
#xlsFilterAllNone span{cursor:pointer;}


@media (max-width: 1200px) {
  /*导航*/
  .comWidth,
  .container {
    width: 90%;
  }
  .logo a {
    width: 186px;
    height: auto;
  }
  .nav {
    margin-left: 8%;
  }
  .nav li {
    margin: 0 0px;
  }
  .nav li a {
    padding: 0px 20px;
  }
  .searchWrap {
    width: 20%;
    margin-left: 2%;
  }
  .searchCon,
  .searchCon .search {
    width: 100%;
  }
  .banner {
    width: 100%;
    min-height: auto;
  }
  /*关于我们 */
  .rightCon {
    width: 72%;
  }
  .leftMenu.otherPage {
    width: 26.5%;
    box-sizing: border-box;
  }
  .otherPage .menuName,
  .leftMenu.otherPage a {
    width: 100%;
    box-sizing: border-box;
  }
  .rContent {
    width: 100%;
  }
  #listNav {
    left: 26.5%;
  }
  .comWidth .overX {
    width: 72%;
  }
}
@media (max-width: 991px) {
  /*导航*/
  .logo a h1 {
    font-size: 20px;
  }
  .navWrap {
    height: 80px;
    position: relative;
  }
  .nav {
    display: none;
    float: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9999;
    margin: 0;
    width: 100%;
    background-color: #666;
  }
  .nav li {
    float: none;
    width: 100%;
  }
  .nav li a {
    line-height: 60px;
    text-align: center;
  }
  .searchWrap {
    display: none;
  }
  .footLink a {
    margin: 0 4px;
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .bannerFirst {
    /*background: url("../images/banner_03.jpg")no-repeat center center/cover;*/
  }
  .bannerFirst img {
    height: auto;
  }
  .bannerFirst img:nth-child(1) {
    display: none;
  }
  .bannerFirst img:nth-child(2) {
    display: block;
  }
  .synopsis dd {
    padding: 0 20px;
  }
  /*关于我们*/
  .news {
    padding: 0;
  }
  .news li {
    height: 80px;
  }
  .news li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    line-height: 36px;
  }
  .news li a .numbers {
    display: block;
  }
}
@media (max-width: 767px) {
  .rightCon {
    width: 100% !important;
  }
  .leftMenu {
    width: 100%!important;
    background: #fafafa;
    box-sizing: border-box;
  }
  .leftMenu:after {
    content: "";
    display: block;
    clear: both;
  }
  .leftMenu li {
    float: left;
  }
  .leftMenu li a {
    padding: 18px 16.8px 18px;
  }
  .leftMenu li.menuName {
    width: 100%;
    box-sizing: border-box;
  }
  .leftMenu a {
    background-color: transparent;
    width: 100%;
  }
  .ui-dialog {
    width: 100%!important;
    box-sizing: border-box;
  }
  #listNav {
    top: 157px;
    left: 0;
    width: 100%;
    border-left: 1px solid #dfdfdf;
  }
}
/*# sourceMappingURL=web.css.map */