html {
  background-color: #f4f4f4;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  color: #666;
  background: #fff;
  font-family: Verdana, Geneva, sans-serif;
}
img {
  font-size: 0;
  vertical-align: middle;
  border: 0;
}
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
tr,
td,
img {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
select,
input,
textarea,
button {
  font-family: Verdana, Geneva, sans-serif;
  padding: 0;
  margin: 0;
  color: #666;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
textarea {
  font-size: 13px;
  font-weight: normal;
}
table {
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
}
*:focus {
  outline: none;
}
/*google border*/
textarea {
  resize: none;
}
/*fk textarea*/
.hide {
  display: none;
}
.container {
  background: #f4f4f4;
}
.main {
  min-width: 1100px;
  margin: 0 auto;
}
.header {
  height: 56px;
  line-height: 56px;
  background: #fff;
  border-bottom: #ddd solid 1px;
}
.header nav {
  float: left;
  height: 56px;
}
.header nav ul li {
  float: left;
}
.header nav ul li:hover {
  background-color: #1fbba6;
}
.header nav ul li:hover a {
  color: #fff;
}
.header nav ul li a {
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  display: block;
}
.header .search {
  float: right;
  margin: 13px 20px 0 0;
}
.header .search input {
  float: left;
  border: #ddd solid 1px;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
}
.header .search button {
  float: left;
  background: #1fbba6;
  height: 32px;
  border: #1fbba6 solid 1px;
  color: #fff;
  padding: 0 10px;
}
.comm-title {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.content {
  overflow: hidden;
}
.content .pro-detail {
  float: right;
  width: 280px;
  margin: 5px;
  background: #fff;
  padding: 15px;
  border: #e6e6e6 solid 1px;
  border-right: #e6e6e6 solid 2px;
  overflow-y: scroll;
  min-height: 515px;
}
.content .pro-detail h1 {
  font-size: 13px;
  font-weight: normal;
}
.content .pro-detail .name .contact-now {
  background: #1fbba6;
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  border-bottom: #0fab96 solid 1px;
}
.content .pro-detail .related-pic {
  overflow: hidden;
  margin-top: 10px;
}
.content .pro-detail .related-pic ul li {
  float: left;
  margin: 0 0 10px 8px;
  border: #ddd solid 1px;
}
.content .pro-detail .related-pic ul li:hover {
  border: #1fbba6 solid 1px;
}
.content .pro-detail .related-pic ul li.first-pic {
  margin-left: 0;
}
.content .pro-detail .related-pic ul li .more-photo {
  cursor: pointer;
}
.content .pro-detail .para {
  display: none;
}
.content .pro-detail .para ul li {
  line-height: 25px;
  border-bottom: #eee solid 1px;
  clear: both;
}
.content .pro-detail .para ul li span.attr {
  color: #999;
  display: block;
}
.content .pro-detail .para ul li span.value {
  color: #666;
  display: block;
}
.content .pro-detail .related-tags {
  clear: both;
  padding-bottom: 20px;
}
.content .pro-detail .related-tags a:hover {
  text-decoration: underline;
}
.content .total-pic {
  margin: 5px 323px 0 0;
  background: #fff;
  padding: 20px 0;
  border: #e6e6e6 solid 1px;
  border-right: #e6e6e6 solid 2px;
  min-height: 400px;
}
.content .total-pic .prev {
  float: left;
  width: 35px;
  font-size: 90px;
  text-align: center;
  margin-top: 110px;
  color: #bbb;
}
.content .total-pic .prev .lager-btn-prev {
  color: #aaa;
  cursor: pointer;
}
.content .total-pic .prev .lager-btn-prev:hover {
  color: #1fbba6;
}
.content .total-pic .next {
  float: right;
  width: 35px;
  font-size: 90px;
  text-align: center;
  margin-top: 110px;
  color: #bbb;
}
.content .total-pic .next .lager-btn-next {
  color: #aaa;
  cursor: pointer;
}
.content .total-pic .next .lager-btn-next:hover {
  color: #1fbba6;
}
.content .total-pic .img-table {
  display: table;
}
.content .total-pic .img-table .img-tabel-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  min-height: 400px;
}
.content .total-pic .img-table .img-tabel-cell img {
  vertical-align: middle;
}
.content .total-pic .img-table .img-tabel-load {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: -50000px;
}
.content .img-panel {
  background: #fff;
  height: 100px;
}
.content .total-pic .img-group {
  height: 100px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  display: none;
}
.content .total-pic .btn-prev {
  background-color: #999;
  width: 30px;
  height: 100px;
  float: left;
  z-index: 2;
  color: #fff;
  padding-top: 30px;
  display: block;
  text-align: center;
  position: absolute;
  left: 0px;
  cursor: pointer;
}
.content .total-pic .btn-next {
  background-color: #999;
  width: 30px;
  height: 100px;
  float: right;
  z-index: 2;
  color: #fff;
  padding-top: 30px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.content .total-pic .img-group {
  position: absolute;
  left: 0px;
  overflow: hidden;
}
.content .total-pic .img-group .img-list {
  width: 500px;
  height: 100px;
  transform: translate3d(0, 0px, 0px);
  transition-duration: 1s;
}
.content .total-pic .img-group .img-list div {
  cursor: pointer;
  border: solid 1px #ddd;
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
  margin: 10px 0px 10px 10px;
}
.content .total-pic .img-group .img-list div.on {
  border: solid 1px #f60;
  box-shadow: 0 0 5px #f60;
}
.content .total-pic .img-group .img-list div:hover {
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #999;
}
.content .total-pic .img-group .img-list div.item-first {
  margin-left: 0px;
}
.footer {
  margin: 0 auto;
  text-align: center;
  background: #333;
  height: 60px;
}
.footer a {
  color: #eee;
}
.footer .footer-nav {
  margin: 10px 0;
}
.footer .footer-nav a {
  padding: 0 5px;
}
.footer .footer-nav a:hover {
  text-decoration: underline;
}
.footer .footer-nav .icon-map {
  background: #679a0e;
  padding: 2px 5px;
  color: #fff;
}
.footer .footer-nav .icon-map:hover {
  color: #fff;
  background: #71a810;
}
.footer .footer-nav .icon-rss {
  background: #f60;
  padding: 2px 5px;
  color: #fff;
}
.footer .footer-nav .icon-rss:hover {
  color: #fff;
  background: #f90;
}
/*alert-tips*/
.alert-tipsfloat {
  background: rgba(0, 0, 0, 0.8);
  width: 1000px;
  height: 1000px;
  position: absolute;
  z-index: 99999  ;
  top: 0;
  left: 0;
}
.alert-tips {
  border: #ccc solid 1px;
  border-radius: 2px;
  width: 400px;
  height: 220px;
  position: absolute;
  left: 300px;
  top: 200px;
  z-index: 100000;
  background: #fff;
  font-family: roboto-regular, "Microsoft Yahei", Arial, sans-serif;
}
.alert-tips .title {
  font-size: 16px;
  color: #666;
  margin: 15px 20px;
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
  text-align: left;
}
.alert-tips .title a {
  background: url(../MNcomm/alert-tips.jpg) left -52px no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  float: right;
}
.alert-tips .title a:hover {
  background: url(../MNcomm/alert-tips.jpg) -48px -52px no-repeat;
}
.alert-tips .tip-con {
  margin: 30px;
}
.alert-tips .tip-con .left {
  float: left;
  margin-right: 20px;
}
.alert-tips .tip-con .sucess {
  background: url(../MNcomm/alert-tips.jpg) no-repeat;
  width: 32px;
  height: 32px;
}
.alert-tips .tip-con .error {
  background: url(../MNcomm/alert-tips.jpg) -48px top no-repeat;
  width: 32px;
  height: 32px;
}
.alert-tips .tip-con .right {
  min-height: 56px;
}
.alert-tips .tip-con .right h2 {
  color: #666;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  font-weight: 100;
}
.alert-tips .tip-con .right p {
  font-size: 12px;
  color: #999;
  padding-left: 53px;
}
.alert-tips .tip-con .right p a {
  color: #FF6065;
  padding: 0 5px;
}
.alert-tips .tip-con .right p a:hover {
  text-decoration: underline;
}
.alert-tips .btn {
  float: right;
  margin: 0 30px 0 0;
}
.alert-tips .btn a {
  padding: 8px 20px;
  text-decoration: none;
}
.alert-tips .btn a.submit {
  background: #ff6600;
  border-bottom: #f00 solid 1px;
  color: #fff;
}
.alert-tips a.cancel {
  color: #666;
}
.alert-tips .btn a:hover.submit {
  background: #ff9900;
}
.alert-tips .sucess a.submit {
  background: #33CE82;
  border-bottom: #1D824F solid 1px;
}
.alert-tips .sucess a:hover.submit {
  background: #3DD88C;
  border-bottom: #1D824F solid 1px;
}
/*alert-tips*/