body {
  padding: 0;
  margin: 0;
  font-family: 'microsoft yahei', '';
  overflow-x: hidden;
}
body,html { width: 100%; height: 100%; }
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-family: 'microsoft yahei', '';
}
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #000000;
  display: block;
}
ul,
li,
dl,
dt {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  border: 0;
}
.pClear {
  clear: both;
}
.pMore { text-align: center; }
.pMore a {
  width: auto;
  font-size: 13px;
  border: 1px solid #434343;
  color: #515151;
  display: inline-block;
  padding: 4px 20px;
  margin: 0 auto;
}
.pHead {
  font-size: 22px;
  color: #000000;
  border-bottom: 2px solid #e86608;
  padding: 5px 0;
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.index-head {
  height: 2.58rem;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.index-head .head-logo {
  height: 1.34rem;
  padding: 0.62rem 0.6rem;
  display: inline-block;
}
.index-head .head-logo img {
  height: 100%;
}
.index-head .head-search {
  position: absolute;
  top: 17px;
  right: 70px;
  height: 24px;
  display: block;
}
.index-head .head-search img {
  height: 100%;
}
.index-head .nav-ul {
  width: 50%;
  background: #FFFFFF;
  position: fixed;
  width: 0;
  z-index: 99;
  right: 0;
  top: 2.2rem;
  height: 100vh;
  font-size: 16px;
  overflow: hidden;
  transform: translateX(100%);
  -wekit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transition: all 250ms ease-out;
  -wekit-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
}
.index-head .nav-ul li {
  border-bottom: 1px solid #efefef;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
}
.index-head .nav-ul li em {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #e86608;
  border-right: 2px solid #e86608;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.index-head .nav-ul li dl {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: #FFFFFF;
  z-index: 99;
  overflow: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
}
.index-head .nav-ul li dl dt {
  height: 50px;
  border-bottom: 1px solid #efefef;
  padding: 0 15px;
}
.index-head .nav-ul li dl .fh-btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #e86608;
  border-bottom: 0;
}
.index-head .nav-ul li dl .fh-btn a {
  width: 100%;
  height: 40px;
  color: #FFFFFF;
}
.index-head .nav-btn {
  position: absolute;
  right: 15px;
  top: 23px;
  border: none;
  background: none;
  outline: none;
  width: 30px;
  height: 20px;
}
.index-head .nav-btn span {
  width: 30px;
  height: 2px;
  background: #000;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}
.index-head .nav-btn span:before,
.index-head .nav-btn span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  display: inline-block;
  left: 0;
  position: absolute;
}
.index-head .nav-btn span:after {
  top: 10px;
}
.index-head .nav-btn span:before {
  top: -10px;
}
header.on .nav-btn span {
  background-color: transparent;
}
header.on .nav-btn span:after {
  left: 0;
  top: 0;
  transform: rotateZ(-45deg);
  -wekit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
}
header.on .nav-btn span:before {
  left: 0;
  top: 0;
  transform: rotateZ(45deg);
  -wekit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
header.on .nav-ul {
  width: 50%;
  border-left: 2px solid #e86608;
  border-top: 2px solid #e86608;
  transform: translateX(0%);
  -wekit-transform: translateX(0%);
}
header.on .nav-ul li.active dl {
  width: 100%;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.index-news-img {
  /* margin-top: 2.58rem; */
  width: 100%;
  position: relative;
  height: 10.08rem;
}
.index-news-img img {
  width: 100%;
  height: 10.08rem;
}
.index-news-img .swiper-container {
}
.index-news-img .swiper-pagination {
  border-radius: 0.12rem;
  padding: 0.3rem 0.3rem;
  bottom: 0;
}
.index-news-img .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(255,255,255,.6);
  opacity: 1;
  margin: 0 2px !important;
  top: 0;
  padding: 0;
  overflow: hidden;
  height: 2px;
  width: 12px;
  border-radius: 0;
}
.index-news-img .swiper-pagination-bullet-active {
  background: rgba(255,255,255,1);
}
.index-news {
  margin: 10px auto 0 auto;
  width: 100%;
}
.index-news .news-tt {
  margin: 10px auto 0 auto;
  width: 94%;
  text-align: center;
}
.index-news .news-tt h1 {
  font-size: 18px;
  font-weight: 400;
}
.index-news .news-tt p {
  line-height: 26px;
  font-size: 16px;
  color: #404040;
  margin: 10px 0 5px 0;
  height: 52px;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -moz-box; -moz-box-orient: vertical; -moz-line-clamp: 2; display: box; box-orient: vertical; line-clamp: 2;
}
.index-news .news-tt p a { color: #404040; }
.index-news .news-tt .more { color: #515151; font-size: 15px; margin: 12px auto 0 auto; display: block;}
.index-news .news-list {
  margin: 10px auto 0 auto;
  width: 95%;
}
.index-news .news-list li {
  line-height: 30px;
  font-size: 15px;
}
.index-news .news-list li i { display: block; float: left; margin-right: 5px; height: 3px; width: 3px; background: #E86608; border-radius: 100%; margin-top: 12px;}
.index-news .news-list li span {
  float: right;
  color: #b1b1b1;
  display:none;
}
.index-news .news-list li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #2c2c2c;
}
.index-video {
  margin-top: 20px;
  background: #000;
  display: block;
}
.index-video img {
  width: 100%;
}
.index-video video {
  width: 100%;
  display: block;
}
.index-cp .cp-head {
  height: 47px;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
}
.index-cp .cp-head .swiper-slide {
  width: auto;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  border-top: 3px solid #FFFFFF;
}
.index-cp .cp-head .active {
  border-top: 3px solid #e86608;
}
.index-cp .cp-img {
  width: 100%;
  margin-top: 20px;

}
.index-cp .cp-img .img-box { display:block; position: relative; }

.index-cp .cp-img img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  max-height:100%;
}

.index-cp .cp-img .img-box i{
    width: 100%;
    height: 1.5rem;
    display: block;
    background: url(/images/img_spbf.png) no-repeat center;
    background-size: 10%;
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 9;
}
.index-cp .cp-img h1 {
  font-size: 20px;
  margin: 0 auto 0 auto;
  font-weight: 400;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 10px 0 20px 0;
}
.index-cp .cp-img .more {
  font-size: 14px;
  color: #ff0000;
  margin: 5px 0 5px;
  margin-left: 5%;
}
.index-cp .cp-img .pMore {
  margin-left: 5%;
}
.index-cp .cp-img .swiper-container {

}
.index-cp .cp-link a {
  display: block;
  width: 45.4%;
  margin-left: 3%;
  margin-top: 10px;
  float: left;
  position: relative;
}
.index-cp .cp-link a img {
  width: 100%;
  display: block;
}
.index-cp .cp-link a span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-cp .cp-link a span font {
  margin-top: 5%;
  display: block;
  font-weight:200;
}
.index-fw {
  margin: 10px auto 0 auto;
  width: 90%;
}
.index-fw .tit {
  font-size: 18px;
  margin: 10px 0;

}
.index-fw .wl-btn a {
  width: 16%;
  display: inline-block;
  margin-right: 8%;
  border: 1px solid #434343;
  text-align: center;
  padding: 20px 0 20px 0;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.index-fw .wl-btn a:nth-child(4) {
  margin-right: 0;
}
.index-fw .lxwm p {
  font-size: 17px;
  line-height: 30px;
  color: #2c2c2c;
  background: no-repeat left 8px;
  background-size: 6%;
  padding-left: 30px;
}
.index-fw .lxwm p:nth-child(1) {
  background-image: url(../images/index-lxwm-ico01.png);
}
.index-fw .lxwm p:nth-child(2) {
  background-image: url(../images/index-lxwm-ico02.png);
}
.index-fw .lxwm p:nth-child(3) {
  background-image: url(../images/index-lxwm-ico03.png);
}
.index-fw .sc a {
  display: inline-block;
  float: left;
  margin-right: 6%;
  width: 28.5%;
  border: 1px solid #E86608;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  text-align: center;
  outline: none;
}
.index-fw .sc a img {
  display: block;
  margin: 0 auto 10px auto;
  width: 30%;
}
.index-fw .sc a:nth-child(3) {
  margin-right: 0;
}
.index-fw .btn-box {
  width: 100%;
  height: 50px; 
  background: #E86608;
  border-radius: 5px;
  color: #FFFFFF;
}
.index-fw .btn-box a {
  display: block;
  width: 33.33%; height: 50px;
  float: left;
  color: #FFFFFF;
  text-align: center;
}
.index-fw .btn-box a img {
  width: 24px;
  margin-top: 13px;
}
.index-btm {
  width: 100%;
  margin-top: 30px;
  border-top: 2px solid #E86608;
  text-align: center;
  color: #2c2c2c;
  line-height: 20px;
  font-size: 14px;
  padding: 15px 0;
}
.index-btm a {
  color: #2c2c2c;
}
.yd-img { width: 100%; height: 100%;}
.yd-img .swiper-container { height: 100%; }
.yd-img .swiper-slide { background: no-repeat center; background-size: cover !important; height: 100%; }
.yd-img .swiper-slide img { position: absolute; top: 11rem; width: 1.82rem; left: 1.88rem;}
.yd-img .swiper-pagination-bullet { background: #FFFFFF;}
.yd-img .swiper-pagination-bullet-active { background: rgba(255,255,255,.5); }

.index-news .news-img-list{ margin-top: 10px;}
.index-news .news-img-list li { float: left; margin-left: 3%; width: 45.4%; margin-top: 10px; }
.index-news .news-img-list li .img-box { width: 100%; height: 135px; display: block; position: relative; overflow: hidden; }
.index-news .news-img-list li .img-box img { min-width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); }
.index-news .news-img-list li h5 { font-size: 15px; margin-top: 5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; width:100%; font-weight: 400; }
.index-news .news-img-list li .more { color: #FF0000; font-size: 13px; margin-top: 3px; }
