@charset "utf-8";

/*
 * @author Jennifer
 * @time 20181212 
 */


/* pc首页 */
.index{
	height: 100%;
	background: #f8f8f8;
}
.index>.header{
	height: 113px;
	background: url(/Public/photoshow/images/bg01.png) no-repeat center;
	background-size: cover;
}
.index>.header .inner-con{
	height: 103px;
}

.slider{
	border: 1px solid #666;
}
.slider .swiper-slide img{
	width: 100%;
}
.swiper-button-prev{
	left: 0;
	background-image: url(/Public/photoshow/images/arrow_l.png);
}
.swiper-button-next{
	right: 0;
	background-image: url(/Public/photoshow/images/arrow_r.png);
}
.swiper-button-prev,
.swiper-button-next{
	opacity: 0;
	width: 92px;
	height: 91px;
	margin-top: -45px;
	background-size: cover;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}
.slider:hover .swiper-button-prev,
.slider:hover .swiper-button-next{
	opacity: 1;
}
.swiper-pagination{
	position: relative;
	bottom: 0!important;
	padding-top: 24px;
	padding-bottom: 19px;
}
.swiper-pagination-bullet{
	opacity: 1;
	width: 16px;
	height: 16px;
	background: url(/Public/photoshow/images/pagination.png) no-repeat center;
	background-size: cover;
}
.swiper-pagination-bullet-active{
	background: #e60012;
}
.swiper-footer{
	display: flex;
	align-items: center;
	padding: 35px 26px 30px;
	background: #fff;
}
.swiper-footer h3{
	flex: 1;
	font-size: 35px;
	font-weight: normal;
	color: #010101;
}
.swiper-footer .share{
	display: inline-block;
	width: 37px;
	height: 37px;
}
.swiper-footer>p{
	display: flex;
	align-items: center;
}
.swiper-footer .wechat{
	background: url(/Public/photoshow/images/wechat.png) no-repeat center;
}
.swiper-footer .qq{
	background: url(/Public/photoshow/images/qq.png) no-repeat center;
}

.pic-item{
	margin-top: 40px;
}
.pic-tle{
	font: normal 45px "黑体";
}
.pic-con{
	margin-top: 30px;
	display: flex;
	border-left: 1px solid #1b1b1b;
}
.pic-con>a{
	margin-left: 36px;
	height: 375px;
	width: 260px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pic-con img{
	width: 260px;
	/*height: 375px;*/
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.pic-con img:hover{
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.pic-con a.pic-con-more{
	position: relative;
	display: inline-table ;
	box-sizing: border-box;
	padding-top: 140px;
	width: 315px;
	margin-right: 4px;
	text-align: center;
	font: 40px "Adobe 黑体";
	color: #ea2103;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.pic-con a.pic-con-more:hover{
	color: #fff;
	background: #eb6100;
}
.pic-con-dot{
	flex: 1;
}
.pic-con-dot>i{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #b9b9b9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pic-con-more:hover .pic-con-dot>i{
	background: #fff;
}
.pic-con-more>span{
	display: block;
}

.footer img{
	display: block;
	width: 100%;
}


/* 侧边导航栏  */
.side-catalog{
    position: fixed;
    right: 0;
    bottom: 50px;
	width: 270px;
    height: 455px;
    font-size: 14px;
    font-family: 宋体;
    line-height: 19px;
    display: none;
}
.side-catalog .side-bar {
    position: absolute;
    top: 0;
    width: 0;
    height: 465px;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-top: 0;
    border-bottom: 0;
    left: 5px;
}
.side-catalog .catalog-scroller {
    padding-top: 15px;
    position: absolute;
    z-index: 101;
    bottom: 0;
    left: 0;
    width: 210px;
    overflow: hidden;
    background: #f8f8f8;
}
.side-catalog .catalog-scroller .catalog-list {
    width: 150px;;
    height: auto;
    position: relative;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title {
    position: relative;
    padding-left: 20px;    
    border-left: 2px solid #d7d0d0;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title .pointer {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-top: 4px;
    left: 0;
    background: transparent url(../images/sideCatalog_a278e02.png) 3px -222px no-repeat;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title .title-link {
	display: block;
	padding: 6px 10px;
    color: #555;
    font-weight: 700;
    text-decoration: none;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title .title-index {
    color: #999;
    font-weight: 700;
    font-family: Arial;
    font-size: 14px;
    padding-right: 5px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.active .title-link{	
	background: #f39f77;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.active .title-index{
	color: #fff;
} 
.side-catalog .catalog-scroller .catalog-list .arrow {
    left: 0;
    z-index: 2;
    top: 0;
    position: absolute;
    height: 13px;
    width: 18px;
    cursor: pointer;
    background: transparent url(../images/sideCatalog_a278e02.png) -271px -38px no-repeat;
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover{
	color: #fff!important;
}
<!--耗时1764554215.4469秒-->