@charset "utf-8";
.section{
	padding-bottom: 50px;
}
.section1{
	padding-top: 20px;
}
#slideBox {
	width: 910px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
#slideBox .hd {
	position: absolute;
	right: 15px;
	bottom: 12px;
	z-index: 1;
}
#slideBox .hd ul {
	
}
#slideBox .hd ul li {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 100%;
	cursor: pointer;
}
#slideBox .hd ul li:last-child{
	margin-right: 0;
}
#slideBox .hd ul li.on {
	background: #ffc000;
}

#slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

#slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
#slideBox .bd li a{
	display: block;
	width: 910px;
	height: 390px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#slideBox .bd li a .title{
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 12px;
	line-height: 20px;
	padding: 0 15px;
}
.slideBoxs .prev,
  .slideBoxs .next {
   position: absolute;
   left: 3%;
   top: 50%;
   margin-top: -25px;
   display: block;
   width: 32px;
   height: 40px;
   background: url(../images/slider-arrow.png) -110px 5px no-repeat;
   filter: alpha(opacity=50);
   opacity: 0.5;
  }

  .slideBoxs .next {
   left: auto;
   right: 3%;
   background-position: 8px 5px;
  }

  .slideBoxs .prev:hover,
  .slideBoxs .next:hover {
   filter: alpha(opacity=100);
   opacity: 1;
  }
.section1-right{
	width: 320px;
	height: 390px;
	overflow: hidden;
	border: 1px solid #ededed;
}
.section1-right .cate-title{
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding: 0 25px;
	position: relative;
	border-bottom: 1px solid #dedede;
}
.section1-right .cate-title::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 20px;
	background: #edb301;
	left: 14px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.section1-right .list{
	padding: 15px 10px;
}
.section1-right .list .item{
	display: block;
	margin-top: 8px;
	padding-left: 10px;
	background: url(../images/icon3.jpg) no-repeat left 0 top 8px;
	background-size: 4px 6px;
}
.section1-right .list .item:first-child{
	margin-top: 0;
}
.section1-right .list .item .title{
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}
.section1-right .list .item .desc{
	font-size: 13px;
	color: #777777;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.section2{
	margin-top: 22px;
}
.section2 .item{
	width: 205px;
	height: 107px;
	margin-right: 4px;
	position: relative;
}
.section2 .item:last-child{
	margin-right: 0;
}
.section2 .item .title{
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.section3{
	margin-top: 25px;
}
.section3 .section3-left{
	width: 1050px;
}
.section3 .section3-left .item{
	border: 1px solid #ededed;
	margin-top: 18px;
}
.section3 .section3-left .item:first-child{
	margin-top: 0;
}
.section3 .section3-left .item .cate{
	padding: 0 15px 0 10px;
}
.section3 .section3-left .item .cate .title{
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-left: 14px;
	padding-right: 35px;
	position: relative;
}
.section3 .section3-left .item .cate .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 20px;
    background: #edb301;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.section3 .section3-left .item .cate .cate-list{
	margin-top: 10px;
}
.section3 .section3-left .item .cate .cate-list .items{
	font-size: 16px;
	color: #333333;
	width: 116px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	position: relative;
	transition: all .3s;
}
.section3 .section3-left .item .cate .cate-list .items::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transition: all .3s;
}
.section3 .section3-left .item .cate .cate-list .items.active{
	font-size: 16px;
	color: #fcf9f7;
	font-weight: bold;
	background: #007cc4;
}
.section3 .section3-left .item .cate .cate-list .items.active::after{
	border-top: 8px solid #007cc4;
}
.section3 .section3-left .item .cate .more{
	font-size: 14px;
	color: #555555;
	line-height: 20px;
	margin-top: 16px;
}
.section3 .section3-left .item .qiehuan{
 min-height: 200px;
}
.section3 .section3-left .item .list{
	display: none;
	padding: 15px 10px;
}
.section3 .section3-left .item .list:first-child{
	display: block;
}
.section3 .section3-left .item .list .items{
	float: left;
	width: 196px;
	margin-right: 12px;
	margin-top: 10px;
}
.section3 .section3-left .item .list .items:nth-child(1),
.section3 .section3-left .item .list .items:nth-child(2),
.section3 .section3-left .item .list .items:nth-child(3),
.section3 .section3-left .item .list .items:nth-child(4),
.section3 .section3-left .item .list .items:nth-child(5){
	margin-top: 0;
}
.section3 .section3-left .item .list .items:nth-child(5n){
	margin-right: 0;
}
.section3 .section3-left .item .list .items .pic{
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 130px;
	position: relative;
	transition: all .3s;
}
.section3 .section3-left .item .list .items .pic:hover{
	background-size: 105% 105%;
}
.section3 .section3-left .item .list .items .pic .time{
	position: absolute;
	font-size: 12px;
	color: #ffffff;
	right: 8px;
	bottom: 8px;
}
.section3 .section3-left .item .list .items .pic .video-icon{
	width: 47px;
	height: 47px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .section3-left .item .list .items .pic .vip-icon{
	width: 35px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.section3 .section3-left .item .list .items .title{
	font-size: 14px;
	color: #666666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 12px;
}
.section3 .section3-right{
	width: 180px;
	border: 1px solid #ededed;
}
.section3 .section3-right .cate-title{
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding: 0 25px;
	position: relative;
}
.section3 .section3-right .cate-title::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 20px;
	background: #edb301;
	left: 14px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.section3 .section3-right .list{
	padding: 6px 8px 10px;
}
.section3 .section3-right .list .item{
	display: block;
	width: 100%;
	height: 63px;
	margin-top: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.section3 .section3-right .list .item:first-child{
	margin-top: 0;
}

.section3 .section3-right .picMarquee-top{
	
}
.section3 .section3-right .picMarquee-top .bd{
	padding: 6px 8px 10px;
}
.section3 .section3-right .picMarquee-top .bd  .list .item{
	height: 110px;
	position: relative;
}
.section3 .section3-right .picMarquee-top .bd  .list .item .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.section4{
	margin-top: 35px;
}
.section4 .section4-left{
	width: 890px;
}
.section4 .section4-left .item{
	width: 212px;
	margin-right: 14px;
	border: 1px solid #dfdfdf;
}
.section4 .section4-left .item:last-child{
	margin-right: 0;
}
.section4 .section4-left .item .cate{
	padding: 0 10px 0 8px;
	background: #f8f8f8;
	border-bottom: 1px solid #dfdfdf;
}
.section4 .section4-left .item .cate .title{
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
}
.section4 .section4-left .item .cate .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 20px;
    background: #edb301;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.section4 .section4-left .item .cate .more{
	font-size: 12px;
	color: #444444;
	line-height: 17px;
	margin: 12px 0;
}
.section4 .section4-left .item .list{
	padding: 14px 8px;
	font-size: 0;
}
.section4 .section4-left .item .list a{
	display: block;
	margin-top: 14px;
}
.section4 .section4-left .item .list a:first-child{
	margin-top: 0;
}
.section4 .section4-left .item .list a .num{
	float: left;
	width: 20px;
	height: 20px;
	background: #9f9f9f;
	color: #ffffff;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
.section4 .section4-left .item .list a .num.active{
	background: #ffa200;
}
.section4 .section4-left .item .list a .title{
	float: left;
	font-size: 14px;
	color: #555555;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	max-width: 162px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section4 .section4-left .item .list1{
	padding: 14px 8px;
	font-size: 0;
}
.section4 .section4-left .item .list1 a{
	display: block;
	margin-top: 14px;
}
.section4 .section4-left .item .list1 a:first-child{
	margin-top: 0;
}
.section4 .section4-left .item .list1 a .title{
	float: left;
	font-size: 14px;
	color: #555555;
	height: 20px;
	line-height: 20px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section4 .section4-right{
	width: 346px;
}
.section4 .section4-right .cate-title{
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #007cc4;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 4px;
}
#baokan {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
#baokan .hd {
	position: absolute;
	right: 7px;
	bottom: 5px;
	z-index: 1;
}
#baokan .hd ul {
	
}
#baokan .hd ul li {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-right: 4px;
	background: #ffffff;
	cursor: pointer;
	font-size: 12px;
	color: #333333;
}
#baokan .hd ul li:last-child{
	margin-right: 0;
}
#baokan .hd ul li.on {
	background: #ffc000;
	color: #ffffff;
}
#baokan .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
#baokan .bd li {
	zoom: 1;
	vertical-align: middle;
}
#baokan .bd li a{
	display: block;
	width: 346px;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.section5{
	margin-top: 40px;
}
.section5 .item{
	width: 164px;
	height: 67px;
	margin-right: 17px;
	background-position: center;
	background-repeat: no-repeat;
}
.section5 .item:nth-child(7n){
	margin-right: 0;
}

.section6{
	margin-top: 30px;
	border: 1px solid #e2e2e2;
}
.section6 .cate{
	padding: 0 15px 0 10px;
	background: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
}
.section6 .cate .title{
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-left: 14px;
	padding-right: 35px;
	position: relative;
}
.section6 .cate .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 20px;
    background: #edb301;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.section6 .cate .cate-list{
	margin-top: 10.5px;
}
.section6 .cate .cate-list .items{
	font-size: 16px;
	color: #333333;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: relative;
	transition: all .3s;
}
.section6 .cate .cate-list .items.active{
	font-size: 16px;
	color: #fcf9f7;
	font-weight: bold;
	background: #007cc4;
}
.section6 .cate .more{
	font-size: 14px;
	color: #555555;
	line-height: 20px;
	margin-top: 18px;
}
.section6 .list{
	display: none;
	padding: 20px;
}
.section6 .list:first-child{
	display: block;
}
.section6 .list .item{
	width: 228px;
	padding: 12px;
	margin-right: 17px;
	border: 1px solid #ebebeb;
	margin-top: 17px;
}
.section6 .list .item:nth-child(1),
.section6 .list .item:nth-child(2),
.section6 .list .item:nth-child(3),
.section6 .list .item:nth-child(4),
.section6 .list .item:nth-child(5){
	margin-top: 0;
}
.section6 .list .item:nth-child(5n){
	margin-right: 0;
}
.section6 .list .item .pic{
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
}
.section6 .list .item .title{
	font-size: 14px;
	color: #555555;
	text-align: center;
}
.section6 .list .item .price{
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin-top: 8px;
}
.section6 .list .item .price font{
	font-size: 16px;
	color: #ff6d00;
}