﻿/******
*solutionOffline.html样式表 2015.9.5 by Leo Cai
******/
/*移动端的样式*/
@media (max-width: 520px) {
  .navbarM {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    box-shadow: 2px 2px 3px #999;
  }
  .navbarM .navbar-header > a.navbar-brand {
    margin-top: -3px;
    width: 250px;
  }
}
@keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-moz-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-ms-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
@-o-keyframes headerTel {
  0% {
    color: #fff;
  }
  25% {
    color: #c8ff6c;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #c8ff6c;
  }
  100% {
    color: #fff;
  }
}
/*最小宽度位521的屏幕尺寸样式*/
@media (min-width: 521px) {
  /*导航 bg*/
  .navbarM {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    box-shadow: 2px 2px 3px #999;
  }
  .navbarM .navbar-header > a.navbar-brand {
    margin-top: -10px;
  }
  .navbarM .headerLogo {
    width: 275px;
    height: 42px;
    background: url("../image/iconList.png") 275px 42px no-repeat;
    background-position: 0 0;
    margin-top: -10px;
  }
  .navbarM .headerTel {
    color: #fff;
    font-family: "microsoft yahei";
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    margin-right: 20px;
    letter-spacing: 3px;
    font-style: italic;
    animation: headerTel 5s infinite;
    -webkit-animation: headerTel 3s infinite;
    -o-animation: headerTel 5s infinite;
    -ms-animation: headerTel 5s infinite;
    -moz-animation: headerTel 5s infinite;
  }
  .navbarM .headerTel > span {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: -2px;
    float: left;
  }
  /*导航 over*/
}
@media (min-width: 521px) {
  /*导航 bg*/
  .headerLiCurrent {
    float: left;
    text-align: center;
    width: 80px;
    position: relative;
    background: #7dc700;
  }
  .headerLiCurrent a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
  }
  .headerLiCurrent a > span {
    display: none;
    color: red;
  }
  .headerLiCurrent a > i {
    display: block;
    background: #7dc700;
    font-size: 12px;
  }
  .headerLiCurrent > ul {
    width: 200px;
    background: #7dc700;
    position: absolute;
    top: 50px;
    z-index: 10002;
    padding: 0 10px 10px 10px;
    display: none;
  }
  .headerLiCurrent > ul > li {
    border-bottom: 1px solid #fff;
    height: 45px;
  }
  .headerLiCurrent > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 45px;
  }
  .headerLiCurrent > ul > li:hover {
    background: #fff;
    transition: 700ms;
  }
  .headerLiCurrent > ul > li:hover > a {
    color: #7dc700;
    transition: 700ms;
  }
  .unHeaderLiCurrent {
    float: left;
    text-align: center;
    width: 80px;
    position: relative;
  }
  .unHeaderLiCurrent > a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
  }
  .unHeaderLiCurrent > a > span {
    display: block;
  }
  .unHeaderLiCurrent > a > i {
    display: none;
    font-size: 12px;
  }
  .unHeaderLiCurrent > a:hover > span {
    opacity: 0;
    display: none;
  }
  .unHeaderLiCurrent > a:hover > i {
    display: block;
    opacity: 1;
    background: #7dc700;
  }
  .unHeaderLiCurrent > ul {
    width: 200px;
    background: #7dc700;
    position: absolute;
    top: 50px;
    z-index: 10002;
    padding: 0 10px 10px 10px;
    display: none;
  }
  .unHeaderLiCurrent > ul > li {
    border-bottom: 1px solid #fff;
    height: 45px;
  }
  .unHeaderLiCurrent > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 45px;
  }
  .unHeaderLiCurrent > ul > li:hover {
    background: #fff;
    transition: 700ms;
  }
  .unHeaderLiCurrent > ul > li:hover > a {
    color: #7dc700;
    transition: 700ms;
  }
}
.headerNav {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 3px #999;
  position: fixed;
  top: 0;
  z-index: 10000;
  color: #fff;
  /*导航 over*/
}
.headerNav > a.headerLogo {
  display: block;
  margin-top: 3px;
  float: left;
}
.headerNav > ul.navItem {
  float: left;
  line-height: 50px;
  margin-left: 30px;
}
.headerNav > div.headerTel1 {
  line-height: 50px;
  float: right;
  margin-right: 30px;
  color: #fff;
  font-family: "microsoft yahei";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  font-style: italic;
  animation: headerTel 5s infinite;
  -webkit-animation: headerTel 3s infinite;
  -o-animation: headerTel 5s infinite;
  -ms-animation: headerTel 5s infinite;
  -moz-animation: headerTel 5s infinite;
}
.headerNav > div.headerTel1 > span {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: -2px;
  float: left;
}
@font-face {
  font-family: "Cambria";
  src: url("");
}
li,
a,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
* {
  font-family: "microsoft yahei";
}
a:hover {
  text-decoration: none;
}
.navZhanwei {
  width: 100%;
  height: 50px;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
/*footer*/
#index_footer {
  font-family: "microsoft yahei";
  width: 100%;
  height: 200px;
  background-color: #292929;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}
#index_footer_main {
  width: 1210px;
  height: 200px;
  margin: 0px auto;
  margin-bottom: 0;
}
#index_footer_bottom {
  width: 1210px;
  height: 182px;
  float: left;
}
#index_footer_bottom_logo {
  width: 159px;
  height: 111px;
  float: left;
  margin-top: 34px;
}
#index_footer_bottom_text {
  width: 616px;
  height: 105px;
  float: left;
  margin: 49px 0 0 50px;
}
#index_footer_bottom_text > span {
  line-height: 25px;
}
#index_footer_bottom_erweima {
  width: 135px;
  height: 162px;
  float: right;
  margin: 18px 167px 0 0;
}
@media (min-width: 521px) {
  /*联系我们 bg*/
  .contactContainer {
    width: 100%;
    height: 623px;
    background: url("../image/contactUS.gif") center center;
  }
  .contactContainer .container .flashIcon {
    width: 155px;
    height: 43px;
    background: url("../image/iconList.png") -115px -735px;
    position: absolute;
    left: 50%;
    margin-left: -77px;
    margin-top: 135px;
  }
  /*联系我们 over*/
}
/*移动端的样式*/
@media (max-width: 520px) {
  .soBanner {
    width: 100%;
    height: 669px;
    background: url("../image/headerBanner.jpg") center center;
  }
  .floorTitle {
    width: 100%;
    height: 130px;
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  .floorTitle .bigLetter {
    color: #292929;
    font-size: 131px;
    float: left;
    display: block;
    font-weight: normal;
    font-family: "microsoft yahei";
  }
  .floorTitle .titleRight {
    width: 780px;
    margin-top: 20px;
    float: left;
  }
  .floorTitle .titleRight .chineseBlock {
    font-size: 15px;
    background: #7dc700;
    letter-spacing: 7px;
    color: #fff;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 5px;
    margin-left: 5px;
    font-family: "microsoft yahei";
  }
  .floorTitle .titleRight .smallLetter {
    font-size: 60px;
    display: block;
    margin-top: 10px;
    font-weight: normal;
    font-family: "microsoft yahei";
  }
  /*项目流程 BG*/
  .soIntro {
    margin: 30px auto;
    margin-top: 80px;
    width: 100%;
  }
  .soIntro > .container > .fish {
    width: 1113px;
    height: 361px;
    position: relative;
    margin: 160px auto;
    margin-top: 120px;
  }
  .soIntro > .container > .fish > .arrow {
    position: absolute;
    top: 200px;
    left: 27px;
    z-index: 50;
  }
  .soIntro > .container > .fish > .component1 {
    width: 193px;
    height: 190px;
    background: url("../image/solutionIconList.png") 0 -565px;
    position: absolute;
    top: 30px;
    left: 6px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component2 {
    width: 232px;
    height: 190px;
    background: url("../image/solutionIconList.png") 0 -760px;
    position: absolute;
    top: 198px;
    left: 105px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component3 {
    width: 204px;
    height: 195px;
    background: url("../image/solutionIconList.png") 0 -955px;
    position: absolute;
    top: 30px;
    left: 266px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component4 {
    width: 232px;
    height: 191px;
    background: url("../image/solutionIconList.png") 0 -1150px;
    position: absolute;
    top: 198px;
    left: 397px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component5 {
    width: 205px;
    height: 192px;
    background: url("../image/solutionIconList.png") 0 -1345px;
    position: absolute;
    top: 30px;
    left: 554px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component6 {
    width: 232px;
    height: 191px;
    background: url("../image/solutionIconList.png") 0 -1540px;
    position: absolute;
    top: 198px;
    left: 688px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component7 {
    width: 205px;
    height: 191px;
    background: url("../image/solutionIconList.png") 0 -1735px;
    position: absolute;
    top: 30px;
    left: 836px;
    z-index: 51;
  }
  /*项目流程 OVER*/
  /*目标客户 BG*/
  .soCustom {
    padding-top: 67px;
    margin: 0px auto;
    margin-top: 80px;
    width: 100%;
    background: #fdfdfd;
  }
  .soCustom > .container .hexagonalPlate {
    width: 742px;
    height: 656px;
    background: url("../image/hexagonalPlate.png");
    position: relative;
    margin: 120px auto;
  }
  .soCustom > .container .hexagonalPlate .hexagonalPointer {
    width: 138px;
    height: 244px;
    background: url("../image/HexagonalPointer.png");
    position: absolute;
    top: 185px;
    left: 300px;
  }
  /*目标客户 OVER*/
  /*四大优势 BG*/
  .soAdvantage {
    background: #fefffb;
    height: 1020px;
    width: 100%;
  }
  .soAdvantage > .container > .floorTitle {
    margin-top: 88px;
  }
  .soAdvantage > .container > h4 {
    text-align: center;
    margin: 0 auto;
    margin-top: 95px;
    font-size: 52px;
    font-family: "microsoft yahei";
    font-weight: normal;
    color: #292929;
    letter-spacing: 5px;
  }
  .soAdvantage > .container > h4 > span {
    font-size: 20px;
  }
  .soAdvantage > .container > h5 {
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    font-size: 20px;
    font-family: "microsoft yahei";
    font-weight: normal;
    color: #292929;
  }
  .soAdvantage > .container ul.advantageFour {
    margin-top: 120px;
    width: 100%;
    height: 310px;
  }
  .soAdvantage > .container ul.advantageFour > li {
    width: 25%;
    text-align: center;
    padding: 30px 15px;
    float: left;
    border: 1px solid transparent;
    border-radius: 10px;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan1 {
    width: 95px;
    height: 131px;
    background: url("../image/solutionIconList.png") 0 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan2 {
    width: 149px;
    height: 131px;
    background: url("../image/solutionIconList.png") -115px 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan3 {
    width: 126px;
    height: 131px;
    background: url("../image/solutionIconList.png") -270px 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan4 {
    width: 119px;
    height: 131px;
    background: url("../image/solutionIconList.png") -400px 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > span {
    font-size: 20px;
    line-height: 100px;
  }
  .soAdvantage > .container ul.advantageFour > li > p {
    font-size: 14px;
    text-align: left;
    width: 200px;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li:hover {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px #eee;
    transition: 400ms;
  }
  .soAdvantage > .container ul.advantageFour > li:hover div {
    transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 600ms;
  }
  /*四大优势 OVER*/
  /*效果图 BG*/
  .soLayout {
    width: 100%;
    height: 1020px;
    background: url("../image/layoutFloorBg.jpg") center center no-repeat;
  }
  .soLayout > .container > .floorTitle {
    margin-top: 88px;
  }
  .soLayout > .container > .floorTitle .titleRight {
    margin-left: 3px;
  }
  .soLayout > .container > .floorTitle .titleRight .smallLetter {
    margin-top: 13px;
  }
  .soLayout > .container > h4 {
    display: block;
    text-align: center;
    margin: 70px auto;
    font-size: 20px;
    font-family: "microsoft yahei";
  }
  .soLayout > .container > h4 > span {
    font-size: 30px;
  }
  /*效果图 OVER*/
  /*团队建设 BG*/
  .soTeam {
    width: 100%;
    height: 1000px;
    background: #fcfcfc;
  }
  .soTeam > .container > .floorTitle {
    margin-top: 88px;
  }
  .soTeam > .container > .floorTitle .titleRight {
    margin-left: 5px;
  }
  .soTeam > .container > .soTeamInstruction {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 85px;
  }
  .soTeam > .container > .soTeamInstruction > .instructionText > h4 {
    font-size: 30px;
    width: 510px;
  }
  .soTeam > .container > .soTeamInstruction > .instructionText > p {
    width: 510px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 49px;
  }
  .soTeam > .container > .teamMingyan {
    font-size: 15px;
    font-style: italic;
    margin: 50px 0;
    letter-spacing: 2px;
  }
  .soTeam > .container > span.Mingyaner {
    float: right;
    margin-top: -40px;
  }
  /*团队建设 OVER*/
  /*售后服务 BG*/
  .soService {
    width: 100%;
    height: 1000px;
    background: #fefefb;
  }
  .soService > .container > .floorTitle {
    margin-top: 88px;
  }
  .soService > .container .serviceContent > .row .componentTop {
    margin-top: 53px;
    width: 350px;
    text-align: center;
  }
  .soService > .container .serviceContent > .row .componentTop > h4 {
    font-size: 20px;
  }
  .soService > .container .serviceContent > .row .componentTop > p {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
  .soService > .container .serviceContent > .row .componentLeft {
    margin-top: 105px;
    width: 350px;
    text-align: center;
  }
  .soService > .container .serviceContent > .row .componentLeft > h4 {
    font-size: 20px;
  }
  .soService > .container .serviceContent > .row .componentLeft > p {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
  .soService > .container .serviceContent > .row .componentCenter {
    width: 378px;
    height: 345px;
    position: relative;
    margin-left: 40px;
  }
  .soService > .container .serviceContent > .row .componentCenter > .imgTop {
    width: 78px;
    height: 78px;
    background: url("../image/solutionIconList.png") -85px -470px;
    z-index: 200;
    position: absolute;
    top: 0;
    left: 150px;
  }
  .soService > .container .serviceContent > .row .componentCenter > .imgLeft {
    width: 78px;
    height: 78px;
    background: url("../image/solutionIconList.png") 0px -470px;
    z-index: 200;
    position: absolute;
    left: 0;
    top: 157px;
  }
  .soService > .container .serviceContent > .row .componentCenter > .imgRight {
    width: 78px;
    height: 78px;
    background: url("../image/solutionIconList.png") -170px -470px;
    z-index: 200;
    position: absolute;
    right: 0;
    top: 157px;
  }
  .soService > .container .serviceContent > .row .componentCenter .imgBottom {
    width: 314px;
    height: 314px;
    background: url("../image/solutionIconList.png") 0 -155px;
    z-index: 199;
    position: absolute;
    bottom: 0;
    left: 32px;
  }
  .soService > .container .serviceContent > .row .componentRight {
    width: 350px;
    text-align: center;
    margin-top: 105px;
  }
  .soService > .container .serviceContent > .row .componentRight > h4 {
    font-size: 20px;
  }
  .soService > .container .serviceContent > .row .componentRight > p {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
  .soService > .container .serviceContent > .row .componentBottom {
    text-align: center;
  }
  .soService > .container .serviceContent > .row .componentBottom > h3 {
    font-size: 25px;
    line-height: 80px;
  }
  .soService > .container .serviceContent > .row .componentBottom > span {
    font-size: 20px;
  }
  /*售后服务 OVER*/
}
/*最小宽度位521的屏幕尺寸样式*/
@media (min-width: 521px) {
  .soBanner {
    width: 100%;
    height: 669px;
    background: url("../image/headerBanner.jpg") center center;
  }
  .floorTitle {
    width: 100%;
    height: 130px;
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  /*项目流程 BG*/
  .soIntro {
    margin: 30px auto;
    margin-top: 80px;
    width: 100%;
  }
  .soIntro > .container > .fish {
    width: 1113px;
    height: 361px;
    position: relative;
    margin: 160px auto;
    margin-top: 120px;
  }
  .soIntro > .container > .fish > .arrow {
    position: absolute;
    top: 200px;
    left: 27px;
    z-index: 50;
  }
  .soIntro > .container > .fish > .component1 {
    width: 193px;
    height: 190px;
    background: url("../image/solutionIconList.png") 0 -565px;
    position: absolute;
    top: 30px;
    left: 6px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component2 {
    width: 232px;
    height: 190px;
    background: url("../image/solutionIconList.png") 0 -760px;
    position: absolute;
    top: 198px;
    left: 105px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component3 {
    width: 204px;
    height: 195px;
    background: url("../image/solutionIconList.png") 0 -955px;
    position: absolute;
    top: 30px;
    left: 266px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component4 {
    width: 232px;
    height: 191px;
    background: url("../image/solutionIconList.png") 0 -1150px;
    position: absolute;
    top: 198px;
    left: 397px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component5 {
    width: 205px;
    height: 192px;
    background: url("../image/solutionIconList.png") 0 -1345px;
    position: absolute;
    top: 30px;
    left: 554px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component6 {
    width: 232px;
    height: 191px;
    background: url("../image/solutionIconList.png") 0 -1540px;
    position: absolute;
    top: 198px;
    left: 688px;
    z-index: 51;
  }
  .soIntro > .container > .fish > .component7 {
    width: 205px;
    height: 191px;
    background: url("../image/solutionIconList.png") 0 -1735px;
    position: absolute;
    top: 30px;
    left: 836px;
    z-index: 51;
  }
  /*项目流程 OVER*/
  /*目标客户 BG*/
  .soCustom {
    padding-top: 67px;
    margin: 0px auto;
    margin-top: 80px;
    width: 100%;
    background: #fdfdfd;
  }
  .soCustom > .container .hexagonalPlate {
    width: 742px;
    height: 656px;
    background: url("../image/hexagonalPlate.png");
    position: relative;
    margin: 120px auto;
  }
  .soCustom > .container .hexagonalPlate .hexagonalPointer {
    width: 138px;
    height: 244px;
    background: url("../image/HexagonalPointer.png");
    position: absolute;
    top: 185px;
    left: 300px;
  }
  /*目标客户 OVER*/
  /*四大优势 BG*/
  .soAdvantage {
    background: #fefffb;
    height: 1020px;
    width: 100%;
  }
  .soAdvantage > .container > .floorTitle {
    margin-top: 88px;
  }
  .soAdvantage > .container > h4 {
    text-align: center;
    margin: 0 auto;
    margin-top: 95px;
    font-size: 52px;
    font-family: "microsoft yahei";
    font-weight: normal;
    color: #292929;
    letter-spacing: 5px;
  }
  .soAdvantage > .container > h4 > span {
    font-size: 20px;
  }
  .soAdvantage > .container > h5 {
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    font-size: 20px;
    font-family: "microsoft yahei";
    font-weight: normal;
    color: #292929;
  }
  .soAdvantage > .container ul.advantageFour {
    margin-top: 120px;
    width: 100%;
    height: 310px;
  }
  .soAdvantage > .container ul.advantageFour > li {
    width: 25%;
    text-align: center;
    padding: 30px 15px;
    float: left;
    border: 1px solid transparent;
    border-radius: 10px;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan1 {
    width: 95px;
    height: 131px;
    background: url("../image/solutionIconList.png") 0 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan2 {
    width: 149px;
    height: 131px;
    background: url("../image/solutionIconList.png") -115px 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan3 {
    width: 126px;
    height: 131px;
    background: url("../image/solutionIconList.png") -270px 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > div.advan4 {
    width: 119px;
    height: 131px;
    background: url("../image/solutionIconList.png") -400px 0;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li > span {
    font-size: 20px;
    line-height: 100px;
  }
  .soAdvantage > .container ul.advantageFour > li > p {
    font-size: 14px;
    text-align: left;
    width: 200px;
    margin: 0 auto;
  }
  .soAdvantage > .container ul.advantageFour > li:hover {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px #eee;
    transition: 400ms;
  }
  .soAdvantage > .container ul.advantageFour > li:hover div {
    transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 600ms;
  }
  /*四大优势 OVER*/
  /*效果图 BG*/
  .soLayout {
    width: 100%;
    height: 1020px;
    background: url("../image/layoutFloorBg.jpg") center center no-repeat;
  }
  .soLayout > .container > .floorTitle {
    margin-top: 88px;
  }
  .soLayout > .container > .floorTitle .titleRight {
    margin-left: 3px;
  }
  .soLayout > .container > .floorTitle .titleRight .smallLetter {
    margin-top: 13px;
  }
  .soLayout > .container > h4 {
    display: block;
    text-align: center;
    margin: 70px auto;
    font-size: 20px;
    font-family: "microsoft yahei";
  }
  .soLayout > .container > h4 > span {
    font-size: 30px;
  }
  /*效果图 OVER*/
  /*团队建设 BG*/
  .soTeam {
    width: 100%;
    height: 1000px;
    background: #fcfcfc;
  }
  .soTeam > .container > .floorTitle {
    margin-top: 88px;
  }
  .soTeam > .container > .floorTitle .titleRight {
    margin-left: 5px;
  }
  .soTeam > .container > .soTeamInstruction {
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 85px;
  }
  .soTeam > .container > .soTeamInstruction > .instructionText > h4 {
    font-size: 30px;
    width: 510px;
  }
  .soTeam > .container > .soTeamInstruction > .instructionText > p {
    width: 510px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 49px;
  }
  .soTeam > .container > .teamMingyan {
    font-size: 15px;
    font-style: italic;
    margin: 50px 0;
    letter-spacing: 2px;
  }
  .soTeam > .container > span.Mingyaner {
    float: right;
    margin-top: -40px;
  }
  /*团队建设 OVER*/
  /*售后服务 BG*/
  .soService {
    width: 100%;
    height: 1000px;
    background: #fefefb;
  }
  .soService > .container > .floorTitle {
    margin-top: 88px;
  }
  .soService > .container .serviceContent > .row .componentTop {
    margin-top: 53px;
    width: 350px;
    text-align: center;
  }
  .soService > .container .serviceContent > .row .componentTop > h4 {
    font-size: 20px;
  }
  .soService > .container .serviceContent > .row .componentTop > p {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
  .soService > .container .serviceContent > .row .componentLeft {
    margin-top: 105px;
    width: 350px;
    text-align: center;
  }
  .soService > .container .serviceContent > .row .componentLeft > h4 {
    font-size: 20px;
  }
  .soService > .container .serviceContent > .row .componentLeft > p {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
  .soService > .container .serviceContent > .row .componentCenter {
    width: 378px;
    height: 345px;
    position: relative;
    margin-left: 40px;
  }
  .soService > .container .serviceContent > .row .componentCenter > .imgTop {
    width: 78px;
    height: 78px;
    background: url("../image/solutionIconList.png") -85px -470px;
    z-index: 200;
    position: absolute;
    top: 0;
    left: 150px;
  }
  .soService > .container .serviceContent > .row .componentCenter > .imgLeft {
    width: 78px;
    height: 78px;
    background: url("../image/solutionIconList.png") 0px -470px;
    z-index: 200;
    position: absolute;
    left: 0;
    top: 157px;
  }
  .soService > .container .serviceContent > .row .componentCenter > .imgRight {
    width: 78px;
    height: 78px;
    background: url("../image/solutionIconList.png") -170px -470px;
    z-index: 200;
    position: absolute;
    right: 0;
    top: 157px;
  }
  .soService > .container .serviceContent > .row .componentCenter .imgBottom {
    width: 314px;
    height: 314px;
    background: url("../image/solutionIconList.png") 0 -155px;
    z-index: 199;
    position: absolute;
    bottom: 0;
    left: 32px;
  }
  .soService > .container .serviceContent > .row .componentRight {
    width: 350px;
    text-align: center;
    margin-top: 105px;
  }
  .soService > .container .serviceContent > .row .componentRight > h4 {
    font-size: 20px;
  }
  .soService > .container .serviceContent > .row .componentRight > p {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
  .soService > .container .serviceContent > .row .componentBottom {
    text-align: center;
  }
  .soService > .container .serviceContent > .row .componentBottom > h3 {
    font-size: 25px;
    line-height: 80px;
  }
  .soService > .container .serviceContent > .row .componentBottom > span {
    font-size: 20px;
  }
  /*售后服务 OVER*/
}
