﻿.header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
}
.header .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-logo {
  height: 100%;
  /*display: flex;*/
  display: none;
  align-items: center;
  position: relative;
  padding-right: 40px;
}
.header .header-logo .h {
  display: none;
}
.header .header-logo::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
}
.header .header-search {
  position: relative;
}
.header .header-search .h {
  display: none;
}
.header .header-search form {
  position: absolute;
  right: 0;
  top: 56px;
  background: #fff;
  padding: 15px 20px;
  display: flex;
  display: none;
  width: 260px;
}
.header .header-search form .search-key {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  height: 40px;
  outline: none;
  color: #999;
  line-height: 70px;
}
.header .header-search form .search-button {
  border: none;
  background: url(../image/sbtn1.png) no-repeat center;
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header.fixed {
  background: #fff;
  height: 90px;
}
.header.fixed .header-logo .h {
  display: block;
}
.header.fixed .header-logo .s {
  display: none;
}
.header.fixed .navbar li ul {
  top: 71px !important;
}
.header.fixed .navbar li a {
  line-height: 71px;
  color: #000;
}
.header.fixed .navbar li li a {
  line-height: 40px;
}
.header.fixed .header-search .h {
  display: block;
}
.header.fixed .header-search .s {
  display: none;
}
.header.fixed .header-search form {
  top: 48px;
}

.footer {
  background: #172c6d;
}
.footer-area {
  background: #001554;
  height: 50px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
}
.footer-form {
  margin: 36px 0 60px;
}
.footer-form .left {
  width: 518px;
}
.footer-form .left .input-group {
  height: 38px;
  line-height: 44px;
  border-bottom: 1px solid #2f427c;
}
.footer-form .left .input-group span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin-right: 10px;
}
.footer-form .left input {
  background: none;
  outline: none;
  border: none;
  width: 440px;
  line-height: 24px;
    color: #fff;
}
.footer-form .input-textarea {
  width: 630px;
}
.footer-form .input-textarea textarea {
  height: 107px;
  outline: none;
  border: 1px solid #2f427c;
  background: none;
  width: 100%;
  resize: none;
  overflow: hidden;
}
.footer-form .input-textarea .submit {
  height: 35px;
  background: #0067ed;
  border-radius: 10px;
  text-align: center;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.55);
  border: none;
  font-size: 20px;
  width: 100%;
  outline: none;
  cursor: pointer;
  margin-top: 6px;
}
.footer-keywords {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 30px;
}
.footer-contact {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-contact .tel {
  font-size: 25px;
  margin-bottom: 10px;
  color: #fff;
}
.footer-contact-code ul {
  display: flex;
}
.footer-contact-code li {
  width: 142px;
  margin-left: 20px;
}
.footer-contact-code li img {
  width: 100%;
}
.footer-contact-address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 30px;
}
.footer-ft {
  border-top: 1px solid #334475;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  padding: 18px 0;
}
.footer-ft .w {
  display: flex;
}
.fix-contact {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 999;
}
.fix-contact li {
  width: 68px;
  height: 68px;
  border-bottom: 1px solid #4d94c9;
  background: #0065b2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.fix-contact li p {
  margin-top: 2px;
}
.fix-contact li .hov {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  transform: translateX(100%);
}
.fix-contact li .hov img {
  padding-right: 60px;
}
.fix-contact li .hov .fix-tel {
  height: 68px;
  padding: 0 25px;
  background: #cdff34;
  font-size: 33px;
  color: #001553;
  white-space: nowrap;
  line-height: 68px;
}
.fix-contact li:first-of-type {
  border-radius: 10px 10px 0 0;
}
.fix-contact li:last-of-type {
  border-radius: 0 0 10px 10px;
}
.fix-contact li:hover .hov {
  transform: translateX(0);
}



/*产品详细*/
.product_detail{ padding-left:20px;}
.um-imgZoom{float:left;margin-right:20px;}
.um-imgZoom p{text-align:center;padding-bottom:10px;}
#zoom_box{display:block;zoom:1;width:300px;height:dis300px;text-align:center;border:1px solid #ddd;vertical-align:middle;font-size:170px;padding:0;}
#zoom_box img{margin:0;padding:0;}
#zoom_box img.big_small{max-width:300px;max-height:300px;_width:expression(this.width>300&&this.width>this.height?300:true);_height:expression(this.height>300?300:true);}
#zoom_list{width:302px;height:60px;background:#EFEFEF;}
#zoom_list .pre{float:left;width:14px;height:54px;margin-top:2px;text-align:center;overflow:hidden;background:#EFEFEF url(../images/pre.gif) no-repeat -3px 18px;}
#zoom_list .next{float:right;width:14px;height:54px;margin-top:2px;text-align:center;overflow:hidden;background:#EFEFEF url(../images/next.gif) no-repeat -3px 18px;}
#zoom_list #zoom_list_box{float:left;width:232px;overflow:hidden;height:56px;position:relative;}
#thumblist{position:absolute;}
#thumblist li{float:left;width:58px;overflow:hidden;text-align:center;margin:2px 0;}
#thumblist li span{width:52px;height:52px;}
#thumblist li span a{width:50px;height:50px;font-size:42px;border:1px solid #FFF;}
#thumblist li span img{max-height:50px;max-width:50px;_width:50px;_height:50px;}
#big_box{float:left;}
#big_box span{width:302px;height:242px;}
#big_box span a{width:300px;height:240px;font-size:200px;}
#big_box span img{max-width:300px;max-height:240px;}
.p_info li{margin-bottom:10px;}
.um-imgInfo h2{
  font-sizE: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.um-imgInfo .p_tabs{
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.um-imgDetail{}
.um-imgDetail .tag{ height:32px; line-height:32px; padding:0 10px; border:#ddd solid 1px; border-bottom:#054dd6 solid 2px; background:#f8f8f8;}
.um-imgDetail .tag b{ display:block; color:#054dd6; font-size:14px;}

.um-imgDetail{}
.um-imgDetail .cent { padding:20px 0; font-size:14px;}
.um-imgDetail .cent img{
    max-width: 100%;
}
.um-imgDetail table{border-spacing: 0; border-left:#ddd solid 1px; border-top:#ddd solid 1px;}
.um-imgDetail table td{ padding:5px 10px; border-right:#ddd solid 1px; border-bottom:#ddd solid 1px;}

.pagenav{ padding:10px 0 0 0; border-top:#ddd solid 1px; }
.pagenav a{ color:#054dd6;}

.um-bd_imgShow_ft .items-img li{
    width:187px;
}
.um-bd_imgShow_ft .items-img li .item-hd{
    width:187px;
    height:187px;
}
