@import "scb.css";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Noto Sans SC';
}
/*center S*/
.center {
  padding: 0.5rem 0;
}
/*轮播图圆点边框色*/
.carousel-indicators li {
  border: 1px solid #999;
}
/*center E*/
/*nav S*/
@media (min-width: 768px) {
  .header .nav > li {
    height: 128px;
  }
  .header .nav > li > a .glyphicon-menu-down {
    display: none;
  }
}
@media (max-width: 766px) {
  .header .nav {
    width: 100%;
  }
  .header .nav > li {
    height: 40px;
  }
  .header .nav > li > a .glyphicon-menu-down {
    display: block;
  }
  .header .nav > li .dropdown-menu {
    position: relative;
    width: 100%;
  }
}
.header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #999;
  background-color: #fff;
  margin-bottom: 0;
  z-index: 11;
}
.header .navbar-nav .open .dropdown-menu > li > a {
  color: #FFF;
}
.header .navbar-nav .open .dropdown-menu > li > a:active,
.header .navbar-nav .open .dropdown-menu > li > a.active,
.header .navbar-nav .open .dropdown-menu > li > a:focus,
.header .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #B4A188;
}
.header .nav {
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-48%);
}
.header .nav > li > a {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.header .nav > li > a:focus,
.header .nav > li > li > a:hover {
  background-color: #fff;
}
.header .nav > li .navbar-brand {
  border: none;
  position: relative;
}
.header .nav li {
  min-width: 160px;
  font-weight: 400;
  font-size: 16px;
}
.header .nav li:hover a {
  color: #B4A188;
}
.header .nav .open > a,
.header .nav .open > a:focus,
.header .nav .open > a:hover {
  background-color: #eee;
  border-color: #fff;
}
.header .nav .dropdown-menu {
  padding: 0;
  border: none;
  color: #fff;
  background-color: #000;
  text-align: center;
}
.header .nav .dropdown-menu > li {
  border: none;
  font-size: 14px;
}
.header .nav .dropdown-menu > li > a:hover {
  background-color: #B4A188;
  color: #FFF;
}
/*nav E*/
/*公司简介 S*/
.about {
  position: relative;
  z-index: 9;
}
.about .left-text {
  height: 100%;
  padding: 0.8rem;
}
.about .left-text .line {
  margin:20px 24px;
  overflow: hidden;
  height: 2px;
  background-color: #000;
}
.about .left-text p {
  font-size: 14px;
  color: #666;
  font-family: "微软雅黑";
  padding-left:20px
}
.about .about-r {
  padding-left: 0;
}
.about .about-r .line {
  z-index: 12;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  background-color: #000;
  width: 0.01rem;
}
.about .about-r .about-logo {
  position: absolute;
  left: -1rem;
  bottom: 0;
  z-index: 10;
  width: 3.68rem;
  height: 2.72rem;
}
/*公司简介 E*/
/*公司资质 S*/
.license {
  padding: 2rem 0 1rem 0;
  position: relative;
  z-index: 9;
}
.license .row ._left {
  padding-top: 1.5rem;
}
.license .row ._left .line {
  margin: 0.1rem;
  overflow: hidden;
  height: 2px;
  background-color: #000;
}
.license .row .xkz {
  padding-top: 1.7rem;
}
.license .row .xkz,
.license .row .zcz {
  border-bottom: 3px solid #999;
}
@media (max-width: 720px) {
  .license .xkz,
  .license .zcz {
    height: auto;
  }
}
/*公司资质 E*/
/*销售网络 S*/
.salenet {
  padding: 1.5rem 0 1rem 0;
  position: relative;
  z-index: 9;
}
.salenet .line {
  margin: 0.1rem;
  overflow: hidden;
  height: 2px;
  background-color: #000;
}
.salenet .left-text {
  font-size: 14px;
}
.salenet .left-text > p {
  margin-left: 0.15rem;
  margin-top: 0.05rem;
  line-height: 14px;
  color: #666;
}
.salenet .pull-right {
  font-size: 12px;
  margin-top: -0.6rem;
  margin-right: 1rem;
}
/*销售网络 E*/
/*纽晟动态 S*/
.news {
  padding-top: 1.5rem;
  position: relative;
}
.news > .row {
  z-index: 9;
}
.news ._left .line {
  margin: 0.1rem;
  overflow: hidden;
  height: 2px;
  background-color: #000;
}
.news #carousel-news-generic .carousel-indicators {
  bottom: 30px;
  left: 85%;
}
.news #carousel-news-generic .carousel-indicators > li {
  width: 25px;
  height: 8px;
  background-color: #fff;
  margin: 1px;
  border-radius: 2px;
}
.news #carousel-news-generic .carousel-indicators > li.active {
  background-color: #b4a188;
}
.news #carousel-news-generic .carousel-inner img {
  cursor: pointer;
}
.news #carousel-news-generic .carousel-inner .carousel-caption {
  font-size: 14px;
  padding-top: 0.1rem;
  background-color: #b4a188;
  width: 100%;
  position: static;
  bottom: 0;
  padding-bottom: 0.1rem;
}
.news .panel {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.news .panel .panel-heading {
  padding: 0.02rem 0.1rem;
}
.news .panel .panel-body > ul {
 /* list-style: disc;*/
  font-size: 14px;
  line-height: 26px;
  font-family: "微软雅黑";
}
.news .panel .panel-body > ul > li > a,
.news .panel #more {
  text-decoration: none;
  color: #555;
  overflow-wrap: break-word;
}
.news .panel .panel-body > ul > li > a:hover{text-decoration:underline;}
.news .modal-center .detail-header {
  position: relative;
  margin-top: 30px;
  color: #b4a188;
}
.news .modal-center .detail-header .btn-toolbar {
  position: absolute;
  top: 0;
  right: 0;
}
.news .modal-center .detail-header .en {
  border-bottom: 1px solid #b4a188;
  width: auto;
  margin-left: 0.2rem;
}
.news .modal-center .line {
  margin: 0.2rem;
  overflow: hidden;
  height: 1px;
  background-color: #000;
}
.news .modal-center h4 {
 /* font-weight: 600;*/
 font-size:24px;
}
.news .modal-center h4,
.news .modal-center p {
  margin-left: 0.2rem;
}
.news .modal-center p {
  font-size: 14px;
  color: #333;
  font-family: "微软雅黑";
}
.news .modal-center .newslist {
  margin-left: 0.4rem;
  font-size: 0.18rem;
}
.news .modal-center .newslist > li > a {
  line-height: 24px;
  text-decoration: none;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .modal-center .pagination {
  padding: 0;
  margin: 0 0.3rem 0.5rem 0;
  font-size: 12px;
}
/*纽晟动态 E*/
/*美植挺产品页 S*/
@media (min-width: 720px) {
  .mzt .c-cart .s1 sub {
    top:.65em;
    font-size: 2rem;
    position: absolute;
    left: 68px;
  }
}
@media (max-width: 720px) {
  .mzt .c-cart .s1 sub {
    bottom: -0.25em;
    font-size: 2rem;
    position: absolute;
    left: 38px;
  }
}
.mzt {
  position: relative;
  z-index: 9;
}

.mzt .bg-1 {
  margin-top: 40px;
  margin-left: 5px;
}
.mzt .bg-1 .bg1_logo {
  width: 150px;
  height: auto;
  margin-left: 1.5rem;
  margin-bottom: 10px;
}
.mzt .bg-1 .media,
.mzt .bg-1 .media-body {
  overflow: visible;
  margin-top: -0.2rem;
}
.mzt .bg-1 .info {
  font-size: 14px;
}
.mzt .bg-1 .line {
  margin: 0.1rem 0;
  overflow: hidden;
  width: 90%;
  height: 1px;
  background-color: #000;
}
.mzt .bg-1 .intro > p {
  font-size: 14px;
  color: #333;
}
.mzt .c-cart {
  width: 100%;
}
.mzt .c-cart .sector {
  margin-left: 2.8rem;
  border-radius: 0 150px 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 150px;
  height: 150px;
  text-align: right;
}
.mzt .c-cart .sector .plus_small {
  font-size: 32px;
  position: relative;
  right: -10px;
}
.mzt .c-cart .sector .plus {
  font-size: 48px;
  position: relative;
  top: -20px;
  left: 10px;
}
.mzt .c-cart .s1 {
  position: relative;
  top: -1rem;
  font-size: 0.18rem;
  left: 1rem;
}
.mzt .c-cart .s1 p {
  line-height: 0.1rem;
}
.mzt .c-cart .s1 > div {
  font-size: 0.3rem;
}
.mzt .point {
  
}
.mzt .point .sector_left {
  border-radius: 24px 0 0 24px;
  border-left: 1px solid #000;
  width: 24px;
  height: 24px;
  line-height: 100px;
  text-align: center;
}
.mzt .point .title {
  font-size: 24px;
  margin-top: -30px;
  margin-left: 20px;
}
.mzt .point .title .title_r {
  font-size: 18px;
}
.mzt .point .intro p {
  font-size: 14px;
}
.mzt .point .line {
  overflow: hidden;
  width: auto;
  height: 1px;
  background-color: #000;
}
.mzt .point1 {
  padding-top: 30px;
}
.mzt .point3 {
  padding-top: 30px;
}
/*美植挺产品页 E*/
/*产品保险验证页 S*/
.custvalid {
  z-index: 9;
}
.custvalid .line {
  margin: 0.1rem;
  overflow: hidden;
  height: 2px;
  background-color: #000;
}
.custform {
  margin-top: 1rem;
  width: 80%;
  font-size: 14px;
  padding-left: 30px;
}
.custform #searchBtn {
  background-color: #B4A188;
  color: #FFF;
}
.custform .btn.active.focus,
.custform .btn.active:focus,
.custform .btn.focus,
.custform .btn:active.focus,
.custform .btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: -2px;
}
.custvalid .modal-center {
  padding: 1rem;
}
.custvalid .modal-center .img-center {
  font-size: 1.6rem;
}
.custvalid .modal-center .success {
  color: #B4A188;
}
.custvalid .modal-center .fail {
  color: #B7B7B7;
}
.custvalid .modal-center .img-succ {
  color: #B4A188;
}
.custvalid .modal-center .img-fail {
  color: #C03A3A;
}
.custvalid .modal-center .msg {
  font-size: 24px;
}
.custvalid .modal-center .line {
  margin-top: 0.2rem;
  overflow: hidden;
  height: 1px;
}
.custvalid .modal-center .success .line {
  background-color: #B4A188;
}
.custvalid .modal-center .fail .line {
  background-color: #B7B7B7;
}
.custvalid .modal-center .info {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 14px;
}
/*产品保险验证页 E*/
/*footer S*/
footer .copyright {
  color: #666;
  font-size: 14px;
}
footer img {
  width: 1rem;
}
#footbar {
  max-width: 1260px;
  margin: 0 auto;
}
#footbar > ul > li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  line-height: 18px;
}
#footbar > ul > li a {
  color: #000;
}
#footbar .img {
  text-align: center;
}
#footbar .vline {
  border-left: solid 1px #000;
  min-height: 120px;
  margin: 10px 10px 0 0;
  float: left;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
#footbar .footbar-down {
  font-size: 14px;
}
#footbar .footbar-down li{line-height:24px;}
#footbar .clearfix:after {
  display: block;
  content: "";
  clear: both;
}


 

@media (max-width: 720px) {
	.mzt .c_bg {
  background-image: linear-gradient(to right , #fee7bd, #fde09a);
  background-repeat: repeat-y;
  background-size: 100% 100%;
}
	
  #footbar > ul > li {
    width: 50%;
	text-align:center;
  }
  #footbar .img {
    width: 100%;
    margin-top: 10px;
  }
  #footbar .img img {
    width: 102px;
  }
  #share-2 {
	display:none;
  }
  #footbar .vline{border:none;}
  .copyright {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-left: 10px;
  }
  .container.footer{padding-left:0px;margin-bottom:0px;}
  .navbar-header_logotop{display:block;width:40%;float:left;padding:10px;}
  .navbar-header_logotop img{width:90%;}
  .copyright{padding:0px 6px;}
  .about{border-bottom: 1px solid #000;background-image: none;min-height: 7rem;margin-bottom: 40px;}
  .row{margin-left:0;margin-right:0;}
  .news #carousel-news-generic .carousel-indicators {bottom: 30px;left: 50%;}
  .col-md-6.col-xs-12._left{padding-left:0;padding-right:0;}
  .col-sm-offset-2.col-sm-10{width:100%;margin-left: 0;}
  footer {
    width: 100%;
    background-color: #FFF;
    margin-top: 40px;
    font-family: "微软雅黑";
	}
	.custvalid .modal-center .msg-en {
  font-size: 18pt;
  font-weight: 900;
  line-height: 40px;
	}
}

@media (min-width: 721px) {
	.navbar-header_logotop{float:left;display:none;}
	.about{background-image: url(../img/about_bg.jpg);background-repeat: no-repeat;background-size: 100% 100%;min-height: 7rem;border-bottom:1px solid #000;}
	.col-sm-offset-2.col-sm-10{width:76%;margin-left: 25%;}
	footer {
    width: 100%;
    background-color: #FFF;
    margin-top: 80px;
    font-family: "微软雅黑";
	}
	.custvalid .modal-center .msg-en {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
	}
	.mzt .c_bg {
  background-image: url(../img/p1_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% 100%;
  padding-bottom: 30px;
}
.youdian{margin-top:270px;margin-left:60px;}
}
.container.footer{padding-left:0px;margin-bottom:50px;}
/*footer E*/
/*轮播图*/
.lb-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}
.lb-item img{width:100%;}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
@media (max-width:568px) {
  .lb-item > a > span {
    padding: 10px;
  }
}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 5px 3px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
}

.lb-sign li {
  width: 22px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto 4px;
  border-radius: 3px;
  cursor: pointer;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #000;
  background-color:#9ed9eb;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 900;
  user-select: none;
  background-color:#aee2f3;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width:568px) {
  .lb-ctrl {
    font-size: 30px;
  }
}
.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
}
.lb-ctrl:hover {
  background-color: #9ed9eb;
}

