html, body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: 'Arial',"Microsoft Yahei";
  position: relative;
  font-weight:400;
  background: #fff;
  padding-top: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Arial',"Microsoft Yahei";}
a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;color: #222;
}

h1, h2, h3, h4, h5, h6 {

}
#page_index{background: #333;}
h2.title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 0 auto 0px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
    letter-spacing: 5px;display:block;padding: 50px 0 0;
}
.more{padding: 0px 30px; border: 1px solid #fff;display: block; text-align: center;font-size: 12px;line-height: 30px;}

.subtitle{
  color: #fff;
  border-color: #fff;
  width: 240px;
  border-bottom: 1px solid #4fc7a4;
  margin: 0 auto 80px;
  text-align: center;
}
.subtitle-fw, .subtitle-zx{border-bottom: 1px solid #ccc;}
.subtitle:after{
    background: #4fc7a4;
    font-size: 14px;
    padding: 4px 20px;
    position: relative;
    top: 10px;
}
.subtitle-fw:after{
    content:"服务";
}
.subtitle-al:after{
    content:"案例";
}
.subtitle-kh:after{
    content:"客户";
}
.subtitle-dj:after{
    content:"定价";
}
.subtitle-zx:after{
    content:"资讯";
}
.subtitle-cu:after{
    content:"联系";
}

.btn-transparent:after{
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.btn-transparent{
  position:relative;
  z-index:0;
  background: rgba(0, 0, 0, 0);
  color: #FFF;
  text-transform: uppercase;
  width: 190px;
  text-align: center;
  height: 55px;
  line-height:55px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
}

.btn-transparent:hover{
  color: #fff;
  background: rgba(0, 0, 0, 0);
}

.btn-transparent:hover:after{
  height:100%;
}

.parallax-section{
  min-height: 350px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

.loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.square-spin > img{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 134px;
    height: 80px;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); }
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}
@-moz-keyframes expand {
  0% {
    -moz-transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}
@-o-keyframes expand {
  0% {
    -o-transform: scale(0);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}
@keyframes expand {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    z-index: 1;
  }
}

.preloder-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 6.66667px #141414;
  width: 40px;
  height: 40px;
}
.preloder-inner:before, .preloder-inner:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -21px 0 0 -21px;
  border-radius: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
}
.preloder-inner:before {
  background-color: #141414;
  -webkit-animation: expand 1.6s linear infinite both;
  -moz-animation: expand 1.6s linear infinite both;
  animation: expand 1.6s linear infinite both;
}
.preloder-inner:after {
  background-color: white;
  -webkit-animation: expand 1.6s linear 0.8s infinite both;
  -moz-animation: expand 1.6s linear 0.8s infinite both;
  animation: expand 1.6s linear 0.8s infinite both;
}

.vertical-middle{
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-middle > div{
  display: table-cell;
  vertical-align: middle;
}


/*************************
*******Header******
**************************/

#header .navbar {
  background: rgba(72,78,159,.2);
  border-radius: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right >li {
  padding: 0 35px;
}

#header .navbar-nav.navbar-right >li:first-child{
  padding-left: 0;
}

#header .navbar-nav.navbar-right >li:last-child{
  padding-right: 0;
}

#header .navbar-nav.navbar-right >li a {
color: #fff;
font-size: 16px;
line-height: 46px;
padding: 50px 0 0;
text-transform: capitalize;
font-weight: 400
}
#header .navbar-nav.navbar-right >li:last-child a{padding: 70px 0 0;}
#header .navbar-nav.navbar-right >li a i{display: block;text-align: center;font-size: 20px;}
#header .navbar-inverse .navbar-nav  li.active > a,
#header .navbar-inverse .navbar-nav  li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
}
.fa-service:before{content:"\f108"}
.fa-case:before{content:"\f012"}
.fa-about:before{content:"\f0c0"}
.fa-contact:before{content:"\f041"}
.fa-news:before{content:"\f086"}
.choiselg{position: absolute;right:20px;top: 55px;}
/*dropdown menu*/

.dropdown:hover .dropdown-menu {
  display: inline-block;
}

.dropdown-menu {
  border:0;
  min-width: 200px;
  background: #fff;
  padding: 10px;
  border-radius: 0;
  box-shadow:none;
  -webkit-box-shadow:none;
}

#header .navbar-inverse .navbar-nav .dropdown-menu > li > a {
  color: #000;
}

#header .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
  border:none;
}

#header .navbar-nav .dropdown-menu > li > a {
  line-height: 20px;
  padding: 10px 0;
}


.next-control,
.prev-control {
  border: 1px solid #DCDCDC;
  color: #DCDCDC;
  font-size: 40px;
  height: 62px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 62px;
}

.prev-control {
  left: 5%
}

.next-control {
  right: 5%
}

.prev-control:hover,
.next-control:hover {
  color: #fff;
  background: #5DC9AE;
  border:none;
}


/*************************
*******Main Slider******
**************************/
#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1}
#fp-nav.right{right:40px}
#fp-nav ul{margin:0;padding:0}
#fp-nav li{display:block;width:14px;height:14px;margin:14px;position:relative;list-style:none}
#fp-nav li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}
#fp-nav li .active span{background:rgba(255,255,255,1);}
#fp-nav li span{top:1px;left:1px;width:10px;height:10px;background:rgba(255,255,255,.5);box-shadow:0 0 3px #666;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;z-index:1;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}
.fp-tooltip{width:110px;position:absolute;color:#333;font-size:14px;top:-3px;right:25px;text-align:right;font-style:normal;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}

.sh-container .section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.fp-easing{-webkit-transition:all 1s cubic-bezier(.86, 0, .07, 1);-moz-transition:all 1s cubic-bezier(.86, 0, .07, 1);-o-transition:all 1s cubic-bezier(.86, 0, .07, 1);transition:all 1s cubic-bezier(.86, 0, .07, 1)}


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
    background-position: center;
    width: 100%;
}

#home-carousel .carousel-indicators {
  bottom: 38px
}

#home-carousel .carousel-indicators li{
  background:#fff;
}

.carousel-indicators .active{
  border:inherit !important;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
}

#home-carousel .carousel-caption {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
    padding-bottom: 0px;
    padding-top: 0px;
}

#home-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
    background: url(../images/ico/xw.png) repeat;
}

#home-carousel .carousel-inner h2 {
  color: #FFFFFF;
  font-size: 72px;
  font-weight: 300;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-shadow:none;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 59px;
  margin-top: 0;
  text-shadow:none;
}

#home-carousel .carousel-left{
  left: -67px;
}

#home-carousel .carousel-right{
  right: -67px;
}

#home-carousel .carousel-left,
#home-carousel .carousel-right{
  width: 65px;
  height: 65px;
  border-color: #fff;
  transition: all 300ms;border-radius: 65px;
  z-index: 12;
}

#home-carousel .carousel-left i,
#home-carousel .carousel-right i{
  font-size: 48px;
  line-height: 54px;
  color: #fff;
}

#home-carousel:hover .carousel-left{
  left: 65px;
}


#home-carousel:hover .carousel-right{
  right: 65px;
}

#home-carousel .video-container {
  position: relative;
  padding: 0;
  height: 0;
  overflow: hidden;
}
#home-carousel .video-container iframe,
#home-carousel .video-container object,
#home-carousel .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-carousel .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}
.dl-bd{}
.cur{color: #fff;padding: 20px 0;}
.cur2{margin-bottom: 20px;}
.cur a{color: #fff;font-size: 14px;}
.cur a.active{color: #4fc7a4;}
.cur .col-sm-12{padding: 0px;}
.dl-bd .col-sm-12, .dl-bd .col-sm-4, .dl-bd .col-sm-6{padding: 5px;}
.dl-title{border-bottom: 1px solid #4d4d4d;text-align: center;margin-bottom: 10px;}
.dl-title .p1{font-size: 24px;color: #fff;}
.dl-title .p2{font-size: 12px;color: #999;}
.dl-img{text-align: center;}
.dl-img img{max-width: 100%;}
.dl-tj{margin-bottom: 40px;}
.dl-tj img{max-width: 100%;}
.sh{margin-bottom: 20px;}
.shrae-btn{border: 1px solid #4fc7a4;display: inline-block;padding: 10px 20px;color: #fff;}
.shrae-btn:hover{color: #4fc7a4;}
.shrae{color: #fff;text-align: right;padding-top: 10px}



.sectionbg{position: relative;overflow: hidden;height: 100%;background-position:center top;background-repeat: no-repeat;}

/*section2*/
        .page2box
        {
            position: relative;
            margin: 0 auto 0px;text-align: center;overflow: hidden;
        }
        .lineF, .lineS
        {
            position: relative;
            visibility: hidden;
        }

        .boxF
        {
          width: 20%;float: left;height: 100%;
        }
        .boxF a
        {
            transition: all 250ms ease-in-out 0s;
            display: block;
            position: relative;width: 100%;height: 100%;
        }
        .boxF a:hover
        {
            background-color: rgba(79, 85, 161,1);
        }
        .boxF a h2
        {
            display:block;
            margin:40px auto 40px;
            text-align: center;
            line-height:40px;
            text-decoration: none;
            color:#fff;font-size: 40px;
            
        }
.boxF a img{padding: 5%;border-radius: 200px;-moz-border-radius: 100px;border: 2px solid #fff;margin: 5%;}
.boxF a span{display: block;position: relative;background: #4F55A1;height: 5px;width: 35%;margin: 0 auto;}
.boxF a:hover span{background: #fff;}



/*************************
*******Service CSS******
**************************/
.service-items{padding-top: 5px;max-width: 1920px;margin: 0 auto;padding-bottom: 5px;}
.col-sm-20{width: 20%;float: left;}
.media.service-media{
position: relative;z-index: 999;
}
.media.service-media .media-body:after{position: absolute;top: 20%;left: 0;width: 100%;height: 4px;background: #4F55A1;content: "";z-index: -1;}
.progress-img{text-align: center;margin: 0 auto;}
.media.service-media img{
    background: #333;
    padding:3%;margin: 5%;border-radius: 200px;border: 2px solid #000;
}

.service-media h3{
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin:20% 0px 10%;display: block;text-align: center;
}
.service-media ul{padding: 15px 15%;margin: 0 auto;text-align: center;}
.service-media ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;margin: 0 0 15px 0;list-style: none;border-bottom: 2px solid #4F55A1;text-align: center;padding: 0 1.5%;display: inline-block;float: left;width: 30%;
}
.service-media ul li:nth-child(7){margin-left: 15%;}
.service-right {
  padding: 40px 0 0;
}
.service-right img {
  width: 100%
}

/*************************
*******Portfolio CSS******
**************************/
#portfolio h2.title{
  margin-bottom: 100px;
}
#portfolio .portfolio-filter {
  margin-bottom: 65px;
}

#portfolio .portfolio-filter li {
  display: inline-block;
}

#portfolio .portfolio-filter li a {
  border-radius: 0;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 26px;
  text-transform: uppercase;
  border:1px solid #fff;
  background: #222;
  border-color: #222;
}

#portfolio .portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#portfolio .portfolio-filter li a:hover,
#portfolio .portfolio-filter li a:focus,
#portfolio .portfolio-filter li a:active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.portfoliod{padding: 0px;position: relative;overflow: hidden;margin: 0 auto;}
.portfolio-items > div{
  padding:0;
}

.portfolio-items img{
  width:100%;
}

.view {
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width:100%;
}

.efffect h4 {
   opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear 0s;
}

.efffect h3,.efffect p {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear 0s;
}

.efffect img {
  transform: scaleY(1);
  transition: all 0.3s ease-in-out 0s;
}

.view img {
  display: block;
  position: relative;
}

.efffect .mask {
  transition:all 0.3s linear 0s;
  opacity: 0;
  background:rgba(80, 85, 161,.9);
}

.view .mask, .view .content {
  height:100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width:100%;
}

.mask h3 {
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 15%;
  transition: height 500ms ease 0s;
  margin-bottom: 20px;text-align: left;padding-left: 20px;
}

.mask h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 200;
  padding: 6px 20px 10px;text-align: left;font-family: "arial, helvetica, sans-serif";
}
.mask p{text-align: left;font-size: 12px;color: #fff;padding:0 20px;}

.item{float: left;overflow: hidden;}
.level1{width: 25%;min-height: 280px;}
.portfolio-items{position: relative;}
.portfolio-items div:nth-child(11){position: absolute;}

/*************************
*******Our Team******
**************************/
#page6 .title{
    color: #fff;
}
#page6 h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#page6 .team-box{max-width: 1280px;position:relative;text-align: center;margin: 0 auto;}
.our-team-img{max-width: 100%;}
.team-member h4 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 18px;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

.carousel-left:hover,
.carousel-right:hover {
  color:#fff;
}

.carousel-left,
.carousel-right {
  height: 32px;
  position: absolute;
  text-align: center;
  top: 55%;
  width: 32px;
  padding: 5px;
}

.team-member {
  background-color: #f5f5f5;
  padding-bottom: 35px;
}

#team-member-carousel .team-member:hover{
  color:#fff;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#team-member-carousel .team-member:hover ul li a,
#team-member-carousel .team-member:hover h4,
#team-member-carousel .team-member:hover h3{
  color: #fff;
}

#our-team .carousel-left,
#our-team .carousel-right{
  border: 1px solid #000;
  color: #000;
}

#our-team .carousel-left:hover i,
#our-team .carousel-right:hover i{
  color: #fff;;
}

.team-member img{
  width:100%
}

.team-member ul {
  margin: 0 auto;
  width: 100px;
}


.team-member ul li a {
  color: #CCCCC2;
  font-size: 20px;
  padding: 0 8px;
}

.team-member ul li a:hover ,
.team-member ul li a:focus{
  background:none;
}


.carousel.scale .carousel-inner > .next,
.carousel.scale .carousel-inner > .prev,
.carousel.scale .carousel-inner > .next.left,
.carousel.scale .carousel-inner > .prev.right,
.carousel.scale .carousel-inner > .active.left,
.carousel.scale .carousel-inner > .active.right {
  left: 0;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}
.dl-body{background: #222;padding: 10px 10px;}
#dl .col-sm-3{width: 20%;}



/*************************
*******Blog CSS***********
**************************/
#hy{position: relative;max-width: 1280px;text-align: center;margin: 0 auto;}
#blog2{
  background: #222;
  padding-top: 20px;
}
#page5 .blog-filter {
  margin-bottom: 65px;
}

#page5 .blog-filter li {
  display: inline-block;
}

#page5 .blog-filter li a {
  border-radius: 0;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 26px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
#page5 .blog-filter li a.gen{
  color:#4fc7a4;
}
#page5 .blog-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
    border: 1px solid #4fc7a4;
    color: #4fc7a4;
}

#page5 .blog-filter li a:hover,
#page5 .blog-filter li a:focus,
#page5 .blog-filter li a:active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
    color: #4fc7a4;
}
#page5 .col-5{width: 20%;float: left;min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;}
.single-blog{
  margin-bottom: 0px;
}

.single-blog img{
  position:relative;width: 100%;
}
.single-blog .media-foot{padding: 10px 0;}
.single-blog .date {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  margin-top: 0;
  padding: 5px 8px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.tags2{background: #fff;}
.single-blog .date span {
  display: block;
  font-size:21px;
  line-height: 21px;
}

.single-blog .blog-content {
  padding-left: 27px;
}

.blog-content{
    width: 100%;
}
.blog-content h2 {
  margin-bottom: 20px;
  margin-top: -8px;
}

.blog-content h2 a{
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.blog-content p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}

.blog-content .post-meta {
 margin:0;
 padding:0;
 list-style:none;
}

.blog-content .post-meta  li {
 display:inline-block;
}

.blog-content .post-meta li a {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-right:8px;
}

.blog-content .post-meta li a i {
  border: 0 none;
  color: #999999;
  font-size: 14px;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: auto;
  padding-right:10px
}
.cb9{color: #888}
.ind-tit{font-size: 18px;margin-top: 0px;margin-bottom: 20px;height: 20px;overflow: hidden;text-align: left;}
.ind-tit a{color: #000;}
#page5 .media-body{padding:15px;background:#5B5B5B;}
#page5 .media-body h3{font-size: 15px;height: 16px;overflow: hidden;color: #000;text-align: left;}
.ind-ps{margin-bottom: 5px;line-height: 24px;color: #000;font-size: 14px;min-height: 145px;text-align: left;}
.ind-as{color: #fff;margin-right: 15px;background: #6968D0;}
.ind-as:hover{color: #4fc7a4;}
.er{position: relative;}
.ewm{position: absolute;top: -140px;left: -10px;display: none;}
.er:hover .ewm{display: block;}
#news-carousel .item .col-sm-3:first-child{}


/*************************
*******Footer*************
**************************/

#footer {
  background:#3D3A39 url(../images/foot.gif) center center no-repeat;
  color: #fff;
  padding: 20px 0;min-height: 430px;
}

#footer p,#footer h4{
  margin: 0;
    text-align: center;
}
.foot_logo{text-align: center;margin-top: 40px;}
.foot_logo img{max-width: 280px;}
#footer .m20b{margin-bottom: 20px;}
#footer p i{margin-right: 5px;}
#footer p span{margin-right: 15px;}
#footer a {
  margin: 0 5px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */


/*********Portfolio Hover effect***********/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   padding: 0px;
}
.efffect .mask {
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h4 {
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.efffect:hover img {
   -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
   transform: scale(1.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);

}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


 /*stye choosser*/

.style-chooser{
  position: fixed;
  z-index: 99999;
  right:-190px;
  top: 300px;
  height: 158px;
  width: 190px;
  background: #f5f5f5;
  -moz-box-shadow: -2px 0px 11px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: -2px 0px 11px rgba(0, 0, 0, 0.12);
  box-shadow: -2px 0px 11px rgba(0, 0, 0, 0.12);

  transition:right 400ms linear 0;
  -moz-transition:right 400ms linear 0;
  -webkit-transition:right 400ms linear 0;
}

.style-chooser.active{
  right: 0;
}

ul.preset-list {
  list-style: none;
  margin: 0;
  padding: 20px;
}

ul.preset-list h4{
  margin-top: 0;
  color:#333;
  font-size: 18px;
}

ul.preset-list li {
  display: inline-block;
  height: 36px;
  width: 45px;
  margin: 2px 1px;
}

.style-chooser-inner{
  position: relative;
  z-index: 1;
}

.toggoler {
  background: #fff  url(../images/styleswitcher.png) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  z-index: 2;
  text-indent: -9999px;
}

/* Portfolio Single */
.portfoliod{}
#single-portfolio {
  margin-top: 90px
}

#portfolio-details img {
  width: 100%
}
#portfolio .portfolio-filter li #sa{color: #4fc7a4;}
.portfolio-prev, .portfolio-next {
  margin-bottom: 20px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  float: left;
  font-size: 24px;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  width: 45px;
}



.portfolio-prev:hover,
.portfolio-next:hover {
  background:#4fc7a4;
  color: #fff;
  border-color:#4fc7a4;
}

.portfolio-prev {
  margin-right:10px
}

.cross-icon {
  text-align: center;
}

.cross-icon a {
  color: #ccc;
  font-size: 30px;
}

.cross-icon a:hover {
  color: #333
}

.social-networks a i {

  background:#D9D9D9;
  color: #FFFFFF;
  font-size: 17px;
  height: 40px;
  padding: 11px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-networks .fa-facebook:hover {
  background: #3B5997
}

.social-networks .fa-twitter:hover {
  background:#29C5F6
}

.social-networks .fa-dribbble:hover {
  background:#FF5C93
}

.social-networks .fa-google-plus:hover {
  background:#D13D2F
}



#portfolio-details .project-details h2,
#portfolio-details .project-info h2 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 40px;
  text-shadow: none;
}

#portfolio-details .project-details p,
#portfolio-details .project-info p {
  font-size: 16px;
  color: #666;
  text-shadow:none;
  font-weight: 300;
}

#portfolio-details .project-details p span {
  color: #000;
  font-weight: 700
}


.client-slider-section {
  margin-top: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 300
}

.client-slider-section a {
  color: #000;
  font-weight: 700
}

.client-slider-section .item .client-photo {
  margin-bottom: -50px;
  display: inline-block;
  text-align: center;
}

.cilent-comments {
  background-color: #fafafa;
  padding: 90px 0
}

.client-carousel-left {
  left: 1%;
}
.client-carousel-right {
  right:1%;
}

.client-carousel-left,
.client-carousel-right {
  position: absolute;
  top: 50%;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  font-size: 24px;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  width: 45px;
}


.client-carousel-left:hover,
.client-carousel-right:hover,
.client-carousel-left:focus,
.client-carousel-right:focus {
  background:#4fc7a4;
  color: #fff;
  border-color:#4fc7a4;
}

.carousel-indicators li {
  background-color: #C7C7C7;
  border: 1px solid #C7C7C7;

}

#portfolio-single-carousel {
  position: relative;
  overflow: hidden;
}

.single-carousel-right,
.single-carousel-left {
  background:#4fc7a4;
  border: 1px solid #4fc7a4;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  height: 85px;
  line-height: 85px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 42%;
  width: 36px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.single-carousel-left:focus,
.single-carousel-right:focus,
.single-carousel-left:hover,
.single-carousel-right:hover {
  color: #fff
}

.single-carousel-left {
  left:-45px;
}

.single-carousel-right {
  right:-45px;
}


#portfolio-single-carousel:hover .single-carousel-right {
  right:0;
  opacity: 1;
}


#portfolio-single-carousel:hover .single-carousel-left {
  left:0;
  opacity: 1;
}

#portfolio-single{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

#single-portfolio{
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}

/*************************
*******Blog Page CSS*************
**************************/

.blog-item {
  margin-bottom: 60px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 20px;
}
.blog-item-des{
  margin-bottom: 10px;
}
.des-page{
    padding-right: 20px;
}
.des-page-lef{
    float: left;
    color: #888;
}
.des-page-rig{
    float: right;
    color: #888;
}
.des-page-lef:hover, .des-page-rig:hover{
    color: #4fc7a4;
}
.entry-meta {
  background: none repeat scroll 0 0 #F5F5F5;
  margin-right: 2.66%;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 20px;
  width: 14%;
}

.entry-meta h4{
  color: #333333;
}

.entry-meta h4 span {
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}

.entry-meta ul {
  margin-bottom: 15px;
  margin-top: 22px;
}

.entry-meta ul li a {
  border-radius: 0;
  color: #CCCCCC;
  font-size: 18px;
  padding: 0 0 0 15px;
}

.entry-meta ul li a:hover, .entry-meta ul li a:focus {
  color: #c0392b;
  background: none;

}

.entry-meta hr {
  border-color: #CCCCCC;
  padding: 0;
  width: 60px;
}

.blog-item span{
  display: block;
}

.blog-item span a{
  font-size: 14px;
  color: #666666;
}

.blog-item span a:hover{
  color: #c0392b;
}

.blog-content h3 {
  margin-bottom: 22px;
  margin-top: -6px;
}

.blog-content h3 a {
  color: #777;
  font-size: 16px;
}

.blog-item .blog-content .post-content{
  border-bottom: 1px solid #666666;
  padding-bottom: 30px;
  text-align: justify;
}

.img-responsive {
}

.featured-image {
  position: relative;
  margin-bottom: 40px;
}

.img-blog, .blog-item  iframe{
  width: 100%;
}

.blog-content .date {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 500;
  left: 20px;
  margin-top: 0;
  padding: 10px 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.post-date {
  left: 0 !important;
  margin-right: 40px;
  position: relative !important;
}

.blog-content .post-type {
  bottom: 5px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  left: 20px;
  margin-top: 0;
  padding: 10px 0;
  position: absolute;
}

.blog-content .post-type i{
  font-size: 30px;
}

.blog-content .date span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 5px;
}

.btn-readmore {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px 20px;
  margin-top: 30px;
}

.btn-readmore:hover, .btn-readmore:focus {
  outline: none;
}

.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  padding-left: 0;
}

.pagination-lg  li:first-child  a,
.pagination-lg  li:first-child  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg li:last-child a, .pagination-lg li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-lg li a {
  background-color: #F5F5F5;
  border: 0 none;
  border-radius: 0;
  color: #B2B2B2;
  font-size: 14px;
  margin-right: 12px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.pagination-lg li a:hover {
  color: #FFFFFF;
}

.pagination  .active  a,
.pagination  .active  span,
.pagination  .active  a:hover,
.pagination  .active  span:hover,
.pagination  .active  a:focus,
.pagination  .active  span:focus {
  border: 0;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.search_box {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 49px;
  width: 82%;
}

.search_box:focus{
  border-color: #4fc7a4;
  box-shadow: none;
}

.btn-search {
  border-radius: 0;
  color: #FFFFFF;
  height: 49px;
  margin-left: -4px;
  width: 18%;
}

.widget h3 {
  border-bottom: 1px solid #666666;
  color: #777;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0px;
}

.categories p {
  color: #666666;
  font-weight: 300;
  padding-top: 22px;
}

.blog_category  li{
  border-bottom: 1px solid #666666;
}

.blog_category  li:last-child {
  border-bottom: 0px;
}

.blog_category li a {
  color: #eee;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 0;
}

.blog_category li a:hover,
.blog_category li a:focus {
  color: #fff;
}

.blog_category li a i {
  font-size: 18px;
  margin-right: 8px;
}

.tag-cloud {
  list-style: none outside none;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 40px;
}

.tag-cloud li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 8px;
}

.tag-cloud li a {
  background-color: #666;
  color: #b9b9b9;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 5px;
}

.tag-cloud li a:hover, .tag-cloud li a:focus {
  background-color: #4fc7a4;
}

#carousel-blog {
  margin-bottom: 40px;
}

.carousel-blog-control {
  bottom: 10px;
  position: absolute;
  font-size: 24px;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

#carousel-blog .right {
  right: 10px;
}

#carousel-blog .left {
  right: 65px;
}



/*************************
*******Single Blog CSS*************
**************************/

.rating-area {
  border-bottom: 1px solid #F7F7F0;
  overflow: hidden;
}

.rating-area .ratings {
  margin-bottom: 23px;
  margin-top: 12px;
  padding-left: 0;
}

.rating-area .ratings li {
  display: inline-block;
  font-size: 18px;
}

.rating-area .ratings li i {
  color: #F1C40F;
  margin-right: 5px;
}

.rating-area .rate-this {
  color: #666666;
  font-weight: 700;
  margin-right: 28px;
}

.commnets {
  padding: 45px 0 100px;
}

.commnets h4 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
}

.media-object {
  margin-right: 25px;
  margin-top: 5px;
}

.commnets p,
.media-list li .media-body p {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
}

.response-area h2 {
  border-bottom: 1px solid #F5F5F5;
  color: #666666;
  font-size: 18px;
  padding-bottom: 20px;
}

.media-list li {
}

.post-comment{
  background-color: #F5F5F5;
  margin-bottom: 30px;
  padding: 30px 25px 15px;
  position: relative;

}

.media-list li .parrent {
  margin-top: 30px;
  padding-left: 50px;
  border-left: 1px solid #cccccc;
  position: relative;
}

.media-list li .parrent:before {
  background: #cccccc;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 30px;
  z-index: -99999;
}

.media-list li .comment-reply {
  margin-top: 30px;
  padding-left: 50px;
  border-left: 1px solid #cccccc;
  position: relative;
}

.media-list li .comment-reply:before {
  background: #cccccc;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 30px;
  z-index: -99999;
}

.media-list li .media-body h3{
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  margin-top: 5px;
}

.btn-reply {
  background-color: #CCCCCC;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 700;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
}

.replay-box {
  margin-top: 100px;
}

.replay-box h2{
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.replay-box form span {
  display: block;
  margin-left: 3px;
}

.replay-box form span input {
  background-color: #EDEDED;
  border: 1px solid #EDEDED;
  color: #BFBFBF;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  margin-bottom: 30px;
  margin-left: -3px;
  outline: medium none;
  padding-left: 22px;
  width: 48%;
}

.replay-box form span input:first-child {
  margin-right: 4%;
}

#banr01{background: url(../images/slider/bg1.jpg) no-repeat center center #377b7b }
#banr02{background: url(../images/slider/bg2.jpg) no-repeat center center #0e2b67 }
.replay-box form textarea{
  width:100%;
  resize: none;
   background-color: #EDEDED;
  border: 0 none;
  color: #BFBFBF;
  font-size: 16px;
  font-weight: 300;
  padding-left: 22px;
  margin-bottom: 30px;
  padding-top: 20px;
  border: 1px solid #EDEDED;
}

.btn-send {
  border-radius: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 40px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-toggle .icon-bar{
  background: #000;
}
.navbar-brand{padding: 0px 0px 0px 0;}
.m20t{margin-top: 20px;}.m20b{margin-bottom: 20px;}

.subbanner{text-align: center;margin: 0 auto;}
.subbanner .img-responsive{display: inline-block;}
.bs-docs-sidebar{margin: 0 -15px;text-align: center;}
.bs-docs-sidebar.affix{top: 119px;max-width: 1170px;background: rgba(255,255,255,.9);z-index: 99;width: 100%;}

.nav a{display:block;line-height: 50px;min-height: 50px;text-align: center;color: #333;font-size: 18px;}
.nav a:hover,.nav a.active{background: #34CC67;color: #fff;}
.bs-docs-sidebar a{padding: 0 45px;display: inline-block !important;}
.content{padding: 50px 15px;color: #666;line-height: 24px;}
.content p{margin-bottom: 30px;}

.newslist{padding: 50px 15px;}
.newslist ul{margin:0;padding: 0;}
.newslist ul li{margin-bottom: 20px;list-style: none;}
.newslist ul li a.col-md-4 img{padding-right: 30px;}
.newslist ul li a h3{color: #222;margin-bottom: 20px;}
.newslist ul li a h5{color: #666;margin-bottom: 20px;}
.newslist ul li a p{color:#666;margin-bottom: 20px;}
.newslist ul li a span{background: #757575;padding: 10px 15px;color: #fff;text-align: center;}

nav{text-align: center;margin: 0 auto;}
.pagination{margin:0 auto;text-align: center;}

.contact{padding: 50px 0;overflow: hidden;color: #666;}
.contact p i{margin-right: 5px;}
.contact ul{margin: 0;padding:20px 0 0;overflow: hidden;}
.contact ul li{list-style: none;text-align: center;}
.contact ul li img{display: inline-block;}
.contact ul li span{display: block;line-height: 35px;}
.mapbox{position: relative;min-height: 500px;}
.mapbox img{max-width:none !important;}

.form_message{padding: 50px 0;}
.form_message .col-lg-6{margin-bottom: 20px;}
.form_message .btn{margin: 20px 15px 20px;text-align: center;border-radius: 0;}
.form-control,.input-group-addon{border: 1px solid #E2E2E2;color: #A8AAAC;}
.data{padding-bottom: 30px;}

.caselist{position:relative;padding: 50px 0;}
.free-wall{padding-bottom: 0px;margin: 0;}

.shoucase{padding: 30px 0;line-height: 24px;}
.shoucase p{padding-bottom: 20px;}
.shoucase p img{max-width: 100%;}

#news-carousel .carousel-left{left: -70px;}
#news-carousel .carousel-right{right: -70px;}
#news-carousel .member-carousel-control{font-size: 24px;color: #ccc;border:1px solid rgba(255,255,255,0.2);width: 45px;height: 45px;line-height: 35px;background: rgba(255,255,255,0.1);}
#news-carousel .member-carousel-control:hover{background: rgba(79, 85, 161,0.5);border:1px solid rgba(79, 85, 161,0.8);}
#news-carousel .carousel-inner .item {
  min-width: 100%;
}
img{max-width: 100%;}
