.banner{
	background-color: #F5F6F5;
	padding: 14px 0 35px;
}
.left-nav{
	width: 300px;
	height: 410px;
	float: left;
	position: relative;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.chanel-title{
	width: 100%;
	height: 43px;
	line-height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, top top, from(#ffa424), to(#fe7324));
	background-image: linear-gradient(to top, #ffa424, #fe7324);
	border-radius: 5px 5px 0 0;
}
.chanel-list-wrap{
	height: 367px;
	padding: 0 20px;
	position: relative;
	background: #FFFFFF;
}
.chanel-container{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	height: 64px;
	padding-top: 12px;
}
.chanel-tags-wrap{}
.chanel-tags-title{
	color: #333333;
}
.chanel-tags{
	color: #999999;
	margin-top: 2px;
}
.chanel-tags a{
	color: #999999!important;
	margin-right: 3px;
}

.chanel-right-sub{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 2;
}
.chanel-container:hover .chanel-right-sub{
	display: block;
	font-size: 16px;
}
.chanel-container:hover .chanel-tags-title{
	color: #fe7324;
	font-size: 16px;
}
.chanel-right{
	width: 390px;
	background: #FFFFFF;
	margin-left: 20px;
	padding: 16px;
	color: #333333;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
}
.chanel-right a{
	color: #000;
}
.chanel-right-title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.chanel-right-list{
	font-size: 14px;
	padding: 10px;
}
.chanel-right-list ul{
	width: 100%;
	display: inline-block;
}
.chanel-right-list ul li{
	width: 50%;
	float: left;
	margin: 8px 0 0;
}
.chanel-right-list:last-child.chanel-line{
	border-bottom: none;
}
.chanel-second-title{
	font-weight: bold;
	font-size: 16px;
}
.chanel-second-title a{
	font-weight: bold;
	color: #333333;
}
.chanel-new{
	position: absolute;
	background: #FF0000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 12px;
	width: 30px;
	height: 16px;
	line-height: 14px;
	margin-top:-6px;
}
.view-all{
	text-align: center;
	margin-top: 16px;
}
.view-all a{
	color: #333333;
}
/*轮播图开始*/
.swiper-container {
	float: right;
	width: 890px;
	height: 409px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}
:root{
	--swiper-theme-color: #fe7324;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	cursor: pointer;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
/*轮播图结束*/

.bc-social{
	width: 100%;
	height: 72px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}
.bc-run{
	font-size: 14px;
	color: #333333;
}
.bc-run li{
	width: 33.333333%;
	float: left;
	font-size: 16px;
}
.bc-run li span{
	font-size: 18px;
	font-weight: bold;
	color: #fe7324;
	margin-left:3px;
}
.content-title{
	padding: 42px 0;
	font-size: 34px;
	text-align: center;
	color: #515151;
	font-weight: normal;
}

/*banner下滑块*/
.organ{
	width: 243px;
	height: 446px;
	padding: 30px;
	float: left;
	margin-bottom: 90px;
	border-radius:5px;
}
.organ-add{
	width: 668px;
	height: 446px;
}
@keyframes animatedWater {
 from {
    background-position: 0 328px, 80px 333px, 0 322px;
  }
  to {
    background-position: -260px 328px, 340px 333px, 0 322px;
  }
}
@-webkit-keyframes animatedWater {
  from {
    background-position: 0 328px, 80px 333px, 0 322px;
  }
  to {
    background-position: -260px 328px, 340px 333px, 0 322px;
  }
}
@-ms-keyframes animatedWater {
  from {
    background-position: 0 328px, 80px 333px, 0 322px;
  }
  to {
    background-position: -260px 328px, 340px 333px, 0 322px;
  }
}
@-moz-keyframes animatedWater {
 from {
    background-position: 0 328px, 80px 333px, 0 322px;
  }
  to {
    background-position: -260px 328px, 340px 333px, 0 322px;
  }
}
.organ-one{
	/*background-image:url(../image/12.png),url(../image/12.png),url(../image/12.png);*/
	background-repeat: repeat-x, repeat-x, repeat-x;
	background-position: 0 328px, 80px 333px, 0 322px;
}
.organ-two{
	/*background-image:url(../image/22.png),url(../image/22.png),url(../image/22.png);*/
	background-repeat: repeat-x, repeat-x, repeat-x;
	background-position: 0 328px, 80px 333px, 0 322px;
}
.organ-three{
	/*background-image:url(../image/b2.png),url(../image/b2.png),url(../image/b2.png);*/
	background-repeat: repeat-x, repeat-x, repeat-x;
	background-position: 0 328px, 80px 333px, 0 322px;
}
.organ-add{    
  animation: animatedWater 5s linear infinite;
  -ms-animation: animatedWater 5s linear infinite;
  -moz-animation: animatedWater 5s linear infinite;
  -webkit-animation: animatedWater 5s linear infinite;
  overflow: hidden;
}
.organ-open{
	display: none;
	overflow: hidden;
}
.organ-shut{
	width: 110px;
	margin: auto;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.organ-add .organ-open{
	display: block;
}
.organ-add .organ-shut{
	display: none;
}
.organ-shut p{
	margin: 20px 0;
}
.organ-open-top{
	width: 606px;
	text-align: center;
}
.organ-open-top img{
	vertical-align: middle;
	width:60px;
	height:60px;
}
.organ-open-title{
	font-size: 26px;
	font-weight: bold;
	color: #515151;
	text-align: center;
}
.organ-open-main{
	width: 606px;
	margin-top: 44px;
	color: #666666;
	border-collapse: collapse;
}
.organ-open-main tr td{
	width: 50%;
	position: relative;
	vertical-align: top;
	padding: 12px 12px 0;
	border-left: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	height: 130px;
}
.organ-open-main tr:first-child td{
	border-top: none;
	padding-top: 0;
}
.organ-open-main tr td:first-child{
	border-left: none;
	padding-left: 0;
}
.organ-open-main tr td:last-child{
	padding-right: 0;
}
.organ-open-main tr td a{
	color: #fe7324;
}

.organ-open-main p{
	font-size: 20px;
	color: #515151;
	margin-bottom: 12px;
}
.organ-open-word{
	margin-bottom: 8px;
	color: #7d7d7d;
}
.organ-btn{
	background: #FFFFFF;
	border: 1px solid #289AF3;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	padding: 0 3px;
	color:#289AF3;
}
.organ-shut-top{
	width: 110px;
	height: 110px;
	box-shadow: rgba(204, 204, 204, 0.8) 0px 1px 10px;
	border-radius: 50%;
	border: 1px solid #dddddd;
}
.organ-shut-top img{
	width:80px;
	height:80px;
}

/*灰背景tab*/
.section-serve{
	padding: 16px 0 90px;
}
.tab-content {
	margin-top: 38px;
}
.tab-content ul {
	display:none;
	width: 1170px;
	margin: auto;
}
.serve-ads{
	width: 261px;
	height: 455px;
	float: left;
	position: relative;
}
.serve-ads img{
	width: 261px;
	height: 455px;
}
.serve-word{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 28px;
	color: #FFFFFF;
	font-size: 14px;
}
.serve-word-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.serve-word p{
	margin-bottom: 18px;
}
.serve-word button{
	width: 90px;
	height: 26px;
	line-height: 25px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background: none;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
}
.serve-table{
	width: 909px;
	border-collapse: collapse;
}
.serve-table tr td{
	width: 227px;
	height: 227px;
	border: 1px solid #dddddd;
	text-align: center;
	padding: 35px 0 32px;
	background-color:#fff;
}
.serve-icon{
	width: 100%;
	height: 65px;	
}
.serve-icon img{
	max-width: 65px;
	max-height: 65px;
}
.serve-title{
	font-size: 16px;
	color: #515151;
	margin: 10px 0 36px;
}
.serve-shelf{
	width: 100%;
	padding: 0 22px 0 40px;
	color: #333333;
}
.serve-shelf a{
	color: #333333;
}

/**/
.word-left{
	float: left;
	width: 100%;
	height: 370px;
	margin-bottom:60px;
}
.word-left-top{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	cursor: pointer;
	color: #515151;
	
}
.word-left-title{
	float: left;
}
.word-left-title li{
	float: left;
	height: 47px;
	margin-left: 32px;
	box-sizing: border-box;
	border-bottom: 2px solid transparent;
}
.word-left-title li:first-child{
	margin-left: 0;
}
.word-left-title li.active{
	border-bottom: 2px solid #FF6633;
}
.word-left a{
	color: #515151;
}
.word-main{
	padding-top: 5px;
	display: inline-block;
}
.word-main ul li{
	float: left;
	width: 33.333333%;
	margin-top: 14px;
}
.word-main ul li a{
	width: 285px;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 16px;
}
.popular{
	width: 248px;
	margin-left: 20px;
}
/**
.popular a{
	color: #515151;
}
.popular-title{
	width: 248px;
	height: 40px;
	line-height: 48px;
	border-bottom: 1px solid #C9C9C9;
	font-size: 16px;
	color: #515151;
	padding-left:5px;
}
.popular-main{
	padding-top: 5px;
	display: inline-block;
}
.popular-main li{
	width: 100%;
	margin-top: 14px;
	padding-left:5px;
}
.popular-main li a{
	width: 248px;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 16px;
}
.friend-chain{
	color: #333333;
	margin: 20px auto;
}
.friend-chain a{
	color: #333333;
	margin-right: 10px;
}**/






