.text-color {
  color: #03c;
}
.bg-color {
  background: #03c !important;
}
.border-size1 {
  border: 1px solid #03c;
}
.border-size2 {
  border: 2px solid #03c;
}
.box-shadow {
  -webkit-box-shadow: 0 0 9px 3px rgba(0,51,204,0.4);
  -moz-box-shadow: 0 0 9px 3px rgba(0,51,204,0.4);
  box-shadow: 0 0 9px 3px rgba(0,51,204,0.4);
}
.bg-opactiy {
  background: rgba(0,51,204,0.7);
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
a,
span {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #03c;
}
ul li,
ol li {
  list-style: none;
}
/* img {
  display: block;
} */
.header,
.logo,
nav,
.banner,
.productCenter,
.aboutUs,
.coreStrengths,
.successfulCases,
.news,
.footer {
  width: 100%;
}
.header .title,
.logo .title,
nav .title,
.banner .title,
.productCenter .title,
.aboutUs .title,
.coreStrengths .title,
.successfulCases .title,
.news .title,
.footer .title {
  margin-top: 50px;
  background: url("../img/title-bg.png") no-repeat top center;
  padding-top: 20px;
  text-align: center;
}
.header .title p,
.logo .title p,
nav .title p,
.banner .title p,
.productCenter .title p,
.aboutUs .title p,
.coreStrengths .title p,
.successfulCases .title p,
.news .title p,
.footer .title p {
  font-size: 20px;
  color: #666;
}
.header .title h2,
.logo .title h2,
nav .title h2,
.banner .title h2,
.productCenter .title h2,
.aboutUs .title h2,
.coreStrengths .title h2,
.successfulCases .title h2,
.news .title h2,
.footer .title h2 {
  margin-top: 20px;
  font-size: 42px;
}
.header {
  background: #d2d2d2;
  font-size: 14px;
  line-height: 2em;
}
.header .right p {
  display: inline-block;
}
.logo .left {
  width: 77%;
}
.logo .left img {
  margin: 15px 10px 15px 0;
}
.logo .left h2 {
  padding-top: 25px;
  margin-top:0px;
  font-size: 36px;
  color: #000;
}
.logo .left p {
  font-size: 18px;
  color: #999;
}
.logo .right {
  width: 253px;
}
.logo .right img {
  margin: 25px 10px 25px 0;
}
.logo .right p {
  color: #000;
  font-size: 16px;
  padding-top: 32px;
}
.logo .right p span {
  font-size: 22px;
  font-weight: bold;
}
nav .navbar-header {
  width: 100%;
}
nav .navbar-header button i {
  display: block;
  padding: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
nav .nav {
  width: 100%;
}
nav.navbar.bootsnav {
  background: #03c;
  border: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 15px;
  color: #fff;
}
.productCenter .product-menu {
  margin: 0 auto;
  margin-top: 40px;
}
.productCenter .product-menu button {
  margin-right: 15px;
  margin-bottom: 20px;
  background: #eee;
  padding: 5px 15px;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.productCenter .product-menu .active {
  background: #03c;
  color: #fff;
}
.productCenter .gallery-active {
  width: 100%;
}
.productCenter .product {
  margin-top: 10px;
}
.productCenter .product ul li {
  margin-bottom: 30px;
  float: left;
}
.productCenter .product ul li:nth-child(2) {
  animation-delay: 100ms;
}
.productCenter .product ul li:nth-child(3) {
  animation-delay: 200ms;
}
.productCenter .product ul li:nth-child(4) {
  animation-delay: 300ms;
}
.productCenter .product ul li:nth-child(5) {
  animation-delay: 400ms;
}
.productCenter .product ul li:nth-child(6) {
  animation-delay: 500ms;
}
.productCenter .product ul li:nth-child(7) {
  animation-delay: 600ms;
}
.productCenter .product ul li:nth-child(8) {
  animation-delay: 700ms;
}
.productCenter .product ul li .img {
  padding: 10px;
  border: 1px solid #7d7d7d;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.productCenter .product ul li .img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productCenter .product ul li .img .details {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productCenter .product ul li .img .details h4 {
  font-weight: bold;
  margin-top: 40%;
}
.productCenter .product ul li .img .details p {
  color: #fff;
}
.productCenter .product ul li:hover .details {
  opacity: 1;
}
.productCenter .product ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.productCenter .product ul li p {
  margin-top: 10px;
}
.aboutUs .content {
  margin-top: 50px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.aboutUs .content .bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.aboutUs .content .container {
  background: #fff;
  -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 7px 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 7px 3px rgba(0,0,0,0.3);
  padding: 50px;
  position: relative;
}
.aboutUs .content .container h4 {
  font-size: 26px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.aboutUs .content .container h3 {
  position: absolute;
  font-weight: bold;
  font-size: 36px;
  color: #eee;
  top: 40px;
  left: 50%;
  margin-left: -178px;
}
.aboutUs .content .container p {
  width: 95%;
  margin: 40px auto;
  font-size: 16px;
  line-height: 2em;
  color: #666;
  text-indent: 2em;
}
.aboutUs .content .container ul li {
  float: left;
}
.aboutUs .content .container ul li .text {
  width: 205px;
  height: 205px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}
.aboutUs .content .container ul li .text p {
  text-indent: inherit;
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.aboutUs .content .container ul li .text h1 {
  font-weight: bold;
  font-size: 60px;
}
.aboutUs .content .container ul li .text h1 span {
  font-size: 16px;
  color: #000;
  font-weight: inherit;
}
.coreStrengths {
  position: relative;
  overflow: hidden;
}
.coreStrengths .bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.coreStrengths .title {
  margin-bottom: 40px;
}
.coreStrengths .strengths {
  margin-bottom: 50px;
}
.coreStrengths .strengths .text .number {
  font-size: 60px;
  color: #aaa;
  font-weight: bold;
}
.coreStrengths .strengths .text .content {
  padding-top: 20px;
}
.coreStrengths .strengths .text .content h4 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.coreStrengths .strengths .text .content span {
  width: 350px;
  height: 1px;
  background: #bfbfbf;
  display: block;
  margin-bottom: 20px;
}
.coreStrengths .strengths .text .content p {
  font-size: 16px;
  line-height: 2.5em;
}
.coreStrengths .strengths .text .content p i {
  width: 15px;
  height: 15px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 12px;
  margin-right: 10px;
}
.coreStrengths .two .text,
.coreStrengths .four .text {
  padding-left: 60px;
}
.coreStrengths .one {
  animation-delay: 100ms;
}
.coreStrengths .two {
  animation-delay: 200ms;
}
.coreStrengths .three {
  animation-delay: 300ms;
}
.coreStrengths .four {
  animation-delay: 400ms;
}
.successfulCases .title {
  margin-bottom: 50px;
  margin-top: 50px;
}
.successfulCases .case_right h3 {
  font-size: 30px;
  color: #333;
  margin-top: 30px;
}
.successfulCases .case_right h3 span i {
  font-style: normal;
  display: inline-block;
  padding: 0.2em 0.5em;
}
.successfulCases .case_right p {
  line-height: 2em;
  margin: 30px 0;
  color: #999;
}
.successfulCases .case_right ul li {
  display: block;
  color: #212121;
  text-transform: uppercase;
  padding-top: 1.5em;
  margin-left: 3em;
}
.successfulCases .agileits_case_grid_three {
  margin-top: 40px;
}
.successfulCases .wthree_case_grid_three_left1 {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 40px;
}
.successfulCases .agileits_para {
  line-height: 2em;
  width: 90%;
  color: #999;
  margin: 30px auto;
}
.successfulCases .grid figure {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
}
.successfulCases .grid figure img {
  position: relative;
  display: block;
  opacity: 0.8;
}
.successfulCases .grid figure figcaption {
  padding: 2em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.successfulCases .grid figure figcaption::before {
  pointer-events: none;
}
.successfulCases .grid figure figcaption::after {
  pointer-events: none;
}
.successfulCases .grid figure h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.successfulCases .grid figure h3 span {
  font-weight: 800;
}
.successfulCases .grid figure p {
  letter-spacing: 1px;
  color: #fff;
  line-height: 2em;
}
.successfulCases figure.effect-roxy img {
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.successfulCases figure.effect-roxy figcaption {
  padding: 4em;
  text-align: right;
}
.successfulCases figure.effect-roxy figcaption::before {
  position: absolute;
  width: 82%;
  height: 82%;
  top: 30px;
  right: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.successfulCases figure.effect-roxy figcaption h3 {
  padding: 0 0 0.5em;
  font-size: 1.7em;
  color: #fff;
}
.successfulCases figure.effect-roxy figcaption p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.successfulCases .figure.effect-roxy:hover img,
.successfulCases .agileinfo_case_grid_three_left:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.successfulCases .figure.effect-roxy:hover figcaption::before,
.successfulCases figure.effect-roxy:hover p,
.successfulCases .agileinfo_case_grid_three_left:hover figcaption::before,
.successfulCases agileinfo_case_grid_three_left:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.news .title {
  margin-bottom: 30px;
}
.news ul li {
  float: left;
  display: inline-block;
}
.news ul li a {
  padding: 8px 20px;
  font-size: 14px;
}
.news ul .active a {
  color: #fff;
}
.news .content {
  margin-top: 80px;
}
.news .left {
  background: #f8f8f8;
  padding: 20px 50px 20px;
}
.news .left a {
  display: block;
  position: relative;
}
.news .left .left-date {
  color: #999;
  font-size: 24px;
}
.news .left h4 {
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.news .left p {
  line-height: 26px;
  overflow: hidden;
  margin: 20px 0;
  color: #999;
  height: 50px;
}
.news .left .left-img {
  display: block;
  overflow: hidden;
}
.news .left .left-img img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin: auto;
}
.news .left:hover .left-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news .left .left-more {
  top: 0;
  opacity: 0;
  width: 70px;
  height: 40px;
  position: relative;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news .left .left-more::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news .left .left-more::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news .left:hover .left-more {
  top: -20px;
  opacity: 1;
}
.news .left:hover .left-more:before {
  margin-left: -8px;
}
.news .left:hover .left-more:after {
  margin-top: -8px;
}
.news .right .right-item {
  border-top: 1px solid #e5e5e5;
  padding: 30px;
}
.news .right .right-item:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.news .right .right-item:hover .right-text {
  left: 10px;
}
.news .right .right-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.news .right .right-item .right-date {
  font-size: 22px;
  margin-left: 50px;
  color: #999;
}
.news .right .right-item .right-more {
  width: 40px;
  height: 15px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-left: 1px solid #e5e5e5;
  overflow: hidden;
}
.news .right .right-item .right-text {
  overflow: hidden;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news .right .right-item .right-text h4 {
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .right .right-item .right-text h4::before {
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  background: #03c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.news .right .right-item .right-text p {
  color: #999;
  height: 50px;
  padding-left: 20px;
  overflow: hidden;
  margin-top: 15px;
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.footer .boxshadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}
.footer .container ul li {
  margin-bottom: 20px;
}
.footer .container ul li a {
  color: #fff;
  font-size: 18px;
}
.footer .container .left,
.footer .container .center,
.footer .container .right {
  /*border-right: 1px solid #fff;*/
  height: 240px;
  color: #fff;
}
.footer .container .left img {
  margin: 10% 0 20px 0;
}
.footer .container .left h3 {
  font-size: 36px;
}
.footer .container .left p {
  font-size: 18px;
}
.footer .container .center p {
  font-size: 16px;
  line-height: 3em;
}
.footer .container .right img {
  margin: 10% auto 10px;
}
.footer .bottom {
  background: #d2d2d2;
}
.footer .bottom p {
  line-height: 4em;
}
@media only screen and (max-width: 960px) {
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-toggle {
    margin-top:5px
  }
  .productCenter .title,
  .aboutUs .title,
  .coreStrengths .title,
  .successfulCases .title,
  .news .title {
    margin-top: 80px;
    background: url("../img/title-bg-iphone.png") no-repeat top center;
    padding-top: 20px;
  }
  .productCenter .title p,
  .aboutUs .title p,
  .coreStrengths .title p,
  .successfulCases .title p,
  .news .title p {
    font-size: 14px;
  }
  .productCenter .title h2,
  .aboutUs .title h2,
  .coreStrengths .title h2,
  .successfulCases .title h2,
  .news .title h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .aboutUs .content {
    padding-top: 150px;
  }
  .aboutUs .content .container h4 {
    font-size: 20px;
  }
  .aboutUs .content .container h3 {
    font-size: 28px;
    margin-left: -138px;
  }
  .aboutUs .content .container p {
    font-size: 12px;
  }
  .coreStrengths .strengths .text .number {
    font-size: 40px;
  }
  .coreStrengths .strengths .text .content h4 {
    font-size: 18px;
  }
  .coreStrengths .strengths .text .content p {
    font-size: 12px;
  }
  .coreStrengths .two .text,
  .coreStrengths .four .text {
    padding-left: 15px;
  }
  .footer .container ul {
    margin-bottom: 30px;
  }
  .footer .container .left {
    border-right: none;
    height: 180px;
  }
  .footer .container .center,
  .footer .container .right {
    height: 140px;
  }
  .footer .container .center p {
    line-height: 2em;
  }
}
@media only screen and  (width: 375px){
  .productCenter .container {
    width:374px;
  }
}
@media only screen and  (width: 411px) {
  .productCenter .container {
    width:410px;
  }
}