@charset "gbk";
/*
Author: 素材无忧网
Author QQ：379144319
Author Email：379144319@qq.com
Author URL: http://www.sucai51.cn
/* -- 全局 -- */
html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
article,footer,header,section {display: block;}
a:active,a:hover {outline: 0;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {font-size: 10px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0;padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.42857143;color: #888;background-color: #f6f6f6;margin: 0;padding: 0;}
ul,li,dl,dd,dt,p {list-style: none;margin: 0;padding: 0;}
a {color: #333;text-decoration: none;}
a:hover{color: #ed2d38;}
.container {margin-right: auto;margin-left: auto;padding-left: 10px;padding-right: 10px;}
.row {margin-left: -10px;margin-right: -10px;}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {content: " ";display: table;}
.clearfix:after,.container:after,.container-fluid:after,.row:after {clear: both;}
.pull-right {float: right !important;}
.pull-left {float: left !important;}
.hide {display: none !important;}
.show {display: block !important;}
.invisible {visibility: hidden;}
.hidden {display: none !important;}
button,
input,
select,
textarea {color: inherit;font: inherit;margin: 0;padding: 0;outline: 0;}

.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position: relative;min-height: 1px;padding-left: 10px;padding-right: 10px;}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {float: left;}
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

@media (min-width: 992px) {
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {float: left;}
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666667%;}
  .col-md-10 {width: 83.33333333%;}
  .col-md-9 {width: 75%;}
  .col-md-8 {width: 66.66666667%;}
  .col-md-7 {width: 58.33333333%;}
  .col-md-6 {width: 50%;}
  .col-md-5 {width: 41.66666667%;}
  .col-md-4 {width: 33.33333333%;}
  .col-md-3 {width: 25%;}
  .col-md-2 {width: 16.66666667%;}
  .col-md-1 {width: 8.33333333%;}
}

/* TianHu Theme  */
.th_top {
  margin-top: 20px;
}

.th_img {
  width: 100%;
  object-fit: cover;
}

.toucon{
  height:35px;
  line-height:35px;
  background: #eee;
  color: #666;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.13);
}

/* 统计*/

.top-btn1{
   color: #FFF !important;
    position: relative;
    padding: 2px;
    font-size: 14px;
    background: #E2523A;
    border-radius: 2px;
    text-align: center;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0,.2);
    border: 1px solid #E2523A;
   
}
.th_logo{
  float: left;
}

.th_logo img{
  height:70px;
}


.th_search{
  float:right;
  margin-top:20px;
  width:25%;
}

.th_search form {
	height: 30px;
	overflow: hidden;
	background-color: #F3F0EB;
	border: 1px solid #E6E0DA;
	border-radius: 15px;
	padding-left: 15px;
	-webkit-box-shadow: 1px 1px 0 white;
	box-shadow: 1px 1px 0 white;position: relative;
}

.th_search input#keyboard {
	background: transparent;
	cursor: text;
	font-size: 12px;
	padding-top: 3px;
	float: left;
	height: 24px;
	line-height: 24px;
	position: absolute;
    right: 30px;
	border: 0;
	/*width: 65%;下拉*/
	width: 80%;
}


/*下拉
.th_search select {
	float: left;
	margin: 5px 10px 0px 0px;position: absolute;background:#F3F0EB;  
    height:28px;   
    line-height:28px;  
    -moz-border-radius:2px;  
    -webkit-border-radius:2px;  
    border-radius:2px;
	color: #666;  
	font-size: 12px;
    outline: none;
    font-family: Microsoft Yahei, Arial;
    margin: 0;
    border: none;

}下拉*/



button#search-submit {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: right;
}
button#search-submit i {
	font-size: 16px;
	color: #C5BBB1
}


.toucon_right a{
  color: #666;
  transition: 0.3s ease-out;
}

.toucon_right a:hover{
  color: #ed2d38;
}

.thlogocon{
  height:70px;
  overflow: hidden;
  margin:10px 0px;
  position: relative;
  width:100%;
}

/* 头部菜单 */
.th_header {
  height: 60px;
  line-height: 60px;
  background-color: #ed2d38;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.th_fixed{
  position:fixed;
  top:0;
  z-index: 100;
  width:100%;
  opacity:0.95;
}


.tougao {
  position: absolute;
  top: 0px;
  right: 0;
}

.th-menu>li {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
}
.th-menu>li>a {
  display: inline-block;
  font-size: 15px;
  padding: 0 12px;
  color: #fff;
  transition: 0.4s ease-out;
}

.th-menu>li>a:hover{
  color: #fff;
  background-color: #ff0000;
}

.th-menu .active a{
  color: #fff;
  background-color: #ff0000;
}

.th-menu>li>ul {
  display: none;
  position: absolute;
  left: 0;
  white-space: nowrap;
  top: 60px;
  background-color: #fff;
  border-bottom: 2px solid #ff0000;
  z-index: 1010;
  width: 100%;
}

.th-menu>li:hover ul {
  transition: 0.3s ease-out;
  display: block;
}
.th-menu>li ul li{
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.th-menu>li ul li a {
  line-height: 35px;
  color: #4c4c4c;
  display: block;
} 
.th-menu>li ul li a:hover{
  color: #fff;
  background-color: #ff0000;
}
/* menu end */

.model_bg {
  border-top: 1px solid #000;
  background-color: #000;
  padding-bottom: 20px;
}


/* tab 切换 */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}

.th_tab{
  border-bottom: 2px solid #ed2d38;
  overflow: hidden;
}

.th_tab a {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color:#e4e4e4;
  font-size:16px;
  transition: 0.3s ease-out;
}
.th_tab a.current_menu {
  color: #ed2d38;
}

.th_tabcon{
  background-color: #000;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  border: 4px solid #ed2d38;
  box-sizing: border-box;
}

.index_tj {
  width:100%;
  padding:0 10px;
}

.index_tj li {
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_tj li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  background-color: #eee;
  text-align: center;
  font-style: normal;
  color: #888;
  border-radius: 5px;
}

.index_tj li:nth-child(1) i,
.index_tj li:nth-child(2) i,
.index_tj li:nth-child(3) i {
  color: #fff;
  background-color: #ed2d38;
}

.index_tj li div.date {
  float: right;
  color: #fff;
}

.index_tj li div.date span {
  color: #FFDA2D;
}

.index_tj li a {
  transition: 0.3s ease-out;
  color: #e4e4e4;
}

.index_tj li a:hover {
  color: #ed2d38;
}

/* banner start */
.banner {
  background-color: #000;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  border: 4px solid #ed2d38;
  box-sizing: border-box;
  height: 458px;
}

.banner_height {
  height: 450px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #f2f5f7;
  opacity: 1;
}

.swiper-container{
  --swiper-theme-color: #ed2d38;
  --swiper-pagination-color: #ed2d38;/* 两种都可以 */
}

.thbn-title {
  position: absolute;
  width: 100%;
  top: -52px;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  transition: all 0.5s;
}

.banner_ahover:hover .thbn-title {
  top: 0px;
  opacity: 0.8;
}
/* banner end */

/* tian hu shop */
.th_shop_title {
  height: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #A943F3;
}

.th_shop_title i {
  font-size: 25px;
}

.th_shop_con {
  background-color: #fff;
  border: 4px solid #ed2d38;
}

.shop_icon_public {
  position: absolute;
  top:4px;
  left: 4px;
}

.shop_icon_public span {
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  border-radius: 0 15px 0px 15px;
}

.th_shop_icon1 span,.th_shop_icon12 span{
  background: #FF6DAD;
  background: linear-gradient(-45deg, #FF6DAD, #FF7F6F);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#FF7F6F);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #FF7F6F);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #FF7F6F);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #FF7F6F);
}

.th_shop_icon2 span,.th_shop_icon11 span{
  background: #3297fc;
  background: linear-gradient(-45deg, #082c46, #3297fc);
  background: -webkit-gradient(-45deg, linear, left, right, #082c46), to(#3297fc);
  background: -moz-linear-gradient(-45deg, left, #082c46, #3297fc);
  background: -webkit-linear-gradient(-45deg, left, #082c46, #3297fc);
  background: -o-linear-gradient(-45deg, left, #082c46, #3297fc);
}

.th_shop_icon3 span,.th_shop_icon10 span{
  background: #ff0082;
  background: linear-gradient(-45deg, #FF6DAD, #ff0082);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#ff0082);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #ff0082);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #ff0082);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #ff0082);
}

.th_shop_icon4 span,.th_shop_icon9 span{
  background: #ed2d38;
  background: linear-gradient(-45deg, #FF6DAD, #ed2d38);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#ed2d38);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #ed2d38);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #ed2d38);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #ed2d38);
}

.th_shop_icon5 span,.th_shop_icon8 span{
  background: #0f0d88;
  background: linear-gradient(-45deg, #FF6DAD, #0f0d88);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#0f0d88);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #0f0d88);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #0f0d88);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #0f0d88);
}

.th_shop_icon6 span,.th_shop_icon7 span{
  background: #ef1d88;
  background: linear-gradient(-45deg, #FF6DAD, #ef1d88);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#ef1d88);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #ef1d88);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #ef1d88);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #ef1d88);
}



.th_shop_con a {
  display: block;
  position: relative;
}

.th_shop_con a img {
  opacity: 1;
  transition: 0.3s ease-out;
  height:152px;
}

.th_shop_con a:hover img {
  opacity: 0.6;
}

.shop_img_height {
  height: auto;
}

.th_shop_t {
  padding:5px;
}

.th_shop_t a {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  transition: 0.3s ease-out;
  color: #464646;
  text-align: center;
}

.th_shop_t a:hover{
  color: #ed2d38;
}

.th_shop_p {
  color: #e1251b;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}

.th_shop_bt {
  position: absolute;
  top: 0px;
  right: 0px;
}

.th_shop_bt a {
  font-size: 12px;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
}

.th_shop_bt a i {
  vertical-align: middle;
}

.th_shop_info {
  margin-top: 15px;
}

.th_shop_info a {
  font-size: 12px;
  color: #fff;
  padding: 5px 5px;
  border-radius: 3px;
}

/* index pai ban 2 */
.thleftcon1{ transition: 0.3s ease-out;}
.thleftcon1:hover{box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);}

.thleftbt {
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  border-bottom: 1px solid #ed2d38;
}

.thsec4::before {
  background-color: #ed2d38;
}

.thleftbt::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 35%;
  width: 4px;
  height: 30%;
  border-radius: 5px;
}

.thleftbt span {
  margin-left: 15px;
  font-weight: bold;
}

.listMore {
  position: absolute;
  top: 0px;
  right: 10px;
}

.th_cl4 {
  color: #ed2d38;
  font-weight: bold;
}


.thliorder1 {
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  /* padding: 10px; */
  border-radius: 1px;
  transition: 0.3s ease-out;
  overflow: hidden;
  background-color: #fff;
  top: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.thliorder1:hover{
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  top:-8px;
}

.gundongimg {
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.gundongimg a img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.gundong-img-height {
  height: 246px;
}

.thwenzhang{
  background-color: #fff;
}

.daodu {
  margin-top: 10px;
  padding: 0px 15px;
}

.daodu a {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease-out;
  color: #464646;
  font-weight: bold;
  font: 700 14px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}

.listMore a{
  transition: 0.3s ease-out;
  font-size: 16px;
  color:#ed2d38;
  font-weight:bold;
  
}



.daodu a:hover,.listMore a:hover{
  color: #ed2d38;
}

/*列表图片底部新增*/

.project-tax {
    position: relative;
    margin: 0;
    padding: 8px;
    text-align: center;
    background: #fafafa;
    font-size: 12px;
    color: #aaa;
}
.project-tax span a {
    margin-right: 3px;
    display: block;
    font-size: 12px;
    color: #fff!important;
    padding: 2px;
    letter-spacing: normal;
    font-family: 宋体;
    float: left;
	border-radius:2px;
}

.project-tax span a.red {
    background: #ff0000;
    border-bottom: 1px solid #ff1111;
}

.project-tax span a.yellow {
    background: #a2c15f;
    border-bottom: 1px solid #a2c15f;
}

.project-tax span a.tagSon4 {
    background: #c597c0;
    border-bottom: 1px solid #c597c0;
}

.project-tax span a.ys {
    background: #e75858;
    border-bottom: 1px solid #e75858;
}

.project-tax span a.blue {
    background: #6e90d7;
    border-bottom: 1px solid #6381c1;
}

/*首页频道二级*/
.nav2{
	height: 45px;
	overflow: hidden;
	float: right;
	font-size: 12px;
	color: #999;
	margin-right:80px;
}
 .nav2 a{
	height: 25px;
	line-height: 25px;
	color: #666;
}
 .nav2 a:hover{
	color: #2aa0ea;
	text-decoration: none;
}
.nav2 span{
	color: #ccc;
	margin: 0 10px;
}
/*首页频道二级*/



.daoducon {
  color: #999;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  margin-top: 6px;
}

.thinfo {
  color: #999;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  margin-top: 6px;
  padding: 0px 15px;
}

.thinfo i{
  vertical-align:middle;
}

.th_padding {
  padding-left: 0;
  padding-right: 0;
}

/* 文章分类板式 */
.th-5 {
  padding: 10px 0px;
  background: #fff;
}

.th-5 li {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 10px;
}

.th_toutiao_li li:nth-child(6) {
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}

.bottom1 {
  width: 30%;
  float: left;
  position: relative;
}

.bottom2 {
  width: 68%;
  float: right;
}

.bottom2 a {
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s ease-out;
  text-align: left;
  text-overflow: ellipsis;
}

.th-5 li.th_li {
  height: 80px;
}

.banner_bottom {
  height: 80px;
}

.th-5 li i {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
}

.th-5 li a{
  transition: 0.3s ease-out;
}

.th-5 .date {
  float: right;
  color: #bbb;
}

.bottom2_info {
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  white-space: normal;
}

/* 友情链接 */
.th-8 {
  background: #fff;
  overflow: hidden;
  padding: 15px 15px 10px 15px;
}

.th-8 li {
  float: left;
  margin-right: 15px;
  line-height: 25px;
}

.th-8 li a {
  color: #999;
  transition: 0.3s ease-out;
}

.th-8 li a:hover {
  color: #ed2d38;
}

/* 站底 */
.footer1{
    width: 100%;
    background: #000;
    padding:20px 0px;
    color: #ccc;
    font-size: 12px;
    margin-top: 15px;
}
.foot_menu{
  height:30px;
}
.foot_menu li{
  float: left;
  margin-right:15px;
  line-height:30px;
  height:30px;
}
.foot_menu li a{
  line-height:30px;
  height:30px;
  color: #ccc;
  transition: 0.3s ease-out;
}
.foot_menu li a:hover{
  color:#ed2d38;
}
.footer_copy{
  margin-top:10px;
}
.foot_info{
  line-height:25px;
  color: #CCC;
}
.foot_info a{
  color: #CCC;
}
.foot_line{
  height:30px;
  margin-top:10px;
}
.foot_line li{
  float: left;
  margin-right:15px;
  line-height:25px;
  height:30px;
  color: #CCC;
}
.foot_line li a{
  line-height:30px;
  height:30px;
  color: #CCC;
  transition: 0.3s ease-out;
}
.foot_line li a:hover{
  color:#ed2d38;
}

/* xuanfu top start */
.thgotop {
  position: fixed;
  left: 50%;
  margin-left: 615px;
  bottom: 100px;
  z-index: 99;
}

.thgotop ul li {
  width: 40px;
  height: 40px;
  background: #fff;
  margin-top: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.ditop {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease-out;
  position: relative;
}

.ditop i {
  display: inline-block;
  margin-top: 5px;
  font-size: 20px;
  color: #000;
}

.ditop span {
  display: none;
  font-size: 12px;
  width: 30px;
  margin: 0 auto;
  margin-top: 3px;
}

.ditop:hover {
  background-color: #ed2d38;
  border: 1px solid #ed2d38;
  color: #fff;
}

.ditop:hover i {
  display: none;
}

.ditop:hover span {
  display: block;
}

.ditopcon {
  position: absolute;
  width: 160px;
  bottom: -50px;
  left: -161px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s ease-out;
  display: none;
  padding: 10px;
  background-color: #fff;
}

.ditop-top {
  margin-top: 10px;
}

.ditop-qq-img {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}

.ditop-qq-btn {
  overflow: hidden;
  margin: 10px 0px 0px 0px;
}

.ditop-qq-btn img {
  margin-bottom: 8px;
}

.ditop-qq-height {
  height: 35px;
}

.ditop-time {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.ditop-tel {
  color: #3297fc;
  font-size: 18px;
  line-height: 30px;
}

.ditop-email {
  color: #FF5151;
  font-size: 12px;
  line-height: 25px;
}

.ditop:hover .ditopcon {
  display: block;
  color: #999;
  font-size: 14px;
}
.topthewm {
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
}
/* xuanfu top end */

/* page 配置 */
.th_page {
  background-color: #fff;
  text-align: center;
  line-height: 40px;
}
.th_page li{ float:left; 
}

.th_page li a {
  background-color: #999;
  color: #fff;
  padding: 5px 10px;
  transition: 0.3s ease-out;
}

.th_page li span.now-page {
  padding: 5px 10px;
  color: #fff;
}

.th_page_color li a:hover {
  background-color: #ed2d38;
}

.th_page_color li span.now-page {
  background-color: #ed2d38;
}

/* page 配置 */

/* ar con */
.xhz_arcon{
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}

.detail_title {
  color: #333;
  font: 700 16px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}

.detail_title  h1{ font-size:18px !important; text-align:center; 
}


.detail-icon {
  margin-top: 20px;
  font-size: 14px;
}
.detail-icon p span {
  margin-right: 10px;
}

.detail_con {
    font-size: 15px;
    line-height: 26px;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
    padding: 10px 20px 20px 20px;
    background-color: #fff;
	color: #333;

}
.detail_con p{    margin: 0 0 15px 0;}
.detail_con img,.detail_con p img {
    border: 0;
    max-width: 100%;
    margin: 0 auto;
    display: block;
	height:auto!important;
}

.detail_jie{
  margin-top: 20px;
  background: #fff7f9;
  border: 1px dashed #fbbdcd;
  overflow: hidden;
  padding: 0px 10px 10px 10px;
  position: relative;
}

.detail_jie ul{
  overflow: hidden;
  margin-top:15px ;
}

.detail_jie ul li{
  float: left;
  border: 1px solid #fdbcc8;
  padding: 2px 5px;
  margin-right: 10px;
  background: #fff0f2;
  color: #ed2d38;
  font-size: 13px;
  line-height: 20px;
  margin-top:8px;
}

.detail_jie_po{
  width:100%;	
  font-size: 12px;
  color: #fff;
  height: 60px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  border-radius: 0 0px 0px 25px;
  position: absolute;
  top:0px;
  right:0px;
  background: #ed2d38;
  background: linear-gradient(-45deg, #FF6DAD, #ed2d38);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#ed2d38);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #ed2d38);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #ed2d38);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #ed2d38);
}

.detail_shuo{
  margin-top:15px;
  padding-top:60px;
}

/*下载相关*/
.mbu {
    font-size: 14px;
    width: 65px;
    height: 36px;
    line-height: 36px;
    border-width: 0px;
    background: #ff6600;
    color: white;
    border-radius: 2px;
}
/*下载相关*/
.shuo_title{
  font-size:18px;
  line-height:30px;
  overflow: hidden;
  color: #333;
}
.shuo_title i{
  color: #ed2d38;
  font-size:20px;
}
.umCopyright {
  line-height: 22px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  color: #9ca0ad;
  background: #f6f7fa;
  border: 1px dashed #e3e5ec;
  width: 100%;
  margin: 25px 0 0;
}

.detail-arr {
  margin-top: 20px;
}

.detail-arr-left,
.detail-arr-right {
  color: #bbb;
  line-height: 30px;
}
.detail-arr-left a,
.detail-arr-right a,
.detail-tags a {
  transition: 0.3s ease-out;
}

/* 评论 */

ul.msg {
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 5px 0px;
  text-align: left;
  list-style-position: outside;
  table-layout: fixed;
  word-wrap: break-word;
}

.tbname {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #f6f7fa;
  padding-left: 20px;
  border-left: 4px solid #080808
}

li.msgname {
  padding: 0 0 10px 0px;
  font-size: 14px;
  vertical-align: middle;
  color: #9ca0ad;
}

li.msgname a {
  color: #9ca0ad;
}


li.msgurl {
  text-align: right;
  padding: 2px 10px 2px 10px;
  margin: 0;
  font-size: 1em;
}

.commentname {
  float: left;
}


.th-mp1,
.th-mp2 {
  margin: 0px;
}

.th-mp1 {
  height: 40px;
  line-height: 40px;
}

.th-mp2 {
  font-size: 14px;
  color: #777;
}

li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px;
}

li.msgarticle {
  list-style-position: outside;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

li.msgtime {
  padding: 5px 0 0 0;
  font-weight: normal;
  font-size: 0.8em;
}

img.avatar {
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 2px solid #fff;
}

ul.msg ul.msg {
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #eaeaea;
  border-bottom: none;
}

ul.msg ul.msg li.msgarticle {
  padding-bottom: 0px;
  border-bottom: 0px solid #eaeaea;
}

ul.msg ul.msg li.msgname {
  padding: 0px;
}

#txaArticle {
  position: relative;
  z-index: 1;
  padding: 5px;
  height: 100px;
  min-height: 14px;
  margin: 0;
  resize: none;
  outline: 0;
  width: 100%;
  min-width: 100%;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
  border-radius: 0rem;
  font-size: 14px;
  line-height: 1.6;
}

.th-ulmsg {
  overflow: hidden;
  margin-bottom: 10px;
}

.th-ulmsg li {
  margin-top: 10px;
}

input.text {
  border-radius: 0;
  transition: all .35s ease 0s;
  line-height: 38px;
  height: 38px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}

input.text:focus,
#txaArticle:focus {
  border: 1px solid #7cbeff;
}

.button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background-color: #67C23A;
  transition: 0.3s ease-out;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  opacity: .9;
  filter: alpha(opacity=90);
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.comment {
  font-size: 16px;
  line-height: 25px;
  color: #333;
}

.msgname{
  line-height:30px ;
}
.postbottom{
  margin-top:10px;
}


.th-7 {
  background: #fff;
  overflow: hidden;
  padding: 15px 15px 10px 15px;
}

.th-7 li {
  float: left;
  margin-right: 6px;
  width: 30%;
  text-align: center;
}

.th-7 li a {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 5px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background-color: #f2f5f7;
  font-size: 12px;
  color: #999;
  transition: 0.3s ease-out;
}

.th-7 li a:hover {
  color: #fff;
  background-color: #ed2d38;
}

.search_arr{
  text-align: center;
  padding:200px  0px;
}
.search_arr1 i{
  font-size:100px;
}

.search_arr2{
  margin-top:20px;
  font-size:20px ;
}

.wap_click{
  display: none;
}

@media (min-width: 768px) {
  .container { width: 730px;}
}

@media (min-width: 992px) {
  .container {width: 950px;}
}

@media (min-width: 1200px) {
  .container {width: 1220px;}
}


@media only screen and (min-width: 320px) and (max-width: 992px) {
  .banner{height:220px;}
  .banner_height{height:220px;}
}

@media screen and (max-width:1280px) {
 
  .thlogocon{
    margin: 0px;
  }

  .th_header{
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    background: rgba(242, 246, 249, .98);
    z-index: 9999;
    transition: all .3s linear;
    width:120px;
  }
  .wap_padding{padding-left:0;padding-right:0;}
  .th-menu{
    width:120px;
  }

  .th-menu>li {
    float: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px rgba(0, 0, 0, .09) solid;
  }

  .th-menu>li>a {
    display: inline-block;
    font-size: 15px;
    padding: 0 15px;
    color: #666;
    transition: 0.4s ease-out;
    width: 100%;
  }

  .th-menu>li>ul {
    top: 0px;
    left:120px;
  }

  .th_header.thact {left: 0;box-shadow: 20px 0 20px rgba(0, 0, 0, .38);}

  /* 菜单图标变换 */
	.wap_click{position:absolute;display:inline-block;width:28px;height:28px;top:20px;right:0px;vertical-align:middle;}
	.wap_click i{position:absolute;top:50%;left:50%;display:block;width:100%;height:2px;margin:-1px 0 0 -50%;background-color:rgba(12,24,30,.68);transition:background-color 0.3s;}
	.wap_click.wapact i{background-color:transparent;}
	.wap_click i:before,.wap_click i:after{position:absolute;left:0;width:100%;height:100%;background:rgba(12,24,30,.68);content:'';transition:transform 0.3s;}
	.wap_click i:before{transform:translateY(-400%);}
	.wap_click i:after{transform:translateY(400%);}
	.wap_click.wapact i:before{transform:translateY(0) rotate(45deg);}
  .wap_click.wapact i:after{transform:translateY(0) rotate(-45deg);}
  
  /* 模特详情 */
  .detail_jie ul li{
    float: none;
    margin-top:8px ;
  }
}
.lan_diy{
	font-size: 14px;
    line-height: 1.75em;
    color: #222;
    margin-bottom: 35px;
}
.lan_diy h1{font-size: 28px;
    text-align: center;
    line-height: 1.35em;
    font-weight: normal;
    margin-bottom: 25px;}
.pcd_ad{display:block;}

.mbd_ad{ display:none}

@media(max-width:768px) {
.notices{ display:none !important;}
.toucon_right{display: block !important;}
.pcd_ad{display:none !important;}
.mbd_ad{display:block !important;}
.nav2{ display:none !important;}
.midd{ display:none !important;}
.gundong-img-height{ height:auto !important; height:247px !important;}

}
.meihua_1 {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #ed2d38;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(15,39,65,0.1);
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 .meihua_2_1 {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 1px 1px;
	padding: 20px;
}
.meihua_2 .meihua_2_1 p {
	margin: 0px auto!important;
}
.meihua_2 .meihua_2_1 .meihua_btn {
float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 2px;
	background: url(../images/30.png) no-repeat 5px 3px #FF6DAD;
    border: 1px solid #FF6DAD;
    color: #FFF;
    text-decoration: none;    padding-right: 10px;
}
.meihua_2 .meihua_2_1 .meihua_btn i {
	margin-right: 5px
}
.meihua_2 .meihua_2_1 .meihua_btn:hover {
	background-color: #ed2d38;border: 1px solid #ed2d38;
}
.video {margin-top: 20px; margin:0 auto; clear:both;
}

.video img
{ width:100% !important; height:auto !important;

}

.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.short-btn {
    float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 3px;
    background: url(../images/down.png) no-repeat 5px 3px #FF6DAD;
    border: 1px solid #FF6DAD;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.short-btn:hover {
	background-color: #ed2d38;border: 1px solid #ed2d38;
}	



.yanshi-btn {
    float: left;
    border: 1px solid #a2c15f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 3px;
    background: url(../images/yanshi.png) no-repeat 5px 3px #a2c15f;
    border: 1px solid #a2c15f;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.yanshi-btn:hover {
	background-color: #93ba3e;border: 1px solid #93ba3e;
}

.tiqu-btn {
    float: left;
    border: 1px solid #c597c0;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 3px;
    background: url(../images/tiqu.png) no-repeat 5px 3px #c597c0;
    border: 1px solid #c597c0;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.tiqu-btn:hover {
	background-color: #c56abb;border: 1px solid #c56abb;
}


.vip-btn {
    float: left;
    border: 1px solid #6e90d7;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 3px;
    background: url(../images/vip.png) no-repeat 5px 3px #6e90d7;
    border: 1px solid #6e90d7;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.vip-btn:hover {
	background-color: #4e7cdc;border: 1px solid #4e7cdc;
}

.kefu-btn {
    float: left;
    border: 1px solid #e75858;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 3px;
    background: url(../images/kefu.png) no-repeat 5px 3px #e75858;
    border: 1px solid #e75858;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.kefu-btn:hover {
	background-color: #e83f3f;border: 1px solid #e83f3f;
}

.souchang-btn {
    float: left;
    border: 1px solid #000000;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 3px;
    background: url(../images/shoucang.png) no-repeat 5px 3px #000000;
    border: 1px solid #6e90d7;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.souchang-btn:hover {
	background-color: #7e7c7c;border: 1px solid #7e7c7c;
}

/*首页会员*/
.l{float: left;}
.r{float: right;}
.vipa {
font-size: 16px; color:#f13232 !important;
}
.midd{ margin-top:15px; margin-bottom:15px;}
.widget {
    background: #fff;
    margin-top: 18px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
    border-radius: 2px;
    overflow: hidden;
}

.mrl_10{margin:0 10px;}
.mod_menu{ padding-top:10px;}
.mod_menu span{ padding-left:2px; margin:2px;}
.mod_menu li:hover .mod_right img{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg); }
.mod_mid img{transform: scale(1.1);}
.mod_menu>li {border-top:1px dotted #cbcbcb;}
.mod_menu>span{width:12%; float:left;}
.mod_menu li:nth-child(1){border-top:0;}
.mod_menu>.mod_li:hover a{margin-left:15px;}
.mod_menu>.mod_li:hover .mod_left{color:#fff;background:#2196f3}
.mod_menu>.mod_li:hover .mod_right{color:#2196f3;}
.mod_menu>li:hover>a>.mod_left>.mod_left_i>img {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
.mod_menu>li>a{display:block;margin:10px;-moz-transition:ease-in-out 0.2s;-webkit-transition:ease-in-out 0.2s;-o-transition:ease-in-out 0.2s;-ms-transition:ease-in-out 0.2s;transition:ease-in-out 0.2s;}
span.mod_left_i{font-size:20px;width:30px;text-align:right;}
.mod_right {height:41px;line-height:21px;overflow:hidden;font-size:14px;color:#3f3f3f;margin-left:51px;white-space:normal;text-overflow:ellipsis;}
.mod_mid {height:41px;line-height:21px;overflow:hidden;font-size:14px;color:#3f3f3f;white-space:normal;text-overflow:ellipsis;}
.mod_left_i img {width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.mod_left_i img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.mod_right_comm{height:41px;line-height:21px;overflow:hidden;font-size:14px;color:#3f3f3f;margin-left:51px;white-space:nowrap;text-overflow:ellipsis;}
.mod_right_comm p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#5c5c5c;}
.mod_menu>li:hover .mod_p{color:#2196f3;}



.mod_menu>span:hover>a>.mod_left>.mod_left_i>img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.mes_wall{width:26.8907%; background-color:#FFF;}
.mes_wall>.widget{margin-top:0;}
.mes_wall_con{max-height:343px;overflow:hidden;margin-bottom:10px;}
.widget_infor{border:none!important;}
.infor_wall{width:46.2184%;}
.infor_wall_con{background:#fff;}
.infor_wall_list {margin:10px;}
.infor_wall_single{width:33.3333%; padding-top:2px; margin-top:2px;}
.infor_wall_single_con{border-radius:5px;margin:10px;box-shadow:0 0 3px rgba(0,0,0,0.3);max-height:471px;}
.infor_wall_single_pic img{width:100%;height:144.4px;border-top-left-radius:5px;border-top-right-radius:5px;}
.infor_wall_single_pic{display:block;position:relative;overflow:hidden;}
.infor_wall_single_pic:hover .mask{opacity:1;}
.infor_wall_single_pic:hover img{transform: scale(1.1);}
.infor_wall_single_con>p{overflow:hidden;font-size:14px;height:50px;line-height:25px;padding:5px 10px;border-top:1px solid #ccc;}
.infor_wall_single_con>p>a{color:#5c5c5c;}
.infor_wall_single_con>p>a:hover{color:#2196f3;}
.mask{text-align:center;position:absolute;top:0;left:0;width:100%;height:154px;line-height:104px;font-size:14px;background:rgba(0, 0, 0, 0.6);color:#fff;opacity:0;}
/*首页tag*/
.tag_wall{width:26.8907%;}
.tag_wall>.widget{margin-top:0;}
.tag_wall_con{margin:10px;max-height:445px;line-height:21px;overflow:hidden;}
/*.tag_wall_con span{padding:5px 10px;margin:5px;border-radius:2px;display: inline-block;background: #eee;font-size:14px;}*/
.tag_wall_con a{color:#726161;padding:5px 10px;margin:5px;border-radius:2px;display: inline-block;background: #eee;font-size:14px;}
.tag_wall_con a:hover{background:#ed2d38;color:#fff;}

/*首页顶部宣传*/
.notices{
    width: 100%;
    background: #ed2d38;
    line-height: 36px;
    text-align: center;}

.total { width: 100%; margin:0 auto; color:#FFF;}

.total li{
    float: left;
}

.total li i {
    font-size: 14px;
    font-family: 'arial';
    font-weight: bold;
    font-style: normal;
    margin-right: 3px;
}

/*赛选*/
.clear {
    clear: both;
    zoom: 1;
}

.cTable {
	overflow: hidden
}
.cTable ul {
	border-bottom: none;
	width: 100%;
	margin: 20px 0 0 0;
	float: left
}
.cTable li {
	float: left;
	clear: both;
	width: 100%;
	position:relative;
	margin-bottom: 10px;
}
.cTable .d1 {
	width: 100px;
	background: #E7E2DD;
	height: 50px;
	border-bottom: 1px solid #DBD6D2;
	text-align: center;
	float: left;
	line-height: 49px;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
}
.cTable .d1 p {
	color: #333;
	font-size: 16px
}
.cTable li:last-child .d1 {
    height: 84px;
    line-height: 84px;
}
.cTable i {
	margin-right: 8px;
	opacity: 0.5
}
.cTable .d2 {
	max-width: 1280px;
	overflow: hidden;
	padding: 7px 12px;
	line-height: 25px;
	height: 50px;
	border-left: 1px solid #DBD6D2;
	background: #F4F2EF;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
}
.cTable .d2 a {
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding: 0 8px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px
}
.cTable .d2 .on {
	background: #ffdb3d;
    color: #333;
    border-radius: 5px;
}
.cTable li:last-child .d1, .cTable li:last-child .d2 {
	border-bottom: none;height: 84px;
}
/*搜索*/
.fc_03c{ color:#F00;
 
}

/*新闻列表*/
.pheaderpad {
  height: 60px;
}
.tab_title {
    line-height: 35px;
    background: #fff;
    margin: 15px 0px 0px 0px;
    padding-left: 10px;
	margin-bottom:3px;
}
.thleftcon {
  width: 100%;
  background: #fff;
  box-sizing: border-box;overflow: hidden;
}
.th-6 {
  padding: 10px 0px;
  background: #fff;
}

.th-6 li {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 10px;
}

.th-6 li.th_li {
  height: 100px;
  /* margin-bottom: 15px; */
}

.th-6 li.th_cat {
  height: 150px;
}

.cart_img_height {
  height: 150px;
}



.th-6 .date {
  float: right;
  color: #bbb;
}

.th-6 li i {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
}
.gundongimg {
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.gundongimg a img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;

}

.gundongimg a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.cart_img_height {
  height: 150px;
}
.cat_pt {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  line-height: 20px;
  padding: 5px;
}
.cat_pt a{ color:#FFF;}
  
.bottom2_info {
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  white-space: normal;
}
.th_hover_a4:hover {
  color: #da1f2e;
}
.thinfo {
  color: #999;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  margin-top: 6px;
}
.th_tag4 a:hover {
  background-color: #da1f2e;
}
/*新闻详情*/
.cen{ text-align:center;}
.thjingxuan_sec {
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}

.detail-title {
  color: #333;
  font: 700 18px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}

.detail-icon {
  margin-top: 20px;
  font-size: 14px;
}

.detail-icon p span {
  margin-right: 10px;
}

.detail-con {
  font-size: 16px;
  margin-top: 20px;
  color: #333;
  line-height: 30px;
}
.detail-con img{max-width:100%;height:auto!important}
.detail-con p {
  color: #333;
  margin-bottom: 15px; 
}

.umCopyright {
  line-height: 22px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  color: #9ca0ad;
  background: #f6f7fa;
  border: 1px dashed #e3e5ec;
  width: 100%;
  margin: 25px 0 0;
}

.detail-arr {
  margin-top: 20px;
}

.detail-arr-left,
.detail-arr-right {
  color: #bbb;
  line-height: 30px;
}

.detail-arr-left a,
.detail-arr-right a,
.detail-tags a {
  transition: 0.3s ease-out;
}

.detail-tags {
  margin-top: 20px;
}

/*新闻频道最新*/
.thhotnews_con {
  padding: 0px 10px;
}

.thhotnews_con dl:nth-child(1) {
  margin-bottom: 10px;
}

.thhotnews_con dl {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
}

.thhotnews_con dl dt a {
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s ease-out;
  text-align: center;
  text-overflow: ellipsis;
  font: 700 16px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}

.thhotnews_con dl dd {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}


/*分类页列表*/
.catelist{background: #fff;}
.catelist li{padding-bottom:15px;border-bottom:1px solid #e9e9e9;margin-bottom:15px;overflow: hidden;display: block; padding-left:20px; padding-right:20px;}

.catelist li .pic { float: left; width: 189px; height: auto; margin-right: 15px; overflow: hidden;display: block; }
.catelist li .pic img { width: 189px; height: auto; object-fit: cover; }
.catelist li h3{font-size:16px;line-height: 28px; overflow:hidden;font-weight:bold;    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    white-space: normal;}
.catelist li h3 a:hover{color:#ff4000}
.catelist li h3 i{font-size:16px;margin-right:5px;color:#ff4000}
.catelist li p{color:#555;line-height:24px;font-size:12px;margin:5px 0;max-height:48px; overflow: hidden; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    white-space: normal;}
.catelist li .info{color:#555;line-height:24px;font-size:12px;}
.catelist li .info a {
    border: 1px #ddd solid;
    padding: 3px 5px;
    border-radius: 4px;
    margin-right: 5px;
}
.catelist li .info span {
    margin-right: 10px;
}

.catelist li .info span i {
    margin-right: 5px;
    font-size: 12px;
    color: # 000;
}


@media(max-width:1200px) {
  .th-6 li.th_cat {
    height: 120px;
}
}
@media(max-width:768px) {

.pcd_ad{display:none !important;}
.mbd_ad{display:block !important;}
.th-6 li.th_cat {
    height: 100px;
}
.catelist li{padding-bottom:10px;}   
.catelist li h3{line-height:24px;height:48px;font-size:14px;margin:6px 0;} 

.catelist li p{display: none;}
.catelist li .pic {  width: 100px; height:60px;  }
.catelist li .pic img { width: 100px; height: 60px; }
.catelist li .info{margin-top:10px;}
.catelist li .tags{display: none;}

}

/*滚动墙    */

 .gundongBox{width:48%; height: 50px; position: relative;overflow: hidden;float:left; margin-top:10px;margin-left:30px;background: #ed2d38; border-radius:5px;} 
 .gundongList{position: absolute;animation: geiwogun 40s linear infinite;  white-space: nowrap;}                
 .gundongList span {color: #ffffff; padding: 5px 10px; font-size:18px; line-height:45px;} 
 @keyframes geiwogun
  {
 from {ransform: translate(0, 0);} 
 to { transform: translate(-50%, 0);}
 } 
 .gundongList span a{ color:#ed2d38;}