body {
  margin: 0 auto;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #FFFFFF;
  max-width: 640px;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #da251c;
  text-decoration: underline;
}
#top {
  height: 75px;
  border-bottom: solid 5px #da251c;
  position: fixed;
  top: 0;
  width: 640px;
  background: #FFFFFF;
  z-index: 2000;
}
#top .logo {
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
}
#top .logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top .search {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 110px;
  top: 17px;
  background: url(../Images/m1.png) center center no-repeat;
}
#top .menu {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 7px;
  background: url(../Images/m2.png) center center no-repeat;
}
#top #nav {
  position: fixed;
  width: 640px;
  top: 0;
  left: 640px;
  z-index: 1000;
  height: 100%;
}
#top #nav ul {
  width: 320px;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 0;
}
#top #nav ul li {
  font-size: 24px;
  line-height: 2;
  text-align: center;
}
#top #nav ul li a {
  color: #FFFFFF;
}
#home_tools {
  height: 164px;
  overflow: hidden;
  position: relative;
}
#home_tools .row {
  width: 105px;
  float: left;
  text-align: center;
  position: relative;
}
#home_tools .row .img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-top: 30px;
  display: inline-block;
}
#home_tools .row .title {
  font-size: 20px;
  line-height: 40px;
}
#home_tools .row a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home_jingpin .name {
  height: 95px;
  line-height: 95px;
  font-size: 28px;
  color: #da251c;
  padding: 0 20px;
  background: url(../Images/m3.png) left center no-repeat;
  border-bottom: solid 1px #DDDDDD;
}
#home_jingpin .name a {
  float: right;
  font-size: 20px;
  color: #999999;
}
#home_jingpin #jtProSwiper .swiper-slide {
  width: 212px;
  height: 290px;
  border-right: solid 1px #DDDDDD;
  float: left;
  position: relative;
}
#home_jingpin #jtProSwiper .swiper-slide .img {
  height: 185px;
  position: relative;
  z-index: -1;
}
#home_jingpin #jtProSwiper .swiper-slide .title {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 20px;
  color: #333333;
  padding: 0 20px;
}
#home_jingpin #jtProSwiper .swiper-slide .money {
  height: 30px;
  padding: 0 20px;
  text-align: center;
}
#home_jingpin #jtProSwiper .swiper-slide .money .price {
  width: 85px;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  background: #eea016;
}
#home_jingpin #jtProSwiper .swiper-slide .money .oldPrice {
  width: 83px;
  float: left;
  line-height: 28px;
  font-size: 12px;
  border: solid 1px #eea016;
  color: #999999;
  text-decoration: line-through;
}
#home_jingpin #jtProSwiper .swiper-slide .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/m4.png) top right no-repeat;
}
#home_jingpin #jtProSwiper .swiper-slide:nth-child(3) {
  border-right: none;
}
#home_jingpin ul:after {
  content: "";
  display: block;
  clear: both;
}
.line {
  height: 20px;
  background: #ebebeb;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}
#home_prodata {
  border-bottom: solid 1px #DDDDDD;
  overflow: hidden;
}
#home_prodata .swiper-container {
  overflow: initial;
  width: 520px;
  margin: 0;
}
#home_prodata .swiper-container .swiper-slide {
  height: 90px;
  line-height: 90px;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
}
#home_prodata .swiper-container .onfocus {
  border-bottom: solid 3px #da251c;
}
#home_prodata ul {
  display: none;
}
#home_prodata ul li {
  width: 318px;
  height: 395px;
  float: left;
  border: solid 1px #DDDDDD;
  position: relative;
}
#home_prodata ul li .img {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
#home_prodata ul li .title {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
}
#home_prodata ul li .money {
  font-size: 20px;
  line-height: 40px;
  color: #da251c;
  padding: 0 20px;
}
#home_prodata ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home_prodata ul:after {
  content: "";
  display: block;
  clear: both;
}
#footerContainer {
  height: 100px;
  position: fixed;
  width: 640px;
  bottom: 0;
  background: #f4f4f4;
  z-index: 1000;
}
#footerContainer #home_footer {
  height: 100px;
  position: relative;
}
#footerContainer #home_footer .row {
  width: 128px;
  float: left;
  height: 100px;
  text-align: center;
  position: relative;
}
#footerContainer #home_footer .row .title {
  font-size: 20px;
}
#footerContainer #home_footer .row .icon {
  height: 40px;
  margin: 10px 0;
}
#footerContainer #home_footer .row a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footerContainer #home_footer .row:hover {
  background: #FFFFFF;
  color: #da251c;
}
#footerContainer #home_footer .tel {
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  height: 100px;
  background: url(../Images/m5.png) no-repeat;
}
#footerContainer #footer {
  height: 100px;
  position: relative;
}
#footerContainer #footer .row {
  width: 160px;
  float: left;
  height: 100px;
  text-align: center;
  position: relative;
}
#footerContainer #footer .row .title {
  font-size: 20px;
}
#footerContainer #footer .row .icon {
  height: 40px;
  margin: 10px 0;
}
#footerContainer #footer .row a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footerContainer #footer .row:hover {
  background: #FFFFFF;
  color: #da251c;
}
#thePageInfo {
  width: 600px;
  margin: 30px auto 30px;
  height: 60px;
}
#thePageInfo a {
  display: inline-block;
  width: 288px;
  float: left;
  line-height: 60px;
  border: solid 1px #da251c;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
}
#thePageInfo .next {
  float: right;
}
#EjMain #Left #LeftNav .title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  font-style: inherit;
  padding: 20px 0;
}
#EjMain #Left #LeftNav .list ul {
  width: 600px;
  margin: 0 auto;
}
#EjMain #Left #LeftNav .list ul li {
  width: 298px;
  line-height: 40px;
  font-size: 22px;
  border: solid 1px #DDDDDD;
  text-align: center;
  float: left;
}
#EjMain #Left #LeftNav .list ul:after {
  content: "";
  display: block;
  clear: both;
}
#EjMain #Right #WebNewsList {
  margin: 40px auto;
  width: 600px;
}
#EjMain #Right #WebNewsList ul li .title {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
}
#EjMain #Right #WebNewsList ul li .title span {
  float: right;
  font-size: 14px;
  color: #999999;
}
#EjMain #Right #WebNewsList ul li .jianjie {
  display: none;
}
#EjMain #Right #OnePage {
  font-size: 16px;
  line-height: 30px;
  margin: 20px auto 20px;
  width: 600px;
}
#EjMain #Right #OnePage img {
  max-width: 100%;
}
#EjMain #Right #NewsContent #NewsShow {
  margin-top: 30px;
}
#EjMain #Right #NewsContent #NewsShow .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 36px;
  padding: 10px 0;
}
#EjMain #Right #NewsContent #NewsShow .miaoshu {
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 26px;
}
#EjMain #Right #NewsContent #NewsShow .theContent {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
}
#EjMain #Right #NewsContent #NewsShow .thePageInfo {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}
#EjMain #proCheck {
  border-bottom: solid 1px #DDDDDD;
  position: relative;
  height: 64px;
}
#EjMain #proCheck #proSortContainer {
  width: 320px;
  line-height: 64px;
  float: left;
  text-align: center;
  font-size: 20px;
}
#EjMain #proCheck #proSortContainer .checkName {
  background: url(../Images/m6.png) right 110px center no-repeat;
}
#EjMain #proCheck #proSortContainer .checkName2 {
  background: url(../Images/m8.png) right 110px center no-repeat;
  color: #da251c;
}
#EjMain #proCheck #proSortContainer .sortContainer {
  position: absolute;
  left: 0;
  top: 65px;
  background: #FFFFFF;
  width: 640px;
  display: none;
  z-index: 100;
}
#EjMain #proCheck #proSortContainer .sortContainer ul {
  background: #f8f8f8;
  width: 180px;
  height: 100%;
  font-size: 24px;
  text-align: center;
  border-right: solid 1px #DDDDDD;
}
#EjMain #proCheck #proSortContainer .sortContainer ul li {
  line-height: 60px;
}
#EjMain #proCheck #proSortContainer .sortContainer ul .onfocus {
  color: #da251c;
}
#EjMain #proCheck #proSortContainer .sortContainer .twoList {
  width: 380px;
  padding: 20px 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  display: none;
}
#EjMain #proCheck #proSortContainer .sortContainer .twoList .row .name {
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #DDDDDD;
  font-size: 22px;
}
#EjMain #proCheck #proSortContainer .sortContainer .twoList .row .threeList {
  display: none;
  padding-bottom: 40px;
}
#EjMain #proCheck #proSortContainer .sortContainer .twoList .row .threeList a {
  display: inline-block;
  line-height: 60px;
  font-size: 20px;
  padding-right: 20px;
  margin-right: 15px;
  background: url(../Images/m7.png) right center no-repeat;
}
#EjMain #proCheck #proSortContainer .sortContainer .twoList .row .threeList .onfocus {
  color: #da251c;
}
#EjMain #proCheck #proSortContainer .sortContainer .twoList .onfocus .name {
  color: #da251c;
}
#EjMain #proCheck #proSortContainer .sortContainer .twoList .onfocus .threeList {
  display: block;
}
#EjMain #proCheck #brandContainer {
  width: 320px;
  line-height: 64px;
  float: left;
  text-align: center;
  font-size: 20px;
}
#EjMain #proCheck #brandContainer .checkName {
  background: url(../Images/m6.png) right 110px center no-repeat;
}
#EjMain #proCheck #brandContainer .checkName2 {
  background: url(../Images/m8.png) right 110px center no-repeat;
  color: #da251c;
}
#EjMain #proCheck #brandContainer .brandGroup {
  position: absolute;
  left: 0;
  top: 65px;
  width: 640px;
  z-index: 10;
  background: #FFFFFF;
  display: none;
}
#EjMain #proCheck #brandContainer .brandGroup ul li {
  width: 318px;
  line-height: 40px;
  float: left;
  border: solid 1px #DDDDDD;
  text-align: center;
}
#EjMain #proCheck #brandContainer .brandGroup ul .onfocus a {
  color: #da251c;
}
#EjMain #proCheck #brandContainer .brandGroup ul:after {
  content: "";
  display: block;
  clear: both;
}
#EjMain #proCheck:after {
  content: "";
  display: block;
  clear: both;
}
#EjMain #prodataList ul li {
  width: 318px;
  height: 395px;
  float: left;
  border: solid 1px #DDDDDD;
  position: relative;
}
#EjMain #prodataList ul li .img {
  height: 300px;
}
#EjMain #prodataList ul li .title {
  font-size: 20px;
  line-height: 2;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
}
#EjMain #prodataList ul li .money {
  font-size: 18px;
  line-height: 40px;
  color: #da251c;
  padding: 0 20px;
}
#EjMain #prodataList ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#EjMain #prodataList ul:after {
  content: "";
  display: block;
  clear: both;
}
#brand_banner .pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#brand_banner .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: .9;
  margin: 0 2px;
}
#brand_banner .pagination .swiper-pagination-bullet-active {
  background: #da251c;
}
#brand #goodBrand .name {
  line-height: 90px;
  font-size: 28px;
  color: #da251c;
  padding: 0 20px;
  background: url(../Images/m3.png) left center no-repeat;
}
#brand #goodBrand ul {
  width: 600px;
  margin: 0 auto;
}
#brand #goodBrand ul li {
  width: 180px;
  height: 60px;
  float: left;
  margin-right: 18px;
  border: solid 1px #DDDDDD;
  margin-bottom: 25px;
  position: relative;
}
#brand #goodBrand ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#brand #goodBrand ul li:nth-child(3n) {
  margin-right: 0;
}
#brand #goodBrand ul:after {
  content: "";
  display: block;
  clear: both;
}
#brand #allBrand .name {
  line-height: 90px;
  font-size: 28px;
  color: #da251c;
  padding: 0 20px;
  background: url(../Images/m3.png) left center no-repeat;
}
#brand #allBrand ul {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#brand #allBrand ul li {
  width: 280px;
  line-height: 50px;
  float: left;
  font-size: 20px;
  height: 50px;
  overflow: hidden;
  padding-right: 20px;
}
#brand #allBrand ul:after {
  content: "";
  display: block;
  clear: both;
}
#JingPin .sortGroup ul li {
  width: 212px;
  height: 220px;
  float: left;
  border-bottom: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
  text-align: center;
  position: relative;
}
#JingPin .sortGroup ul li .img {
  height: 105px;
  width: 105px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 30px;
}
#JingPin .sortGroup ul li .title {
  line-height: 70px;
  font-size: 24px;
  color: #333333;
}
#JingPin .sortGroup ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#JingPin .sortGroup ul:after {
  content: "";
  display: block;
  clear: both;
}
#JingPin #JingPinTuijian .name {
  line-height: 90px;
  font-size: 28px;
  color: #da251c;
  padding: 0 20px;
  background: url(../Images/m3.png) left center no-repeat;
}
#JingPin #JingPinTuijian ul li {
  width: 198px;
  height: 290px;
  float: left;
  border: solid 1px #DDDDDD;
}
#JingPin #JingPinTuijian ul li .img {
  height: 180px;
  position: relative;
  background: url(../Images/p9.png) top right no-repeat;
}
#JingPin #JingPinTuijian ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#JingPin #JingPinTuijian ul li .title {
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  padding: 5px 10px;
}
#JingPin #JingPinTuijian ul li .money {
  height: 30px;
  padding: 0 10px;
  text-align: center;
}
#JingPin #JingPinTuijian ul li .money .price {
  width: 75px;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  background: #eea016;
}
#JingPin #JingPinTuijian ul li .money .oldPrice {
  width: 73px;
  float: left;
  line-height: 28px;
  font-size: 12px;
  border: solid 1px #eea016;
  color: #999999;
  text-decoration: line-through;
}
#JingPin #JingPinTuijian ul:after {
  content: "";
  display: block;
  clear: both;
}
#JingPin #JingPinBrand .name {
  line-height: 90px;
  font-size: 28px;
  color: #da251c;
  padding: 0 20px;
  background: url(../Images/m3.png) left center no-repeat;
}
#JingPin #JingPinBrand ul {
  width: 600px;
  margin: 0 auto 30px;
}
#JingPin #JingPinBrand ul li {
  width: 180px;
  height: 60px;
  float: left;
  margin-right: 18px;
  border: solid 1px #DDDDDD;
  margin-bottom: 25px;
  position: relative;
}
#JingPin #JingPinBrand ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#JingPin #JingPinBrand ul li:nth-child(3n) {
  margin-right: 0;
}
#JingPin #JingPinBrand ul:after {
  content: "";
  display: block;
  clear: both;
}
#proShow #showProImg .swiper-slide {
  width: 640px;
  height: 420px;
}
#proShow .data {
  padding: 0 20px;
}
#proShow .data .title {
  font-size: 28px;
  line-height: 40px;
  padding: 10px 0;
}
#proShow .data .d1 {
  font-size: 20px;
  line-height: 2;
  color: #666666;
}
#proShow .data .d1 .price {
  color: #cc3333;
}
#proShow .data .d1 .oldPrice {
  text-decoration: line-through;
}
#proShow .data .zixun {
  margin: 30px 0 50px 0;
  display: block;
  width: 300px;
  background: ;
  height: 60px;
  text-align: center;
  background: url(../Images/m9.png) no-repeat;
}
#proShow .proContent .name {
  line-height: 90px;
  font-size: 28px;
  color: #333333;
  text-indent: 20px;
  border-bottom: solid 1px #DDDDDD;
}
#proShow .proContent .text {
  width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
}
#proShow .proContent .text img {
  max-width: 100%;
}
#proShowRecommend .name {
  line-height: 90px;
  font-size: 28px;
  color: #da251c;
  padding: 0 20px;
  background: url(../Images/m3.png) left center no-repeat;
  border-bottom: solid 1px #DDDDDD;
}
#proShowRecommend ul {
  width: 600px;
  margin: 0 auto 0;
}
#proShowRecommend ul li {
  width: 198px;
  height: 290px;
  float: left;
  border: solid 1px #DDDDDD;
  position: relative;
}
#proShowRecommend ul li .img {
  height: 180px;
  position: relative;
  background: url(../Images/p9.png) top right no-repeat;
}
#proShowRecommend ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#proShowRecommend ul li .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  padding: 5px 10px;
}
#proShowRecommend ul li .money {
  height: 30px;
  padding: 0 10px;
  text-align: center;
}
#proShowRecommend ul li .money .price {
  width: 75px;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  background: #eea016;
}
#proShowRecommend ul li .money .oldPrice {
  width: 73px;
  float: left;
  line-height: 28px;
  font-size: 12px;
  border: solid 1px #eea016;
  color: #999999;
  text-decoration: line-through;
}
#proShowRecommend ul li .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#proShowRecommend ul:after {
  content: "";
  display: block;
  clear: both;
}
#LinkContent {
  margin: 30px auto;
  width: 600px;
}
#LinkContent .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0;
}
#LinkContent .text {
  margin: 10px 0;
}
#LinkContent .text img {
  max-width: 100%;
}
#search {
  margin: 10px auto 10px;
  width: 600px;
  position: relative;
  display: none;
}
#search input {
  width: 460px;
  height: 56px;
  text-indent: 20px;
  font-family: "微软雅黑";
  font-size: 16px;
  border: solid 1px #333333;
  border-radius: 6px;
}
#search select {
  width: 100px;
  height: 40px;
  font-size: 20px;
  display: none;
}
#search span {
  width: 120px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 20px;
  background: #DDDDDD;
  border-radius: 4px;
}
