﻿@import url(iconfont.css);
body {
  line-height: 1.8em;
  font-size: 14px;
}
a:link,a:visited,a:hover,a:active {
  color: #2d2d2d;
  text-decoration: none;
}
.icon { position: relative;}
.icon:before {
  font-family: 'iconfont';
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  position: relative;
  font-size: 1em;
  speak: none;
}
.m10 { margin:10px;}
/* ------------- ��վͨ�ù���ģ�� ------------- */

/*logo*/
.logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}
/* �����б� */
.psortlosts {
  display: inline-block;
  width: 100%;
  padding: 3px 1%;
}
.psortlosts > a {
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 48%;
  line-height: 180%;
  font-size: 12px;
  margin: 3px 1%;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.psortlosts .img {
  overflow: hidden;
  float: left;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: 100%;
}
.psortlosts img {
  display: block;
  width: 100%;
}
.psortlosts span {
  overflow: hidden;
  display: block;
  width: 100%;
  color: #000;
  line-height: 3em;
  text-indent: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: url(../images/iconfont-jiantou.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-top: 1px solid #e0e0e0;
}
/*�б�*/
/*�б�(�ٲ�������)*/
.waterfall { overflow: hidden;}
.waterfall > div:nth-child(2n+1) {
  float: left;
  width: 49%;
}
.waterfall > div:nth-child(2n+2) {
  float: right;
  width: 49%;
}
.waterfall a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0 auto 1% auto;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.waterfall .img {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.waterfall img {
  overflow: hidden;
  display: block;
  width: 100%;
}
.waterfall .t {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
}
.waterfall .price {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.waterfall .price span { color: #d00d00;}
/*����*/
.lists.alinks .title {
  position: relative;
  display: block;
  line-height: 3em;
  text-indent: 30px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ccc;
}
.lists.alinks .title > *:first-child { margin-left: 20px;}
.lists.alinks .title::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  display: block;
  width: 5px;
  height: 5px;
  background: #ccc;
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px #ccc;
}
.lists.alinks .al {
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
}
.lists.alinks .al a {
  display: block;
  height: 75px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 #dcdcdc;
}
.lists.alinks .al a img {
  float: left;
  width: 100px;
  height: 45px;
  padding: 1px;
  margin: 5px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.lists.alinks .al a img ~ span { margin-left: 100px;}
.lists.alinks .al a > span {
  overflow: hidden;
  display: block;
  text-indent: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lists.alinks .al a > span:nth-of-type(1) { line-height: 220%;}
.lists.alinks .al a > span:nth-of-type(2) {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 150%;
}
/*����*/
.lists.downs .title {
  position: relative;
  display: block;
  line-height: 3em;
  text-indent: 30px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ccc;
}
.lists.downs .title > *:first-child { margin-left: 20px;}
.lists.downs .title::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  display: block;
  width: 5px;
  height: 5px;
  background: #ccc;
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px #ccc;
}
.lists.downs .dl {
  margin: 0;
  padding: 0;
}
.lists.downs .dl a {
  display: block;
  height: 72px;
  white-space: nowrap;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 #dcdcdc;
}
.lists.downs .dl a > small {
  float: left;
  display: block;
  width: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-image: url(../images/icon-32x26-downs.png);
  background-position: center;
  background-repeat: no-repeat;
}
.lists.downs .dl > a > span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  margin-left: 50px;
}
.lists.downs .dl > a > span:nth-of-type(1) { line-height: 220%;}
.lists.downs .dl > a > span:nth-of-type(2) {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 150%;
}
.lists.downs .dl > a > span:only-of-type { line-height: 52px;}
/*��Ƹ*/
.lists.jobs .title {
  position: relative;
  display: block;
  line-height: 3em;
  text-indent: 30px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ccc;
}
.lists.jobs .title > *:first-child { margin-left: 20px;}
.lists.jobs .title::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 8px;
  display: block;
  border-radius: 8px;
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 2px solid #fff;
  box-shadow: 0 0 3px #ccc;
}
.lists.jobs ol {
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
}
.lists.jobs li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 #dcdcdc;
}
.lists.jobs ol li > a {
  overflow: hidden;
  display: block;
  height: 72px;
  white-space: nowrap;
  padding: 10px 0 10px 50px;
  margin-right: 25px;
  background: url(../images/icon-32x32-list-jobs.png) no-repeat 10px center;
}
.lists.jobs li:nth-child(1) > a { border-top: 0;}
.lists.jobs li > a > span {
  overflow: hidden;
  display: block;
  line-height: 52px;
  text-overflow: ellipsis;
}
.lists.jobs li > i {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  width: 50px;
  height: 65px;
  background-image: url(../images/icon-11x11-attributeitems.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.lists.jobs li > i.on { background-image: url(../images/icon-11x11-attributeitems1.png);}
.lists.jobs li > div {
  display: none;
  width: 100%;
  color: #fff;
  background-color: #484848;
}
.lists.jobs li > div > span {
  display: block;
  float: left;
  width: 20%;
  line-height: 250%;
  font-size: 12px;
  text-align: center;
}
.lists.jobs li > div > span > span { display: block;}
.lists.jobs li span > a { color: #fff;}
.lists.jobs li > i.on + div { display: inline-block;}
/*����*/
.lists.news .title {
  display: block;
  position: relative;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ccc;
  line-height: 3em;
  text-indent: 30px;
}
.lists.news .title > *:first-child { margin-left: 20px;}
.lists.news .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 13px;
  border-radius: 8px;
  border: 5px solid #fff;
  box-shadow: 0 0 3px #ccc;
  width: 5px;
  height: 5px;
  background: #ccc;
}
.lists.news .nl { background-color: #f5f5f5;}
.lists.news .nl a {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dcdcdc;
  height: 72px;
  padding: 10px 0;
  white-space: nowrap;
}
.lists.news .nl a i {
  display: block;
  overflow: hidden;
  float: left;
  margin: 5px 0 5px 10px;
  width: 60px;
  height: 40px;
  padding: 1px;
  background-color: #fff;
}
.lists.news .nl a img { width: 100%;}
.lists.news .nl a > span {
  display: block;
  overflow: hidden;
  text-indent: 10px;
  text-overflow: ellipsis;
}
.lists.news .nl a > span:nth-of-type(1) { line-height: 220%;}
.lists.news .nl a > span:nth-of-type(2) {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 150%;
  text-indent: 10px;
}
.lists.news .nl a.i > span:nth-of-type(2) { background-position: 78px center;}
.lists.news .nl a > span:only-of-type { line-height: 52px;}
/*��Ʒ*/

.lists.products .title {
  display: block;
  position: relative;    
  line-height: 3em;
  text-indent: 30px;
  background-color: #d4d4d4;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ccc;
}
.lists.products .title > *:first-child { margin-left: 20px;}
.lists.products .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 13px;
  border-radius: 8px;
  border: 5px solid #fff;
  box-shadow: 0 0 3px #ccc;
  width: 5px;
  height: 5px;
  background: #ccc;
}
/*ͼƬ�б�*/
.titlebox {
  overflow: hidden;
  text-align: center;
  padding: 10px;
}
.titlebox .tt1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Times New Roman Italic";
}
.titlebox .tt2 {
  font-size: 16px;
  font-weight: bold;
  font-family: "����";
  line-height: 25px;
  border-bottom: 1px solid #dcdcdc;
  display: inline-block;
  min-width: 60px;
}
.titlebox .tt3 {
  line-height: 25px;
  color: #252525;
  font-size:12px;
}
.titlebox span {
  display: block;
  text-align: center;
}
.panel .views.products  h2 {
  color: #252525;
  text-align: center;
  font-size: 14px;
}

.lists.products .pl {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.lists.products .pl a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.lists.products .pl span {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lists.products .pl .img {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fcfcfa;
  height: 100% !important;
}
.lists.products .pl img { width: 100%;}
.lists.products .pl a .tt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    color: #fff;    
    text-align: left;
    padding: 0 10px;
    background-color: rgba(0,0,0,.6);
}
/*��ҳ*/
.lists.single .title {
  display: block;
  position: relative;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ccc;
  line-height: 3em;
  text-indent: 30px;
}
.lists.single .title > *:first-child { margin-left: 20px;}
.lists.single .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 13px;
  border-radius: 8px;
  border: 5px solid #fff;
  box-shadow: 0 0 3px #ccc;
  width: 5px;
  height: 5px;
  background: #ccc;
}
.lists.single .title > * {
  display: inline-block;
  border-bottom: 1px solid #6b9800;
  margin-right: 10px;
}
.lists.single .remark { padding: 10px;}
/*��Ƶ*/
.lists.videos .title {
  display: block;
  position: relative;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ccc;
  line-height: 3em;
  text-indent: 30px;
}
.lists.videos .title > *:first-child { margin-left: 20px;}
.lists.videos .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 13px;
  border-radius: 8px;
  border: 5px solid #fff;
  box-shadow: 0 0 3px #ccc;
  width: 5px;
  height: 5px;
  background: #ccc;
}
/*ͼƬ�б�*/
.lists.videos .vl {
  display: inline-block;
  width: 100%;
  padding: 3px 1%;
}
.lists.videos .vl a {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 3px 1%;
  width: 48%;
  text-align: center;
}
.lists.videos .vl span {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lists.videos .vl .img {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fcfcfa;
}
.lists.videos .vl img { width: 100%;}
/*��ϸҳ*/

.views { padding: 10px;}
.views .title {
  line-height: 1.6em;
  height: initial;
}
.views .infos {
  display: none;
  line-height: 3em;
  font-size: 12px;
  text-align: right;
}
.views .img {
  display: block;
  text-align: center;
}
.views img { max-width: 100%;}
.views .remark { margin-bottom: 10px;}
.view_btn_box > * { margin: 5px;}
