body{
	color:#333;
}
a,a:hover{
	color: #333;
	text-decoration:none;
}
a:hover{
	color:#F00B0B;
}
img{vertical-align: top;}
input,textarea{outline: 0 none;}
.red{color:#F00B0B;}
.border:{border:1px solid #D8D8D8;}
.article{color:#333;}
.title-h1{font-size: 26px;line-height: 36px;}
.title-h2{font-size: 20px;line-height: 28px;text-align: center;}
.title-h3{font-size: 16px;line-height: 28px;text-align: center;}

/***** AD *****/
.ad1000-90{
	margin:0 auto;
	overflow: hidden;
	width: 1000px;
	position: relative;
}
.ad-top{
	margin:0 auto;
}
.ad300-510{
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.advertising{
	position:relative;
	text-align:center;
	/*padding: 20px 0;*/
	margin-bottom: 20px;
	border-left: 0 none;
}
.ad-zone {position:relative;}
.ad-icon{
	position:absolute;
	display:block;
	width:30px;
	height:16px;
	background:url(/static/images/ad-mark.png) no-repeat;
}

/***** layout start *****/
.container{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.left-container{
	width: 680px;
	float: left;
	display: inline;
}
.right-container{
	width: 300px;
	float: right;
	position: relative;
}
/*.left-side{
	width: 214px;
	float: left;
	display: inline;
}
.right-side{
	width: 633px;
	margin-left: 1px;
	float: left;
	display: inline;
	word-break: break-all;
	overflow: hidden;
}*/
.detail-content{
	margin-bottom: 30px;
	/*border:1px solid #D8D8D8;
	background:url(/static/images/line.jpg) repeat-y 214px 0;*/
}
.detail-content .advertising{border:0 none;}
/*.detail-content .left-container{width: 848px;}
.list-content .right-container{
	width: 348px;
}*/
/***** layout end *****/



/***** header start *****/
.header{
	padding:20px 0 5px 0;
}
.header .logo{
	width: 400px;
	height:95px;
	margin: 0 auto;
	text-indent: -9999em;
	background:url(/static/images/logo.jpg) no-repeat;
}
.header .logo a{
	display: block;
	height:95px;
}
/***** header end *****/


/***** search common start *****/
.search-input {
	vertical-align: middle;
	border: 0 none;
	padding: 0 10px;
	width: 420px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
}
.search-btn {
	border:0;
	overflow: hidden;
	width: 32px;
	height: 32px;
	background: url(/static/images/home_sprites.png) no-repeat -265px -105px;
	text-indent: -99em;
}
.search-keywords {
	color: #666;
	text-align: center;
}
.search-keywords a{
	margin-right: 15px;
	font-size: 16px;
}
.search-close {
	position: absolute;
	top: -1px;
	right: -60px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(/static/images/home_sprites.png) no-repeat -250px -255px;
	cursor: pointer;
}
::-moz-placeholder { color: #666; }
::-webkit-input-placeholder { color:#666; }
:-ms-input-placeholder { color:#666; }

/***** search common end *****/


/***** nav start *****/
.nav-container{
	height: 42px;
	position: relative;
	z-index: 9999;
	border-bottom: 3px solid #000;
}
.nav-wrap{
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	z-index: 3;
}
.nav-wrap .nav{
	font-size:18px;
	line-height: 42px;
	float: left;
	position: relative;
}
.nav-wrap .nav li{
	float: left;
	padding:0 15px;
	text-align: center;
}
.nav-wrap .nav li.first{
	padding-left:10px;
}
.nav-wrap .nav a:hover{
	color:#F00B0B;
}


.nav-wrap .nav li:hover .sub-nav{
	display: block;
}

/*nav fix*/
.nav-container.fix {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
	margin-left: -500px;
	width: 1000px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.fix.static {
	display: block;
	opacity: 1;
	z-index: 9999;
}
.nav-wrap {
  z-index: 3;
}

/* subnav */
.nav-wrap .sub-nav{
	position: absolute;
	width: 998px;
	left: 0;
	top:43px;
	height: 250px;
	background: #FFF;
	display: none;
	border-top: 3px solid #000;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.sub-nav a{
	color:#333;
}
.sub-nav:hover{
	color:#F00B0B;
}
.sub-nav .text-sn{
	text-align: center; 
	margin-top: 10px; 
	font-size: 16px;

}
.sub-nav .text-sn a{
	display: inline-block;
	width: 120px;
}

.sub-nav .img-sn a img{ 
	margin-bottom: 10px;
}

.sub-nav .img-sn li{
	width: 120px;
	height: 170px;
	padding:0;
	margin-left: 40px;
	overflow: hidden;
}
.sub-nav .img-sn{
	font-size: 14px;
	line-height: 20px;
}

/* search */
.nav-wrap .button-search{
	width:23px;
	height: 23px;
	float: right;
	margin:10px 10px 0 0;
	background:url(/static/images/button-search.png) no-repeat;
	cursor: pointer;
}
.nav-container .top-search{
	width: 1000px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -500px;
	padding: 50px 0;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	margin-top: 30px;
	z-index: 2;
	display: none;
	border: 0 none;
	background: #f8f8f8;
}
.top-search .form {
	position: relative;
	width: 500px;
	height: 50px;
	margin:0 auto 20px;
	background-color: #FFF;
}
.top-search .search-input {
	width: 420px;
	height: 50px;
	vertical-align: top;
}
.top-search .search-btn{
	width: 50px;
	height: 50px;
	background-position: -252px -95px;
}

/* login */
.nav-wrap .login-box{
	width: 160px;
	height: 42px;
	float:right;
	font-size: 14px;
	/*margin-right: 10px;*/
}
.nav-wrap .before-login{
	text-align: right;
	line-height:42px;
	margin-right: 10px;
}
.nav-wrap .before-login em{
	display: inline-block;
	font-size: 16px;
	margin:0 5px 0 8px;
	color: #808080;
}
.nav-wrap .after-login{
	width: 160px;
	position: relative;
}
.nav-wrap .after-login span{
	display: block;
	cursor: pointer;
	width: 120px;
	padding-right: 10px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #383838 url(/static/images/user-arrow.png) no-repeat 105px 19px;
	
}
.after-login .face{
	cursor: pointer;
	padding-top: 5px;
	height: 40px;
	margin-left: 110px;
}
.after-login .face img{
	width: 30px;
	height: 30px;
	border-radius: 30px;
}
.after-login .dropdown{
	display: none;
	position: absolute;
	left:0;
	top:45px;
	padding:0 3px;
	width: 152px;
	background: #fff;
	border:1px solid #dedede;
}
.after-login .dropdown::before{
	position: absolute;
	content: " ";
	width: 15px;
	height:9px;
	left: 115px;
	top: -8px;
	background: url(/static/images/login-bficon.png) no-repeat;
}
.after-login .dropdown a{
	display: block;
	width: 106px;
	height: 34px;
	padding-left: 47px;
	line-height: 34px;
	background:url(/static/images/login-arrow.png) no-repeat 20px 12px;
	border-bottom:1px dotted #bdbdbd;
}
.after-login .dropdown a.quit{
	border-bottom: 0
}
.after-login .user-box{
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #bdbdbd;
}
.after-login .user-box img{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}
.after-login .user-box em{
	color: #000;
	width:80px;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	display: inline-block;
}
/***** nav end *****/


/***** news start *****/
.top-news{
	
	height: 25px;
	margin: 8px 0 8px 0;
	padding-left: 58px;
	overflow: hidden;
	position: relative;
	background: url(/static/images/login-icon.png) no-repeat -400px -611px;
}

.top-news ul li {
  width: 100%;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/***** news end *****/



/***** crumbs start *****/
.crumbs{
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	padding-left: 10px;
	overflow: hidden;
}
.crumbs a{
	color:#999;
}
.crumbs a:hover{
	color:#F00B0B;
}
/***** crumbs end *****/




/***** pager start *****/
.pager{
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	/*border-top:1px solid #D8D8D8;  
	border-bottom:1px solid #D8D8D8; */
	border:1px solid #D8D8D8;
	position: relative;
	padding: 0 80px;
	text-align: center;
}
.pager a{
	padding: 0 15px;
	display: inline-block;
	color:#999;
}
.pager a:hover{
	color:#333;
}
.pager .active{
	color: #333;
	font-size: 20px;
}

.pager .next a, 
.pager .prv a{	
	padding: 0;
}
.pager .prv{
	position: absolute;
	left: 0;
	width: 60px;
	height: 60px;
	border-right: 1px solid #D8D8D8;
	cursor: pointer;
	text-align: left;
}

.pager .next{
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
	border-left: 1px solid #D8D8D8;
	cursor: pointer;
	text-align: left;
}
.pager .prv .ico{
	width: 60px;
	height: 60px;
	padding:0;
	background:url(/static/images/arrow.png) no-repeat center 0;
	display: inline-block;
	opacity: 0.6;
}
.pager .next .ico{
	width: 60px;
	height: 60px;
	padding:0;
	background:url(/static/images/arrow.png) no-repeat  center -60px;
	display: inline-block;
	opacity: 0.6;
}
.pager .prv:hover .ico,
.pager .next:hover .ico{ 
	opacity: 1; 
}


.pager-tip{
	padding: 10px 30px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #D8D8D8;
	background: url(/static/images/pager-line.jpg) no-repeat center center;
}
.pager-tip .left-pager{
	float: left;
	width: 270px;
}
.pager-tip .right-pager{
	float: right;
	text-align: right;
	width: 270px;
}
.pager-tip span{
	display: block;
	font-size: 18px;
	margin:5px 0;
}
/***** pager end *****/


/***** swiper start*****/
.swiper-container{
	position: relative; 
	overflow:hidden;
}
.swiper-pagination{
	position: absolute;
	right:15px; 
	bottom:0;  
	height:35px; 
	z-index:99;
}
.swiper-pagination span{ 
	display: block; 
	float: left;
	margin: 0 5px;
	height: 16px;
	width: 16px;
	background: url(/static/images/home_sprites.png) -192px -32px no-repeat;
	cursor: pointer;
}
.swiper-pagination span.swiper-active-switch{
	background-position: -112px -32px;
}

.swiper-button-next, 
.swiper-button-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	top:50%;
	margin-top: -25px;
	opacity: 0;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	background: url(/static/images/home_sprites.png) no-repeat;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.swiper-button-next {
	right: 0;
	background-position: -255px -415px;
}
.swiper-button-prev {
	left: 0;
	background-position: -256px -336px;
}
/***** swiper end*****/


/***** links start *****/
.links {
	margin-bottom: 30px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 14px;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}
.links span {
	display: block;
	float: left;
	width: 75px;
	font-weight: 700;
}
.links  .links-list{
	width:925px;
	float: left;
}
.links ul { 
	width: 100%;
	overflow:hidden; 
}
.links li { 
	white-space:nowrap; 
	float:left; 
	margin:0 15px;
}
.links li.first {
	border-left: none; 
}
.links a { 
	color: #333 
}
.links a:hover{
	color: #F00B0B;
}
/***** links end *****/


/***** footer start *****/
.footer{
	margin-top: 80px;
	background: #1f1f1f;
	height: 200px;
	color:#999;
	text-align: center;
	font-size:12px;
	line-height: 24px;
}
.footer a{
	color:#999;
}
.footer .foot-nav{
	padding:30px 0;
	font-size: 14px;
}
.footer .foot-nav a{
	margin: 0 13px;
}

.footer .link-f span{
	margin: 0 8px;
}


.caret{
	display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom:   25px solid #fff;
  border-right: 25px solid transparent;
  border-left:  25px solid transparent;
  content: "";
}

/***** footer end *****/


/***** scroll bar start *****/
.scroll-bar {
	position: fixed;
	right: 0;
	bottom: -2px;
	z-index: 9999;
	display: none;
	width: 80px;
}
.scroll-nav {
	width: 80px;
}
.scroll-nav-link {
	height: 80px;
	cursor:pointer;
	background:url(/static/images/float-icons.jpg) no-repeat;
}

.scroll-nav .sina{
	position: left 0;
}
.scroll-nav .sina a{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top:0;
}
.scroll-nav .wechat {
	background-position: left -80px;
}
.scroll-nav .in{
	background-position: left -160px;
}
.scroll-top {
	background-position: left -240px;
}
.scroll-nav .sina:hover{
	background-position: -110px 0;
}
.scroll-nav .wechat:hover {
	background-position: -110px -80px;
}
.scroll-nav .in:hover{
	background-position: -110px -160px;
}
.scroll-top:hover{
	background-position: -110px -240px;
}

.scroll-qr {
	position: absolute;
	right:79px;
	display: none;
	width: 160px;
	text-align: center;
}

.scroll-nav-link:hover .scroll-qr {
	display: block;
}
.scroll-qr img {
	background-color: #FFF;
	border: 1px solid #d8d8d8;
	padding: 10px;
	width: 138px;
}
.wechat-qr{
	top: 79px;
}
.in-qr{
	top: 158px;
}
.scroll-qr span {
	color: red;
	font-size: 14px;
	margin-top: 3px;
}
/***** scroll bar end *****/
