/*重置样式表*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
html,
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  /*谷歌浏览器字体最小字体12px*/
  color: #333333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before {
  content: '';
  display: table;
  clear: both;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.color-main-color {
  color: #005dbd;
}
.wrap-w {
  width: 1200px;
  margin: 0 auto;
}
img {
  vertical-align: middle;
}
input {
  border: none;
}
header .header-top {
  line-height: 32px;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}
header .header-top a {
  padding-left: 10px;
}
header .search-box {
  padding: 20px 0;
}
header .search-box .search-input .search {
  border: 2px solid #005dbd;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 40px;
}
header .search-box .search-input .search input {
  line-height: 40px;
  box-sizing: border-box;
  width: 500px;
  padding: 0;
  padding-left: 15px;
}
header .search-box .search-input .search-btn {
  background: #005dbd;
  color: #fff;
  padding: 0 35px;
  line-height: 42px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}
header .search-box .send-info {
  line-height: 35px;
  border: 1px solid #005dbd;
  color: #005dbd;
  padding: 0 40px;
  cursor: pointer;
}
header .nav {
  background: #222222;
  color: #fff;
}
header .nav li {
  float: left;
}
header .nav li:first-child a {
  padding: 0 61.5px;
}
header .nav li a {
  line-height: 50px;
  display: block;
  padding: 0 22px;
  font-size: 16px;
}
header .nav li a:hover {
  background: #005dbd;
}
header .nav li a.active {
  background: #005dbd;
  color: #fff;
}
header .banner {
  background: transparent;
  position: relative;
}
header .banner .banner-menu {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .banner .banner-menu .fl {
  height: 400px;
  width: 219px;
  background: #33313e;
  color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
header .banner .banner-menu .fl .fl-menu {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
header .banner .banner-menu .fl .fl-menu:hover h3 {
  color: #005dbd;
  background: url(../images/ri-active.png) no-repeat center right;
  background-size: 14px;
}
header .banner .banner-menu .fl .fl-menu:hover dl {
  display: block;
}
header .banner .banner-menu .fl h3 {
  width: 100%;
  font-size: 14px;
  background: url(../images/ri-white.png) no-repeat center right;
  background-size: 14px;
  padding: 5px 0;
}
header .banner .banner-menu .fl p {
  font-size: 12px;
}
header .banner .banner-menu .fl p a {
  line-height: 25px;
  padding-right: 5px;
}
header .banner .banner-menu .fl p a:nth-child(3n) {
  padding-right: 0;
}
header .banner .banner-menu .fl p a:hover {
  color: #005dbd;
}
header .banner .banner-menu .fl dl {
  width: 179px;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #fcf7f7;
  position: absolute;
  top: 0;
  left: 219px;
  padding: 10px 0px;
  display: none;
  z-index: 10;
  border: solid 1px #efeaea;
  height: 400px;
  color: #666666;
}
header .banner .banner-menu .fl dl dt {
  line-height: 37px;
  padding-left: 25px;
  text-align: left;
}
header .banner .banner-menu .fl dl dt:hover {
  background: #efeaea;
}
header .banner .banner-menu .fl dl dt.on {
  padding: 5px 0px 20px 25px;
}
header .banner .banner-menu .fl dl dt.on:hover {
  background: none;
}
header .banner .banner-menu .fl dl dt.on span {
  background: #ca141d;
  padding: 0px 5px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
header .banner .banner-menu .fl dl dt.on a {
  display: block;
  line-height: 25px;
}
header .banner .banner-menu .fr {
  height: 400px;
  width: 219px;
  background: #33313e;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
header .banner .banner-menu .fr h3,
header .banner .banner-menu .fr p {
  color: #fff;
}
header .banner .banner-menu .fr .name {
  line-height: 30px;
}
header .banner .banner-menu .fr p {
  line-height: 40px;
}
header .banner .banner-menu .fr a {
  display: block;
  line-height: 30px;
}
header .banner .banner-menu .fr a.myCount {
  color: #31a2c4;
  text-decoration: underline;
}
header .banner .banner-menu .fr a.cores-more {
  color: #005dbd;
  text-decoration: underline;
}
header .banner .banner-menu .fr .img {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../images/39022524-7335-484E-96D5-35C42FBDA97A.png) center no-repeat;
  background-size: cover;
}
header .banner .banner-menu .fr .wr {
  padding-top: 40px;
}
header .banner .banner-menu .fr .wr-btn {
  background: #005dbd;
  color: #fff;
  line-height: 24px;
  height: 25px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
}
header .banner .swiper-slide {
  height: 400px;
}
.shop-order {
  margin: 20px auto;
  line-height: 35px;
}
.shop-order .fl {
  background: #e5e5e4;
  border: 1px solid #90908e;
  box-sizing: border-box;
  width: 215px;
  padding-left: 50px;
}
.shop-order .fr span {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #90908e;
  display: block;
  float: left;
  padding: 0 12px;
  background: #f8f4f4;
  text-align: center;
  cursor: pointer;
}
.shop-order .fr span .check-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #90908e;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
.shop-order .fr span .check-box.check-active {
  border-color: #005dbd;
  background: #005dbd url(../images/check-active2.png) center no-repeat;
  background-size: 10px;
}
.shop-order .fr span .check-box input {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
}
.shop-order .fr span.price {
  width: 70px;
}
.shop-order .fr span .price-order {
  position: relative;
}
.shop-order .fr span .price-order img {
  position: absolute;
  right: -18px;
  top: 0;
}
.shop-order .fr span .price-order img.price-up {
  top: -3px;
}
.shop-order .fr span .price-order img.price-down {
  top: 5px;
}
.shop-order .fr span.span-input {
  width: 135px;
}
.shop-order .fr span .input {
  border: 1px solid #90908e;
  background: #fff;
  width: 40px;
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 18px;
  margin: 0 10px;
}
.shop-order .fr span .input input {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  padding-left: 10px;
  box-sizing: border-box;
}
.shop-order .fr span:first-child {
  border-left: 1px solid #90908e;
}
.shop-order .fr span.active {
  border-color: #005dbd;
}
.shop-order .fr span.current {
  color: #005dbd;
}
.shop-order .fr span:last-child {
  padding-left: 80px;
  padding-right: 30px;
  color: #90908e;
}
.shop-order .fr span:last-child .current {
  color: #005dbd;
}
.shop-order .fr span:last-child img {
  width: 20px;
  margin: 0 10px;
}
.nav-order {
  padding: 11.5px 35px;
  background: #fff;
  margin: 20px 0;
}
.nav-order .fl {
  border: 1px solid #999999;
}
.nav-order .fl span {
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  border-right: 1px solid #90908e;
  cursor: pointer;
}
.nav-order .fl span:last-child {
  border-right: none
      ;
}
.nav-order .fl span:hover {
  background: #005dbd !important;
  color: #fff;
}
.nav-order .fr {
  min-width: 266px;
  line-height: 35px;
}
.nav-order .fr dl {
  float: left;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
}
.nav-order .fr dl div.dd {
  position: absolute;
  top: 100%;
  display: none;
  background: #fff;
  padding: 0 15px;
}
.nav-order .fr span {
  float: right;
}
.nav-order .fr span img {
  margin: 0 5px;
}
.tab {
  display: none;
}
footer .footer-menu {
  background: #222222;
  color: #fff;
  padding: 40px 0;
}
footer .footer-menu dl {
  width: 16.66%;
  text-align: center;
  float: left;
}
footer .footer-menu dl dt {
  font-size: 16px;
  padding-bottom: 25px;
}
footer .footer-menu dl dd {
  line-height: 25px;
}
footer p {
  line-height: 55px;
  text-align: center;
}
.banner img {
  max-width: 100%;
}
.active {
  background: #005dbd !important;
  color: #fff;
}
