@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;
}

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: 1230px;
}
.container-fluid img {
  /*max-width: 100%;*/
}

.row-mat {
  margin-top: -20px;
}

.col-mat {
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nowrapline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-wel-wrap {
  font-size: 13px;
  color: #a2a2a2;
  padding: 5px 0;
  border-bottom: 1px solid #d6d6d6;
}
.top-wel-wrap a:hover {
  color: #ea4609;
}

.top-icon {
  display: inline-block;
  line-height: 20px;
  margin-left: 5px;
}
.top-icon:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background-image: url(../img/top-icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
.top-icon:nth-child(1):before {
  background-position: 0px 0;
}
.top-icon:nth-child(2):before {
  background-position: -20px 0;
}
.top-icon:nth-child(3):before {
  background-position: -40px 0;
}
.top-icon:nth-child(4):before {
  background-position: -60px 0;
}
.top-icon:nth-child(5):before {
  background-position: -80px 0;
}

/*顶部  logo&热线*/
@media (max-width: 899px) {
  .top-head-wrap {
    border-bottom: 3px solid #ea4609;
  }
}

.top-head {
  display: table;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 900px) {
  .top-head {
    padding: 20px 0;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 900px) {
  .top-logo {
    float: left;
  }
}
.top-logo img {
  max-width: 100%;
}
.top-logo .b-logo {
  display: none;
}
@media (min-width: 900px) {
  .top-logo .s-logo {
    display: none;
  }
  .top-logo .b-logo {
    display: inline;
  }
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 900px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #ea4609;
  font-size: 24px;
}
@media (min-width: 540px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

.top-head-right {
  float: right;
}
@media (max-width: 899px) {
  .top-head-right {
    display: none;
  }
}

.top-line {
  text-align: left;
}
.top-line .line-number {
  color: #282828;
  display: inline-block;
  vertical-align: middle;
}
.top-line .line-number-text {
  font-size: 14px;
  line-height: 20px;
}
.top-line .line-number-number {
  font-size: 28px;
  font-family: Arial;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 900px) {
  .top-line {
    margin-top: 5px;
  }
  .top-line .line-number-text {
    line-height: 25px;
  }
}

/*导航*/
.top-nav-wrap {
  position: relative;
  color: #fff;
  background: #ea4609;
}

.top-nav li {
  text-align: center;
}

.top-nav a {
  cursor: pointer;
}

.top-nav-link {
  display: block;
}

@media (max-width: 899px) {
  .top-nav-wrap {
    display: none;
    position: absolute;
    right: 15px;
    z-index: 2;
    width: 160px;
    max-width: 100%;
  }

  .top-nav {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px;
  }

  .top-nav-link {
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #222;
  }
}
@media (min-width: 900px) {
  .top-nav-wrap {
    display: block !important;
  }

  .top-nav-li {
    float: left;
    width: 12.5%;
  }

  .top-nav-link {
    padding: 20px 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    height: 75px;
    background-image: url("../img/top-nav-link-bg.png");
    background-position: left center;
    background-repeat: no-repeat;
  }
  .top-nav-link .en {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 3px;
  }
}
@media (max-width: 899px) {
  .top-nav-link .en {
    display: none;
  }
}
@media (min-width: 900px) {
  .top-nav-link:hover, .top-nav-link.hover, .top-nav-link.act {
    color: #ea4609;
    background-color: #fff;
  }
}
/*二级导航*/
.top-subnav-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 899px) {
  .top-subnav-wrap {
    display: none !important;
  }
}

.top-subnav {
  width: 600px;
  margin: 15px auto;
  font-size: 0;
}

.top-subnav-link {
  display: inline-block;
  font-size: 14px;
  width: 120px;
  padding: 5px 10px;
  text-align: left;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-subnav-link:before {
  content: '* ';
  color: #a4a4a4;
}
.top-subnav-link:hover {
  color: #ea4609;
}

/*轮播图*/
.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;
  }
}
/*搜索*/
.search-wrap {
  font-size: 12px;
  padding: 8px 0;
  background-color: #e8e8e8;
}

.search-keyword {
  float: left;
  color: #5e5e5e;
  line-height: 24px;
  max-width: calc(100% - 220px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-keyword a {
  margin-right: 10px;
}
.search-keyword a:hover {
  color: #ea4609;
}
@media (max-width: 579px) {
  .search-keyword {
    display: none;
  }
}

.search-form {
  float: right;
  border-radius: 12px;
  background-color: #cfcfcf;
}
.search-form input {
  float: left;
  width: 160px;
  padding: 2px 12px;
  height: 24px;
  line-height: 24px;
  border: none 0;
  border-radius: 12px;
  background-color: #cfcfcf;
  outline: none;
}
.search-form input::-moz-placeholder {
  color: #fff;
}
.search-form input::-webkit-input-placeholder {
  color: #fff;
}
.search-form input:-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 579px) {
  .search-form input {
    width: calc(100% - 45px);
  }
}
.search-form button {
  float: right;
  color: #fff;
  background-color: #ea4609;
  width: 45px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  padding: 0;
  border: none 0;
  outline: none;
}
.search-form button:hover {
  background-color: #d13f08;
}
.search-form button:active {
  background-color: #b93707;
}
@media (max-width: 579px) {
  .search-form {
    float: none;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
  }
}

.wrapper {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .wrapper {
    margin: 30px 0;
  }
}

.text-important {
  color: #ea4609;
}

/*首页 产品标题*/
.main-title-pro {
  text-align: center;
  margin-bottom: 20px;
}
.main-title-pro h3 {
  font-size: 16px;
  margin-bottom: 0.35em;
}
@media (min-width: 540px) {
  .main-title-pro h3 {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .main-title-pro h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .main-title-pro h3 {
    font-size: 24px;
  }
}
.main-title-pro h4 {
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .main-title-pro h4 {
    font-size: 13px;
  }
}

/*主要标题*/
.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6em;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 2.2em;
  }
}
.main-title h3 {
  color: #000;
  font-size: 1em;
  font-family: Arial;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 2px;
}
.main-title h4 {
  color: #ea4609;
  font-size: 0.9em;
  font-weight: bold;
}

/*首页 产品中心*/
.normallink {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 295px;
  overflow: hidden;
  border: 1px solid #bebebe;
}

.normallink-imgbox {
  position: relative;
  overflow: hidden;
}
.normallink-imgbox:before {
  content: '';
  display: block;
  padding-top: 86%;
}

.normallink-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.normallink-title {
  color: #fff;
  background-color: #ea4609;
  text-align: center;
  padding: 0.5em 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.normallink-title1{

  text-align: center;
  padding: 0.5em 2px;
  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: 640px) {
  .normallink-title {
    font-size: 16px;
  }
}

.normallink:hover {
  border-color: #ea4609;
}
.normallink:hover .normallink-title {
  background-color: #b93707;
}
.normallink:hover .normallink-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);
}

.swiper-container-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .swiper-container-wrap {
    padding: 0 60px;
  }
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
  font-size: 25px;
  font-family: simsun;
  color: #fff;
  background-color: #ea4609;
  background-image: url("../img/double-arrow.png");
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  color: #fff;
  background-color: #b93707;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-prev {
  left: 0;
  background-position: left center;
}

.swiper-btn-next {
  right: 0;
  background-position: right center;
}

/*首页 公司简介*/
.about-wrapper {
  padding: 20px 0;
  margin-bottom: 0;
  background: url("../img/about-wrapper-bg.jpg") no-repeat center/cover fixed;
}

@media (max-width: 991px) {
  .index-about-textwrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.index-about-imgbox {
  position: relative;
  height: 327px;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}

.index-about-img {
  height: 100%;
}

.index-about-shade {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.index-shade-item {
  display: inline-block;
  font-size: 16px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 90px;
  color: #fff;
  border: 1px solid;
  margin: 0 10px;
}
.index-shade-item:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.index-about-imgbox:hover .index-about-shade {
  left: 0;
}

.index-about-textbox .companyname {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 640px) {
  .index-about-textbox .companyname {
    font-size: 18px;
  }
}

.index-about-text {
  color: #666;
  line-height: 1.75;
  height: 19.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.index-about-more {
  display: block;
  margin-top: 15px;
  color: #fff;
  padding: 5px;
  border: 1px solid #ea4609;
  border-radius: 5px;
  background: #ea4609;
  background-origin: content-box;
  background-clip: content-box;
  line-height: 30px;
  text-align: center;
}
.index-about-more:hover {
  color: #fff;
  background-color: #b93707;
}
@media (min-width: 992px) {
  .index-about-more {
    margin-top: 15px;
  }
}

/*首页 照片展示*/
.swiper-photo .normallink {
  border-color: #e9e9e9;
  border-width: 4px;
}
@media (min-width: 540px) {
  .swiper-photo .normallink {
    border-width: 8px;
  }
}
@media (min-width: 768px) {
  .swiper-photo .normallink {
    border-width: 10px;
  }
}
@media (min-width: 992px) {
  .swiper-photo .normallink {
    border-width: 15px;
  }
}
.swiper-photo .normallink:hover {
  border-color: #ea4609;
}

/*首页 新闻中心*/
@media (min-width: 640px) and (max-width: 899px) {
  .main-news .col-xs-12 {
    width: 50%;
  }
}

.news-field-head {
  color: #222;
  border-bottom: 1px solid #a7a8a8;
  margin-bottom: 15px;
}

.news-field-title {
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 1em 4px;
  border-bottom: 1px solid #727272;
}

.news-field-more {
  float: right;
  font-size: 14px;
  line-height: 25px;
}
.news-field-more:hover {
  color: #ea4609;
}

.news-field-img {
  margin-bottom: 15px;
}

.news-field-item {
  border-bottom: 1px dashed #b5b5b5;
}

.news-field-link {
  display: block;
  font-size: 12px;
  padding: 5px 0;
}

.news-field-link-title {
  float: left;
  color: #000;
  max-width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-field-link-time {
  float: right;
  color: #808080;
}

.news-field-link-title,
.news-field-link-time {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-field-text {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-field-link:hover .news-field-link-title,
.news-field-link:hover .news-field-link-time {
  color: #ea4609;
}

/*首页 联系我们*/
.contact-wrapper {
  color: #fff;
  padding: 20px 0;
  background: #333 url("../img/contact-wrapper-bg.jpg") no-repeat center/cover fixed;
  margin-bottom: 0;
}
.contact-wrapper .main-title h3, .contact-wrapper .main-title h4 {
  color: #fff;
}

.main-contact-title {
  font-size: 15px;
  margin-bottom: 12px;
}

.main-contact-text {
  text-indent: 2em;
  line-height: 1.75;
  margin-bottom: 20px;
}

.main-contact-list {
  margin-top: 15px;
}
.main-contact-list li {
  margin-bottom: 5px;
}

/*联系表单*/
.contact-form {
  margin: 0 auto;
}
.contact-form label {
  font-weight: normal;
}
.contact-form .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 0;
}
.contact-form .form-control:focus {
  border-color: #ea4609;
}
.contact-form textarea {
  width: 100%;
  resize: vertical;
}
.contact-form input[type=submit] {
  color: #fff;
  background: #ea4609;
  width: 160px;
  border-radius: 0;
  padding: 4px 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-form input[type=submit]:hover {
  background: #d13f08;
}

/*非主页页面*/
@media (max-width: 899px) {
  .page-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-banner .container-fluid .img-responsive {
  width: 100%;
}

.main-page {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .main-page {
    margin: 0;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .page-aside-wrap {
    width: 30%;
  }

  .page-section-wrap {
    width: 70%;
  }
}
/*侧栏*/
/*aside标题*/
.aside-title {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  background-color: #ea4609;
  margin-bottom: 10px;
}

/*侧栏列表*/
.aside-list {
  margin-bottom: 20px;
}
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  margin-top: 2px;
}
.aside-list > li > a {
  position: relative;
  line-height: 40px;
  padding: 0 15px 0 11px;
  text-align: center;
  font-size: 15px;
  background-color: #e8e8e8;
  border-left: 4px solid #e8e8e8;
}
.aside-list > li > a:before {
  content: '>>';
  font-family: simsun;
  letter-spacing: -4px;
  margin-right: 10px;
}
.aside-list > li > a:hover, .aside-list > li > a.act {
  color: #fff;
  border-color: #00caaf;
  background-color: #ea4609;
}

.aside-contact .aside-contact-content {
  padding: 10px;
  font-size: 12px;
  background: #e9e9e9;
}
.aside-contact .aside-contact-img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.aside-contact .aside-contact-list li {
  margin-bottom: 5px;
  word-break: break-all;
}
.aside-contact .aside-contact-list li:first-child {
  margin-bottom: 10px;
}

/*section标题*/
.section-title {
  border-bottom: 1px solid #ea4609;
  margin-bottom: 20px;
}
.section-title .title-text {
  float: left;
  font-size: 17px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 30px;
  color: #ea4609;
  border-bottom: 2px solid;
}
.section-title .pos {
  float: right;
  line-height: 32px;
}
.section-title .pos a.act, .section-title .pos a[href]:hover {
  color: #ea4609;
}

/*section内容部分*/
.section-content {
  margin: 20px 0;
}

.content-chwidth .row {
  margin-left: -5px;
  margin-right: -5px;
}
.content-chwidth .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .content-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 15px;
}

.pagex-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.pagex-time {
  font-size: 13px;
  color: #a7afb4;
  margin-top: 5px;
}

.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;*/
}
.pagex-text img{max-width:100%; height:auto;}
.pagex-title-pro {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 10px;
}

.pagex-title-detail {
  color: #ea4609;
}

/*新闻资讯页*/
.page-news-item {
  padding-bottom: 10px;
  border-bottom: 1px dotted #cacaca;
  margin-bottom: 10px;
}
.page-news-item:before {
  content: '>>';
  font-family: simsun;
  letter-spacing: -2px;
  float: left;
  margin-right: 8px;
}

.page-news-title:hover {
  color: #ea4609;
}

.page-news-time {
  float: right;
  margin-left: 10px;
}

/*联系我们页*/
.page-contact-list {
  margin-bottom: 20px;
}
.page-contact-list li {
  margin-bottom: 5px;
}

.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: #ea4609;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
}
.s-drop-btn span.glyphicon {
  float: right;
  top: 0;
  line-height: 40px;
  -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: #b93707;
}
.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;
  margin-bottom: 0;
}
.s-drop-list > li > a {
  line-height: 35px;
}

/* 大屏底部 */
.foot-content-wrap {
  padding: 15px 0 65px;
  background-color: #d9d9d9;
}

.foot-erweima,
.foot-copy {
  display: inline-block;
  vertical-align: middle;
}

.foot-copy {
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  line-height: 25px;
}
.foot-copy a:hover {
  color: #ea4609;
}

.foot-friendlink {
  padding: 10px 15px;
  border: 1px solid #969696;
  border-radius: 8px;
  line-height: 25px;
}
.foot-friendlink a:hover {
  color: #ea4609;
}

.foot-nav-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  color: #999;
  background-color: #000;
  font-size: 12px;
  padding: 15px;
}

.foot-nav-item {
  float: left;
  width: 12.5%;
  background-image: url("../img/foot-nav-item-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.foot-nav-item:last-child {
  background-image: url("../img/foot-nav-item-bg.png"), url("../img/foot-nav-item-bg.png");
  background-repeat: no-repeat;
  background-position: left center,right center;
}
.foot-nav-item a {
  display: block;
  text-align: center;
}
.foot-nav-item a:hover {
  color: #ea4609;
}
.foot-nav-item a .glyphicon {
  color: #ea4609;
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #ea4609;
  border-top: 1px solid #fff;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #ff7e4e;
}

.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;
  }
  .pagex-text img{max-width:100%; height:auto;display:block; margin:0px auto;}
}



/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
	font-size:14px;
	font-family:'Microsoft YaHei';
	
}

.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(../images/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: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:130px;
    line-height:30px
	color:#00dfb9;
}

.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: 170px;
    height:160px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 255px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/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;
}
