body {
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
a {
  text-decoration: none;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

/* index */
.slideBox {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.slideBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .tempWrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  overflow: hidden;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 60px;
  background: url(./slider-arrow.png) 0px 0px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: -206px 0px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

.slideBox1 {
  width: 100%;
  height: 350px;
  border: solid 1px #efefef;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.slideBox1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.slideBox1 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.slideBox1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox1 .hd ul li {
  float: left;
  margin-right: 4px;
  width: 9px;
  height: 9px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox1 .hd ul li.on {
  background: #0765a2;
  color: #fff;
}
.slideBox1 .tempWrap {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.slideBox1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox1 .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.slideBox1 .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
.slideBox1 .bd p {
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: 0px;
  bottom: -10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
}

.busineBox {
  position: absolute;
  top: 280px;
  right: 30px;
}
.busineBox ul {
  float: right;
  padding: 10px 10px 10px 10px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.busineBox ul li {
  float: left;
  width: 100px;
  height: 80px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(225, 225, 225, 0.5);
  text-align: center;
  margin-right: 4px;
  position: relative;
}
.busineBox ul li a {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: #0765a2;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 56px;
}
.busineBox ul li img {
  margin: 12px auto;
}

.footer {
  background-color: #265c95;
  color: white;
  padding-top: 25px;
  padding-bottom: 50px;
}

.colorB {
  color: #809fc1;
}
.colorB a {
  color: #809fc1;
  line-height: 28px;
}
.colorB a:hover {
  text-decoration: none;
  color: #ffffff;
}

.colorH {
  color: #b3b3b2;
  line-height: 28px;
}
.colorH a {
  color: #b3b3b2;
}
.colorH a:hover {
  text-decoration: none;
  color: aqua;
}

.rowf {
  border-bottom: solid 1px #ebebeb;
  line-height: 33px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.rowf .head {
  font-size: 20px;
  color: #1e257a;
  border-left: solid 7px #fd9848;
  text-indent: 10px;
}
.rowf a {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #91979d;
}
.rowf a:hover {
  text-decoration: none;
  color: #1e257a;
}

.imgdiv {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.imgdiv img {
  width: 100%;
  height: 100%;
  border: solid 0px red;
}
.imgdiv a {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgdiv a:hover {
  text-decoration: none;
  color: #265c95;
}

a.tlink {
  color: #5a738e;
}

a.data:before {
  content: "•";
  font-size: 20px;
  margin-right: 10px;
}
a.data {
  display: block;
  position: relative;
  padding-right: 84px;
  height: 30px;
  line-height: 30px;
  color: #2c2f32;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2c2f32;
  cursor: pointer;
}
a.data:hover {
  text-decoration: none;
  color: #5780ac;
}
a.data span {
  position: absolute;
  right: 0px;
  color: #91979d;
}

ul.indexlist {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}
ul.indexlist li {
  list-style: none;
  padding-right: 84px;
  line-height: 30px;
  position: relative;
}
ul.indexlist li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2c2f32;
  cursor: pointer;
}
ul.indexlist li a:before {
  content: "•";
  margin-right: 8px;
}
ul.indexlist li a:hover {
  color: #265c95;
  text-decoration: none;
}
ul.indexlist li span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #91979d;
}

.flink a {
  width: 48%;
  float: left;
  display: block;
}
.flink a:hover {
  text-decoration: none;
}

.ptop {
  padding-top: 25px;
}

.onenew {
  height: 200px;
}
.onenew .head {
  font-size: 30px;
  font-weight: 300;
  color: #2c2f32;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.onenew .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
}
.onenew .content a {
  color: blue;
}

.inner-nav {
  background-color: #e7ebf1;
  line-height: 35px;
}
.inner-body {
  background-color: #f7f8fa;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inner-content {
  background-color: #ffffff;
  min-height: 600px;
  padding: 30px 50px 50px 50px;
  position: relative;
}
.inner-left {
  width: 248px;
  position: absolute;
}
.inner-right {
  padding-left: 300px;
}

.inner-left-brand {
  width: 100%;
  height: 117px;
  line-height: 117px;
  overflow: hidden;
  position: relative;
  background-image: url(./innerband.png);
  text-align: center;
  color: white;
  font-size: 28px;
}
.inner-right-brand {
  overflow: hidden;
  color: #474747;
  font-size: 24px;
  border-bottom: dashed 1px #d8d8d8;
  padding-bottom: 15px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.inner-right-brand-purchase {
  overflow: hidden;
  color: #474747;
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 10px;
}

ul.innerLMenu {
  margin-top: 30px;
  list-style: none;
  padding: 0px;
  font-size: 16px;
}
ul.innerLMenu li {
  padding: 15px 0px 15px 20px;
  border-top: dashed 1px #d8d8d8;
  cursor: pointer;
}
ul.innerLMenu li a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

ul.innerLMenu li:last-child {
  border-bottom: dashed 1px #d8d8d8;
}
ul.innerLMenu li.sel,
ul.innerLMenu li:hover,
ul.innerLMenu li.sel a,
ul.innerLMenu li:hover a {
  background-color: #fd9848;
  color: white;
}

.pgnew {
  margin-top: 30px;
  text-align: center;
}
.pgnew a,
.pgnew strong,
.pgnew label {
  display: inline;
  margin-left: 4px;
  padding: 3px 5px;
  height: 25px;
  border: 1px solid;
  border-color: #e1e1e1;
  background-color: #fff;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  font-weight: 300;
  border-radius: 4px;
}
.pgnew a:hover,
.pgnew strong {
  border-color: #898a90;
  background-color: #898a90;
  color: #fff;
}
.pgnew a.nxt {
  padding: 3px 5px;
  background-image: none;
  background-position: 90% 50%;
}
.pgnew a.prev {
  background-position: 50% 50%;
}
.pgnew label {
  cursor: text;
  color: rgba(0, 0, 0, 0.25);
  border-color: #ffffff;
}

.pgnew-purchase {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
.pgnew-purchase a,
.pgnew-purchase strong,
.pgnew-purchase label {
  display: inline;
  margin-left: 4px;
  padding: 3px 5px;
  height: 25px;
  border: 1px solid;
  border-color: #e1e1e1;
  background-color: #fff;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
  font-weight: 300;
  border-radius: 4px;
}
.pgnew-purchase a:hover,
.pgnew-purchase strong {
  border-color: #898a90;
  background-color: #898a90;
  color: #fff;
}
.pgnew-purchase a.nxt {
  padding: 3px 5px;
  background-image: none;
  background-position: 90% 50%;
}
.pgnew-purchase a.prev {
  background-position: 50% 50%;
}
.pgnew-purchase label {
  cursor: text;
  color: rgba(0, 0, 0, 0.25);
  border-color: #ffffff;
}

.conhtml {
  line-height: 25px;
  font-size: 16px;
}
.conhtml p {
  margin-bottom: 30px;
}

.zizhiDataList {
  width: 360px;
  float: left;
  margin-bottom: 25px;
  padding-left: 26px;
  color: #444444;
  font-size: 16px;
  cursor: pointer;
}
.zizhiDataList:hover,
.sel {
  color: #fd9848;
  background-image: url(img/attr.png);
  background-repeat: no-repeat;
}
.zizhiDataList span {
  display: block;
  font-size: 12px;
  color: #929292;
}

.sizeList {
  list-style: disc;
  padding-left: 25px;
  margin: 0px;
}
.sizeList li {
  line-height: 30px;
}

.sizeImg {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.sizeImg li {
  width: 240px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sizeImg li img {
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
  border: solid 1px #cccccc;
}
.sizeImg li span {
  line-height: 25px;
}
