﻿html,body {
  font:14px/1.6 -apple-system,BlinkMacSystemFont,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
  background: #fff;
}
#header {
  margin: 0 auto;
  position: relative;
}
#header .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#header #logo a {
  background: url(../images/logo2@1x.png) no-repeat;
  display: block;
  width: 285px;
  height: 53px;
  text-indent: -10000em;
  overflow: hidden;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2) {
  #header #logo a {
    background: url(../images/logo2@2x.png) no-repeat;
    background-size: 100%;
  }
}
#view {
  width: 100%;
  height: 500px;
  position: relative;
  background: url("../images/cases-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #f9f9f9;
}
#view-bg {
  width: 1235px;
  height: 245px;
  margin: 0 auto;
  background: url(../images/intro-bg.png) no-repeat;
  margin-top: -121px;
  margin-left: 30px;
  background-size: 100%;
}
#hang {
  width: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 1000;
  position: fixed;
  height: 70px;
  color: #666;
}
#hang .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}
#hang .logo a {
  background: url(../images/logo-v3.png) no-repeat;
  display: block;
  width: 285px;
  height: 53px;
  text-indent: -10000em;
  overflow: hidden;
}
#hang .page-nav {
  float: right;
}
#hang .page-nav,
#header .page-nav {
  float:right;
}
#hang .page-nav > ul,
#header .page-nav > ul {
  margin-bottom:20px;
}
#hang .page-nav > ul > li,
#header .page-nav > ul > li {
  float:left;
  margin-left:35px;
  height:50px;
  line-height:45px;
}
#hang .page-nav > ul > li.product,
#header .page-nav > ul > li.product {
  position: relative;
}
#hang .page-nav > ul > li.product em,
#header .page-nav > ul > li.product em {
  display: inline-block;
  width: 15px;
  height: 7px;
  background: url("../images/down-more-icon.png") no-repeat;
  margin-left: 5px;
}
#hang .page-nav > ul > li.product.show .product-item-list,
#header .page-nav > ul > li.product.show .product-item-list {
  display: block;
}
#hang .page-nav > ul > li.product .product-item-list,
#header .page-nav > ul > li.product .product-item-list {
  position: absolute;
  display: none;
  width: 115px;
  height: 115px;
  padding-top: 10px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: 0px;
  top: 40px;
  z-index: 20;
}
#hang .page-nav > ul > li.product .product-item-list {
  background-color: #fff;
  -moz-box-shadow:  0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
}
#hang .page-nav > ul > li.product .product-item-list li:nth-child(1),
#header .page-nav > ul > li.product .product-item-list li:nth-child(1) {
  margin-top: 6px;
  /* padding-left: 3px; */
}
#hang .page-nav > ul > li.product .product-item-list li,
#header .page-nav > ul > li.product .product-item-list li {
  line-height: normal;
  margin-top: 9px;
}
#hang .page-nav > ul > li.product .product-item-list li a,
#header .page-nav > ul > li.product .product-item-list li a {
  color: #666;
  font-size: 12px;
  font-weight: 200;
}
#hang .page-nav > ul > li.product .product-item-list li a:hover,
#header .page-nav > ul > li.product .product-item-list li a:hover {
  color: #e38032;
}
#hang .page-nav > ul > li a {
  color: #666;
  display: inline-block;
  font-weight: 200;
}
#header .page-nav > ul > li a {
  display:inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size:14px;
  font-weight: 200;
}
#hang .page-nav > ul > li a:hover,
#header .page-nav > ul > li a:hover {
  text-decoration: none;
  color: #e38032;
}
#hang .page-nav > ul > li.login a,
#header .page-nav > ul > li.login a {
  color: #e38032;
  border: 1px solid #e38032;
  border-radius: 3px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#hang .page-nav > ul > li.login a:hover,
#header .page-nav > ul > li.login a:hover {
  color: #fff;
  background-color: #e38032;
  text-decoration: none;
}
#view #intro h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  margin-top: 120px;
}
#cases-list {
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
#cases-list ul {
  width: 1000px;
  margin: auto;
}
#cases-list ul .cases-item {
  width: 315px;
  margin-left: 20px;
  height: 385px;
  background-color: #fff;
  color: #000;
  margin-top: 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s ease;
}
#cases-list ul .cases-item .cases-item-content {
  display: block;
  padding-top: 45px;
  height: 340px;
}
#cases-list ul .cases-item .cases-item-content:hover {
  text-decoration: none;
}
#cases-list ul .cases-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}
#cases-list ul .cases-item:nth-child(3n+1) {
  margin-left: 0px;
}
#cases-list ul .cases-item .case-logo {
  text-align: center;
  /*height: 75px;*/
}
#cases-list ul .cases-item .case-item-title {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
#cases-list ul .cases-item .case-item-des {
  color: #999;
  width: 255px;
  font-weight: 300;
  margin: 0 auto;
  margin-top: 20px;
  height: 110px;
}
#cases-list ul .cases-item .detail-action {
  text-align: center;
  font-size: 12px;
  color: #999;
  width: 70px;
  height: 16px;
  margin: 0 auto;
}
#cases-list ul .cases-item:hover .detail-action {
  color: #e38032;
}
#cases-list ul .cases-item .detail-action:hover {
  border-bottom: 1px solid #e38032;
}
#cases-list ul .cases-item .detail-action .detail-icon {
  display: inline-block;
  background: url(../images/arrow-gray.png) no-repeat;
  width: 9px;
  height: 5px;
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -3px;
}
#cases-list ul .cases-item:hover .detail-action .detail-icon {
  background: url(../images/arrow-green.png) no-repeat;
}
#cases-list ul .cases-item .detail-action a {
  color: #999;
  font-size: 12px;
}
#footer {
  margin: 0px;
  width: 100%;
  background-color: #f8f8f8;
  text-align: left;
  padding-bottom: 20px;
}
#footer .footer-wrap {
  width:1000px;
  margin: 0 auto;
}
#footer .footer-wrap .copyright {
  float:left;
  overflow:hidden;
  margin-top:40px;
  font-size:12px;
  color:#c3c3c3;
}
#footer .footer-wrap .copyright em {
  display:inline-block;
  width:35px;
  height:35px;
  background:url("../images/dipower-icon.png") no-repeat center center;
  margin-right:5px;
  vertical-align: top;
}
#footer .copyright-info {
  text-align:left;
  display:inline-block;
  color: #bababa;
}
#footer .rest {
  float:right;
  overflow:hidden;
  margin-left:250px;
  margin-top:40px;
}
#footer .rest > div {
  float:left;
}
#footer .rest > div ul li {
  font-size:10px;
  margin-bottom:2px;
}
#footer .rest > div ul li a {
  color:#cacaca;
  margin:0px;
  font-weight: 200;
}
#footer .rest > div h3 {
  color:#1d1d1d;
  margin-bottom:10px;
  font-size:12px;
  font-weight: 200;
}
#footer .rest > div:nth-child(2) {
  margin-left:160px;
  margin-right:160px;
}
