@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family:"微软雅黑", sans-serif;
  color:#4e4e4e;
}
h1{
  font-size: 36px;
  color:#fff;
}
h2{
  font-size: 20px;
}
h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}
h4{
  font-size: 16px;
}

a {
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}


hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
body > section {
  padding: 60px 0 0 0;
}
.col-sm-4,.col-md-4,.col-lg-4,.col-lg-6,.col-md-6,.col-sm-6,.col-xs-6,.col-lg-1,.col-lg-11,.col-md-1,.col-md-11{
  padding: 0;
}
.row{
  margin: 0 ;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 32px;
  margin: 0;
  color: #b4b4b4;
  font-family: Arial;
  letter-spacing: 3px;
  line-height: 38px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}
.center {
  text-align: center;
  padding-bottom: 55px;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.lead{
  font-size: 24px;
  margin: 0;
  line-height: 40px;
  font-family: 黑体;
  color: #b4b4b4;
  letter-spacing: 1px;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 228px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
  text-align: center;
}
#main-slider .carousel h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
#main-slider .carousel h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 855px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}
#main-slider .hd{
  position: absolute;
  width: 245px;
  height: 25px;
  left: 50%;
  margin-left: -122px;
  background-color: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  filter:alpha(opacity:77);
  opacity: 0.77;
  -moz-opacity: 0.77;
  behavior: url('../images/ie-css3.htc');
}
#main-slider .carousel-indicators li {
  width: 13px;
  height: 13px;
  background-color: #696969;
  margin: 6px 15px;
  position: relative;
  border: 0;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width:13px;
  height: 13px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
}

#main-slider .carousel-indicators .active{
  width: 13px;
  height: 13px;
  background-color: #009dcc;
  margin: 6px 15px;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #009dcc;
  left: 0;
  top: 0;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
/*about*/
#about{
  padding-bottom: 60px;
  background-color: #ebebeb;
}

.aLeft{
  padding: 0;
}
.aLeft img{
  width: 100%;
}
.aRight p{
  text-indent: 2em;
  font-size: 14px;
  color: #515457;
}
.fLeft{
  text-align: left;
  line-height: 20px;
  font-size: 12px;
  color: #bbbbbb;
  letter-spacing: 1px;
  font-weight: 500;
}
.fLeft h2{
  line-height: 30px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #bbbbbb;
}
.fRight{
  text-align: right;
  line-height: 50px;
  font-size: 12px;
  color: #bbbbbb;
  font-weight: 500;
}
/*artns*/
#artns .row{
  background: #000 url(../images/artns.jpg);
  background-size: cover;
  padding: 0;
}
.feature-wrap {
  margin-top: 142px;
  margin-bottom: 142px;
  overflow: hidden;
  padding: 0 60px;
}

.feature-wrap h2{
  margin-top: 10px;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  text-align: center;
  width: 80px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 36px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  line-height: 80px;
  text-align:center;
  background: #13161b;
  color: #d6d6d6;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  display: block;
  cursor: pointer;
  font-style: normal;
}

.feature-wrap i:hover {
  background: #1393bc;
  color: #d6e0e5;
}
.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 16.66%;
}
.col-xs-12,.col-lg-12,.col-md-12,.col-sm-12,.col-xs-11,.col-lg-11,.col-md-11,.col-sm-11,.col-xs-10,.col-lg-10,.col-md-10,.col-sm-10,.col-lg-9,.col-md-9,.col-sm-9,.col-xs-9,.col-xs-8,.col-lg-8,.col-md-8,.col-sm-8,.col-xs-7,.col-lg-7,.col-md-7,.col-sm-7,.col-xs-6,.col-lg-6,.col-md-6,.col-sm-6,.col-xs-5,.col-lg-5,.col-md-5,.col-sm-5,.col-xs-4,.col-lg-4,.col-md-4,.col-sm-4,.col-xs-3,.col-lg-3,.col-md-3,.col-sm-3,.col-xs-2,.col-lg-2,.col-md-2,.col-sm-2,.col-xs-1,.col-lg-1,.col-md-1,.col-sm-1{
  padding: 0;
}
/*classic case*/
#case{
  padding-bottom: 60px;
}
.recent-work-wrap {
  position: relative;
}
.recent-work-wrap img{
  width: 100%;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: rgba(0,0,0,0.72);
  /*filter: alpha(opacity:72);*/
  /*opacity: 0.72;*/
  /*-moz-opacity: 0.72;*/
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  text-align: center;
}
.caseTitle{
  width: 100px;
  height: 60px;
  position: absolute;
  top:50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  line-height: 20px;
}
.caseTitle h3{
  margin: 0;
}
.caseTitle a{
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.caseTitle p{
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}
.recent-work-wrap:hover .overlay {
  opacity: 1;
}
/***********************
********* Product ******
************************/
#main-slider .carousel .s_item{
  height: 575px;
}
#main-slider .carousel .s_item .carousel-content{
  margin-top: 120px;
}
#product{
  background-color: #dedede;
  padding-bottom: 60px;
}
.row .pList{
  padding: 5px;
}
.productTitle{
  width: 100%;
  height: 60px;
  position: absolute;
  top:50%;
  margin-top: -30px;
  text-align: center;
  line-height: 60px;
}
.productTitle h3 a{
  font-size: 24px;
  color: #ffffff;
}
.location{
  width: 100%;
  height: 32px;
  margin-top: -40px;
}
.lLeft{
  text-align: left;
  font-size: 14px;
  color: #515457;
  line-height: 32px;
}
.lRight{
  text-align: right;
  font-size: 14px;
  color: #515457;
  line-height: 32px;
}
.lRight a{
  font-size: 14px;
  color: #515457;
}
.infoimg{
  width: 100%;
  overflow: hidden;
}
.pcImg{
  padding-right: 5px;
  margin-top: 40px;
}
.mainImg img{
  width: 100%;
}
.allImg{
  margin-top: 5px;
}
.allImg img{
  width: 20%;
  display: block;
  padding-right: 5px;
  padding-bottom: 5px;
  float: left;
}
.pcDetails{
  padding: 0 25px 30px 25px;
  background-color: #ffffff;
  margin-top: 40px;
}
.pcDetails h3{
  text-align: right;
}
.pcDetails h3 a{
  color: #009dcc;
  font-size: 14px;
  background: url("../images/download.png") no-repeat left center;
  padding-left: 20px;
}
.pcDetails h3 a:hover{
  color: #009dcc;
  text-decoration: underline;
}
.pcDetails h2{
  font-size: 18px;
  color: #515457;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
  padding-left: 20px;
}
.dl{
  width: 100%;
  height: auto;
}
.dl>dl{
  background-color: #d2d2d2;
  margin-bottom: 5px;
}
.dl>dl.t-on{
  background-color: #a8a8a8;
}
.dl>dl>dt{
  padding: 10px 20px;
  font-size: 16px;
  color: #515457;
  font-weight: 500;
}
.dl>dl>dd{
  border-left: solid 3px #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  color: #515457;
}
.pcLunbo{
  position: relative;
}
.bd{
  width: 100%;
}
.bd ul li{
  float: left;
  display: inline;
  width: 100%;
}
.bd ul li img{
  width: 100%;
}
.pcLunbo .hd{
  display: none;
}
.pcLunbo a.prev {
  display: block;
  width: 45px;
  height: 60px;
  background-color: #ffffff;
  filter: alpha(Opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -27px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.pcLunbo a.next {
  display: block;
  width: 45px;
  height: 60px;
  background-color: #ffffff;
  filter: alpha(Opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -27px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.pcLunbo a.next .next1 {
  position: absolute;
  display: inline-block;
  margin: 18px 9px 13px 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.pcLunbo a.prev .prev1 {
  display: inline-block;
  margin: 18px 0px 13px 14px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 25px;
  height: 25px;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.pcLunbo a:hover{
  filter: alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.options{
	text-align: center;
	margin-bottom: 20px;
}
.options ul{
	margin-left: -10px;
}
.pContent .options ul li{
	list-style: none;
	float: left;
	border: none;
	color: #979797;
    padding: 10px 15px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    outline: none;
	margin: 0 10px;
	cursor: pointer;
}
.pContent .options ul li:hover{
	color: #009DCC;
}
.pContent .options ul li.is-active{
	border: 3px solid #009DCC;
}
/***********************
********* Case ******
************************/
.caseList{
    background-color: #ebebeb;
    margin-bottom: 15px;
    position: relative;
}
.cFont{
    margin-top: 60px;
    padding: 0 35px;
}
.cFont h2{
    margin: 0;
    font-size: 18px;
    color: #515457;
    font-weight: 500;
    line-height: 56px;
}
.cFont p{
    font-size: 14px;
    color: #515457;
    line-height: 25px;
    margin: 0;
}
.caseList span{
    display: block;
    position: absolute;
    right: 35px;
    bottom: 20px;
}
.caseList span a{
    font-size: 14px;
    color: #009dcc;
}
.caseList span a:hover{
    color: #009dcc;
}
.cImg a img{
    width: 100%;
}
.recent-work-wrap{
  overflow: hidden;
}
.recent-work-wrap:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.recent-work-wrap img{
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
/***********************
********* Solution ******
************************/
#case .rContent{
  background-color: #ebebeb;
}
#case .rContent h2{
  font-size: 24px;
  color: #009dcc;
  padding:0 40px;
}
#case .rContent p{
  text-indent: 2em;
  font-size: 14px;
  color: #515457;
  padding: 0 40px;
}
#case .rContent h3{
  font-size: 20px;
  color: #515457;
  padding:0 40px;
}
#case .rContent h6{
  font-weight: 500;
  font-size: 16px;
  color: #515457;
  padding:0 60px;
}
#case .rContent p img{
  width: 100%;
}
/***********************
********* Release ******
************************/
.rList{
    margin-bottom: 30px;
  position: relative;
}
.video{
  position: relative;
  width: 100%;
  height: auto;
}
.rList h2{
  margin: 0;
  text-align: center;
  color: #515457;
  font-size: 28px;
  font-weight: 500;
  line-height: 80px;
}
.rList video{
    width: 100%;
}
.rList span{
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
}
.rList span a{
  color: #515457;
  font-size: 18px;
}
.playImg{
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.playImg img{
  width: 100%;
}
.video img.action{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 999;
  cursor: pointer;
}
/***********************
********* About ******
************************/
.address{
padding:50px 60px 0 60px;
}
.address img{
  margin-bottom: 40px;
}
.pop,.shadow,.anchorBL{
  display: none;
}
/******************
 404 page css
 ******************/
/*.container-liquid {*/
  /*padding-left: 0;*/
  /*padding-right: 0;*/
  /*margin-left: 0;*/
  /*margin-right: 0;*/
/*}*/
.errorHome{
  background: url("../images/error.jpg") no-repeat center;
  background-size:cover;
  background-attachment: fixed;
}
.errorCenter div span a{
  color: #ffffff;
}
.errorCenter div{
  width: 80%;
  position: absolute;
  bottom: 55px;
  left: 110px;
  font-size: 22px;
  color: #ffffff;
  height: 23px;
}
.errorCenter div span{
  display: block;
padding-left: 30px;
float: left;
line-height: 23px;
}




