@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b, dt {
  font-weight: normal;
}

p {
  margin: 0;
}

h3, h4 {
  margin: 0;
  font-weight: normal;
}

@supports (display: flex) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  .allcontent-wrap {
    flex: 1;
  }
}
.container-fluid {
  max-width: 1030px;
}


.mat-20 {
  margin-top: -20px;
}

.mat20 {
  margin-top: 20px;
}

.no-padding {
  padding: 0 !important;
}

.text-indent {
  text-indent: 2em;
}

.high-line {
  line-height: 1.75;
}

.mw100 {
  max-width: 100%;
}

.img-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.nowrapline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*顶部  logo&热线*/
.top-head-wrap {
  color: #383838;
}

.top-head {
  display: table;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 640px) {
  .top-head {
    padding: 15px 0;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .top-logo {
    float: left;
  }
}
.top-logo img {
  max-width: 100%;
}
.top-logo .b-logo {
  display: none;
}
@media (min-width: 400px) {
  .top-logo .s-logo {
    display: none;
  }
  .top-logo .b-logo {
    display: inline;
  }
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #8e020b;
  font-size: 24px;
}
@media (min-width: 540px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

.top-line img {
  margin-right: 5px;
}
.top-line .line-number {
  display: inline-block;
  vertical-align: middle;
}
.top-line .line-number .line-number-text {
  font-size: 14px;
  line-height: 20px;
}
.top-line .line-number .line-number-number {
  font-size: 28px;
  font-family: Arial;
  line-height: 30px;
  font-weight: bold;
}

/*导航*/
.top-nav-wrap {
  color: #fff;
  background: #272727;
}

.top-nav > li {
  position: relative;
  text-align: center;
}

.top-nav li a {
  display: block;
  cursor: pointer;
}
.top-nav li a .en {
  display: none;
}

@media (max-width: 767px) {
  .top-nav-wrap {
    display: none;
    position: absolute;
    right: 15px;
    z-index: 2;
    width: 160px;
    max-width: 100%;
    background: rgba(34, 34, 34, 0.95);
  }

  .top-nav {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px;
  }

  .top-nav > li > a {
    line-height: 30px;
  }
  .top-nav > li > a:hover {
    background: #c0030f;
  }
}
@media (min-width: 768px) {
  .top-nav-wrap {
    display: block !important;
  }

  .top-nav > li {
    float: left;
    width: 12.5%;
  }
  .top-nav > li:before, .top-nav > li:last-child:after {
    content: "";
    position: absolute;
    top: 15px;
    width: 2px;
    height: 25px;
    background: linear-gradient(90deg, #494748 50%, #1c1c1c 0);
  }
  .top-nav > li:before {
    left: -1px;
  }
  .top-nav > li:last-child:after {
    right: -1px;
  }

  .top-nav > li > a {
    position: relative;
    line-height: 20px;
    padding: 10px 0;
    margin: 0 1px;
  }
  .top-nav > li > a:hover, .top-nav > li > a.hover, .top-nav > li > a.act {
    color: #fff;
    background: #8e020b;
  }

  .top-nav li a .zh {
    display: block;
    line-height: 20px;
  }
  .top-nav li a .en {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
  }
}
/*二级导航*/
.top-nav li ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  background: #222;
  padding: 5px 0;
}
.top-nav li ul.show {
  display: block;
}
.top-nav li ul a {
  line-height: 35px;
  padding: 0 2px;
}
.top-nav li ul a:hover {
  color: #fff;
  background: #8e020b;
}
@media (max-width: 991px) {
  .top-nav li ul {
    display: none !important;
  }
}

/*轮播图*/
.swiper-img .swiper-slide img {
  margin: 0 auto;
}

.slide-img-big {
  display: none;
}

.slide-img-small {
  display: block;
}

@media (min-width: 640px) {
  .slide-img-big {
    display: block;
  }

  .slide-img-small {
    display: none;
  }
}
.wrapper {
  margin: 20px 0;
}

/*主要标题*/
.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4em;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 1.7em;
  }
}
.main-title:before, .main-title:after {
  content: "";
  position: absolute;
  top: 78%;
  width: 4em;
  height: 0;
  border-top: 1px solid #4e4e4e;
}
.main-title:before {
  right: calc(50% + 3em );
}
.main-title:after {
  left: calc(50% + 3em);
}
.main-title a {
  display: inline-block;
}
.main-title h3 {
  font-size: 1em;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}
.main-title h4 {
  font-size: 0.8em;
  margin-top: 0.2em;
}
.main-title a[href]:hover {
  color: #000;
}

/*首页 关于我们*/
.about-imgbox {
  position: relative;
  z-index: 1;
}
.about-imgbox img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-imgbox {
    background: none !important;
  }
}
@media (min-width: 768px) {
  .about-imgbox {
    float: left;
    width: 45%;
    height: 242px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .about-imgbox .about-imgbox-img {
    display: none;
  }
}

.about-imgbox-textwrap {
  color: #fff;
}
@media (max-width: 767px) {
  .about-imgbox-textwrap {
    display: none;
  }
}
.about-imgbox-textwrap:before, .about-imgbox-textwrap:after {
  content: '';
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-imgbox-textwrap:before {
  top: 14%;
  bottom: 14%;
  left: 5%;
  right: 5%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.about-imgbox-textwrap:after {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.about-imgbox-text {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "华文中宋";
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-imgbox-text .cname {
  font-size: 22px;
  text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
}
.about-imgbox-text .cnumber {
  font-size: 20px;
  margin-top: 5px;
  text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
}

.about-textbox {
  overflow: hidden;
}
.about-textbox:hover {
  color: #8e020b;
}
.about-textbox .about-title {
  position: relative;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 5px;
}
.about-textbox .about-title .about-title-btn {
  float: right;
  padding: 4px 6px;
  font-size: 12px;
  color: #ebebeb;
  background: #383838;
  border-radius: 4px;
  text-transform: uppercase;
}
.about-textbox .about-text {
  line-height: 1.5;
  max-height: 12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.about-textbox .about-btn {
  display: block;
  color: #fff;
  background: #8e020b;
  padding: 6px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-textbox .about-btn:hover {
  background: #5c0107;
}

.main-about:hover .about-imgbox-textwrap:before, .main-about:hover .about-imgbox-textwrap:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main-about:hover .about-imgbox-text {
  top: 40%;
  opacity: 1;
}

/*首页 产品*/
.main-chwidth .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-chwidth .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 540px) and (max-width: 767px) {
  .main-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
  .main-chwidth .col-xs-6:nth-child(n+4) {
    display: none;
  }
}

.enlargeimglink {
  position: relative;
  top: 0;
  display: block;
  max-width: 240px;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
}
.enlargeimglink .enlargeimglink-imgbox {
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 130%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.enlargeimglink .enlargeimglink-imgbox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.enlargeimglink .enlargeimglink-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: #bebebe;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5em 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .enlargeimglink .enlargeimglink-title {
    text-align: left;
    padding-right: 35px;
  }
  .enlargeimglink .enlargeimglink-title:after {
    content: '\2192';
    position: absolute;
    right: 10px;
    font-size: 1.6em;
    line-height: 0.9em;
    font-weight: bold;
  }
}
@media (min-width: 640px) {
  .enlargeimglink .enlargeimglink-title {
    font-size: 14px;
    padding-right: 40px;
  }
}
.enlargeimglink:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .enlargeimglink:hover {
    top: -5px;
  }
  .enlargeimglink:hover .enlargeimglink-imgbox 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);
  }
}
.enlargeimglink:hover .enlargeimglink-title {
  color: #fff;
  background: rgba(142, 2, 11, 0.8);
}

/*首页 probanner*/
.probanner {
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.probanner:hover {
  top: -5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.probanner:before {
  content: '';
  display: block;
  padding-top: 25%;
}
@media (min-width: 640px) {
  .probanner:before {
    padding-top: 20%;
  }
}
@media (min-width: 768px) {
  .probanner:before {
    padding-top: 15%;
  }
}
@media (min-width: 992px) {
  .probanner:before {
    padding-top: 12%;
  }
}
.probanner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*首页 新闻中心*/
.indeximgnewslink {
  display: block;
  margin: 0 auto;
  max-width: 240px;
}
.indeximgnewslink .indeximgnews-imgbox {
  position: relative;
  padding-top: 72%;
  overflow: hidden;
   border:1px solid #ccc
}
.indeximgnewslink .indeximgnews-imgbox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.indeximgnewslink .indeximgnews-imgbox .glyphicon {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(142, 2, 11, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.indeximgnewslink .indeximgnews-title {
  color: #222;
  margin: 0.5em 0 0.35em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.indeximgnewslink .indeximgnews-title:after {
  content: '';
  display: block;
  width: 1em;
  height: 1px;
  background: #8e020b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.indeximgnewslink .indeximgnews-text {
  color: #666;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .indeximgnewslink .indeximgnews-imgbox .glyphicon {
    display: none;
  }
  .indeximgnewslink .indeximgnews-title {
    font-size: 13px;
  }
  .indeximgnewslink .indeximgnews-text {
    font-size: 12px;
  }
}
.indeximgnewslink:hover .indeximgnews-imgbox .glyphicon {
  top: 0%;
  opacity: 1;
}
.indeximgnewslink:hover .indeximgnews-title {
  color: #8e020b;
}
.indeximgnewslink:hover .indeximgnews-title:after {
  width: 100%;
}
.indeximgnewslink:hover .indeximgnews-text {
  color: #333;
}

/*首页 联系我们*/
.main-contact {
  color: #222;
}
.main-contact .contact-title {
  font-size: 15px;
  margin-bottom: 12px;
}
.main-contact .contact-list li + li {
  margin-top: 5px;
}
.main-contact .contact-list:hover {
  color: #8e020b;
}

/*联系表单*/
.contact-form {
  max-width: 650px;
  margin: 0 auto;
}
.contact-form label {
  font-weight: normal;
}
.contact-form label:hover {
  color: #8e020b;
}
.contact-form .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
}
.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #8e020b;
}
.contact-form textarea {
  width: 100%;
  resize: vertical;
}
.contact-form input[type=submit] {
  color: #fff;
  background: #8e020b;
  width: 100%;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-form input[type=submit]:hover {
  background: #750209;
}

/*非主页页面*/
.main-page {
  padding: 20px 0;
}

/*产品分类*/
.pronav-wrap {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0;
}

.pronav {
  display: inline-block;
  text-align: left;
}
.pronav .pronav-item {
  display: inline-block;
  width: 130px;
  line-height: 35px;
  font-size: 14px;
  color: #9c9c9c;
  background-color: #272727;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pronav .pronav-item.act, .pronav .pronav-item:hover {
  color: #fff;
  background: #8e020b;
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 15px;
}

.pagex-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 640px) {
  .pagex-title {
    font-size: 18px;
  }
}

.pagex-time {
  color: #222;
  font-size: 12px;
}

.pagex-imgbox {
  text-align: center;
  margin-bottom: 10px;
}
.pagex-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
}

.pagex-text {
  margin: 10px 0;
  line-height: 1.75;
  text-indent: 2em;
}

/*产品页*/
.page-chwidth .row {
  margin-left: -10px;
  margin-right: -10px;
}
.page-chwidth .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) and (max-width: 767px) {
  .page-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

/*产品详情页*/
.pagex-pos {
  font-size: 12px;
  color: #222;
  background: #dfdfdf;
  padding: 0.5em 10px;
  margin-bottom: 20px;
}
.page-content img{ max-width:100%; height:auto}
@media (min-width: 480px) {
  .pagex-pos {
    font-size: 14px;
  }
}
.pagex-pos a[href]:hover {
  color: #8e020b;
}

.prox-introwrap {
  margin-bottom: 20px;
}
.prox-introwrap img{
max
}
@media (min-width: 640px) and (max-width: 767px) {
  .prox-introwrap .col-xs-12 {
    width: 50%;
  }
}

.prox-imgbox {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .prox-imgbox {
    text-align: right;
    margin-bottom: 0;
  }
}
.prox-imgbox img {
  max-width: 100%;
}

.prox-textbox .prox-title {
  font-size: 16px;
  color: #8e020b;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
  padding: 10px; text-align: center;
}

/*新闻资讯页*/
.imgnewslink-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}

.imgnewslink {
  position: relative;
  top: 0;
  display: block;
  color: #222;
}
.imgnewslink .imgnews-imgbox img {
  max-width: 100%;
}
.imgnewslink .imgnews-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.imgnewslink .imgnews-textbox {
  position: relative;
  overflow: hidden;
}
.imgnewslink .imgnews-title {
  font-size: 15px;
  margin: 5px 0;
  color: #8e020b;
}
.imgnewslink .imgnews-time {
  font-size: 12px;
  margin-bottom: 0.3em;
  color: #9c9c9c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imgnewslink .imgnews-text {
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.imgnewslink:hover {
  color: #8e020b;
  background: #eee;
}
.imgnewslink:hover .imgnews-time {
  color: #8e020b;
}
@media (max-width: 479px) {
  .imgnewslink {
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .imgnewslink .imgnews-textbox {
    margin-top: 5px;
  }
  .imgnewslink .imgnews-imgbox {
    text-align: center;
  }
  .imgnewslink .imgnews-img {
    background: none !important;
  }
}
@media (min-width: 480px) {
  .imgnewslink {
    height: 150px;
  }
  .imgnewslink .imgnews-imgbox {
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
  }
  .imgnewslink .imgnews-imgbox img {
    display: none;
  }
  .imgnewslink .imgnews-textbox {
    position: relative;
    float: left;
    width: calc(100% - 200px);
    height: 100%;
    padding: 5px 10px 5px 15px;
  }
  .imgnewslink .imgnews-title {
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .imgnewslink:hover {
    top: -5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}

/*客户留言页*/
.online-imgbox {
  text-align: right;
}
.online-imgbox img {
  max-width: 100%;
}

/*联系我们页*/
.page-contact {
  text-align: center;
  margin-bottom: 15px;
}
.page-contact .erweimawrap {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
}
.page-contact .contact-list {
  color: #222;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 10px;
}
.page-contact .contact-list li {
  margin-top: 5px;
}
.page-contact .contact-list li .glyphicon {
  color: #828282;
  margin-right: 10px;
}

.contact-map img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*小屏产品分类下拉按钮*/
.s-drop-wrap {
  margin: 15px 15px 0;
}

.s-drop-btn {
  cursor: pointer;
  color: #fff;
  background: #222;
  line-height: 35px;
  padding: 0 15px;
}
.s-drop-btn span.glyphicon {
  float: right;
  top: 0;
  line-height: 35px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.s-drop-btn.nodrop {
  cursor: auto;
  text-align: center;
}
.s-drop-btn.nodrop span.glyphicon {
  display: none;
}
.s-drop-btn.act {
  background: #151515;
  margin-bottom: 10px
}
.s-drop-btn.act span.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*小屏下拉列表*/
.s-drop-list {
  display: none;
  color: #535353;
}
.s-drop-list a {
  display: block;
  cursor: pointer;
  padding: 5px;
  color: #222;
  background: #e0e0e0;
  text-align: center;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-drop-list a:hover {
  color: #fff;
  background: #8e020b;
}

/* 大屏底部  */
.foot {
  color: #9c9c9c;
  background: #222;
  padding: 15px 0;
  text-align: center;
}
.foot a:hover {
  color: #cdcdcd;
}

.foot-head {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 10px;
}

.foot-head-item {
  display: table-cell;
  width: 18.75%;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #3a3a3a;
}
.foot-head-item img {
  max-width: 100%;
}
.foot-head-item:last-child {
  width: 25%;
}
.foot-head-item .p1 {
  overflow: hidden;
  white-space: nowrap;
}
.foot-head-item .p1:before, .foot-head-item .p1:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 1px;
}
.foot-head-item .p1:before {
  background: linear-gradient(90deg, transparent, #fff);
  margin-right: 5px;
}
.foot-head-item .p1:after {
  background: linear-gradient(90deg, #fff, transparent);
  margin-left: 5px;
}
.foot-head-item .p2 {
  font-size: 16px;
  margin: 5px 0;
}
.foot-head-item .p3 {
  font-size: 22px;
  margin-top: 5px;
}

.foot-head-title {
  display: inline-block;
  font-size: 15px;
  padding-bottom: 0.25em;
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}

.top-head-list {
  font-size: 13px;
}

.foot-nav {
  text-align: center;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .foot-nav {
    display: none;
  }
}
.foot-nav li {
  display: inline-block;
}
.foot-nav li:before {
  content: ' | ';
}
.foot-nav li:first-child:before {
  content: none;
}

.foot-copy {
  font-size: 13px;
}
.foot-copy .s-block {
  display: block;
}
@media (min-width: 480px) {
  .foot-copy .s-block {
    display: inline;
  }
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #262626;
  border-top: 1px solid #333;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #8e020b;
}

.foot-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
  background-image: url(../img/foot-icon.png);
  background-repeat: no-repeat;
}

.ffixedlink:nth-child(1) .foot-icon {
  background-position: 0px 0;
}

.ffixedlink:nth-child(2) .foot-icon {
  background-position: -30px 0;
}

.ffixedlink:nth-child(3) .foot-icon {
  background-position: -60px 0;
}

.ffixedlink:nth-child(4) .foot-icon {
  background-position: -90px 0;
}

@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body {
    padding-bottom: 45px;
  }
}
/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../img/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 160px;
    height:150px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 160px;
    height:150px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 160px;
    height:150px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 1px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../img/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}


.p-item-wrap {
    margin-bottom: 20px;
}
.p-item-row {
    margin-bottom: 10px;
}
.p-item-row:before, .p-item-row:after {
    content: '';
    display: table;
}

.p-item-wrap {margin-bottom: 20px;}
.p-item-row {margin-bottom: 10px;}
.p-item-row:before, .p-item-row:after {content: ''; display: table;}
.p-item-title {position: relative; height: 40px; line-height: 40px; color: #f49701; border: 1px solid; border-left-width: 40px;    padding: 0 10px;}
.p-item-title:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon-circle.png);
    background-position: center;
    background-repeat: no-repeat;
}
.p-item-name {
    display: inline-block;
    font-size: 14px;
    line-height: 39px;
    padding: 0 10px;
}

.p-item-name:hover, .p-item-name.act {
    color: #f49701;
}
.p-item-row:after {
    clear: both;
}
.p-item-row:before, .p-item-row:after {
    content: '';
    display: table;
}

@media (min-width: 768px){
.p-item-wrap {margin-bottom: 30px;}
.p-item-row {margin-bottom: 20px;}
.p-item-title {float: left;}
.p-item-nav {display: block !important;    float: left;    border-bottom: 1px solid #f49701;    font-size: 0;}
}

@media (max-width: 767px){
.p-item-title {cursor: pointer;    -webkit-transition: 0.4s;    -moz-transition: 0.4s;    -o-transition: 0.4s;    transition: 0.4s;}
.p-item-nav {display: none;}
.p-item-name {
    display: block;
    line-height: 35px;
    padding-left: 50px;
    background: #eee;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





}


