/*å…¬å…±æ ·å¼--å¼€å§‹*/
div {
  margin: 0;
  padding: 0;
}
html, body, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html, body {
  min-height: 100%;
}
body {
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input, textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.fl {
  float: left
}
.fr {
  float: right
}
.tl {
  text-align: left;
}
.tc {
  text-align: center
}
.tr {
  text-align: right;
}
.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.flex {
  display: flex;
}
.center {
  align-items: center;
}
.ju-center {
  justify-content: center;
}
/* banner滚动图片 */
.slideBox1 {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
.slideBox1 .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 1;
}
.slideBox1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox1 .hd ul li {
  float: left;
  margin: 6px 8px 0 0;
  width: 8px;
  height: 8px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
}
.slideBox1 .hd ul li.on {
  background: green;
  color: #fff;
  width: 12px;
  height: 12px;
  margin-top: 4px;
}
.slideBox1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox1 .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox1 .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
.slideBox1 .bd li .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: Microsoft YaHei, SimHei, simsun;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.slideBox1 .bd li .title a {
  color: #fff;
  padding-left: 15px;
}
/*右侧滚动图片*/
.slideBox {
  width: 674px;
  height: 430px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin: 6px 8px 0 0;
  width: 8px;
  height: 8px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
  width: 12px;
  height: 12px;
  margin-top: 4px;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd img {
  width: 674px;
  height: 430px;
  display: block;
}
.slideBox .bd li .bg {
 width: 674px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slideBox .bd li .title {
  width: 598px;
  height: 40px;
  line-height: 40px;
  font-family: Microsoft YaHei, SimHei, simsun;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.slideBox .bd li .title a {
  color: #fff;
  padding-left: 15px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
/*-------------------[768px]------------------*/
@media only screen and (max-width: 800px) {
  .slideBox {
    width: 100%;
    height: 100%;
    float: left;
  }
  .slideBox .bd img {
    width: 100%;
    height: 100%;
  }
  .slideBox .bd li .bg {
    width: 100%;
  }
  .slideBox .bd li .title {
    width: 100%;
  }
}


.col-md-6 a { display:block}
.col-md-6 img, .col-md-6 a img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease 0s;
  -webkit-filter: grayscale(100%); /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%); /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* CSS3 filter方式，标准写法*/
  filter: gray; /* IE 6-9 */
}
.col-md-6:hover img, .col-md-6 a:hover img {
  transform: scale(1.5);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: ;
}
.col-md-6 p {
  min-width: 100%;
  height: 100px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none
}
.col-md-6:hover p {
  background-image: linear-gradient(transparent, #111);
  background-size: auto 100%;
  filter: DropShadow(Color=#333333, OffX=1, OffY=1, Positive=true);
  text-shadow: 1px 1px 0 #000000;
  z-index: 9999;
  text-align: center;
  color: #fff;
  display: block
}
.navbg {
  min-width: 670px;
  height: 60px;
  float: right;
}
.navbox {
  width: 100%;
  height: 60px;
}
.navbox_h {height:110px;}

/* 清除浮动 */
.clear {clear:both; height:0px; line-height:0; font-size:0px; overflow:hidden;}

.space1,.space2,.space4,.space5,.space7,.space8,.space9,.space10,.space12,.space13,.space14,.space15,.space16,.space17,.space19,.space20,.space23,.space25  {clear:both; font-size:1px; height:0; line-height:1px;}
.space1 {height:1px;}.space2 {height:2px;}.space4 {height:4px;}.space5 {height:5px;}.space7 {height:7px;}.space8 {height:8px;}.space9 {height:9px;}.space10 {height:10px;}.space12 {height:12px;}.space13 {height:13px;}.space14 {height:14px;}.space15 {height:15px;}.space16 {height:16px;}.space17 {height:17px;}.space19 {height:19px;}.space20 {height:20px;}.space23 {height:23px;}.space25 {height:25px;}

