body,
div,
span,
p,
a,
img,
input,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
strong,
em,
i,
del {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

input {
  border: 0 none;
  outline: 0 none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.header {
    height: 65px;
    background-color: #101636;
}
.header .nav {
    height: 65px;
}
.header .nav .logo {
    float: left;
    line-height: 65px;
}
.header .nav .logo h1 {
    float: left;
}
.header .nav .logo .separator {
    width: 2px;
    height: 20px;
    background: #154458;
    margin: 0 40px;
    display: inline-block;
    vertical-align: middle;
}
.header .nav .logo .subTitle {
    display: inline-block;
    color: #546365;
}
.header .nav .navLists {
    float: right;
}
.header .nav .navLists li {
    float: left;
    line-height: 65px;
    margin-left: 40px;
    position: relative;
}
.header .nav .logo .logoImg {
    display: inline-block;
    width: 90px;
    height: 27px;
    background-image: url('../images/header/logo.png');
}
.header .nav .navLists li a {
    color: #fff;
}
.header .nav .navLists li a:hover {
    color: #0fb57c;
}
.header .nav .navLists li.active .tab {
    height: 2px;
    position: absolute;
    background-color: #32b0ee;
    top: 0;
    width: 100%;
}

#swiper1 {
    height: 800px;
}
#swiper1 .swiper-slide,
.swiper-slide .iconList li a {
    background-position: center center;
    background-repeat: no-repeat;
}
#swiper1 .slide1 {
    background-image: url('../images/header/slide1.png');
	background-size: cover;
}
#swiper1 .slide2 {
    background-image: url('../images/header/slide2.png');
	background-size: cover;
}
.swiper-slide .iconList li a {
    display: inline-block;
    width: 20px;
    height: 20px;
}
#swiper1 .swiper-slide .content {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    color: #cdd3d2;
}
#swiper1 .content .title {
    font-size: 50px;
}
#swiper1 .content .title .bold {
    font-weight: 700;
    color: #fff;
}
#swiper1 .content .subTitle {
    font-size: 35px;
}
#swiper1 .content .subTitle .green {
    color: #0fb57c;
}
#swiper1 .content .text .line {
    width: 30px;
    height: 2px;
    background-color: #0fb57c;
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
}
#swiper1 .content .text .desc {
    display: inline-block;
    line-height: 75px;
}
.iconList li.dribbble a {
    background-image: url('../images/header/dribbble.png');
}
.iconList li.facebook a {
    background-image: url('../images/header/facebook.png');
}
.iconList li.google a {
    background-image: url('../images/header/google.png');
}
.iconList li.twitter a {
    background-image: url('../images/header/twitter.png');
}
.iconList {
    margin-top: 50px;
}
.iconList li {
    display: inline-block;
    margin: 0 2px;
}

.guide {
    text-align: center;
    padding-top: 95px;
}
.guide .title {
    font-size: 24px;
    font-weight: 700;
    color: #0fb57c;
}
.guide .splitLine {
    line-height: 50px;
}
.guide .splitLine .line {
    display: inline-block;
    width: 90px;
    height: 1px;
    vertical-align: middle;
    background-color: #e5e9ec;
    margin: 0 8px;
}
.guide .splitLine .heart {
    display: inline-block;
    width: 18px;
    height: 14px;
    background-image: url(../images/features/heart.png);
}

.features {
    background-color: #f4f7f9;
}
.features .content ul {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.features .content ul .leftIcon {
    width: 40px;
    height: 40px;
    float: left;
}
.features .content ul .branding .leftIcon {
    background-image: url('../images/features/brand.png');
}
.features .content ul .development .leftIcon {
    background-image: url('../images/features/develop.png');
}
.features .content ul .consulting .leftIcon {
    background-image: url('../images/features/consult.png');
}
.features .content {
    margin: 20px 0 100px;
}
.features .content ul li {
    padding: 15px;
}
.features .content ul li .rightText {
    width: calc(100% - 80px);
    margin-left: 15px;
    float: left;
}
.features .content ul li .rightText .subtitle {
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 15px;
}
.features .content ul li .rightText .desc {
    color: #70808b;
}

.hide {
    display: none;
}
.works {
    text-align: center;
}
.works .pictures .eye {
    width: 30px;
    height: 30px;
    background-image: url(../images/works/eye.png);
    margin-top: 20%;
    display: inline-block;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.works .pictures .text2 {
    font-size: 12px;
}
.works .pictures ul {
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.works .pictures li {
    width: 25%;
    cursor: pointer;
    position: relative;
}
.works .pictures li img {
    width: 100%;
}
.works .pictures li .layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0eb493;
    opacity: .8;
    color: #fff;
}
.works .text,
.team .text,
.discuss .text {
    color: #62656a;
    margin-top: 20px;
    width: 80%;
    display: inline-block;
}
.works .filter {
    margin: 35px 0;
}
.works .filter li {
    display: inline-block;
    padding: 5px 19px;
    cursor: pointer;
}
.works .filter li.active {
    background-color: #0eb493;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
}

.team,
.discuss {
    text-align: center;
}
.team .pictureTeam {
    margin-top: 80px;
}
.team .pictureTeam .list i {
    background-color: #12806a;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.team .pictureTeam .list .Twitter {
    background-image: url('../images/team/Twitter.png');
}
.team .pictureTeam .list .FB {
    background-image: url('../images/team/FB.png');
}
.team .pictureTeam .list .G {
    background-image: url('../images/team/G.png');
}
.team .pictureTeam .picture {
    position: relative;
}
.team .pictureTeam .picture img {
    width: 100%;
}
.team .pictureTeam .picture .layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0eb493;
    opacity: .8;
    color: #fff;
}
.team .pictureTeam .picture .layer .text1 {
    margin: 15px 30px 15px;
}
.team .pictureTeam .picture .layer .text2 {
    opacity: .8;
}
.team .pictureTeam .picture .layer .list {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.team .pictureTeam .name {
    line-height: 40px;
}
.team .pictureTeam .job {
    color: #7d8b95;
    font-size: 12px;
}
.team .pictureTeam li:hover .name {
    color: #11b594;
}
.team .pictureTeam li {
    float: left;
    width: 25%;
    padding: 0 10px;
    cursor: pointer;
}

.facts {
    height: 600px;
    background-repeat: no-repeat;
    background-image: url('../images/facts/layer.png');
	background-size: cover;
    margin-top: 100px;
}
.facts .guide .heart {
    background-image: url('../images/facts/heart_white.png');
}
.facts .factsList {
    margin-top: 30px;
}
.facts .factsList .circle {
    width: 130px;
    height: 130px;
    background-image: url('../images/facts/circle.png');
    text-align: center;
    line-height: 160px;
    display: inline-block;
}
.facts .factsList i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.facts .factsList .clock i {
    background-image: url('../images/facts/clock.png');
}
.facts .factsList .friends i {
    background-image: url('../images/facts/friends.png');
}
.facts .factsList .rocket i {
    background-image: url('../images/facts/rocket.png');
}
.facts .factsList .cup i {
    background-image: url('../images/facts/cup.png');
}
.facts .factsList ul li {
    float: left;
    color: #fff;
    width: 25%;
    text-align: center;
}
.facts .factsList ul li .number {
    font-size: 40px;
    font-weight: 700;
    margin-top: 35px;
}
.facts .factsList ul li .text {
    opacity: .8;
}

.discuss .info {
    margin-top: 80px;
    text-align: left;
}
.discuss .info .left {
    float: left;
    width: 20%;
    color: #798088;
    margin-right: 5%;
}
.discuss .info .left .textTop {
    font-size: 20px;
    opacity: .9;
    margin-bottom: 35px;
    color: #000;
}
.discuss .info .inputBox {
    float: left;
    width: 65%;
}
.discuss .info .inputBox .title {
    font-size: 20px;
    font-weight: 700;
}
.discuss .info .inputBox .inputRow {
    margin-top: 20px;
}
.discuss .info .inputBox .inputRow .inputGroup {
    float: left;
    width: 100%;
}
.discuss .info .inputBox .inputRow .inputHalf:first-child {
    margin-right: 4%;
}
.discuss .info .inputBox .inputRow .inputGroup.inputHalf {
    width: 48%;
}
.discuss .info .inputBox .inputRow .inputGroup .label {
    color: #adb1b6;
}
.discuss .info .inputBox .inputRow .inputGroup .inputText {
    border-bottom: 1px solid #adb1b6;
}
.discuss .info .inputBox .inputRow .inputGroup .inputText input {
    width: 100%;
    height: 28px;
    font-size: 16px;
}
.discuss .info .inputBox .email {
    text-align: right;
    margin-top: 30px;
}
.discuss .info .inputBox .email i {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-image: url('../images/discuss/email.png');
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 5px;
}
.discuss .info .right {
    float: right;
    width: 50px;
    text-align: center;
}
.discuss .info .right li {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 0;
}
.discuss .info .right li.behance {
    background-image: url('../images/discuss/behance.png');
}
.discuss .info .right li.twitter {
    background-image: url('../images/discuss/twitter.png');
}
.discuss .info .right li.dribbble {
    background-image: url('../images/discuss/dribbble.png');
}
.discuss .info .right li.forrst {
    background-image: url('../images/discuss/forrst.png');
}
.discuss .info .right li.google {
    background-image: url('../images/discuss/google.png');
}
.map {
    height: 215px;
    background-image: url('../images/discuss/map.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
}
.map i {
    width: 26px;
    height: 35px;
    display: inline-block;
    background-image: url('../images/discuss/position.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 50px 0 0 100px;
}


.footer {
	text-align: center;
	padding: 20px;
    background-color: #1ea78d;
    opacity: .9;
    color: #fff;
	font-size: 15px;
}
.footer a {
	color: #fff;
}
