
.line {
  background: #197dd2;
}
.advantage-img-box > img {
  padding: 5% 0;
}
.ios > .solution-left {
  margin-left: 8%;
  margin-right: 0;
}
.technology-bg {
  background-image: url(../images/main_adv_bg.png);
  background-size: 100% 100%;
  height: 670px;
}
.java-bg {
  background-image: url(../images/java_main_tec_bg.png);
  background-size: 100% 100%;
}
.java-bg > .container {
  padding-left: 15%;
  padding-right: 0;
  width: 100%;
}
.java-bg > .container > .row {
  display: box;              /* OLD - Android 4.4- */ 
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */  
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */  
  display: -ms-flexbox;      /* TWEENER - IE 10 */  
  display: -webkit-flex;     /* NEW - Chrome */  
  display: flex;  
}
.java-bg > .container > .row > div {
  padding: 1% 0 1em;
}
.java-bg > .container > .row > .right {
  position: relative;
  padding-left: 2%;
  border-left: 1px solid #fff;
  text-align: left;
}
.java-bg > .container > .row > .left {
  padding-right: 2%;
  text-align: right;
}

.java-bg-round {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate( -50%, 50%);
  -ms-transform: translate( -50%, 50%);   /* IE 9 */
  -moz-transform: translate( -50%, 50%);  /* Firefox */
  -webkit-transform: translate( -50%, 50%); /* Safari 和 Chrome */
  -o-transform: translate( -50%, 50%);  /* Opera */
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.java-bg-round- {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate( -50%, 7%);
  -ms-transform: translate( -50%, 7%);   /* IE 9 */
  -moz-transform: translate( -50%, 7%);  /* Firefox */
  -webkit-transform: translate( -50%, 7%); /* Safari 和 Chrome */
  -o-transform: translate( -50%, 7%);  /* Opera */
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
}
.technology-bg > .line, .java-bg > .line {
  background: #fff;
}

.technology-top, .technology-bottom, .technology-bottom-android {
  padding: 10%;
  text-align: center;
}
.technology-top {
  background: #298be7;
}


.technology-bottom, .technology-bottom-android {
  position: relative;
  background: #fff;
  color: #333;
  min-height: inherit;
  height: 72%;
}
.technology-bottom-android {
  height: 60%;
}
.technology-bottom-android > p {
  text-align: left;
}

.technology-top > img {
  margin: 0 auto 10%;
}

.technology-bottom > p {
  text-align: left;
}

.img-auto {
  margin: 0 auto;
  width: auto!important;
}

.scene {
  padding: 60px 28% 8%;
  width: 100%;
}
.middle-img {
  position: absolute;
  top: 50% ;
  left: 50% ;
  transform: translate( -50%, -50%);
  -ms-transform: translate( -50%, -50%);   /* IE 9 */
  -moz-transform: translate( -50%, -50%);  /* Firefox */
  -webkit-transform: translate( -50%, -50%); /* Safari 和 Chrome */
  -o-transform: translate( -50%, -50%);  /* Opera */
}


.technology-other {
  position: relative;
  padding: 3% 0;
  background: url(../images/technology_main_bottom_bg.png);
  background-size: 100% 100%;
  text-align: center;
}
.technology-other-btn {
  position: relative;
  padding: .5% 3% .5% 2%;
  width: 110px;
  height: 35px; 
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor:pointer;
}
.technology-other-btn:hover {
  color: #4fa0d8;
  border: 1px solid #4fa0d8;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.technology-other-btn:hover .triangle {
  border-color:transparent transparent transparent #4fa0d8;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.triangle {
  position: absolute;
  top: 52%;
  right: 0;
  transform: translate( -50%, -50%);
  -ms-transform: translate( -50%, -50%);   /* IE 9 */
  -moz-transform: translate( -50%, -50%);  /* Firefox */
  -webkit-transform: translate( -50%, -50%); /* Safari 和 Chrome */
  -o-transform: translate( -50%, -50%);  /* Opera */
  display:inline-block;
  width:0;
  height:0;
  border-width:8px;
  border-style:solid;
  border-color:transparent transparent transparent #fff;
}

.technology-other-box {
  padding: 14px;
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate( 0, -50%);
  width: 34%;
  min-width: 34%;
  background: rgba(1, 1, 1, .5);
  filter: alpha(opacity=0);
  opacity: 0;
}
.technology-other-box > ul > li > a {
  color: #fff;
  filter: alpha(opacity=50);
  opacity: .5;
  font-size: 14px;
  white-space:nowrap;
}
.technology-other-box > ul > li > a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.technology-other-box > ul {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.skill {
  background: #fff;
  color: #333;
}
.skill-ios > .row > div > img {
  float: right;
  width: 50%;
}

.data-pad-img {
  padding: 4% 0;
}

.data-warehouse > h1 {
  margin-top: 30px;
}
.data-warehouse > ul {
  margin-right: -3%;
  margin-top: 5%;
}
.data-warehouse > ul > li {
  padding: 0;
  margin-right: 3%;
  height: 380px;
  background: rgba(88, 103, 144, 0.8);
}
.data-warehouse > ul > li:hover {
  padding: 0;
  background: #fff;
}
.data-warehouse > ul > li:hover > .data-warehouse-default {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.data-warehouse > ul > li:hover > .data-warehouse-houver {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.data-warehouse-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  filter: alpha(opacity=100);
  opacity: 1;
}
.data-warehouse-default > img, .data-warehouse-houver > div > img {
  margin: 0 auto 10%;
}
.data-warehouse-default > img {
  width: 60%;
}
.technology-advantage-img > ul > li > .data-warehouse-default > img {
  width: 40%;
}
.technology-advantage-img-img > ul > li > .data-warehouse-default > img {
  width: 30%;
}
.migration > ul > li > .data-warehouse-houver > div > img {
  margin: 0 auto 10%;
}

.data-warehouse-houver {
  filter: alpha(opacity=0);
  opacity: 0;
  height: 380px;
  overflow-x: auto;
}

.data-warehouse-houver > div {
  padding: 8% 0;
  background: rgb(89, 113, 173);
}
.data-warehouse-houver > p {
  padding: 7% 10%;
  background: #fff;
  color: #333;
  text-align: left;
}

.shadow > .know {
  margin: 6% auto 0;
}


.case-show-left-48, .case-show-right-48 {
  width: 48%;
}
.case-show-left-48 {
  margin-left: 1%;
}
.case-show-left, .case-show-right {
  padding: 0;
}
.shadow {
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, .6);
  color: #fff;
}
.shadow {
  display: none;
  padding: 18.5% 0;
}
.case-show-left-home:hover .shadow {
  display: block;
}
.case-show-right-home:hover .shadow {
  display: block;
}



.weaken-color {
  color: #a6c3da;
}
.case-show {
  padding: 70px 19%;
  width: 100%;
}
.case-show-box img {
  width: 100%;
  height: auto;
}

/*  */
.background-style {
  background: #eef3f7;
}
.text-content-number, .text-content, .weaken-color {
  line-height: 2;
}
/* 序号 */
.number {
  display: inline-block;
  margin-right: 30px;
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #197dd2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}
.text-content-number {
  margin-left: 52px;
}
.return-box {
  padding: 30px 0;
}


/* java概述 */
.java-summary-box {
  display: box;              /* OLD - Android 4.4- */ 
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */  
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */  
  display: -ms-flexbox;      /* TWEENER - IE 10 */  
  display: -webkit-flex;     /* NEW - Chrome */  
  display: flex;  
}
.summary-img {
  margin-right: 5%;
  width: 40%;
  border: 1px solid black;
}
.summary-box {
  width: 60%;
}
.number-left {
  padding: 0 0 16px 52px;
}
.java-advantage-box {
  margin-bottom: 20px;
  display: box;              /* OLD - Android 4.4- */ 
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */  
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */  
  display: -ms-flexbox;      /* TWEENER - IE 10 */  
  display: -webkit-flex;     /* NEW - Chrome */  
  display: flex;  
  justify-content: center;
}
.java-advantage-text {
  margin-right: 60px;
  padding: 12px 32px;
  background: #fff;
  color: #1d5b8c;
  font-weight: bold;
  white-space:nowrap; 
}


.img-box {
  padding: 60px 15% 70px;
}
.img-box img {
  width: 100%;
  height: auto;
}

.mar-left-- {
  margin-left: -5%;
}