﻿@charset "utf-8";
.header {
	clear: both;
	height: 64px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	color: #000;
	background-color: #CCCCCC;
}

.logo {
	float: left;
	height: 48px;
	overflow: hidden;
	width: 173px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	color: #000;
}



/*导航*/
.menu {
	font-size: 13px;
	width:650px;
	height:64px;
	list-style:none;
	position:relative;
	float: right;
	margin: 0 20px 0 0;
	background-color: #CCCCCC;
	color: #000;
}
.menu li {
 display:inline-block;
 position:relative;
 overflow:hidden;
 height:64px; /*建议此高度大于等于里面的a标签高度*/
 float:right;
}
.menu li span {
 display:inline-block;
 overflow:hidden
}
.menu li a {
 text-decoration:none;
 outline:none;
 color:#fff;
 display:inline-block;
 padding:0 12px;  
 text-align:center;
 height:64px;
 line-height:64px;
}

/*鼠标经过时样式*/
.menu li a.over {
	box-shadow: 0.5px 0.866px 5px 0px rgba( 0, 0, 0,0.5 );
	color:#000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C00;
}
/*top 结束*/
/*banner开始*/


.header-content 
{
    padding: 0;
    float: left;
    width: 100%;
    height: 656px;
    line-height: 22px;
    position: relative;
    z-index: 1;
}

/*.header-content-wrap {width: 960px; margin: 0 auto;}*/
.header-content img {
  float: left;
  margin: 0 0 0 30px;
}

.header-content .text {
  width: 450px;
  margin-left: 500px;
  *width: 400px;
  margin-top: 160px;
}

.header-content .text img {
  width: auto;
  margin: -20px 15px 0 0;
  float: right;
}

.header-content .copy {
  font-size: 14px;
  line-height: 21px;
  padding-right: 15px;
}

.header-content .button {
  width: 100% !important;
}

.header-content .button a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  display: inline-block;
}


/*#slider .text {width: 417px;}*/

/*fix the button position for the slide*/
.header-content .button {
  float: none;
}

.header-content .dimmed {
  background: #b05b1b;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: none;
  /* Saf3.2+, Chrome */
  -moz-transition: none;
  /* FF4+ */
  -ms-transition: none;
  /* IE10? */
  -o-transition: none;
  /* Opera 10.5+ */
  transition: none;
}

.header-content .align-bottom {
  position: absolute;
  bottom: 0px;
}

/* => Slider <= */
#slider-wrap {
  height: 656px;
}

#slider {
  height: 606px;
  padding-top: 50px;
}

/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next {
  text-indent: -9999px;
  width: 50px;
  height: 134px;
  background: url("../images/sprite.png")  no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 999;
  opacity: 0.5;
  display: none;
}

.slider-prev {
  left: 0px;
}

.slider-next {
  right: 0px;
  background-position: -55px 0px;
}

.slider-prev:hover,
.slider-next:hover {
  opacity: 1;
}


/* => HOLY SLIDES <= */

.slider section {
  display: none;
}

.slider section.first {
  display: block;
}

.slider-sections, .slider-sections section {
  width:960px;
  height: 335px;
}

.slider-sections {
  margin: 0 auto;
  position: relative;
}

.slider-sections section {
  position: absolute;
  top: 0;
  left: 0px;
}

.header-content h2 {
  font: 400 32px/1.2 "microsoft yahei", Tahoma, arial, sans-serif;
  color: #fff;
  margin: 0 0 26px;
}

.header-content p {
  margin: 0 0 30px;
  color: #fff;
}

.header-content .centered-content {
  padding-top: 30px;
  padding-bottom: 10px;
}

.button {
  float: left;
  width: auto !important;
  list-style: none;
}

.button a,
  .button button,
  .button input {
 /* Standard black button */
  font-size: 15px;
    /*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
  line-height: 18px;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 14px 6px 13px;
  display: block;
  width: auto;
  position: relative;
  z-index: 2;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #313131;
 /* Old browsers */
  background: -moz-linear-gradient(top, #313131 0%, #222222 100%);
 /* FF3.6+ */
  background: -webkit-linear-gradient(top, #313131 0%,#222222 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #313131 0%,#222222 100%);
 /* Opera11.10+ */
  background: -ms-linear-gradient(top, #313131 0%,#222222 100%);
 /* IE10+ */
  background: linear-gradient(top, #313131 0%,#222222 100%);
 /* W3C */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.button a:hover,
  .button input:hover,
  .button button:hover,
  .button a:focus,
  .button input:focus,
  .button button:focus {
  background: #464646;
 /* Old browsers */
  background: -moz-linear-gradient(top, #464646 0%, #393939 100%);
 /* FF3.6+ */
  background: -webkit-linear-gradient(top, #464646 0%,#393939 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #464646 0%,#393939 100%);
 /* Opera11.10+ */
  background: -ms-linear-gradient(top, #464646 0%,#393939 100%);
 /* IE10+ */
  background: linear-gradient(top, #464646 0%,#393939 100%);
 /* W3C */;
}
/*banner结束*/
/*services开始*/
.nav ul {
  width: 960px;
  height: 320px;
  margin: 20px 20px 0 20px;
  padding: 0;
  list-style: none;
  font-size: 1.5em;
  font-weight: 300;
  float: left;
}

.nav li span {
  display: block;
  font-size: 18px;
}

.nav li p {
  width: 250px;
  height: auto;
  margin: 10px 35px auto 35px;
  font-size: 12px;
  float: left;
  text-align: left;
  line-height: 24px;
  color: #666;
}

.nav a {
  display: block;
  color: rgba(102, 102, 102, 1);
  text-decoration: none;
  -webkit-transition: color .5s, background .5s, height .5s;
  -moz-transition: color .5s, background .5s, height .5s;
  -o-transition: color .5s, background .5s, height .5s;
  -ms-transition: color .5s, background .5s, height .5s;
  transition: color .5s, background .5s, height .5s;
}


.nav i {
  /* Make the font smoother for Chrome */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Remove the blue Webkit background when element is tapped */


/* Hover effect for the whole navigation to make the hovered item stand out */

.no-touch .nav ul:hover a {
  color: rgba(102, 102, 102, 1);
}

.no-touch .nav ul:hover a:hover {
  color: rgba(255, 255, 255, 1);
}
/* Adding some background color to the different menu items */

.nav li:nth-child(6n+1) {
  background: rgb(248, 248, 248);
}

.nav li:nth-child(6n+2) {
  background: rgb(248, 248, 248);
}

.nav li:nth-child(6n+3) {
  background: rgb(248, 248, 248);
}

.nav li {
  float: left;
  width: 311px;
  text-align: center;
  margin-left: 13px;
  border-bottom: solid 2px #f0f0f0;
  -webkit-transition: border .5s;
  -moz-transition: border .5s;
  -o-transition: border .5s;
  -ms-transition: border .5s;
  transition: border .5s;
}
.nav li a:hover p{ color:#fff;}
.nav li a:hover {
	cursor: default;
	background-color: #C00;
	box-shadow: 0px 0px 18px 0px rgba( 0, 0, 0,.4);
	position: relative;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

  -webkit-transition: box-shadow .6s ease-in-out;
  -moz-transition: box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  -ms-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
}


  /* icon位置 */
  
.icon {
  padding-top: 20px;
}

.icon + span {
  margin-top: 20px;
  -webkit-transition: margin .5s;
  -moz-transition: margin .5s;
  -o-transition: margin .5s;
  -ms-transition: margin .5s;
  transition: margin .5s;
}

  /* Animating the height of the element*/
.nav a {
  height: 320px;
}

.no-touch .nav a:hover ,
  .nav a:active ,
  .nav a:focus {
  height: 320px;
  
} 

  /* Making the text follow the height animation */
.no-touch .nav a:hover .icon + span {
  margin-top: 40px;
  -webkit-transition: margin .5s;
  -moz-transition: margin .5s;
  -o-transition: margin .5s;
  -ms-transition: margin .5s;
  transition: margin .5s;
}

  /* Positioning the icons and preparing for the animation*/
.nav i {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding:8px;
  border-radius: 50%;
  font-size: 40px;
  box-shadow: 0 0 0 30px transparent;
  background: rgba(255,255,255,0.1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: box-shadow .6s ease-in-out;
  -moz-transition: box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  -ms-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
} 
  
  /* Animate the box-shadow to create the effect */
.no-touch .nav a:hover i,
  .no-touch .nav a:active i,
  .no-touch .nav a:focus i {
  box-shadow: 0 0 0 0 rgba(102,102,102,0.2);
  -webkit-transition: box-shadow .4s ease-in-out;
  -moz-transition: box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out;
  -ms-transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
}
/*services结束*/   
/*works开始*/
#filters {
  margin: 0 10px 10px 20px;
  padding: 0;
  list-style: none;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

#filters li span.active {
  background: #52a7d2;
  color: #fff;
  border-radius: 2px;
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  float: left;
  overflow: hidden;
  padding: 2px;
  
}

.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #666;
	cursor: pointer;
	height: 180px;
	width: 289.3px;
	margin: 0 0 16px 18px;
	border: 8px #fff solid;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.portfolio img {
  max-width: 100%;
  position: relative;
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
}

.portfolio .label-bg {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  line-height: 16px;
}

.portfolio .text-category {
  display: block;
  font-size: 8px;
}
/* #Clearing */

/* Self Clearing Goodness */
.common:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-bottom: 40px;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*works结束*/
/*designers开始*/

.ch-grid {
  display: block;
  list-style: none outside none;
  margin: 0 20px 0 20px;
  padding: 0;
  float: left;
  width: 960px;
}

.ch-grid li {
  display: inline-block;
  height: 300px;
  width: 237.5px;
  margin:60px 0 0 0;
}

.ch-name {
  font-size: 18px;
  text-align: center;
  padding-bottom: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  color: #888;
}

.ch-item {
  margin: 0 auto;
  padding: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 0 #5e5e5e,
    inset 0 0 0 6px rgba(255,255,255,.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-img-1 {
  background: url(../images/4.jpg)no-repeat scroll center center / 160px auto rgba(0, 0, 0, 0);
}

.ch-img-2 {
  background: url(../images/5.jpg)no-repeat scroll center center / 160px auto rgba(0, 0, 0, 0);
}

.ch-img-3 {
  background: url(../images/6.jpg)no-repeat scroll center center / 160px auto rgba(0, 0, 0, 0);
}

.ch-img-4 {
  background: url(../images/7.jpg)no-repeat scroll center center / 160px auto rgba(0, 0, 0, 0);
}

.ch-info {
  position: absolute;
  width: 160px;
  height: 160px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
 /*for a smooth font */;
}

.ch-info h3 {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 0;
  line-height: 160px;
  font-weight:normal;
  position: relative;
  text-shadow: 0 0 1px #FFFFFF, 0 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.ch-item:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2),
    inset 0 0 0 10px rgba(255,255,255,0.2),
    0 1px 2px rgba(0,0,0,0.2);
}

.ch-item:hover .ch-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*designers结束*/
/*abuotus开始*/
.aboutusbg{
  background:url(../images/bg.jpg) top no-repeat;
   width: 960px;
   height:280px;
   margin:20px 20px 0 20px;
   position: relative;
 
}
.lanse{
    width: 920px;
    height:80px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 40px 20px 0 20px;
    background-color: #fff; 
    margin-top: -30px;
}
.lanse p{
  letter-spacing: 1.2px;
  color: #888888;
  text-align: center;
  padding-top: 6px;
}
.table{
  width: 960px; 
  float: top;
  height: 81px;
  margin: 0 20px 0 20px;
  padding: 0;
}
.table ul{
  border-top: 1px solid #EFEFF0;
  clear: both;
  height: 80px;
  overflow: hidden;
  width: 960px;
  padding: 0;
}
.table li{ 
  float: left;
  height: 80px;
  overflow: hidden;
  padding: 0;
  width: 160px;
}
.table li img{
 height: 80px;
 margin: 0;
 padding: 0;
 width: 160px;
}
.grid {
  margin:0 auto;
  padding: 166px 0 0 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 960px;
  height: 100px;
}


.grid li {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 20px;
}
.item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  cursor: default;
  border-style: solid;
  border-width: 2px;
  border-color: rgb( 240, 239, 239 );
  border-radius: 50%;
  position: absolute;
}


.info-wrap{
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;

  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  top: 5px;
  left: 5px;
  box-shadow: 
    0 0 0 6px rgba(255,255,255,1), 
    inset 0 0 1px rgba(115,114, 23, 0.8);
}




.info{
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
    
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

}

.info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.info .info-back {
  -webkit-transform: rotate3d(0,1,0,180deg);
  -moz-transform: rotate3d(0,1,0,180deg);
  -o-transform: rotate3d(0,1,0,180deg);
  -ms-transform: rotate3d(0,1,0,180deg);
  transform: rotate3d(0,1,0,180deg);
  
  background: #4ea6d4;
}

.img2 {
	background-color: #C00;
}

.info h3 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 70px;
  font-weight:normal;
  text-transform: uppercase;
}

.item:hover .info-wrap {
  box-shadow: 
    0 0 0 6px rgba(255,255,255,1), 
    inset 0 0 0px rgba(115,114, 23, 0.8);
}

.item:hover .info {
  -webkit-transform: rotate3d(0,1,0,-180deg);
  -moz-transform: rotate3d(0,1,0,-180deg);
  -o-transform: rotate3d(0,1,0,-180deg);
  -ms-transform: rotate3d(0,1,0,-180deg);
  transform: rotate3d(0,1,0,-180deg);
}

/*aboutus结束*/
/*contacts开始*/
.left {
  width: 640px;
  height: auto;
  margin:20px 0 20px 20px;
  float: left;
}

.map {
  width: 640px;
  height: 290px;
  margin: 0 0 20px 0;
  float: left;
  border: dotted 1px #ccc;
}

.phone {
  width: 640px;
  height: 70px;
  line-height: 12px;
  font-size: 12px;
  letter-spacing: 1px;
  clear: both;
}
.phone p{
  color: #999;
}

.contactform {
  width: 300px;
  float: left;
  margin: 20px 0 0 20px;
}
.contactform  ul {
    float: left;
    height: 122px;
    margin: 0 ;
    width: 300px;
    padding: 0;
}
.contactform  ul li {
    border-left: 6px solid #CCCCCC;
    float: left;
    height: 34px;
    margin: 0 0 10px 0;

}
.contactform  ul li span {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #666;
    display: block;
    float: left;
    font-family: '微软雅黑';
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    opacity: 0.7;
    padding: 0 0 0 10px;
    width: 60px;
}
.contactform  ul li input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #CCCCCC;
    color: #888888;
    float: left;
    font-family: 'AGENCYR',AGENCYR,Verdana,Arial,Helvetica;
    height: 32px;
    line-height: 34px;
    margin: 0;
    padding: 0 10px;
    width: 202px;
}
.submit {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  border: dotted 1px #ccc;
  position: relative;
  font-size: 12px;
  color: #fff;
  background-color: #5d5d5d;
  width: 300px;
  text-align: center;
  margin-top: 4px;
  padding: 0;

}
.contactform  textarea {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px dotted #CCC;
    color: #888888;
    float: left;
    font-family: '微软雅黑';
    height: 175px;
    margin-top: 10px;
    padding: 10px;
    width: 278px;
}


/*contacts结束*、
/*footer开始*/
.copyright{
  width: 960px;
  height: 32px;
  margin:0 auto;
  padding:0 20px 0 20px;
  line-height: 32px;
  text-align: left;
  color: #999;
  }
.copyright a{
  color: #999;
  text-decoration: none;
  }
.copyright a:hover{
  color: #FFFFFF;
  text-decoration:none;
  }
