/* info */

/* 轮播图 */

.news_focus {
  position: relative;
  width: 600px;
  height: 400px;
  background-color: rgb(133, 49, 49);
  overflow: hidden;
}

.news_focus ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
}

.news_focus ul li {
  float: left;
}

.arrow_l,
.arrow_r {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 60px;
  color: #fff;
  z-index: 2;
  background: url(http://www.lvshi.rexun.cn/static/img/irn_png.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.arrow_r {
  right: 0;
  background-position: -61px -283px;
}
.arrow_l {
  background-position: 0 -283px;
}
.circle {
  position: absolute;
  bottom: 10px;
  left: 50px;
}

.circle li {
  float: left;
  width: 8px;
  height: 8px;

  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 3px;
  border-radius: 50%;
  /* 小手 */
  cursor: pointer;
}

.current {
  background-color: #fff;
}
.olst {
  position: absolute;
  right: 20px;
  bottom: 22px;
}
.olst li {
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #fff;
  float: left;
  display: inline-block;
  margin: 0 0 0 7px;
  border-radius: 50%;
}
.olst li.on {
  background: #fff;
}
/* 轮播结束*/
.news_add {
  float: left;
  width: 283px;
  height: 400px;
  margin-left: 10px;
}
.news_add a {
  position: relative;
  display: block;
  font-size: 18px;
  height: 195px;
  overflow: hidden;
  background-color: #fff;

  color: #fff;
}
.last {
  margin-bottom: 10px;
}
.news_add img {
  width: 283px;
}
.show {
  display: block;
  background: url(http://www.lvshi.rexun.cn/static/img/irn_bg.png) repeat-x 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 113px;
  width: 283px;
}
.news_add b {
  position: absolute;
  top: 88px;
  left: 15px;
}
.news_info {
  padding: 20px 0 20px 25px;
  width: 575px;
  height: 360px;
  background-color: #fbfbfb;
}
.info_titile {
  margin-left: 3px;
  padding: 0 20px 18px 0;
  border-left: 1px solid #ddd;
  font-size: 20px;
  line-height: 22px;
}
.info_titile span {
  float: left;
  margin-left: -1px;
  display: block;
  border-left: 4px solid #f63756;
  padding-left: 16px;
}
.news_info_content {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.news_info_content .leftcontent {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 30px;
  right: -17px;
  bottom: 0;
  left: 0;
}
.news_info_content ul {
  width: 575px;
  margin-left: 3px;
  border-left: 1px solid #ddd;
}
.news_info_content li {
  margin-right: 20px;
  margin-left: 19px;
  padding-bottom: 20px;
  position: relative;
}
.news_info_content a {
  color: #666;
  font-size: 16px;
}
.news_info_content .time {
  color: #bcbcbc;
  font-size: 14px;
}
.news_info_content i {
  position: absolute;
  top: 8px;
  left: -23px;
  display: block;
  width: 7px;
  height: 7px;
  background: #ddd;
  border-radius: 50%;
}
.huadong {
  background: #efefef;
  position: absolute;

  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
}
.huadong .slider {
  height: 101px;
  transform: translate(0px 0px);
  background: #b4b4b4;
  position: relative;
  margin: 0 1px;
  border-radius: 1px;
  cursor: pointer;
}
/* advertising */
.advertising {
  position: relative;
  margin: 20px 0;
}

.advertising i {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.advertising span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20%;
  font-size: 14px;
}
/* bootomnew */

.bootomnew {
  margin: 30px 0 0 0;
  height: 167px;
  overflow: hidden;
  position: relative;
  width: 1200px;
  overflow: hidden;
}
.bootomnew p {
  float: left;
  display: inline;
  margin: 0 -28px 0 0;
}
.bootomnew a {
  display: inline-block;
  position: relative;
  width: 279px;
  height: 167px;
  margin: 0 28px 0 0;
  overflow: hidden;
}
.bootomnew .ip {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}
.bootomnew em {
  display: block;
  width: 36px;
  height: 56px;
  overflow: hidden;
  background: url(http://www.lvshi.rexun.cn/static/img/irn_touzi.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin: -28px 0 0 0;
  cursor: pointer;
}
.bootomnew .prev {
  left: 0;
}
.bootomnew .next {
  background-position: -36px 0;
  right: 0;
}
/* end */
/* content */
.content {
  background-color: #f8f8f8;
}
.dww dl {
  width: 526px;
  height: 400px;
  padding: 0 30px 30px 30px;
}
.dww dt {
  height: 79px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.dww dt i,
.dww dt p {
  position: absolute;
  top: 50%;
  height: 26px;
  margin: -13px 0 0 0;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
}
.dww dt i {
  display: block;
  width: 4px;
  background: #f63756;
  position: absolute;
  left: 0;
}

.dwwmr {
  right: 0;
}
.dwwmr a,
.dwwmr a:hover {
  color: #e50000;
  text-decoration: underline;
}
.dww dt h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 78px;
  padding: 0 0 0 30px;
}
.dww dt,
.dww dd {
  float: left;
  width: 526px;
  overflow: hidden;
}
.dww dd {
  margin: 30px 0 0 0;
}
.dwwpic,
.dwwhot {
  width: 249px;
  height: 149px;
  overflow: hidden;
}
.dwwpic {
  float: left;
  background: #f8f8f8;
}
.dwwhot {
  float: right;
}
.dwwhot a,
.dwwhot b,
.dwwhot span,
.dwwhot em,
.dwwhot i {
  display: block;
  cursor: pointer;
}
.dwwhot b {
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.dwwhot span {
  margin: 25px 0 0 0;
  line-height: 26px;
  height: 52px;
  position: relative;
}
.dwwhot i {
  width: 60px;
  height: 52px;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  right: 0;
  background: url(http://www.lvshi.rexun.cn/static/img/dwq_arow.png) no-repeat 20px 16px;
}
.dwwhot em {
  width: 171px;
  height: 50px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
  font-size: 16px;
}
.dwwhot a:hover i {
  background-position: -30px 16px;
}
.dwwcrl {
  position: relative;
  height: 111px;
}
.dwqlist,
.dwqlist p,
.dwqlist .dul {
  float: left;
  display: inline;
}
.dwqlist,
.dwqlist .dul {
  margin: -15px 0 0 -28px;
}
.dwqlist p {
  width: 249px;
  margin: 15px 0 0 28px;
  font-size: 16px;
  line-height: 24px;
}
.dwqlist p a,
.dwqlist p b {
  display: block;
  height: 48px;
  overflow: hidden;
  position: relative;
}
.dwqlist p i {
  display: block;
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 0;
}
.dwqlist p b {
  margin: 0 0 0 20px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.dwqlist p a:hover i {
  background: #e50000;
}
.dwwcrl em {
  display: block;
  width: 30px;
  height: 50px;
  overflow: hidden;
  background: url(http://www.lvshi.rexun.cn/static/img/dwq_arow.png) no-repeat 0 -70px;
  position: absolute;
  top: 50%;
  margin: -25px 0 0 0;
  cursor: pointer;
}
.dwwcrl .prev {
  left: 0;
}
.dwwcrl .next {
  background-position: -60px -70px;
  right: 0;
}

/* end */

.zixun .zx_lef li,
.zixun .hot_lef {
  background: #f9f9f9;
}
.cont dt h2 {
  font-size: 20px;
}
.cont dt h2 a,
.cont dt h2 a:hover {
  color: #e50000;
}

.cont .main_txt {
  position: relative;
}
.main_txt {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.main_txt a {
  font-size: 30px;
  color: #000;
  font-weight: normal;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.main_txt .namelink,
.main_txt .namelink:hover {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 150px;
  height: 36px;
  background: #d8c099;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
}
.namelink i {
  display: inline-block;
  background: url(http://www.lvshi.rexun.cn/static/img/content_hy.png) no-repeat 0 center;
  padding-left: 23px;
}
.main_txt .namelink:hover {
  background: #ebb661;
}
/* tabswitch */
.tabswitch {
  background-color: #f8f8f8;
}
/* 分栏 */
.tab_lan {
  border-bottom: 1px #ababab dotted;
  padding-bottom: 0;
}
.tab_lan span {
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  font-size: 30px;
  line-height: 37px;
  height: 37px;
  padding-bottom: 10px;
  font-weight: normal;
  position: relative;
}
.tab_lan .on {
  border-bottom: 3px solid #e50000;
  margin-bottom: -1px;
}
.tab_lan span a.tab_more {
  display: none;
  font-size: 14px;
  color: #bcbcbc;
  line-height: 24px;
  height: 24px;
  width: 30px;
  position: absolute;
  top: 15px;
  left: 1160px;
}
.tab_lan span a.last {
  left: 1040px;
}
.tab_lan span a.tab_more:hover {
  color: #e50000;
}
.tab_lan .on a.tab_more {
  display: block;
}
/* 结束 */
/* 商品图片 */
.tab_item {
  width: 100%;

  height: 350px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.tab_item ul {
  overflow: hidden;
  float: left;
  display: inline;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
      width: 100%;
}
.tab_item li {
  float: left;

  width: 31%;
}
.tab_item li:nth-of-type(-n + 3) {
  margin-bottom: 20px;
}
.tab_item .u_pic {
  width: 150px;
  height: 150px;
}

.tab_item .cont {
  width: 215px;
}
.tab_item .u_tit,
.tab_item .u_dec {
  padding: 0;
}
.tab_item .u_tit {
  font-size: 16px;
  height: 72px;
}
.tab_item .u_dec {
  height: 48px;
  line-height: 48px;
}
.tab_item .u_dec b {
  font-weight: normal;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.tab_item .u_dec i,
.tab_item .u_dec b {
  font-size: 18px;
  color: #e50000;
}
.btn_a,
.btn_a:hover {
  display: block;
  width: 74px;
  height: 30px;
  line-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #ff6c00;
}
.tab_item .i_btn a {
  float: right;
  margin-right: 10px;
  margin-top: 50px;
}
/* end */
/* zixun */

/*_________________ 修改 _________________________*/
.methods {
  float: left;
  width: 1160px;
  padding: 30px 20px;
}
.methods .box {
  width: 100%;
  overflow: hidden;
  height: 200px;
  position: relative;
}
.methods .box2 {
  height: 235px;
}
.methods ul {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 1295px;
  font-size: 17px;
}
.methods li {
  float: left;
  width: 359px;
  height: 48px;
  display: inline;
  padding: 43px 20px 20px 32px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.methods li em {
  color: #e90000;
}
.methods li a {
  display: inline-block;
  position: relative;
  margin: 0 0 0 15px;
  height: 48px;
}
.methods li i {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -15px;
}
.methods li a:hover i {
  background: #e90000;
}
/* .methods2 .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.methods2 .box ul li {
  width: 33.3%;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.methods2 .box ul li a {
  font-size: 17px;
}
.methods2 .box ul li:nth-of-type(-n + 3) {
  border-bottom: 1px solid #ccc;
}
.methods2 .box ul li:nth-of-type(6),
.methods2 .box ul li:nth-of-type(3) {
  border-right: 0;
} */
/* 结束 */
/* 资讯 */
.u_pic,
.u_tit,
.u_dec {
  overflow: hidden;
}
.u_tit,
.u_dec,
.u_oth {
  display: block;
  padding: 0 20px;
}
.u_tit {
  font-size: 18px;
  height: 48px;
}
.u_tit,
.u_oth {
  line-height: 24px;
}
.u_dec,
.u_oth {
  color: #bcbcbc;
}
.u_dec {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
}
.u_oth {
  height: 24px;
}
.u_oth em {
  float: left;
}
.u_oth a {
  float: right;
}
.buton,
.buton:hover {
  display: block;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #bcbcbc;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 10px;
}
.buton:hover {
  border-color: #e50000;
  color: #e50000;
}
.zx_lef {
  width: 893px;
  overflow: hidden;
}
.zx_lef li,
.zx_lef .u_pic,
.zx_lef .u_pic img {
  width: 279px;
}
.zx_lef ul {
  float: left;
  display: inline;
  margin: -28px 0 0 -28px;
}
.zx_lef li {
  float: left;
  height: 300px;
  display: inline;
  margin: 28px 0 0 28px;
  background: #fff;
}
.zx_lef .u_pic {
  height: 163px;
}
.zx_lef .u_tit {
  margin: 25px 0 0 0;
}
.zx_lef .u_oth {
  margin: 14px 0 0 0;
  background: url(http://www.lvshi.rexun.cn/static/img/dot.png) repeat-x 0 0;
  padding-top: 16px;
}
.hot_lef {
  width: 259px;
  height: 610px;
  padding: 20px 20px 0 0;
}
.hot_lef .sub_tit {
  border: 0;
  margin: 0 0 0 1px;
  padding-right: 0;
}
.hot_lef .list_h {
  margin: -1px 0 0 20px;
  border: 0;
}
.hot_lef .list_h li {
  border-top: 1px solid #f0f0f0;
  margin-left: 0;
  padding: 5px 0;
}
.zx_lef .bot_li {
  height: 150px;
  margin-top: 40px;
}
.list_h .time {
  color: #bcbcbc;
  font-size: 14px;
}
.hot_lef .irn_news {
  font-size: 16px;
  height: 550px;
}
.hot_lef li .irn_list_info {
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.hot_lef li .irn_list_info a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-left: 30px;
}
.hot_lef li .irn_list_info em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 24px;
  color: #bbb;
}
.hot_lef li .irn_list_info .num1 {
  color: #ff0000;
}
.hot_lef li .irn_list_info .num2 {
  color: #ff9000;
}
.hot_lef li .irn_list_info .num3 {
  color: #ffcc00;
}
.hot_lef li .time {
  padding-left: 30px;
}
/*--------------fenxi------------ */
.fx_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.fx_box ul {
  float: left;
  display: inline;
  margin: -30px 0 0 -30px;
}
.fx_box li {
  float: left;
  width: 380px;
  height: 360px;
  display: inline;
  margin: 30px 0 0 30px;
  position: relative;
}
.fx_box .u_pic {
  width: 380px;
  height: 140px;
}
.fx_box .u_pic img {
  height: 140px;
}
/* 文字阴影 */
.show-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.fx_box .u_tit {
  height: 56px;
  line-height: 56px;
}
.fx_box .u_oth {
  margin-top: 15px;
}
.fx_box .text_ul {
  height: 200px;
}

.data_box_a {
  width: 490px;
  height: 540px;
}
.data_box_a .u_pic {
  width: 490px;
  height: 290px;
}
.data_box_a .u_tit {
  height: 80px;
  line-height: 40px;
  font-size: 22px;
}
.data_box_a .u_tit,
.data_box_a .u_dec {
  margin-top: 28px;
}
.data_box_a .u_oth {
  margin-top: 20px;
}
.data_box_b {
  width: 710px;
  margin: -20px 0 0 0;
}
.data_box_b li {
  float: left;
  display: inline;
  margin: 20px 0 0 30px;
  width: 325px;
}
.data_box_b .u_pic {
  width: 325px;
  height: 192px;
}
.data_box_b .u_tit,
.data_box_b .u_oth {
  margin-top: 10px;
}
.data_box_b .u_tit {
  height: 24px;
}
.data_box_c {
  width: 640px;
  margin: -30px 0 0 0;
}
.data_box_c li {
  width: 100%;
  overflow: hidden;
  height: 160px;
  margin: 30px 0 0 0;
}
.data_box_wid {
  width: 640px;
}
.data_box_c .u_pic {
  width: 270px;
  height: 160px;
}

.data_box_c .u_tit,
.data_box_c .u_dec,
.data_box_c .u_oth {
  padding: 0;
}
.data_box_c .u_tit,
.data_box_c .u_oth {
  margin-top: 10px;
}
.data_box_c .u_dec {
  margin-top: 18px;
}
/* caijing */

.cj_box {
  width: 790px;
}
.cj_box li {
  height: 140px;
}
.cj_list {
  width: 360px;
  height: 710px;
  padding: 20px 20px 20px 0;
}
.cj_list .sub_tit {
  border: 0;
  margin-left: 1px;
  background: #f8f8f8;
}
.list_data {
  padding: 0 0 0 20px;
  overflow: hidden;
  height: 670px;
}
.list_data li {
  border-top: 1px solid #ececec;
  height: 67px;
  line-height: 66px;
  overflow: hidden;
  margin-top: -1px;
}
.list_data i {
  position: static;
  float: left;
  margin: 31px 0 0 0;
  display: block;
  width: 7px;
  height: 7px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
}
.list_data li a {
  display: block;
  width: 325px;
  float: right;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_data li:hover i {
  background: #e50000;
}
.info_titile a {
  float: right;
  color: #999;
  font-size: 14px;
}
/* jingcai */

.jc_list {
  float: left;
  width: 100%;
}
.jc_list p {
  float: left;
  display: inline;
  margin: -28px 0 0 -28px;
}
.jc_list a,
.jc_list a:hover {
  color: #fff;
  font-size: 14px;
  float: left;
  display: inline-block;
  overflow: hidden;
  width: 279px;
  position: relative;
}
.jc_list i {
  width: 279px;
  height: 113px;
}
.jc_list b {
  display: block;
  width: 240px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  height: 24px;
  text-align: center;
}
.rec_pic_b a {
  margin: 28px 0 0 28px;
  height: 167px;
}
/* lianjie */
.yq_lis .hd {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 36px;
  line-height: 36px;
}
.yq_lis .hd ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
}
.yq_lis .hd li {
  float: left;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px solid #ddd;
  height: 36px;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #e50000;
}
.yq_lis .hd span {
  float: right;
  font-size: 14px;
  display: block;
  padding-right: 20px;
}
.yq_lis .bd ul {
  line-height: 32px;
  padding-top: 10px;
}
.yq_lis .bd a {
  float: left;
  padding-right: 14px;
  display: inline-block;
}
.ban_quan {
  border-top: 1px solid #ddd;
  color: #666;
}

.ban_quan p {
  line-height: 24px;
  text-align: center;
}

.dka:hover {
  color: #e50000;
}
a.dka {
  color: #666;
}
/* 电梯导航 */
.back_top {
  display: none;
  position: fixed;
  _position: absolute;
  width: 90px;
  bottom: 125px;
  left: 50%;
  margin-left: 630px;
  z-index: 20001;
  overflow: hidden;
  border-radius: 4px;
}
.back_top a,
.back_top_tt {
  display: block;
  background: #4c4c4c;
  color: #fff;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-align: center;
}
.back_top a {
  margin-bottom: 1px;
}
.back_top a:hover,
.back_top_tt:hover {
  background: #e11516;
  color: #fff;
}
.back_top_tt {
  position: relative;
  cursor: pointer;
}
.back_top_tt i {
  display: block;
  width: 19px;
  height: 10px;
  background-position: 0 -58px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -9px;
  cursor: pointer;
}
.topbg {
  background: url(http://www.lvshi.rexun.cn/static/img/irn_top.png);
}
