/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.navbar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #111111;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 10; }
  .navbar.fixed {
    position: fixed;
    top: 0;
    left: 0; }
  .navbar .content {
    width: 1106px;
    margin: 0 auto;
    height: 100%; }
    .navbar .content .nav-item {
      float: left;
      height: 50px; }
      .navbar .content .nav-item a {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.502);
        font-size: 14px;
        text-decoration: none;
        padding: 2px 30px; }
      .navbar .content .nav-item:last-child a {
        border-right: none; }
      .navbar .content .nav-item.active a {
        color: #00a6e9; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: PingFangSC-Light, Helvetica Neue,Helvetica,Microsoft Microsoft YaHei UI Light,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif; }

html, body {
  width: 100%; }

body {
  min-width: 1260px;
  min-height: 100%; }

.tween {
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px; }

.gallery figure.item {
  margin: 0;
  min-height: 560px; }
  .gallery figure.item img {
    width: 100%;
    display: block; }

.gallery .control-button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px transparent;
  margin-bottom: 30px;
  margin-left: 24px; }
  .gallery .control-button:first-of-type {
    margin-left: 0; }

.index-image{
  width: 100%;
  position: relative;
}
  .index-image img{
    width: 100%;
  }

.introduce{
	text-align: center;
  width: 100%;
  /*min-width: 150px;*/
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 40px;}

  .introduce .color{
    color: #FF8E00;
  }
  .introduce .content-text{
    width: 900px;
    height: 80px;
    margin: 0 auto;
    position: relative;}
    
   .introduce .content-text div:link{
      text-decoration: none;
      color: #000;
    }
    .introduce .content-text div:hover { 
      text-decoration: none;
      color: #000;
      background-color: #404040;
    } 
      
    .introduce .content-text .wulianwang{
      width: 200px;
      height: 60px;
      position: absolute;
      left: 10px;
      border: solid 1px #313131;
      cursor: pointer;
    }
      .introduce .content-text .wulianwang .iconDiv{
        width: 55px;
        height: 43px;
        position: absolute;
        left: 20px;
        top: 8.5px;
        background-image: url(../images/index/ICON/icon-2.png);
      }
      .introduce .content-text .wulianwang span{
        font-family: 微软雅黑;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        color: #000;
        letter-spacing:2px;
        position: absolute;
        left: 90px;
      }
      
      .introduce .content-text .sharp{
        position: absolute;
        width:0;
        height:0;
        font-size:0;
        border:solid 10px;
        border-color:#00a6e9 #fff #fff #fff;
        top: 100%;
        left: 90px;
        opacity: 0;
      }

      .introduce .content-text .active .sharp{
        opacity: 1;
      }

      .introduce .content-text .wulianwang.active{
        border-color: #00a6e9;
        color: #000;
        background-color: #00a6e9;
      }
      
      .introduce .content-text .wulianwang.active span{
        color: #fff;
      }
      .introduce .content-text .wulianwang.active .iconDiv{
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-2-1.png);
      }
      
      .introduce .content-text .wulianwang:hover .iconDiv{ 
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-2-1.png);
      } 
      .introduce .content-text .wulianwang:hover span{ 
        color: #fff;
      }

      .introduce .content-text .active:hover{ 
        color: #000;
        background-color: #00a6e9;
        border-color: #00a6e9;
      } 


    .introduce .content-text .intelligence{
      width: 200px;
      height: 60px;
      position: absolute;
      left: 230px;
      border: solid 1px #313131;
      cursor: pointer;
    }
      
    .introduce .content-text .intelligence .iconDiv{
        width: 55px;
        height: 43px;
        position: absolute;
        left: 10px;
        top: 8.5px;
        background-image: url(../images/index/ICON/icon-3.png);
      }
      .introduce .content-text .intelligence span{
        font-family: 微软雅黑;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        color: #000;
        letter-spacing:2px;
        position: absolute;
        left: 80px;
      }
      
      .introduce .content-text .intelligence.active{
        border-color: #00a6e9;
        color: #000;
        background-color: #00a6e9;
      }
      
      .introduce .content-text .intelligence.active span{
        color: #fff;
      }

      .introduce .content-text .intelligence.active .iconDiv{
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-3-1.png);
      }

      .introduce .content-text .intelligence:hover .iconDiv{ 
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-3-1.png);
      } 
      .introduce .content-text .intelligence:hover span{ 
        color: #fff;
      } 



    .introduce .content-text .yunjisuan{
       width: 200px;
      height: 60px;
      position: absolute;
      left: 450px;
      border: solid 1px #313131;
      cursor: pointer;
    }

    .introduce .content-text .yunjisuan .iconDiv{
        width: 55px;
        height: 43px;
        position: absolute;
        left: 20px;
        top: 8.5px;
        background-image: url(../images/index/ICON/icon-4.png);
      }
      .introduce .content-text .yunjisuan span{
        font-family: 微软雅黑;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        color: #000;
        letter-spacing:2px;
        position: absolute;
        left: 90px;
      }
      
      .introduce .content-text .yunjisuan.active .iconDiv{
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-4-1.png);
      }
      
      .introduce .content-text .yunjisuan.active{
        border-color: #00a6e9;
        color: #000;
        background-color: #00a6e9;
      }
      
      .introduce .content-text .yunjisuan.active span{
        color: #fff;
      }

      .introduce .content-text .yunjisuan:hover .iconDiv{ 
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-4-1.png);
      } 
      .introduce .content-text .yunjisuan:hover span{ 
        color: #fff;
      } 


    .introduce .content-text .dashuju{
      width: 200px;
      height: 60px;
      position: absolute;
      left: 670px;
      border: solid 1px #313131;
      cursor: pointer;
    }

    .introduce .content-text .dashuju .iconDiv{
        width: 55px;
        height: 43px;
        position: absolute;
        left: 20px;
        top: 8.5px;
        background-image: url(../images/index/ICON/icon-5.png);
      }
      .introduce .content-text .dashuju span{
        font-family: 微软雅黑;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        color: #000;
        letter-spacing:2px;
        position: absolute;
        left: 90px;
      }
      
      .introduce .content-text .dashuju.active{
        border-color: #00a6e9;
        color: #000;
        background-color: #00a6e9;
      }
      
      .introduce .content-text .dashuju.active span{
        color: #fff;
      }
      .introduce .content-text .dashuju.active .iconDiv{
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-5-1.png);
      }

      .introduce .content-text .dashuju:hover .iconDiv{ 
        background-repeat: no-repeat;
        background:url(../images/index/ICON/icon-5-1.png);
      } 
      .introduce .content-text .dashuju:hover span{ 
        color: #fff;
      } 
      
      .introduce .content-introduce .content-head{
        width: 1206px;
        height: auto;
        position: relative;
      }
      
      .introduce .content-introduce .content-head .introduce-title{
        font-family: 微软雅黑;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
        position: absolute;
        top: 20px;
        left: 605px;
      }

      .introduce .content-introduce .content-head .introduce-text{
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #000000;
        width: 536px;
        height: 74px;
        left: 605px;
        top: 80px;
        position: absolute;
        white-space:normal; 
        text-align: justify;
      }

     .introduce .content-introduce .content-head .introduce-button{
        position: absolute;
        width: 120px;
        height: 40px;
        border: solid 1px #000000;
        color: #fff;
        font-family: 微软雅黑;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        color: #000000;
        background-color:#fff;
        left: 833px;
        top:220px;
        cursor: pointer;
      }
      
       .introduce .content-introduce .content-head .introduce-button:hover{
        color: #fff;
        background-color: #00a6e9;
        border: none;
       }
       
      .introduce .content-introduce{
        width: 1206px;
        margin: 0 auto;
        position: relative;
      }
      .introduce .content-introduce .hidden{
        display: none;
      }
      .introduce .content-introduce img{
        width: 100%
      }
     /* #introduce1 .introduce-image{
        width: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/bg-3.jpg);
      }
       #introduce2 .introduce-image{
        width: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/bg-2.jpg);
      }
       #introduce3 .introduce-image{
        width: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/bg-4.jpg);
      }
       #introduce4 .introduce-image{
        width: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/bg-5.jpg);
      }*/

.elec{
  text-align: center;
  width: 100%;
  background-color: #00a6e9;
  margin-bottom: 40px;
}
  .elec .content{
    width: 1206px;
    height: 120px;
    margin: 0 auto;
    background-color: #00a6e9;
  }
    .elec .content .title{
      padding-left: 15%;
      float: left;
      height: 100%;
    }
    .elec .content .text{
      color: #ffffff;
      font-size: 20px;
      font-family: '微软雅黑';
      font-weight: 400;
      font-style: normal;
      line-height: 120px;
    }

    .elec .content .count{
      padding-right: 15%;
      float: right;
      height: 100%;
    }

    .elec .content .count .num{
      color: #ffffff;
      font-size: 48px;
      font-family: '微软雅黑';
      font-weight: 400;
      font-style: normal;
      line-height: 120px;
    }

.chinamap{
  text-align: center;
  width: 100%;
  min-height: 760px;
  background-color: #ffffff;
  padding-bottom: 80px;
}
  .chinamap .content{
    width: 1206px;
    margin: 0 auto;
  }
    .chinamap .content .title{
      width: 100%;
      text-align: center;
      font-family: '微软雅黑';
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
    }
    .chinamap .content .map{
      width: 1060px;
      height: 750px;
      margin: 0 auto;
    }

.myDiyClass{
  width: 224px;
  height: 94px;
}

.myDiyClass .provice{
  font-family: '微软雅黑';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  height: 20px;
  width: 224px;
  text-align: center;
  margin-top: 5px;
}

.myDiyClass .line-bar{
  width: 214px;
  margin-top: 10px;
  margin-left: 5px;
  height: 1px;
  background-color: #dcdcdc;
}

.myDiyClass .saveEnergy{
  width: 100px;
  float: left;
  margin-top: 10px;
  text-align: center;
  margin-left: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-family: '微软雅黑';
}

.myDiyClass .saveEnergy .head{
  width: 80px;
  height: 15px;
  font-size: 14px;
  color: #84d7f9;
  line-height: 15px;
  margin-left: 5px;
}

.myDiyClass .saveEnergy .energy-num{
  width: 100px;
  height: 20px;
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
  margin-left: -5px;
}

.myDiyClass .saveEnergyPercent{
  width: 100px;
  float: right;
  margin-top: 10px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-family: '微软雅黑';
}

.myDiyClass .saveEnergyPercent .head{
  width: 100px;
  height: 15px;
  font-size: 14px;
  color: #84d7f9;
  line-height: 15px;
}

.myDiyClass .saveEnergyPercent .energy-num{
  width: 100px;
  height: 20px;
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
}

      /*.chinamap .content .map img{
        width: 768px;
      }
      .chinamap .content .map .hangzhou{
        position: absolute;
        right: 285px;
        bottom: 220px;
      }
        .chinamap .content .map .hangzhou img{
          width: 15px;
          height: 15px;
        }
        .chinamap .content .map .hangzhou text{
          text-align: left;
          font-size: 14px;
          font-weight: 400;
          font-style: normal;
          font-family: '微软雅黑';
        }*/


.solution{
  text-align: center;
  width: 100%;
  min-width: 800px;
  background-color: #ffffff;
  padding-bottom: 40px;
}
  .solution .content{
    width: 1206px;
    height: 440px;
    margin: 0 auto;
    position: relative;
  }
    .solution .content ul{
      width: 1206px;
      left: 0px;
      top: 0px;
      height: 440px;
      background-color: #fff;
      list-style-type:none;
      overflow:hidden;
    }
      .solution .content ul li{
        width: 300px;
        height: 440px;
        float: left;
        cursor:pointer;
        position: relative;
      }
        .solution .content ul li:hover .background{
          opacity: 0.7;
        }
        .solution .content ul li:hover .title{
          opacity: 1;
        }
        .solution .content ul li:hover .button{
          opacity: 1;
        }
        .solution .content ul li:hover .text{
          opacity: 0;
        }
        .solution .content ul li:hover .desc{
          opacity: 1;
        }
        .solution .content ul li:hover .back-icon{
          opacity: 0;
        }
        .solution .content ul li:hover .back-icon-1{
          opacity: 1;
        }

        /*.solution .content ul li:hover .leftback{
          opacity: 0.3;
        }
        .solution .content ul li:hover .rightback{
          opacity: 0.3;
        }
        .solution .content ul li:hover .lefttop{
          opacity: 1;
        }
        .solution .content ul li:hover .leftbottom{
          opacity: 1;
        }
        .solution .content ul li:hover .righttop{
          opacity: 1;
        }
        .solution .content ul li:hover .rightbottom{
          opacity: 1;
        }*/
        /*.solution .content ul li .leftback{
          position: absolute;
          width: 48px;
          height: 440px;
          left: 0;
          top: 0;
          background-color: #000;
          z-index: 1;
          opacity: 0.3;
        } 

        .solution .content ul li .rightback{
          position: absolute;
          width: 48px;
          height: 440px;
          right: 0;
          top: 0;
          background-color: #000;
          z-index: 1;
          opacity: 0.3;
        } 
          .solution .content ul li .lefttop{
            position: absolute;
            width: 6px;
            height: 24px;
            left: 10px;
            top: 207px;
            transform: rotate(45deg);
            z-index: 2;
            opacity: 1;
          }
          .solution .content ul li .leftbottom{
            position: absolute;
            width: 6px;
            height: 24px;
            left: 10px;
            top: 220px;
            z-index: 2;
            transform: rotate(315deg);
            opacity: 1;
          }

          .solution .content ul li .righttop{
            position: absolute;
            width: 6px;
            height: 24px;
            left: 285px;
            top: 205px;
            transform: rotate(315deg);
            z-index: 2;
            opacity: 1;
          }
          .solution .content ul li .rightbottom{
            position: absolute;
            width: 6px;
            height: 24px;
            left: 285px;
            top: 220px;
            z-index: 2;
            transform: rotate(45deg);
            opacity: 1;
          }*/

        .solution .content ul li .back-img{
          position: absolute;
          width: 300px;
          height: 440px;
          left: 0;
          top: 0;
        }

       .solution .content ul li .back-icon{
          position: absolute;
          width: 100px;
          height: 100px;
          left: 100px;
          top: 100px;
       }

       .solution .content ul li .back-icon-1{
          position: absolute;
          width: 100px;
          height: 100px;
          left: 100px;
          top: 40px;
          opacity: 0;
       }

       .solution .content ul li .text{
          position: absolute;
          bottom: 130px;
          left: 0;
          width: 100%;
          text-align: center;
          font-family: 微软雅黑;
          font-weight: 700;
          font-style: normal;
          font-size: 24px;
          color: #FFFFFF;
       }

        .solution .content ul li .desc{
          position: absolute;
          top: 200px;
          left: 50px;
          width: 200px;
          text-align: center;
          font-family: 微软雅黑;
          font-size: 14px;
          font-weight: normal;
          letter-spacing: 1px;
          color: #ffffff;
          opacity: 0;
          white-space:normal; 
          text-align: justify;
       }

       .solution .content ul li .background{
          position: absolute;
          top: 0;
          left: 0;
          width: 300px;
          height: 440px;
          background-color: #00a6e9;
          opacity: 0;
       }
        .solution .content ul li .title{
          position: absolute;
          top: 160px;
          left: 0;
          width: 100%;
          text-align: center;
          font-family: 微软雅黑;
          font-weight: 700;
          font-style: normal;
          font-size: 24px;
          color: #FFFFFF;
          opacity: 0;
       }
       .solution .content ul li .button{
          position: absolute;
          left: 80px;
          bottom: 40px;
          width: 140px;
          height: 40px;
          font-family: 微软雅黑;
          font-weight: 400;
          font-style: normal;
          font-size: 14px;
          text-align: center;
          line-height: normal;
          color: #fff;
          border-style:solid;
          border-width: 1px;
          border-color: #fff;
          opacity: 0;
          line-height: 40px;
       }


 .cooperation{
  text-align: center;
  width: 100%;
  min-width: 340px;
  background-color: #ffffff;
  padding-bottom: 20px;
 }      
  .cooperation .content{
    width: 1206px;
    height: 400px;
    margin: 0 auto;
    position: relative;
  }
     .cooperation .content .content-title{
        width: 600px;
        height: 50px;
        margin: 0 auto;
     }
      
     .cooperation .content .content-title .partnerDiv.active:hover{
        color: #fff;
        background-color: #00a6e9;
        border-color: #00a6e9;
     }

     .cooperation .content .content-title .partnerDiv:hover{
        color: #fff;
        background-color: #404040;
     }
      .cooperation .content .content-title .text.active{
        background-color: #00a6e9;
        color: #fff;
        border-color: #00a6e9;
      }

      .cooperation .content .content-title .active .sharp{
        opacity: 1;
      }
      .cooperation .content .content-title .sharp{
        position: absolute;
        width:0;
        height:0;
        font-size:0;
        border:solid 10px;
        border-color:#00a6e9 #fff #fff #fff;
        top: 100%;
        left: 90px;
        opacity: 0;
      }
      .cooperation .content .content-title .hotel{
        float: left;
      }
      .cooperation .content .content-title .partner{
        float: right;
      }
      .cooperation .content .content-title .text{
        text-align: center;
        font-family: 微软雅黑;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        width: 290px;
        height: 50px;
        line-height: 50px;
        border: solid 1px #707070;
        cursor: pointer;
        position: relative;
      }

      .cooperation .content .content-desc{
        width: 1000px;
        height: 340px;
        margin: 0 auto;
      }

      .cooperation .content .content-desc img{
        width: 1000px;
        height: 340px;
      }

      .cooperation .content .content-desc .hidden{
        display:none;
      }



.products {
  text-align: center;
  width: 100%;
  /*min-height: 800px;*/
  background-color: #ebebeb;
  padding-bottom: 80px;
  padding-top: 40px; }
  .products .content {
  	width: 1206px;
    margin: 0 auto; }
    .products .content .title {
      text-align: left;
      padding: 20px 0;
      font-size: 20px; }
      .products .content .title span, .products .content .title a {
        vertical-align: middle;
        display: inline-block; }
      .products .content .title a.to-all-products {
        float: right;
        font-size: 14px;
        text-decoration: none;
        color: inherit; }
        .products .content .title a.to-all-products * {
          vertical-align: middle;
          display: inline-block;
          line-height: 1; }
        .products .content .title a.to-all-products:hover {
          color: #00a6e9; }
        .products .content .title a.to-all-products .iconfont {
          font-size: 20px;
          color: #00a6e9; }
    .products .content .row {
      height: 356px; }
    .products .content .row.locks .lock {
      display: inline-block;
      width: 49%;
     /* background-color: #fff;*/
      height: 100%;
      position: relative; }
      .products .content .row.locks .lock:first-of-type {
        margin-right: 2%;
        float: left; }
      .products .content .row.locks .lock .text {
        position: absolute;
        top: 96px;
        right: 64px; }
        .products .content .row.locks .lock .text .lock-title {
          font-size: 26px;
          color: #515151;
          margin-bottom: 24px; }
        .products .content .row.locks .lock .text .lock-desc {
          font-size: 18px;
          color: #9f9f9f; }
      .products .content .row.locks .lock img {
        position: relative;
        float: right;

        /*position: absolute;
        bottom: 0;
        left: 100px;
        max-height: 272px; */}
    .products .content .row.widgets {
      margin-top: 16px; }
      .products .content .row.widgets .widget {
        background-color: #fff;
        width: 32%;
        height: 100%;
        display: inline-block;
        position: relative;
        line-height: 1; }
        .products .content .row.widgets .widget:first-of-type {
          float: left; }
        .products .content .row.widgets .widget:last-of-type {
          float: right; }
        .products .content .row.widgets .widget .widget-content {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .products .content .row.widgets .widget .text .widget-title {
          font-size: 24px;
          margin-bottom: 18px;
          color: #545454; }
        .products .content .row.widgets .widget .text .widget-desc {
          font-size: 18px;
          color: #9f9f9f; }
        .products .content .row.widgets .widget img {
          margin-top: 0px; }
    .products .content .lock, .products .content .widget {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      cursor: pointer;
      display: inline-block;
      text-decoration: none; }
    .products .content .lock:hover, .products .content .widget:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

.project {
  width: 100%;
  min-height: 450px;
  padding: 0;
  text-align: center;
  position: relative; }
  .project img {
    width: 100%;
    margin: 0;
    height: auto;
    display: block; }
  .project .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1; }
    .project .text.hide {
      opacity: 0;
      -webkit-transform: translate(-50%, -30%);
              transform: translate(-50%, -30%); }
    .project .text .title {
      font-size: 38px;
      margin-bottom: 42px;
      font-weight: lighter; }
    .project .text .desc {
      font-size: 16px;
      opacity: 1;
      margin-bottom: 66px;
      line-height: 2; }
    .project .text a.button {
      display: inline-block;
      position: relative;
      width: 200px;
      height: 44px;
      padding: 0 20px;
      border: solid 2px #fff;
      font-size: 16px;
      line-height: 44px;
      opacity: 0.9;
      text-decoration: none;
      color: inherit;
      background-color: transparent;
      cursor: pointer;
      opacity: 0.7;
      position: relative; }
      .project .text a.button span {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .project .text a.button span.rotated {
          -webkit-transform: rotateX(60deg) translate3d(-50%, -50%, 1rem);
                  transform: rotateX(60deg) translate3d(-50%, -50%, 1rem);
          opacity: 0; }
        .project .text a.button span.toRotate {
          -webkit-transform: rotateX(0deg) translate3d(-50%, -50%, 1rem);
                  transform: rotateX(0deg) translate3d(-50%, -50%, 1rem);
          opacity: 1; }
      .project .text a.button:hover {
        opacity: 1; }
        .project .text a.button:hover span.rotated {
          -webkit-transform: rotateX(0deg) translate3d(-50%, -50%, 1rem);
                  transform: rotateX(0deg) translate3d(-50%, -50%, 1rem);
          opacity: 1; }
        .project .text a.button:hover span.toRotate {
          -webkit-transform: rotateX(-60deg) translate3d(-50%, -50%, 1rem);
                  transform: rotateX(-60deg) translate3d(-50%, -50%, 1rem);
          opacity: 0; }
      .project .text a.button i {
        float: right; }
