/********************
	头部导航信息
*********************/
.header {
  height: 36px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
}
.header .h-phone {
  margin-left: 22px;
  padding-left: 23px;
  background: url(../images/h-phone.png) no-repeat left center;
}
.header .h-nav a {
  display: inline-block;
  margin: 0 9px;
}
.header .h-nav a.a-info {
  margin: 0 5px;
}
.header .h-nav a.a-login {
  padding-left: 26px;
  margin-left: 10px;
  background: url(../images/login-ico.png) no-repeat left center;
}
/********************
	logo 搜索 购物车
*********************/
.head {
  padding-top: 22px;
}
.head .logo {
  width: 235px;
  height: 65px;
}
.head .h-logo-text {
  margin-left: 19px;
  margin-top: 13px;
}
.head .search {
  font-size: 0px;
  margin-left: 48px;
  width: 439px;
  margin-top: 11px;
}
.head .search .select {
  width: 94px;
  height: 40px;
  color: #999999;
  font-size: 12px;
  padding-left: 10px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  
}
.head .search .inp {
  padding: 5px 10px;
  line-height: 28px;
  height: 28px;
  width: 243px;
  border: solid #e0e0e0;
  border-width: 1px 0;
}
.head .search .btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  background: #0071cf;
  
}
.head .search .search_res a {
  display: inline-block;
  margin-right: 8px;
  line-height: 15px;
}
.head .zn-btn {
  width: 96px;
  margin-left: 6px;
  height: 40px;
  line-height: 40px;
  background-color: #f09e25;
  margin-top: 11px;
}
.head .a-cart {
  border: 1px solid #e6e6e6;
  height: 38px;
  width: 158px;
  line-height: 38px;
  margin-top: 11px;
}
.head .a-cart i {
  width: 39px;
  background: url(../images/cart.png) no-repeat center center;
  border-right: 1px solid #e6e6e6;
}
/********************
	导航
*********************/
.reso-con{ width:440px; background:#fff; position:absolute; left:240px; top:0; padding:30px 20px;}
.reso-con a{ display:block; float:left; line-height:48px; border-bottom:1px dashed #ccc; width:200px; margin:0 10px;}
.reso-con a:hover{ text-decoration:underline; color:#0071cf;}
.nav {
  height: 42px;
  background-color: #fff;
  margin-top: 19px;
}
.nav .l-nav {
  width: 240px;
}
.nav .l-nav h1 {
  background-color: #0071cf;
}
.nav .l-nav .snav {
  height: 389px;
  background-color: rgba(43, 43, 43, 0.94);
  left: 0;
  top: 42px;
  padding: 11px 0px 0 0px;
  width: 240px;
  z-index: 99;
}
.nav .l-nav .snav li{ position:relative;}
.nav .l-nav .snav li > a {
  padding-left: 42px;
  background: url(../images/left-nav.png);
  background-repeat: no-repeat;
  line-height: 37px;
  border-bottom: 1px solid #373737;
}
.nav .l-nav .snav li.cur > a span{ color:#f09e25;}
.nav .l-nav .snav li > a span {
  padding-right: 10px;
  background: url(../images/nav-go.png) no-repeat 90% center;
  color: #ccc;
}
.nav .l-nav .snav li:hover{ background:#fff;}
.nav .l-nav .snav li > a.icon01 {
  background-position: 10px 10px;
}
.nav .l-nav .snav li > a.icon02 {
  background-position: 10px -28px;
}
.nav .l-nav .snav li > a.icon03 {
  background-position: 10px -67px;
}
.nav .l-nav .snav li > a.icon04 {
  background-position: 10px -108px;
}
.nav .l-nav .snav li > a.icon05 {
  background-position: 10px -143px;
}
.nav .l-nav .snav li > a.icon06 {
  background-position: 10px -179px;
}
.nav .l-nav .snav li > a.icon07 {
  background-position: 10px -219px;
}
.nav .l-nav .snav li > a.icon08 {
  background-position: 10px -255px;
}
.nav .l-nav .snav li > a.icon09 {
  background-position: 10px -293px;
}
.nav .l-nav .snav li > a.icon10 {
  background-position: 10px -332px;
}
.nav .l-nav .snav li > a.last-child span {
  border-bottom: none;
}
.nav .l-nav .snav li > a:hover,
.nav .l-nav .snav li > a.act {
  background-image: url(../images/left-nav-h.png);
}
.nav .l-nav .snav li > a:hover span,
.nav .l-nav .snav li > a.act span {
  color: #f09e25;
}
.nav .r-nav li {
  display: inline-block;
  position: relative;
}
.nav .r-nav li > a {
  display: block;
  padding: 0 24px;
  font-size: 14px;
  color: #666;
  line-height: 42px;
  position: relative;
}
.nav .r-nav li > a i {
  display: block;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url(../images/news-icon.png) no-repeat center center;
}
.nav .r-nav .r-cnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
}
.nav .r-nav .r-cnav a {
  display: block;
  line-height: 39px;
  border-bottom: 1px dotted #d3d3d3;
  text-align: center;
  font-size: 14px;
}
/********************
	广告
*********************/
.ad-banner {
  padding-left: 29px;
  background: url(../images/ad-icon.png) no-repeat left center;
  line-height: 22px;
  width: 244px;
}
/********************
	轮播图
*********************/
.banner li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
/********************
	我们的优势
*********************/
.foot {
  background-color: #222222;
  border-top: 4px solid #0071cf;
}
.foot .foot-div {
  width: 20%;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 0px;
}
.foot .foot-div .ico {
  width: 25%;
  height: 60px;
}
.foot .foot-div p {
  font-size: 18px;
  width: 67%;
}
/********************
	底部信息
*********************/
.footer {
  background-color: #333333;
  border-top: 1px solid #414141;
}
.footer dl {
  float: left;
  width: 15.18%;
  margin-left: 0.75%;
}
.footer dl a {
  color: #777777;
  line-height: 26px;
}
.footer .footer-div {
  width: 36%;
  border-left: 1px solid #414141;
}
.footer .footer-div .finfo {
  width: 71.5%;
}
.footer .footer-div .finfo .info-f {
  width: 128px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
}
.footer .footer-div .finfo .s-ico {
  width: 20px;
  background: url(../images/kf.png) no-repeat center center;
}
.footer .footer-div .ewm {
  width: 28.5%;
}
/********************
	标题样式
*********************/
.title .more {
  padding-right: 24px;
  background: url(../images/more-icon.png) no-repeat right center;
}
.title .more.fff {
  background-image: url(../images/more-icon-fff.png);
}
.brand li {
  border: 1px solid #dedede;
  width: 239px;
  height: 130px;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
}
.brand li > a {
  overflow: hidden;
}
.brand li > a .bg-info {
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background-color: rgba(0, 113, 207, 0.96);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.brand li > a:hover .bg-info,
.brand li > a.act .bg-info {
  top: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.new-product ul {
  margin-left: -41px;
}
.new-product li {
  width: 269px;
  margin-left: 41px;
  float: left;
  background-color: #fff;
}
.new-product li .n-p-img {
  padding-top: 27px;
  height: 191px;
  padding: 27px 18px 40px;
}
.new-product li .more {
  background-color: #313131;
}
.new-product li:hover,
.new-product li.act {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.new-product li:hover .more,
.new-product li.act .more {
  background-color: #0071cf;
}
.partner {
  background: url(../images/bg01.jpg) repeat-y;
  background-size: 100% 100%;
  padding-bottom: 8px;
}
.partner ul {
  margin-left: -42px;
}
.partner li {
  width: 260px;
  height: 112px;
  border: 4px solid #0061b1;
  margin-left: 42px;
  margin-bottom: 32px;
  background-color: #fff;
  float: left;
}
.gift ul {
  margin-left: -24px;
}
.gift li {
  width: 180px;
  margin-left: 24px;
  float: left;
}
.gift li .g-img {
  border: 1px solid #efefef;
}
.gift li .g-img > div {
  border: 3px solid transparent;
  height: 172px;
  position: relative;
}
.gift li:hover .g-img > div {
  border-color: #efefef;
}
.recollection ul {
  margin-left: -21px;
}
.recollection li {
  width: 282px;
  margin-left: 21px;
  border: 1px solid #eeeeee;
  float: left;
}
.recollection li > a {
  border: 1px solid transparent;
  padding: 19px 23px 15px;
}
.recollection li .r-tools span {
  padding-left: 18px;
  background-position: left center;
  background-repeat: no-repeat;
}
.recollection li .r-tools span.ico01 {
  background-image: url(../images/r-icon01.png);
}
.recollection li .r-tools span.ico02 {
  background-image: url(../images/r-icon02.png);
}
.technology .t-content {
  width: 436px;
  margin-right: 23px;
}
.technology .t-content ul {
  margin-top: 17px;
  line-height: 32px;
  padding-left: 13px;
}
.technology .t-content li {
  border-bottom: 1px dotted #cccccc;
  position: relative;
}
.technology .t-content li .s01 {
  width: 345px;
}
.technology .t-content li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -13px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
}
.technology .t-order {
  border: 4px solid #0071cf;
  background-color: #0067bc;
  padding: 16px 0 12px 10px;
  height: 324px;
  overflow-y: auto;
}
.technology .t-order li {
  padding-bottom: 18px;
  position: relative;
}
.technology .t-order .line {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  background-color: #fff;
  left: 32px;
}
.technology .t-order .t-o-01 {
  width: 28px;
  text-align: center;
}
.technology .t-order .t-o-02 {
  margin-left: 13px;
  width: 157px;
}
.technology .t-order .icon {
  width: 8px;
  height: 20px;
  position: relative;
  z-index: 9;
  background: url(../images/dot.png) no-repeat center center;
}
.media .media-left {
  margin-left: 2px;
  width: 114px;
}
.media .media-right {
  width: 1084px;
}
.media .media-right li > a {
  border: 1px solid #dedede;
  height: 54px;
}
.top_banner {
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.top_banner .top-close {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../images/top-close.png) no-repeat center center;
  top: 44px;
  right: 15px;
}
.top_banner.act {
  height: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}


.none{ display:none;}
.p-slot{ line-height:60px; background:#fff7f0; border:1px solid #ffcda2; font-size:14px; color:#666;}
.p-slot img{ margin-right:10px;}
.p-slot span{ color:#c00;}
.jtl-prel{ background:#fff7f0; border:1px solid #ffcda2;}
.jtl-prel .teml{ font-size:14px; color:#c00; line-height:35px;}
.jtl-prel .teml img{ margin-right:10px;}
.cegls{ color:#666; line-height:2;}
.cegls .fr input{ margin-right:5px; vertical-align:middle;}
.cegls .fr span{ color:#f09e25; text-decoration:underline;}
.cholte{ float:right; line-height:40px; padding:0 25px; border:1px solid #ddd; font-size:14px;}
.cholte:hover{ color:#fff; background:#f09e25; border-color:#f09e25;}
.dd-sol{ width:960px;}
.inloe{ width:934px; border:1px solid #ccc; height:150px; resize:none;}
.slot-pay{ background:#fff7f0; border:1px solid #ffcda2; padding:10px 20px 20px; width:982px; margin-left:115px;}
.pay_way .way span {display:inline-block;border: 1px solid #e0e0e0; height: 60px; width: 174px; margin-left: 15px;vertical-align:middle;}
.pay_way .way label input{ vertical-align:middle;}
.slopte{ font-size:14px; color:#333;}
.slopte i{ color:#f20934;}
.yondle{ height:54px;}
.yondle span{ float:left; cursor:pointer; line-height:54px; background:url(../images/xz12.jpg) repeat-x; width:50%; font-size:16px; color:#666; text-align:center;}
.yondle span.cur{ height:52px; line-height:50px; border-top:2px solid #f60; background:#fff;}
.oprel{ height:38px; border:1px solid #ddd; margin-left:10px; padding-top:10px;}
.fsole{ width:68px; margin-left:10px; float:left; line-height:48px; border:1px solid #f19e24; text-align:center; color:#f60;}





