/* 首页焦点图
-------------------------------------------------------------- */
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
/*.swiper-slide { position: relative; opacity: 0 !important;}*/
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 40px;}
.swiper-pagination-bullet { width: 40px; height: 2px; margin: 0 2px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 2px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}


/* 首页标题
-------------------------------------------------------------- */
.index-title .title {
  text-align: center;
}
.index-title .title,.header-banner .title {
  font-size:20px;
  font-weight:100;
  color:#232323;
  position:relative;
  font-family: webfont-thin;
}
.index-title .title i, .header-banner .title i {
  display:block;
  font-size:36px;
  font-weight:100;
  color:#232323;
  line-height:100%;
  padding-bottom:20px;
}
.white {
  color: #fff !important;
}

.index-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.index-about-txt {
  display: table-cell;
  line-height: 2;
  vertical-align: baseline;
  padding: 60px 60px 60px 0;
}
.index-about-txt .btn {
  margin:20px 0;
}
.index-about-txt h3, .index-about-txt  p {
  color: #232323;
}
.index-about-txt  p {
  text-indent: 28px;
}
.index-about-txt .sub-heading {
  text-indent: 0;
}
.index-about-txt-bg {
  float: left;
  width: 50%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  background: #f8f8f8 !important;
}
.abouts-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}



/* 首页方案 开始
-------------------------------------------------------------- */
.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 2em auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: left;
    width: 260px;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
  width: 100%;
  background-color: #2b2b2b;
  transition: all .8s cubic-bezier(.215,.61,.355,1) 0s;
  border-bottom: 1px solid #444;
}
.cd-tabs-navigation li:nth-child(3) {
  border-bottom: none;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ddd;
  padding-top: 34px;
}
.cd-tabs-navigation a .iconfont {
  display: block;
  width: 100%;
  font-size: 42px !important;
  line-height: 42px !important;
  font-weight: 500;
  padding-bottom: 10px !important;
  text-align: center !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #f2f2f2 !important;
  box-shadow: inset 0 2px 0 #db8733;
  color: #db8733;
  transition: all .8s cubic-bezier(.215,.61,.355,1) 0s;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../images/vicons.svg");
  background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 5px 0 0 #db8733;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    background-color: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  .cd-tabs-navigation a {
    height: 160px;
    width: auto;
    text-align: center;
    padding: 30px 40px;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #f2f2f2;
}
.cd-tabs-content .info {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  margin-bottom: 10px;
  font-size: 1.25em;
  padding-top: 20px;
}
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
    overflow: hidden;
  }
  .cd-tabs-content li {
    padding: 3em;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.b-head {
  margin-bottom: 20px;
}
.b-head:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #db8733;
    margin-bottom: -2px;
    margin-right: 8px;
}

/* 首页方案 结束
-------------------------------------------------------------- */


/* 首页方案
-------------------------------------------------------------- */
.index-scheme {
  float: left;
  width: 100%;
  padding: 40px 0;
  float: left;
  display: block;
  background: #fff;
  position: relative;
}
.i-scheme-pro {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.i-scheme-pro .item {
  float: left;
  width: 16.6666666667%;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  position: relative;
  text-align: center;
  display: block !important;
}
.i-scheme-pro .item img {
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin-bottom: 10px;
}
.pro-txt {
  float: left;
  padding: 5px !important;  
  display: block !important;
  box-sizing: border-box;
  text-align: center;
}
.pro-txt img {
  height: 40px;
  width: auto;
  padding-right: 10px;
}
.pro-txt a {
  display: block;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
}
.pro-txt a .iconfont {
  font-size:22px;
  font-weight: 500;
  margin-right:10px;
  color: #36b13c;
}

.index-pro {
  width: 100%;
  padding: 80px 0;
  float: left;
  display: block;
}
.index-pro .index-pro-item-1 {

}
.index-pro .index-pro-item-1 li,.index-pro .index-pro-item-2 li {
  float: left;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  /*border:5px solid #f2f2f2;*/
}
.index-pro .index-pro-item-1 li span,.index-pro .index-pro-item-2 li span {
  font-size: 18px;
  font-weight: 700;
  color: #232323;
}
.index-pro .index-pro-item-2 li {
  border: 5px solid #f2f2f2;
}
.index-pro .index-pro-item-1 li img {
  display: block;
  max-width: 100%;
  padding: 10px;
}
.index-pro-item-2 {
  overflow: hidden;
}
/*.index-pro .index-pro-item-1 li:nth-child(1){
  width: 100%;
  clear: both;
}*/
.index-pro-item-more {
  overflow: hidden;
  height: 100%;
  background: #36b13c !important;
}


.index-guishu {
  float: left;
  width: 100%;  
  display: block;
  padding: 40px 0;
  background: #fff;
}
.index-guishu-info  {
  padding-top: 40px;
  padding-right: 40px;
}
.index-guishu h3 {
  margin: 10px 0 20px 0;
}
.index-guishu h3 span{
  margin-left: 20px;
  padding-left: 20px;
  border-left: 5px solid #232323;
}
.index-guishu-item li {
  padding: 15px 20px;
  border-right: 1px solid #fff;
  background: #f0f0f0;
}
/*.index-guishu-item li:nth-child(1) {
  background: #f0f0f0;
}
.index-guishu-item li:nth-child(2) {
  background: #e0e0e0;
}
.index-guishu-item li:nth-child(3) {
  background: #f0f0f0;
}
.index-guishu-item li:nth-child(4) {
  background: #e0e0e0;
}*/
.index-guishu-item h4 {
  text-align: right;
}
.index-guishu-item li p {
  font-size:12px;
}
/*.index-guishu-item li h4 {
  color: #f8f8f8
}*/
.index-guishu-item li i {
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  padding: 30px 0;
  display: block;
  color: #232323;
}
.index-guishu-item li p {
  text-align: right;
  height: 50px;
  line-height: 25px;
}

.index-about {
  float: left;
  width: 100%;  
  /*padding: 120px 0;*/
}
.index-about h3 {
  color: #db8733;
  margin-bottom: 40px;
}
.index-about .yuoshi li {
  overflow: hidden;
  margin-bottom: 20px;
}
.index-about .yuoshi li i {
  float: left;
  width: 70px;
  height: 70px;
  font-size: 50px;
  line-height: 70px;
  margin-right: 20px;
  text-align: center;
  color: #232323;
  background: url(../fonts/kuang.svg) no-repeat;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.index-about .yuoshi li p {
  overflow: hidden;
  line-height: 70px;
  color: #232323;
}
.index-data {
  margin-top: 20px;
}
.index-data .item {
  margin-bottom: 20px;
  /*text-align: center;*/
}
.index-data .item .heading {
  font-family: "Century Gothic";
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #c7b326;
  margin-bottom: 20px;
}



.index-pro dl {
  margin-bottom: 20px;
  position: relative;
}
.index-pro dl:hover {
  -webkit-box-shadow: 0 2px 10px #e2dede;
  box-shadow: 0 2px 10px #e2dede;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.index-pro dl dt {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-pro dl img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.index-pro dl:hover img {
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

.index-pro dl dd {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  line-height: 1.6;
  padding: 10px 15px;
  text-align: center;
  background: #fff;
  overflow: hidden;/*超出部分隐藏*/
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;/*超出部分文字以...显示*/  
}
.pro-more {
  display: block;
  height: 100%;
  border-bottom: 20px #f4f5f7 solid;
  background: #36b13c;
}
.pro-more dd {
}
.pro-more-line {
  float: left;
  width: 100%;
  height: 20px;
  margin-top: -20px;
  background: #f4f5f7;
}



.index-case {
  float: left; 
  width: 100%;
  display: block;
  padding: 60px 0;
  background: #f2f2f2;
}
.i-case {
  display: block;
  margin: 2rem 0;
}
.i-case .owl-stage {
  padding: 20px 0 !important;
}
.i-case.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.i-case.owl-carousel .item {
    background: #fff;
    /*padding: 1rem;*/
    border-radius: 2px;
    list-style-type: none;
}
.i-case.owl-carousel .item img {
    border-radius: 2px;
	width: 273px;
    height: 273px;
    object-fit: cover;
}
.i-case.owl-carousel .item p {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 24px;
}
.i-case.owl-dots {
  width: 100%;
  text-align: center;
}
.i-case.owl-dot span {
  width: 10px;
  height: 5px;
  margin: 2px;
  display: block;
  background: #ccc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.i-case.active span {
  width: 20px;
  height: 5px;
  display: block;
  background: #3278e6;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}
.i-case.owl-nav .owl-prev,.i-case.owl-nav .owl-next {
  position: absolute;
  top: 56px;
}
.i-case.owl-nav .owl-prev {
  left: -50px;
}
.i-case.owl-nav .owl-next {
  left: none;
  right: -50px;
}
.i-case .owl-nav button {
  width: 45px;
  height: 60px;
  background-color: rgba(0,0,0,0.7) !important;
  border: none;
}
.i-case.owl-nav button span {
  font-size: 28px;
  line-height: 45px; 
  color: #f8f8f8; 
}
.i-case .owl-nav .owl-prev, .i-case .owl-nav .owl-next {
  position: absolute;
  top: 32%;
}
.i-case .owl-nav .owl-prev {
  left: -60px;
}
.i-case .owl-nav .owl-next {
  left: none;
  right: -60px;
}
.i-case .owl-nav button span {
  font-size: 40px;
  line-height: 60px; 
  color: #f8f8f8; 
}

.index-youshi-list {
  position:relative;
  width:100%;
  padding:40px 10px;
  opacity:0.8;
  margin-bottom:20px;
  background:#fff;
}
.index-youshi {
  float: left;
  width: 100%;  
  position:relative;
  padding-top: 60px;
  padding-bottom:100px;
  background-attachment:fixed;
}
.index-youshi .owl-item {
  background:#fff;
}
.index-youshi .overlay {
  background:#000000;
  opacity:0.7;
}
.index-youshi .index-title {
  margin-bottom:60px;
}
.index-youshi ul li {
  height:160px;
  text-align:center;
  margin-bottom:20px;
}
.index-youshi ul li .iconfont {
  font-size:45px;
  line-height:66px;
  margin-bottom:15px;
  color:#232323;
  display:block;
}
.index-youshi .bg-fff {
  width:100%;
  height:100%;
  padding:20px 0;
  background:rgba(255,255,255,0.85) !important;
  border-radius:2px;
}
.index-youshi ul li img {
  display:block;
  width:55px;
  height:55px;
  margin:0px auto 20px;
}
.index-youshi ul li span {
  display:block;
}
.index-youshi ul li .pic-caption {
  color:#fff;
  line-height:1.5;
  text-align:left !important;
  background:rgba(55,180,60) !important;
  padding:15px !important;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  /* Firefox */
  -webkit-box-sizing:border-box;
  /* Safari */
}
.index-youshi ul li .pic-caption a {
  margin-top:10px;
  color:#f8f8f8;
  text-align:center !important;
  display:block;
}
.index-youshi ul li .pic-caption a:hover {
  color:#fff;
}

/* 首页产品
-------------------------------------------------------------- */

.index-fuwu {
  float: left;
  width: 100%;
  display: block;
  background: url(../images/index-hs-bg.jpg) no-repeat center center;
  padding: 60px 0;
  background-attachment: fixed;
}
.module-title {
  color: #f8f8f8;
  font-size: 32px;
  line-height: 120px;
  font-family: webfont;
  font-weight: bold;
  text-align: center;
}
.index-fuwu-content {
  overflow: hidden;
  color: #f8f8f8;
}
.index-fuwu-content h3 {
  color: #f8f8f8;
}
.index-fuwu-content dt img {
  float: left;
  width: 50px;
  margin-right: 50px;
}
.index-fuwu-content dd {
  overflow: hidden;
}
.index-fuwu-content dd .btn {
  margin: 20px 0 0 0;
  color: #db8733;
  border: 2px solid #db8733;
}
.yinhao {
  height: 200px;
  line-height: 200px;
  font-size: 200px;
  font-weight: 700;
  color: #fff;
}


.index-logo {
  display:block;
  overflow:hidden;
}
.logo-con {
  background:#fff;
  display:block;
  padding:40px;
}
.logo-con li img {
  margin-bottom:20px;
  border:1px solid #e0e0e0;
  display:block;
  filter:grayscale(100%);
}
.logo-con li:hover img {
  filter:grayscale(0);
}

.index-news {
  float: left;
  width: 100%;
  padding-top: 60px;
  margin-bottom: 60px;
}
.index-news .title {
  font-size:1.05rem;
  font-weight: 700;
}
.index-news-title a {
  color: #232323;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  border-left: 5px solid #db8733;
  padding-left: 10px;
}
.index-news-l {
  float: left;
  background: #fff;
}
.index-news-xiao {
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.index-news-xiao li {
  overflow:hidden;
  padding-bottom: 5px;
  margin-bottom:5px;  
  border-bottom: 1px solid #f0f0f0;
}
.index-news-xiao li:nth-child(4) {
  border-bottom: none;
}
.index-news-xiao img {
  float: left;
  margin-right: 20px;
  width:25%;
}
.index-news-xiao li h4 {
  height:25px;
  line-height:25px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-bottom:8px;
}
.index-news-xiao li p,.index-news .info {
  color:#868686;
}
.index-news-list {
  width:100%;
  padding:20px;
  background:#fff;
}
.index-news-list li {
  line-height: 32px;
}
.index-news-list li span {
  padding-left: 10px;
  color:#868686;
}
.index-news-list li a {
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 90px;
}

.index-contact {
  float: left;
  width: 100%;
}
.index-contact .different{
  height: 200px;
  width: 200px;
  display: block;
  overflow: hidden;
  padding: 30px;
  line-height: 64px;
  font-size: 64px;
  font-weight: 100;
  color: #f8f8f8;
  background: #36b13c;
  margin-top: 110px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;  
}
.index-contact .contentbox{
  height: 420px;
  margin: 60px 0;
  background-image: url(../images/dg_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;  
}
.index-contact-content {
  padding-top: 110px;
  color: #eee;
  text-align: center
}
.index-contact-content .title {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-contact-content .sub-title {
  font-size:30px;
  font-weight: 700;
} 
.index-contact-content .tel {
  margin-top: 30px;
  display: block;
}
.index-contact-content .tel i {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------
案例
-------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------- */


/*案例列表页*/

.list-big-title {
  font-family: "PingFang SC", "KaiGenGothicSC-Regular", "Microsoft Yahei", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
    color: #222;
  font-size: 30px;
  margin-bottom: 30px;
}
.list-big-title p {
  font-size: 42px;
  font-weight: bold;
}
.program-list {

}
.program-list .program-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 281px;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.program-list .program-item:hover {
  background: #f8f8f8;
}
.program-list .program-item:hover a, .program-list .program-item:hover .title,.program-list .program-item:hover i {
  color: #36b13c !important;
}
.program-item .flat-title {
    margin-bottom: 20px;
    clear: both;
}

.program-item .flat-title .title {
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
}
.program-item .flat-title .title i {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    padding-bottom: 5px;
}
.program-item .flat-title .title:after {
  display: none;
}
.program-item img {
  width: 20%;
  margin-right: 20px;
  float: left;
}
.program-item .program-content {
  overflow: hidden;
}
.program-item .anli-icon i {
  display: block;
  float: left;
  font-size:60px !important;
  line-height:90px !important;
  padding:20px !important;
  margin-right: 10px;
  color:#232323 !important;
  text-align:center !important;
  display:-webkit-inline-box;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.program-item .program-content .title {
  margin-bottom: 20px;
}
.products-con {
  padding:40px 0;
}


/* [ 方案详情 ]  开始
--------------------------------------------------------------*/
.fangan-box {
  padding: 40px 0;
}
.bgfff {
  background: #fff;
}
.border {
  border:1px solid #dee3ea;
}
.bt {
  border-top: 1px solid #dee3ea;
}
.br {
  border-right: 1px solid #dee3ea;
  margin-right: -1px;
}
.bb {
  border-bottom: 1px solid #dee3ea;
}
.bl {
  border-left: 1px solid #dee3ea;
}
.h60 {
  float: left;
  display: block;
  width: 100%;
  height: 60px;
}
.pad60 {
padding: 60px;
}
.pad80 {
padding: 80px;
}
.fangan-bg01 {
  float: left;
  width: 100%;
  display: block;
  background: url(../images/fanan-bg01.jpg) 50% 50% no-repeat;
  padding: 60px 0;
  background-attachment: fixed;
}
.fangan-box .lan{
  margin: 0 10px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -ms-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
  background-image: -webkit-linear-gradient(bottom, rgba(22, 58, 111, 0.28) 0%, rgba(30, 98, 208, 0.56) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(22, 58, 111, 0.28) 0%, rgba(30, 98, 208, 0.56) 100%);
  background-image: -moz-linear-gradient(to top, rgba(22, 58, 111, 0.28) 0%, rgba(30, 98, 208, 0.56) 100%);
  background-image: -o-linear-gradient(to top, rgba(22, 58, 111, 0.28) 0%, rgba(30, 98, 208, 0.56) 100%);
  background-image: linear-gradient(to top, rgba(22, 58, 111, 0.28) 0%, rgba(30, 98, 208, 0.56) 100%);
  background-repeat: repeat;
}
.fangan-box .lan a {
  color: #fff;
}
.fangan-box .sub-fangan {
  margin-top: 40px;
}
.fangan-box .sub-fangan .info {
  margin-top: 20px;
  opacity: .6;
  text-align: justify;
}
.fangan-box .sub-fangan .item:hover {
  margin-top: -15px;
}
.fangan-box .sub-fangan .img {
  margin: 0 10px;
  border: 1px solid rgba(30, 98, 208, 0.56)
}
.fangan-box .yiyi {
  margin:20px 0;
  padding: 40px;
}
.fangan-box .yiyi .img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.fangan-box .yiyi .img .title {
  display: block;
  position: relative;
  z-index: 999999;
  color: #f8f8f8;
  padding-top: 100px;
  text-align: center;
  font-size: 36px;
  letter-spacing: 10px;
}
.fangan-box .yiyi img {
  border-radius: 2px;
  transition: all 0.5s ease; 
}
.fangan-box .yiyi:hover {
  border-radius: 2px;
  background:#fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  transition: all 0.5s ease;  
}
.fangan-box .yiyi:hover img {
  transform:scale(1.1);
}
.fangan-box .fankuai .item{
  float: left;
  width: 100%;
  margin-bottom: 1px;
  padding: 20px 10px;
  font-size: 1.25rem;
  background:#eeefef;
  overflow: hidden;
}
.fangan-box .fankuai .item:nth-child(2n) {
  background:#dcdddd;
}
.fangan-box .fankuai .item .h1 {
  float: left;
  width: 160px;
  font-family: "Century Gothic";;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.fangan-box .fankuai .item .info {
   overflow: hidden;
}
.fangan-box .fankuai2,.fangan-box .fankuai3 {
  float: left;
  width: 100%;
  display: flex;
}
.fangan-box .fankuai2 .item,.fangan-box .fankuai3 .item {
  float: left;
  width: 20%;
  border: 1px solid #fff;
  padding: 25px;
  background:#eeefef;
  text-align: center;
  align-items: stretch;
}
.fangan-box .fankuai2 .item:nth-child(even) {
  background:#dcdddd;
}
.fangan-box .fankuai3 .item:nth-child(odd) {
  background:#dcdddd;
}
.fangan-box .fankuai2 .item .h1,.fangan-box .fankuai3 .item .h1 {
  font-family: "Century Gothic";;
  font-size: 3rem;
  line-height: 1.8;
  margin: 0;
  display: block;
}
.fangan-box .fankuai2 .item .info p,.fangan-box .fankuai3 .item .info p {
  text-align: justify;
}
/* [ 方案详情 ]  开始
--------------------------------------------------------------*/
.fangan-content-describe {
  padding:0px 60px 20px 60px;
  font-size:16px;
  text-align: center;
  overflow: hidden;
}
.fangan-content-qa {
  margin-top: 40px;
  overflow: hidden;
}
.fangan-content-qa li {
  float: left;
  text-align: left;
  margin-bottom: 20px;
  overflow:hidden;
}
.fangan-content-qa li p {
  height: 90px;
}
.fangan-content-qa li i {
  float:left;
  width: 80px;
  font-size:68px;
  font-weight: 100;
  line-height:50px;
  margin-right:10px;
  text-align:center;
  color:#232323;
  margin: 20px;
  border-right: 1px solid #e1e1e1;
}
.fangan-content-qa li span {
  font-size: 15px;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
}
.fangan-content-qa li span:after{
  content:'';
  width:0;
  height:100%;
  display:inline-block;
  vertical-align:middle;
}
.fangan-content-tedian {
  padding:40px;
  overflow:hidden;
}
.fangan-content-tedian li {
  float:left;
  padding:10px;
  margin: 10px 0;
  text-align:center;
  border-right:1px solid #dee3ea;
}
.fangan-content-tedian li h2 {
  line-height:80px;
  color:#232323;
}
.fangan-content-tedian li span {
  display:block;
  font-size:16px;
  font-weight:700;
  line-height:40px;
}
.fangan-content-tedian li .iconfont {
  font-size:40px;
  line-height:60px;
  color:#232323;
  display:block;
}
.fangan-content-youshi {
  background:#fff;
}
.fangan-content-youshi-bg {
  width:100%;
  height:100%;
  background-position:center  center;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}
.fangan-content-youshi h3 {
  margin-bottom:20px;
}
.fangan-content-youshi li {
  line-height:30px;
  list-style:square;
  list-style-position:inside;
}
.fangan-content-youshi-info ul {
  padding:80px;
}
.fangan-content-youshi-info ul li {
  text-align: left !important;
}
.fangan-content-renlian {
  padding:40px;
  color:#222;
  background:#fff;
}
.fangan-content .button {
  display:block;
  width:180px;
  height:40px;
  text-align:center;
  line-height:40px;
  background:#44b745;
  font-size:14px;
  border-radius:27px;
  padding:0;
  margin:0 auto;
}
.fangan-content .button2 {
  display:block;
  width:290px;
  height:40px;
  text-align:center;
  line-height:40px;
  background:#44b745;
  font-size:16px;
  border-radius:27px;
  padding:0 20px;
  margin:20px auto 0 auto;
}
.fangan-content .button:hover,.fangan-content .button:focus,.fangan-content .button:before {
  border-radius:27px;
}
.fangan-content-renlian li {
  text-align:left;
  border-right:1px solid #ddd;
}
.fangan-content-renlian li:nth-child(3) {
  border-right:none;
}
.fangan-content-renlian li h3 {
  text-align:center;
  line-height:45px;
}
.fangan-content-changjing li {
  text-align:center;
  font-weight:700;
}
.fangan-content-changjing li img {
  width:100%;
  height:auto;
  margin-bottom:10px;
}
.fangan-content-changjing li span {
  display:block;
  font-size:18px;
  font-weight:700;
  text-align:center;
  padding:10px;
  margin-bottom:20px;
}
.fangan-content-pro {
  float:left;
  padding:20px;
  background:#fff;
  overflow:hidden;
  margin-bottom:20px;
}
.fangan-content-pro img {
  width:35%;
  height:auto;
  float:left;
  margin-right:20px;
}
.fangan-content-pro span {
  width:65%;
  overflow:hidden;
}
.fangan-content-changjing li {
  text-align:center;
  font-weight:700;
}
.fangan-content-changjing li img {
  width:100%;
  height:auto;
  margin-bottom:10px;
}
.fangan-content-changjing li span {
  display:block;
  font-size:18px;
  font-weight:700;
  text-align:center;
  padding:10px;
  margin-bottom:20px;
}
/* [ 方案详情 ]  结束
--------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------
产品
-------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------- */
/* [ 列表页 ] - 导航
--------------------------------------------------------------*/
.pro-menu {
  float:left;
  width:100%;
  margin:0 auto;
  text-align:center;
  background:#f8f8f8;
  border:1px solid #e4eaec;
  margin-bottom:40px;
}
.pro-menu li {
  float:left;
  width:33.3333333333%;
  border-right:1px solid #e4eaec;
}
.pro-menu li:nth-child(3) {
  border-right:none;
}
.pro-menu li a {
  font-size:16px;
  font-weight:700;
  line-height:32px;
  padding:10px 0;
  display:block;
}
.pro-menu li a:hover,.pro-menu .current-menu-item a,.pro-menu .current-post-ancestor a {
  color:#fff;
  background:#36b13c;
}

/* [ 列表页 ] - 产品
--------------------------------------------------------------*/
.pro-list {
  float: left;
  width: 100%;
}
.product-item {
  transition: all .0.3s ease;
  margin-bottom: 20px;
}
.product-item:hover {
  -webkit-box-shadow: 0 2px 10px #e2dede;
  box-shadow: 0 2px 10px #e2dede;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.product-item .product-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.product-item .product-pic img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  max-width: 370px;
  max-height: 370px;
  object-fit: scale-down;
}
.product-item:hover img {
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.product-item .product-content {
  display: block;
  background: #fff;
  padding: 10px 32px 20px 32px;
}
.product-item .product-content .title {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 18px;
}
.product-item .product-content .sub-title {
  font-size: 16px;
}
.product-item .product-content .post-categories li {
  display: block;
  margin-top: 10px;
}
.product-item .product-content .post-categories li a {
  font-size: 16px;
  font-weight: 700;
}
.product-item .product-content .content {
  height: 72px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.pro-list .item {
  float: left;
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.pro-list .item .txt {
  width: 40%;
  float: right;
  position: absolute;  
  bottom: 2%;
  right: 20px;
  z-index: 9;
  color: #f8f8f8;
}
.pro-list .item .txt a,.pro-list .item .txt .title {
  color: #f8f8f8;
}
.pro-list .item .photo {
  position: relative;
  box-shadow: 0 0 3px rgba(0,0,0,.3); 
}
.pro-list .item .photo img {
  border-radius: 2px;
}
.pro-list .item .btn {
  border: 2px solid #f8f8f8;
}

.pro-article {
  padding: 80px 0;
  clear: both;
}

.pro-article .title span {
  font-size: 24px;
  font-weight: 100;
  padding: 0 10px;

}
.pro-article .pro-box {
  padding: 40px 0;
}
/*.pro-article .pro-box dl {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 40px;
}
.pro-article .pro-box dl:nth-of-type(5) {
  clear: both;
} 
.pro-article .pro-box dl dt {
  display: block;
  margin-bottom: 20px;
}
.pro-article .pro-box dl .iconfont {
    font-size: 50px;
    line-height: 70px;
    padding: 10px;
    color: #3278e6;
    border: 1px solid #3278e6;
    background: #3278e6;
    border-radius: 360px;
}*/
.pro-article .info {
  margin-bottom: 60px;
}
.pro-article .sub-title {
  margin-bottom: 20px;
}
.interactive {
  padding-top: 40px;
}
.pro-article .download {
  display: block;
  margin: 20px 0;
  font-weight:700;
}
.pro-article .download .iconfont {
  margin-right: 10px;
}
.pro-article .btn {
  display: block;
  margin: 20px auto 0 auto;
}

.pro-article .data {
  float: left;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.pro-article .data dl {
  float: left;
  margin:20px 80px 20px 0;
  text-align: center;
}
.pro-article .data dl:nth-of-type(4) {
  border: none;
}
.pro-article .data dt {
  font-size: 30px;
  font-weight: 700;
  font-family: "Rubik",sans-serif;
  color: #232323;
}
.pro-article .data dd {
  padding: 10px 0;
}
.pro-article .data-info {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.pro-article .interactive {
  float: right;
  text-align: center;
}
.pro-article-title {
  clear: both;  
}
.pro-article-title .title {
  font-size: 16px;
  font-weight: 100;
  color: #232323;
  position: relative;
}
.pro-article-title .title:after {
  position:absolute;
  content:'';
  top:44px;
  left:0%;
  background-color:#36b13c;
  width:30px;
  height:5px;
}
.pro-article-title .title span {
  display: block;
  font-size: 24px;
  font-weight: 100;
  color: #232323;
  line-height: 1;
  padding-bottom: 20px;
}
.pro-kuozhan-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px;
  margin-bottom: 10px;
  background:#fff;
}
.pro-kuozhan-item .pro-table {
  margin-top: 20px;
}
.pro-kuozhan-item td,.pro-kuozhan-item th {
  padding: 10px !important;
}
/*.i-product .photo {
  padding: 20px;
  background: #fff;
}*/
.products-article-content {
  padding: 0px !important;
}
.pro-table {
  border-top: 2px solid #383838;
  border-bottom: 2px solid #383838;
  margin-top: 50px;
}
.table {
  width: 100%;
}
.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
  font-size:.9em;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
}
.pro-table > tbody > tr >td:nth-of-type(even),.table > thead > tr > th:nth-of-type(even) {
  border-right:none;
}
.table > thead > tr > th {
  vertical-align:bottom;
  border-bottom:2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
  border-top:0;
}
.table > tbody + tbody {
  border-top:2px solid #ddd;
}
.table .table {
  background-color:#fff;
}
.table tr:last-child td {

}
.table tr {
  line-height: 1;
}
.table td,.table th {
  vertical-align:middle !important;
  text-align:left;
}
.table tr td:nth-child(1),.table tr td:nth-child(3),.table tr th:nth-child(1),.table tr th:nth-child(3) {
  /*font-size: 1.05em;*/
  font-weight:700;
}

.i-product {
  background: #fff;
  padding-top: 20px;
  margin-bottom: 20px;
}
.owl-dots {
  width: 100%;
  text-align: center;
}
.owl-dot span {
  width: 10px;
  height: 5px;
  margin: 2px;
  display: block;
  background: #ccc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.active span {
  width: 20px;
  height: 5px;
  display: block;
  background: #3278e6;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}
/*.owl-nav {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
}*/
.i-product .owl-nav .owl-prev,.i-product .owl-nav .owl-next {
  position: absolute;
  top: 42%;
}
.i-product.owl-nav .owl-prev {
  left: 20%;
}
.i-product.owl-nav .owl-next {
  left: none;
  right: 20%;
}
.i-product.owl-nav button {
  width: 60px;
  height: 60px;
  border-radius: 360px;
  background-color: rgba(0,0,0,0.7) !important;
  /*border: 2px solid #f8f8f8 !important;
  border-radius: 360px;*/
}
.i-product.owl-nav button span {
  font-size: 40px;
  line-height: 60px; 
  color: #f8f8f8; 
}

/* ----------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------
新闻
-------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------- */
.news-list {
  float: left;
  width: 100%;
  padding: 60px ;
  background: #fff;
}
.news-list .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.news-list .item .title {
  width: 100%;
  margin-bottom: 20px;
}
.news-list .item .photo {
  float: left;
  width: 250px;
  height: 150px;
  margin-right:50px;
}
.news-list .item .photo img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.news-list .item .txt  p {
  overflow: hidden;
}
.news-list .item .view-article:hover {
  color: #37b43c;;
  border: 2px solid #37b43c;
}
.i-news-item .txt {
  overflow: hidden;
  color: #bbbbbe;
  line-height: 20px;
}


.article {
  padding: 60px;
  overflow: hidden;
  background: #fff;
}
.article-top {
  text-align: center;
  border-bottom: 5px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.article-top h1 {
  margin-bottom: 20px;
}
.post-meta {
  text-align: center;
  display: inline-block;
}
.post-meta li {
  float: left;
  display: block;
  margin: 0 10px;
}
.post-meta li ul {
  float: left;
  display: block;
}
.article-nav {
  float: left;
  width: 100%;
  background: #f0f0f0;
  border-radius: 2px;
  padding:20px;
  margin-top: 40px;
}
.article-nav li {
  float: left;
  width: 50%;
}
.article-content img {
  width: auto;
  height: auto;
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.tags {
  margin: 40px 0 20px 0;
  background: #f2f2f2;
  padding: 10px;
}
.tags a {
  margin: 0 5px;
}

.post-next {
  float: left;
  width: 100%;
  padding: 12px;
  border: 5px solid #f8f8f8;
  border-radius: 50px;
  margin-top: 20px
}
.post-next li {
  float: left;
  width: 45%;
  display: inline-block;
}
.post-next .next {
  float: right;
}
.post-next li a {
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 20px;
    color: #76838f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 360px;
}
.pager li>a:focus, .pager li>a:hover {
    color: #36b13c;
    border: 1px solid #36b13c;
}
.article-relation {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  padding: 60px;
  background: #fff;
}
.article-relation ul {
  margin-top: 50px;
}
.article-relation li {
  float: left;
  width: 50%;
  padding: 0 20px; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-relation li i {
  color: #36b13c;
  margin-right: 5px;
}
.article-relation li span {
  float: right;
  margin-left: 10px;
  width: 90px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------
案例
-------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------- */
/* [ 详情页 ] - 成功案例
--------------------------------------------------------------*/
.case-article {
  padding: 50px 30px;
  background: #fff;
}
.case-article  .caption {
  float: left;
  width: 100%;
  display: block;
  font-size:18px;
  border-left:5px solid #36b13c;
  line-height: 1;
  padding-left:10px;
  margin-bottom:10px;
}
.case-article  .widget-title {
  font-size:18px;
  margin-bottom: 20px;
}
.case-content img {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
}
.case-article .case-pro {
  float: left;
  width: 100%;
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
}
.case-article .case-pro li {
  color: #36b13c;
  padding-top: 10px;
}

/* [ 列表页页 ] - 成功案例
--------------------------------------------------------------*/

.list-case {
  float: left;
  background: #fff;
  padding: 50px;
}
.screen {
  margin-bottom: 50px;
  padding-bottom: 50px;
  background: #fff;
  border-bottom: 1px rgba(109,109,109,.1) solid;
}
.screen dl {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 20px;
}
.screen dl:nth-child(2) {
  margin-bottom: 0px;
}
.screen dl dt {
  float: left;
  width: 100px;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 5px 0px;
}
.screen dl dd {
  overflow: hidden;
}
.screen dl dd a {
  font-size:.8em;
  float: left;
  display: block;
  width: 90px;
  padding: 5px 0px;
  margin: 5px 10px;
  text-align: center;
}
.screen .selected {
  color: #f8f8f8;
  background: #36b13c;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius:2px;
}
.list-case-content {
  margin-bottom:40px;
}
.list-case-content dl {
  padding:5px;
  background:#e1e1e1;
  border-radius: 2px;
}
.list-case-content dt {
  max-width:100%;
  max-height:100%;
  padding:15px;
  border:0;
  font-size:0;
  background:#f6f6f6 !important;
  box-sizing:content-box;
}
.list-case-content dt a {
  display:block;
  overflow:hidden;
}
.list-case-content dt img {
  border:0;
  font-size:0;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.list-case-content:hover dl {
  color:#f8f8f8;
  background:#36b13c;
}
.list-case-content:hover a {
  color:#f8f8f8;
}
.list-case-content:hover img {
  transform:scale(1.1);
}
.list-case-content dd {
  text-align:center;
  line-height:45px;
}


/* ----------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------
单页面
-------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------- */
/* [ 单页面 ] - 关于我们
---------------------------------------------------------------*/
.s-title {
  font-size:18px;
  position:relative;
  display:block;
}
.s-title i {
  margin: 10px 0;
  display: block;
  color: #232323;
  font-weight: 700;
  padding-left: 20px;
  border-left: 5px solid #36b13c;
}


.page-about-team {
  background:#fff;
  padding:40px;
}
.page-about-zhanhui li span {
  padding:10px;
  background:#fff;
  margin-bottom:20px;
  display:block;
  text-align:center;
  line-height:30px;
}
.page-about-zhanhui li img {
  border:0;
  font-size:0;
  background:#f8f8f8;
}
.page-data {
  padding:50px 0 80px 0;
}
.page-data .item b {
  font-size:52px;
  line-height:52px;
  font-weight:700;
  text-align:center;
  margin-bottom:20px;
  display:block;
  font-family:"Rubik",sans-serif;
}
.page-data .item:nth-child(odd) {
  background:#fff;
}
.page-data .item:nth-child(even) {
  color:#fff;
  background:#36b13c;
}
.page-data .item .page-data-content {
  padding:70px;
  text-align:center;
}
.flat-about-slogan {
  font-size:28px;
  font-weight:700;
  text-align:center;
  color:#36b13c;
  position:relative;
  margin-bottom:40px;
}
.flat-about-title {
  font-family:"Rubik",sans-serif;
  font-size:42px;
  line-height:45px;
  font-weight:700;
  color:#232323;
  width:70px;
  margin:0 auto;
  padding-bottom:18px;
  border-bottom:2px solid #000;
}
.flat-about-subtitle {
  font-size:20px;
  color:#232323;
  font-weight:700;
  padding:15px 0;
  text-align:center;
}
.flat-about-subtitle em {
  font-size:13px;
  font-weight:100;
  font-style:italic;
  padding:0 !important;
  margin:0 !important;
}
/*.flat-about-title:after {
  position:absolute;
  content:'';
  top:35px;
  left:50%;
  margin-left:-15px;
  background-color:#232323;
  width:30px;
  height:5px;
}
*/
.flat-about-box {
  margin-top: 40px;
  background:#fff;
  text-align:center;
  /*box-shadow:0 0 10px 5px #efefef;
  */
  padding:55px 38px 46px;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.flat-about-center {
  padding:10px 0;
  border-right:1px solid #e4eaec;
}
.flat-about-center:nth-child(3) {
  border-right:none;
}
.flat-about-center .rencai {
  display:block;
  padding:20px 40px;
}
.flat-about-center1 {
  padding:20px 60px 60px 60px;
  margin-bottom:40px;
}

/* [ 单页面 ] - 真地文化
---------------------------------------------------------------*/
.culture-box {
  clear: both;
  margin-top: 20px;
  background:#fff;
  min-height: 400px;
}
.culture-box .txt {
  padding: 40px;
}
.culture-box .bg1,.culture-box .bg2,.culture-box .bg3,.culture-box .bg4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.culture-box .bg1 {
  background-image: url(../images/culture-yj.jpg);
}
.culture-box .bg2 {
  background-image: url(../images/culture-sm.jpg);
}
.culture-box .bg3 {
  background-image: url(../images/culture-ln.jpg);
}
.culture-box .bg4 {
  background-image: url(../images/culture-jzg.jpg);
}
/* [ 单页面 ] - 荣誉资质
---------------------------------------------------------------*/
.page-honor,.page-honor .honor-con dl:nth-of-type(6n+1) {
  clear: both;
}
.page-honor .honor-con dl {
  padding: 15px;
}
.page-honor .honor-con dt {
  float:left;
  padding: 5px;
  margin-bottom: 20px;
  background: #e1e1e1;
  border-radius: 2px;
  text-align:center;
}
/*.page-honor ul li a:nth-of-type(1),.page-honor ul li a:nth-of-type(2),.page-honor ul li a:nth-of-type(3),.page-honor ul li a:nth-of-type(4) {
  border-top:none;
}*/
.page-honor .honor-con dt a {
  display: block;
  overflow: hidden;
  padding:15px;
  background: #f0f0f0 !important;
}
.page-honor .honor-con dt img {
  border:0;
  font-size:0;  
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;  
}
.page-honor .honor-con dl:hover dt {
  background: #36b13c;
}
.honor-con {
  margin-bottom: 60px;
}



/* [ 单页面 ] - 404页面
--------------------------------------------------------------*/
.flat-error {
  padding:80px 0;
}
.heading-error {
  padding-left:12px;
  font-size:80px;
  font-weight:500;
  line-height:30px;
  letter-spacing:0.1em;
}
.heading-error:before {
  content:'\f119';
  font-family:'FontAwesome';
  padding-right:25px;
}
.title-error {
  font-family:'Montserrat';
  font-weight:500;
  font-size:30px;
  line-height:48px;
  margin-top:56px;
  color:#111111;
  margin-bottom:15px;
}
.wrap-error p {
  font-size:24px;
  line-height:48px;
  font-family:"Montserrat";
  font-weight:400;
  letter-spacing:-0.01em;
}
.wrap-button {
  margin-top:46px;
}
.btn-prev {
  padding:12px 28px;
  font-size:14px;
  color:#fff;
  font-weight:500;
  margin-right:30px;
}
.btn-home {
  padding:13px 45px;
  font-size:14px;
  color:#36b13c !important;
  font-weight:500;
}
.flat-error .bttn {
  display:inline-block;
  padding:8px 35px;
}

/* [ 单页面 ] - 服务优势
--------------------------------------------------------------*/
.page-service .iconfont {
  width: 100%;
  display: block !important;
  font-size: 42px !important;
  line-height: 60px !important;
  padding: 10px !important;
  margin-right: 10px;
  color: #232323 !important;
  text-align: center !important;
  display: -webkit-inline-box;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-service ul li {
  text-align: center;
  margin-bottom: 10px;
}
.page-service .page-box {
  float: left;
  width: 100%;
  display: block;
  margin-top: 80px;
  margin-bottom: 20px;
}
.page-service .page-box .title {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px; 
}
.page-service .page-box .sub-title {
  width: 80%;
  font-size: 16px;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
}
.page-service .page-box dl {
  margin-bottom: 20px;
}
.page-service .page-box dl dd {
  height: 260px;
  padding: 10px 20px;
  background: #fff;
}
.page-service .page-box dl dd b {
  font-size: 15px;
  display: block;
  text-align: center;
}
/* [ 单页面 ] - 联系我们
--------------------------------------------------------------*/
.qualifications img {
  padding:20px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  box-shadow:0 0 5px 3px #efefef;
}
.page-contact li i {
  font-size:45px;
  color:#555;
}
.page-contact li .button {
  display:inline-block;
  line-height:34px;
  font-size:14px;
  font-weight:700;
  border:1px solid #505050;
  border-radius:20px;
  color:#232323;
  padding:0px 30px;
}
.page-contact li .button:focus,.page-contact li .button:before,.page-contact li .button:hover {
  color:#fff;
  border:1px solid #32a832;
  border-radius:20px;
}
.page-contact h4 {
  color:#232323 !important
}
.page-contact h4,.page-contact h5,.page-contact p {
  line-height:32px;
}

/* [ 单页面 ] - 招商加盟
--------------------------------------------------------------*/
.zs-main-title {
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
  display: block;
}
.page-zhichi .item {
  overflow: hidden;
  padding: 0 25px;
  margin-bottom: 40px;
  border-right: 1px solid #ddd;
}
.page-zhichi .item:nth-child(4n) {
  border: none;
}
.zc-data {
  width: 60px;
  float: left;
  font-family: "Century Gothic";
  font-size: 64px;
  font-weight: 700;
  color: #36b13c;
  line-height: 64px;
}
.zc-txt {
  overflow: hidden;
  text-align: justify;
}
.page-tiaojian {
  float: left;
  width: 100%;
  padding:40px 0;
  margin-bottom: 40px;
  display: block;
  color: #fff;
  background: url(../images/tj-bg.png) #289673 top center;
}
.page-tiaojian .item {
  display: block;
  text-align: center;
}
.tj-data {
  font-family: "Century Gothic";
  font-size: 52px;
  font-weight: 700;
}
.tj-data i {
  font-size: 18px;
}
/* 留言 开始
-------------------------------------------------------------- */
.contact-form {
  overflow:hidden;
  padding:55px 95px;
  background:#fff;
  margin-top:20px;
}
.contact-form  h4 {
  color:#232323 !important;
  margin-bottom:40px;
}
.contact-form li {
  float:left;
  width:100%;
  display:block;
}
.contact-form li b {
  float:left;
  width:60px;
}
.contact-form li span {
  float:left;
  display:block;
  overflow:hidden;
}
.contact-form .your-message {
  width:100%;
}
.contact-form input[type="submit"] {
  padding:0 40px;
}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],input[type="email"] {
  position:relative;
  display:block;
  width:100%;
  line-height:40px;
  padding:0px 20px;
  color:#c2c2c2;
  border-bottom:1px solid #d0d0d0;
  border-radius:3px;
  margin-bottom:20px;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
input[type="text"],input[type="tel"],input[type="email"] {
  height:40px;
  background:none;
  border-top:none;
  border-right:none;
  border-left:none;
}
textarea {
  margin-bottom:40px;
}
/* 留言 结束
-------------------------------------------------------------- */



.about-icon-box .item {
  padding: 10px 20px;
  text-align: center;
} 
.about-icon-box .item .sub-heading {
  text-align: left;
}
.about-icon-box .item .btn {
  margin-top: 20px;
}