@charset "utf-8";

.intro-feature {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.resourceProduct.intro-feature {
	background-image: url(../images/bg-green.png);
}
.appsProduct.intro-feature {
	background-image: url(../images/bg-blue.png);
}
.managerProduct.intro-feature {
	background-image: url(../images/bg-orange.png);
}
.product-adjec {
  display: none;
  font-size: 18px;
  color: #638eb2;
}
.product-name {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 64px;
}

.product-define {
  margin: 20px auto;
  width: 90%;
  max-width: 1040px;
  font-size: 30px;
  font-weight: normal;
  line-height: 64px;
}
.product-feature {
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.product-feature li {
  float: left;
  padding-top: 35px;
  width: 33.33%;
}
.product-feature .feature-icon {
  float: left;
  margin-top: 30px;
  width: 66px;
  height: 66px;
  font-size: 50px;
  line-height: 66px;
  line-height: 68px\0;
  text-align: center;
  background: url(../images/circle.png) no-repeat 0 0;
  filter: Alpha(opacity=24);
  border: 1px solid transparent;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .24);
  border-radius: 50%;
}
.product-feature .feature-title {
  margin: 0 20px 10px 100px;
  text-align: left;
  overflow: hidden;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
}
.product-feature .feature-intro {
  margin: 0 20px 0 100px;
  text-align: left;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  opacity: .50;
  filter: Alpha(opacity=50);
}

.scene-list {
	padding-top: 40px;
	overflow: hidden;
}

.scene-item {
	float: left;
	width: 286px;
	height: 286px;
	color: #fff;
}
.scene-item.scene-os {
	background: url(../images/envir-1.png) no-repeat 0 0;
}
.scene-item.scene-db {
	background: url(../images/envir-2.png) no-repeat 0 0;
}
.scene-item.scene-platform {
	background: url(../images/envir-3.png) no-repeat 0 0;
}
.scene-item h4 {
	margin: 70px 0 20px;
	font-size: 24px;
	line-height: 36px;
}
.scene-item .scene-item-detail {
	padding: 0 50px;
	font-size: 16px;
	line-height: 200%;
}
/******* 第二屏 ******/
.product-enter {
  height: 60px;
  background: #fff;
}

.product-enter .nav-tabs {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.nav-tabs li {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
}
.nav-tabs li a {
  display: block;
  padding: 10px 15px;
  color: #706f6f;
  text-decoration: none;
  line-height: 1;
}
.nav-tabs li.active a,
.nav-tabs li a:hover {
  color: #f27200;
  border-bottom: 2px solid #f27200;
}

.product-detail {
  padding-bottom: 30px;
  background: #fff;
}
.product-item {
  position: relative;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.product-item .article-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 860px;
}
.article-inner h2 {
  margin: 20px auto;
  font-size: 26px;
  font-weight: normal;
  color: #202020;
  line-height:30px;
}
.article-inner p {
  margin: 20px auto;
  font-size: 18px;
  color: #696969;
  line-height:26px;
}
.article-inner ol,
.article-inner ul {
  display: inline-block;
  text-align: left;
  color: #696969;
}
.product-item .article-inner img {
  max-width: 90%;
  max-height: 90%;
}
.case-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.case-list li {
  width: 46%;
  text-align: center;
}
.case-list li.case-left {
  float: left;
}
.case-list li.case-right {
  float: right;
}
.download {
  display: inline-block;
  text-align: left;
}
/*
http://www.cnblogs.com/StormSpirit/archive/2012/10/24/2736453.html
*/
.case-list li .case-logo-box {
  display: table-cell;
  width: inherit;
  height: 100px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.case-list li p {
  margin: 0;
  font-size: 18px;
  color: #6a6969;
}


@media screen and (max-width: 801px) {
  .product-define {
    margin-top: 30px;
    font-size: 30px;
    line-height: 50px;
  }
  .product-feature .feature-icon {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .product-define {
    font-size: 24px;
    line-height: 36px;
  }
  .intro-feature {
    position: static !important;
    height: auto !important;
    padding-top: 98px !important;
  }
  .product-feature {
    width: 100%;
  }
  .product-detail {
    position: static !important;
    padding-top: 0;
  }
  .product-detail .product-item {
    height: auto !important;
    padding: 20px 0;
  }
  .product-feature li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .product-feature .feature-icon {
    float: none;
    display: inline-block;
  }
  .product-feature .feature-title {
    display: inline-block;
    margin: 0 auto;
    padding-left: 10px;
    text-align: center;
    line-height: 40px;
  }
  .product-feature .feature-intro {
    margin: 10px auto 30px;
    max-width: 90%;
    text-align: center;
  }
  .product-item .article-inner .inner-title {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .article-inner h2 {
    font-size: 28px;
  }
  .article-inner p,
  .case-list li p {
    font-size: 16px;
  }

  .case-list li.case-left,
  .case-list li.case-right {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .case-list li .case-logo-box {
    display: block;
    margin: 20px auto;
    height: auto;
  }

  html, body {
    height: 100% !important;
    overflow: visible !important;
  }
  .product-enter,
  #dots {
    display: none !important;
  }

  #footer {
    position: static;
  }
}