﻿/* Wrapper */

.max-width {
  max-width: 1100px;
  margin: 0 auto;
  min-width: 320px;
  width: auto;
}

.box {
  display: -moz-inline-stack;
  *display: inline;
  *zoom: 1;
}

#wrapper {
  overflow-x: hidden;
}

.font {
  font-family: "Microsoft YaHei";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w100 {
  width: 100%;
}

.w10 {
  width: 1000px;
  margin: 0 auto;
}

.w11 {
  width: 1100px;
  margin: 0 auto;
}

.w12 {
  width: 1200px;
  margin: 0 auto;
}

/* Header */

ul,
menu,
dir {
  -webkit-padding-start: 0px !important;
}

#myCarousel .carousel-indicators li,
#myCarousel2 .carousel-indicators li {
  margin: 0 4px;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  display: block;
  content: normal;
  width: 78px;
  height: 77px;
}

.glyphicon-chevron-left {
  display: block;
  background: url(../images/prev.png) no-repeat;
  width: 78px !important;
  height: 77px !important;
}

.glyphicon-chevron-right {
  display: block;
  background: url(../images/next.png) no-repeat;
  width: 78px !important;
  height: 77px !important;
}
.lf {
  float: left;
}
.rt {
  float: right;
}

.clear {
  clear: both;
}

/* index */

/*空间应用*/
.space {
  width: 100%;
  position: relative;
  min-height: 200px;
  overflow: hidden;
  margin-top: 30px;
}
.space span {
  position: absolute;
  top: 44%;
  margin-top: -30px;
  cursor: pointer;
  display: block;
  width: 78px;
  height: 77px;
  z-index: 9999;
}
.space span.d_prev {
  background: url(../images/prev.png) no-repeat;
  left: 5%;
}
.space span.d_next {
  background: url(../images/next.png) no-repeat;
  right: 5%;
}

.space_big_list {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.space_big_list ul li {
  width: 100%;
  position: relative;
  min-height: 630px;
}
#background-details {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background-color: #ddd;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.space_big {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  opacity: 100%;
  -webkit-transform: translateZ(0);
  height: 100%;
}
.space_big img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.space_list {
  position: relative;
  mn-height: 50px;
  margin-top: 15px;
  clear: both;
}
.space_list span {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 38px;
  z-index: 999;
}
.space_list span.s_prev {
  background: url(../images/left_button.png) no-repeat;
  left: 10px;
}
.space_list span.s_next {
  background: url(../images/right_button.png) no-repeat;
  right: 14px;
}
.space_list {
  width: 96%;
  margin: 0 auto;
  min-height: 50px;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.space_small_list {
  min-height: 50px;
}
.space_small_list li {
  float: left;
  display: block;
  min-height: 50px;
  width: 16.666666%;
  cursor: pointer;
}
.space_small_list li img {
  width: 95%;
  min-height: 50px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.space_small_list li img:hover {
  border: solid 1px #d7000f;
}

/* content */

#content {
  width: 100%;
  min-height: 300px;
  _height: 300px;
  padding: 30px 0;
  font-size: 14px;
}

.m_title {
  background: url(../images/m_title_bg.jpg) no-repeat center top;
  color: #000000;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  width: 175px;
  line-height: 28px;
  margin-bottom: 20px;
}

.m_title span {
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.m_pname {
  font-size: 17px;
  color: #000000;
  border-bottom: solid 1px #a9aeb4;
  max-height: 55px;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.m_pname span {
  background: url(../images/pname_jt.jpg) no-repeat center bottom;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -15px;
}

#page {
  min-height: 300px;
  _height: 300px;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 1100px;
  font-size: 14px;
}

/*Sidebars*/

#sidebar {
  min-height: 200px;
  _height: 200px;
}

.left_list {
  min-height: 35px;
  _height: 35px;
  height: auto;
  text-align: center;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.left_list ul {
  margin-bottom: 0;
}

.left_list ul li {
  position: relative;
  display: inline-block;
  display: -moz-inline-stack;
  *display: inline;
  *zoom: 1;
  background: url(../images/left_line.jpg) no-repeat left;
}

.left_list ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #000;
  padding: 0 20px;
}

.left_list ul li a:hover,
.left_list ul li a.shover {
  color: #ff0000;
}

.left_list ul ul {
  display: none;
}

.left_list ul ul a {
  height: 45px;
  line-height: 43px;
  font-size: 1em;
}

.left_list ul ul a font {
  font-family: "Microsoft YaHei";
  padding-right: 3px;
}

.left_list ul ul li {
  font-weight: normal;
}

.left_list ul ul li a {
  background: none;
  border-bottom: 1px solid #f6f6f6;
}

.left_list ul ul li a:hover,
.left_list ul ul li a.shover2 {
  background: #f3f3f3;
  color: #2cad42;
}

.left_list a.shover {
  color: #333;
}

.left_list a.shover2 {
  background: #f3f3f3;
  color: #333333;
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

.mainTitle {
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.mainTitleText {
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.view {
  margin: 0;
  max-width: 100%;
  line-height: 28px;
}
.view img {
  max-width: 100%;
}
.view-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4em;
}
.classlist {
  margin: 20px 0;
  text-align: center;
}
.classlist a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  border-right: 1px solid #ccc;
}
.classlist a:last-child {
  border-right: none;
}

.knowAndModel,
.caselist {
  width: calc((100% / 2) - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  border: 1px solid #e5e5e5;
}
.caselist {
  width: calc((100% / 2) - 20px);
  margin-right: 10px;
}
.knowAndModel:nth-child(2n) {
  margin-right: 0;
}
.caselist:nth-child(4n) {
  margin-right: 0;
}
.knowAndModel:hover,
.caselist:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.knowAndBanner .middle {
  margin: 0 20px;
}
.knowAndPic,
.pru_pic {
  overflow: hidden;
}
.knowAndPic img {
  width: 100%;
  transition: all 0.3s linear;
}
.pru_pic img {
  width: 100%;
  height: 135px;
  transition: all 0.3s linear;
}
.caselistPic img {
  width: 100%;
  height: 333px;
  transition: all 0.3s linear;
}
.casePic img {
  width: 100%;
  height: 350px;
  transition: all 0.3s linear;
}
.news_pic img {
  height: 197px;
}
.knowAndModel:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.knowAndText {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  text-align: center;
}
.knowAndTextNews {
  background-color: #e4e4e4;
  padding: 0 30px;
}
.knowAndModel a:hover .knowAndTextNews {
  background-color: #868686;
}
.knowAndTextNews h2 {
  width: 92%;
  font-size: 16px;
  color: #5b5b5b;
  line-height: 45px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.knowAndTextNews p {
  font-size: 12px;
  line-height: 30px;
  color: #d3c9c0;
}
.knowAndTextNews i {
  font-size: 12px;
  line-height: 40px;
  color: #adadad;
}
.knowAndModel a:hover .knowAndTextNews i {
  color: #ccc;
}
.knowAndModel a:hover h2,
.main .knowAndModel a:hover p,
.main .knowAndModel a:hover i {
  color: #fff;
}
.box {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.pager {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 0;
  text-align: center;
  clear: both;
  margin-bottom: 5px;
}

.pager span,
.pager a {
  display: inline-block;
  border: 1px solid #eee;
  color: #666;
  background: #f3f3f3;
  height: 24px;
  line-height: 24px;
  padding: 0px 8px;
  text-decoration: none;
  margin: 0 5px;
}

.pager a:hover {
  background: #b18246;
  border-color: #b18246;
  color: #fff;
  text-decoration: none;
}

.pager .cur {
  background: #b18246;
  border-color: #b18246;
  font-weight: bold;
  color: #fff;
}

.pager span.dot {
  background: #b18246;
  border-color: #b18246;
  font-weight: bold;
  color: #fff;
}
.litter_title {
  color: #333;
  text-align: center;
}
.litter_title span {
  margin-right: 15px;
  color: #a1a1a1;
}
.miaodian {
  position: relative;
  top: -300px;
  width: 0;
  height: 0;
}
