@charset "utf-8";

body{ overflow-x:hidden}
body{
	color:#333;
	margin:0 auto;
	padding:0px;
	font-family:"Microsoft yahei",Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff
	}

img{ border:none}
div,ul,li
{
	color:#333;
	font-size:14px;
	font-family:"Microsoft yahei",Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto; 
	padding:0;
	list-style:none
}
*{outline:0px}
.wryh{font-family:"Microsoft yahei"}
a,a:link,a:visited,a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #0072ca;
	transition:all 0.3s ease
}
#fenyepage{ width:100%; float:left; background:#f5f5f5; height:50px; line-height:50px; text-align:center; margin-top:15px; margin-bottom:15px}
/*定义新型浏览器特性*/
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}

option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
	    height: 40px;
	line-height:40px;
    appearance:none;
}
/* --背景色字体颜色--*/
option:hover{
    color:#fff;
    background-color:#1E90FF;
}

 .option{
  /*用div的样式代替select的样式*/
   width: 198px !important;
    height: 40px;
	line-height:40px;
   border-radius: 2px;
  /*盒子阴影修饰作用,自己随意*/
 /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #ddd;
    position: relative;
  }
  .option option{
	  height:40px; line-height:40px
  }
  .option select{
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
    height: 40px;
    line-height: 40px;
  /*隐藏select的下拉图标*/
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 10px;
  }
  /*使用伪类给select添加自己想用的图标*/
  .option:after{
      content: "";
      width: 14px;
      height: 8px;
      background: url(arrow-down.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
      right: 8px;
      top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    }
	

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
	font-size:16px
}

*{-webkit-appearance:none;border-radius:0; list-style:none}
/*去掉input自动补全后的黄色样式*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;background-color:transparent;
/* -webkit-box-shadow: 0 0 0px 1000px white inset; */
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999 !important;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999 !important;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999 !important;
  font-size: 14px;
}
.bodybg{ background:#f5f5f5}
#nybody{ padding:4%; width:92%; background:#fff; overflow:hidden;}	
.none{display: none;}
.block{display: block;}		
.mh{ display:none}
.white,.white a{ color:#fff}
.aui-scrollView{ display:none}
#allw{ width:100%; float:left}
#warp{ width:92%; padding-left:4%; padding-right:4%}
#warps{ width:1198px; height:auto; overflow:hidden; padding:13px; background:#fff; border:1px solid #ddd}
.cl{ clear:both}
.topmar{ margin-top:20px}
.tplb{ width:100%; float:left}
.tplb ul{ display:inline}
.tplb li{ width:48%; float:left; margin-bottom:15px}
.tplb li strong{ width:100%; float:left;}
.tplb li strong img{ width:100%; height:120px;}
.tplb li span{ width:100%; float:left; text-align:center; height:40px; line-height:40px; overflow:hidden}
.tplb li:nth-child(1),.tplb li:nth-child(3),.tplb li:nth-child(5),.tplb li:nth-child(7),.tplb li:nth-child(9),.tplb li:nth-child(11),.tplb li:nth-child(13),.tplb li:nth-child(15),.tplb li:nth-child(17),.tplb li:nth-child(19){ margin-right:4%}

/*手机顶部*/
#header{ width:100%; padding-top:15px; padding-bottom:15px; overflow:hidden; background:#1446a0}

/*PC顶部大图切换背景*/
      .swiper {
        width: 100%;

      }

      .swiper-slide {
        text-align: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
		height:auto;
		overflow:hidden;
        object-fit: cover;
      }
	  
	  

      .swipera {
        width: 92%; padding-left:4%; padding-right:4%; overflow:hidden;
      }

      .swipera .swiper-slide {
        text-align: center;

      }

      .swipera .swiper-slide img {
        display: block;
        width: 100%;
		height:auto;
		overflow:hidden;
        object-fit: cover;
      }

/*内页顶部大图*/
#nyad{ width:100%; height:330px;}

#ny_left{ width:250px; float:left}
#ny_right{ width:900px; float:right}
#I_leftbtit{ width:100%; text-align:center; color:#fff; float:left; font-size:22px; background:#ae0c2a; height:60px; line-height:60px}
#I_leftstit a{ width:100%; text-align:center; float:left; font-size:14px; background:#f6f6f5; height:52px; line-height:52px; border-bottom:1px solid #ddd}
#I_leftstit a:hover{ width:100%; text-align:center; color:#ae0c2a; float:left; font-size:14px; background: url(../images/l_over.jpg) left no-repeat #fff; height:52px; line-height:52px;}

#I_leftstita a{ width:100%; text-align:center; color:#ae0c2a; float:left; font-size:14px; background: url(../images/l_over.jpg) left no-repeat #fff; height:52px; line-height:52px; border-bottom:1px solid #ddd}

#empty{ width:100%; float:left; height:15px}
.infotit{width:100%; font-size:28px; line-height:42px; text-align:center; border-bottom:1px  dotted #ddd; margin-top:30px;font-weight:bold; padding-bottom:15px; float:left}
.infotita{width:100%; font-size:18px; line-height:32px;  margin-top:10px;float:left;text-align:center; font-weight:bold}

.infodisp{width:100%; float:left; height:40px; line-height:40px; color:#666666; border-bottom:1px dashed #ccc; margin-bottom:20px; text-align:center}
#ContentArea{ font-size:16px; line-height:34px; width:100%; float:left;}
#ContentArea img{max-width:100% !important; height:auto; overflow:hidden}
.context{ font-size:16px; line-height:28px; width:100%; float:left;}
.context img{ max-width:100% !important; height:auto; overflow:hidden}
/*PC导航*/
#menu{ width:100%; background:#0072ca; height:56px}
.i-nav{width:100%;height: 56px;z-index:99999999}
.nav{ width:1200px; margin:0 auto; z-index:9999;}
.nav .nav_list{}
.nav li{float:left;width:133.33px; line-height:56px;position:relative;}
.nav li a:hover{ color:#fff; background:#0072ca}
.nav .last{background:none;}
.nav li a{float:left;display:block; width:133.33px; height:56px; text-align:center; line-height:56px;font-size:18px; }
.nav li span{float:left;display:block; width:133.33px; height:56px; line-height:56px;cursor:pointer;text-align:center; color:#fff; font-size:18px;}
.nav li strong{ font-weight:normal;}
.nav li:hover span{ color:#fff; background:#1b8fe8}
.nav li.selected .submenu{display:block;}
.nav li .submenu{display:none;position:absolute;top:56px;left:0px; background: #fff; z-index:999}
.nav li .submenu{width:133.33px;}
.nav li .submenu{ z-index:9999;}
.nav li .submenu li{float:left;padding:0;background:none;height:56px; line-height:46px; font-size:14px; text-align:center}
.nav li .submenu li a{float:none;padding:0;height:56px;line-height:56px;background:#1b8fe8; color:#fff; text-align:center}
.nav li .submenu li a:hover{background: #0072ca;}
.nav li .submenu li:hover a{font-weight:normal; color:#fff; text-decoration:none;}
.dqlm a,.dqlm{ color:#fff; background:#1b8fe8; width:100%; height:56px; float:left}
.navej{ font-size:14px}


/*首页新闻动态*/
#xwdt{ width:100%; float:left;}
.xwdtl{ width:100%; float:left;}
.xwdtl ul{ display:inline}
.xwdtl ul li{ float:left; width:100%}
.xwdtl ul li:first-child{ margin-bottom:20px}
.xwdtl ul li strong{ float:left; width:100%;overflow:hidden}
.xwdtl ul li strong img{ float:left; width:100%; height:auto; overflow:hidden;}
.xwdtl ul li span{ border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd; box-sizing:border-box; padding:15px; overflow:hidden; float:left; width:100%}
.xwdtl ul li span em{ width:100%; float:left; overflow:hidden;max-height:52px; line-height:26px; font-size:14px; font-style:normal}
.xwdtl ul li span i{ width:100%; float:left; overflow:hidden; font-style:normal; color:#666; padding-top:15px}
.xwdtl ul li span i img{ vertical-align:middle; margin-right:4px; margin-bottom:2px}

.xwdtlist{ width:100%; float:right; margin-top:20px;}
.xwdtlist li{ width:97%; float:left; height:36px; line-height:36px; font-size:14px; padding-left:15px; overflow:hidden; background:url(../images/cx2022_10.jpg)  left center no-repeat}
.xwdtlist li span{ padding-left:20px; float:right; height:36px; line-height:36px; font-size:14px; color:#666}

.syempty{ width:100%; float:left; height:25px}

#I_ban{ width:100%; float:left; height:35px; margin-bottom:15px; border-bottom:1px solid #ddd}
#I_ban strong{float:left; height:35px;font-weight:normal;font-size:16px}
#I_ban strong img{float:left; margin-right:5px; margin-top:3px; width:20px}
#I_ban span{ float:right; font-size:14px; margin-top:2px}
.cyfw{ width:100%; float:left; margin-bottom:25px}
.news{ width:100%; float:right; margin-top:-5px}
.news li{ width:97%; float:left; height:38px; line-height:38px; border-bottom:1px dashed #ddd; font-size:14px; padding-left:15px; overflow:hidden; background:url(../images/cx2022_10.jpg)  left center no-repeat}
.news li span{ padding-left:20px; float:right; height:38px; line-height:38px; font-size:14px; color:#666}

#Marw{ width:170px; float:left; margin-right:20px}
#Marimg{ width:100%; height:120px; float:left; overflow:hidden}
#Marimg img{ width:100%; height:120px;transition:all 0.3s ease}
#Mart{ width:100%; float:left; text-align:center; font-size:14px; line-height:44px; height:44px}

.shipin{ width:100%; float:left; margin-top:25px}
.shipinarea{ width:100%; height:auto; float:left; position:relative; overflow:hidden; margin-top:-5px}
.shipinarea img{ width:100%; height:auto; overflow:hidden}
.play{ display:none}

#kjylist1{ width:92%; float:left; height:46px; line-height:46px; margin-bottom:16px; border-left:3px solid #2ba477; padding-left:14px; padding-right:14px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);box-shadow: 0 0 10px 0 rgba(0,0,0,.1); font-size:16px; overflow:hidden}

#kjylist2{ width:92%; float:left; height:46px; line-height:46px; margin-bottom:16px; border-left:3px solid #e9a777; padding-left:14px; padding-right:14px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);box-shadow: 0 0 10px 0 rgba(0,0,0,.1); font-size:16px; overflow:hidden}

#kjylist3{ width:92%; float:left; height:46px; line-height:46px; margin-bottom:16px; border-left:3px solid #297ab9; padding-left:14px; padding-right:14px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);box-shadow: 0 0 10px 0 rgba(0,0,0,.1); font-size:16px; overflow:hidden}

#kjylist4{ width:92%; float:left; height:46px; line-height:46px; margin-bottom:16px; border-left:3px solid #2ba477; padding-left:14px; padding-right:14px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);box-shadow: 0 0 10px 0 rgba(0,0,0,.1); font-size:16px; overflow:hidden}

#kjylist5{ width:92%; float:left; height:46px; line-height:46px; margin-bottom:16px; border-left:3px solid #6caf2b; padding-left:14px; padding-right:14px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);box-shadow: 0 0 10px 0 rgba(0,0,0,.1); font-size:16px; overflow:hidden}

#kjylist6{ width:92%; float:left; height:46px; line-height:46px;border-left:3px solid #e17f36; padding-left:14px; padding-right:14px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);box-shadow: 0 0 10px 0 rgba(0,0,0,.1); font-size:16px; overflow:hidden}
/*首页快速入口*/
#quickbg{ width:100%; padding-top:40px; padding-bottom:40px; overflow:hidden; background:#f5f5f5}
#quick1{ width:100%; float:left; margin-bottom:10px}
#quick1 img,#quick2a img,#quick2b img{ width:100%; overflow:hidden}

#quick2,#quick3{ width:100%; float:left}
#quick2a,#quick2b{ width:100%; margin-bottom:10px}
/*版权*/
#foot{ display:none}
#mfoot{ width:100%; height:40px; line-height:40px; overflow:hidden; background:#203045; text-align:center; color:#fff; margin-top:30px}
.tzgg{ width:100%; float:left}
.zcwj{ width:100%; float:left}

#I_banny{ width:100%; float:left; height:35px; margin-bottom:13px}
#I_banny strong{ width:103px; float:left; height:35px; line-height:35px; font-weight:normal; color:#fff; text-align:center; background:url(../images/index_06.jpg); font-size:18px}
#I_banny span{ float:right; font-size:14px;height:35px; line-height:35px;}

/*首页栏目ban*/
#pc_ban{ width:100%; float:left; height:40px;}
#pc_ban strong{float:left; font-size:18px}
#pc_ban i{float:left; font-size:14px; color:#666666; font-family:"Times New Roman", Times, serif; text-transform:uppercase; margin-left:4px; margin-top:8px}
#pc_ban span{float:right; font-size:14px; margin-top:4px}
.xw1mar{ margin-right:30px}

/*内页新闻*/
#newslist{ width:100%; float:left}
#newslist li{ width:98%; float:left; background:url(../images/index_12.jpg) left center no-repeat; height:50px; line-height:50px; padding-left:13px; overflow:hidden; border-bottom:1px dashed #ccc}
#newslist li span{float:right; font-size:14px; padding-left:20px}

#szlist{ width:173px; float:left; margin-left:26px; margin-bottom:5px; margin-right:26px; margin-top:10px}
#szlista{ width:155px; height:190px; float:left; padding:8px; border:1px solid #ddd}
#szlista img{ width:155px; height:190px;}
#szlistb{ width:100%; height:40px; float:left; line-height:40px; text-align:center; overflow:hidden}

#picszlist{ width:208px; float:left; margin-left:8px; margin-bottom:5px; margin-right:10px; margin-top:10px}
#picszlista{ width:190px; height:150px; float:left; padding:8px; border:1px solid #ddd}
#picszlista img{ width:190px; height:150px;}
#picszlistb{ width:100%; height:40px; float:left; line-height:40px; text-align:center; overflow:hidden}
/*内页栏目ban*/
#nylm3 a{ width:33.333%; float:left;height:45px; line-height:45px; font-size:14px; text-align:center; background:#ededed;color:#0084d1; margin-bottom:10px}
#nylm3a a{ width:33.333%; float:left;height:45px; line-height:45px; font-size:14px; text-align:center;background:#1446a0; color:#fff; margin-bottom:10px}

#newslist{ width:100%; float:left; padding-bottom:20px; border-bottom:1px  dashed #ddd; margin-bottom:25px;transition: all 0.5s; display:none}
#newslistl{ width:1010px; float:left;}
#newslistl1{ width:100%; float:left; font-size:16px; line-height:40px; overflow:hidden; color:#0084d1;transition: all 0.5s;}
#newslistl2{ width:100%; float:left; font-size:14px; line-height:24px; height:48px; color:#999; overflow:hidden;}

#newslistr{ width:140px; float:right; border-left:1px solid #ddd; margin-top:25px}
#newslistr1{ width:100%; float:left; text-align:center; font-size:34px; line-height:30px;}
#newslistr2{ width:100%; float:left; text-align:center; font-size:14px; line-height:30px; color:#999}
#newslist:hover #newslistr1,#newslist:hover #newslistr2{color:#0084d1}
#newslist:hover #newslistl1{color:#f57e06;}

#xwlist{ width:96%; float:left; height:40px; line-height:40px; font-size:15px; overflow:hidden; background:url(../images/icon.png) left center no-repeat; padding-left:16px}
#xwlist span{ float:right; color:#999999; padding-left:20px}


#pc_dtlist{ width:100%; float:left}
#pc_dtlist li{ width:97%; float:left; background:url(../images/index_12.jpg) left center no-repeat; height:34px; line-height:34px; padding-left:13px; overflow:hidden}
#pc_dtlist li span{float:right; font-size:14px; padding-left:20px}

#pc_xwlist{ width:100%; float:left}
#pc_xwlist li{ width:98%; float:left; background:url(../images/index_12.jpg) left center no-repeat; height:40px; line-height:40px; padding-left:13px; overflow:hidden; border-bottom:1px dashed #ccc}
#pc_xwlist li span{float:right; font-size:14px; padding-left:20px}


#DispTitle
{
  width: 100%;
  font-size: 22px;
  text-align: center;
  float: left;
  font-family: "Microsoft Yahei", Helvetica, sans-serift;
  font-weight:normal;
  line-height:33px; margin-bottom:15px;


}
#disp{ width:100%; border-bottom:1px dashed #ddd; height:30px; text-align:center; float:left; margin-bottom:20px}
.box{width:100%; float:left;} 
#goleft {width:100%;overflow: hidden;float:left} 
#goleft #gols {width: 33100px;} 
#goleft1, #goleft2 {width: auto;float: left;}

/*新闻滚动图片*/
	.hiSlider{
		overflow: hidden;
		height:374px;
		width: 643px;
	}
	.hiSlider-item{
		float: left;
	}
	
	.hiSlider img{
		height:374px;
		width: 643px;
	}

	
/*page*/
.page-large{margin:40px 0 20px; text-align:center; clear:both;}
.page-large a{min-width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #003894; background:#003894; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #003894; color:#003894;}
.page-large .on:hover{border:1px solid #003894; color:#fff;}

.page-large .prev-page{background:url(small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #003894; background:url(small-prev-page-on.png) center center no-repeat #003894;}
.page-large .next-page:hover{border:1px solid #003894; background:url(small-next-page-on.png) center center no-repeat #003894;}


.reward-money{margin:40px 0 56px; font-size:18px; color:#333333;}
.reward-money span{color:#19afd4;}
.reward-pay{margin-bottom:30px; font-size:18px; color:#939393;}
.reward-paylist{text-align:center;}
.reward-paylist > div{width:150px; display:inline-block; margin:0 50px; color:#333333; font-size:16px;}
.reward-paylist > div img{width:150px;}

.reward-order-nav{border-bottom:0px none; text-align:center; color:#333333; font-size:20px;}
.reward-order{margin-top:30px; width:100%;}
.reward-order .reward-order-list{border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7;}
.reward-order .reward-order-list td{border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; line-height:30px; text-indent:18px; color:#333333; font-size:14px;}
.reward-order .reward-order-list .r-o-top td{}

.content-link{width:100%; padding-top:14px; border-top:1px solid #ddd; color:#666666; font-size:14px; line-height:20px; float:left}
.content-link .prev-content{width:45%; float:left; text-align:left;}
.content-link .prev-content i{width:20px; height:20px; display:inline-block; float:left; background:url(../images/content_tubiao.png) -66px -11px no-repeat; margin-right:6px;}
.content-link .next-content{width:45%; float:right; text-align:right;}
.content-link .next-content i{width:20px; height:20px; display:inline-block; float:right; background:url(../images/content_tubiao.png) -66px -41px no-repeat; margin-left:6px;}
.content-link a{color:#1f1f1f; font-size:14px;}


/*搜索结果页*/
.searchNav{color:#1a1a1a; font-size:16px; line-height:28px; border-bottom:2px solid #e7e7e7;}
.searchNav span{color:#ef3838;}
.searchList{margin-top:6px;}
.searchList .item{padding:20px 0 20px 10px; border-bottom:1px solid #f0f0f0;}
.searchList .item:hover{background-color:#f7f7f7;}
.searchList .item .search-title{color:#333333; font-size:18px; margin-bottom:16px;}
.searchList .item .search-title span{color:#ef3838;}
.searchList .item .search-txt{color:#666666; font-size:14px; line-height:20px; margin-bottom:10px;}
.searchList .item .search-txt span{color:#ef3838;}
.searchList .item .search-date{color:#333333; font-size:12px;}
.searchList .item .search-date em{color:#bababa; margin:0 30px 0 15px;}

/*专题列表页*/
.topic-item{width:100%;  border-bottom:1px dotted #e3e3e3; float:left; margin-bottom:20px; padding-bottom:20px}
.topic-item-img{float:left; width:310px}
.topic-item-img img{width:310px; height:100px; margin-right:20px;}
.topic-itemr{width:570px; float:right}
.topic-item-title{font-size:16px; color:#1a1a1a; font-weight:600; width:100%; float:left}
.topic-item-des{font-size:14px; color:#333333; line-height:20px; margin-top:10px;width:100%; float:left}

#infolist{ width:908px; float:left; margin-bottom:30px; border:1px solid #ddd; height:140px}
#infolist:hover{border:1px solid #003894;}
#infolistl{ width:150px; float:left; text-align:right; margin-top:25px}
#infolistl strong{ width:100%; text-align:right; float:left; font-size:26px; margin-bottom:2px}
#infolistl span{font-size:14px; border-bottom:1px solid #ddd}
#infolistr{ width:700px; float:left; margin-left:45px}
#infolistr1{ width:100%; float:left; font-size:16px; line-height:25px; height:25px; overflow:hidden; margin-top:25px; margin-bottom:10px}
#infolistr2{ width:100%; float:left; font-size:14px; color:#999; line-height:25px; height:50px; overflow:hidden}

#sanji{ width:100%; float:left; border-bottom:2px solid #003894; margin-bottom:15px}
#sanji strong{ float:left; font-size:14px; font-weight:normal; padding-left:15px; padding-right:15px; height:40px; background:#eeeeee; margin-right:10px; line-height:40px; margin-bottom:10px}

/*---------------------------样式归零----------------------*/
abbr,address,article,aside,audio,b,blockquote,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,hgroup,ins,kbd,label,legend,mark,object,ol,p,pre,q,samp,section,summary,sup,tfoot,th,thead,var,video{margin:0 auto;padding:0;border:0;outline:0;font-size:100%;font-weight:415;font-style:inherit;font-family:inherit;vertical-align:top}article,aside,details,figcaption,figure,footer,header,hgroup,hr,section{display:block}a{margin:0;font-size:100 %;vertical-align:baseline;background:0 0;blr:expression(this.onFocus=this.blur())}a,ins{text-decoration:none}a,hr{padding:0}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}caption{text-align:left;font-weight:415}hr{height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0}

/*==============分享插=====================*/
.shart_box{ margin-bottom: 15px; height: 36px; font-weight:normal; margin-top:20px; border-top:1px dashed #ddd; padding-top:10px; width:100%; float:left}
#j_shart_s_24 .bds_count{ font-size:12px}
#j_shart_s_24{ padding-left:60px; position:relative;}
#j_shart_s_24 strong{ display:block; position:absolute; left:0; z-index:2; line-height:36px; font-size:12px; color: #a3a0a9; font-weight:normal}
#j_shart_s_24 .bds_qzone{background:url(../images/j_shart.png) center -224px no-repeat}
#j_shart_s_24 .bds_tsina{background:url(../images/j_shart.png) center -311px no-repeat}
#j_shart_s_24 .bds_tqq{background:url(../images/j_shart.png) center -195px no-repeat}
#j_shart_s_24 .bds_renren{background:url(../images/j_shart.png) center -340px no-repeat}
#j_shart_s_24 .bds_weixin{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_sqq{background:url(../images/j_shart.png) center -79px no-repeat}
#j_shart_s_24 .bds_fbook{background:url(../images/j_shart.png) center -166px no-repeat}
#j_shart_s_24 .bds_twi{background:url(../images/j_shart.png) center -137px no-repeat}
#j_shart_s_24 .bds_linkedin{background:url(../images/j_shart.png) center -108px no-repeat}
#j_shart_s_24 .bds_tieba{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_huaban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_douban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_copy{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_print{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_mshare{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_count{font-size:12px}