@charset "utf-8";
a {
  color: #333333;
}
a:hover, a:focus {
  text-decoration: none;
}
body {
  color: #333333;
  font-size: .25rem;
}
.fs32 {
  font-size: .32rem;
}
.c-666 {
  color: #666666;
}
.c-882 {
  color: #042882!important;
}
.bg-882 {
  background: #042882!important;
}
.block {
  display: block;
}
.fl{ float: left}
.fr{ float: right}
.vMiddle {
  vertical-align: middle;
}
.c-fff {
  color: #ffffff;
}
.imgs {
  width: 100%;
}
/*首页*/
.phones {
  width: .45rem;
  vertical-align: middle;
  margin-bottom: 0.04rem;
}
.phoneCont {
  display: inline-block;
  vertical-align: middle;
}
.header {
  background: #ffffff;
  position: relative;
  top: 0;
}
.modal-title {
  font-size: 0.373rem;
  font-weight: bold;
}
.header .logo {
  display: block;
  padding: .4rem 0;
}
.header .logo .imgs {
  width: 40%;
  display: block;
}

.header .rightWrap .tit {
  font-size: 0.373rem;
  margin: 0;
  color: #ffffff;
  line-height: 0.4rem;
}
.header .rightWrap p {
  font-size: 0.347rem;
  margin: 0;
  color: #ffffff;
}
.header .search-btn {
  position: absolute;
  right: 1.4rem;
  top: 0;
  width: 1.4rem;
  height: 100%;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center;
  background-size: 32%;
  z-index: 999;
  border-right: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
#myModal .modal-header {
  padding: 0.2rem;
}
#myModal .modal-body {
  padding: 0.4rem 0.4rem;
}
.header .menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4rem;
  height: 100%;
  cursor: pointer;
  background: url(../images/menu-icon.png) no-repeat center;
  background-size: 35%;
  z-index: 999;
}
.menu-list {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  display: block!important;
  width: 0;
  transition: all .2s;
}
.menu-list.in {
  width: 70%;
}
.menu-list .top {
  position: relative;
  padding: 0.293rem;
  overflow: hidden;
  border-bottom: #eee solid 1px;
  box-sizing: border-box;
}
.menu-list .menu-logo {
  width: 80%;
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.menu-list .close {
  display: block;
  position: absolute;
  top: .05rem;
  right: 0.3rem;
  width: 1rem;
  height: 1rem;
  background-size: 0.4rem;
}
.menu-list .close:before, .menu-list .close:after {
  content: '';
  height: .6rem;
  width: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
}
.menu-list .close:after {
  transform: rotate(-45deg);
}
.menu-list .navbar-nav {
  margin: 0;
}
.menu-list .menu-li a {
  display: block;
  padding: 0.2rem 0.4rem;
  line-height: 2;
  background: url(../images/nav_icon01.png) no-repeat 95% center;
  background-size: 3%;
  border-bottom: #eee solid 1px;
}
.index_banners .carousel-inner .item {
  overflow: hidden;
}
.index_banners .carousel-indicators {
 bottom: 0;
}
.index_banners .carousel-indicators li {
  margin-right: 0.2rem;
}
.index_banners .carousel-indicators .active {
  background: #042882!important;
  border-color: #042882!important;
}
.banners .carousel-inner .item {
  overflow: hidden;
}
.banners .carousel-indicators {
 bottom: 0;
}
.banners .carousel-indicators li {
  margin-right: 0.2rem;
}
.banners .carousel-indicators .active {
  background: #042882!important;
  border-color: #042882!important;
}
.footerNav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.footer {
  height: 1.35rem;
}
.footerNav .btn {
  height: 1.35rem;
  line-height: 1.35rem;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-right: 1px solid #0055b1;
  color: #ffffff;
  border-radius: 0;
  display: inline-block;
}
.footerNav .btn.call {
  background: #e5b681;
}
.footerNav .btnIcon {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
}
.footerNav .btnIcon.aboutIcon {
  width: .4rem;
}
.footerNav .name {
  display: inline-block;
  vertical-align: middle;
}
.productList {
  background: #ffffff;
  padding: 0.5rem 0.267rem;
}
.foldTitle {
  font-weight: bold;
}
.about  {
  background: #f3f1f2;
  padding: 1rem 0.267rem .7rem;
  margin-top: -0.6rem;
}
.copy {
  text-align: center;
}
.copy span {
  margin-left: 0.2rem;
}
.aboutLink {
  padding: 0.2rem 0;
  border-bottom: 1px solid #e0dede;
  width: 80%;
  margin: 0 auto;
}
.aboutLink .aboutLinkInn {
  float: left;
  vertical-align: middle;
  width: 30%;
  border-right: 1px solid #e0dede;
  text-align: center;
  list-style: none;
}
.aboutLink .aboutLinkInn:first-child {
  text-align: left;
  width: 15%;
}
.aboutLink .aboutLinkInn:last-child {
  text-align: right;
  border-right: 0;
  width: 25%;
}
.callNum {
  padding-top: 0.5rem;
  width: 80%;
  margin: 0 auto;
}
.callNum img {
  width: 0.8rem;
  vertical-align: initial;
}
.callNum .inTips {
  margin-left: 0.267rem;
  font-size: 0.373rem;
}
.callNum .tels {
  font-size: 0.55rem;
  font-weight: bold;
}
.new-menu {
  width: 33.33%;
}
.nav-tabs.nav-justified .new-menu a {
  color: #333333;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: block;
  padding: 0.25rem 0;
  margin-right: 0.267rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.nav-tabs.nav-justified .new-menu:nth-child(3n+3) a {
  margin-right: 0;
}
.nav-tabs.nav-justified .new-menu a .classIcon {
  display: inline-block;
  vertical-align: middle;
  width: .4rem;
  height: .4rem;
  background: url("../images/class.png") 0 0  no-repeat;
  background-size: 100%;
}
.nav-tabs.nav-justified .new-menu a .classCont {
  display: inline-block;
  vertical-align: middle;
}
.nav-tabs.nav-justified .new-menu.active a {
  background: #042882!important;
  color: #ffffff;
  border-color: #042882!important;
}
.nav-tabs.nav-justified .new-menu.active a .classIcon {
  background-position: bottom;
}
.toTop {
  display: block;
  margin-top: 0.333rem;
  text-align: center;
}
.toTop img {
  width: 1.2rem;
}
.tips {
  margin-top: 0.227rem;
  max-height: 0.933rem;
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
}
.companyBg {
  display: block;
  width: 100%;
}
.companyWrap {
  width: 100%;
  margin: 0 auto;
  background: #efefef;
  position: relative;
  top: -1.067rem;
  padding: 0 0.3rem;
}
.compTitle {
  text-align: center;
  font-weight: bold;
}
.compConts{
  padding: 0.2rem 0;
  /*color: #999999;*/
  line-height: 0.6rem;
}
.linkMore {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 2.2rem;
  line-height: 0.75rem;
  border: 1px solid #e6e3e3;
  border-radius: 40px;
}
.wrapTitle {
  font-size: 0.48rem;
  text-align: center;
  padding: 0.133rem 0;
  margin-bottom: 10px;
  /*! height: 80px; */
}
.wrapTitleSmall {
  text-align: center;
}
.message {
  padding: 0.5rem 0.267rem 0 .24rem;
}
.msgWrap {
  margin-top: 0.133rem;
  position: relative;
  top: 0;
  list-style: none;
}
.msgWrap:after {
  content: '*';
  position: absolute;
  right: 0.133rem;
  top: 0;
  color: #999999;
}
.icons {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  width: 0.5rem;
}
.textIcons {
  position: absolute;
  top: 0.16rem;
  left: 0.2rem;
  width: 0.5rem;
}
.inputs {
  width: 100%;
  height: 0.92rem;
  padding: 0.2rem .2rem .2rem .9rem;
  outline: line;
  border: none;
  border: 1px solid #f5f5f5;
}
textarea.inputs {
  height: 2rem;
  resize: none;
}
.messagtBtn {
  display: block;
  height: 0.907rem;
  line-height: 0.907rem;
  color: #ffffff;
  text-align: center;
}
.line {
  width: 0.4rem;
  height: 0.013rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}
.productWrap {
  /*! margin: 0 -0.213rem; */
}
.productItem {
  margin-top: 0.333rem;
  float: left;
  width: 50%;
  padding: 0 0.213rem;
  box-sizing: border-box;
}
.productImg {
  display: block;
  width: 100%;
  height: 150px;
}
.productCont {
  background: #efefef;
  padding: 0.26rem 0.18rem;
}
.productCont .leftCont {
  display: inline-block;
  vertical-align: middle;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  /*! text-overflow:ellipsis; */
  font-size: 12px;
}
.productCont .rightIcon {
  width: 12%;
  vertical-align: middle;
}
.gestures {
  text-align: center;
  padding: 0.2rem 0;
}
.productCarousel .carousel-indicators {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  margin-left: 0;
  width: 65%;
  margin-bottom: 0;
  top: 0px;
}
.productCarousel .carousel-indicators li {
  width: 0.8rem;
  border-radius: 0;
  border-color: #ccc;
  height: 0.2rem;
  vertical-align: middle;
}
.productCarousel .carousel-indicators .active {
  border-color: #042882;
  background: #042882;
}
.hand {
  width: 1rem;
}
.oneLine {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
}
.company {
  padding-top: 0.5rem;
  background: #efefef;
}
.companyImg, .caseBg {
  display: block;
  width: 100%;
}
.caseBg {
  
}
.advantage {
  display: block;
  width: 100%;
}
.backTop {
  display: block;
  width: 100%;
}
.case {
  margin-top: 0.4rem;
  padding: 0 0.267rem;
}
.caseImgWrap {
  position: relative;
  top: 0;
  left: 0;
}
.caseImgWrap .prevImg, .caseImgWrap .nextImg {
  width: 0.667rem;
  height: 0.667rem;
  position: absolute;
  top: 50%;
}
.caseImgWrap .prevImg img, .caseImgWrap .nextImg img {
  width: 50%;
  opacity: .8;
}
.caseImgWrap .prevImg {
  left: 0.267rem;
}
.caseImgWrap .nextImg {
  right: 0.267rem;
  text-align: right;
}
.caseList {
  margin: 0.2rem 0 0.8rem;
  padding: 0.133rem 0.067rem;
  background: #efefef;
}
.calseListItem {
  width: calc(20% - 0.14rem);
  float: left;
  margin: 0 0.067rem;
  position: relative;
  top: 0;
}
.calseListItem img {
  display: block;
  width: 100%;
}
.calseListItem span {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}

/*产品分类页面*/
.breadCrumbs {
  line-height: 1.067rem;
  background: #f5f5f5;
  position: relative;
  top: 0;
  padding: 0 1rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadCrumbs a {
  color: #333333;
}
.breadCrumbsIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.667rem;
  height: 0.667rem;
  line-height: 0.667rem;
}
.breadCrumbsIcon.left {
  left: 0.267rem;
}
.breadCrumbsIcon.right {
  right: 0.267rem;
}
.breadCrumbsImgs {
  width: 80%;
}
.breadCrumbsNext {
  width: 0.4rem;
  margin: 0 0.067rem;
}
.classList {
  padding: 0.267rem 0.267rem;
}
.classList .titles {
  padding: 0.267rem 0;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  top: 0;
}
.classList dl {
  margin-bottom: 0;
}
.classList .toggleDrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: .45rem;
  transition: all .2s;
}
.classList .toggleDrow.up {
  transform: translateY(-50%) rotate(180deg);
}
.classList .classItem {
  padding: 0.267rem 0;
  border-bottom: 1px solid #eeeeee;
}
.classList .classItem a {
  display: block;
}
.indexNews {
  background: #efefef;
}
.newsPage.news.indexNews {
  padding: .5rem 0.267rem .8rem;
}

.newsPage.news.indexNews .nav-tabs {
  padding-top: 0;
}
.newsPage.news.indexNews .companyImg {
  margin-top: 0.267rem;
}

/*产品列表*/
.listPage.productList {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

/*产品详情*/
.detailWrap {
  padding: 0 0.267rem;
}
.detailTitle {
  padding: 0.4rem 0;
  text-align: center;
  font-weight: bold;
}
.detailBanner .carousel-indicators {
  left: 50%;
}
.detailBanner .carousel-inner .item {
  height: 9rem;
}
.detailBanner .carousel-indicators li {
  background: #dad8d8;
  border-color: #dad8d8;
}
.detialCont {
  padding: 0.267rem 0.2rem;
  color: #ffffff;
  margin: 0.333rem 0 0.467rem;
}
.detailWrap .conts {
  padding: 0 0 0.2rem 0;
}
  /*新闻列表*/
.newsPage.news {
  padding: 0 0.267rem;
}
.newsPage.news .nav-tabs {
  /*padding: 0.4rem;*/
  padding-bottom: 0;
}
.newsPage.news .nav-tabs .new-menu {
  margin: 0 2% 0 0;
  width: 32%;
}
.newsPage.news .nav-tabs.nav-justified .new-menu a {
 /* border-right: 1px solid #e5b681;
  border-color: #e5b681;*/
  background: #c1c1c1;
  color: #ffffff;
  margin-right: 0;
}
.newsPage.news .nav-tabs .new-menu:first-child {
  margin-left: 0;
}
.newsPage.news .nav-tabs .new-menu:last-child {
  margin-right: 0;
}
.newsPage.news .newItem {
  padding: 0.333rem 0;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.newsPage.news .date {
  color: #c5c5c5;
  padding-top: .1rem;
  padding-right: 0.267rem;
}
.newItem .date .day {
  font-size: 0.8rem;
  line-height: .85rem;
  text-align: center;
  color: #333333;
}
.newItem .newsConts {
  display: inline-block;
  width: calc(100% - 2.4rem);
  box-sizing: border-box;
  padding-left: 0.267rem;
  vertical-align: top;
  border-left: 1px solid #e4e4e4;
}

/*新闻详情*/
.newDetailTitle {
  padding: 0.3rem 0 0.1rem;
  border-bottom: 1px solid #eeeeee;
}
.newDetailTitle .inTitle {
  padding-bottom: 0.067rem;
  text-align: center;
  color: #333333;
}
.newDate {
  text-align: center;
}
.newConts {
  padding: 0.267rem 0.267rem;
}
.prevNext {
  padding: 0.267rem 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.prevNext .links {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
/*公司简介*/
.aboutBanner {
  display: block;
  width: 100%;
}
.aboutWrap {
  padding: 0.533rem 0.267rem 0;
}

/*分页*/
.pagins {
  text-align: center;
}
.pagination {
  width: 100%;
  margin-bottom: 0;
}
.pageWrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0.267rem 0.2rem;
  max-width: 74%;
  overflow: hidden;
}
.pageWrap li  {
  float: left;
  list-style: none;
  width: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  border-radius: 50%;
  margin: 0 0.15rem;
}
.pageWrap li.active {
  background: #08478e;
}
.pageWrap li.active a{
  color: #ffffff;
}
.pagination .prev, .pagination .next {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  list-style: none;
  padding: 0.267rem 0.2rem;
}
.pagination .prev a, .pagination .next a {
  text-align: center;
  display: block;
  line-height: .56rem;
  height: .65rem;
  width: .65rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.pagination .prev img, .pagination .next img {
  width: 50%;
}
.bTip {
  font-weight: bold;
}
.wechatCode {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}
.wechatCode .imgWrap {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wechatCode .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.wechatCode .imgWrap .closeWechat {
  width: .7rem;
  height: 0.7rem;
  position: absolute;
  top: -.9rem;
  right: -.5rem;
  background: #b1b1b1 url("../images/fa-close.png") center no-repeat;
  background-size: 40%;
  border-radius: 50%;
}
.indexdiy_head_div{
  width: 70%;
  overflow: hidden;
}
.indexdiy_body_div{
  width: 100%;
}
.indexdiy_body_div img{
  width: 100%;
}
.newConts img{
  width: 100%;
}
.conts img{
  width: 100%;
}
.input-group-btn {
  display: block;
}
.input-group {
  width: 70%;
}
.indexdiy_head_div img {
  width: 80%;
  margin-top: 10px;
  margin-left: 10px;
}
.wrapTitle img {
  width: 100%;
}
.newsPagelist_padding {
  padding:0.4rem;
}
.aboutWrap img{
  width: 100%;
}

/*数字滚动*/

 .feature_b{ margin-top: 20px;}
  .feature_b li{ text-align: center; color: #fff; font-size:20px; line-height: 20px; width:82px; /*! height:311px; */ position: relative;transition: all ease-in-out 0.3s;padding-top: 24px;float: left;/*! margin: 0 5px; */}

  .feature_b li+li{/*! margin-left:72px; */ }
  .feature_b li:before{ display: block; content: ""; /*! height: 80px; */ width: 100%;}
  .feature_b li em{ font-style:normal;  font-weight: bold;font-size:20px;  font-family: "Levenim MT", Times, serif;z-index: 1;position: relative;}
  .feature_b li dl{ font-size: 12px;position: relative;z-index: 1;color: #fff;}
.feature_b li span{position: relative;z-index: 1;}
.liujiao{ background: url(../images/liujiao2.png) no-repeat; width: 100%; height: 112px; position: absolute; z-index: 0;top: 0;color: #fff; background-size: contain}

.feature_b li:hover .liujiao{ background: url(../images/liujiao1.png) no-repeat; width: 100; height: 112px; position: absolute; z-index: 0;top: 0;color: #e80000; background-size: contain}
.feature_b li:hover{ color: #e80000!important}
.feature_b li:hover  dl{color: #e80000!important}
  /*数字滚动*/
.number_l1{width:100%; text-align: center; }
.number_ljs{font-size:76px; line-height: 68px;color:#ff0000; text-align:center;font-family: "Impact"; margin-bottom:15px;}
.number_ljs p{font-style:normal;display:block; letter-spacing: -3px; }

.adv_box{ width: 45%; float: left;margin-left: 3%;margin-bottom: 3%;}

/*服务项目*/

.t{text-align: center;position: relative;padding: 0px 0;}
.t p{font-size:26px;color:#333;font-weight:bold;}
.t p>b{color: #2646d2;font-weight:bold;}
.t span{display: block;font-size: 20px;}
/*产品特性*/
.feature_r{width: 730px;background-color:#2646d2;border-radius: 10px;height: auto;margin-right:80px;position: relative;margin: 0 auto;}
.feature_r li{float: left;text-align: center;width: 50%;height: 240px; border-bottom: 1px #fff solid;border-left: 1px #fff solid;position: relative;}
.feature_r li:nth-child(1),.feature_r li:nth-child(5),.feature_r li:nth-child(3){border-left: none;}
.feature_r li:nth-child(5),.feature_r li:nth-child(6){border-bottom: none;}
.feature_r li img{padding-top:58px;display: block;
    margin: 0 auto;}
.feature_r li p{color: #fff;font-weight: bold;font-size: 24px;margin-top:16px;margin-bottom:4px;}
.feature_r li span{display: block;font-size: 18px;color: #88b5dd;}

.feature_r li:after,.feature_r li:before {content: '';display: block;width: 100%;height: 0;position: absolute;left: 0;transition: all .5s ease;background: rgba(255,255,255,0.05);}
.feature_r li:hover:after,.feature_r li:hover:before {height: 100%;}
.feature_r li:before {bottom: 0;}
.feature_r li:after {top: 0;}
.adv_l .numb{/*! width: 60px; */background: url(../images/f_h322.png);line-height: 30px;text-align: center;color: #fff;font-weight: 500;/*! margin-left: 10px; */margin-top: -20px;position: relative;z-index: 2;/*! float: left; */background-size: cover;position: absolute;bottom: 0;width: 100%;}
.adv_l .adv_wz{margin-left: 10px;margin-top: 0px;text-indent: 10px; }
.adv_l p{font-size: 16px;font-weight: bold;color: #333;}
.adv_l d{display: block;color: #999;line-height: 24px;font-size: 18px;display: block;margin-bottom: 19px;}
.adv_l dd{padding: 10px;line-height: 24px;font-size: 14px;color: #666;padding-bottom: 20px;}
.adv_l dd:before{content: '';width: 12px;height: 12px;border: 1px solid #ccc;display: inline-block;border-radius: 50%;margin-right: 10px;}
.adv_l{padding-bottom:15px;     background: #f5f5f5;position: relative;}

.fwxm{ background: url( ../images/fuwu_bg.jpg); color: #fff;padding: 20px 0;padding-bottom: 10px;}
.more{width: 200px;/*! height: 30px; */line-height: 30px;text-align: center;background-color: #e90000;margin: 10px auto;border-radius: 5px;}
.more a {display: block;color: #FFFFFF;}

 /*对比*/
  .vs_bj{ width: 100%; min-width: 100%; /*! margin-top: 60px; */ /*! height: 870px; */ background:url(../images/20190826170651_95050040.jpg) no-repeat center top; padding-top:35px; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box; }
  .vs_bj  .feature_t .title{ /*! width: 482px; */}

.vs{position: relative;height: 320px; margin-top: 60px;}
.vstit{padding-top: 170px; width: 22%;height: 500px;background:url(../images/20190826164435_1255749461.png) no-repeat center top; position: absolute;left: 63%; top:-40px;margin-left: -86px;z-index: 2;background-size: 100%;}
  .vstit_l{ width: 38%; font-size: 14px; text-align: center; font-weight: bold;color: #fff; line-height:35px; height: 35px; border-radius: 32px;  background: #e80000; float: left;}
  .vstit_r{width: 38%; font-size: 14px;  text-align: center;font-weight: bold;color: #555; line-height:35px; height: 35px; /*! border-radius: 32px; */  background: url(../images/20190826155814_278900755.png)top right no-repeat;float: right;background-size: 100% 100%;}
  
  .vs_t{ font-size: 14px; width: 20%;z-index: 2; height: auto; line-height: 30px; position: absolute; top:70px; left: 40%; text-align: center;}
  .vs_t li .nep01>span{ color:#fff;  font-size:14px;margin-top: 20px;}
.vs_t li .nep02>span{ color:#fff;font-size:14px; }
.vs_t li .nep02:hover>span{ color:#dedede; font-size:18px; font-family:"arial"; text-transform:uppercase; font-weight:normal;}
.hidden{display:none;}
.nep01{ /*! padding-top:35px; */ /*! margin-bottom:29px; */ color:#fff;background: #ff7f00;/*! padding-bottom: 35px; */font-size: 10px;margin-bottom: 10px;}
.nep02{/*! padding-top:35px; */ /*! margin-bottom:29px; */ color:#fff !important;}
.nep02:hover{color:#ff7f00;color:#fff !important;}
  
.vs_b{ margin-top:40px;position: relative;}
  .vs_b_l{ width: 34%; font-size:12px; color: #555; line-height:20px; }
 .vs_b_l p{ font-size:14px; font-weight: bold; color: #333; padding-top:25px;}
 .vs_b_l dl{ font-size:14px; font-weight: bold; color: #666;padding-top:25px;line-height: 20px;}
   .vs_b_l i{ display: block;font-style: normal;font-family: "arial"; font-size:12px; text-transform: uppercase; color: #999; }
  .vs_b_l span{ color: #e80000;}
.zuo{ position: absolute; left: 10px; top:50px}
.you{ position: absolute; right: 10px;top:50px}
.mncon1{ position: relative; }
#wz{ height:100px; line-height:30px; /*! width:90%; */ /*! background: #f9f9f9; *//*! margin-top: 10px; *//*! margin: 10px auto; */font-size: 14px;background: #efefef;padding: 20px 10px;padding-bottom: 0;}#wz .dangqian{ color:#006ab7;}
/*翻页*/
.page { margin:30px 0; text-align:center}
.page li{ display:inline-block; list-style: none; }
.page a{ padding:0 14px; height:34px; line-height:34px; display:inline-block; border:1px solid #ddd; margin:0.1rem 0.15rem; color:#fff; color:#444; font-size:12px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.page .on{ background:#353535;  color:#fff; border:1px solid #353535; }
.page .thisclass{ background:#353535;  color:#fff; border:1px solid #353535;}
.page a:hover{ background:#353535;  color:#fff; text-decoration:none; border:1px solid #353535;}

.fl{float: left}.fr{float:right}

#news{padding: 0 10px}
#news li{ height: 40px; border-bottom: dashed 1px #ddd}#news li a:before{ content: "·　";line-height: 40px}#news li span{ display: block; float: right; font-size: 12px;margin-top: 10px}


#biaodan{ text-align:center; /*! padding:50px 0; */}#biaodan li{ margin:15px ;}
#biaodan input,#biaodan textarea{ width:60%; padding:5px 0; border: 0; border: solid 1px #ccc; }

.active{background: url(../images/bg.jpg) ; }
		
.biaodan_bt ul{display: flex;
            /*flex-direction: row;*/
            /*flex-wrap: nowrap;*/
            flex-flow: row nowrap;
justify-content: center;}
.biaodan_bt ul li{ width: 200px; padding: 10px;display: block}
.biaodan_bt ul li input{ height: 45px; width: 150px!important}