body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/*scrollbar*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #444;
}

::-webkit-scrollbar-thumb:hover {
  background: #333;
}

body {
  font-size: 14px;
  color: #333;
}

i {
  font-style: normal;
}

strong {
  font-weight: 600;
}

input::-ms-clear {
  display: none;
}

input {
  color: #333;
}

input[type="text"] {
}

input[type="text"]:focus {
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  table-layout: fixed;
}

/*th, td {*/
  /*padding: 5px 8px;*/
  /*text-align: center;*/
/*}*/

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

button {
  background-color: transparent;
  border: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}

p {
  text-align: justify;
}

a {
  color: #333;
  text-decoration: none !important;
  cursor: pointer;
}

a:hover {
  text-decoration: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.trans {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hid {
  overflow: hidden;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

a:hover {
  opacity: .9;
}

.page-w {
  width: 100%;
  min-width: 1200px;
}

.main-con {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.main-con > h5 {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center
}

.bg-red {
  background: #e41e2b
}

.bg-light {
  background-color: #e3ecf3
}

.btns {
  text-align: center;
}

.btns a {
  display: inline-block;
  width: 105px;
  line-height: 40px;
  margin: 0 8px;
  background: #e41f2b;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}

/*start*/
.toolbar {
  line-height: 48px;
  background: #222;
  color: #fff;
}

.toolbar a {
  color: #fff;
}

.toolbar-nav > li {
  float: left;
}

.toolbar-nav > li a {
  padding: 0 16px;
}

.main-header {
  position: relative;
  height: 220px;
  padding-top: 50px;
}

.search {
  position: relative;
}

.search input[type="text"] {
  height: 42px;
  width: 272px;
  line-height: 40px;
  padding: 0 44px 0 20px;
  border-radius: 40px;
  border: 1px solid #85898c;
}

.search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: url(images/sprite.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.search input[type="submit"]:hover {
  opacity: .8;
}

.search input[type="text"]:focus {
  border-color: #df1f36
}

.main-header .search {
  position: absolute;
  top: 6px;
  left: 0;
}

.main-header .brand {
  height: 53px;
  margin: 0;
  background: url(images/logo.png) no-repeat center;
}

.header-car {
  position: absolute;
  top: 6px;
  right: 42px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: url(images/sprite.png) no-repeat -42px 0;
}

.header-car span {
  display: block;
  position: absolute;
  top: -12px;
  left: 24px;
  min-width: 20px;
  line-height: 20px;
  padding: 0 4px;
  background: #e41f2b;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.mian-nav {
  width: 1200px;
  margin: 30px auto 0;
  border-bottom: 2px solid #2f3336;
  text-align: center;
}

.mian-nav li {
  display: inline-block;
}

.mian-nav li a {
  display: block;
  line-height: 56px;
  margin: 0 9px;
  padding: 0 9px;
  font-size: 18px;
  color: #000;
}

.mian-nav li:hover a,
.mian-nav li.active a {
  color: #e41f2b;
}

.main-footer {
  padding-top: 30px;
  background: #222;
  color: #fff;
}

.main-footer ul {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.main-footer li {
  margin-right: 400px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3d3d3d
}

.main-footer li:last-of-type {
  border-bottom: none;
}

.main-footer li span {
  display: block;
  line-height: 3;
  font-size: 16px;
  color: #fff;
}

.main-footer li a {
  display: inline-block;
  margin-right: 38px;
  color: #888;
  line-height: 1.8
}

.main-footer .phone {
  margin-top: 20px;
  font-size: 16px;
  color: #888
}

.main-footer .phone i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(images/sprite.png) no-repeat -80px 0;
}

.main-footer .code {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
}

.main-footer .code > span {
  position: relative;
  display: block;
  float: right;
  line-height: 44px;
  margin-bottom: 15px;
  padding: 0 25px 0 150px;
  background: #1a1a1a;
  border-radius: 40px;
  font-size: 14px;
  color: #888
}

.main-footer .code > span::before {
  position: absolute;
  top: 8px;
  left: 20px;
  content: "";
  width: 101px;
  height: 28px;
  background: url(images/sprite.png) no-repeat 0 -242px;
}

.main-footer .qr-code {
  width: 100%;
  clear: both;
}

.main-footer .qr-code a {
  display: block;
  width: 140px;
  color: #888;
  line-height: 1.8;
  text-align: center;
}

.main-footer .qr-code a img {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 6px;
  border-radius: 4px;
}

.main-footer .copy-right {
  margin-top: 5px;
  padding: 16px 0;
  background: #1a1a1a;
}

.copy-right p {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #888;
  line-height: 2
}

.pages {
  padding-bottom: 40px;
}

.pages li {
  float: left;
}

.pages li a {
  display: block;
  height: 34px;
  min-width: 34px;
  line-height: 32px;
  margin: 0 1px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #efefef;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.pages li.active a {
  background-color: #e41e2b;
  border-color: #e41e2b;
  color: #fff;
  cursor: auto;
}

.pages li a[class *="page-"] {
  border-color: #c8c8c8;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
}

.pages li a.page-first {
  background-position: -98px 0;
}

.pages li a.page-prev {
  background-position: -130px 0;
}

.pages li a.page-next {
  background-position: -162px 0;
}

.pages li a.page-last {
  background-position: -194px 0;
}

.pages li.disabled a {
  cursor: auto;
  opacity: .5
}

.page-path {
  margin-top: -10px;
  line-height: 2;
  color: #9c9c9c
}

.page-path span {
  color: #666;
  padding-left: 6px;
}

.page-path a {
  padding: 0 6px;
  color: #999;
}

.no-result {
  margin-top: 10px;
  padding: 12px 15px;
  line-height: 24px;
  background: #fffdee;
  border: 1px solid #edd28b;
  color: #666;
  font-weight: bold;
}

.no-result i {
  color: #e41f2b;
}

/*checkbox*/
label.checkbox {
  position: relative;
  display: inline-block;
}

label.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}

label.checkbox span {
  position: relative;
  display: inline-block;
  line-height: 0;
  padding: 0;
  margin: 0;
}

label.checkbox span::before {
  position: relative;
  top: -1px;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #999;
}

label.checkbox input:checked + span::before {
  background-image: url(images/sprite.png);
  background-position: -326px 0;
}

/*首页*/
.index-promo {
  height: 640px;
  background: #e3ecf3;
}

.shape-list {
  height: 400px;
  padding: 120px 0 60px;
  background: url(images/index-bg1.jpg) no-repeat top center;
  overflow: hidden;
}

.shape-list li {
  float: left;
  width: 200px;
  text-align: center;
}

.shape-list li a {
  display: block;
  font-size: 20px;
}

.shape-list li:hover a {
  color: #e41f2b
}

.shape-list li a i {
  display: block;
  width: 70px;
  height: 70px;
  margin: 20px auto 30px;
  background-image: url(images/sprite.png);
  background-position: 0 -42px;
}

.shape-list li:nth-child(2) a i {
  background-position: -70px -42px;
}

.shape-list li:nth-child(3) a i {
  background-position: -140px -42px;
}

.shape-list li:nth-child(4) a i {
  background-position: 0 -112px;
}

.shape-list li:nth-child(5) a i {
  background-position: -70px -112px;
}

.shape-list li:nth-child(6) a i {
  background-position: -140px -112px;
}

.index-case {
  height: 600px;
  padding: 60px 0 80px;
  background: url(images/index-bg2.jpg) no-repeat top center;
}

.index-case a {
  color: #fff;
}

.index-case a img {
  display: block;
  float: right;
  width: 600px;
  height: 400px;
}

.case-con {
  position: relative;
  width: 585px;
  height: 400px;
  margin-left: 15px;
  background: #333
}

.case-con span {
  position: absolute;
  top: 30px;
  left: -15px;
  display: inline-block;
  line-height: 42px;
  padding: 0 15px;
  background: #e41e2b;
  font-size: 20px;
}

.case-con p {
  margin: 150px 45px 10px;
  line-height: 2;
}

.case-con p strong {
  display: block;
  font-size: 18px;
  line-height: 2;
}

.index-case .swiper-pagination {
  padding-right: 20px;
  text-align: right;
}

.index-news {
  height: 640px;
  padding-top: 60px;
  background: url(images/index-bg3.jpg) no-repeat top center;
}
.index-news ul {
  padding: 60px 0;
  background: #fff;
  overflow: hidden;
}
.index-news li {
  float: left;
  width: 260px;
  height: 195px;
  margin-left: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-news li.active {
  width: 560px;
}
.index-news li > div {
  width: 560px;
}
.index-news li img {
  display: block;
  width: 260px;
  height: 195px;
}
.index-news .news-con {
  float: left;
  width: 260px;
  margin-left: 30px;
  margin-right: 10px;
  overflow: hidden;
}
.index-news .news-con i {
  display: block;
  line-height: 26px;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #999;
}
.index-news .news-con strong {
  display: block;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 18px;
}
.index-news .news-con p {
  padding-bottom: 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.5
}
.index-news .news-con a {
  font-size: 12px;
  color: #e41f2b;
}
.index-news img:hover {
  opacity: .9
}

.index-bottom {
  width: 100%;
  height: 198px;
  background: url(images/index-bottom.jpg) no-repeat top center;
}

/*about*/
.about-banner {
  height: 460px;
  margin-bottom: 40px;
  background: url(images/about-banner.jpg) no-repeat top center;
}

.about-con li {
  margin-bottom: 140px;
  overflow: hidden;
}

.about-con li:nth-of-type(2n-1) img {
  margin-right: 60px;
}

.about-con li:nth-of-type(2n) img {
  margin-left: 60px;
}

.about-con .about-text strong {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 30px;
}

.about-con .about-text p {
  margin-bottom: 16px;
  line-height: 2.25;
  font-size: 16px;
  color: #6c6c6c;
}

.about-address {
  padding: 80px 0 50px;
  background: #f3f3f3;
}

.about-address li {
  position: relative;
  float: left;
  width: 400px;
  padding-top: 80px;
  text-align: center;
}

.about-address li::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background-image: url(images/sprite.png);
  background-position: 0 -182px;
}

.about-address li:nth-child(2)::before {
  background-position: -60px -182px;
}

.about-address li:nth-child(3)::before {
  background-position: -120px -182px;
}

.about-address li strong {
  display: block;
  font-size: 22px;
  padding-bottom: 20px;
}

.about-address li p {
  padding-left: 15px;
  font-size: 16px;
  color: #666;
  line-height: 2.25;
  text-align: left;
}

.about-address li p a {
  color: #e41f2b;
}

.about-address li p i {
  color: #999;
}

/*case*/
.case-tabs {
  margin-bottom: 40px;
}

.case-tabs li {
  float: left;
  margin-right: 20px;
}

.case-tabs li a {
  display: inline-block;
  line-height: 34px;
  padding: 0 20px;
  background: #f2f2f2;
  border-radius: 20px;
  font-size: 15px;
}

.case-tabs li.active a {
  background: #e41e2b;
  color: #fff;
}

.case-list ul {
  width: 1224px;
}

.case-list ul li {
  float: left;
  margin-right: 26px;
  margin-bottom: 30px;
}

.case-list ul li a {
  display: block;
  width: 280px;
  padding-bottom: 18px;
  background: #f8f8f8;
  font-size: 16px;
  text-align: center;
}

.case-list ul li a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.case-list ul li a img {
  display: block;
  width: 280px;
  height: 210px;
  margin-bottom: 18px;
}

.case-detail-top {
  height: 430px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}

.case-detail-top .page-path {
  margin-top: 0;
}

.case-detail-top .fl {
  width: 500px;
  padding: 20px;
}

.case-detail-top .fl strong {
  display: block;
  padding: 20px 0 10px;
  font-size: 22px;
}

.case-detail-top .fl p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.case-detail-top .fl > a {
  display: inline-block;
  line-height: 46px;
  margin-top: 20px;
  padding: 0 26px;
  border: 1px solid #e41f2b;
  font-size: 18px;
  color: #e41f2b;
}

.case-detail-top .fl > a:hover {
  background: #e41f2b;
  color: #fff;
}

.case-detail-top img {
  display: block;
  width: 690px;
  height: 428px;
}

.sub-title {
  position: relative;
  margin-bottom: 20px;
  padding: 14px;
  font-size: 20px;
}

.sub-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 3px;
  height: 20px;
  margin-top: -10px;
  background: #e41f2b;
}

.related-list ul {
  width: 1225px;
}

.related-list ul li {
  float: left;
  width: 220px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.related-list a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-list a img {
  display: block;
  width: 218px;
  height: 144px;
}

.related-list a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
  background: #fbe0e2;
  border-color: #e41f2b;
  color: #000;
  opacity: 1;
}

.pic-list ul {
  width: 1245px;
}

.pic-list li {
  float: left;
  width: 370px;
  height: 280px;
  margin-right: 45px;
  margin-bottom: 45px;
  overflow: hidden;
}

.pic-list li img {
  display: block;
  width: 370px;
  height: 280px;
}

/*guide*/
.guide {
  background: #fff;
  margin-bottom: 40px;
}

.guide-nav {
  float: left;
  width: 236px;
  background: #fff;
  border: 1px solid #eee;
  border-right: none;
}

.guide-nav li a {
  position: relative;
  display: block;
  line-height: 68px;
  padding-left: 52px;
}

.guide-nav li li a {
  padding-left: 72px;
  line-height: 42px;
  color: #666;
}

.guide-nav li a.active {
  background: #f5f5f7;
  color: #e41f2b
}

.guide-nav li a.active::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2px;
  background: #e41f2b
}

.fixed-wrap.fixed {
  position: fixed;
  top: 0;
  z-index: 4;
}

.guide-con {
  margin-left: 236px;
  min-height: 1500px;
  border: 1px solid #eee;
}

.guide-con .title {
  padding-left: 35px;
  line-height: 40px;
  background: #f5f5f7;
}

.guide-con img {
  display: block;
  margin: 20px auto;
}

/*list*/
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 35px;
  padding-top: 240px;
  background: #222;
  color: #fff;
}

.sidebar a {
  position: relative;
  display: block;
  color: #fff;
}

.sidebar a:hover {
  background: #ff4c57;
}

.sidebar a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.sidebar a i {
  display: block;
  width: 1em;
  margin: 0 auto 5px;
}

.sidebar .user {
  padding: 10px 0;
  margin-bottom: 10px;
}

.sidebar .user::before {
  background: url(images/sprite.png) no-repeat -226px 0;
}

.sidebar .user:hover::before {
  background-position: -246px 0;
}

.sidebar-car {
  padding: 15px 0;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  color: #fff;
  text-align: center;
}

.sidebar-car:hover {
  border-color: #ff4c57;
}

.sidebar-car::before {
  background: url(images/sprite.png) no-repeat -266px 0;
}

.sidebar em {
  display: block;
  width: 1em;
  margin: 0 auto;
  font-size: 12px;
}

.sidebar-car span {
  display: block;
  width: 24px;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  background: #e41f2b;
  border-radius: 20px;
}

a.sidebr-compare {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #404040;
}

a.sidebr-compare span {
  position: absolute;
  top: 10px;
  right: 1px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #e41f2b;
  border-radius: 20px;
  text-align: center;
}

.compare-con {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 60px;
  z-index: 5;
  min-width: 380px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.compare-header {
  line-height: 60px;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
}

.compare-con ul {
  padding: 20px;
}

.compare-con li {
  position: relative;
  float: left;
  margin: 0 10px;
  width: 150px;
  height: 168px;
  border: 1px solid #eee;
}

.compare-con li a {
  display: block;
  width: 100%;
  height: 100%;
}

.compare-con li a img {
  display: block;
  width: 148px;
  height: 96px;
}

.compare-con li p {
  margin: 3px 14px 0;
  padding-top: 15px;
  line-height: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.compare-con li > i {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: #f3f3f3 url(images/sprite.png) right -20px;
  border-radius: 4px;
  cursor: pointer;
}

.compare-footer {
  padding: 0 30px 20px;
  line-height: 40px;
  overflow: hidden;
}

.compare-footer .btn {
  padding: 0 28px;
  background: #e41f2b;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
}

a.gotop {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 10px 0;
}

.gotop::before {
  background: url(images/sprite.png) no-repeat -286px 0;
}

.gotop:hover::before {
  background-position: -306px 0;
}

/*filter*/
.filter-con {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #eee;
  border-bottom: none;
}

.filter-con li {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.filter-con li i {
  display: block;
  float: left;
  width: 90px;
  line-height: 56px;
  background: #fafafa;
  color: #838383;
  text-align: center;
}

.filter-con li a {
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  margin-top: 15px;
  margin-left: 25px;
  padding: 0 10px;
  font-size: 12px;
}

.filter-con li a:hover {
  color: #e41f2b;
}

.filter-con li a.active {
  background: #e41f2b;
  color: #fff;
}

.filter-con li a.all {
  font-weight: bold;
}

.filter-con [class*="ratio"] {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 9px;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  background-position: -226px -20px;
  border: 1px solid #000;
}

.filter-con .ratio2 {
  width: 29px;
}

.filter-con .ratio3 {
  width: 43px;
}

.filter-con .ratio4 {
  width: 57px;
}

.filter-con .ratio5 {
  width: 71px;
}

.filter-con li a.active [class*="ratio"] {
  border-color: #fff;
  background-position: -226px -33px;
}

.filter-con [class*="shape"] {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  background-position: -226px -46px;
}

.filter-con li a.active [class*="shape"] {
  background-position: -226px -63px;
}

.filter-con .shape-e {
  background-position: -243px -46px;
}

.filter-con li a.active .shape-e {
  background-position: -243px -63px;
}

.filter-con .shape-le {
  background-position: -260px -46px;
}

.filter-con li a.active .shape-le {
  background-position: -260px -63px;
}

.filter-con .shape-he {
  background-position: -277px -46px;
}

.filter-con li a.active .shape-he {
  background-position: -277px -63px;
}

.filter-con .shape-ue {
  background-position: -294px -46px;
}

.filter-con li a.active .shape-ue {
  background-position: -294px -63px;
}

.filter-con .shape-r {
  background-position: -311px -46px;
}

.filter-con li a.active .shape-r {
  background-position: -311px -63px;
}

.selected p a {
  position: relative;
  padding: 1px 28px 1px 10px;;
  border: 1px solid #ff9da3;
  line-height: 22px;
}

.selected p a::after {
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  content: "";
  width: 18px;
  height: 20px;
  background-image: url(images/sprite.png);
  background-position: -226px -80px;
}

.selected p a:hover {
  border-color: #e41f2b;
  color: #e41f2b;
}

.selected p a:hover::after {
  background-position: -244px -80px;
}

.selected button {
  margin-top: 20px;
  margin-left: 16px;
  font-size: 12px;
  cursor: pointer;
}

.sub-tabs {
  height: 52px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #eee;
}

.sub-tabs li {
  float: left;
  height: 50px;
  line-height: 50px;
}

.sub-tabs li.active {
  border-bottom: 2px solid red
}

.sub-tabs li a {
  padding: 0 16px;
}

.sub-tabs .sort a {
  display: inline-block;
  line-height: 1;
  margin-top: 20px;
  padding: 0 15px;
  border-left: 1px solid #e5e5e5;
}

.sub-tabs .sort a:first-child {
  border: none;
}

.sub-list {
  margin-bottom: 30px;
}

.sub-list ul {
  width: 1220px;
}

.sub-list ul li {
  position: relative;
  float: left;
  width: 285px;
  height: 320px;
  margin-right: 20px;
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #eee;
}

.sub-list ul li:hover {
  top: -3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.sub-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sub-list li img {
  display: block;
  width: 283px;
  height: 183px;
}

.sub-list li p {
  margin: 6px 28px 0;
  padding-top: 15px;
  line-height: 26px;
  border-top: 1px solid #eee;
  text-align: center;
}

.sub-list li p span, .compare-con li p span, .compare-table .product p span {
  display: block;
  color: #e41f2b;
}

.sub-list li label {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 10px auto;
  background: #f3f3f3;
  text-align: center;
}

/*compare对比*/
.compare-table {
  margin-bottom: 75px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.compare-table th, .compare-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.compare-table th {
  position: relative;
  height: 50px;
  background: #fafafa;
  text-align: left;
}

.compare-table tr:first-of-type td {
  border-right: none;
}

.compare-table tr:first-of-type th {
  height: 386px;
  font-size: 18px;
  text-align: center;
}

.table-t {
  height: 55px;
  background: #f4f7fb;
  font-size: 18px;
  text-align: left;
}

.compare-table h5 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  margin-left: -46px;
  line-height: 40px;
  background: #e41f2b;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
  color: #fff;
}

.compare-table .product {
  display: block;
  width: 230px;
  height: 235px;
  border: 1px solid #eee;
}

.compare-table .product img {
  display: block;
  width: 228px;
  height: 148px;
}

.compare-table .product p {
  margin: 10px 22px 0;
  padding-top: 15px;
  line-height: 1.6;
  border-top: 1px solid #eee;
  text-align: center;
}

.compare-table .btn {
  display: block;
  width: 230px;
  line-height: 45px;
  margin-top: 15px;
  background: #d92828;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

/*detail详情*/
.detail {
  position: relative;
  margin: 12px auto 30px;
}

.gallery {
  width: 560px;
  height: 460px;
}

.gallery-big {
  height: 378px;
  border: 1px solid #eee;
  overflow: hidden;
}

.gallery-big li {
  width: 558px;
  height: 376px;
}

.gallery img {
  display: block;
  width: 100%;
  height: 100%;
}

.smallScroll {
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: 10px;
  overflow: hidden;
}

.smallScroll .prev-s, .smallScroll .next-s {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 20px;
  background-color: #fff;
  border: 1px solid #eee;
}

.smallScroll .prev-s::before, .smallScroll .next-s::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -4px;
  margin-left: -4px;
  background-image: url(images/sprite.png);
  background-position: -295px -80px;
}

.smallScroll .next-s {
  right: 0;
}

.smallScroll .next-s::before {
  background-position: -304px -80px;
}

.smallScroll > a:hover {
  background-color: #f5f5f5;
}

.gallery-small {
  margin: 0 134px 0 34px;
  overflow: hidden;
}

/*
.gallery-small ul {
	width: 2000px;
}
*/
.gallery-small li {
  float: left;
  width: 92px;
  height: 70px;
  margin-right: 8px;
  cursor: pointer;
}

.gallery-small li img {
  border: 1px solid #eee;
}

.gallery-small li.on img, .part-gallery-small li.on img {
  border-color: #e41f2b;
}

.favorite {
  position: absolute;
  right: 44px;
  top: 50%;
  z-index: 2;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #666;
}

.favorite::before {
  content: "";
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-right: 4px;
  background-image: url(images/sprite.png);
  background-position: -262px -80px;
}

.favorite.on::before {
  background-position: -276px -80px;
}

.detail-main {
  margin-left: 600px;
}

.detail-main h1 {
  margin-bottom: 12px;
  font-size: 28px;
}

.price-con {
  position: relative;
  padding: 10px 5px 5px 75px;
  background: #f9f9f9;
  border-top: 1px dotted #e1e1e1;
  border-bottom: 1px dotted #e1e1e1;
  color: #e41f2b;
  margin-bottom: 16px;
}

.price-con::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "售价";
  color: #666;
}

.main-price {
  margin-bottom: 2px;
}

.main-price strong {
  padding-right: 4px;
  font-size: 28px;
}

.main-price i {
  display: inline-block;
  vertical-align: super;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 8px;
  background: #f68587;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
}

.price-con p {
  color: #666;
}

.price-con p span {
  padding: 0 8px;
}

.ui-table {
  position: relative;
}

.detail-main .ui-table {
  height: 240px;
}

.detail-main .table-header th {
  height: 32px;
  border-bottom: 1px dotted #e1e1e1;
}

.table-body {
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.table-body th {
  height: 0;
  visibility: hidden;
}

.table-body td {
  padding: 4px;
  color: #666;
}

.detail-main td input[type="text"], .part-1 td input[type="text"] {
  width: 80px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.detail-main td a.process-btn {
  display: inline-block;
  line-height: 28px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
}

.ui-table .operate {
  width: 65px;
  text-align: center;
}

.ui-table .operate a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -1px;
  background-image: url(images/sprite.png);
  background-position: -226px -100px;
  border: 1px solid #d9d9d9;
}

.ui-table .operate .subtract {
  background-position: -254px -100px;
}

.ui-table .operate a:hover {
  z-index: 2;
  border-color: #bbb;
}

.price-buy {
  margin-top: 30px;
  color: #666;
}

.price-buy span {
  padding-left: 20px;
  font-size: 24px;
  color: #e41f2b;
}

.price-buy .btns a {
  display: inline-block;
  width: 180px;
  margin-left: 8px;
  padding: 9px 0;
  line-height: 20px;
  background-color: #ffeded;
  border: 1px solid #e41f2b;
  border-radius: 0;
  color: #e41f2b;
  text-align: center;
}

.price-buy .btns a.buy-car {
  position: relative;
  background: #e41f2b;
  color: #fff;
}

.buy-car::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(images/sprite.png) no-repeat -266px 0;
}

.parts {
  height: 450px;
  margin-bottom: 20px;
  overflow: hidden;
}

.parts-hd {
  line-height: 38px;
  margin-bottom: 20px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-bottom-color: #e41f2b;
}

.parts-hd li {
  display: inline-block;
  padding: 0 30px;
  cursor: pointer;
}

.parts-hd li.on {
  background: #e41f2b;
  color: #fff;
}

.parts-bd > div {
  position: relative;
  padding: 20px 190px 0 20px;
  background: #fbfbfb;
  border: 1px solid #eee;
}

.part-1 {
  height: 400px;
}

.part-gallery {
  position: relative;
  width: 400px;
  height: 370px;
  margin-bottom: 10px;
  overflow: hidden;
}

.part-gallery-big {
  width: 400px;
  height: 290px;
  border: 1px solid #eee;
  overflow: hidden;
}

.part-gallery-big li {
  width: 325px;
  height: 287px;
}

.part-gallery-big img {
  width: 100%;
  height: 100%;
}

.part-gallery .smallScroll {
  height: 54px;
}

.part-gallery .prev-s, .part-gallery .next-s {
  width: 18px;
  background-color: #eee;
}

.part-gallery-small {
  margin: 0 18px;
}

.part-gallery-small li {
  width: 72px;
  height: 54px;
  margin-right: 9px;
}

.part-gallery-small li img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

.part-scroll {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 72px;
  height: 300px;
  overflow: hidden;
}

.part-scroll > a {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background-color: #eee;
}

.part-scroll > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 9px;
  height: 9px;
  margin-left: -4px;
  margin-top: -4px;
  background: url(images/sprite.png) -313px -80px;
}

.part-scroll > a.next-r::before {
  background-position: -322px -80px;
}

.part-scroll .bd {
  height: 250px;
  padding-top: 1px;
  overflow: hidden;
}

.part-scroll .bd li {
  position: relative;
  width: 100%;
  height: 48px;
  margin-top: -1px;
  overflow: hidden;
}

.part-scroll .bd li.on {
  z-index: 3;
}

.part-scroll .bd li img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

.part-scroll .bd li.on img {
  border: 3px solid #e41f2b;
}

.part-1 .ui-table {
  margin-left: 410px;
  height: 340px;
}

.part-2 {
  height: 230px;
  font-size: 12px;
}

.part-product {
  position: relative;
  float: left;
  width: 120px;
  margin-right: 54px;
  color: #555;
  text-align: center;
}

.part-product::before, .part-product::after, .part-list::before, .part-list::after {
  position: absolute;
  content: "";
  background: #ccc;
}

.part-product::before {
  right: -38px;
  top: 38px;
  width: 23px;
  height: 5px;
}

.part-product::after {
  right: -29px;
  top: 29px;
  width: 5px;
  height: 23px;
}

.part-2 img {
  display: block;
  width: 120px;
  height: 80px;
  margin-bottom: 12px;
  border: 1px solid #eee;
}

.checked img {
  border-color: #e41f2b;
}

.part-list {
  position: relative;
  margin-left: 170px;
  margin-right: 56px;
  height: 168px;
}

.part-list::before, .part-list::after {
  top: 32px;
  right: -40px;
  width: 23px;
  height: 5px;
}

.part-list::after {
  top: 42px;
}

.part-list li {
  position: relative;
  display: inline-block;
  width: 120px;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part-list li p {
  margin-top: 8px;
}

.part-list li span {
  padding-left: 5px;
  color: #e41f2b;
}

.part-list .checkbox {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 12px;
  padding: 0;
}

.part-price {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 190px;
  padding: 10px 18px;
  background: #f7f7f7;
  border-left: 1px solid #eee;
  text-align: center;
}

.part-price strong {
  display: block;
  font-size: 18px;
  color: #e41f2b;
  line-height: 30px;
  margin-bottom: 10px;
}

.price-btn a {
  display: block;
  line-height: 38px;
  margin-top: 15px;
  text-align: center;
  border: 1px solid #e41f2b;
  color: #e41f2b;
}

.part-price > a {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}

.detial-wrap .hd {
  margin-bottom: 20px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-bottom-color: #e41f2b
}

.detial-wrap .hd li {
  float: left;
  line-height: 38px;
  padding: 0 24px;
  color: #666;
  cursor: pointer;
}

.detial-wrap .hd li.on {
  background: #e41f2b;
  color: #fff;
}

.detail-pic {
  padding-top: 10px;
  margin-bottom: 30px;
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, .6);
}

.pop-process {
  display: none;
  position: fixed;
  top: 50%;
  left: 48%;
  z-index: 9;
  width: 1450px;
  height: 540px;
  margin-left: -700px;
  margin-top: -270px;
  background: none;
}

.pop-process .hd {
  position: absolute;
  left: 0;
  top: 20px;
  width: 55px;
  text-align: right;
}

.pop-process .hd li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 230px;
  padding-top: 70px;
  background: #c7cece;
  border-radius: 4px 0 0 4px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.pop-process .hd li.on {
  z-index: 2;
  width: 55px;
  background: #e41f2b;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  color: #fff;
}

.pop-process .bd {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 55px;
  z-index: 9;
  padding-left: 140px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.process-tabs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 140px;
  background: #f4f4f4;
  overflow: hidden;
}

.process-tabs li a {
  display: block;
  line-height: 60px;
  padding-left: 25px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}

.process-tabs li.active a {
  background: #fff;
  color: #e41f2b;
}

.process-con {
  width: 100%;
  height: 100%;
}

.process-left {
  float: left;
  width: 300px;
  padding: 0 10px;
}

.process-left p {
  padding: 10px 0;
  text-align: right;
}

.more {
  position: relative;
  padding-right: 16px;
  line-height: 28px;
}

.more::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(images/sprite.png) -80px -20px;
}

.process-left .more {
  font-size: 16px;
  color: #e41f2b;
}

.process-left table {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.process-left th, .process-left td {
  padding: 10px 15px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
}

.process-left tr:last-child td {
  padding: 16px 0;
}

.process-left th {
  background: #f4f4f4
}

.process-left td i, .process-left td span {
  display: block;
  float: left;
  width: 32px;
  height: 30px;
}

.process-left td i {
  height: 30px;
  background: url(images/sprite.png) -226px -128px;
}

.process-left td i.process-position02 {
  background-position: -258px -128px;
}

.process-left td i.process-position03 {
  background-position: -290px -128px;
}

.process-left td select, .process-left td input[type="text"] {
  width: 130px;
  height: 30px;
  margin-left: 15px;
  padding-left: 10px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.ipt {
  position: relative;
}

.ipt::after {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  content: attr(data-unit);
  height: 28px;
  line-height: 28px;
  margin-top: -14px;
  font-size: 14px;
}

.ipt input {
  padding-right: 36px;
}

.process-pic {
  float: left;
  width: 586px;
  height: 540px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.process-pic img {
  display: block;
  margin: 30px auto;
}

.process-con .title {
  position: relative;
  line-height: 50px;
  padding-left: 32px;
  background: #f4f4f4;
  font-size: 18px;
}

.process-con .title::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  width: 3px;
  height: 18px;
  margin-top: -9px;
  background: #e41f2b;
}

.process-right {
  float: left;
  width: 369px;
}

.process-list {
  height: 400px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.process-list li {
  padding: 5px 20px;
}

.parts-detail {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 950px;
  height: 540px;
  margin-top: -270px;
  margin-left: -450px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.parts-detail-pic {
  position: relative;
  float: left;
  width: 490px;
  border-right: 1px solid #eee;
  overflow: hidden;
}

.parts-detail-pic .hd {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 38px;
  z-index: 2;
  text-align: center;
}

.parts-detail-pic .hd li {
  display: inline-block;
  width: 16px;
  height: 4px;
  margin: 0 3px;
  background: #e8e8e8;
  text-indent: -100px;
  overflow: hidden;
  cursor: pointer;
}

.parts-detail-pic .hd li.on {
  background: #e41f2b;
}

.parts-detail-pic .bd span {
  display: block;
  width: 100%;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
}

.parts-detail-pic .prev, .parts-detail-pic .next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 44px;
  margin-top: -22px;
  background: #eee;
  border-radius: 2px;
}

.parts-detail-pic .prev {
  left: 10px;
}

.parts-detail-pic .next {
  right: 10px;
}

.parts-detail-pic .prev::before, .parts-detail-pic .next::before {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  margin: 10px auto;
  background: url(images/sprite.png) -282px -100px;
}

.parts-detail-pic .next::before {
  background-position: -295px -100px;
}

.parts-detail-list {
  margin-left: 490px;
  height: 100%;
}

.parts-detail-list .ui-table {
  height: 430px;
  margin-bottom: 30px;
}

.parts-detail-list .table-header th {
  height: 50px;
  background: #f4f4f4;
  font-size: 18px;
  color: #000;
}

.parts-detail-list .table-body {
  top: 50px !important;
}

.parts-detail-list td {
  padding: 7px 5px;
}

.parts-detail-list td p {
  font-size: 12px;
  text-indent: 1em;
}

.parts-detail-list td span {
  color: #e41f2b;
}

.parts-detail-list td input[type="text"] {
  height: 30px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  width: 90%;
  text-align: center;
}

/*配件*/
.parts-spec {
  margin: 20px 0;
}

.parts-spec li {
  margin-bottom: 6px;
  overflow: hidden;
}

.parts-spec li i {
  display: block;
  float: left;
  width: 76px;
  padding-left: 10px;
}

.parts-spec li p {
  margin-left: 76px;
}

.parts-spec li p a {
  display: inline-block;
  line-height: 2.5;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0 8px;
  border: 1px solid #ccc;
  text-align: center;
}

.parts-spec li p a.disabled {
  border: 1px dashed #ccc;
  color: #ccc;
  cursor: no-drop;
}

.parts-spec li p a.active {
  border-color: #e41f2b;
}

/*.parts-spec li p.big a {*/
/*min-width: 52px;*/
/*font-size: 20px;*/
/*}*/

.amount {
  position: relative;
  width: 76px;
  height: 47px;
}

.amount input {
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 18px;
  border: 1px solid #ccc;
}

.amount > a {
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 24px;
  border: 1px solid #ccc;
}

.amount > a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 8px auto;
  background: url(images/sprite.png) -308px -20px;
}

.amount > a.subtract {
  top: 23px;
}

.amount > a.subtract::before {
  background-position: -308px -27px;
}

.amount > a:hover {
  z-index: 2;
  border-color: #aaa
}

/*添加购物车动画*/
#add-pic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-animation: addcar 1s linear forwards;
  -moz-animation: addcar 1s linear forwards;
  animation: addcar 1s linear forwards;
}

#add-pic img {
  width: 100%;
  height: 200%;
}

@-webkit-keyframes addcar {
  0% {
    opacity: 0
  }
  30% {
    opacity: 1
  }
  70% {
    opacity: 1;
    width: 30px;
    height: 30px;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

/*页面提示*/
.tooltip {
  position: fixed;
  top: 300px;
  left: 50%;
  z-index: 9;
  width: 380px;
  margin-left: -190px;
  padding: 20px 40px 20px 120px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  font-size: 16px;
  line-height: 34px;
}

.tooltip::before {
  position: absolute;
  top: 20px;
  left: 60px;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(images/sprite.png);
  background-position: -226px -156px;
}

/*plugins适配*/
/*swiper*/
.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: .3
}

.swiper-pagination-bullet-active {
  opacity: .8
}

/* ---------- qq客服 ---------- */

.rides-cs {
  font-size: 12px;
  background: #7a8074;
  position: fixed;
  top: 150px;
  left: 0px;
  _position: absolute;
  z-index: 1500;
  border-radius: 6px 0px 0 6px;
}

.rides-cs a {
  color: #00A0E9;
}

.rides-cs a:hover {
  color: #ff8100;
  text-decoration: none;
}

.rides-cs .floatL {
  width: 36px;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 21px;
}

.rides-cs .floatL a {
  font-size: 0;
  text-indent: -999em;
  display: block;
}

.rides-cs .floatR {
  width: 130px;
  float: left;
  padding: 5px;
  overflow: hidden;
  display: none;
}

.rides-cs .floatR .cn {
  background: #F7F7F7;
  border-radius: 6px;
  margin-top: 4px;
}

.rides-cs .cn .titZx {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  line-height: 24px;
  padding: 5px;
  text-align: center;
}

.rides-cs .cn ul {
  padding: 0px;
}

.rides-cs .cn ul li {
  line-height: 38px;
  height: 38px;
  border-bottom: solid 1px #E6E4E4;
  overflow: hidden;
  text-align: center;
}

.rides-cs .cn ul li span {
  color: #777;
}

.rides-cs .cn ul li a {
  color: #777;
}

.rides-cs .cn ul li img {
  vertical-align: middle;
}

.rides-cs .btnOpen, .rides-cs .btnCtn {
  position: relative;
  z-index: 9;
  top: 25px;
  left: 0;
  background-image: url("../images/lanrenzhijia.png");
  background-repeat: no-repeat;
  display: block;
  height: 146px;
  padding: 8px;
}

.rides-cs .btnOpen {
  background-position: 0 0;
}

.rides-cs .btnCtn {
  background-position: -37px 0;
}

.rides-cs ul li.top {
  border-bottom: solid #ACE5F9 1px;
}

.rides-cs ul li.bot {
  border-bottom: none;
}

.rides-cs:hover {
  background: #000;
}

/* ---------- Message ---------- */
div.xxMessage {
  padding: 10px 30px;
  display: none;
  position: fixed;
  _position: absolute;
  top: 25%;
  _top: expression(( document.documentElement.scrollTop ||
		document.body.scrollTop) +   Math.round ( 25 *   (
		document.documentElement.offsetHeight ||   document.body.clientHeight
		)/100 ) +   "px" );
  left: 50%;
  z-index: 100;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 6px #999999;
  -moz-box-shadow: 1px 1px 6px #999999;
  box-shadow: 1px 1px 6px #999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
  filter: progid:DXImageTransform.Microsoft.Shadow (color=#e5e5e5,
      direction=0, strength=3;
) progid: DXImageTransform . Microsoft . Shadow ( color = #d4d4d4, direction = 90,
strength = 3 ) progid: DXImageTransform . Microsoft . Shadow ( color = #d4d4d4, direction = 180, strength = 3 ) progid: DXImageTransform . Microsoft . Shadow ( color = #e5e5e5, direction = 270,
strength = 3 );
  border: 1px solid #999999;
  background-color: #ffffff;
}

div.xxMessage .messageContent {
  line-height: 24px;
  padding: 0px 10px 0px 30px;
  color: #666666;
}

div.xxMessage .messagewarnIcon {
  background: url(../images/common.gif) -60px -330px no-repeat;
}

div.xxMessage .messagesuccessIcon {
  background: url(../images/common.gif) -30px -360px no-repeat;
}

div.xxMessage .messageerrorIcon {
  background: url(../images/common.gif) 0px -390px no-repeat;
}

div.xxMessage .messageIframe {
  width: 2000px;
  height: 2000px;
  position: absolute;
  left: -100px;
  top: -100px;
  z-index: -1;
}

div.member {
  width: 1200px;
  margin: 15px auto;
}

div.container {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
}

div.container:after {
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "\0020";
}

div.container .span1, div.container .span2, div.container .span3, div.container .span4, div.container .span5, div.container .span6, div.container .span65, div.container .span7, div.container .span8, div.container .span9, div.container .span10, div.container .span11, div.container .span12, div.container .span13, div.container .span14, div.container .span15, div.container .span16, div.container .span17, div.container .span18, div.container .span189, div.container .span19, div.container .span20, div.container .span21, div.container .span22, div.container .span23, div.container .span24, div.container .span25 {
  _display: inline;
  float: left;
  /*margin-right: 10px;*/
  overflow: hidden;
}

div.container .span1 {
  width: 30px;
}

div.container .span2 {
  width: 70px;
}

div.container .span3 {
  width: 110px;
}

div.container .span4 {
  width: 150px;
}

div.container .span5 {
  width: 190px;
}

div.container .span6 {
  width: 230px;
}

div.container .span65 {
  width: 250px;
}

div.container .span7 {
  width: 270px;
}

div.container .span8 {
  width: 310px;
}

div.container .span9 {
  width: 350px;
}

div.container .span10 {
  width: 390px;
}

div.container .span11 {
  width: 430px;
}

div.container .span12 {
  width: 470px;
}

div.container .span13 {
  width: 510px;
}

div.container .span14 {
  width: 550px;
}

div.container .span15 {
  width: 590px;
}

div.container .span16 {
  width: 630px;
}

div.container .span17 {
  width: 670px;
}

div.container .span18 {
  width: 710px;
}

div.container .span189 {
  width: 730px;
}

div.container .span19 {
  width: 750px;
}

div.container .span20 {
  width: 790px;
}

div.container .span21 {
  width: 830px;
}

div.container .span22 {
  width: 870px;
}

div.container .span23 {
  width: 910px;
}

div.container .span24 {
  width: 950px;
  margin-right: 0px;
}

div.container .span25 {
  width: 1000px;
  margin-right: 0px;
}

div.container .span26 {
  width: 1200px;
  margin-right: 0px;
}

div.container .prepend1 {
  padding-left: 40px;
}

div.container .prepend2 {
  padding-left: 80px;
}

div.container .prepend3 {
  padding-left: 120px;
}

div.container .prepend4 {
  padding-left: 160px;
}

div.container .prepend5 {
  padding-left: 200px;
}

div.container .prepend6 {
  padding-left: 240px;
}

div.container .prepend7 {
  padding-left: 280px;
}

div.container .prepend8 {
  padding-left: 320px;
}

div.container .prepend9 {
  padding-left: 360px;
}

div.container .prepend10 {
  padding-left: 400px;
}

div.container .prepend11 {
  padding-left: 440px;
}

div.container .prepend12 {
  padding-left: 480px;
}

div.container .prepend13 {
  padding-left: 520px;
}

div.container .prepend14 {
  padding-left: 560px;
}

div.container .prepend15 {
  padding-left: 600px;
}

div.container .prepend16 {
  padding-left: 640px;
}

div.container .prepend17 {
  padding-left: 680px;
}

div.container .prepend18 {
  padding-left: 720px;
}

div.container .prepend19 {
  padding-left: 760px;
}

div.container .prepend20 {
  padding-left: 800px;
}

div.container .prepend21 {
  padding-left: 840px;
}

div.container .prepend22 {
  padding-left: 880px;
}

div.container .prepend23 {
  padding-left: 920px;
}

div.container .append1 {
  padding-right: 40px;
}

div.container .append2 {
  padding-right: 80px;
}

div.container .append3 {
  padding-right: 120px;
}

div.container .append4 {
  padding-right: 160px;
}

div.container .append5 {
  padding-right: 200px;
}

div.container .append6 {
  padding-right: 240px;
}

div.container .append7 {
  padding-right: 280px;
}

div.container .append8 {
  padding-right: 320px;
}

div.container .append9 {
  padding-right: 360px;
}

div.container .append10 {
  padding-right: 400px;
}

div.container .append11 {
  padding-right: 440px;
}

div.container .append12 {
  padding-right: 480px;
}

div.container .append13 {
  padding-right: 520px;
}

div.container .append14 {
  padding-right: 560px;
}

div.container .append15 {
  padding-right: 600px;
}

div.container .append16 {
  padding-right: 640px;
}

div.container .append17 {
  padding-right: 680px;
}

div.container .append18 {
  padding-right: 720px;
}

div.container .append19 {
  padding-right: 760px;
}

div.container .append20 {
  padding-right: 800px;
}

div.container .append21 {
  padding-right: 840px;
}

div.container .append22 {
  padding-right: 880px;
}

div.container .append23 {
  padding-right: 920px;
}

div.container div.last {
  float: right;
  margin-right: 0px;
}

/* ---------- Pagination ---------- */
div.pagination {
  height: 20px;
  margin-bottom: 10px;
}

div.pagination a, div.pagination span {
  height: 18px;
  line-height: 18px;
  display: inline;
  float: left;
  margin-left: 3px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  blr: expression(this.hideFocus =   true);
}

div.pagination a {
  padding: 0px 5px;
  border: 1px solid #cccccc;
}

div.pagination a:hover {
  border: 1px solid #fd6d01;
  text-decoration: none;
}

div.pagination a.previousPage {
  width: 18px;
  padding: 0px;
  background: url(../images/common.gif) 0px -180px no-repeat;
}

div.pagination span.previousPage {
  width: 18px;
  cursor: default;
  border: 1px solid #cccccc;
  background: url(../images/common.gif) -30px -180px no-repeat;
}

div.pagination a.nextPage {
  width: 18px;
  padding: 0px;
  background: url(../images/common.gif) 0px -210px no-repeat;
}

div.pagination span.nextPage {
  width: 18px;
  cursor: default;
  border: 1px solid #cccccc;
  background: url(../images/common.gif) -30px -210px no-repeat;
}

div.pagination a.firstPage {
  width: 18px;
  padding: 0px;
  background: url(../images/common.gif) -60px -180px no-repeat;
}

div.pagination span.firstPage {
  width: 18px;
  cursor: default;
  border: 1px solid #cccccc;
  background: url(../images/common.gif) -90px -180px no-repeat;
}

div.pagination a.lastPage {
  width: 18px;
  padding: 0px;
  background: url(../images/common.gif) -60px -210px no-repeat;
}

div.pagination span.lastPage {
  width: 18px;
  cursor: default;
  border: 1px solid #cccccc;
  background: url(../images/common.gif) -90px -210px no-repeat;
}

div.pagination .currentPage {
  padding: 0px 5px;
  color: #fd6d01 !important;
  font-weight: bold;
  cursor: default;
  border: 1px solid #fd6d01;
  background-color: #ffede1;
}

div.pagination .pageBreak {
  padding: 0px 5px;
  color: #3366cc;
  cursor: default;
}

.jgdiv {
  border: 1px solid #e2e2e2;
  background-color: #f8f8f8;
  cursor: pointer;
  font-size: 12px;
  height: 21px;
  line-height: 15px;
  width: 110px;
  display: none;
}

.jgdiv .machined {
  display: block;
  float: left;
  width: 48px;
  height: 21px;
  background: #5ab356;
  color: #fff;
  line-height: 21px;
}

/*.jgdiv .processingFeeSpan {*/
  /*display: block;*/
  /*float: left;*/
  /*width: 60px;*/
  /*height: 21px;*/
  /*line-height: 21px;*/
/*}*/

a.button {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  display: -moz-inline-stack;
  float: left;
  padding: 0px 14px;
  margin-right: 10px;
  color: #646464;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  blr: expression(this.hideFocus =   true);
  border: 1px solid #dcdcdc;
  background: url(../images/common.gif) 0px -30px repeat-x;
}

a.button:hover {
  color: #333333;
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #cccccc;
  background-position: 0px -60px;
}

a.button:active {
  background-position: 0px -90px;
}

a.button:disabled {
  color: #bbbbbb;
}

a.button:disabled:hover, a.button:disabled:active {
  color: #bbbbbb;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  background-position: 0px 0px;
}

.hidden {
  display: none;
}

.clearFloat {
  clear: both;
}

.productDetail .content .item .item-opera {
  display: block;
  text-align: center;
}

.p_contrast {
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  display: block;
  float: left;
  color: #000;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  width: 120px;
  position: relative;
  margin: 0 60px;
}

.p_contrast .contrast {
  background-image: url("../images/icon.png");
  background-position: -56px -113px;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 20px;
}

.p_contrast.p_contrast_click .contrast {
  background-position: -41px -113px;
}


