@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Menlo, "Hiragino Sans GB", PingFangSC-Medium, 'Microsoft Yahei', Helvetica, Arial, sans-serif, serif;
}
a.chain{
  color:#28603e !important;
}
.noscroll{
  overflow-y: hidden;
}
#bg-video {  z-index: -2;
  transform: translate3d(0,0,1px);
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
#bg-cover {
  z-index: -1;
  transform: translate3d(0,0,1px);
  position: absolute;
  width: 100%;
  height: 640px;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
}
#header, #fixedHeader {
  background: #FFFFFF;
  width: 100%;
  z-index:500;
  opacity: 0.99;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
}
#header .wrap, #fixedHeader .wrap {
  width: 1200px;
  margin: 0 auto;
}
#fixedHeader {
  z-index: 4000;
  position: fixed;
  top: -65px;
  transition: opacity 50ms ease-out;
  transition: top 150ms ease-out;
}
.header-top{
  background: #303030;
  color: #fff;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
   font-size: 16px;
   width: 100%;
   min-width: 1200px;
}
.header-top i{
 
  padding:0px 3px;
}
.header-top span{
  padding: 0px 5px;
}
.header-top span:hover{
  color:#28603e;
  }
.header-top-left{
  float: left;
}
.header-top-right{
  float: right;

}
.header-top .lookme{
  display: inline-block;
  position: relative; 
}
.header-top .business_company{
  position: relative;
  display: inline-block;
 z-index: 1000;

}
.lookme .show_qrcode{
   position: absolute;
   display: none;
    z-index: 1401;
}
.business_company:hover {
  color:#28603e;
}
.lookme:hover .show_qrcode{
    display: block;
  }
.business_company:hover .business_up{
  display: block;
  width: 1000px;
}
.business_company .business_up{
  position: absolute;
  top:40px;
  background: #fff;
  color:#000;
  width: 270px;
  z-index: 3200;
  display: none;
  padding-left: 10px;
} 
#logo {
  display: block;
  width: 100px;
  padding-top: 23.5px;
  padding-bottom: 23.5px;
  margin-left: 30px;
}
#fixedHeader #logo {
  width: 80px;
  padding-top: 10px;
  padding-bottom: 8px;
}
#logo img {
  width: 100%;
}

#menus {
  /*margin-left: 800px;*/
  float: right;
  margin-top: -67px;
  font-size: 20px;
}
#fixedHeader #menus {
  margin-top: -50px;
}
#menus > ul > li > a {
  margin-right: 20px;
  margin-left: 25px;
  padding: 5px 0;
  color: #464646;
  border-bottom: solid 3px rgba(0,0,0,0);
  border-radius: 0;
  font-size: 20px;
}
#menus > ul > li > a:hover,
#menus > ul > li > a:focus,
#menus > ul > li > a.currentPage,
#menus > ul > li.open > a {
  background: none;
  border-color: #ABA98A;
}
/*#menus ul li {
  float: left;
  list-style: none;
  font-size: 16px;
  color: white;
}
#menus a {
  color: white;
  text-decoration: none;
  padding-bottom: 3px;
  margin-left: 5px;
}
#menus a:hover {
  border-bottom: 2px solid #9698c9;
}
#menus .splash {
  margin: 0 10px;
}*/

#content {
  width: 100%;
}
#slogan {
  color: white;
  font-size: 64px;
  white-space: nowrap;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.1em;
}
#divider {
  height: .1rem;
  background: #7b7eb7;
  max-width: 20em;
  margin: 1.5rem auto;
}
#advantage {
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: 100;
}
#mainButton {
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  width: 250px;
  text-align: center;
  font-size: 16px;
  background-color: #7b7eb7;
  padding: 24px;
  font-weight: 200;
  letter-spacing: 0.15em;
  transition: background-color 300ms ease-out;
  margin-bottom: 100px;
}
#mainButton:hover {
  background: #393c6f;
  font-weight: 600;
}

#footer, #footer a {
  color: #dddddd;
  font-size: 12px;
  text-decoration: none;
  font-weight: 100;
}
#footer {
  width: 100%;
  margin: 0;
  background-color: #444444;
  text-align: center;
  line-height: 22px;
  padding: 6px 0;
}

.sidenavs {
  position: fixed;
  width: 300px;
  margin-left: -20px;
  margin-top: 68px;
}
.sidenavs a {
  color: #666666;
  font-size: 14px;
  display: block;
  height: 3em;
  text-decoration: none;
  padding: 10px;
  text-align: right;
  padding-right: 20px;
}
.sidenav {
  border: none;
  height: 2em;
}
.sidenav:hover {
  border-left: 2px solid #9698c9;
  background-color: #efefef;
}
.sidenav:first-child, .sidenav:last-child {
  border-radius: 0;
}

#form {
  font-size: 14px;
  line-height: 1.4em;
  color: #ABA98A;
  width: 100%;
  margin-top: -10px;
}
#form input {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  font-size: 13px;
  padding-left: 10px;
}
#form select {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 5px;
}
#form button {
  border: 1px solid #ABA98A;
  color: white;
  text-decoration: none;
  display: block;
  margin-top: 6px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  background-color: #ADAB8C;
  padding: 12px;
  font-weight: 200;
  letter-spacing: 0.15em;
  transition: background-color 300ms ease-out;
}
#form button:hover {
  background: #ABA98A;
  /*font-weight: 600;*/
}

#customers .col-md-6 {
  padding: 0;
}

#content .swiper-button-white {
  background-size: 70% 70%;
}

#title {
  color: #444444;
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.1em;
}

#detail .title2 {
  font-weight: lighter;
  font-size: 24px;
  color: #9B9B9B;
  margin-top: 20px;
  margin-bottom: -10px;
}
#detail .part .cell {
  width: 400px;
  margin-left: 25px;
  margin-right: 15px;
  margin-top: 35px;
  height: 233px;
  padding: 0;
  overflow: hidden;
  box-shadow: rgba(0,0,0,0.4) 2px 4px 4px;
  transition: box-shadow 300ms ease-out;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#detail .part2 .cell {
  background-position: 50% 0;
}
#detail .part .cell:hover {
  box-shadow: rgba(0,0,0,0.6) 4px 8px 8px; 
}
#detail .part .cell > img {
  display: block;
  width: 100%;
}
.breadcrumb {
  background-color: white;
  padding-left: 3px;
}



.leftCell {
  padding: 10px 0;
}
.priceCell.priceCell1 {
  background-color: #F4F4F4;
}
.priceCell.priceCell2 {
  background-color: #E9E9E9;
}
.priceCell.priceCell3 {
  background-color: #DEDEDE;
}
.priceCell.priceCell4 {
  background-color: #CDCDCD;
}
.leftCell .wrap {
  width: 96%;
  margin-left: 2%;
}
.priceCell .category {
  font-size: 16px;
  font-weight: 200;
  color: #999999;
}
.priceCell .title {
  font-size: 23px;
  line-height: 36px;
  font-weight: 200;
}
.priceCell .tags {
  font-size: 12px;
  height: 18px;
  margin-left: -20px;
}
.priceCell .tags .tag {
  float: left;
  line-height: 18px;
  color: white;
  margin-left: 20px;
}
.priceCell .tags .tag img.tagImage {
  width: 9px;
  height: 18px;
  display: inline-block;
  float: left;
  vertical-align: top;
}
.priceCell .tags .tag .words {
  display: inline-block;
  float: left;
  background-color: #4A90E2;
  padding: 0 3px 0;
}
.priceCell .price {
  font-size: 24px;
  font-weight: 900;
  color: #AE2F3E;
  position: absolute;
  right: 4.4%;
  margin-top: -44px;
}

.partCell .title {
  font-size: 24px;
  line-height: 42px;
  color: #6b6b6b;
  font-weight: 200;
  border-bottom: solid 1px #979797;
  margin-bottom: 6px;
  text-align: center;
}
.partCell .title .line {
  width: 2em;
  border-top: solid 1px #5D6A9E;
  margin: 0 auto;
}
.partCell .title .description {
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  color: #6C6C6C;
}
.partCell .goodCell {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-top: 10px;
}
.partCell .goodCell.right {
  margin-right: 0;
}
.partCell .goodCell > img {
  width: 22%;
  display: inline-block;
  float: left
}
.partCell .goodCell .content {
  width: 75%;
  display: inline-block;
  float: right;
}
.partCell .goodCell .name {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 28px;
  margin-top: 12px;
}
.partCell .goodCell .description {
  font-size: 11px;
  color: #888888;
  font-weight: 300;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
  opacity: .5;
  background-color: #ffffff;
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: .8;
}

.nav-tabs.nav-justified > li a h4 {
  color: #cccccc;
}
.nav-tabs.nav-justified > li.active a h4 {
  color: #666666;
}

#customers .oneCustomer {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 200;
}
#customers .oneCustomer .story {
  margin: 10px;
  margin-top: 20px;
  line-height: 1.6em;
  text-align: center;
}
#customers .oneCustomer .price {
  text-align: center;
  font-weight: normal;
  /*font-size: 13px;*/
  margin: 5px 0 15px 0;
}
#customers .oneCustomer .price .cus-left {
  color: #5B6C9B;
}
#customers .oneCustomer .price .cus-right {
  color: #FC9F00;
}
#customers .oneCustomer .buttons {
  margin: 15px 0 50px 0;
  text-align: center;
}
#customers .oneCustomer .buttons .button {
  display: inline-block;
  width: 140px;
  height: 32px;
  color: white;
  line-height: 32px;
  text-align: center;
  background-color: #7E96D8;
  border-radius: 20px;
  font-weight: 300;
  margin-left: 20px;
}
#customers .oneCustomer .buttons .button.cus-left {
  color: #7E96D8;
  background-color: white;
  border: 1px solid #7E96D8;
  width: 138px;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
}
#customers .oneCustomer .buttons .button:hover {
  opacity: .7;
  text-decoration: none;
  transition: opacity 100ms ease-out;
}

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -100px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 200px;
}
.featurette-image img {
  height: 100%;
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-heading a {
  line-height: 2em;
}

#services .nav.nav-pills {
  height: 80px;
}

.dropdown-menu {
  min-width: auto;
  width: 192px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-top: 0;

}
.dropdown-menu > li > a {
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  color: #9a9a9a;
  text-align: center;
}
.dropdown:hover {
}
#services .header {
  position: relative;
  width: 100%;
  height: 18px;
  margin-top: 50px;
  text-align: center;
}
#services .header i {
  position: absolute;
  top: 8px;
  display: block;
  height: 1px;
  background-color: #c4c5c8;
  width: 100%;
  z-index: 10;
}
#services .header span {
  position: relative;
  font-size: 28px;
  padding: 0 50px;
  line-height: 0.8em;
  color: #333;
  background-color: #f5f6fa;
  z-index: 20;
}

#services .cell {
  width: 330px;
  height: 414px;
  padding: 0;
  margin-left: 36px;
  margin-top: 30px;
  background-color: white;
  box-shadow: rgba(0,0,0,0.1) 2px 2px 4px;
  transition: box-shadow 300ms ease-out;
}
#services .cell:hover {
  text-decoration: none;
  opacity: 1;
  box-shadow: #28603e70 4px 6px 6px;
}
#services .cell .pic {
  width: 330px;
  height: 330px;
  overflow: hidden;
}
#services .cell .content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 44px;
  color: #555555;
}
#services .cell .content .name {
  width: 200px;
  padding-left: 20px;
  font-weight: 900;
}
#services .cell .content .price {
  margin-top: -44px;
  margin-left: 200px;
  text-align: center;
  border-left: 1px solid #dddddd;
  color: #f56426;
}

/* 页面弹窗 */
/*#outerdiv {
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.3);
  z-index:4001;
  width:100%;
  height:100%;
  display:none;
}
#innerdiv {
  position:absolute;
  width: 600px;
  height: 400px;
}
#innerdiv .close-div {
  width: 40px;
  height: 40px;
  border: 2px solid #aba98a;
  border-radius: 40px;
  font-size: 35px;
  color: #aba98a;
  margin-left: 550px;
  margin-top: 6px;
  line-height: 36px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  box-sizing: content-box;
}
#alert-form {
  width: 600px;
  height: 380px;
  text-align: left;
  background: #F7F7F7;
  border-radius: 8px;
  padding-top: 30px;
  padding-left: 40px;
  border: 1px solid #C1C1C1;
  box-shadow: 2px 5px 8px 2px rgba(69,69,69,0.50);
}
#alert-form .form-title {
  font-size: 24px;
  color: #7B7B7B;
  margin-bottom: 15px;
}
#alert-form select {
  width: 90%;
  height: 68px;
  margin-top: 5px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  font-size: 26px;
  padding-left: 10px;
  margin-bottom: 5px;
  margin: 15px auto;
  color: #7b7b7b;
}
#alert-form input {
  width: 90%;
  height: 68px;
  margin-top: 5px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  font-size: 24px;
  padding-left: 10px;
  color: #c4c4c4;
}
#alert-form .submit {
  background: #ffffff;
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  width: 392px;
  height: 76px;
  line-height: 36px;
  color: #7b7b7b;
  font-size: 36px;
  margin-top: 30px;
  margin-left: 57px;
}*/

/*新弹窗*/ 
#outerdiv i.icon-quote{
  position: absolute;
  right:15px;
  top:15px;
  font-size: 20px;
  cursor: pointer;
}
#outerdiv,
#outerdiv-p
{
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.3);
  z-index:10001;
  width:100%;
  height:100%;
  display:none;
  font-family: '黑体';
}
#innerdiv,
#innerdiv-p
{
  position:absolute;
  width: 620px;
  height: 450px;
  border-radius:10px;
}
#innerdiv-p{
  overflow-y: scroll;
}
#innerdiv .input-box,
#innerdiv-p .input-box
{
  width: 100%;
  height: 50px;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #e3e3e3;
  text-align: left;
}
#innerdiv .label,
#innerdiv-p .label
{
  display: inline-block;
  padding: 10px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
#innerdiv .label:after,
#innerdiv-p .label:after
{
  content:'';
  width: 2px;
  height: 30px;
  right:0;
  background: #ccc;
  position: absolute;
}
.outerdiv-form{
  display: inline-block;
  width: 75%;
  color:#3d3d3d;
}
#contact-phoneNumber,
#alertprice-phone,
#alertprice-phone-part,
#alertprice-area,
#contact-name{
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border-color: aliceblue;
  font-size: 14px;
  background: #e3e3e3;
  border:none;
  padding:0 10px;
}
#innerdiv>.title,
#innerdiv-p>.title
{
  height: 176px;
  font-size: 34px;
  font-weight: lighter;
  color: #fff;
  background: #ff485a;
  letter-spacing: 4.7px;
  text-align: center;
  padding:30px 0;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
}
#innerdiv>.title>.title-des,
#innerdiv-p>.title>.title-des
{
  font-size: 16px;
  letter-spacing: 1.6px;
}
#innerdiv>.body,
#innerdiv-p>.body
{
  background: #fff;
  padding:20px 80px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
#contact-city,
#alertprice-city-part,
#alertprice-city{
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border-color: aliceblue;
  font-size: 14px;
  letter-spacing: 5px;
  background: #e3e3e3;
  border:none;
}
.input-group{
  margin-top:20px;
}
#innerdiv>.body>.des,
#innerdiv-p>.body>.des
{
  font-size: 14px;
  letter-spacing:1.12px;
  font-weight: 200;
  text-align: left;
  color:#fd5664;
  line-height: 50px;
  position: static;
  transform: none;
}
#innerdiv .submit,
#innerdiv-p .submit
{
  height: 47px;
  width: 200px;
  line-height: 47px;
  color:#fff;
  background: #000;
  font-family: 16px;
  letter-spacing: 1.28px;
  border-radius: 23.5px;
  font-weight: 200;
}
#innerdiv-p>.title{
  margin:0;
  padding:0;
  line-height: 100px;
  height: 100px;
}
#innerdiv-p .inner-type{
  letter-spacing: .36px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color:#fff;
  background: #ff485a;
  width: 50%;
  float: left;
  cursor: pointer;
}
.inner-type>span{
  display: inline-block;
  width: 150px;
  border-bottom:solid 5px transparent;
}
.active.inner-type>span{
  border-color:#000;
}
#innerdiv-p .input-box.half{
  width: 49%;
  display: inline-block;
}
.half .outerdiv-form{
  width: 50%;
}
#alertprice-area,
#alertprice-city{
  width: 80%;
}
#innerdiv-p>.body{
  display: none;
  position: relative;
}
#innerdiv-p>.body.active{
  display: block;
  height: 300px;
}
.inner-btgroup{
  margin: 10px 0 24px 0;
}
.inner-btntype{
  margin: 10px 0 14px 0;
  text-align: left;
}
.inner-btgroup>button,
.inner-btntype>button{
  width: 140px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border:solid 1.87px #8c8c8c;
  border-radius: 5px;
}
.inner-btntype>button{
  width: 216px;
}
.inner-btgroup>button.active,
.inner-btntype>button.active{
  border-color:#d4262d;
}
.inner-btgroup>button+button,
.inner-btntype>button+button{
  /*margin-left: 12px;*/
}
#innerdiv-p .submit{
  position: absolute;
  bottom:18px;
  left:50%;
  transform: translateX(-50%);
}
.price-item-content{
  display: none;
}
#innerdiv-p .price-item-content li,
#innerdiv-p .price-item-content p
{
  text-align: left;
  color:#2e2e2e;
  font-size: 16px;
  letter-spacing: 1.28px;
  font-weight: normal;
  line-height: 30px;
}
#innerdiv-p .price-item-content li{
  text-indent: 2.5em;
}
.title-price{
  height: 136px;
  display: none;
  background: #ff485a;
  color:#fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  line-height: 136px;
}
.title-price-new{
  height: auto;
  line-height: 30px;
  font-size:20px;
  padding:20px 0;
}
.title-price-new>.row{
  margin:15px 0;
}
.title-price-new .left-block{
  border-right:solid 1px #ddd;
}
#innerdiv-p .alert-price{
  font-size: 40px;
}
#innerdiv-p .alert-cell{
  font-size: 30px;
}
.line-through{
  text-decoration: line-through;
  font-weight: lighter;
}
.zheng-text-des{
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
}
.xianshi{
  display: inline-block;
  color:#e5b78c;
  border:solid 1px #e5b78c;
  font-size: 10px;
  padding:0 2px;
  border-radius: 3px;
  line-height: 16px;
  position: relative;
  top:-2.5px;
  left:5px;
}
.zheng-add{
  line-height: 50px;
  font-size: 24px;
}
/*新弹窗*/

.article-content {
  line-height: 1.8em;
}