/*首页样式*/
.content {
  width: 78.91%;
  margin: 0 auto;
}
.content1 {
  width: 100% !important;
  margin: 0 auto 0.7rem;
}
.pth {}
.ph3 {
  width: 33.3%;
  float: left;
  line-height: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.pth .ph3 h3 {
  font-size: 0.2rem;
  color: #000;
  display: inline-block;
  padding-left: 0.4rem;
}
.pth .ph3:hover h3 {
  color: #eb5f1a;
}
.pth .ph3:nth-of-type(1) h3 {
  background: url(/skin/img/lm1.png) no-repeat left center;
  background-size: 0.31rem;
}
.pth .ph3:nth-of-type(2) h3 {
  background: url(/skin/img/lm2.png) no-repeat left center;
  background-size: 0.2rem;
}
.pth .ph3:nth-of-type(3) h3 {
  background: url(/skin/img/lm3.png) no-repeat left center;
  background-size: 0.28rem 0.27rem;
}
.pth .ph3:nth-of-type(4) h3 {
  background: url(/skin/img/lm4.png) no-repeat left center;
  background-size: 0.28rem;
}
.pth .ph3:nth-of-type(1):hover h3, .pth .ph3:nth-of-type(1).current h3 {
  background: url(/skin/img/lm1h.png) no-repeat left center;
  background-size: 0.31rem;
}
.pth .ph3:nth-of-type(2):hover h3, .pth .ph3:nth-of-type(2).current h3 {
  background: url(/skin/img/lm2h.png) no-repeat left center;
  background-size: 0.2rem;
}
.pth .ph3:nth-of-type(3):hover h3, .pth .ph3:nth-of-type(3).current h3 {
  background: url(/skin/img/lm3h.png) no-repeat left center;
  background-size: 0.28rem 0.27rem;
}
.pth .ph3:nth-of-type(4):hover h3, .pth .ph3:nth-of-type(4).current h3 {
  background: url(/skin/img/lm4h.png) no-repeat left center;
  background-size: 0.28rem;
}
.proBox {
  background-color: #efefef;
}
.proList li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
}
.proList li:nth-of-type(4n) {
  margin-right: 0;
}
.proList li .pImg {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.proList li .pImg img {
  max-width: 100%;
  max-height: 80%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.proList li h5 {
  font-size: 0.18rem;
  color: #333;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  margin-top: 0.25rem;
  text-align: center;
}
.proInfo {
  padding: 0.8rem 0 0.75rem;
}
.proInfo .proList {
  display: none;
}
.proInfo .proList:first-of-type {
  display: block;
}
.productBox3 li {
  width: 24% !important;
  margin-right: 1.3% !important;
}
.productBox3 li:nth-of-type(4n) {
  margin-right: 0 !important;
}
.productBox3 li:hover h5 {
  color: #eb5f1a;
}
.productBox3 li .ppImg img {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.productBox3 li .ppImg {
  width: 100%;
  overflow: hidden;
}
.rhd {}
.rhd h3 {
  font-size: 0.4rem;
  color: #000;
  line-height: 1;
}
.rhd a {
  display: block;
  font-size: 0.2rem;
  color: #999;
  line-height: 1;
  margin-top: 0.2rem;
}
.rhd a:hover, .proList li:hover h5 {
  color: #eb5f1a;
}
.solute {}
.soluteInfo {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 32px;
  position: relative;
}
.soluteInfo .picList li {
  float: left;
  width: 32%;
  margin-right: 30px;
}
.soluteInfo .picList li .soImg {
  width: 100%;
  overflow: hidden;
}
.soluteInfo .picList li .soImg img, .newsImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.soluteInfo .picList li:hover .soImg img, .partList li:hover img, .proList li:hover .pImg img, .newsImg:hover img, .productBox3 li:hover .ppImg img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.soTxt h3 {
  margin: 22px 0 12px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.soluteInfo .picList li:hover .soTxt h3, .proList li:hover h5 {
  color: #eb5f1a;
}
.soTxt h5 {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.soluteInfo .hd {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.soluteInfo .hd ul {
  text-align: center;
}
.soluteInfo .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #b5b5b5;
  border-radius: 100%;
  font-size: 0;
  margin-right: 15px;
  cursor: pointer;
}
.soluteInfo .hd ul li:last-of-type {
  margin-right: 0;
}
.soluteInfo .hd ul li.on {
  background-color: #f08200;
}
.news {
  background-color: #efefef;
  padding: 0.75rem 0 1rem;
}
.newsBox {
  margin-top: 0.3rem;
}
.newsImg {
  width: 50.3%;
  position: relative;
  overflow: hidden;
}
.newsTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.65rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.65rem;
  padding-left: 0.3rem;
}
.newsList {
  width: 47.2%;
}
.newsList li {
  background-color: #fff;
  margin-bottom: 0.24rem;
  padding: 0.38rem 0.3rem 0.3rem;
}
.newsList li:last-of-type {
  margin-bottom: 0;
}
.newsList li h3 {
  font-size: 0.18rem;
  color: #333;
  line-height: 1;
}
.newsList li p {
  font-size: 0.16rem;
  color: #999;
  line-height: 1;
  margin: 0.18rem 0;
}
.newsList li .ndate {
  font-size: 0.14rem;
  color: #999;
  line-height: 1;
}
@media only screen and (max-width:1600px) {
  .newsList li {
    padding: 0.4rem 0.3rem;
  }
}
@media only screen and (max-width:1440px) {
  .newsList li {
    padding: 0.39rem 0.3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .newsList li {
    padding: 0.48rem 0.3rem 0.38rem;
  }
}
@media only screen and (max-width:1280px) {
  .newsList li {
    padding: 0.48rem 0.3rem;
    margin-bottom: 0.2rem;
  }
  .newsList li p {
    line-height: 1.2;
  }
}
.part {
  padding: 0.75rem 0 0.85rem;
}
.partList {
  margin-top: 0.3rem;
}
.partList li {
  width: 15.8%;
  float: left;
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.04%;
  overflow: hidden;
}
.partList li img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.partList li:nth-of-type(7n) {
  padding-left: 1.04%;
}
.partList li:nth-of-type(6n) {
  margin-right: 0;
}
.company {
  background: url(/skin/img/aboutbg.jpg) no-repeat center;
  height: 8.37rem;
  background-size: 100% 8.37rem;
  position: relative;
}
.aboutTxt {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.aboutTxt h3 {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.42rem;
}
.aboutTxt p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.36rem;
}
.abInfo {
  margin-top: 0.38rem;
}
.abInfo li {
  float: left;
  width: 0.97rem;
  height: 0.97rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 0.17rem;
  margin-right: 0.28rem;
  border-radius: 0.1rem;
  cursor: pointer;
}
.abInfo li:nth-of-type(4n) {
  margin-right: 0;
}
.abInfo li h5 {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  margin-top: 0.08rem;
}
.abInfo li .abImg {
  height: 0.36rem;
}
.abInfo li:nth-of-type(1) img {
  width: 0.4rem;
  height: 0.33rem;
}
.abInfo li:nth-of-type(2) img {
  width: 0.33rem;
  height: 0.34rem;
}
.abInfo li:nth-of-type(3) img {
  width: 0.44rem;
  height: 0.29rem;
}
.abInfo li:nth-of-type(4) img {
  width: 0.36rem;
  height: 0.36rem;
}
.abInfo li:hover {
  background-color: #ff7d24;
}
.abInfo li:hover h5 {
  color: #fff;
}
.entt img {
  width: 0.51rem;
  height: 0.5rem;
}
.entt {
  margin-top: 0.9rem;
}
.pdetail {
  padding: 0.2rem 0 0.8rem;
}
.plink {
  padding-left: 35px;
  background: url(/skin/img/home.jpg) no-repeat left center;
}
.plink a {
  font-size: 18px;
  color: #999;
}
.pdd {
  color: #666 !important;
}
.peTxt h2 {
  font-size: 0.4rem;
  color: #282828;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.peList li h3 {
  font-size: 0.16rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.peList li h4 {
  font-size: 0.14rem;
  color: #666;
  line-height: 1;
}
.peTxt {
  width: 50%;
  padding-top: 0.75rem;
}
.peList li {
  padding: 0.15rem 0 0.15rem 0.2rem;
  background-color: #f6f6f6;
}
.peList li:nth-of-type(2n) {
  background-color: #fff;
}
.pdeInfo {
  padding-bottom: 0.75rem;
}
.con1 {
  width: 1200px;
  margin: 0 auto;
}
.peTxt h3 {
  font-size: 38px;
  color: #333;
  line-height: 1;
  margin-bottom: 0.3rem;
  line-height: 45px;
}
.peTxt p, .de1 p, .jichu p, .con1 p {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.question {
  font-size: 16px;
  color: #fff;
  width: 213px;
  height: 53px;
  background-color: #eb5f1a;
  text-align: center;
  line-height: 53px;
  margin-top: 0.62rem;
}
.deNav {
  background: url(/skin/img/bg5.jpg) no-repeat center;
  height: 300px;
  position: relative;
}
.deLink {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 0px;
}
.deLink a {
  display: inline-block;
  width: 400px;
  height: 80px;
  background-color: #ececec;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  color: #000;
}
.deLink a.current, .deLink a:hover {
  background-color: #eb5f1a;
  color: #fff;
}
.de1 {
  padding: 0.7rem 0 0.75rem;
}
.de1 h3, .art h3, .ziliao h3 {
  font-size: 24px;
  color: #eb5f1a;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.tdTxt {
  width: 650px;
}
.tdTxt h4:first-of-type {
  margin-top: 0;
}
.tdTxt h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 26px;
}
.tdTxt p {
  font-size: 16px;
  color: #666;
}
.tdBox {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #d6d6d6;
}
.jichu {
  padding: 0.58rem 0 0.5rem;
  border-bottom: 1px solid #d6d6d6;
}
.otherProduct {
  padding: 0.65rem 0 0;
}
.bno {
  background-color: transparent;
}
.bno .proInfo {
  padding: 0;
}
.zz1 {
  padding: 0.85rem 0 0.95rem;
  border-bottom: 1px solid #e7e7e7;

}
.zz1 h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.zz1 p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.xia {
  display: block;
  margin: 0.2rem auto 0;
  font-size: 16px;
  color: #fff;
  background-color: #eb5f1a;
  width: 293px;
  height: 54px;
  text-align: center;
  line-height: 54px;
}
.recp {
  padding: 0.65rem 0 0.6rem;
}
.cpInfo {
  font-size: 0;
}
.cpInfo li {
  display: inline-block;
  width: 360px;
  text-align: center;
  margin-right: 60px;
}
.cpInfo li:nth-of-type(3n) {
  margin-right: 0;
}
.cppImg, .productBox li .ppImg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 336px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.cpInfoh6 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  text-align: center;
  margin-top: 0.28rem;
}
/*产品列表二级菜单*/
.cpejNav {
  text-align: center;
  font-size: 0;
  margin-bottom: 0.5rem;
}
.cpejNav a {
  font-size: 20px;
  color: #333;
  display: inline-block;
  margin-right: 0.65rem;
}
.cpejNav a:last-of-type {
  margin-right: 0;
}
.cpejNav a.current, .cpejNav a:hover {
  color: #eb5f1a;
}
.productBox {
  font-size: 0;
  padding-bottom: 0.3rem;
}
.productBox li {
  width: 360px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0.48rem;
}
.productBox li:nth-of-type(3n) {
  margin-right: 0;
}
.productBox li .ppImg {
  border: 1px solid #ebebeb;
}
.productBox li .ppImg img {
  max-width: 90%;
  max-height: 90%;
}
.productBox li h5 {
  font-size: 0.18rem;
  color: #333;
  line-height: 1;
  text-align: center;
  margin-top: 0.28rem;
}
.hengfu {
  background-color: #eb5f1a;
  padding: 0.47rem 0;
}
.hfcon {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
  padding-left: 0.88rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.hfbt {
  font-size: 0.5rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.1rem;
  padding-right: 3.15rem;
}
.ying h3 {
  font-size: 0.4rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0.42rem;
}
.ying {
  padding: 0.95rem 0 0.82rem;
}
.art {
  background-color: #f6f6f6;
  padding: 0.9rem 0 0.75rem;
}
.return {
  text-align: center;
}
.return a {
  font-size: 0.16rem;
  color: #666;
  display: inline-block;
  padding-left: 0.35rem;
  background: url(/skin/img/return.png) no-repeat left center;
  background-size: 0.27rem 0.23rem;
  line-height: 0.23rem;
}
.pdeInfo {
  margin-top: 0.7rem;
}
.peLeft, .pee, .pee .connected-carousels .stage, .pee .connected-carousels .navigation {
  width: 520px !important;
}
.pee .connected-carousels .navigation {
  padding: 0 0.5rem;
}
.pee .connected-carousels .carousel-navigation {
  width: 420px !important;
  height: 85px !important;
}
.pee .connected-carousels .carousel-navigation li.active {
  border: 2px solid #eb5f1a;
}
.pee .connected-carousels .next-navigation {
  background: url(/skin/img/per.jpg) no-repeat;
  position: absolute;
  right: 0;
  display: block !important;
  bottom: 0;
  z-index: 999;
  display: block;
  width: 29px;
  height: 42px;
}
.pee .connected-carousels .prev-navigation {
  background: url(/skin/img/pel.jpg) no-repeat;
  position: absolute;
  left: 0;
  top: 22px;
  display: block !important;
  z-index: 999;
  display: block;
  width: 29px;
  height: 42px;
}
.pee .connected-carousels .prev-stage {
  display: none !important;
}
.pee .connected-carousels .carousel-stage {
  height: 500px !important;
}
.pee .carousel-stage li {
  width: 520px !important;
  height: 100% !important;
  text-align: center;
}
.pee .carousel-stage ul li img {
  max-width: 90%;
  max-height: 90%;
  width: auto !important;
  height: auto !important;
}
.pee .connected-carousels .carousel-navigation li {
  margin-right: 22px !important;
  width: 81px;
  height: 81px;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pee .connected-carousels .carousel-navigation li img {
  width: 47px !important;
  height: 51px !important;
}
.pee .connected-carousels .prev-stage, .pee .connected-carousels .next-stage {
  display: none;
}
.pee .connected-carousels .carousel-navigation li.active img {
  border-color: transparent !important;
}
.pee .connected-carousels .carousel-navigation {
  margin-top: 0 !important;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  padding: 0 0.32rem;
  margin-top: 0.3rem;
}
.gallery-thumbs .swiper-button-next {
  background: url("/skin/img/per.jpg") no-repeat;
  position: absolute;
  right: 0;
}
.gallery-thumbs .swiper-button-prev {
  background: url("/skin/img/pel.jpg") no-repeat;
  position: absolute;
  left: 0;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
}
/*.gallery-thumbs .swiper-wrapper{transform: translate3d(0px,0px,0px)!important;}*/
.gallery-thumbs .swiper-slide {
  width: 0.85rem;
  height: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  margin-right: 0.22rem !important;
}
.gallery-thumbs .swiper-slide-active {
  border: 2px solid #eb5f1a;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs img {
  width: 0.47rem;
  height: 0.63rem;
}
.gallery-thumbs .swiper-slide, .gallery-top {
  text-align: center;
}
.nyNav {
  border-top: 0.15rem solid #eb5f1a;
}
.navTop {
  padding: 0.7rem 0 0.45rem;
}
.navTop a, .navTop h4 {
  font-size: 18px;
  color: #000;
}
.navTop h4 {
  color: #eb5f1a;
}
.nyList {
  margin-bottom: 0.95rem;
}
.nyList li {
  float: left;
  text-align: center;
  line-height: 0.8rem;
  border: 1px solid #acacac;
  height: 0.8rem;
  border-right: none;
}
.nyList li.current, .nyList li:hover {
  background-color: #eb5f1a;
  border: none;
}
.nyList li.current a, .nyList li:hover a {
  color: #fff;
}
.nyList li a {
  font-size: 0.3rem;
  color: #333;
}
.nyList li:last-of-type {
  border-right: 1px solid #acacac;
}
.nyList li:last-of-type:hover {
  border-right: none;
}
.mcurrent {
  background-color: #eb5f1a;
  border: none;
}
/* 公司简介 */
.content, .companyInfo {
  padding: 0.7rem 0 0.7rem;
}
.chd {
  text-align: center;
}
.chd h2 {
  font-size: 0.4rem;
  color: #eb5f1a;
  line-height: 1;
  padding-bottom: 0.3rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.chd h2::before {
  content: "";
  width: 0.77rem;
  height: 0.03rem;
  background-color: #eb5f1a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.chd h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.conImg {
  width: 38%;
}
.conImg img {
  width: 100%;
}
.conLeft {
  width: 62%;
  padding: 0.55rem 0.65rem 0 0.45rem;
}
.comTxt {
  margin: 0 0 0.54rem;
  box-shadow: 0 3px 16px 0 rgba(7, 17, 27, .16);
}
.conLeft h3, .compp h3, .dianzi h3, .yingyong h3 {
  font-size: 26px;
  color: #000;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.conLeft p, .compp p, .dianzi p, .yingyong p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.compp h3:last-of-type {
  margin-top: 0.3rem;
}
.zai {
  text-align: center;
  padding-top: 0.58rem;
}
.zai a {
  font-size: 16px;
  color: #666;
  line-height: 1;
  display: inline-block;
  padding-right: 30px;
  background: url(/skin/img/jiazai.png) no-repeat right center;
}
.soList {}
.soList li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.35rem;
}
.soList li:nth-of-type(3n) {
  margin-right: 0;
}
.soList li .soluImg {
  width: 100%;
  overflow: hidden;
}
.soList li .soluImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; 
}
.soList li h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin: 0.2rem 0 0.12rem;
}
.soList li h5 {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-family: arial;
}
.soList li:nth-of-type(7), .soList li:nth-of-type(8), .soList li:nth-of-type(9) {
  margin-bottom: 0;
}
.lianxi {
  padding: 0.6rem 0 0;
}
.lianxi h2 {
  font-size: 0.26rem;
  color: #000;
  line-height: 1;
}
.lianxi h3 {
  font-size: 0.2rem;
  color: #000;
  line-height: 1;
  margin: 0.3rem 0 0.2rem;
}
.lxInfo {
  width: 100%;
}
.lxInfo li p {
  font-size: 0.16rem;
  color: #333;
  line-height: 2;
}
.lxInfo li {
  width: 33.3%;
  float: left;
}
.lx1 {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #cdcdcd;
}
.lxInfo2 li {
  margin-bottom: 0.05rem;
}
.opp {
  opacity: 0;
}
.lx2 {
  padding: 0.45rem 0 0.4rem;
  border-bottom: 1px solid #cdcdcd;
}
.lxImg img {
  width: 100% !important;
  height: auto !important;
}
.lxImg {
  padding: 0.74rem 0 0.8rem;
}
.chuang {
  background-color: #f8f8f8;
  padding: 0.7rem 0;
}
.compp img {
  width: 100% !important;
  height: auto !important;
  margin: 0.4rem 0 0;
}
.dianzi {
  padding: 0.55rem 0 0;
}
.dianzi h3, .dianzi p {
  color: #333;
}
.yingyong {
  padding: 0.4rem 0 0.35rem;
  border-bottom: 1px solid #e2e2e2;
}
.yingList {
  margin-top: 0.22rem;
}
.yingList li {
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 0.3rem;
}
.yingList li img {
  width: 0.93rem;
  height: 0.93rem;
}
.yingList li h5 {
  font-size: 0.2rem;
  color: #333;
  line-height: 1;
  margin-top: 0.3rem;
}
.hdd {
  font-size: 26px !important;
  font-weight: bold;
}
.part2 {
  padding-bottom: 0;
}
.pt {
  padding-top: 0 !important;
}
/*产品中心*/
.cpcenter {
  padding: 0.4rem 0 0;
}
.cpList {
  padding: 0.62rem 0 0;
}
.cpImg {
  background: url(/skin/img/bg4.jpg) no-repeat center;
  padding-top: 0.85rem;
  text-align: center;
  max-height: 7.5ren;
  height: auto;
}
.cpImg img {
  max-width: 100%;
  max-height: 4.3rem;
}
.cpImg h3 {
  font-size: 0.52rem;
  color: #333;
  line-height: 1;
  margin: 0.6rem 0 0.4rem;
}
.cpImg p {
  font-size: 0.24rem;
  color: #333;
  line-height: 2.5;
}
.cpNav {
  text-align: center;
  font-size: 0;
  padding-top: 0.3rem;
}
.cpNav a h6 {
  cursor: pointer;
  display: inline-block;
  font-size: 0.18rem;
  color: #666;
  width: 2.7rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border: 1px solid #8d8d8d;
  margin-right: 0.1rem;
  background: #fff url(/skin/img/gou.png) no-repeat right 0.24rem center;
  background-size: 0.2rem 0.06rem;
}
.cpNav a:last-of-type h6 {
  margin-right: 0;
}
.cpNav h6:hover {
  background: #ef7e46 url(/skin/img/gouh.png) no-repeat right 0.24rem center;
  background-size: 0.2rem 0.06rem;
  border: 1px solid #ef7e46;
  color: #fff;
}
.liao {
  font-size: 16px;
  text-align: center;
  color: #666;
  display: block;
  margin: 0.45rem 0 0;
  padding-bottom: 0.08rem;
  position: relative;
}
.liao:after {
  content: "";
  width: 0.65rem;
  height: 1px;
  background-color: #8c8c8c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cpList li {
  margin-bottom: 0.95rem;
}
.loading {
  margin-top: 0.55rem;
}
.loading a {
  font-size: 16px;
  color: #999;
  display: inline-block;
  padding-right: 0.28rem;
  background: url(/skin/img/loading.png) no-repeat right center;
  background-size: 0.19rem 0.15rem;
}
/* 新闻列表 */
.zxRight {
  width: 32%;
  background-color: #f5f5f5;
}
.zxList li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #f5f5f5;
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
}
.zxList li:nth-of-type(3n) {
  margin-right: 0;
}
.zxImg {
  width: 100%;
  overflow: hidden;
}
.zxImg img {
  width: 100%;
  height: 100%;
}
.zxTxt {
  padding: 0.35rem 0.25rem 0;
}
.zxTxt h3 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin-bottom: 0.16rem;
}
.zxTxt p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.zxdate {
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-top: 0.56rem;
}
.zxBox {
  margin-bottom: 0.24rem;
}
.news-i {
  float: left;
  width: 66%;
}
.zxBox {}
@media only screen and (max-width:1280px) {
  .zxTxt h3 {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .zxdate {
    margin-top: 0.3rem;
  }
  .productBox li h5 {
    font-size: 0.18rem;
  }
  .peTxt h3 {
    font-size: 0.38rem;
    line-height: 0.45rem;
  }
  .peTxt p {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
  .question {
    width: 2.13rem;
    height: 0.53rem;
    line-height: 0.53rem;
  }
  .pee .carousel-stage ul li {
    height: 4.4rem !important;
  }
  .pee .connected-carousels .carousel-stage {
    height: 5rem !important;
  }
}
.xinImg img {
  width: 100%;
}
.view {
  font-size: 0.2rem;
  color: #999;
  width: 2.1rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border: 0.02rem solid #c4c4c4;
  margin: 0.25rem auto 0;
}
.view:hover {
  background-color: #eb5f1a;
  border: 0.02rem solid #eb5f1a;
  color: #fff;
}
.newA {
  position: relative;
}
.ntxt {
  position: absolute;
  width: 100%;
  height: 2.23rem;
  background: url("/skin/img/bg5.png") no-repeat;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.35rem 0;
}
.ntxt h5 {
  font-size: 0.32rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.ntxt p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.ziInfo .swiper-pagination {
  position: absolute;
  bottom: 0.42rem;
  text-align: right;
  padding-right: 0.35rem;
}
.ziInfo .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.ziInfo .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.xinwen {
  margin: 0 auto;
}
.conn {
  width: 1200px;
  margin: 0 auto;
}
.relate {
  background-color: #efefef;
  padding: 0.74rem 0 0.55rem;
}
.relate h2 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.reList li {
  width: 360px;
  float: left;
  margin-right: 60px;
}
.reList li:nth-of-type(3n) {
  margin-right: 0;
}
.reList li .reImg {
  width: 100%;
  background-color: #fff;
  height: 335px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reList li .reImg img {
  max-width: 100%;
  max-height: 100%;
}
.reList li h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  text-align: center;
  margin-top: 0.25rem;
}
.reList {
  margin-bottom: 0.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e2e2;
}
.detailcon .detbd p:last-of-type {
  margin-bottom: 0;
}
/********列表1********/
.n-lb1 {
  overflow: hidden;
}
.n-lb1 .txtScroll-left {
  position: relative;
  overflow: hidden;
  padding: 0 0 60px;
  border-bottom: 1px solid #ededed;
  width: 100%;
}
.n-lb1 .txtScroll-left .swiper-button-prev, .n-lb1 .txtScroll-left .swiper-button-next {
  z-index: 999;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  position: absolute;
  top: auto;
  left: auto;
}
.n-lb1 .txtScroll-left .swiper-button-next {
  background: url(/skin/img/bright.png) no-repeat center center;
  bottom: 75px;
  right: 0px;
}
.n-lb1 .txtScroll-left .swiper-button-prev {
  background: url(/skin/img/bleft.png) no-repeat center center;
  bottom: 75px;
  right: 30px;
}
.n-lb1 .txtScroll-left .swiper-button-next:hover {
  background: url(/skin/img/bright2.png) no-repeat center center;
}
.n-lb1 .txtScroll-left .swiper-button-prev:hover {
  background: url(/skin/img/bleft2.png) no-repeat center center;
}
.n-lb1 .txtScroll-left .hd ul {
  overflow: hidden;
}
.n-lb1 .txtScroll-left .hd ul li {
  float: left;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("/skin/img/icocircle.gif") 0 -9px no-repeat;
}
.n-lb1 .txtScroll-left .bd {
  overflow: hidden;
}
.n-lb1 .txtScroll-left .bd ul {
  overflow: hidden;
}
.n-lb1 .txtScroll-left .bd ul li {
  overflow: hidden;
}
.n-lb1 .txtScroll-left .lb3 .img {
  width: 336px;
  height: 224px;
  overflow: hidden;
  float: left;
  margin-right: 36px;
}
.n-lb1 .txtScroll-left .lb3 .text {
  overflow: hidden;
}
.n-lb1 .txtScroll-left .lb3 .title {
  font-weight: 200;
  float: left;
  font-size: 20px;
  line-height: 20px;
  color: #eb5f1a;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.n-lb1 .txtScroll-left .lb3 .date {
  font-weight: 200;
  float: right;
  font-family: arial;
  margin-top: 5px;
  font-size: 14px;
  color: #999999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.n-lb1 .txtScroll-left .lb3 .wj {
  font-weight: 200;
  clear: both;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-lb1 .txtScroll-left .lb3 span {
  font-weight: 200;
  border-radius: 50px;
  height: 24px;
  background: #f5f5f5;
  text-align: center;
  line-height: 24px;
  margin-top: 30px;
  width: 64px;
  display: block;
  color: #333;
}
.n-lb1 .txtScroll-left .lb3 a:hover span {
  color: #ffffff;
  background: #eb5f1a;
}
.n-lb1 .list {
  overflow: hidden;
}
.n-lb1 .list li {
  overflow: hidden;
  width: 100%;
}
.n-lb1 .list li a {
  display: block;
  overflow: hidden;
  padding: 54px 0;
  border-bottom: 1px solid #ededed;
  background: url(/skin/img/lb9_ico.png) right 56px no-repeat;
}
.n-lb1 .list li .date {
  background: #f5f5f5;
  width: 74px;
  height: 100px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 30px;
}
.n-lb1 .list li .date h1 {
  font-weight: 200;
  font-size: 40px;
  color: #eb5f1a;
  font-family: arial;
  line-height: 42px;
  padding-top: 16px;
}
.n-lb1 .list li .date h2 {
  font-weight: 200;
  font-size: 14px;
  color: #eb5f1a;
  font-family: arial;
  font-weight: normal;
  line-height: 16px;
  padding-top: 10px;
}
.n-lb1 .list li .text {
  overflow: hidden;
}
.n-lb1 .list li .title {
  font-weight: 200;
  font-size: 18px;
  color: #333333;
  margin: 6px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}
.n-lb1 .list li .time {
  font-weight: 200;
  color: #bbbbbb;
  line-height: 13px;
  margin: 12px 0 8px 0;
}
.n-lb1 .list li .time img.img2 {
  vertical-align: middle;
  margin: 0px 4px 3px 10px;
}
.n-lb1 .list li .time img.img1 {
  margin-right: 5px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.n-lb1 .list li .wz {
  font-weight: 200;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-lb1 .list li a:hover .title, .n-lb1 .list li a:hover .wz {
  color: #eb5f1a;
}
/********列表2********/
.n-lb2 {
  overflow: hidden;
}
.n-lb2 .txtScroll-left {
  position: relative;
  overflow: hidden;
}
.n-lb2 .txtScroll-left .swiper-button-prev, .n-lb2 .txtScroll-left .swiper-button-next {
  z-index: 999;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  overflow: hidden;
  cursor: pointer;
  left: auto;
  top: auto;
}
.n-lb2 .txtScroll-left .swiper-button-next {
  background: url(/skin/img/bright.png) no-repeat center center;
  position: absolute;
  bottom: 70px;
  right: 32px;
}
.n-lb2 .txtScroll-left .swiper-button-prev {
  background: url(/skin/img/bleft.png) no-repeat center center;
  position: absolute;
  bottom: 70px;
  right: 62px;
}
.n-lb2 .txtScroll-left .swiper-button-next:hover {
  background: url(/skin/img/bbr2.png) no-repeat center center;
}
.n-lb2 .txtScroll-left .swiper-button-prev:hover {
  background: url(/skin/img/bbl2.png) no-repeat center center;
}
.n-lb2 .txtScroll-left .hd ul {
  overflow: hidden;
}
.n-lb2 .txtScroll-left .hd ul li {
  float: left;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("/skin/img/icocircle.gif") 0 -9px no-repeat;
}
.lb2 {
  padding: 40px 32px 45px 32px;
  background: #f6f6f6;
}
.lb2 .img {
  width: 420px;
  height: 280px;
  overflow: hidden;
  float: left;
  margin-right: 42px;
}
.lb2 .text {
  overflow: hidden;
}
.lb2 .title {
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.lb2 .date {
  font-weight: 200;
  font-family: arial;
  margin-top: 30px;
  font-size: 14px;
  color: #999999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.lb2 .wj {
  font-weight: 200;
  clear: both;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  padding-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.lb2 span {
  font-weight: 200;
  color: #666666;
  height: 28px;
  line-height: 28px;
  border: 1px solid #cacaca;
  margin-top: 58px;
  width: 72px;
  padding: 0 12px;
  display: block;
}
.lb2 span i {
  font-family: "宋体";
  font-style: normal;
  padding-left: 16px;
}
.lb2 a:hover .title, . lb2 a:hover .wj {
  color: #eb5f1a;
}
.lb2 a:hover span {
  color: #ffffff;
  background: #eb5f1a;
  border: 0;
}
.n-lb2 .list {
  overflow: hidden;
  padding: 10px 0 0 3px;
  margin-top: 10px;
}
.n-lb2 .list li {
  float: left;
  width: 48%;
  margin-left: 3%;
}
.n-lb2 .list li:nth-of-type(2n+1) {
  margin-left: 0;
}
.n-lb2 .list li a {
  padding: 40px 23px 40px 29px;
  border-bottom: 1px solid #dbdbdb;
  display: block;
}
.n-lb2 .list li a .title {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
}
.n-lb2 .list li a .date {
  font-weight: 200;
  font-size: 12px;
  color: #999999;
  font-family: arial;
  margin: 16px 0;
}
.n-lb2 .list li a .text {
  font-weight: 200;
  line-height: 26px;
  color: #666666;
  font-size: 14px;
}
/********列表3********/
.n-lb3 {
  overflow: hidden;
}
.n-lbb3 {
  margin-top: 40px;
  overflow: hidden;
}
.n-lb3, .n-lb3 .list, .n-lb3 li, .n-lb3 a, .n-lbb3, .n-lbb3 .list, .n-lbb3 li, .n-lbb3 a {
  overflow: hidden;
  display: block;
}
.n-lb3 li, .n-lbb3 li {
  margin-bottom: 35px;
  width: 100%;
}
.n-lb3 a.list-a, .n-lbb3 a.list-a {
  padding: 38px 30px;
  background: #f2f2f2;
}
.n-lb3 .img, .n-lbb3 .img {
  float: left;
  width: 277px;
  height: 185px;
  margin-right: 35px;
}
.n-lb3 .img img, .n-lbb3 .img img {
  width: 277px;
  height: 200px;
}
.n-lb3 .text, .n-lbb3 .text {
  overflow: hidden;
}
.n-lb3 .title, .n-lbb3 .title {
  font-weight: 200;
  font-size: 18px;
  color: #333333;
  margin-top: 12px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.n-lb3 .date, .n-lbb3 .date {
  font-weight: 200;
  font-family: arial;
  margin-top: 12px;
  font-size: 12px;
  line-height: 24px;
  float: right;
  color: #999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.n-lb3 .wj, .n-lbb3 .wj {
  font-weight: 200;
  clear: both;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  padding-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.n-lb3 span, .n-lbb3 span {
  font-weight: 200;
  text-align: center;
  float: right;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  margin-top: 36px;
  width: 100px;
  display: block;
  color: #666666;
  background: url(/skin/img/jt.png) 88px center no-repeat;
}
.n-lb3 span i, .n-lbb3 span i {
  font-family: "宋体";
  font-style: normal;
  padding-left: 5px;
}
.n-lb3 a:hover .title, .n-lb3 a:hover .wj, .n-lbb3 a:hover .title, .n-lbb3 a:hover .wj {
  margin-left: 6px;
  color: #eb5f1a;
}
.n-lb3 a:hover .date, .n-lbb3 a:hover .date {
  padding-right: 6px;
  color: #eb5f1a;
}
.n-lb3 a:hover span, .n-lbb3 a:hover span {
  color: #ffffff;
  background: #eb5f1a;
  border: 0;
  height: 30px;
  width: 100px;
}
.n-lb3 li:last-child, .n-lbb3 li:last-child {
  margin-bottom: 0;
}
.n-lb3 a.list-b, .n-lbb3 a.list-b {
  padding: 0 30px 48px 30px;
  border-bottom: 1px solid #f4f4f4;
}
.n-lb3 a.list-b .title, .n-lbb3 a.list-b .title {
  font-size: 18px;
}
.n-lb3 a.list-b .date, .n-lbb3 a.list-b .date {
  font-size: 12px;
}
.n-lb3 a.list-b span, .n-lbb3 a.list-b span {
  margin-top: 20px;
}
/*文章列表4*/
.list4 {}
.list4 li {
  padding: 42px 0;
}
.list4 li:nth-child(2n+1) {
  background: #f8f8f8;
}
.list4 a.fr {
  width: 277px;
  overflow: hidden;
}
.list4 a.fr img {
  width: 277px;
  height: 185px;
  -webkit-transition: all .4s;
  -webkit-transition: all .4s;
}
.list4 .listtxt {
  width: 700px;
  padding-top: 42px;
}
.list4 .listtxt span.block {
  font-weight: 200;
  font-size: 20px;
  color: #999999;
}
.list4 .listtxt h4 {
  font-weight: 200;
  font-size: 16px;
  padding: 13px 0 22px;
}
.list4 .listtxt a.detail {
  font-weight: 200;
  font-size: 16px;
  color: #999999;
  -webkit-transition: all .4s;
  -webkit-transition: all .4s;
}
.list4 li:hover a.fr img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list4 li:hover a.detail {
  margin-left: 20px;
  color: #eb5f1a;
}
.list4 li:hover a {
  color: #eb5f1a;
}
/*文章列表5*/
.n-lb5 {}
.lbLeft {
  width: 43%;
}
.lbLeft img {
  width: 100%;
  height: 346px;
}
.lbRight {
  width: 57%;
  height: 346px;
  background-color: #eb5f1a;
  padding: 55px 42px 0;
  position: relative;
}
.lbRight h2 {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.lbRight .lbdate {
  font-weight: 200;
  font-size: 14px;
  color: #fff;
  margin: 40px 0 15px;
}
.lbRight p {
  font-weight: 200;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.lbRight:hover h2, .lbRight:hover p, .lbRight:hover .lbdate {
  margin-left: 15px;
}
.lbRight i {
  position: absolute;
  right: 42px;
  bottom: 33px;
}
.list5 {
  margin-top: 0.49rem;
}
.list5 li {
  width: 100%;
  height: 60px;
  background-color: #f6f6f6;
  line-height: 60px;
  padding: 0 22px 0 16px;
  margin-bottom: 14px;
}
.list5 li:last-of-type {
  margin-bottom: 0;
}
.list5 li a {
  font-weight: 200;
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list5 li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #1e4292;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  display: block;
}
.list5 li a span {
  font-size: 14px;
  color: #999999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.list5 li a:hover {
  color: #eb5f1a;
}
.list5 li:hover a {
  margin-left: 15px;
}
.list5 li:hover a span {
  margin-right: 15px;
}
/*********fy*********/
.fy {
  overflow: hidden;
  margin-top: 0.5rem;
  text-align: center;
}
.fy-con {
  overflow: hidden;
  display: inline-block;
}
.fy-con .pre {
  width: 65px;
  margin-right: 10px;
  margin-left: 10px;
}
.fy-con .next1 {
  width: 65px;
  margin-right: 10px;
  margin-left: 10px;
}
.fy a {
  display: block;
  border-radius: 3px;
  width: 35px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
  font-size: 12px;
  background: #b0b0b0;
  color: #ffffff;
  margin-right: 7px;
  margin-left: 7px;
}
.fy a:hover {
  color: #fff;
  background: #eb5f1a;
}
.fy .cpb {
  margin-top: 0;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background: #eb5f1a;
  width: 35px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  float: left;
  font-size: 12px;
  margin-right: 7px;
  margin-left: 7px;
}
/*图片方格1*/
.n-lb11 {}
.n-lb11 .layout {
  margin-bottom: 2.9%;
  overflow: hidden;
  float: left;
  width: 31.4%;
  margin-right: 2.9%;
}
.n-lb11 .layout:nth-of-type(3n) {
  margin-right: 0;
}
.n-lb11 .layout:nth-of-type(9n-2), .n-lb11 .layout:nth-of-type(10n-2), .n-lb11 .layout:nth-of-type(11n-2) {
  margin-bottom: 0;
}
.n-lb11 a {
  display: block;
}
.n-lb11 a .img {
  width: 100%;
  height: 249px;
  display: block;
  overflow: hidden;
}
.n-lb11 a .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.n-lb11 a .text {
  font-weight: 200;
  padding-left: 27px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #f1f1f1;
  color: #333333;
  font-size: 16px;
}
.n-lb11 a:hover .text {
  background: #eb5f1a;
  color: #FFFFFF;
  border: 1px solid #eb5f1a;
}
.n-lb11 a:hover .img img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.n-lb11 .txtMarquee-left {
  width: 100%;
  position: relative;
  overflow: hidden
}
.n-lb11 .txtMarquee-left .bd {
  background: url(/skin/img/lb_lcvack.jpg) repeat-x center;
  height: 86px;
  position: relative;
}
.n-lb11 .txtMarquee-left .bd .tempWrap {}
.n-lb11 .txtMarquee-left .bd ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.n-lb11 .txtMarquee-left .bd ul li {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden
}
.n-lb11 .alist-stylesix-show {
  overflow: hidden;
}
.n-lb11 .alist-stylesix-rq {
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 22px;
  text-align: center;
  width: auto !important;
  margin: 0 !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
}
.n-lb11 .alist-stylesix-show a {
  margin: 15px auto 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-radius: 100%;
  ;
}
.n-lb11 .txtMarquee-left .bd ul li:hover .alist-stylesix-rq {
  color: #eb5f1a;
}
.n-lb11 .txtMarquee-left .bd ul li:hover a {
  border: 2px solid #eb5f1a;
  background: #ffffff;
}
.n-lb11 .txtMarquee-left .bd ul li.alist-stylesix-active .alist-stylesix-rq {
  color: #eb5f1a;
}
.n-lb11 .txtMarquee-left .bd ul li.alist-stylesix-active a {
  border: 2px solid #eb5f1a;
  background: #ffffff;
}
/*图片方格2*/
.ImgGrid2 {
  background-color: #fff;
}
.ImgList2 li {
  float: left;
  margin-bottom: 2.9%;
  width: 31.4%;
}
.ImgList2 li:nth-of-type(3n-1) {
  margin: 0 2.9%;
}
.ImgList2 li:nth-of-type(9n-2), .ImgList2 li:nth-of-type(10n-2), .ImgList2 li:nth-of-type(11n-2) {
  margin-bottom: 0;
}
.ImgList2 li a.block .newsImg2 {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.ImgList2 li a.block .newsImg2 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ImgList2 li:hover a.block img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ImgList2 li:hover a.block .newsInfo2 h3 {
  color: #eb5f1a;
}
.ImgList2 li:hover a.block .newBot2 .enter {
  margin-right: 0;
}
.ImgList2 li a.block .newsInfo2 {
  background-color: #fff;
  padding: 0 25px 16px;
  border: 1px solid #f1f1f1;
}
.ImgList2 li a.block .newsInfo2 h3 {
  font-weight: 200;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  color: #333;
  border-bottom: 1px solid #E7E7E7;
}
.ImgList2 li a.block .newBot2 span {
  font-weight: 200;
  font-size: 12px;
  color: #999;
  font-family: "Arial"; /*font-weight:bold;*/
}
.ImgList2 li a.block .newBot2 {
  padding-top: 18px;
}
.ImgList2 li a.block .newBot2 .enter {
  display: block;
  width: 18px;
  height: 10px;
  background: url(/skin/img/enter.png) no-repeat center;
  background-size: 18px 10px;
  margin-right: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*图片方格3*/
.imgSquare {}
.imgSquare li {
  width: 31.4%;
  margin-bottom: 2.9%;
  ;
}
.imgSquare li:nth-child(3n-1) {
  margin: 0 2.9%;
}
.imgSquare li:nth-of-type(9n-2), .imgSquare li:nth-of-type(10n-2), .imgSquare li:nth-of-type(11n-2) {
  margin-bottom: 0
}
.imgSquare a.block {
  overflow: hidden;
}
.imgSquare a.block img, .tuInfo .tuImg img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.imgSquare li:hover a.block img, .tuInfo:hover .tuImg img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.imgSquare .imgSqtxt {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 0.37rem 0.18rem;
}
.imgSquare .imgSqtxt .imgSqhd {
  margin-bottom: 22px;
}
.imgSquare .imgSqtxt .imgSqhd h4 {
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.imgSquare .imgSqtxt .imgSqhd .date {
  font-weight: 200;
  color: #999999;
}
.imgSquare .imgSqtxt p {
  font-weight: 200;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0 !important;
}
.imgSquare li:hover a {
  color: #eb5f1a;
}
/*图片列表2*/
.tpLb {}
.tuInfo {
  margin-bottom: 40px;
}
.tuInfo:nth-of-type(2n) .tuImg {
  float: right;
}
.tuInfo .tuImg {
  width: 50%;
  float: left;
  overflow: hidden;
}
.tuInfo .tuImg img {
  width: 100%;
  height: 100%;
}
.tuTxt {
  width: 50%;
  float: left;
  background-color: #f9f9f9;
  position: relative;
}
.ttt {
  position: absolute;
  transform: translateY(-50%);
  padding: 0 7%;
  top: 50%;
}
.tuTxt h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 7%;
  line-height: 1.5;
}
.tuTxt p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: justify;
}
.know1 {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eb5f1a;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  margin-top: 10%;
}
.content1 {
  margin-top: 0.7rem !important;
}
/*二级导航*/
.firthNav h3 {
  font-size: 28px;
  color: #000;
  font-family: "SY";
}
.nyContainer {
  background-color: #fff;
  padding: 36px 50px 90px;
}
.share {
  position: relative;
  display: inline-block;
}
.share img {
  width: 88px;
  height: 14px;
  padding-bottom: 22px;
}
.tTh {
  height: 0.75rem;
  line-height: 0.74rem;
  border-bottom: 1px solid #e5e5e5;
}
.tTitle {
  font-size: 14px;
  color: #666;
  font-family: "SY1";
  margin-right: 38px;
}
.tTh ul li {
  float: left;
}
.tTh ul li a {
  font-size: 15px;
  color: #181818;
  font-family: "SY1";
  margin-right: 55px;
  font-weight: 200;
  display: block;
}
.tTh ul li:last-of-type a {
  border-right: none;
}
.tTh ul li a.current, .tTh ul li a:hover {
  color: #eb5f1a;
  border-bottom: 1px solid #eb5f1a;
}
/*三级导航*/
.sTh {
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
}
.sTh ul {
  text-align: center;
}
.sTh ul li {
  display: inline-block;
}
.sTh ul li a {
  font-size: 14px;
  color: #000;
  padding-bottom: 20px;
  font-weight: 200;
  margin-right: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sTh ul li a.current, .sTh ul li a:hover {
  color: #eb5f1a;
  background: url(/skin/img/jt3.png) no-repeat center bottom;
}
/*logo集*/
.logoList {}
.logoList li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.logoList li:nth-of-type(4n) {
  margin-right: 0;
}
.logoList li .logoImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.logoList li .logoImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.logoList li:hover .logoImg img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*视频方格*/
.videoList {}
.videoList li {
  width: 31.4%;
  float: left;
  margin-bottom: 2.9%;
  position: relative;
  cursor: pointer;
}
.videoList li:nth-of-type(3n-1) {
  margin: 0 2.9%;
}
.videoList li:nth-of-type(9n-2), .videoList li:nth-of-type(10n-2), .videoList li:nth-of-type(11n-2) {
  margin-bottom: 0;
}
.videoicon {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 19px;
  width: 52px;
  height: 31px;
  background: url(/skin/img/videoicon.png) no-repeat;
}
.videoList li .videoTxt {
  font-weight: 200;
  position: absolute;
  bottom: 0;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
}
.videoList li .videoImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
}
.videoList li .videoImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.videoList li:hover .videoImg img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mb {
  position: absolute;
  bottom: 0;
  background: url(/skin/img/bgg.png) no-repeat;
  width: 100%;
  height: 97px;
  background-size: 100% 97px;
}
.videoMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 999;
}
.videoDialog {
  position: fixed;
  width: 1120px;
  background: #fff;
  left: 50%;
  margin-left: -560px;
  top: 20px;
  z-index: 1000;
}
.videoDialog span.close {
  position: absolute;
  right: -72px;
  background: url(/skin/img/myclose.png) no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px;
  cursor: pointer;
}
.videoDialog .videoInner {}
.videoDialog .videoInner video {
  height: 630px;
  width: 100%;
  object-fit: fill;
}
.videoDialog .videoInner p.des {
  line-height: 62px;
  color: #fff;
  background: #202026;
  padding: 0 26px;
  font-size: 18px;
}
/*招聘岗位*/
.n-lb14 {
  overflow: hidden;
  font-weight: 200;
}
.n-lb14 ul {
  overflow: hidden;
}
.n-lb14 ul li {
  margin-bottom: 0.3rem;
  background: #f6f6f6;
  float: left;
  width: 48.5%;
  padding: 0 0.15rem 0 0.2rem;
  margin-right: 1.5%;
}
.n-lb14 .lb-show {
  height: 0.7rem;
  overflow: hidden;
}
.n-lb14 .name {
  float: left;
  overflow: hidden;
  line-height: 0.7rem;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.n-lb14 .box {
  float: right;
  overflow: hidden;
}
.n-lb14 .apply {
  float: left;
  font-size: 14px;
  color: #333333;
}
.n-lb14 .apply div, .n-lb14 .apply i {
  float: left;
  font-style: normal;
  line-height: 0.7rem;
  margin: 0 5px;
}
.n-lb14 .apply div.ys {
  color: #f39800;
}
.n-lb14 .btnss {
  float: left;
  cursor: pointer;
  margin-left: 5px;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.22rem;
  background: url(/skin/img/lb_xl3.png) center center no-repeat;
  background-size: 0.25rem;
}
.n-lb14 .lb-btnss2 {
  background: url(/skin/img/lb_xl4.png) center center no-repeat;
  background-size: 0.25rem;
}
.n-lb14 .lb-hide {
  display: none;
  overflow: hidden;
  background: #f9f9f9;
  padding: 0 0 40px 0;
  border-top: 1px solid #e2e2e2;
}
.n-lb14 .lb-hide {
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.n-lb14 .lb-hide h1 {
  font-weight: normal;
  color: #000;
  font-size: 14px;
  padding: 22px 0 6px 0;
}
.n-lb14 .lb-hide a {
  margin-top: 20px;
  display: block;
  width: 158px;
  height: 40px;
  color: #eb5f1a;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #eb5f1a;
}
.n-lb14 .lb-hide a:hover {
  background: #eb5f1a;
  color: #fff;
  border: 1px solid #eb5f1a;
}
.n-lb14 .lb-hide a.yy {
  float: left;
  margin-right: 20px;
}
/*上传简历*/
.uploadjl {
  font-weight: 200;
}
.uploadjl ul {
  padding-bottom: 1px;
}
.uploadjl ul li, .jobMidd ul li {
  width: 48.5%;
  height: 0.7rem;
  float: left;
  background-color: #f6f6f6;
  margin-bottom: 0.3rem;
  padding: 0 0.4rem 0 0.2rem;
  background-position: right 0.4rem center;
  background-image: url(/skin/img/xing.png);
  background-repeat: no-repeat;
  background-size: 8px 7px;
}
.uploadjl ul li:nth-of-type(2n), .jobMidd ul li:nth-of-type(2n) {
  float: right;
}
.uploadjl ul li label, .jbFirst li label, .jobMidd ul li label {
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 0.7rem;
  display: inline-block;
  margin-right: 0.2rem;
}
.uploadjl ul li input[type="text"], .uploadjl ul li select, .jbFirst li input[type="text"], .jbFirst li select, .jobMidd ul li input[type="text"], .jobMidd ul li select {
  font-size: 16px;
  color: #999;
  line-height: 0.7rem;
  border: none;
  background-color: #f6f6f6;
  width: 78%;
}
.uploadjl ul li select, .jbFirst li select, .jobMidd ul li select {
  appearance: none;
  -webkit-appearance: none;
  background: url(/skin/img/xiala.png) no-repeat right center;
}
.uploadjl input[type="button"] {
  width: 1.6rem;
  height: 0.44rem;
  border: 1px solid #eb5f1a;
  font-size: 16px;
  color: #eb5f1a;
  line-height: 0.44rem;
  margin: 0.2rem auto 0;
  display: block;
  background-color: #fff;
  cursor: pointer;
}
.submitbutton {
  width: 1.6rem;
  height: 0.44rem;
  border: 1px solid #eb5f1a;
  font-size: 16px;
  color: #eb5f1a;
  line-height: 0.44rem;
  margin: 0.2rem auto 0;
  display: block;
  background-color: #fff;
  cursor: pointer;
}
.file {
  float: left;
  line-height: 0.7rem;
  font-size: 16px;
  color: #666;
  position: relative;
  height: 0.7rem;
  width: 79%;
  display: inline-block;
}
.file input[type="file"] { /*margin-top: 13px;*/ opacity: 0;
  position: absolute;
  left: 0;
  top: 0rem;
  height: 0.7rem;
}
/*招聘表格*/
.jobTable {
  font-weight: 200;
}
.jbFirst {
  float: left;
  width: 82.7%;
}
.jbFirst li {
  width: 58.9%;
  float: left;
  height: 0.7rem;
  background-color: #f6f6f6;
  margin-bottom: 0.3rem;
  padding: 0 0.4rem 0 0.2rem;
  background-position: right 0.4rem center;
  background-image: url(/skin/img/xing.png);
  background-repeat: no-repeat;
  background-size: 8px 7px;
}
.jbFirst li:nth-of-type(2n) {
  width: 38%;
  float: right;
}
.jbFirst li label {
  width: 80px;
  margin-right: 0;
}
.jbFirst li:nth-of-type(2n) label {
  width: 65px;
}
.jobMidd ul li textarea {
  width: 79%;
  background-color: #f6f6f6;
  border: none;
  height: 1.85rem;
  float: left;
  padding-top: 25px;
  font-size: 18px;
  color: #999;
  line-height: 1.5;
}
.jobMidd ul li:nth-of-type(5), .jobMidd ul li:nth-of-type(6) {
  height: 1.85rem;
  background-image: none;
}
.uploadImg {
  width: 15.3%;
  background-color: #f6f6f6;
  float: right;
  height: 2.7rem;
}
.upImg img {
  width: 1.2rem;
  height: 1.17rem;
  margin: 0.6rem auto 0.45rem;
  display: block;
}
.upFile {
  font-size: 16px;
  color: #666;
  position: relative;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.upFile input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5rem;
}
.upFile span {
  color: #eb5f1a;
  margin-left: 5px;
}
.jobMidd ul li:nth-of-type(5) label, .jobMidd ul li:nth-of-type(6) label {
  vertical-align: text-top;
  float: left;
}
.jobTable input[type="button"], .jobTable input[type="reset"] {
  width: 1.9rem;
  height: 0.44rem;
  border: 1px solid #eb5f1a;
  font-size: 16px;
  color: #eb5f1a;
  line-height: 0.44rem;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
}
.jobTable input[type="button"]:hover, .jobTable input[type="reset"]:hover, .uploadjl input[type="button"]:hover {
  background-color: #eb5f1a;
  color: #fff;
}
.jobTable input[type="reset"] {
  margin: 0 18px;
}
.jobBtn {
  text-align: center;
}
.dangTop {
  padding: 0.6rem 0 0.55rem;
  background-color: #f1f1f1;
}
.dangImg {
  width: 31.2%;
  float: left;
}
.dangImg img {
  width: 100%;
}
.dangTxt {
  width: 68.8%;
  float: left;
  padding-left: 0.4rem;
  padding-top: 0.13rem;
  padding-right: 0.08rem;
}
.dangTxt h3, .dangList li .dTxt h3, .dTxt2 h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.dangTxt h4 {
  font-size: 20px;
  color: #eb5f1a;
  padding: 0.2rem 0 0.14rem;
  border-bottom: 1px solid #f1f1f1;
}
.dangTxt p, .dangList li .dTxt p, .dTxt2 p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.dangList {
  margin-top: 0.6rem;
}
.dangList li {
  float: left;
  width: 31.2%;
  margin-right: 3.2%;
  margin-bottom: 0.35rem;
}
.dangList li:nth-of-type(3n) {
  margin-right: 0;
}
.dangList li .dImg img {
  width: 100%;
  height: 100%;
}
.dangList li .dTxt {
  padding: 0.3rem 0.1rem 0.35rem 0.25rem;
}
.dangList li .dTxt h4, .dTxt2 h4 {
  font-size: 20px;
  color: #eb5f1a;
  padding: 0.2rem 0 0.14rem;
  font-weight: 200;
}
.dTxt2 {
  background-color: #f1f1f1;
  padding: 0.62rem 0.25rem;
}
.dTxt2 i {
  display: block;
  background: url(/skin/img/rr3.png) no-repeat;
  background-size: 0.41rem 0.17rem;
  width: 0.41rem;
  height: 0.17rem;
  margin-top: 1.05rem;
}
.ddaa .fy {
  margin-top: 0;
}
.dang {
  font-weight: 200;
  margin-bottom: 0.9rem;
}
.mbImg {
  display: none;
}
@media only screen and (min-width:760px) {
  .dangList li:nth-of-type(4), .dangList li:nth-of-type(5), .dangList li:nth-of-type(6) {
    margin-bottom: 0;
  }
  /*触发效果*/
  .gyList li:hover {
    background-color: #eb5f1a;
  }
  .gyList li:hover h5, .gyList li:hover h6 a {
    color: #fff;
  }
  .n-lb2 .list li a:hover {
    box-shadow: 0 0 10px #dbdbdb;
  }
  .n-lb2 .list li a:hover .title {
    color: #eb5f1a;
  }
  .n-lb2 .list li a:hover .date {
    color: #eb5f1a;
  }
  .n-lb2 .list li a:hover .text {
    color: #eb5f1a;
  }
}
/*单页*/
.dan1 {}
.dan1 h2 {
  font-size: 28px;
  color: #eb5f1a;
  line-height: 28px;
}
.dan1 h3 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 0.2rem 0 0.3rem;
}
.danLeft {
  float: left;
  width: 49%;
}
.danImg {
  width: 48%;
  float: right;
}
.danInfo {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #e2e2e2;
}
.yearList {
  margin-top: 0.65rem;
}
.yearList li {
  float: left;
  width: 18%;
  border: 1px solid #d7d7d7;
  padding: 0.4rem 0 0.4rem 0.2rem;
  margin-right: 2.5%;
}
.yearList li:nth-of-type(5n) {
  margin-right: 0;
}
.yearList li h5 {
  font-size: 40px;
  color: #eb5f1a;
  line-height: 40px;
  margin-bottom: 0.14rem;
  margin-left: 0.1rem;
}
.yearList li h6 {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.yearList li h6:first-of-type {
  margin-left: 0.1rem;
}
.huaList {}
.huaList li {
  float: left;
  width: 32%;
  margin-right: 2%;
  border-bottom: 3px solid #eb5f1a;
}
.huaList li:nth-of-type(3n) {
  margin-right: 0;
}
.huaList li .huaImg img {
  width: 100%;
}
.huaList li .huaInfo {
  background-color: #f4f5f6;
  padding: 0.35rem 0.25rem 0;
}
.huaList li .huaInfo h3 {
  font-size: 20px;
  color: #eb5f1a;
  line-height: 20px;
  margin-bottom: 0.15rem;
}
.cLeft {
  float: left;
  width: 48.7%;
  background: url(/skin/img/cul1.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.cRight {
  float: right;
  width: 48.7%;
  background: url(/skin/img/cul2.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.cInfo {
  padding-left: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cInfo h3, .cBox h3 {
  font-size: 20px;
  color: #0068b7;
  line-height: 20px;
  margin-bottom: 0.24rem;
}
.cInfo h5, .cBox h5 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
}
.cBox {
  width: 100%;
  background: url(/skin/img/cul3.jpg) no-repeat;
  background-size: cover;
  margin-top: 0.38rem;
  padding: 0.95rem 0 0 0.35rem;
}
.cBox ul {
  width: 43%;
}
.cBox ul li {
  margin-right: 0.5rem;
  float: left;
}
.cBox ul li:nth-of-type(3) {
  margin-right: 0;
}
.cBox ul li:nth-of-type(4) {
  margin-right: 0.7rem;
}
.cBox ul li:nth-of-type(4), .cBox ul li:nth-of-type(5) {
  margin-top: 0.5rem;
}
.cBox h5 {
  color: #666;
}
/*详情*/
.hr {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.content.bg {
  background: #f8f8f8;
  padding: 28px 0 67px;
}
.content.bg .breadcrumb {
  margin-bottom: 20px;
}
.detailcon {
  background: #fff;
  padding: 0 0 0.7rem;
}
.detailcon .dethd {
  text-align: center;
  padding: 0.95rem 0 0.65rem;
  margin-bottom: 0.52rem;
  background-color: #f6f6f6;
}
.detailcon .dethd h4 {
  font-size: 42px;
  margin-bottom: 0.35rem;
  line-height: 60px;
  color: #464646;
}
.detailcon .dethd .des {
  font-size: 14px;
  color: #666;
  font-weight: 200;
}
.detailcon .dethd .des span.date {
  margin-right: 5px;
}
.detailcon .dethd .des span.source {
  margin-right: 5px;
}
.detailcon .dethd .des .cir-btn {
  display: inline-block;
}
.detailcon .dethd .des .cir-btn .sharebox {
  display: inline-block;
  vertical-align: middle;
}
.detailcon .dethd .des .cir-btn .sharebox .circle {
  display: inline-block;
  background: url(/skin/img/shareicon.png) no-repeat;
  width: 30px;
  height: 23px;
  margin: 0 10px 0 0;
}
.detailcon .dethd .des .cir-btn .sharebox .icon11 {
  background-position: 0 0;
}
.detailcon .dethd .des .cir-btn .sharebox .icon22 {
  background-position: -38px 0;
}
.detailcon .dethd .des .cir-btn .sharebox .icon33 {
  background-position: -75px 0;
}
.detailcon .dethd .des .cir-btn .sharebox .icon4 {
  background-position: -116px 0;
}
.detailcon .detbd {
  padding-bottom: 0.6rem;
}
.detailcon .detbd p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: 200;
}
.detailcon .detbd img {
 
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}.detailcon .detbd a {
 
font-size: 16px!important;
	color: #000!important;
}
.detailcon .detft {
  border-top: 1px solid #e9e9e9;
  padding-top: 0.43rem;
}
.detailcon .detft a.back, .back {
  font-size: 14px;
  color: #333;
  font-weight: 200;
}
.detailcon .detft a.back .iback, .iback {
  display: inline-block;
  background: url(/skin/img/back.png) no-repeat;
  width: 23px;
  height: 19px;
  margin-left: 9px;
  vertical-align: middle;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.detailcon .detft a.back:hover {
  color: #eb5f1a;
}
.detailcon .detft a.back:hover .iback {
  background-position: 0 -33px;
}
.detailcon .detft p {
  margin-bottom: 15px;
  font-weight: 200;
}
.detailcon .detft p:last-child {
  margin-bottom: 0;
}
.detailcon .detft p a {
  font-size: 14px;
  color: #333;
}
.detailcon .detft p a:hover {
  color: #eb5f1a;
}
/*单页*/
.dy {
  background-color: #FFFFFF;
}
.dy2 {}
.dy h4, .dy2 h4 {
  font-size: 28px;
  color: #eb5f1a;
  margin-bottom: 18px;
  text-align: center;
}
.dy p, .dy2 p {
  font-size: 16px;
  color: #333;
  line-height: 32px; /*text-indent: 2em;*/ text-align: justify;
  margin-bottom: 20px;
  font-weight: 200;
}
.dy img, .dy2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.bg2 {}
/*关于我们*/
.AboutUs {}
.AboutUs h3, .about h2 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.AboutUs h5, .about h3 {
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  font-weight: 200;
  margin: 4px 0 15px;
}
.AboutUs h6 {
  font-size: 16px;
  color: #0c5eb6;
  line-height: 16px;
  margin-bottom: 10px;
}
.lbIntroduce {
  margin-bottom: 0.42rem;
}
.lbIntroduce p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 200;
}
.lbIntroduce p:last-of-type {
  margin-bottom: 0;
}
.lbIntroduce p:first-of-type {
  margin-top: -8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lbIntroduce p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .lbIntroduce p:first-of-type {
    margin-top: -7px;
  }
}
.contactLeft, .contactRight {
  width: 50%;
}
.contactLeft p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-indent: 0;
  margin-bottom: 0;
}
.contactLeft h3 {
  font-size: 24px;
  color: #eb5f1a;
  line-height: 24px;
  margin-bottom: 28px;
}
.map iframe {
  border: none;
  width: 100%;
}
#allmap img {
  max-width: inherit;
}
/********列表13********/
.n-lb13 {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  margin: 0 auto;
}
.n-lb13 ul {
  overflow: hidden;
}
.n-lb13 li {
  margin-bottom: 2px;
}
.n-lb13 .lb-show {
  padding: 0 25px 0 0;
  height: 52px;
  background: #f4f4f4;
  position: relative;
}
.n-lb13 .name {
  line-height: 52px;
  float: left;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  cursor: pointer;
  width: 800px;
}
.n-lb13 .box {
  float: right;
  overflow: hidden;
}
.n-lb13 .apply {
  display: block;
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  line-height: 52px;
  margin-right: 15px;
}
.n-lb13 .btnss {
  float: left;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  background: url(/skin/img/lb_xl2.png) center center no-repeat;
}
.n-lb13 .lb-xl {
  display: none;
  position: absolute;
  top: 52px;
  right: 50px;
  background: #f1f1f1;
  padding: 0 10px 15px 10px;
}
.n-lb13 .lb-xl a {
  font-size: 12px;
  display: block;
  color: #333333;
  line-height: 1;
  margin-top: 15px;
}
.n-lb13 .lb-xl a:hover {
  color: #eb5f1a;
}
.n-lb13 .lb-hide {
  display: none;
  overflow: hidden;
  background: #f9f9f9;
  padding: 20px 20px 40px 20px;
}
.n-lb13 .lb-hide .hide-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
.n-lb13 .lb-hide .hide-top p {
  float: left;
  width: 220px;
  margin-top: 12px;
}
.n-lb13 .lb-hide .hide-top i {
  font-weight: 200;
  font-style: normal;
  color: #666666;
}
.n-lb13 .lb-hide .hide-bottom {
  font-weight: 200;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.n-lb13 .lb-hide .hide-bottom h1 {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  margin: 22px 0 6px 0;
}
.n-lb13 .lion .lb-show {
  background: #eb5f1a;
}
.n-lb13 .lion .name {
  color: #ffffff;
}
.n-lb13 .lion .btnss {
  background: url(/skin/img/lb_xl1.png) no-repeat center center;
}
.n-lb13 .lion .apply {
  color: #ffffff;
}
.gmore {
  display: block;
  margin: 40px auto 85px auto;
  text-align: center;
  border-radius: 30px;
  ;
  width: 216px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #4ebaaa;
  border: 1px solid #009c84;
}
.about-xin3 {
  padding-top: 50px;
}
/*文件下载1*/
.downloadWrap {}
.downloadWrap .donwloadlist {
  margin-top: -0.2rem;
}
.downloadWrap .donwloadlist li:first-child, .downloadWrap .donwloadlist li:nth-child(2) { /*border-top: 1px solid #d8d8d8;*/
}
.downloadWrap .donwloadlist li {
  width: 48%;
  border-bottom: 1px solid #d8d8d8;
  line-height: 66px;
  float: left
}
.downloadWrap .donwloadlist li:nth-child(2n) {
  float: right;
}
.downloadWrap .donwloadlist a.block {
  display: block;
  font-size: 16px;
  color: #333;
}
.downloadWrap .donwloadlist span.fr {
  font-size: 14px;
  color: #999999;
}
.downloadWrap .donwloadlist span.fr .idownload {
  display: inline-block;
  background: url(/skin/img/download.png) no-repeat;
  width: 19px;
  height: 18px;
  vertical-align: middle;
  margin-right: 9px;
}
.downloadWrap .donwloadlist .is {
  vertical-align: middle;
  margin-right: 9px;
}
.downloadWrap .donwloadlist li img {
  margin-right: 15px;
  vertical-align: middle;
}
/*文件下载2*/
.downLoad2 {}
.downLoad2 ul li {
  width: 100%;
  height: 0.6rem;
  background-color: #f6f6f6;
  line-height: 0.6rem;
  padding: 0 0.22rem 0 0.16rem;
  margin-bottom: 0.14rem;
}
.downLoad2 ul li:last-of-type {
  margin-bottom: 0;
}
.downLoad2 ul li a {
  font-weight: 200;
  font-size: 16px;
  color: #282828;
  position: relative;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.downLoad2 ul li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #1e4292;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  display: block;
}
.downLoad2 ul li a span {
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.downLoad2 ul li a:hover {
  color: #eb5f1a;
}
.downLoad2 ul li:hover a {
  margin-left: 15px;
}
.downLoad2 ul li:hover a span {
  margin-right: 15px;
}
/*文件下载3*/
.downLoad3 {}
.enter2 {
  transform: rotate(90deg);
}
/*用户反馈*/
.fankui {
  margin: 0 auto;
}
.fankuitop p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding-left: 38px;
  background: url(/skin/img/ly.png) no-repeat left center;
}
.fankuitop {
  margin-bottom: 15px;
}
.yhm span, .phone span {
  font-size: 16px;
  color: #333;
  line-height: 55px;
  display: inline-block;
  width: 78px;
}
.yhm {
  width: 585px;
  float: left;
  border-bottom: 1px solid #dadada;
  margin-bottom: 28px;
}
.yhm input[type="text"], .phone input[type="text"] {
  width: 500px;
  border: none;
  font-size: 16px;
  color: #333;
  line-height: 55px;
}
.yhm:nth-of-type(2n) {
  float: right;
}
.phone {
  width: 100%;
  border-bottom: 1px solid #dadada;
  margin-bottom: 28px;
}
.fan {
  margin-bottom: 28px;
}
.fan span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 55px;
}
.fan textarea {
  width: 100%;
  height: 163px;
  border: 1px solid #dadada;
  font-size: 16px;
  color: #333;
  padding: 18px 0 0 20px;
}
.submitfeed {
  width: 187px;
  height: 50px;
  border: 1px solid #e4e4e4;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  cursor: pointer;
}
#lab_news {
  font-size: 16px;
}
.yhm span i, .phone span i, .fan span i {
  color: #e40000;
}
.submitfeed:hover {
  background-color: #eb5f1a;
  color: #fff;
}
/********招聘申请表1********/
.recruitment {
  overflow: hidden;
  margin: 0 auto;
  width: 985px;
  padding-top: 80px;
}
.recruitment .box {
  margin-right: 50px;
  overflow: hidden;
  float: left;
  margin-bottom: 25px;
}
.recruitment .box label {
  font-size: 14px;
  color: #666666;
  width: 90px;
  display: block;
  float: left;
  line-height: 35px;
}
.recruitment .box input.input-text {
  width: 160px;
  height: 33px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 0 10px;
}
.recruitment .box i {
  font-style: normal;
  font-size: 14px;
  color: #000000;
}
.recruitment .input-button {
  display: block;
  clear: both;
  margin-left: 90px;
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #4c4948;
  border: 0;
  color: #ffffff;
  font-size: 18px;
}
.recruitment .sc {
  width: 182px;
  height: 35px;
  position: relative;
  border: 1px solid #e5e5e5;
  float: left;
}
.recruitment .sc h1 {
  background: #ffffff;
  position: absolute;
  color: #666666;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
}
.recruitment .sc .input-file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 182px;
  cursor: pointer;
  opacity: 0;
  height: 35px;
}
/*人力资源*/
.zp_bg {
  width: 100%;
  height: 2200px;
  overflow: hidden;
  background: #fff;
}
.rlzybt {
  width: 756px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 10px auto 0 auto;
}
.zl {
  width: 756px;
  overflow: hidden;
  margin: 0 auto;
}
.rlzybt_left {
  color: #333;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
.rlzybt_right {
  margin-left: 50px;
  font-size: 14px;
  color: #d80000
}
.xbt {
  background: url(/skin/img/xbt1.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt2 {
  background: url(/skin/img/xbt2.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt3 {
  background: url(/skin/img/xbt3.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt4 {
  background: url(/skin/img/xbt4.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt5 {
  background: url(/skin/img/xbt5.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt6 {
  background: url(/skin/img/xbt6.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt7 {
  background: url(/skin/img/xbt7.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.jbzlnb {
  width: 720px;
  height: 28px;
  margin-top: 20px
}
.name {
  float: left;
}
.namewz {
  float: left;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 26px;
  width: 110px;
  text-align: right
}
.namek {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 110px;
  height: 23px
}
.namek2 {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 570px;
  height: 23px
}
.namek3 {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 343px;
  height: 23px
}
.xing {
  display: block;
  width: 5px;
  height: 5px;
  background: url(/skin/img/xing.jpg);
}
.yjsfx {
  display: block;
  margin: 5px 0 0 0;
  float: left
}
.fxk {
  float: left;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 26px;
  margin-left: 5px
}
.sel_wrap {
  width: 75px;
  height: 26px;
  background: #fff url(/skin/img/xb.jpg) no-repeat right;
  color: #333;
  font-size: 12px;
  border: 1px solid #BFBFBF;
  cursor: pointer;
  position: relative;
  _filter: alpha(opacity=0);
  color: #333;
  font-size: 12px;
  line-height: 26px
}
.sel_wrap label {
  padding-left: 10px;
  font-size: 12px;
  z-index: 2;
  color: #333;
  line-height: 26px;
  height: 26px;
  display: block;
}
.sel_wrap .select {
  width: 100%;
  height: 26px;
  line-height: 26px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  *margin-top: 12px;
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 12px;
}
.namek4 {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 220px;
  height: 23px
}
.rltable {
  width: 648px;
  height: auto;
  overflow: hidden;
  margin: 13px 0 0 28px
}
.namewz2 {
  float: left;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 26px;
  padding-left: 25px;
}
.namewz3 {
  float: left;
  color: #666;
  font-size: 12px;
  line-height: 26px;
  padding-left: 25px;
}
.rlft {
  width: 800px;
  height: 60px;
  border-top: 1px solid #E5E5E5;
  margin-top: 47px;
}
.zptj {
  cursor: pointer;
  background: url(/skin/img/rltj.jpg);
  border: 0;
  padding: 0;
  width: 92px;
  height: 32px;
  margin: 24px 0 0 54px;
}
.zptj2 {
  margin: 14px 0 0 54px;
  width: 120px;
  line-height: 30px;
  height: 40px;
  background: #eb5f1a;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.zptj2 hover {
  background: #ef701b;
}
.center {
  width: 78.91%;
  margin: 0 auto;
}
.mofooter, .subNav, .share {
  display: none;
}
.cw {
  width: 1200px;
  margin: 0 auto;
}
.history {
  padding-top: 1.1rem;
  background: url(/skin/img/toutou.jpg) no-repeat top 0.6rem left 1.24rem;
}
.history ul {
  background: url(/skin/img/xg.jpg) repeat-y left 1.33rem top;
}
.history ul li {
  margin-bottom: 0.3rem;
}
.hisL {
  font-size: 0.32rem;
  color: #666;
  line-height: 0.32rem;
  float: left;
  padding-right: 1.15rem;
  position: relative;
}
.hisL:before {
  content: "";
  width: 1.05rem;
  height: 1px;
  background-color: #b0b0b0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
}
.hisL:after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border: 3px solid #b0b0b0;
  position: absolute;
  right: 0.4rem;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
}
.hisL:hover {
  color: #eb5f1a;
}
.hisL:hover:after {
  border: 3px solid #eb5f1a;
}
.hisR {
  float: left;
  padding: 0.2rem 0 0.3rem 0.32rem;
  border: 1px dashed #bababa;
  width: 83%;
}
.hisR p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.36rem;
  padding-left: 0.2rem;
  position: relative;
}
.hisR p:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #eb5f1a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}
.loadMore {
  display: inline-block;
  width: 1.66rem;
  height: 0.45rem;
  background-color: #eb5f1a;
  border: none;
  text-align: center;
  line-height: 0.45rem;
  font-size: 19px;
  color: #fff;
  margin-left: 1.9rem;
}
/*图片轮换*/
.mod18 {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.mod18 .btn {
  position: absolute;
  cursor: pointer;
}
.mod18 li {
  float: left;
}
.cfspan {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 26px;
}
.mod18 .cf li {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.mod18 .cf a {
  display: block;
  width: 1030px;
  color: #fff;
}
.mod18 .cf a img {
  display: block;
  width: 1030px;
  height: 687px;
}
.mod18 .picBox {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 730px;
}
.mod18 .picBox ul {
  height: 550px;
  position: absolute;
}
.mod18 .picBox li {
  width: 1030px;
}
.mod18 .listBox {
  width: 1030px;
  height: 102px;
  position: relative;
  margin: 0.5rem auto 0;
}
.mod18 .listBox ul {
  height: 102px;
  width: 100% !important;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.mod18 .listBox ul::-webkit-scrollbar {
  display: none;
}
.mod18 .listBox li {
  float: left;
  width: 146px !important;
  height: 102px !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin-right: 10px;
}
.mod18 .listBox li i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 142px;
  height: 98px;
  border: 2px solid #fff;
}
.mod18 .listBox li img {
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.mod18 .listBox .on img {}
.mod18 .listBox .on i {
  border: 2px solid #eb5f1a;
  background-color: transparent;
}
#prev2 {
  left: 0;
  top: 315px;
}
#next2 {
  right: 0;
  top: 315px;
}
/*图片轮换*/
.wrapper {
  width: 1200px;
  margin: auto;
}
.connected-carousels .stage {
  width: 1030px;
  position: relative;
  margin: 0 auto;
}
.connected-carousels .photo-credits {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  opacity: .66;
}
.connected-carousels .photo-credits a {
  color: #fff;
}
.connected-carousels .navigation {
  width: 1030px;
  position: relative;
  margin: 0 auto;
}
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel li {
  float: left;
}
.connected-carousels .carousel-stage {
  height: 678px;
}
.carousel-stage ul li img {
  width: 1030px;
  height: 678px;
}
.connected-carousels .carousel-navigation {
  height: 102px;
  width: 1030px;
  background: #fff;
  margin-top: 0.5rem;
}
.connected-carousels .carousel-navigation li {
  cursor: pointer;
  margin-right: 10px;
}
.connected-carousels .carousel-navigation li img {
  display: block;
  border: 2px solid #fff;
  width: 142px;
  height: 98px;
}
.connected-carousels .carousel-navigation li.active img {
  border-color: #e60012;
}
/** Stage carousel controls **/
.connected-carousels .prev-stage, .connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 31px;
  height: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.connected-carousels .prev-stage {
  left: -85px;
  background: url(/skin/img/d6_left.png) no-repeat;
}
.connected-carousels .next-stage {
  right: -85px;
  background: url(/skin/img/d6_right.png) no-repeat;
}
.connected-carousels .prev-stage.inactive, .connected-carousels .next-stage.inactive {
  display: block;
}
.connected-carousels .prev-stage span, .connected-carousels .next-stage span {}
.connected-carousels .next-stage span {}
.connected-carousels .prev-stage span {
  left: 20px;
}
.connected-carousels .next-stage span {
  right: 20px;
}
.connected-carousels .prev-stage:hover span, .connected-carousels .next-stage:hover span {
  display: block;
}
/** Navigation carousel controls **/
.connected-carousels .prev-navigation, .connected-carousels .next-navigation {}
.connected-carousels .prev-navigation {
  left: -15px;
  top: 22px;
  text-indent: 6px;
}
.connected-carousels .next-navigation {
  right: -15px;
  top: 22px;
  text-indent: 20px;
}
.connected-carousels .prev-navigation.inactive, .connected-carousels .next-navigation.inactive {
  opacity: .5;
  cursor: default;
}
.touzi {
  margin-top: 0.6rem;
}
.tz1 {}
.tz1 h2, .tz2 h2 {
  font-size: 30px;
  color: #eb5f1a;
  line-height: 30px;
}
.tz1 h3 {
  font-size: 24px;
  color: #666;
  line-height: 24px;
  margin: 0.24rem 0 0.3rem;
}
.tz1 h6 {
  font-size: 20px;
  color: #666;
  line-height: 20px;
}
.tzL h4 {
  font-size: 58.8px;
  color: #f30000;
  line-height: 58.8px;
  padding: 0.1rem 0 0;
}
.tzL h4 span {
  font-size: 27px;
  text-transform: uppercase;
  padding-left: 0.28rem;
  display: inline-block;
  background: url(/skin/img/upp.png) no-repeat left 0.1rem center;
}
.tzL h5 {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.tzL {
  float: left;
  margin-right: 1.9rem;
}
.tzR {
  float: left;
}
.tzR li {
  float: left;
  margin-right: 0.8rem;
}
.tzR li h6 {
  font-size: 18px;
  line-height: 18px;
}
.tzR li h1 {
  font-size: 28px;
  color: #333;
  line-height: 28px;
  margin-top: 0.16rem;
}
.tz2 {
  background-color: #f6f6f6;
  padding: 0.8rem 0 1px;
}
.gL, .gR {
  float: left;
  width: 48.4%;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 0.5rem 0 0.55rem 0.3rem;
  height: 4.5rem;
}
.gL {
  padding: 0.5rem 0 0.68rem 0.3rem;
}
.gR {
  float: right;
}
.gL h3, .gR h3 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  margin-bottom: 0.28rem;
}
.ggInfo h5 {
  font-size: 0.25rem;
  color: #000;
  line-height: 0.25rem;
  margin-bottom: 0.18rem;
}
.ggInfo li {
  margin-bottom: 0.4rem;
}
.ggInfo li:last-of-type {
  margin-bottom: 0;
}
.ggdate {
  font-size: 0.16rem;
  color: #666;
}
.tz2 h2 {
  margin-bottom: 0.25rem;
}
.tz2 h2 a {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.gh, .gyList {
  float: left;
}
.gh h1 {
  font-size: 18px;
  color: #666;
  line-height: 20px;
  position: relative;
  padding-left: 0.26rem;
}
.gh h1:after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.065rem;
}
.gh h1:first-of-type:after {
  top: 0;
  margin-top: 0;
}
.gh h1:first-of-type {
  margin-bottom: 1.45rem;
}
.gyList {
  width: 5.05rem;
  margin-left: 0.4rem;
}
.gyList li {
  float: left;
  width: 2.37rem;
  height: 1.29rem;
  background-color: #f6f6f6;
  padding: 0.3rem 0 0 0.28rem;
}
.gyList li:nth-of-type(2n-1) {
  margin-right: 0.28rem;
}
.gyList li:first-of-type, .gyList li:nth-of-type(2) {
  margin-bottom: 0.3rem;
}
.gyList li h5 {
  font-size: 0.25rem;
  color: #eb5f1a;
  line-height: 0.25rem;
  margin-bottom: 0.2rem;
}
.gyList li h6 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.18rem;
}
.gh {
  background: url(/skin/img/xian5.jpg) repeat-y left 0.07rem top 0.15rem;
  background-size: 1px 0.2rem;
  margin-top: 0.54rem;
  height: 2.3rem;
}
.tz3 img {
  width: 100%;
  height: auto;
}
.tz3 {
  margin-top: 0.8rem;
}
.dangwei {}
.dangwei h2, .yftx h2 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.32rem;
}
.yftx h3 {
  font-size: 18px;
  color: #eb5f1a;
  line-height: 20px;
  margin: 0.3rem 0 0.2rem;
}
.sheng {}
.sheng h3 {
  font-size: 16px;
  color: #eb5f1a;
  line-height: 16px;
  margin: 0.2rem 0 0.38rem;
}
.shengL {
  width: 49.3%;
  float: left;
  border: 1px dashed #afafaf;
  padding: 0.28rem 0.2rem 0 0.25rem;
}
.shengR {
  width: 49.3%;
  float: right;
  border: 1px dashed #afafaf;
  padding: 0.28rem 0.2rem 0 0.25rem;
}
.shengL h5, .shengR h5 {
  font-size: 20px;
  color: #eb5f1a;
  line-height: 20px;
  padding-left: 0.15rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.shengL h5:after, .shengR h5:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #eb5f1a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.zhi {}
.zhi h5, .zhi h1 {
  font-size: 30px;
  color: #eb5f1a;
  line-height: 30px;
  margin-bottom: 0.2rem;
}
.zhiL {
  float: left;
  width: 47%;
}
.zhiR {
  float: right;
  width: 46.8%;
}
.zhiBox {
  margin-bottom: 0.4rem;
}
.zhiList {}
.zhiList li {
  float: left;
  width: 24%;
  margin-right: 1.3%;
}
.zhiList li:nth-of-type(4n) {
  margin-right: 0;
}
.zhi h6 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
}
.zhi h1 {
  margin-top: 0.3rem;
}
@media only screen and (min-width: 1200px) and (max-width:1460px) {
  .n-lb14 .name, .jobTable input[type="submit"], .jobTable input[type="reset"], .pList ul li .ppTxt h3, .pTh .mdh {
    font-size: 14px;
  }
  .n-lb14 .apply div, .n-lb14 .apply i {
    font-size: 12px;
  }
  .n-lb14 .lb-hide, .n-lb14 .lb-hide h1 {
    font-size: 12px;
  }
  .uploadjl ul li label, .jbFirst li label, .jobMidd ul li label, .file, .uploadjl ul li input[type="text"], .uploadjl ul li select, .jbFirst li input[type="text"], .jbFirst li select, .jobMidd ul li input[type="text"], .jobMidd ul li select, .upFile, .shuming, .simlar ul li h5 {
    font-size: 14px;
  }
  .n-lb14 .lb-hide p {
    font-size: 12px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
  }
  .pList ul li .ppTxt p {
    font-size: 12px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
  }
  .search input[type="text"], .search input[type="submit"], .pTh ul li a, .ppNav li h4, .deTxt h2 {
    font-size: 16px;
  }
  .deTxt p, .hisR p {
    margin-bottom: 0 !important;
  }
  .shuming {
    width: 4.2rem;
    margin-top: 0.22rem;
  }
  .demain p span {
    width: 1.4rem;
  }
  .dangTxt h3, .dangList li .dTxt h3, .dangList li .dTxt h4, .dangTxt h4, .dTxt2 h3, .dTxt2 h4 {
    font-size: 18px;
  }
  .dangTxt p, .dangList li .dTxt p, .dTxt2 p {
    font-size: 14px;
    line-height: 34px;
  }
  .yearList li h6, .yhm span, .phone span {
    font-size: 14px;
    line-height: 28px;
  }
  .fan span {
    font-size: 14px;
    line-height: 52px;
  }
  .fan textarea, .n-lb14 .lb-hide a, .submitfeed {
    font-size: 14px;
  }
  .tz1 h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .tzL h4 span {
    font-size: 18px;
  }
  .dan1 h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .dan1 h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .danInfo p:first-of-type {}
  .yearList li h5 {
    font-size: 30px;
    line-height: 30px;
  }
  .yearList li:nth-of-type(3) {
    padding: 0.4rem 0 0.4rem 0;
  }
  .huaList li .huaInfo h3, .cInfo h3, .cBox h3, .shengL h5, .shengR h5 {
    font-size: 18px;
    line-height: 18px;
  }
  .cInfo h5, .cBox h5 {
    font-size: 22px;
    line-height: 22px;
  }
  .tzL {
    margin-right: 1rem;
  }
  .tz1 h2, .tz2 h2, .zhi h5, .zhi h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .zhi h6, .ggInfo h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .tzL h4 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .tzR li h6, .sheng h3, .tz1 h6 {
    font-size: 14px;
    line-height: 14px;
  }
  .tzR li h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .dangwei h2, .yftx h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .yftx h3, .gyList li h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .shengL p, .shengR p {
    font-size: 13px !important;
  }
  .tzL h5 {
    font-size: 14px;
    line-height: 28px;
  }
  .cBox ul {
    width: 50%;
  }
  .ppNav li {
    padding-right: 1.44rem;
  }
  .mod18 .picBox {
    width: 800px;
    height: 580px;
  }
  .mod18 .cf a img {
    width: 800px;
    height: 533px;
  }
  .mod18 .listBox {
    width: 800px;
  }
  #next2 {
    right: 30px;
  }
  #prev2 {
    left: 30px;
  }
  .cfspan {
    width: 800px;
  }
}
@media only screen and (max-width:1280px) {
  .cw {
    width: 78.91%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .center, .content {
    width: 84.3%;
  }
  .n-lb11 a .text {
    height: 60px;
    line-height: 60px;
  }
  .cBox ul {
    width: 50%;
  }
  .ppNav li {
    padding-right: 1.44rem;
  }
}
@media only screen and (min-width: 1590px) and (max-width: 1600px) {}
@media only screen and (min-width: 1290px) and (max-width: 1460px) {
  .center, .content {
    width: 1200px;
    margin: 0 auto;
  }
  .n-lb11 a .text {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1680px) {
  .pTxt h2, .abTxt h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .pTxt p {
    font-size: 14px;
    line-height: 36px;
  }
  .pTxt h3, .abTxt h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .abTxt {
    width: 70%;
  }
  .phd h2 {
    font-size: 28px;
  }
  .newsInfo li .newsTxt h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .newsInfo li .newsTxt p {
    font-size: 12px;
    line-height: 24px;
  }
  .footerTop, .fw {
    width: 80%;
  }
}
@media only screen and (max-width:1400px) {
  .n-lb11 a .text {
    height: 40px;
    line-height: 40px;
  }
}
/********列表13********/
.n-lb13 {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  margin: 0 auto;
}
.n-lb13 ul {
  overflow: hidden;
}
.n-lb13 li {
  margin-bottom: 2px;
}
.n-lb13 .lb-show {
  padding: 0 25px 0 0;
  height: 52px;
  background: #f4f4f4;
  position: relative;
}
.n-lb13 .name {
  line-height: 52px;
  float: left;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  cursor: pointer;
  width: 800px;
}
.n-lb13 .box {
  float: right;
  overflow: hidden;
}
.n-lb13 .apply {
  display: block;
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  line-height: 52px;
  margin-right: 15px;
}
.n-lb13 .btnss {
  float: left;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  background: url(/skin/img/lb_xl2.png) center center no-repeat;
}
.n-lb13 .lb-xl {
  display: none;
  position: absolute;
  top: 52px;
  right: 50px;
  background: #f1f1f1;
  padding: 0 10px 15px 10px;
}
.n-lb13 .lb-xl a {
  font-size: 12px;
  display: block;
  color: #333333;
  line-height: 1;
  margin-top: 15px;
}
.n-lb13 .lb-xl a:hover {
  color: #0067a6;
}
.n-lb13 .lb-hide {
  display: none;
  overflow: hidden;
  background: #f9f9f9;
  padding: 20px 20px 40px 20px;
}
.n-lb13 .lb-hide .hide-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
.n-lb13 .lb-hide .hide-top p {
  float: left;
  width: 220px;
  margin-top: 12px;
}
.n-lb13 .lb-hide .hide-top i {
  font-weight: 200;
  font-style: normal;
  color: #666666;
}
.n-lb13 .lb-hide .hide-bottom {
  font-weight: 200;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.n-lb13 .lb-hide .hide-bottom h1 {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  margin: 22px 0 6px 0;
}
.n-lb13 .lion .lb-show {
  background: #eb5f1a;
}
.n-lb13 .lion .name {
  color: #ffffff;
}
.n-lb13 .lion .btnss {
  background: url(/skin/img/lb_xl1.png) no-repeat center center;
}
.n-lb13 .lion .apply {
  color: #ffffff;
}
.gmore {
  display: block;
  margin: 40px auto 85px auto;
  text-align: center;
  border-radius: 30px;
  ;
  width: 216px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #4ebaaa;
  border: 1px solid #009c84;
}
.about-xin3 {
  padding-top: 50px;
}
/********招聘申请表1********/
.recruitment {
  overflow: hidden;
  margin: 0 auto;
  width: 985px;
  padding-top: 80px;
}
.recruitment .box {
  margin-right: 50px;
  overflow: hidden;
  float: left;
  margin-bottom: 25px;
}
.recruitment .box label {
  font-size: 14px;
  color: #666666;
  width: 90px;
  display: block;
  float: left;
  line-height: 35px;
}
.recruitment .box input.input-text {
  width: 160px;
  height: 33px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 0 10px;
}
.recruitment .box i {
  font-style: normal;
  font-size: 14px;
  color: #000000;
}
.recruitment .input-button {
  display: block;
  clear: both;
  margin-left: 90px;
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #eb5f1a;
  border: 0;
  color: #ffffff;
  font-size: 18px;
}
.recruitment .sc {
  width: 182px;
  height: 35px;
  position: relative;
  border: 1px solid #e5e5e5;
  float: left;
}
.recruitment .sc h1 {
  background: #ffffff;
  position: absolute;
  color: #666666;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
}
.recruitment .sc .input-file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 182px;
  cursor: pointer;
  opacity: 0;
  height: 35px;
}
/*人力资源*/
.zp_bg {
  width: 100%;
  height: 2090px;
  overflow: hidden;
  background: #fff;
  overflow-y: hidden;
}
.rlzybt {
  width: 756px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 10px auto 0 auto;
}
.zl {
  width: 756px;
  overflow: hidden;
  margin: 0 auto;
}
.rlzybt_left {
  color: #333;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
.rlzybt_right {
  margin-left: 50px;
  font-size: 14px;
  color: #d80000
}
.xbt {
  background: url(/skin/img/xbt1.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt2 {
  background: url(/skin/img/xbt2.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt3 {
  background: url(/skin/img/xbt3.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt4 {
  background: url(/skin/img/xbt4.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt5 {
  background: url(/skin/img/xbt5.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt6 {
  background: url(/skin/img/xbt6.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.xbt7 {
  background: url(/skin/img/xbt7.jpg) left no-repeat;
  padding-left: 29px;
  height: 28px;
  line-height: 28px;
  width: 727px;
  color: #333333;
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-top: 32px;
}
.jbzlnb {
  width: 720px;
  height: 28px;
  margin-top: 20px
}
.name {
  float: left;
}
.namewz {
  float: left;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 26px;
  width: 110px;
  text-align: right
}
.namek {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 110px;
  height: 23px
}
.namek2 {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 570px;
  height: 23px
}
.namek3 {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 343px;
  height: 23px
}
.xing {
  display: block;
  width: 5px;
  height: 5px;
  background: url(/skin/img/xing.jpg);
}
.yjsfx {
  display: block;
  margin: 5px 0 0 0;
  float: left
}
.fxk {
  float: left;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 26px;
  margin-left: 5px
}
.sel_wrap {
  width: 75px;
  height: 26px;
  background: #fff url(/skin/img/xb.jpg) no-repeat right;
  color: #333;
  font-size: 12px;
  border: 1px solid #BFBFBF;
  cursor: pointer;
  position: relative;
  _filter: alpha(opacity=0);
  color: #333;
  font-size: 12px;
  line-height: 26px
}
.sel_wrap label {
  padding-left: 10px;
  font-size: 12px;
  z-index: 2;
  color: #333;
  line-height: 26px;
  height: 26px;
  display: block;
}
.sel_wrap .select {
  width: 100%;
  height: 26px;
  line-height: 26px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  *margin-top: 12px;
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 12px;
}
.namek4 {
  float: left;
  border: 1px solid #BFBFBF;
  padding: 3px 0 0 4px;
  line-height: 23px;
  display: block;
  width: 220px;
  height: 23px
}
.rltable {
  width: 648px;
  height: auto;
  overflow: hidden;
  margin: 13px 0 0 28px
}
.namewz2 {
  float: left;
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 15px;
  line-height: 26px;
  padding-left: 25px;
}
.namewz3 {
  float: left;
  color: #666;
  font-size: 12px;
  line-height: 26px;
  padding-left: 25px;
}
.rlft {
  width: 800px;
  height: 60px;
  border-top: 1px solid #E5E5E5;
  margin-top: 47px;
}
.zptj {
  cursor: pointer;
  background: url(/skin/img/rltj.jpg);
  border: 0;
  padding: 0;
  width: 92px;
  height: 32px;
  margin: 24px 0 0 54px;
}
.zptj2 {
  margin: 14px 0 0 54px;
  width: 120px;
  line-height: 30px;
  height: 40px;
  background: #eb5f1a;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.zptj2 hover {
  background: #ef701b;
}
.zhusr_list {
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.zhusr_list a {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zhusr_list a:hover, .zhusr_list a.active {
  background-color: #dd0000;
  color: #fff;
}
.zhusr_list a {
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.zhusr_list_nav {
  text-align: center;
}
.zhusr_list_nav a {
  display: inline-block;
  margin-right: 5px;
  border: 1px #cccccc solid;
  background: #fff;
  text-decoration: none;
  color: #808080;
  font-size: 14px;
  line-height: 30px;
}
.zhusr_list_nav a:hover {
  color: #eb5f1a;
  background: white;
  border: 1px #eb5f1a solid;
}
.zhusr_list_nav a.page-num-current {
  border: none;
  background: #eb5f1a;
  color: #fff;
}
.zhusr_none {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .zhusr_list_nav a {
    line-height: 30px;
  }
  .zhusr_list a {
    padding: 0 10px;
  }
}
.zhusr-search{
	margin-top: 120px;
}