/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

.clearfloat {
  clear: both;
  overflow: hidden;
}

.divleft {
  float: left;
}

.divright {
  float: right;
}

a {
  text-decoration: none;
  color: #000;
}

a img {
  border: none;
}

a:focus {
  outline: none;
}

img {
  border: 0;
}

input,
select,
textarea {
  outline: 0;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #000;
}

html,
body {
  min-width: 1020px;
}

.pageheader {
  width: 100%;
}

.w1000 {
  width: 1120px;
  margin: 0px 50px;
}

.mt35 {
  margin-top: 35px;
}

.more {
  font-size: 12px;
  color: #888888;
  position: absolute;
  right: 15px;
  top: 4px;
}


.ho2 {
  top: 180px;
}

.pic {
  overflow: hidden;
  width: 250px;
  height: 180px;
}

.pic .img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.li_con:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*品牌活动 第一版*/
.bg1 {
  background: url(../img/small_bj.png) center no-repeat;
  /* height: 520px; */
  height: 250px;
  /* padding: 30px 0 50px 0 */
  padding: 20px 0 30px 0;
}

.ban2 {
  background: url(../img/banner2.png) center no-repeat;
  height: 34px;
  position: relative;
}

.picScroll-left2 {
  overflow: hidden;
  position: relative;
  /* height: 430px; */
  height: 200px;
  /* margin: 20px 0 40px 0; */
}

.picScroll-left2 .hd {
  position: absolute;
  bottom: 22px;
  right: 60px;
  width: 60px;
}

.picScroll-left2 .hd .prev {
  display: block;
  width: 27px;
  height: 22px;
  cursor: pointer;
  float: left;
  background: url(../img/prev.jpg) no-repeat;
}

.picScroll-left2 .hd .prev:hover {
  display: block;
  width: 27px;
  height: 22px;
  cursor: pointer;
  float: left;
}

.picScroll-left2 .hd .next {
  display: block;
  width: 27px;
  height: 22px;
  cursor: pointer;
  float: right;
  background: url(../img/next.jpg) no-repeat;
}

.picScroll-left2 .hd .next:hover {
  display: block;
  width: 27px;
  height: 22px;
  cursor: pointer;
  float: right;
}

.picScroll-left2 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left2 .bd ul li {
  width: 1135px;
  float: left;
  _display: inline;
  overflow: hidden;
  position: relative;
}

.picScroll-left2 .bd ul li img {
  /* width: 746px; */
  width: 355px;
  /* height: 420px; */
  height: 200px;
  display: block;
}

.picScroll-left2 .bd ul li .block {
  position: absolute;
  right: 20px;
  top: 0;
}

.con_bg1 {
  /* background: url(../img/text_bg.png) no-repeat; */
  /* width: 346px; */
  width: 740px;
  /* height: 421px; */
  height: 200px;
}

.picScroll-left2 .bd ul li .block h3.text1 {
  color: #fed9a3;
  font-size: 26px;
  margin: 20px 0 0 40px;
  /* width: 240px; */
}

.picScroll-left2 .bd ul li .block h3.text1 a {
  color: #fed9a3;
}

.picScroll-left2 .bd ul li .block p.p1 {
  line-height: 23px;
  font-size: 15px;
  margin: 20px 0 0 40px;
  color: #fed9a3;
  height: 69px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.zy {
  line-height: 25px;
  width: 240px;
  margin: 20px 0 0 40px;
  text-indent: 2em;
}

.zy1 {
  color: #fff;
}

.h74 {
  height: 74px;
}

/* 最新专题 */

.newest_pjct {
  width: 100%;
  background: #fff;
  margin-top: 10px;
  float: none;
  margin-bottom: 10px;
  padding: 10px 20px 20px 20px;
}

.newest_pjct li {
  box-sizing: content-box;
  height: 80px;
  padding: 10px 0px 10px 0;
  /* border-bottom: 1px dashed #ddd; */
  /* position: relative; */
}

.newest_pjct li img {
  float: left;
  height: 80px;
  width: 120px;
  margin-right: 15px;
  object-fit: cover;
  /* position: absolute;
  top: 10px;
  right: 0; */
}

.newest_pjct li p.h3 {
  margin: 0;
  height: 26px;
  font-size: 19px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newest_pjct li p.pdetail {
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newest_pjct li p.info {
  height: auto;
  width: auto;
  font-size: 12px;
  margin-top: 8px;
  color: #999;
}

.newest_pjct li p.info span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

.newest_pjct li p.info span a {
  color: #999;
}

.newest_pjct li p.info .lm {
  background-size: 14px 14px;
}

.newest_pjct li p.info .time {
  background-size: 14px 14px;
}

.docLeft .list .info a {
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.docLeft .list .info .infoDescCt {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}