/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  font:'微软雅黑','Microsoft YaHei' !important;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
 /* font: 13px/23px "Open Sans", sans-serif;*/
  font: 13px/23px '微软雅黑','Microsoft YaHei' !important;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: '微软雅黑','Microsoft YaHei' !important;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#solution,#services, #portfolio,#partner,#about, #contact {
 /* padding-top: 120px;*/
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #e3722e;
  color: white;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #e3722e;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #e3722e;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 40px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #e3722e;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}


/*------------------------------------------------------
  solution Styles 
--------------------------------------------------------*/  
#solution .portfolio-thumb img {
  
  width: 100%;
  height: auto;
}


#solution .portfolio-thumb img.first {  
  display: inline-block;
  visibility: visible;
}

#solution .portfolio-thumb img.last {
  display: none;
  visibility: visible;
}
#solution .portfolio-thumb:hover img.first {
  display: none;
  visibility: visible;
}
#solution .portfolio-thumb:hover img.last {
  display: inline-block;
  visibility: visible;
/*  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);*/
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 80px;
  margin-top: 100px;
  background: #3d3f3f;
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(235, 84, 36, 0.8);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 30%;
  top: 50px;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*------------------------------------------------------
  cases Styles 
--------------------------------------------------------*/
#cases {
  /*padding-bottom: 80px;
  margin-top: 100px;
  background: #3d3f3f;*/
}
#cases .partner{
  border: 1px solid rgba(101, 98, 96, 1);
}

#cases .title-section h2 {
  /*color: white;*/
}
#cases .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
#cases .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#cases .title{
  text-align: center;
}
#cases .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#cases .portfolio-thumb .cover {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#cases .portfolio-thumb .cover .inner .search{
  margin-top: 50%;
}
#cases .portfolio-thumb .cover .inner{
  position: absolute;
  width: 100%;
  top: 20%;
  left: 0;
  text-align: center;
}
#cases .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}

#cases .portfolio-thumb .inner h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 14px;
}

#cases .portfolio-thumb .inner h4 a {
  color: white;
}
#cases .portfolio-thumb .inner span {
  font-weight: 300;
  color: white;
}
#cases .portfolio-thumb:hover .cover{
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cases .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 10%;
}
/*------------------------------------------------------
	Partner Styles 
--------------------------------------------------------*/
#partner {
  /*padding-bottom: 80px;
  margin-top: 100px;
  background: #3d3f3f;*/
}
#partner .partner{
  /*border: 1px solid rgb(216, 212, 209);*/
}
#partner .title-section h4{
  color: white !important;
}
#partner .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
#partner .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#solution .portfolio-thumb .cover,
#partner .portfolio-thumb .cover {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#solution .portfolio-thumb .overlay,
#partner .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#solution .portfolio-thumb  .inner,
#partner .portfolio-thumb  .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#partner .portfolio-thumb .inner .fa{
  color: #fff;
  font-size: 60px;
  padding-bottom: 40px;
}
#partner .portfolio-thumb .inner .fa img{
  width: auto;
  height: 100px;
}
#solution .portfolio-thumb  .inner h4,
#partner .portfolio-thumb .inner h4 {
  font-size: 18px;
  line-height: 10px;
  margin-bottom: 0px;
}
#solution .portfolio-thumb .inner h4 a ,
#partner .portfolio-thumb .inner h4 a {
  color: white;
}
#partner .portfolio-thumb .inner span {
  font-weight: 300;
  color: white;
}
#solution .portfolio-thumb:hover .cover,
#partner .portfolio-thumb:hover .cover {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#solution .portfolio-thumb:hover .overlay,
#partner .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
/*------------------------------------------------------
  Partner Styles 
--------------------------------------------------------*/
#development {

}

#development .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  margin-left: 50px;
  margin-right: 50px;
}
#development .portfolio-thumb img {
  height: auto;
  width: 100%;
}
#development .portfolio-thumb .cover {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#development .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#development .portfolio-thumb  .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#development .portfolio-thumb .inner .fa{
  color: #fff;
  font-size: 60px;
  padding-bottom: 40px;
}
#development .portfolio-thumb .inner .fa img{
  width: auto;
  height: 100px;
}

#development .portfolio-thumb .inner h4 {
  font-size: 18px;
  line-height: 10px;
  margin-bottom: 0px;
}

#development .portfolio-thumb .inner h4 a {
  color: white;
}
#development .portfolio-thumb .inner span {
  font-weight: 300;
  color: white;
}
#development .portfolio-thumb:hover .cover {
  opacity: 1;
  visibility: visible;
}
#development .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

#aboutUs{

}
#aboutUs h4{
  font-size:18px;
  line-height:30px;
}
/*------------------------------------------------------
  Partner Styles 
--------------------------------------------------------*/
#contactUs {
  /*padding-bottom: 80px;
  margin-top: 100px;*/
  background: #f0f0f0;
}
#contactUs .contact{
  margin-top: 100px;
}
#contactUs .contact  h2 {
  color: #666;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 40px;
}
#contactUs .contact  h4 {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}

#contactUs .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}


#contactUs .portfolio-thumb .overlay {
  opacity: 1;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 360px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#contactUs .portfolio-thumb  .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
}
#contactUs .portfolio-thumb .inner .fa{
  color: #fff;
  font-size: 60px;
  padding-bottom: 40px;
}
#contactUs .portfolio-thumb .inner .fa img{
  width: auto;
  height: 100px;
}

#contactUs .portfolio-thumb .inner h4 {
  color: white;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

#contactUs .portfolio-thumb .inner h4 a {
  color: white;
}
#contactUs .portfolio-thumb .inner span {
  font-weight: 300;
  color: white;
}
#contactUs .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  /*font-family: 'Droid Serif', serif;*/
  font-family: '微软雅黑','Microsoft YaHei' !important;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}
/*------------------------------------------------------
  qqInfo Styles 
--------------------------------------------------------*/
#qqInfo{
  position: fixed;
  right: 0;
  top: 28%;
  height: 280px;
  width: 160px;
  z-index: 999999 !important;
  background: rgba(249, 133, 64, 0.8);  
}
#qqInfo .header a,
#qqInfo .header span{
  line-height: 36px;
  color: #fff;
}
#qqInfo .header span{
  font-size: 16px;
}
#qqInfo .cover img{
    position: relative;
    left: 0px;
    width: 160px;
    height: 60px;
}
#qqInfo .overlay {
    position: relative;
    top: 20px;
    text-align: center;
    color: #333;
}

#qqInfo .overlay h3{
    color: #333;
    line-height: 20px;
    font-size: 20px;
    padding-bottom: 10px;
}

#qqInfo .overlay h4{
    color: #333;
    line-height: 20px;
    font-size: 16px;

}

.launchBtn {
    position: relative;
    height: 22px;
    background-repeat: no-repeat;
    text-indent: 15px;
    line-height: 22px;
    cursor: pointer;
}
#qqInfo .overlay p{
    position: relative;
    top: 20px;
    color: #333;
    line-height: 24px;
    font-size: 12px;
}

#detail{

}
#detail .header{
  height: 260px;
  width: 100%;
}
#detail .header .title{
  position: fixed;
  z-index: 1000;
  font-size: 40px;
  top: 0px;
  left: 0px;
  height: 240px;
  width: 100%;
  padding: 160px 0 20px; 
  text-align:center;
  background: rgba(255,255,255,0.7);
}

/*#detail .detail {
  background: url('../images/system/casesDetailBg.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 0px;
  padding-bottom: 80px;
}*/
#detail .detail .container .brief{
  padding-top: 10px;
  font-size:22px;
  line-height:32px;
}
#detail .detail .container img{
  margin-top: 100px;
}
#detail .detail  .content {
  /*padding-top: 100px;*/
}
#detail .detail  .content p{
  text-indent: 2em;
  font-size:20px;
  line-height:32px;
}

#solution{

}
#solution .header{
  height: 260px;
  width: 100%;
}
#solution .header .title{
  position: fixed;
  z-index: 1000;
  font-size: 40px;
  top: 00px;
  left: 0px;
  height: 240px;
  width: 100%;
  padding: 160px 0 20px; 
  text-align:center;
  background: rgba(255,255,255,0.7);
}
#solution .title{
  text-align: center;
}
/*#solution .detail {
  background: url('../images/system/solutionDetailBg.png');
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0px;
  padding-bottom: 80px;
}*/
#solution .detail .container .brief{
  padding-top: 10px;
  font-size:22px;
  line-height:32px;
}
#solution .detail .container img{
  margin-top: 100px;
}
#solution .detail  .content {
  padding-top: 400px;
}
#solution .detail  .content h2{
  font-size:32px;
  line-height:40px;
  color: #444;
}
#solution .detail  .content p{
  text-indent: 2em;
  font-size:20px;
  line-height:32px;
  color: #666;
}
#team{

}
#team .container p{
  font-size: 18px;
}
/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #e3722e;
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 0px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 0px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
