/*@webSir Css
* global.less //存放全局函数方法以及全局变量  包括lesshat
* lesshat.less //工具函数库，包含在global中了
* base.less  //包含reset等一些基础css
*/
.clear {
  zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.edit img {
  max-width: 100%;
}
.index-nav .navbar-collapse,
.index-nav .navbar-form,
.navbar-default {
  background: #FFF;
  border-color: #FFF;
}
.index-nav {
  margin-bottom: 0 !important;
  border-bottom: none;
}
.index-nav .navbar-toggle {
  position: absolute;
  right: 25px;
  margin: 0;
  top: 50%;
  margin-top: -22px;
}
.index-nav .container {
  padding: 0;
}
.index-nav .navbar-brand {
  height: 102px;
  padding: 10px !important;
  margin-left: 15px;
  overflow: hidden;
}
.index-nav .navbar-nav > li > a {
  padding: 10px 25px;
}
.index-nav .navbar-nav > li > a:hover,
.index-nav .navbar-nav > li > a:active {
  background: #008aac;
  color: #FFF!important;
}
.index-nav .navbar-header {
  position: relative;
}
.index-nav .navbar-nav > li.active > a {
  background: #008aac !important;
  color: #FFF!important;
}
@media (max-width: 440px) {
  .index-nav .navbar-brand {
    width: 50%;
    height: auto;
  }
  .index-nav .navbar-brand img {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .index-nav .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .index-nav .container {
    width: 970px;
  }
  .index-nav .navbar-nav {
    float: right;
  }
  .index-nav .navbar-nav > li > a {
    height: 102px;
    line-height: 102px;
    padding: 0 13px;
  }
  .index-nav #nav-content {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  .index-nav #nav-content {
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .index-nav #nav-content.active {
    visibility: visible;
    max-height: 1000px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (min-width: 1500px) {
  .index-nav .container {
    width: 1540px !important;
  }
  .index-nav .navbar-nav {
    padding-left: 25px;
    float: left !important;
  }
  .index-nav .navbar-right {
    display: block !important;
    float: left;
  }
}
@media (min-width: 1200px) {
  .index-nav .container {
    width: 1170px;
  }
  .index-nav .navbar-nav > li > a {
    font-size: 18px !important;
  }
}
.navbar-right {
  width: 380px;
  display: none;
}
.navbar-right a {
  color: #515151 !important;
  display: inline-block;
}
.navbar-right ._icon {
  float: left;
}
.navbar-right ._icon img {
  display: block;
}
.navbar-right ._links {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding-left: 10px;
}
.header-link {
  height: 50px;
  line-height: 50px;
}
.header-search {
  height: 47px;
  margin-top: 5px;
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  border-radius: 3px;
  background: #FFF;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #008aac;
}
.swiper-slide img {
  width: 100%;
}
@media (max-width: 508px) {
  .swiper-slide {
    height: 200px;
    overflow: hidden;
  }
  .swiper-slide img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.index-1 {
  padding: 5.5em 0;
  color: #424141;
}
.index-1 ._more {
  text-align: right;
}
.index-1 .img-responsive {
  width: 100%;
}
@media (max-width: 768px) {
  .index-1 {
    font-size: 12px;
  }
  .index-1 h3 {
    font-size: 18px;
  }
  .index-1 .index-icon-title img {
    width: 80px;
  }
  .index-1 p._content {
    line-height: 1.8;
    padding: 10px 0;
    font-size: 14px;
  }
  .index-1 .about-img {
    height: 200px;
    overflow: hidden;
  }
  .index-1 .about-img img {
    width: 100%;
  }
  .index-1 p._more {
    text-align: center;
  }
  .index-1 p._more .base-btn {
    padding: .3em 1em;
  }
}
@media (min-width: 768px) {
  .index-1 p._content {
    line-height: 1.5;
    padding: 10px 0;
  }
}
@media (min-width: 996px) {
  .index-1 {
    font-size: 16px;
  }
  .index-1 p._content {
    line-height: 2;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .index-1 {
    font-size: 18px;
  }
  .index-1 p._content {
    line-height: 2;
    padding: 30px 0;
  }
}
.base-btn {
  display: inline-block;
  border: 1px solid #008aac;
  padding: .6em 1.3em;
  color: #807d7d;
}
.base-btn span._icon {
  background: url(../images/icon-right.png) no-repeat 80% center;
  display: inline-block;
  width: 22px;
  height: 15px;
}
.index-2 {
  background: #f5f6f6;
  padding: 30px 0;
}
.index-2 .index-2-header {
  text-align: center;
}
@media (max-width: 768px) {
  .index-2 {
    font-size: 12px;
  }
  .index-2 ._header p {
    font-size: 12px !important;
  }
}
@media (min-width: 996px) {
  .index-2 ._item {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .index-2 .index-2-header {
    width: 1440px;
    background: url(/images/index2-title-bg.png) no-repeat 5px center;
  }
  .index-2 ._item {
    font-size: 18px;
  }
}
.index-2 .product-categorys {
  padding-top: 3em;
}
.index-2 .product-categorys ._header {
  text-align: center;
  padding-bottom: 25px;
}
.index-2 .product-categorys ._header h4 {
  font-size: 1.6em;
}
.index-2 .product-categorys ._header p {
  max-width: 936px;
  margin: .5em auto;
  color: #999;
  font-size: 16px;
}
.index-2 ._item {
  position: relative;
  display: block;
}
.index-2 ._item img {
  width: 100%;
}
.index-2 ._item span {
  filter: none;
  background-color: #008aac;
  background-color: rgba(0, 138, 172, 0.8);
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 2.2;
  height: 2.2em;
  overflow: hidden;
  margin-top: -2.2em;
  position: relative;
  z-index: 1;
}
.index-3 {
  padding: 30px 0;
}
.index-3 .index-3-header {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.index-3 .index-3-header ._more {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #999;
  top: 25px;
}
.index-3 .index-news-container {
  margin-bottom: 30px;
}
.index-3 .headlines {
  background: #f5f6f6;
  margin-bottom: 1.2em;
}
.index-3 .headlines a {
  display: table;
  text-decoration: none;
}
.index-3 .headlines ._img {
  display: table-cell;
  vertical-align: middle;
}
.index-3 .headlines ._img img {
  width: 100%;
}
.index-3 .headlines ._content {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width:50%;
}
.index-3 .headlines ._content h4 {
  height: 1.2em;
  overflow: hidden;
  margin: 5px 0;
}
.index-3 .headlines ._content p {
  height: 2.6em;
  overflow: hidden;
}
.index-3 .headlines ._date {
  text-align: center;
  width: 80px;
  display: table-cell;
  vertical-align: middle;
}
.index-3 .headlines ._date strong {
  display: block;
  font-size: 24px;
  color: #008aac;
}
.index-3 .headlines ._date small {
  font-size: 12px;
  color: #999;
}
.index-3 .headlines a {
  color: #646161;
}
.index-3 .headlines a h4 {
  color: #222;
}
@media (max-width: 460px) {
  .index-3 ._content,
  .index-3 h4 {
    font-size: 12px !important;
  }
  .index-3 h4 {
    font-size: 14px;
  }
}
@media (max-width: 996px) {
  .index-3 ._news-item {
    padding: 8px 0 !important;
  }
  .index-3 ._news-item h5 {
    font-size: 12px !important;
  }
  .index-3 ._news-item p {
    display: none;
  }
}
.index-3 ._news-item {
  color: #666;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px dotted #d4d4d4;
  display: block;
}
.index-3 ._news-item h5 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
}
.index-3 ._news-item p {
  font-size: 1em;
  margin-bottom: 0;
  padding-top: 5px;
}
.index-3 ._news-item:hover h5 {
  color: #008aac;
}
.index-4 {
  padding: 0 0 30px 0;
}
.index-4 .index-3-header {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.index-4 .index-3-header ._more {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #999;
  top: 25px;
}
.index-4 ._list a {
  text-align: center;
  font-size: 18px;
  color: #666;
}
.index-4 ._list a span {
  padding: .3em 0;
  display: block;
}
.index-4 ._list a:hover {
  color: #008aac;
  text-decoration: none;
}
@media (max-width: 768px) {
  .index-4 ._list a span {
    font-size: 14px !important;
  }
}
.index-5 {
  background: #f5f6f6;
  padding: 15px 0 30px 0;
}
.index-5 .index-5-header {
  text-align: center;
}
.index-5 ._list {
  padding-top: 15px;
}
.index-5 ._list a {
  color: #666;
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
}
.index-5 ._list a:hover {
  color: #008aac;
}
.footer {
  background: #343838;
  color: #d4d4d4;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.footer ._links {
  border-bottom: 1px dashed #555;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer ._links a {
  display: inline-block;
  border-right: 1px dashed #555;
  padding: 0 10px;
}
.footer a {
  color: #d4d4d4;
}
@media (max-width: 1200px) {
  .footer ._links {
    font-size: 16px;
  }
}
@media (max-width: 996px) {
  .footer ._links {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-left {
    font-size: 16px;
  }
}
.footer-right {
  line-height: 35px;
}
@media (min-width: 1200px) {
  .footer-right {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .footer-right {
    text-align: left;
  }
}
.sub-banner {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.sub-banner img {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 700px) {
  .sub-banner {
    height: 200px;
  }
}
@media (max-width: 430px) {
  .sub-banner {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .sub-banner {
    height: 515px;
  }
}
.breadcrumb {
  background: none;
  font-size: 16px;
  margin: 15px 0;
}
@media(max-width:600px){
  .breadcrumb li{ font-size:12px;}
}
.sub-content {
  padding-bottom: 40px;
}
.sub-content .sub-title {
  padding-bottom: 40px;
}
.sub-content .sub-title span {
  border-bottom: 2px solid #3480ce;
  line-height: 1.8;
  font-size: 24px;
  display: inline-block;
}
.sub-content .sub-header .btn-inner {
/*  overflow: auto;
  white-space: nowrap;
*/
}



.sub-content .sub-header .tag {
  background: #7d8288;
  color: #FFF;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom:10px;
  border:2px solid #FFF;
}
@media(max-width:768px){
  .btn-inner{ text-align: left;}
  .sub-content .sub-header .btn-inner .tag{
    /*width:40%;*/
    font-size:12px;
  }
}
.sub-content .sub-header .tag.active {
  background: #3480ce;
}
.sub-content .img-list {
  padding: 30px 0;
}
.sub-content .img-list ._item {
  margin-bottom: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #666;
}
.sub-content .img-list ._item img {
  margin: auto;
}
.sub-content .img-list ._item span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  text-underline: none;
}

@media(max-width:768px){
  .sub-content .img-list ._item span {
    font-size:12px;
  }
}

.sub-content .img-list ._item:hover {
  color: #008aac;
}
.sub-body-title {
  border-bottom: 2px solid #ededed;
  text-align: center;
  line-height: 2.2;
  font-size: 18px;
  margin-top: 30px;
}
.sub-body-title span {
  display: inline-block;
  border-bottom: 2px solid #008aac;
  margin-bottom: -2px;
}
.related-tag {
  border-top: 1px dotted #d4d4d4;
  border-bottom: 1px dotted #d4d4d4;
  line-height: 60px;
  font-size: 16px;
  margin-top: 20px;
}
.single-page-pagination {
  font-size: 18px;
  padding: 20px 0;
}
.related-box {
  padding: 25px 0;
}
.related-box .related-title {
  border-bottom: 2px solid #008aac;
  line-height: 2;
  font-size: 16px;
}
.related-box .related-body {
  padding-top: 20px;
}
.related-products ._item {
  color: #666;
  font-size: 16px;
}
.related-products ._item span {
  line-height: 2;
}
.related-products ._item img {
  margin: auto;
}
.related-news li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  padding-right: 30px;
}
.related-news li:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8.09px solid #008aac;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.related-news a {
  display: block;
  border-bottom: 1px dotted #d4d4d4;
  height: 2em;
  overflow: hidden;
  line-height: 2;
  font-size: 16px;
  color: #666;
  text-decoration: none;
}
.related-news a:hover {
  color: #008aac;
}
.product-list .col-xs-12 {
  text-align: center;
}
.product-list ._item {
  position: relative;
  margin: auto;
  display: inline-block !important;
}
.product-list ._item span {
  position: absolute;
  bottom: 0;
  filter: none;
  background-color: #3480ce;
  background-color: rgba(52, 128, 206, 0.8);
  color: #FFF;
  width: 100%;
  padding: 8px 10px;
}
.product-info {
  padding: 30px 0;
}
.product-info .thumbnail {
  margin: auto;
}
.product-SUK {
  font-size: 16px;
}
.product-SUK td,
.product-SUK th {
  border-bottom: 1px dotted #d4d4d4;
  padding: 10px 0 5px 0;
}
.product-SUK th {
  text-align: left;
  color: #777;
  font-weight: normal;
}
.product-SUK td {
  text-align: left;
}
.customer-message {
  padding: 40px 0;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .customer-message {
    width: 70%;
  }
  .customer-message [class^=col-] input {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
  }
  .customer-message [class^=col-] textarea {
    height: 150px;
    font-size: 18px;
  }
}
.customer-message [class^=col-] {
  margin-bottom: 15px;
}
.customer-message [class^=col-] input {
  height: 40px;
  line-height: 40px;
}
.customer-message [class^=col-] textarea {
  height: 100px;
}
.search-list-header {
  padding: 40px 0;
  margin: 0 auto;
}
.search-list-header .form-control {
  height: 55px;
  line-height: 55px;
}
.search-list-header .input-group-btn .btn {
  height: 55px;
  padding: 0 30px;
}
.news-list {
  padding: 40px 0;
}
.news-list .row {
  background: #f7f8f8;
  display: block;
  color: #666;
  margin-bottom: 15px;
}
@media (max-width: 436px) {
  .news-list .row ._pic {
    width: 100px;
    height: 60px;
    overflow: hidden;
  }
  .news-list .row ._pic img {
    max-width: 100%;
  }
  .news-list .row ._content h4 {
    font-size: 14px;
  }
}
@media (min-width: 420px) {
  .news-list .row ._content {
    padding-top: 10px;
  }
}
.news-info {
  line-height: 55px;
  border-bottom: 1px dotted #d4d4d4;
  margin-bottom: 30px;
}

/*分页样式*/
#page{
    height:40px;
    padding:20px 0px;
}
#page a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height:24px;
    border:1px #cccccc solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
    line-height:24px;
}
#page a:hover{
    color:#077ee3;
    border:1px #077ee3 solid;
}
#page a.cur{
    border:none;
    background:#008aac;
    color:#fff;
}
#page p{
    float:left;
    padding:2px 12px;
    font-size:12px;
    height:24px;
    line-height:24px;
    color:#bbb;
    border:1px #ccc solid;
    background:#fcfcfc;
    margin-right:8px;

}
#page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
#page p.pageRemark b{
    color:#2f9ca6;
}
#page p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}


/*网站地图*/
.sitemp{height:31px;overflow:hidden;padding-right:10px;}
.sitemp h2{ margin:0;width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;
font-family:"Microsoft YaHei";font-size:16px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"Microsoft YaHei"; font-size:14px;}
#xcontainer {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
	margin-bottom:50px;
}
.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
.map_title {
    line-height: 30px;
    line-height: 30px;
    background-color: #f5f8fa;
    border: 1px solid #d6dbe1;
    text-indent: 20px;
    color: #008aac;
    border-bottom: 2px solid #008aac;
	font-size:14px;
}
.map_list a{ color:#555; margin:0 5px;}
