@charset "utf-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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;
}
h3{
  padding: 0;
  margin:0 ;
}
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: #323232;
  background-color: #f7f9fd;
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dd,
dt,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #323232;
  text-decoration: none;
}

a:hover {
  color: #00aeff;
}

.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;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
}

.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;
}

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

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

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

.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  */
.lump_top {
  margin-top: 40px;
}

.lump_bottom {
  padding-bottom: 40px;
}

.th_top {
  margin-top: 20px;
}

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

.wap_nav{
  display: none;
}

/* menu start*/
.th_header {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}
.th_logo {
  float: left;
}

.th_logo img {
  height: 60px;
}

.pc_nav{
  display:none;
}

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

.th-menu>li {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
}

.th-menu>a {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  color: #323232;
  transition: 0.4s ease-out;
}

.th-menu>li>a:hover {
  color: #00aeff;
}
.th-menu li.hover a {
  color: #00aeff;
}
.model_bg {
  border-top: 1px solid #291F39;
  background-color: #291F39;
  padding-bottom: 20px;
}

.wap_click {
  display: none;
}
.pc_logo {
  float: left;
}
.pc_logo img{
  height:60px;
}
/* menu end*/

/* BANNER */
.banner{
  height:400px;
  background-color: #fff;
  border-top:1px solid #fff ;
  text-align: center;
}

.banner img{
  height:400px;
  width: 100%;
  object-fit: cover;
}

/* tianhu about start*/
.th_about{
  border-top: 1px solid #f1f1f1;
  position: relative;
  height: 300px;
}
.about_tou{
  border-top: 1px solid #f1f1f1;
  height:120px;
  background: #f1f1f1;
}
.about_img{
  width:80px;
  height:80px;
  margin:0 auto;
  margin-top:20px;
}
.about_img img{
  height:80px;
  border-radius:50px;
  border:2px solid #00aeff;
}
.about_info{
 padding:10px 0px;
}
.about_info p{
  text-align: center;
}
.about_info p.ab1{
  font-size:18px;
  font-weight:200;
  margin-bottom:5px;
  margin-top:10px;
}
.about_info p.ab2{
  color: #999;
}
.about_num{ 
  text-align: center;
  color: #999;
  margin-top: 15px;
}
.about_a{
  text-align: center;
  margin-top:10px;
  overflow: hidden;
}
.about_a a{
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in;
  display: inline-block;
  vertical-align: middle;
}
.about_a a:hover{
  background-color: #00aeff;
  color: #fff;
  border: 1px solid #00aeff;
}
.about_ad{
  margin-top:15px;
  border-top: 1px solid #00aeff;
  background: #00aeff;
  height:85px;
  text-align: center;
  line-height:20px;
}
.about_ad a{
  color:#fff ;
  overflow: hidden;
  display: block;

}
/* tianhu about end*/

/* fu wu lei mu start*/
.intro {
  text-align: center;
  background-color: #fff;
  padding: 10px 0px;
}

.intro_icon i {
  font-size: 40px;
  color: #00aeff;
}

.intro_title {
  color: #000;
  font-size: 16px;
  font-weight: 200;
  margin-top: 10px;
}

.intro_tent {
  margin: 10px 0px;
  color: #999;
}
/* fu wu lei mu end*/

/* zhuti start */
.star_title{
  font-size: 20px;
  font-weight: 200;
  line-height: 50px;
  position: relative;
}
.star_title i{
  margin-right:5px;
}
.star_title a{
  position: absolute;
  top:0;
  right:0;
  font-size:14px;
  transition: 0.3s ease-out;
}

.starcon {
  position: relative;
  background-color: #fff;
  top: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

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

.starcon_img {
  height: 200px;
  background-color: #fff;
  position: relative;
}

.starcon_img img {
  height: 200px;
}

.starcon_img span{
  position: absolute;
  top:0;
  right:0;
  background-color: #00aeff;
  padding:1px 5px;
  color:#fff;
}

.starcon_zhu_title {
  margin-top:10px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
  line-height: 30px;

}
.starcon_zhu_title a{
  color: #000;
  transition: 0.3s ease-out;
}
.starcon_zhu_title a:hover{
  color: #00aeff;
}
.starcon_fu_title{
  color: #999;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
}
.starcon_price{
  color:#333;
  text-align: left;
  color: #9ca0ad;
  background: #ececec;
  line-height:30px;
  padding: 0 15px;
  overflow: hidden;
  margin-top: 10px;
}
.starcon_price i{
  margin-right:5px;
}

/* 最新发布  start*/
.th_fabu{
  background-color: #fff;
}
.fabu_title{
  line-height: 50px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  box-sizing: border-box;
  margin-left:15px;
  margin-top:40px;
}
.fabu_title i{
  margin-left:15px;
  margin-right:15px;
}
.fabu_title_size{
  font-size:22px;
}
.thlist{
  padding:15px 15px 15px;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.thlist_left{
  float: left;
  float: left;
  width: 30%;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  background-color: #fff;
  height:170px;
}

.thlist_left span{
  position: absolute;
  top:0;
  left:0;
  background-color: #00aeff;
  padding: 1px 20px;
  color: #fff;
}
.thlist_left img{
  height:170px;
}
.thlist_right{
  float: right;
  box-sizing: border-box;
  float: right;
  width: 69%;
}
.news-con-tit{
	background-color: #DFECEA;
	font-weight: bolder;
	font-size: 22px;
  	margin: 0 auto;
}

.news-con-tit h2 {
  display: inline-block;
  overflow: hidden;
  height: 22px;
 line-height: 22px;
  text-overflow: ellipsis;
  transition: 0.3s ease-out;
  font-weight:200;
  margin-top:10px;
  margin-bottom:0px;
 margin-left:10px;
  font-size:18px;font-weight:800;
}

.newsummary p{
  color: #222222;
  overflow: hidden;
  margin-bottom: 5px;
  font-size:16px ;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.thinfo{
  margin-top:15px ;
  color:#999 ;
}
.thinfo span{ color:#f00;}

.thinfo i{margin:0 5px;}
.thhot{
  background-color: #fff;
}
.thhot_title{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
}
.thhot_title i{
  color: #00aeff;
  font-size:20px ;
  margin:0px 10px;
}
.th-5 {
  background: #fff;
}
.th-5 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 15px;
  border-bottom: 1px solid #f4f4f4;
}
.th-5 li a {
  transition: 0.3s ease-out;
  font-size:15px ;
  color:#323232 ;
}
.th-5 li a:hover{
  color: #00aeff;
}
.th-5 li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
  font-style: normal;
  color: #999;
  font-size:16px ;
}
.th-5 li p{
  color:#999;
  text-align: right;
  overflow: hidden;
  margin-top:10px ;
  font-size:12px;
  padding-left:28px ;
}
.th-5 li:nth-child(1) i,
.th-5 li:nth-child(2) i,
.th-5 li:nth-child(3) i {
  color: #00aeff;
}

.th-6 {
  overflow: hidden;
  padding:0 15px 15px 15px;
}
.th-6 li{
  float: left;
  width: 46%;
  margin-top: 10px;
  margin-left:5px;
}

.th-6 li a{
  display: block;
  line-height:30px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in;
}
.th-6 li a:hover{
  background-color: #00aeff;
  color: #fff;
  border: 1px solid #00aeff;
    white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}



.th-7 {
  overflow: hidden;
  padding:0 15px 15px 15px;
}
.th-7 li{
  float: left;
  width: 19%;
  margin-top: 10px;
  margin-left:5px;
    margin-right:6px;
}

.th-7 li a{
  display: block;
  line-height:30px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in;
  white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
  padding:2px 10px 2px 10px;

}
.th-7 li a:hover{
  background-color: #00aeff;
  color: #fff;
  border: 1px solid #00aeff;
}
/* 最新发布  end*/


/* 分类列表 抬头 start*/
.thprobg {
  background-color: #fff;
  padding: 40px 0px;
}

.prolist1 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
}

.prolist2 {
  text-align: center;
  margin: 10px 0 0;
  font-size: 15px;
  color: #999;
}
/* 分类列表 抬头 end*/

/* 主题商品详情S */
.themect{
  overflow: hidden;
}
.themecont1,.themecont2{
  background-color: #fff;
}
.themecont1{
  width:40%;
  padding:10px;
  text-align:center;
}
.themecont1 img{
  height:350px;
  border:6px solid #00aeff ;
  border-radius:2px;
}
.themecont2{
  width:58%;
  padding:10px;
}
.themecont2-title{
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  font-weight: 200;
  border-bottom:1px solid #f4f4f4;
  padding-bottom:15px;
}
.themecont2-title p{
  font-size:15px;
  color:#999;
  margin-top:10px;
}
.themecont2-title p i{
  color:#00aeff;
  margin-right:5px ;
}
.themecont2-info{
  color:#999;
  border-bottom:1px solid #f4f4f4;
  padding:10px 0px;
}
.themecont2-info i{
  color:#00aeff;
  margin-right:5px ;
}
.themecont2-info span{
  color: #FF4466;
  font-weight: bold;
  font-size:16px;
}
.themecont2-buy{
  overflow: hidden;
  margin:15px 0px;
}
.themecont2-buy a{
  background-color:#00aeff;
  border: 1px solid #00aeff;
  padding:8px 15px;
  display: block;
  float: left;
  margin-right:20px;
  color:#fff ;
  border-radius:4px;
  transition: 0.3s ease-out;
}
.themecont2-buy a:hover{
  background-color: #008e7f;
  border: 1px solid #008e7f;
}
.themecont2-buy a:nth-child(2),.themecont2-buy a:nth-child(3){
  background-color:#fff;
  color:#333 ;
  border: 1px solid #f1f1f1;
  background-color: #f7f9fd;
}
.themecont2-buy a:nth-child(2):hover,.themecont2-buy a:nth-child(3):hover{
  background-color:#00aeff;
  border: 1px solid #00aeff;
  color:#fff;
}
/* 主题商品详情e */

/* 文章明细内容s */
.th_detail{
 padding:20px 10px 20px 10px;
 font-size:15px;
 line-height:28px;
}
.th_detail p{
  font-size:15px;
  line-height:28px;
}
.th_detail p img,.th_detail img{max-width:100%;}
.th_detail h1, .th_detail h2, .th_detail h3 {
  border-left: 3px solid #00aeff;
  background-color: #f8f8f8;
  color: #656565;
  margin: 10px 0 10px 0;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 200;
}

.th_detail span{color: #930000; font-size: 16px;font-weight:bold}


.thcopy{
  color: #999;
  border: 1px solid #efefef;
  background: #fff;
  padding:20px;
  line-height:25px;
}

/* 文章明细内容end */

/* 普通文章 明细 start */
.th_detail_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.th_detail_title p{
  font-size:14px;
  color:#999;
  font-weight: 200;
}

/* 普通文章 明细 end */

/* footer start */
.th_footer {
  background-color: #202935;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.foot_menu {
  height: 30px;
}

.foot_menu  {
  line-height: 30px;
  height: 30px;
  color: #76809e;
}

.foot_menu a {
  line-height: 30px;
  height: 30px;
  color: #76809e;
  margin-right:10px;
  transition: 0.3s ease-out;
}

.foot_menu  a:hover {
  color: #00aeff;
}

.foot_info {
  line-height: 25px;
  color: #76809e;
  font-size: 14px;
  text-align: center;
}

.foot_info a {
  color: #76809e;
}

/* footer end */

/* tags */
.hot-tags {overflow: hidden;background: #fff;padding: 10px;margin-bottom:20px ;}
.hot-tags ul li{float: left;line-height:30px;color: #888;line-height:25px ;}
.hot-tags ul li.litags {margin-right:10px;}
.hot-tags ul li.litags a{ transition: 0.3s ease-out;margin-right:8px;color: #008000;}

/* msg start */
ul.msg {
  width: 100%;
  margin: 10px 0 0px 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;
}
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;
}

.commentname {
  float: left;
}
.msginfo{
  line-height: 30px;
  background-color: #f6f7fa;
  padding: 10px;
}

.msgcon{
  background-color: #fff;
  padding:15px;
}
.tbname{
  line-height: 35px;
  font-size: 16px;
  border-left: 5px solid #9a9a9a;
  padding-left: 10px;
}
.posttop{
  line-height: 35px;
  font-size: 16px;
  border-left: 5px solid #9a9a9a;
  padding-left: 10px;
  margin-top: 15px;
}

#txaArticle{
  border-radius: 0;
  transition: all .35s ease 0s;
  line-height: 30px;
  margin-top:10px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}
#inpName,#inpEmail,#inpHomePage{
  border-radius: 0;
  transition: all .35s ease 0s;
  height:30px;
  line-height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}

.msgcon .button{
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #00aeff;
  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;
}
/* msg END */


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

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

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

.th_page_color a:hover {
  background-color: #00aeff;
}

.th_page_color span.now-page {
  background-color: #00aeff;    margin: 0 5px;
}

/* page 配置 */
#divNavBar{position: relative;}
/* search start */
.free-secrch{position: absolute;top:0px;right:0px;width: 450px;}
.search-input{text-align:left;height:35px;border:1px solid #00aeff;border-radius: 3px 0px 0px 3px;font-size:14px;padding:0px 5px;width: 400px;}
.search-sub{height:36px;line-height: 35px;padding:0 8px;border:1px solid #00aeff;border-radius:2px;font-size:14px;background-color: #00aeff;color:#fff;cursor: pointer;}
/* search end */

/* 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: #00aeff;
  border: 1px solid #00aeff;
  color: #fff;
}

.ditop:hover i {
  display: none;
}

.ditop:hover span {
  display: block;
}

.ditopcon {
  position: absolute;
  width: 160px;
  bottom: -50px;
  left: -163px;
  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 */

@media screen and (max-width:1280px) {
  .news-con-tit{
    margin-top:10px;
  }
  .wap_top {
    margin-top: 15px;
  }
  .wap_t_top{
    margin-top:0;
  }
  .thlist_left,.thlist_right{
    width:100% ;
  }
   /* menu wap start */
   .pc_logo,.wap_none{
    display: none;
  }
  .wap_nav{
    display: block;
    background-color: #202935;
  }
  .th_search {
    display: none;
  }
  .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_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:18px;right:18px;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(255, 255, 255, 0.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(255, 255, 255, 0.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);}
  /* menu wap end */

  /* 商品详情 */
  .themecont1,.themecont2{
    width:100%;
  }

  .thbanner img{max-width: 100%;}
  .free-secrch{display: none;}
}

.cead{}
.cead img{width:100%;height:auto}
.nav2{}
.nav2 li {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;background-color: #fff;
}
.nav2 li a {
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    transition: all 0.2s ease-in;padding: 0 10px;
}
.nav2 li a:hover,.nav2 li.active a{
  background-color: #00aeff;
  color: #fff;
  border: 1px solid #00aeff;
}

.detail-arr {
	color: #999;
    border: 1px solid #efefef;
    background: #fff;
    padding: 20px;
    line-height: 25px;
    margin-top: 20px;
}

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

.detail-arr-left a,
.detail-arr-right a {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 14px;
  color: #999;
}

.detail-arr-left a:hover,
.detail-arr-right a:hover {
  color: #04B872;
}
.pcd_ad{display:block;}
.mbd_ad{ display:none}
@media screen and (max-width: 768px) {
.pcd_ad{display:none !important;}
.mbd_ad{display:block !important;    overflow: hidden;}
}
#key{    border-radius: 0;
    transition: all .35s ease 0s;
    height: 35px;
    line-height: 35px;
    width: 100px;
    padding: 0 10px;
    border: 1px solid rgba(227, 229, 236, .4);
    background: #f8f8fc;margin-left:20px}
#plKeyImg{    height: 32px;
    vertical-align: middle;}
.ecomment {
	margin: 0;
	padding: 0;
}
.ecomment {
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background: #FFFFEE;
	border-radius: 5px;
	border: 1px dotted #dddddd !important;
}
.ecommentauthor {
	float: left;
	color: #F96;
	font-weight: bold;
}
.ecommenttext {
	clear: left;
	margin: 0;
	padding: 0;
}	
/*==========public class=========*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clear{clear:both}
.fl{float:left}
.fr{float:right}
.bn{border:none!important}
.pd{padding:1.5em}
.mb{margin-bottom:20px}
.mt{margin-top:20px}
.mt10{margin-top:10px}
.mr{margin-right:20px}
.br{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.sb{box-shadow:0 1px 3px rgba(26,26,26,.2);background:#fff}
.nav-sb{box-shadow: 0 3px 14px 0 rgba(199,209,215,.4);background:#fff}
.container{max-width:1240px;margin:0 auto}
.transition{-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}
.img-cover{object-fit:cover}
/*修改不同视口下公共类属性的值*/
@media screen and (max-width:1200px){
.mb{margin-bottom:10px}
.m-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important}
.m-multi-ellipsis{position:relative;line-height:1.4em!important;height:2.8em!important;overflow:hidden}
.m-multi-ellipsis:after{content:"";font-weight:700;position:absolute;bottom:0;right:0;padding-left:20px;background:-webkit-linear-gradient(left,transparent,#fff 62%);background:-o-linear-gradient(right,transparent,#fff 62%);background:-moz-linear-gradient(right,transparent,#fff 62%);background:linear-gradient(to right,transparent,#fff 62%)}
}
/*
.article-list .figure img,.full-post .figure img,.recommend-a .item img,.related-item .img{position:relative;max-width:none;width:calc(100% + 40px);-webkit-transition:opacity .35s,-webkit-transform .45s;transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}
.article-list:hover img,.full-post .img-list:hover img,.recommend-a .item:hover img,.related-item:hover img{filter:alpha(opacity=60);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}*/
/*========【复用模块】模块标题栏样式========*/
.double-list,.flink,.full-post,.text-post,.img-post,.post-comment,.recommend-a,.recommend-b,.recommend-c,.related-art,.widget{padding:1.5em}
.c-title{font-size:18px;border-bottom:1px solid #eee;padding-bottom:.5em;margin-top:-.5em;position:relative}
.c-title:after{content:"";background-color:#0084ff;left:1px;width:34px;height:2px;bottom:-1px;position:absolute;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.double-list:hover .c-title::after,.flink:hover .c-title::after,.full-post:hover .c-title::after,.text-post:hover .c-title::after,.img-post:hover .c-title::after,.new-post:hover .c-title::after,.post-comment:hover .c-title::after,.recommend-a:hover .c-title::after,.recommend-b:hover .c-title::after,.recommend-c:hover .c-title::after,.related-art:hover .c-title::after,.widget:hover .c-title::after{width:70px}


/*--相关文章--*/
.bn{border:none!important}
.pd{padding:1.5em}
.mb{margin-bottom:20px}
.mt{margin-top:20px}
.mr{margin-right:20px}
.c-title{font-size:18px;border-bottom:1px solid #eee;padding-bottom:.5em;margin-top:-.5em;position:relative}
.c-title:after{content:"";background-color:#0084ff;left:1px;width:34px;height:2px;bottom:-1px;position:absolute;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.double-list:hover .c-title::after,.flink:hover .c-title::after,.full-post:hover .c-title::after,.text-post:hover .c-title::after,.img-post:hover .c-title::after,.new-post:hover .c-title::after,.post-comment:hover .c-title::after,.recommend-a:hover .c-title::after,.recommend-b:hover .c-title::after,.recommend-c:hover .c-title::after,.related-art:hover .c-title::after,.widget:hover .c-title::after{width:70px}

.br{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.sb{box-shadow:0 1px 3px rgba(26,26,26,.2);background:#fff}
.nav-sb{box-shadow: 0 3px 14px 0 rgba(199,209,215,.4);background:#fff}
.related-art{position:relative;z-index:2}
.related-item{width:31%;margin-right:3.4%}
.related-item .span{height: 160px;display: block;overflow: hidden;margin-bottom: 0px}
.related-item a{display:block}
.related-item .img{height:160px;width:100%}
.related-item .titile{height:3.2em;overflow:hidden}
.related-item:nth-child(3n+0){margin-right:0}

.search_content{
	width: 642px;
	margin: 0 auto;
    padding-top:50px;
	position: relative;
}
.docboxlogo{
	text-align: center;
	height: 60px;
	margin: 20px 0;
}
.docboxlogo img{
	height: 60px;
}
.form{
	overflow: hidden;
}
.search{
	width: 522px;
	height: 40px;
	line-height: 40px;
	padding: 0 4px;
	border:1px solid #b6b6b6;
	border-right: none;
	float: left;
	font-size: 14px;
	outline:none;
}
.btn:hover{
	background-color: #1674ff;
}
.search:focus{
	border-color: #3385ff;
}
.btn{
	width: 110px;
	height: 42px;
	border:none;
	background-color: #3385ff;
	float: left;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.searchtype{
	overflow: hidden;
	margin: 15px 0;
}
.searchtype li{
	float: left;
	height:20px;
	padding-right: 20px;
	font-size: 14px;
	color: #666;
}
.searchtype li a{
	color: #323232;
	font-weight:500;
}
.searchtype li a:hover{
	color: #000;
	text-decoration: underline;
}

/*========header========*/



.header {
	height: 60px;
	font-size: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(254,254,254,.95);
	border-bottom: 1px solid #eaeaea;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
}

.nav-ul li .iconfont {
}

.h-wrap {
	height: 60px;
	position: relative
}

.logo-area {
	padding-top: 2px;
	padding-right: 10px
}

.logo-area .img {
	width: 90%
}

.pc-nav {
	max-width: 80%;
	height: 60px;
}

.pc-nav li {
	float: left
}

.pc-nav li a {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	display: block
}

.pc-nav li a:after {
	content: "\e6a8";
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav a:after {
	content: "\e64b";
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav a:hover {
	color: #009A61
}

.pc-nav li a:only-child::after {
	content: ""
}

.pc-nav .li-cate {
	position: relative
}

.pc-nav .active {
	color: #009A61
}

.dropdown-toggle:active,.open .dropdown-toggle {
	outline: 0
}

.dropdown-nav {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #323841;
	list-style: none
}

.dropdown-nav .active a,.dropdown-nav .active a:hover,.dropdown-nav li a:hover {
	background-color: #262c31;
	color: #fff
}

.pc-nav {
	font-size: 14px;
}

.pc-nav li {
	position: relative;
	list-style: none;
	display: block;
	float: left
}

.pc-nav li a {
	text-transform: none;
	line-height: 60px;
	height: 60px;
	padding: 0 15px;
	display: block
}

.pc-nav li a i.fa {
	padding-right: 3px;
	position: relative;
	top: 0
}

.pc-nav li .sub-nav {
	text-align: left;
	position: absolute;
	top: 60px;
	left: -17px;
	visibility: hidden;
	opacity: 0;
	background: rgba(255,255,255,.98);
	border-radius: 2px;
}

.pc-nav li .sub-nav li {
	float: none;
	height: 40px;
	min-height: 40px
}

.pc-nav li .sub-nav li a {
	line-height: 40px;
	height: 40px;
	padding: 0 35px;
	color: #1a1a1a;
	white-space: nowrap;
	min-width: 110px
}

.pc-nav li .sub-nav li a i.iconfont {
	padding-right: 3px
}

.pc-nav li .sub-nav li a:hover {
	background: 0 0
}

.pc-nav .active a,.pc-nav .active a:focus {
	color: #fff
}

.pc-nav li>ul>li a.current-menu-item {
	background: 0 0
}

.pc-nav li.current-menu-ancestor a,.pc-nav li.current-menu-item a,.pc-nav li.current-post-ancestor a,.pc-nav li:hover a {
	position: relative
}

.pc-nav li .icons {
	margin-right: 5px;
	font-size: 17px;
	top: 1px;
	position: relative
}

.pc-nav .nav-ul>li:hover>.sub-nav {
	display: block;
	padding: 20px 0;
	opacity: 1
}

.nav-ul>li,.nav-ul>li>li {
	float: left
}

.pc-nav .nav-ul li ul li:hover>.sub-nav {
	display: block;
	padding: 20px 0
}

.pc-nav li ul li .sub-nav {
	top: -20px;
	left: 100%
}

.pc-nav li ul.sub-nav li>a.menu-th3:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-left: 4px solid;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	position: relative;
	left: 5px;
	overflow: hidden
}

.pc-nav .has-child>a:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: relative;
	left: 5px;
	overflow: hidden
}

.m-nav-btn,.nav-sousuo,span.toggle-btn {
	display: none
}

#search-area {
	position: absolute;
	bottom: 10px;
	right: 60px;
	z-index: 2;
	width: 23.2%;
}

.header .contribute .a {
	display: block;
	margin: 12px 20px;
	height: 36px;
	line-height: 36px;
	padding: 0 1em;
	text-align: center;
	border-radius: 4px;
	background-color: #009A61;
	color: #fff
}

.header .login {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: -15px;
}

.header .login a {
	display: block;
	color: #333;
}

.header .login i.iconfont {
	font-size: 24px;
}

.search-button {
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center
}

.search-button i.iconfont {
	font-size: 24px
}

.searchform {
	width: 100%
}

.s-input {
	width: 80%;
	border: none;
	background: #eee;
	font-weight: 400;
	height: 40px;
	padding: 10px 20px;
	ine-height: 40px;
	border-radius: 100px;
	color: #333;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important
}

.s-button {
	border-radius: 100px;
	width: 20%;
	border: none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background-color: #009A61;
	color: #fff;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important
}

.mask-hidden {
	position: fixed;
	z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: #000;
	visibility: hidden
}

.mask-show {
	visibility: visible;
	opacity: .4
}


@media screen and (min-width:768px) {
.tm20{
  margin-top: 30px;
}
.tm50{
  margin-top: 50px;
}
.tm-30{
  margin-top:-30px;
}
  }

.tm90{
  margin-top: -40px;
}
@media screen and (max-width:768px) {
.fabu_title{
  line-height: 36px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  box-sizing: border-box;
  margin-left:10px;
}
.fabu_title i{
  margin-left:15px;
  margin-right:15px;
}
.fabu_title_size{
  font-size:20px;
  font-weight:800;
}
.mt20{
  margin-top: 30px;
}
.mt-50{
  margin-top: -50px;
}
.mt-30{
  margin-top: -30px;
}
  }