/*
    header
*/

.header-hd {
  height: 44px;
  overflow: hidden;
  line-height: 43px;
  background: #f0f0f1;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 0 2px 2px #f0f0f0;
  font-size: 14px;
}
.header-hd a {
  padding: 0 5px;
}

.header-bd {
  background: #fff;
  height: 120px;
  overflow: hidden;
  padding-top: 14px;
}
.header-bd .call {
  width: 280px;
  height: 105px;
  display: block;
  overflow: hidden;
  background: url(../image/img.png) 0 10px no-repeat;
  font-weight: bold;
  color: #e60012;
  float: right;
  padding-left: 70px;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 10px;
}
.header-bd .call p {
  color: #666;
}
.header-bd .call i {
  font-size: 26px;
}
/*
  椤堕儴瀵艰埅
*/
.navbar {
  background: url(../image/navbar.jpg);
  height: 50px;
  line-height: 50px;
}
.nav li a {
  height: 50px;
  display: block;
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
}
.nav li a:hover,
.nav li.on a {
  background: url(../image/navli.jpg) center;
}
.nav li {
  float: left;
  position: relative;
  width: 171px;
}
.navbar li {
  position: relative;
}

.nav li ul {
  position: absolute;
  left: 0;
  top: 45px;
  width: 171px;
  background-color: #006ad8;
  display: none;
  overflow: hidden;
}
.nav li ul {
  padding-bottom: 5px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  border-radius: 0px 0px 6px 6px;
}
.nav li ul li {
  width: 100%;
  height: 40px;
}
.nav li ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  padding: 0;
  text-align: center;
  height: 40px;
}
.nav li ul li a:hover {
  color: #fff;
  background-color: #373b8f;
}
.nav .on ul li a {
  background-color: #e58c21;
  color: #fff;
}
.nav .on ul li a:hover {
  background-color: #373b8f;
}
/* product */

.i-product-bd {
  width: 238px;
}
.i-product-bd h2 {
  height: 75px;
  line-height: 75px;
  background: #006dd9;
  color: #fff;
  font-size: 30px;
  margin-top: 5px;
}
.i-product-bd ul {
  background: #006dd9;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 238px;
  margin-bottom: 14px;
}
.i-product-bd ul li a {
  background: url(../image/img.png) no-repeat 14px -118px;
  line-height: 40px;
  margin-top: 5px;
  margin-bottom: 11px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
  padding: 0 56px;
}
.i-product-bd ul li a:hover {
  color: #f90;
}
.i-product-ft {
  width: 952px;
}
.i-product-ft li {
  width: 305px;
  border: 1px solid #ccc;
  display: block;
  margin-right: 18px;
  text-align: left;
  overflow: hidden;
  margin: 5px;
}
.i-product-ft li img {
  width: 305px;
  display: block;
}
.i-product-ft li p {
  padding: 0 15px;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  line-height: 34px;
  height: 34px;
}

/* case */
.i-case-bd {
  width: 292px;
  height: 527px;
  background: url(../image/casel.jpg) no-repeat center;
  padding: 343px 28px 0;
}
.i-case-bd .item-hd {
  padding-left: 70px;
  height: 56px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.5;
}
.i-case-bd .item-hd p {
  font-size: 20px;
}
.i-case-ft {
  width: 907px;
  background: #fff;
  height: 580px;
}
.i-case-ft li {
  position: relative;
  width: 288px;
  border-right: 1px solid #ccc;
  height: 258px;
  margin-left: 13px;
  margin-bottom: 10px;
}
.i-case-ft li img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 288px;
}
.i-case-ft li .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.i-case-ft li .con:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid #f5c71c;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.4, 0.4, 1);
  transform: scale3d(0.4, 0.4, 1);
  display: block;
}
.i-case-ft li .con span {
  display: none;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  padding-top: 40px;
  color: #fff;
  opacity: 0;
  height: 70px;
  overflow: hidden;
}
.i-case-ft li .con p {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  padding: 30px;
  padding-top: 0px;
  color: #fff;
  height: 95px;
  overflow: hidden;
  padding: 0 28px;
}

.i-case-ft li:hover {
  background-color: rgba(58, 52, 42, 0);
}
.i-case-ft li:hover .con:before,
.i-case-ft li:hover .con p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  display: block;
  opacity: 1;
}
.i-case-ft li:hover span {
  -webkit-transform: scale(0.9);
  font-size: 20px;
  opacity: 1;
  transform: scale(0.9);
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  padding: 40px 30px;
}
/* footer */
.footer {
  background: #333333;
  padding: 30px 0;
}
.footer-hd {
  height: 56px;
  background: url(../image/img.png) 0px -1234px;
}
.footer-hd li {
  background: url(../image/img.png) no-repeat -1816px -47px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  overflow: hidden;
  width: 108px;
  display: inline-block;
}
.footer-bd * {
  color: #fff;
}
.footer-bd p {
  margin: 5px auto;
}
.footer-bd a {
  display: inline-block;
  padding: 0 10px;
}
