/* ------------------------------------------
  DEMO PAGE'S STYLES
--------------------------------------------- */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}
a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
  font-size: 14px;
  font-family: '微软雅黑', 'PingHei', 'PingFang SC', 'Helvetica Neue', Helvetica, 'STHeitiSC-Light', Arial, sans-serif !important;
  color: #333239;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/font_1466076811_2254846.eot'); /* IE9*/
  src: url('../font/font_1466076811_2254846.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/font_1466076811_2254846.woff') format('woff'), /* chrome、firefox */
  url('../font/font_1466076811_2254846.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../font/font_1466076811_2254846.svg') format('svg'); /* iOS 4.1- */
}
@media (min-width:1215px){
  .container {
    width: 1215px;
  }
}
.anchor{
  display: block;
  position: relative;
  bottom: 90px;
}
.body-bg{
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.icon {
  font-family: 'iconfont';
} 
.css3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;  /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
header {
  background-color: #252A2C;
  color: #D3D3D3;
  padding-bottom: 35px;
}
header .logo {
  margin-top: 45px;
  width: 224px;
}
header nav {
  padding-top: 55px;
  font-size: 12px;
}
header nav > a {
  color: inherit;
  margin: 0 5px;
}
header nav a:hover {
  color: #FAEE2A;
}
header nav .language {
  display: inline-block;
  margin-left: 65px;
  color: #fff;
}
header nav .language a{
  color: #fff;
}
header nav .language a:hover{
  color: #FAEE2A;
}
header nav .language .active {
  font-weight: bold;
  color: #FAEE2A;
}
.max-background{
  width: 100%;
  overflow: hidden;
}
.page-header{
  border: 0;
}
.bg-color1{
  background: #252A2C;
}
.bg-color2{
  background: #f9ed2a;
}
.bg-color3{
  background: #EFF0F6;
}
.navbar-inverse{
  background: #f9ed2a;
  border: 0;
}
.mgtop100{
  margin-top: 100px;
  margin-bottom: 100px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #252A2C;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}
.navbar-inverse .navbar-brand{
  color: #252A2C;
  font-weight: normal;
}
.index-header{
  padding-top: 40px;
  padding-bottom: 40px;
}
.index-header-right{
  padding-top: 10px;
  color: #D2D2D2;
}
.index-header-right a {
  color: #D2D2D2;
  text-decoration: none;
}
.index-header-right a:hover,
.index-header-right a:focus {
  color: #f9ed2a;
  text-decoration: underline;
}
.index-header-right a.nota:hover,
.index-header-right a.nota:focus {
  color: #D2D2D2;
  text-decoration: none;
}
.index-carousel{
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0px 8px;
  border: 1px solid #f9ed2a;
  text-align: center;
  font-size: 18px;
  display: block;
  color: #f9ed2a;
}
.index-carousel.left{
  right: 56px;
}
.index-carousel.right{
  right: 25px;
}
.index-carousel:hover,.index-carousel:focus{
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #fff;
}
.item:hover{
  cursor: pointer;
}
.index-carousel-caption{
  left: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  width: 45%;
  text-align: left;
  /*display: none;*/
}
.index-carousel-media{
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -93px;
}
.index-carousel-media h4{
  color: #f9ed2a;
  font-size: 26px;
}
.index-carousel-media p{
  padding-top: 20px;
  line-height: 200%;
  font-size: 14px;
}
.index-carousel-media a{
  border: 2px solid #f9ed2a;
  padding: 10px 30px;
  color: #f9ed2a;
  font-weight: bold;
  margin-top: 50px;
  display: block;
  width: 120px;
}
.index-carousel-media a:hover{
  background: #fff;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .index-carousel-media{
    position: absolute;
    left: 5%;
    top: 5%;
    margin-top: 0;
  }
  .index-carousel-media h4{
    color: #f9ed2a;
    font-size: 14px;
  }
  .index-carousel-media p{
    padding-top: 10px;
    line-height: 150%;
    font-size: 12px;
  }
  .index-carousel-media a{
    border: 2px solid #f9ed2a;
    padding: 5px 15px;
    color: #f9ed2a;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    width: 90px;
  }
}

/*@media screen and (min-width: 768px){
  .index-home .index-home-thumb1{
    margin-left: -15px;
  }
  .index-home .index-home-thumb2{
    margin-left: 15px;
    margin-right: 15px;
  }.index-home .index-home-thumb3{
    margin-right: -15px;
  }
}*/
.index-home .thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0;
  /*border-bottom: 2px solid #999;*/
  border-radius: 0;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.index-home .thumbnail > img,
.index-home .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.index-home a{
  color: #000;
}
.index-home a.thumbnail:hover,
.index-home a.thumbnail:focus,
.index-home a.thumbnail.active {
  border-color: #000;
}
.index-home .thumbnail .caption {
  padding: 9px;
  padding: 0;
  color: #333;
}
.index-home-thumb .caption{
  margin-top: 60px;
}
.index-home-thumb .caption h3{
  font-size: 14px;
  font-weight: bold;
}
.index-home-thumb .caption p.index-home-p1{
  margin-top: 30px;
  line-height: 200%;
  font-size: 14px;
  height: 90px;
}
.index-home-thumb .caption p.index-home-p2{
  margin-top: 40px;
}
.index-home-thumb .caption p.index-home-p2 a{
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 12px;
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  transition: all .5s;
}
.index-home-thumb2 .caption p.index-home-p2 a{
  height: 13px;
}
.index-home-thumb .caption p.index-home-p2 a:hover{
  color: #FAEE2A;
  border-bottom: 1px solid #FAEE2A;
  text-decoration: none;
}
/*swiper轮播图*/
.carousel1{
  background: #000;
}
.carousel1 .swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
}
.carousel1 .swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}
.carousel1 .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background: #000;
}
.index-carousel-caption{
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
  width: 42%;
  text-align: left;
}
.carousel1 .swiper-slide .title {
    font-size: 26px;
    font-weight: bold;
    color: #f9ed2a;
    padding-top: 90px;
}
.carousel1 .swiper-slide .subtitle {
    font-size: 12px;
    padding-top: 20px;
    height: 80px;
}
.carousel1 .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
    padding-bottom: 100px;
}
@media screen and (max-width: 1200px){
  .index-carousel-caption{
      width: 100%;
      opacity: 0.5;
  }
  .carousel1 .swiper-slide .title {
      padding-top: 70px;
  }
  .carousel1 .swiper-slide .text {
    padding-bottom: 80px;
  }
}
.carousel1 .swiper-slide .text a{
  border: 2px solid #f9ed2a;
  padding: 10px 30px;
  color: #f9ed2a;
  font-weight: bold;
  margin-top: 50px;
  display: block;
  width: 130px;
}
.carousel1 .swiper-slide .text a:hover{
  background: #fff;
  color: #000;
  text-decoration: none;
}
.carousel1 .swiper-button-prev,
.carousel1 .swiper-button-next {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 20px;
  padding: 0px 8px;
  border: 1px solid #f9ed2a;
  display: block;
  color: #f9ed2a;
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 0;
  background: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.carousel1 .swiper-button-prev{  
  right: 56px;
}
.carousel1 .swiper-button-next{
  right: 25px;
}
.carousel1 .swiper-button-prev:hover,
.carousel1 .swiper-button-prev:focus,
.carousel1 .swiper-button-next:hover,
.carousel1 .swiper-button-next:focus{
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #fff;
}
/* 经典案例 */
.carousel2 .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.carousel2 .swiper-wrapper{
    width: 274px;
    height: 154px;
}
.carousel2 .swiper-slide {
    text-align: left;
    font-size: 14px;
    background: #EFF0F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.carousel2 .swiper-wrapper.carouse2-text{
    height: 80px;
}
.carousel2 .append-buttons {
    text-align: left;
    margin-top: 20px;
}
.carousel2 .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    /*padding: 4px 10px;*/
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}
.carouse2-text .text,.more{
  color: #000;
}
.more{
  transition: all 0.5s;
  border-bottom: 1px solid #000;
}
.more:hover{
  color: #FAEE2A;
  border-color: #FAEE2A;
  text-decoration: none;
}
.carouse2-text img{
  width: 200%;
}
.container2-arrows .swiper-button-prev,
.container2-arrows .swiper-button-next {
  position: static;
  width: 27px;
  height: 27px;
  margin-top: 0;
  cursor: pointer;
  float: right;
  background: none;
  border: 1px solid #333239;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  display: block;
  color: #333239;
}
.container2-arrows .swiper-button-prev{
  margin-right: 8px;
}
.container2-arrows .swiper-button-next{
  
}
.container2-arrows .swiper-button-prev:hover,
.container2-arrows .swiper-button-prev:focus,
.container2-arrows .swiper-button-next:hover,
.container2-arrows .swiper-button-next:focus{
  background: #333239;
  color: #f9ed2a;
  text-decoration: none;
  border: 1px solid #fff;
}
.works{
    padding-top: 60px;
    padding-bottom: 60px;
}
.works h5{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EFF0F6;
}
.works h5 a{
    color: #000;
}
.container2-title{
    /*padding-bottom: 10px;*/
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    /*padding-bottom: 45px;*/
    line-height: 27px;
}
.container2-arrows{
    /*padding-bottom: 45px;*/
    overflow: hidden;
}
/*尾部*/
/*.footer-text{
    padding-bottom: 7px;
}
.footer-text p{
    color: #999D9E;
}
.footer-top{
    padding-bottom: 100px;
    padding-top: 100px;
}
.footer-img{
    padding-top: 14px;
    padding-bottom: 14px;
}
.footer-icon{
    padding-top: 16px;
}
.footer-line{
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.footer-copyright{
     padding-bottom: 30px;
    font-size: 12px;
    color: #fff;
}*/
.footer-topimg{
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 1200px){
    .footer-topimg{
        width: 40px;
        height: 40px;
        bottom: 30px;
        right: 30px;
    }
}


/*ZM首页经典案例*/
.bg-gray {
    background-color: #EFF0F6;
}
.my-navbar {
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    min-height: 0;
}
.my-navbar .navbar-collapse {
    padding: 0;
    background-color: #FAEE2A;
}
.my-navbar .navbar-nav>li>a {
    padding: 0 40px;
    line-height: 45px;
    color: inherit;
    width: 100%;
}
.my-navbar .navbar-nav>.active>a {
    background-color: transparent;
}
.my-navbar .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.home-swiper .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    max-width: 60%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}
.home-swiper .box .main {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}
.home-swiper .box .main .title {
    color: #FAEE2A;
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 20px;
}
.home-swiper .box .main .text {
    width: 300px;
    max-width: 100%;
    line-height: 1.8;
}
.home-swiper .swiper-button-next,.home-swiper .swiper-button-prev {
    background-image: none;
    top: auto;
    bottom: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.home-swiper .swiper-button-next:hover,.home-swiper .swiper-button-prev:hover {
    background-color: #fff;
    color: inherit;
}
.home-swiper .swiper-button-prev {
    right: 50px;
    left: auto;
}
.home-1 {
    padding-top: 105px;
    padding-bottom: 85px;
}
.home-1 img {
    width: 100%;
}
.home-1 .title {
    padding-top: 60px;
    font-weight: bold;
    padding-bottom: 10px;
}
.home-1 .text {
    line-height: 24px;
    min-height: 100px;
}
.home-1 a {
    color: #F4E41E;
    text-decoration: underline;
    display: inline-block;
}
.home-1 .content {
    padding-bottom: 35px;
    border-bottom: 1px solid #252A2C;
}

.home-2 {
    padding: 60px 15px;
}
.home-2 .top {
    padding-bottom: 40px;
}
.home-2 .top .pull-left {
    font-weight: bold;
}
.home-2 .top .next,.home-2 .top .prev {
    border:1px solid #333239;
    display: inline-block;
    color: #333239;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    cursor: pointer;
}
.home-2 .top .next:hover,.home-2 .top .prev:hover {
    background-color: #333239;
    color: #FAEE2A;
}
.home-2 .swiper-container img {
    width: 100%;
}
.home-2 .swiper-container .text {
    display: inline-block;
    margin-top: 22px;
}
.home-2  a.more {
    display: inline-block;
    margin-top: 60px;
    font-size: 12px;
}
.footer-height{
  width: 100%;
  height: 420px;
  position: absolute;
  z-index: -55;
  background: #000;

}
.bg-black {
  background-color: #252A2C;
  position: fixed;
  z-index: -44;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

footer .index-wrap {
  position: relative;
  z-index: 111111;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
@media (max-width: 1200px){
  footer .index-wrap {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
footer .index-wrap .content .bdsharebuttonbox a {
  background: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  padding: 0;
  margin: 0 5px 0 0;
  color: #fff;
}
footer .index-wrap .content .bdsharebuttonbox a:hover {
  color: inherit;
}
footer .index-wrap .content .bdsharebuttonbox a.bds_tsina {
  background-color: #E11F23;
}
footer .index-wrap .content .bdsharebuttonbox a.bds_weixin {
  background-color: #0ED01A;
}
footer .index-wrap .content .bdsharebuttonbox a.bds_linkedin {
  background-color: #0077B5;
}
footer .index-wrap .content .bdsharebuttonbox a.bds_fbook {
  background-color: #3A5898;
}
footer .index-wrap .content .bdsharebuttonbox a.bds_twi {
  background-color: #00ACEE;
}
footer .index-wrap .content .bdsharebuttonbox a.bds_more {
  background-color: #F4E41E;
}
footer .index-wrap .content .text {
  line-height: 1.8;
}
footer .index-wrap .content .logo{
  width: 224px;
}
footer .copyright {
  color: #999D9E;
  border-top: 1px solid #999D9E;
  font-size: 12px;
  padding-bottom: 21px;
  padding-top: 10px;
  line-height: 100%;
}
.orcode{
  position: fixed;
  width: 150px;
  right: 30%;
  bottom: 50px;
  z-index: 55;
  display: none;
}

.wd1{
  color: #AFAFAF;
  padding-top: 30px;
  padding-bottom: 20px;
}
.title-line{
  border-bottom: 1px solid #ccc;
  margin-bottom: 33px;
  
}
.wd1 a{
  font-size: 14px;
  line-height: 14px;
  color: #AFAFAF;
  display: inline-block;
}
.wd1 a:last-of-type{
  color: #333239;
}


/* header */
.navbar-inverse.hnav{
  position: relative;
  z-index: 15;
  width: 100%;
}
.navbar-inverse.hnav .navbar-nav>.open>a,
.navbar-inverse.hnav .navbar-nav>.open>a:focus,
.navbar-inverse.hnav .navbar-nav>.open>a:hover{
  background: #f9ed2a;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu.hmenu > li > a:hover,
.dropdown-menu.hmenu > li > a:focus,
.dropdown-menu.hmenu2 > li > a:hover,
.dropdown-menu.hmenu2 > li > a:focus,
.dropdown-menu.hmenu3 > li > a:hover,
.dropdown-menu.hmenu3 > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-menu{
  transform: scale(1,0);
  border: 0;
}
.dropdown-menu .header-child2{
  list-style: none;
}
.dropdown-menu .header-child2 a{
  color: #262626;
  padding: 3px 0 3px 20px;
  text-decoration: none;
  line-height: 1.42857143;
  width: 230px;
  height: 26px;
  display: block;
  overflow: hidden;
}
.dropdown-menu .header-child a.weight{
  font-weight: bold!important;
}
@media screen and (min-width: 1200px){
  .dropdown-menu{
    width: 940px;
    padding: 20px 0;
  }
  .dropdown-menu li.header-child{
    float: left;
    width: 230px;
    min-height: 180px;
    overflow: hidden;
  }
  .dropdown-menu li.header-child .header-child2{
    
  }
  .dropdown:hover .dropdown-menu{
    transform: scale(1,1);
  }
  .hmenu,.hmenu2,.hmenu3{
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    padding: 20px 0;
    margin: 2px 0 0;
    width: auto;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hmenu li{
    width: 212.6px;
  }
  .hmenu2 li{
    width: 140px;
  }
  .hmenu3 li{
    width: 124px;
  }
  .hleft1{
    left: 212.6px;
  }
  .hleft2{
    left: 425.2px;
  }
  .hleft3{
    left: 637.8px;
  }
  .hleft4{
    left: 850.4px;
  }
  .hleft5{
    left: 1063px;
  }
  .hleft01{
    left: 306px;
  }
  .hleft02{
    left: 146px;
  }
  .hleft03{
    left: -13px;
  }
  .hleft04{
    left: -173px;
  }
  .hleft05{
    left: -333px;
  }
  .hleft06{
    left: -493px;
  }
  
}
  

.navbar-toggle{
  background-color: #f9ed2a;
  border-radius: 0;
  border: 0;
}
.navbar-toggle:hover{
  background-color: #f9ed2a !important;
  
}
.navbar-toggle .icon-bar{
  
  background-color: #000 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border: 0;
}
.xuan > a{
  background: #252A2C !important;
  color: #fff !important;
}
.open2 > .dropdown-menu{
  display: block;
}
.dropdown>a:hover{
  background: #fff !important;
  color: #000 !important;
}


.background-image{
  width: 100%;
  height: 417px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 583px;
  background-position: center top;
}
.background-image2{
  width: 100%;
  height: 313px;
  background-color: #fff;
  background-repeat: no-repeat;
  /*background-position: center;*/
  background-attachment: fixed;
  background-size: cover;
}