/************************************
*@描述:变量
************************************/
/*布局宽度*/
/*默认颜色值*/
/*
*MIX混合
*/
/************************************
*@描述:功能类样式(function);function.less以此为准
************************************/
/*图片垂直居中*/
/**居中**/
/**隐藏文字**/
/**圆角**/
/**投影**/
/**透明度**/
/**背景颜色渐变**/
/**对象渐隐渐显**/
/**旋转**/
/**三角箭头**/
/**纯文字**/
.ind-g-banner {
  min-width:1200px;
  height: 420px;
  overflow: hidden;
  position: relative;
  zoom: 1;
  z-index: 1;
  background: #2f3033;
}
.ind-g-banner .list {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.ind-g-banner .list li {
  width: 100%;
  height: 420px;
  text-align: center;
}
.ind-g-banner .num {
  position: absolute;
  zoom: 1;
  height: 12px;
  left: 0px;
  bottom: 22px;
  right: 0px;
  text-align: center;
}
.ind-g-banner .num span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  background-color: #cacaca;
  overflow: hidden;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 50%;
}
.ind-g-banner .num span.on {
  background-color: #ed193a;
}
.ind-g-banner .prev,
.ind-g-banner .next {
  display: block;
  width: 46px;
  height: 87px;
  position: absolute;
  zoom: 1;
  left: 50%;
  margin-left: -595px;
  top: 50%;
  margin-top: -46px;
  background: url('../images/index/arrow.png') -46px 0 no-repeat transparent;
  display: none;
}
.ind-g-banner .prev:hover {
  background-position: -46px -87px;
}
.ind-g-banner .next:hover {
  background-position: 0 -87px;
}
.ind-g-banner .next {
  margin-left: 549px;
  background-position: 0 0;
}
.ind-g-banner:hover .prev,
.ind-g-banner:hover .next {
  display: block;
}
.ind-g-banner .a {
  width: 1190px;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
}

 .coupons{
	min-width:1200px;
    margin-top: 40px;
	margin-bottom: 40px;
    overflow: hidden;
 }

 .top_band{
	min-width:1200px;
	height: 420px;
    background-color: #343539;
    overflow: hidden;
 }

.top_band_leftdiv{
	
	float: left;
	margin-top: 30px;
	width: 500px;
	height: 360px;
    overflow: hidden;
	
}

.top_band_leftdiv_title{
	width: 500px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
}
.top_band_leftdiv_con{
	width: 500px;
	height: 300px;
	line-height: 35px;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.top_band_rightdiv{
	
	float: right;
	margin-top: 30px;
	width: 500px;
	height: 360px;
	overflow: hidden;
}

.top_band_rightdiv_ewm{
	
	float: left;
	margin-top: 80px;
	width: 220px;
	height: 240px;
	overflow: hidden;
}
.top_band_rightdiv_xtdl{
	
	float: right;
	margin-top: 80px;
	width: 220px;
	height: 240px;
	overflow: hidden;
	cursor:pointer;
}

.top_band_rightdiv_img{
	float: left;
	width: 220px;
	height: 160px;
	text-align: center;
}
.top_band_rightdiv_title{
	float: left;
	margin-top: 20px;
	width: 220px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}



.coupon {
	float: left;
	margin-top: 20px;
	background: #fff;
    margin-right: 0px;
	padding:15px 0px 10px 0px;
	overflow: hidden;
}

.coupon_2 {
	background: #f7f6f6;
}

.coupon a {
  text-decoration: none;
  color: #888;
}
.coupon a:hover {
  text-decoration: none;
  color: #888;
}


.ind-g-main .box1,
.ind-g-main .box2 {
  margin-top: 0px;
}
.ind-g-main .box1 .title .more,
.ind-g-main .box2 .title .more {
  float: right;
  display: inline;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.ind-g-main .box1 .title h4,
.ind-g-main .box2 .title h4 {
  font-size: 25px;
  color: #202020;
  font-weight: normal;
  float: left;
  display: inline;
}
.ind-g-main .box1 .title .tip,
.ind-g-main .box2 .title .tip {
  font-size: 12px;
  color: #999;
  float: left;
  display: inline;
  margin-top: 14px;
  margin-left: 18px;
}
.ind-g-main .box1 .cardList,
.ind-g-main .box2 .cardList {
  margin-top: -10px;
}
.ind-g-main .box1 .cardList li,
.ind-g-main .box2 .cardList li {
  margin-right: 22px;
  margin-top: 35px;
  float: left;
  display: inline;
  width: 382px;
}
.ind-g-main .box1 .cardList li.li3,
.ind-g-main .box2 .cardList li.li3 {
  margin-right: 0;
}
.ind-g-main .box1 .cardList li .imgw,
.ind-g-main .box2 .cardList li .imgw {
  width: 382px;
  position: relative;
  zoom: 1;
}
.ind-g-main .box1 .cardList li .imgw img,
.ind-g-main .box2 .cardList li .imgw img {
  width: 382px;
}
.ind-g-main .box1 .cardList li .text1,
.ind-g-main .box2 .cardList li .text1 {
  height: 56px;
  background: url('../images/index/tmd1.png') 0 0 repeat transparent;
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 56px;
  margin-top: -56px;
  position: relative;
  zoom: 1;
  z-index: 5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.ind-g-main .box1 .cardList li .text3,
.ind-g-main .box2 .cardList li .text3 {
  text-align: center;
  padding-top: 22px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.ind-g-main .box1 .cardList li .text3 .s1,
.ind-g-main .box2 .cardList li .text3 .s1 {
  font-size: 25px;
  color: #da0004;
}
.ind-g-main .box1 .cardList li .text3 .s1 i,
.ind-g-main .box2 .cardList li .text3 .s1 i {
  font-size: 12px;
  color: #da0004;
}
.ind-g-main .box1 .cardList li .text3 .s2,
.ind-g-main .box2 .cardList li .text3 .s2 {
  font-size: 12px;
  color: #8b8b8b;
}
.ind-g-main .box1 .cardList li .bot,
.ind-g-main .box2 .cardList li .bot {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding-top: 20px;
}
.ind-g-main .box1 .cardList li .text4,
.ind-g-main .box2 .cardList li .text4 {
  width: 326px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  line-height: 50px;
  color: #777;
}
.ind-g-main .box1 .cardList li .text4 .split,
.ind-g-main .box2 .cardList li .text4 .split {
  padding: 0px 25px;
  color: #ccc;
}
.ind-g-main2 {
  margin-top: 45px;
}
.ind-g-main2 .title h4 {
  font-size: 25px;
  color: #202020;
  font-weight: normal;
  text-align: center;
}
.ind-g-main2 .title .tip {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
  text-align: center;
}
.ind-g-main2 .mainBox {
  background-color: #f4f4f4;
  margin-top: 20px;
}
.ind-g-main2 .cardList {
  width: 100%;
  overflow: hidden;
  padding-top: 45px;
}
.ind-g-main2 .cardList .list {
  width: 120%;
}
.ind-g-main2 .cardList li {
  width: 278px;
  float: left;
  display: inline;
  padding-bottom: 45px;
  margin-right: 27px;
}
.ind-g-main2 .cardList li .top {
  width: 272px;
  height: 342px;
  background: url('../images/tpl/listbg.png') 0 0 no-repeat transparent;
  padding: 2px 4px 4px 2px;
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin-top: 8px;
}
.ind-g-main2 .cardList li .top .img {
  position: absolute;
  zoom: 1;
  top: 2px;
  left: 2px;
}
.ind-g-main2 .cardList li .idno {
  text-align: center;
  font-family: arial;
  color: #666;
  line-height: 36px;
}
.ind-g-main2 .cardList li .bot {
  margin-top: 0px;
}
.ind-g-main2 .cardList li .favWrap {
  height: 28px;
  text-align: right;
  padding-right: 10px;
}
.ind-g-main2 .cardList li .favWrap .addfav,
.ind-g-main2 .cardList li .favWrap .faved {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 28px;
  height: 28px;
  background: url('../images/tpl/favopt.png') 0 0 no-repeat transparent;
}
.ind-g-main2 .cardList li .favWrap .addfav:hover,
.ind-g-main2 .cardList li .favWrap .faved {
  background-position: right 0;
}
.ind-g-main2 .cardList li .sel {
  height: 23px;
  font-size: 0;
  text-align: center;
}
.ind-g-main2 .cardList li .sel .a1,
.ind-g-main2 .cardList li .sel .a2,
.ind-g-main2 .cardList li .sel .a3,
.ind-g-main2 .cardList li .sel .a4 {
  width: 23px;
  height: 23px;
  background: url('../images/tpl/selbg.png') 0 0 no-repeat transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
  margin-right: 5px;
  background-position: -34px 0;
}
.ind-g-main2 .cardList li .sel .a1.active,
.ind-g-main2 .cardList li .sel .a2.active,
.ind-g-main2 .cardList li .sel .a3.active,
.ind-g-main2 .cardList li .sel .a4.active {
  background-position: 0 0;
}
.ind-g-main2 .cardList li .btn {
  display: block;
  width: 95px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3c3c3c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 19px;
  line-height: 27px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.ind-g-main2 .cardList li .btn:hover {
  text-decoration: none;
  background-color: #d6000f;
}
.ind-g-main3 {
  height: 140px;
  background: url('../images/index/mainbg3.jpg') 0 0 repeat-x transparent;
  padding-top: 38px;
  margin-top: 20px;
}
.ind-g-main3 .text {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.ind-g-main3 .btn {
  width: 238px;
  height: 66px;
  background: url('../images/index/moredesign.png') 0 0 no-repeat transparent;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 54px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
.ind-g-main3 .btn:hover {
  text-decoration: none;
}
.ind-g-main4 {
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 0px solid #e6e6e6;
}
.ind-g-main4 .title .more {
  float: right;
  display: inline;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.ind-g-main4 .title h4 {
  font-size: 25px;
  color: #202020;
  font-weight: normal;
  float: left;
  display: inline;
}
.ind-g-main4 .title .tip {
  font-size: 12px;
  color: #999;
  float: left;
  display: inline;
  margin-top: 14px;
  margin-left: 18px;
}
.ind-g-main4 .mxyp {
  margin-top: 10px;
}
.ind-g-main4 .mxyp .wbox1{
  width: 1190px;
  height: 560px;
  float: left;
  display: inline;
  text-align: center;
  overflow: hidden;
	
}

.ind-g-main4 .mxyp .box1{
  width: 351px;
  height: 516px;
  float: left;
  display: inline;
  text-align: center;
  overflow: hidden;
}

.ind-g-main4 .mxyp .boxM {
  width: 1200px;
  height: 545px;
}
.ind-g-main4 .mxyp .boxM .box1,
.ind-g-main4 .mxyp .boxM .box2,
.ind-g-main4 .mxyp .boxM .box3,
.ind-g-main4 .mxyp .boxM .box4,
.ind-g-main4 .mxyp .boxM .box5,
.ind-g-main4 .mxyp .boxM .box6 {
  width: 380px;
  height: 245px;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.ind-g-main4 .mxyp  .box1 {
  float: left;
  background-color: #32728b;
}
.ind-g-main4 .mxyp .boxM .box2 {
  float: left;
  cursor: pointer;
  background-color: #8eaf72;
  margin-left: 30px;
}
.ind-g-main4 .mxyp .boxM .box3 {
  cursor: pointer;
  float: right;
  background-color: #ec7a39;
}

.ind-g-main4 .mxyp .boxM .box4 {
  cursor: pointer;
  float: left;
  margin-top: 30px;
  background-color: #3cb1be;
}
.ind-g-main4 .mxyp .boxM .box5 {
  margin: 30px 0px 0px 30px;
  float: left;
  background-color: #c1a46d;
}
.ind-g-main4 .mxyp .boxM .box6 {
  margin-top: 30px;
  float: right;
  background-color: #996da9;
}

.ind-g-main4 .mxyp .boxM .box1_2{background-color: #4689a3;}
.ind-g-main4 .mxyp .boxM .box2{background-color: #ba8fba;}
.ind-g-main4 .mxyp .boxM .box2_2{background-color: #a47da4;}
.ind-g-main4 .mxyp .boxM .box4{background-color: #33a3e6;}
.ind-g-main4 .mxyp .boxM .box3_2{background-color: #879c75;}
.ind-g-main4 .mxyp .boxM .box4_2{background-color: #2a8dc9;}
.ind-g-main4 .mxyp .boxM .box5_2{background-color: #ae3d53;}
.ind-g-main4 .mxyp .boxM .box6_2{background-color: #c1a46d;}

.boximg{ float: left; width:1190px; height:545px; position:relative;margin:10px 0px 0 0;}

.ind-g-main4 .mxyp .wbox1 .boximg .blk_29 { OVERFLOW: hidden;  ZOOM: 1; POSITION: relative; height:545px;}
.ind-g-main4 .mxyp .wbox1 .boximg .blk_29 .LeftBotton {	background: url(../images/leftbar.png)  left top  no-repeat;  FLOAT: left; WIDTH: 25px; CURSOR: pointer; POSITION: absolute; TOP:240px; HEIGHT: 31px; left:0;}
.ind-g-main4 .mxyp .wbox1 .boximg .blk_29 .RightBotton {	 background: url(../images/rightbar.png) right bottom no-repeat ; FLOAT: right; WIDTH: 25px; CURSOR: pointer; POSITION: absolute; TOP: 240px; HEIGHT: 31px; right:0;}

.ind-g-main4 .mxyp .wbox1 .boximg .blk_29 .Cont_img {OVERFLOW: hidden; WIDTH: 1100px;height:545px;POSITION: absolute; TOP:0; left:38px;overflow: hidden;}
.ind-g-main4 .mxyp .wbox1 .boximg .blk_29 .box_img {float:left;width:1108px;height:540px;display:inline;}




.ind-g-main4 .mxyp .box1 .boximg .blk_29 .box_img img{width:274px;height:460px; display:block;text-align:center;}
.ind-g-main4 .mxyp .box1 .boximg .blk_29 .box_img a{ display:block; line-height:24px; text-align:center;text-decoration: none;color: #ec6827;font-size: 18px;font-weight: bold;}

.box1_div_container_yl{

    float: left;
	width: 100%;
	margin:10px 0px 0px 0px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
    overflow: hidden;
	color: #0080c0;

}

.box1_div_container_t{
    float: left;
	width: 150px;
	height: 150px;
	margin:20px 0px 0px 100px;
	font-weight: bold;
    overflow: hidden;
	border: 1px #ffffff solid;

}

.box_div_container_t{
    float: left;
	width: 150px;
	height: 150px;
	margin:20px 0px 0px 120px;
	font-weight: bold;
    overflow: hidden;

}


.box1_div_container_c{

    float: left;
	width: 100%;
	margin:38px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	border-top: 1px dashed #ffffff;

}

.box1_div_container_ct{

    float: left;
	width: 100%;
	margin:10px 0px 0px 0px;
	line-height: 24px;
	font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
}

.box1_div_container_cb{

    float: left;
	width: 95%;
	margin:10px 10px 0px 10px;
	line-height: 25px;
	font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;

}

.box_div_container_cb{

    float: left;
	width: 100%;
	margin:10px 0px 0px 0px;
	line-height: 20px;
	font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;

}


.box1_div_container_bt{

    float: left;
	width: 100%;
	margin:20px 0px 0px 0px;
	text-align: center;
    overflow: hidden;

}

.box1_div_container_button{
    display: inline-block;
    width: 123px;
    height: 45px;
	line-height: 38px;
    background: url('../images/index/sqzx.png') 0 0 no-repeat transparent;
	font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
	padding:0px;
}



.ind-g-main5 {
  margin-top: 3px;
  border-top: 0px solid #e6e6e6;
  padding-top: 0px;
  margin-bottom: 40px;
}
.ind-g-main5 .box1 {
  width: 588px;
  float: left;
  display: inline;
}
.ind-g-main5 .box1 .title {
  font-size: 18px;
  color: #323232;
  height: 18px;
  border-left: 3px solid #ed193a;
  padding-left: 8px;
  line-height: 18px;
}
.ind-g-main5 .box1 .hpbox {
  margin-top: 13px;
}
.ind-g-main5 .box1 .boxLeft {
  width: 346px;
  height: 421px;
  background-color: #f3f3f3;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  display: inline;
  padding: 0px 15px;
}
.ind-g-main5 .box1 .boxRight {
  width: 209px;
  height: 421px;
  border: 1px solid #e5e5e5;
  float: left;
  display: inline;
  padding-top: 0px;
}
.ind-g-main5 .box1 .boxRight .hp {
  width: 142px;
  height: 100px;
  background: url('../images/index/hpbg.png') 0 0 no-repeat transparent;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
}
.ind-g-main5 .box1 .boxRight .hp .text1 {
  font-size: 42px;
  color: #ff523e;
  text-align: center;
}
.ind-g-main5 .box1 .boxRight .hp .text1 span {
  font-size: 18px;
}
.ind-g-main5 .box1 .boxRight .hp .text2 {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.ind-g-main5 .box1 .boxRight .text {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.ind-g-main5 .box1 .boxRight .text span {
  color: #ff523e;
}
.ind-g-main5 .box1 .hpList {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px 0px 0px 0px;
  height: 378px;
  overflow: hidden;
}

.hpList ul li a {
    display: block;
    color: #767676;
    font-size: 12px;
	font-weight: 100;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/056.png) left center no-repeat;
    padding: 3px 0 3px 15px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.hpList ul li a .text {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.hpList ul li a .time {
    float: right;
    width: 20%;
    text-align: right;
}

.hpList ul li a:hover {
    color: #333;
    text-indent: 5px;
}

.tyhp {
  width: 142px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
}
.tyhp .text2 {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

/*
.ind-g-main5 .box1 .hpList li {
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #d7d7d7;
}
.ind-g-main5 .box1 .hpList li .top .imgw {
  width: 40px;
  height: 40px;
  float: left;
  display: inline;
  margin-right: 10px;
}
.ind-g-main5 .box1 .hpList li .top .imgw img {
  width: 40px;
  height: 40px;
}
.ind-g-main5 .box1 .hpList li .top .name {
  font-size: 12px;
  color: #f15a5b;
  padding-top: 6px;
}
.ind-g-main5 .box1 .hpList li .top .area {
  font-size: 12px;
  color: #aeaeae;
}
.ind-g-main5 .box1 .hpList li .mid {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}
.ind-g-main5 .box1 .hpList li .foot {
  margin-top: 12px;
}
.ind-g-main5 .box1 .hpList li .foot .star img {
  margin-right: 5px;
}
.ind-g-main5 .box1 .hpList li .foot .text {
  color: #b0b0b0;
  margin-top: 7px;
}
.ind-g-main5 .box1 .hpList li.li1 {
  padding-top: 0px;
}
.ind-g-main5 .box1 .hpList li.li2 {
  border-bottom: 0;
}
*/


.ind-g-main5 .box2 {
  width: 588px;
  float: right;
  display: inline;
}
.ind-g-main5 .box2 .title {
  font-size: 18px;
  color: #323232;
  height: 18px;
  border-left: 3px solid #ed193a;
  padding-left: 8px;
}
.ind-g-main5 .box2 .xdbox {
  margin-top: 13px;
}
.ind-g-main5 .box2 .boxLeft {
  width: 228px;
  height: 421px;
  background-color: #f3f3f3;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  display: inline;
  padding-left: 13px;
  padding-right: 13px;
}
.ind-g-main5 .box2 .boxLeft .top {
  padding-bottom: 13px;
}
.ind-g-main5 .box2 .boxLeft .top .txt {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #323232;
}
.ind-g-main5 .box2 .boxLeft .top .num span,
.ind-g-main5 .box2 .boxLeft .top .num i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 31px;
  height: 31px;
  background-color: #e1e1e1;
  margin-right: 5px;
  font-size: 18px;
  color: #ff523e;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.ind-g-main5 .box2 .boxLeft .top .num i {
  width: 7px;
  background-color: transparent;
}
.ind-g-main5 .box2 .boxLeft .xdList {
  position: relative;
  zoom: 1;
  width: 228px;
  height: 325px;
  overflow: hidden;
}
.ind-g-main5 .box2 .boxLeft .xdList .list {
  border-top: 1px dashed #d7d7d7;
}
.ind-g-main5 .box2 .boxLeft .xdList li {
  height: 35px;
  border-bottom: 1px dashed #d7d7d7;
  line-height: 34px;
  color: #666;
}
.ind-g-main5 .box2 .boxLeft .xdList li .r {
  text-align: right;
  float: right;
  display: inline;
}
.ind-g-main5 .box2 .boxLeft .xdList li i {
  color: #9a9a9a;
}

.ind-g-main5 .box2 .boxRight {
  width: 331px;
  height: 323px;
  border: 1px solid #e5e5e5;
  float: left;
  display: inline;
  padding-top: 98px;
}
.ind-g-main5 .box2 .boxRight .hp {
  width: 142px;
  height: 100px;
  background: url('../images/index/hpbg.png') 0 0 no-repeat transparent;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
}
.ind-g-main5 .box2 .boxRight .hp .text1 {
  font-size: 42px;
  color: #ff523e;
  text-align: center;
}
.ind-g-main5 .box2 .boxRight .hp .text1 span {
  font-size: 18px;
}
.ind-g-main5 .box2 .boxRight .hp .text2 {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.ind-g-main5 .box2 .boxRight .text {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.ind-g-main5 .box2 .boxRight .text span {
  color: #ff523e;
}



.ind-g-main5 .box2 .boxRight2 {
  width: 331px;
  height: 421px;
  border: 1px solid #e5e5e5;
  float: left;
  display: inline;
  background: url('../images/index/xdstep.png') 39px 0 no-repeat transparent;
}
.ind-g-main5 .box2 .boxRight2 .step1,
.ind-g-main5 .box2 .boxRight2 .step2,
.ind-g-main5 .box2 .boxRight2 .step3 {
  padding-left: 150px;
}
.ind-g-main5 .box2 .boxRight2 .step1 .txt1,
.ind-g-main5 .box2 .boxRight2 .step2 .txt1,
.ind-g-main5 .box2 .boxRight2 .step3 .txt1 {
  width: 126px;
  height: 34px;
  line-height: 32px;
  padding-left: 22px;
  font-size: 14px;
  color: #fff;
  background: url('../images/index/xdstepbg.png') 0 0 no-repeat transparent;
}
.ind-g-main5 .box2 .boxRight2 .step1 .txt2,
.ind-g-main5 .box2 .boxRight2 .step2 .txt2,
.ind-g-main5 .box2 .boxRight2 .step3 .txt2 {
  margin-top: 5px;
  width: 126px;
  padding-left: 22px;
}
.ind-g-main5 .box2 .boxRight2 .step1 .txt2 a,
.ind-g-main5 .box2 .boxRight2 .step2 .txt2 a,
.ind-g-main5 .box2 .boxRight2 .step3 .txt2 a {
  color: #999999;
  font-size: 14px;
}
.ind-g-main5 .box2 .boxRight2 .step1 .txt2 a:hover,
.ind-g-main5 .box2 .boxRight2 .step2 .txt2 a:hover,
.ind-g-main5 .box2 .boxRight2 .step3 .txt2 a:hover {
  color: #00a3e0;
}
.ind-g-main5 .box2 .boxRight2 .step1 {
  margin-top: 66px;
}
.ind-g-main5 .box2 .boxRight .step2 {
  margin-top: 75px;
}
.ind-g-main5 .box2 .boxRight2 .step3 {
  margin-top: 66px;
}
.ind-g-main6 {
  margin-top: 3px;
  border-top: 1px solid #e6e6e6;
}
.ind-g-main6 .box1 {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.ind-g-main6 .box1 .t1 {
  font-size: 18px;
  color: #323232;
  height: 18px;
  border-left: 3px solid #ed193a;
  padding-left: 8px;
  line-height: 18px;
}
.ind-g-main6 .box1 .t2 {
  font-size: 14px;
  color: #828282;
  margin-top: 5px;
}
.ind-g-main6 .box2 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.ind-g-main6 .box2 li {
  width: 222px;
  margin-right: 20px;
  padding-bottom: 5px;
  background: url('../images/index/friendbg.png') 0 bottom repeat-x transparent;
  float: left;
  display: inline;
}
.ind-g-main6 .box2 li .top {
  border: 1px solid #e3e3e3;
  border-bottom: 1px dashed #e3e3e3;
  border-top: 3px solid #f8b62b;
  height: 110px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.ind-g-main6 .box2 li .top i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 110px;
  width: 0;
  overflow: hidden;
  vertical-align: middle;
}
.ind-g-main6 .box2 li .top img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  vertical-align: middle;
}
.ind-g-main6 .box2 li .bot {
  border: 1px solid #e3e3e3;
  border-top: 0;
  height: 60px;
  overflow: hidden;
  padding-top: 14px;
}
.ind-g-main6 .box2 li .bot .p1 {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.ind-g-main6 .box2 li .bot .p2 {
  font-size: 22px;
  text-align: center;
  color: #ef6500;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.ind-g-main6 .box2 .li5 {
  margin-right: 0;
}
.g-link .wrap {
  width: 1190px;
  margin: 0 auto;
}
.g-link .box {
  border-top: 2px solid #e6e6e6;
  padding: 25px 0;
}
.g-link .box2 {
  border-top: 1px solid #e6e6e6;
}
.g-link .btitle {
  width: 110px;
  float: left;
  text-align: right;
  color: #999999;
  line-height: 26px;
}
.g-link ul {
  overflow: hidden;
  padding-left: 65px;
}
.g-link ul li {
  width: 145px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  float: left;
}
.g-link ul li a {
  color: #999;
}


.mod-sect {
  padding: 80px 0;
}
.g-wrap > .title {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 38px;
  color: #353535;
  z-index: 50;
}
.g-wrap > .sub-title {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  color: #888;
  z-index: 50;
  margin:15px 0px 0px 0px;
}

.step-item{

   text-align: center;
   width:200px;
   overflow: hidden;
    
}

.step-item h4 {
  font-size: 24px;
  margin: 20px 0px 10px 0px;
  font-weight: normal;
  text-align: center;
}
.step-item p {
  color: #888;
  font-size: 16px;
  line-height: 24px;
}

.step-item_arror{
   
   margin:65px 0px 0px 0px;
   width:130px;
   text-align: center;
}

.post_div_container{
	width: 100%;
	cursor: pointer;
}

.post_btn {
  width: 123px;
  height: 45px;
  background: url('../images/index/sqzx.png') 0 0 no-repeat transparent;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}


.ind-g-main4 .wbox{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.wbox_con{
	float: left;
	width: 280px;
	height: 380px;
	background: url('../images/puc_bgimg01_n.png') 0 0 no-repeat transparent;
}


.selling_list {
  padding: 0px;
  margin: 0px;
}
.selling_list .selling_item {
  margin-bottom: 50px;
  cursor: pointer;
}

.marg_r{float: left;margin-right: 100px;}
.marg_l{float: right;margin-left: 0px;}

.selling_list .selling_item .selling_pic {
  padding: 10px;
  border: 1px solid #d7e9f7;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.selling_list .selling_item .selling_pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.selling_list .selling_item .selling_pic .selling_icon {
  width: 80px;
  height: 80px;
  background: url("../images/list_icon.png") 0 0 no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.selling_list .selling_item .selling_pic .selling_icon2 {
  background-position: 0 -90px;
}
.selling_list .selling_item .selling_pic .selling_icon3 {
  background-position: 0 -180px;
}
.selling_list .selling_item .selling_pic .selling_icon4 {
  background-position: 0 -270px;
}
.selling_list .selling_item .selling_pic .selling_icon5 {
  background-position: 0 -360px;
}
.selling_list .selling_item .selling_pic .selling_icon6 {
  background-position: 0 -450px;
}
.selling_list .selling_item .selling_pic .check_selling {
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 260px;
  text-align: center;
  background: rgba(251, 193, 17, 0.9);
  left: 0;
  top: 0;
  z-index: 99;
}
.selling_list .selling_item .selling_pic .check_selling i {
  font-size: 40px;
  color: #fff;
}
.selling_list .selling_item p {
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
}
.selling_list .selling_item.active {
  color: #1a81d2;
}
.selling_list .selling_item.active .selling_pic .check_selling {
  display: block;
}

.web-content {
  min-height: 600px;
  margin-top: 10px;
  padding-bottom: 45px;
  border-top: 3px solid #042b8d;
  background-color: #e6e6e6;
}
.web-content .wbox{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.article-content{
	
	border-radius: 5px;
    background-color: #fff;
    word-wrap: break-word;
	margin-top: 28px;
    padding: 20px;
	width: 1200px;
	overflow: hidden;
	
}

.articlecontent-title{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}

.article-content-artinfo{
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px #ccc solid;
	padding-bottom: 5px;
}

.article-content-artinfo_con{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
}

.ul_marg{
	margin-left: 100px;
}

.artinfo_title{
	float: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 14px;
}

.artinfo_content{
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}


.articlecontent-detail{
	float: left;
	width: 100%;
	margin-top: 20px;
	line-height: 30px;
	font-size: 12px;
}

.articlecontent-detail img{
	width: 750px;
}


.article-content-left {
	float: left;
    border-radius: 5px;
    background-color: #fff;
    word-wrap: break-word;
	margin-top: 28px;
    padding: 20px;
	width: 830px;
	overflow: hidden;
}

.article-content-title{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 2px #ddd solid;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}

.article-content-detail{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.article-content-detail img{
	width: 750px;
}

.article-content-right {
	float: right;
	margin-top: 28px;
    padding: 0px;
	width: 300px;
}

.article-content-right-con {
	float: left;
    border-radius: 5px;
    background-color: #fff;
    word-wrap: break-word;
	width: 300px;
	padding: 20px;
	margin-bottom: 28px;
	
}

.article-content-right-smgm{
	width: 150px;
	height: 150px;
	margin: 0px auto;
}

.article-content-right-title{
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 20px auto;
	text-align: center;
	font-size: 14px;
	color: #0268c4;
	border: 1px #ddd solid;
}

.article-content-right-pinfo{
	width: 300px;
	margin: 10px auto;
	text-align: center;
}

.pinfo-name{
	float: left;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	
}

.pinfo-con{
	float: left;
	width: 210px;
	height: 30px;
	line-height: 30px;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
}

.nprice{
	display: inline-block;
	font-size: 16px;
	color: #ff0000;
	
}

.oprice{
	display:inline-block;
	font-size: 14px;
	color: #ccc;
	text-decoration:line-through;
	margin-left: 10px;
}

.swiper{position:relative}
.swiper-container{width:100%;height:420px;z-index:20;overflow: hidden;}
.swiper-slide{width:100%;height:420px;}
.swiper-slide img{height:420px;}
.swiper-slide a{display:block;width:100%;height:420px;}
.swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom:10px;
    width:100%;
    text-align:center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 15px;
    cursor: pointer;
	background: url(../images/gudong1.png) center center no-repeat;
}

.swiper-active-switch {
    background: #f8bb00;
	background: url(../images/gudong2.png) center center no-repeat;
}
.device{width:100%;height:30px;position:absolute;top:50%;margin-top:-15px;z-index:20}
.arrow-left{
	float: left;
	width: 17px;
    height: 30px;
	margin-left: 100px;
	background: url(../images/arrows.png) no-repeat left top;
}
.arrow-right{
	float: right;
	width: 17px;
    height: 30px;
	margin-right: 100px;
	background: url(../images/arrows.png) no-repeat left bottom;
}
.clearfix_af{zoom:1;}
.clearfix_af:after{content:".";display:block;width:0;height:0;visibility:hidden;clear:both;}

.fenlei_band_div{
	min-width:1200px;
	height: 650px;
    background-color: #343539;
    overflow: hidden;
 }
.bgcloro00{background: #ffffff;}
.bgcloro01{background: #f5f5f5;}
.wg-wrap-right-bg01{
	width: 580px;
    height: 380px;
	background: url(../images/cen_fenl_images03.png) no-repeat;
}

.wg-wrap-right-bg02{
	width: 580px;
    height: 380px;
	background: url(../images/cen_fenl_images02.png) no-repeat;
}

.wg-wrap-right-bg03{
	width: 580px;
    height: 380px;
	background: url(../images/cen_fenl_images04.png) no-repeat;
}

.wg-wrap-left-bg04{
	width: 580px;
    height: 380px;
	background: url(../images/cen_fenl_images04.png) no-repeat;
}

.wg-wrap-left{
	float: left;
	width: 580px;
    height: 380px;
	margin-top: 30px;
	overflow: hidden;
}

.wg-wrap-left-title{
	float: left;
	width: 575px;
	font-size: 30px;
	color: #000000;
	margin-top: 30px;
}

.wg-wrap-left-list{
	float: left;
	width: 575px;
	margin-top: 20px;
	font-size: 20px;
}

.wg-wrap-left-list li{
	float: left;
	width: 575px;
	margin-bottom: 20px;
	font-size: 20px;
}

.wg-wrap-left-list li:before{
	content:"⬤";
    color:#028737;
	font-size: 20px;
	margin-right: 10px;
    font-weight:bold;
}

.wg-wrap-left-bottom{
	float: left;
	width: 575px;
	margin-top: 20px;
}

.hrefBtn {
    display: inline-block;
    width: 144px !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF !important;
    background: #0F5AFF;
    box-shadow: 0px 3px 12px 0px rgba(15, 90, 255, 0.2);
    border-radius: 18px;
    margin: 10px 0 0 30px;
}

.hrefBtn:hover {
    background: rgba(15, 90, 255, .9);
	text-decoration: none;
}


.wg-wrap-right{
	float: right;
	width: 580px;
    height: 380px;
	margin-top: 50px;
	overflow: hidden;
}

.strengths_in {
    margin: 0 auto;
    width: 1200px;
    height: 400px;
}

.strengths_left{
	float: left;
	width: 500px;
    height: 400px;
	margin-top: 30px;
	overflow: hidden;
}

.strengths_right{
	float: right;
	width: 660px;
    height: 400px;
	margin-top: 20px;
	overflow: hidden;
}

.strengths_item {
  border-bottom: 1px dashed #dcdcdc;
  line-height: 25px;
  padding: 20px 0px 20px 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.strengths_item a {
  width: 160px;
  display: inline-block;
  color: #111111;
  text-decoration: none;
}

.strengths_item a:hover {
  width: 160px;
  display: inline-block;
  color: #111111;
  text-decoration: none;
}

.strengths_item .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}

.strengths_item .num_blue {
  background: #1a81d2;
}

.strengths_item .num_yellow {
  background: #fbc111;
}

.panel_tools{   
    position: relative;
	float: left;
    width: 300px;
	height: 120px;
	margin: 20px 0px 0px 0px;
} 

.panel_tools_moban{   
    position: relative;
	float: left;
    width: 202px;
	height: 430px;
	margin: 50px 30px 0px 0px;
}

.in{     
	height: 120px;
} 

.panel_tools_list{
	
	position: absolute;
    left: 20px;
    top:0px;
	width: 260px;
	height: 100px;
	border:solid 1px #ccc;
	overflow:hidden;
	border-radius: 5px;
	background-color: #fff;
	cursor:pointer;
}

.panel_tools_list_moban{
	position: absolute;
    left: calc(50% - 50px);
    top:0px;
	width: 202px;
	height: 430px;
	overflow:hidden;
	background-color: #fff;
	cursor:pointer;
}


div.panel_tools_list:hover{background-color:#f5f5f5;}

.tools_list_img_div{
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px 0px 0px 10px;
}

.tools_list_img{
	float: left;
	margin-top:5px;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;

}

.tools_list_text_div{
	float: left;
	height: 80px;
	width: 120px;
	margin: 10px 0px 0px 10px;

}
.tools_list_title{
	float: left;
	margin:0px;
	padding: 0px;
	width: 120px;
	height: 22px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
    overflow:hidden;

}

.tools_list_text{
	float: left;
	margin:0px;
	padding: 5px;
	width: 110px;
    font-size: 12px;
	text-align: left;
    overflow:hidden;

}


.tools_mobanlist_img{
	float: left;
	margin-top:5px;
	width: 200px;
	height: 356px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;
	border:solid 1px #ccc;

}

.tools_mobanlist_text{
	float: left;
	margin:0px;
	padding: 5px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    overflow:hidden;
}

.tools_mobanlist_input{
	float: left;
	margin:0px;
	width: 200px;
	text-align: center;
}


.panel_foot{
	position:absolute;
	left:0px;
	bottom:0px;
    margin: 0px;
	width: 99%;
	height: 50px;
	text-align: center;
	overflow:hidden;
}


/*3.3 表格
	Name:			style_table
	Example:		<table class="table table-bordered table-striped table-condensed"><thead><tr><th>…</th></tr></thead><tbody><tr><td>…</td></tr></tbody></table>
	Explain:		表格，None无样式，仅仅有列和行|.table行与行之间以水平线相隔|.table-bordered表格外围均有外边框|.table-striped奇数行背景设为浅灰色|.table-condensed竖直方向padding缩减一半，从8px变为4px，所有的 td 和 th 元素都受影响
*/
/*默认table*/
table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

table th {
    text-align: left;
    font-weight: 400
}
/*带水平线*/

.table th {
    font-weight: bold
}

.table th, .table td {
    padding: 8px;
    line-height: 20px
}

.table td {
    text-align: left
}

.table tbody tr.success > td {
    background-color: #dff0d8
}

.table tbody tr.error > td {
    background-color: #f2dede
}

.table tbody tr.warning > td {
    background-color: #fcf8e3
}

.table tbody tr.info > td {
    background-color: #d9edf7
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

/*带横向分割线*/
.table-border {
    border-top: 1px solid #ddd
}

.table-border th, .table-border td {
    border-bottom: 1px solid #ddd
}

/*th带背景*/
.table-bg thead th {
    background-color: #F5FAFE
}
/*带外边框*/

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    * border-collapse:collapse;
    border-left: 0
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd
}

.table-border.table-bordered {
    border-bottom: 0
}

/*奇数行背景设为浅灰色*/
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}
/*竖直方向padding缩减一半*/

.table-condensed th, .table-condensed td {
    padding: 4px 5px
}
/*鼠标悬停样式*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f5f5f5
}
/*鼠标选择整行样式*/

.table tbody tr.selected td {
    background-color: #F3F3F3
}
/*定义颜色*/
/*悬停在行*/

.table tbody tr.active, .table tbody tr.active > td, .table tbody tr.active > th, .table tbody tr .active {
    background-color: #F5F5F5 !important
}
/*成功或积极*/

.table tbody tr.success, .table tbody tr.success > td, .table tbody tr.success > th, .table tbody tr .success {
    background-color: #DFF0D8 !important
}

/*警告或出错*/
.table tbody tr.warning, .table tbody tr.warning > td, .table tbody tr.warning > th, .table tbody tr .warning {
    background-color: #FCF8E3 !important
}
/*危险*/

.table tbody tr.danger, .table tbody tr.danger > td, .table tbody tr.danger > th, .table tbody tr .danger {
    background-color: #F2DEDE !important
}

/*表格文字对齐方式，默认是居左对齐*/
.table .text-c th, .table .text-c td {
    text-align: center
}
/*整行居中*/

.table .text-r th, .table .text-r td {
    text-align: right
}
/*整行居右*/

.table th.text-l, .table td.text-l {
    text-align: left !important
}
/*单独列居左*/

.table th.text-c, .table td.text-c {
    text-align: center !important
}
/*单独列居中*/

.table th.text-r, .table td.text-r {
    text-align: right !important
}
/*单独列居右*/

/*datatable*/
table.dataTable {
    border-collapse: separate;
    border-spacing: 0;
    clear: both
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png)
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png)
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png)
}

.dataTable td.sorting_1 {
    background-color: #f5fafe
}

.dataTables_wrapper .dataTables_length {
    float: left;
    padding-bottom: 20px
}

.dataTables_wrapper .dataTables_length .select {
    width: 50px
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter .input-text {
    width: auto
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 10px;
    font-size: 14px;
    color: #666
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: 10px;
    text-align: right
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    color: #666;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    margin: 0 0px 6px 6px;
    padding: 0 10px;
    font-size: 14px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #5a98de;
    color: #fff
}

/*表格尺寸*/
.table.size-MINI {
}
/*迷你*/

.table.size-S {
}
/*小*/

.table.size-M {
}
/*中*/

.table.size-L {
}
/*默认为L，可以不写，可以理解为：均码*/

.table.size-XL {
}
/*大*/

.table.size-XXL {
}
/*加大*/

.table.size-XXXL {
}
/*超大*/

/*让表格支持响应式*/
/*
<div class="table-responsive">
  <table class="table">
    ...
  </table>
</div>
*/
@media (max-width: 767px) {
    table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    table-responsive > .table {
        margin-bottom: 0
    }

    table-responsive > .table > thead > tr > th, table-responsive > .table > tbody > tr > th, table-responsive > .table > tfoot > tr > th, table-responsive > .table > thead > tr > td, table-responsive > .table > tbody > tr > td, table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    table-responsive > .table-bordered {
        border: 0
    }

    table-responsive > .table-bordered > thead > tr > th: first-child, table-responsive > .table-bordered > tbody > tr > th: first-child, table-responsive > .table-bordered > tfoot > tr > th: first-child, table-responsive > .table-bordered > thead > tr > td: first-child, table-responsive > .table-bordered > tbody > tr > td: first-child, table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    table-responsive > .table-bordered > thead > tr > th: last-child, table-responsive > .table-bordered > tbody > tr > th: last-child, table-responsive > .table-bordered > tfoot > tr > th: last-child, table-responsive > .table-bordered > thead > tr > td: last-child, table-responsive > .table-bordered > tbody > tr > td: last-child, table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    table-responsive > .table-bordered > tbody > tr: last-child > th, table-responsive > .table-bordered > tfoot > tr: last-child > th, table-responsive > .table-bordered > tbody > tr: last-child > td, table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}


.div_prcon{
    display: flex;
	margin: 0 auto;
}

.div_prcon_cdiv{
	float: left;
	width: 272px;
	height: 350px;
	margin-right: 30px;
	border: 1px solid #ddd;
	border-radius: 25px;
	
}

.div_prcon_cdiv_r{
	float: right;
	width: 272px;
	height: 350px;
	border: 1px solid #ddd;	
	border-radius: 25px;
	
}
.fenlei_band_div1{
	min-width:1200px;
    overflow: hidden;
 }
.bgcloro02{background: #f6f8fd;}


.darenwg-wrap-left{
	float: left;
	width: 200px;
    height: 450px;
	margin-top: 20px;
	overflow: hidden;
}



.darenwg-wrap-right{
	float: right;
	width: 980px;
    height: 440px;
	margin-top: 20px;
	overflow: hidden;
}


.darenwg-wrap-right ul {
  display: none;
}
.darenwg-wrap-right ul:first-child {
  display: block;
}
.darenwg-wrap-right li {
  width: 280px;
  float: left;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.darenwg-wrap-right li:nth-child(3n+1) {
  margin-left: 0;
}

.wx-icon {
  border: 5px solid #eeeeee;
  width: 75px;
  height: 75px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.wx-icon div {
  width: 75px;
  height: 75px;
  overflow: hidden;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
}
.wx-icon div img {
  width: 75px;
  height: 75px;
}
.wx-icon em {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  background-color: #fff;
  z-index: 100;
  display: block;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(../images/pie.htc);
}
.wx-icon em img {
  width: 15px;
  height: 15px;
  margin: 3px;
}
.wx-top dl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.wx-top dt {
  font-size: 15px;
  text-align: center;
  color: #45a537;
}
.wx-top dd {
  height: 20px;
  border: 1px solid #eee;
  padding: 0 10px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  margin: 5px 0;
  line-height: 20px;
}
.wx-top p {
  color: #666;
}
.wx-bottom {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.wx-bottom em {
  display: block;
  text-align: center;
}

.wx-bottom em img{
  margin:0 auto;
}

.wx-bottom dl {
  display: inline-block;
  width: 32%;
  text-align: center;
}
.wx-bottom dt {
  margin: 5px 0;
  color: #666;
}
.wx-bottom dd {
  font-weight: bold;
}
