::-webkit-scrollbar{display:none;}
*{margin:0;padding:0;}
body{margin:0 auto !important;width:100%;font-family:"Microsoft YaHei";font-size:14px;color:#444;background:#fff;}
h1,h2,h3,h4,h5,h6,p,div,input{margin:0;padding:0;}
li{list-style:none;margin:0;padding:0;}
a{text-decoration:none;color:#444;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;}
a:hover{text-decoration: none;color:#f00;}
.fl{float:left;}
.fr{float:right;}
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.w{width:100%;}
.bs{box-sizing: border-box;}
img{vertical-align: middle;}
.clearfix:after{display: table;content:"";height:0;clear:both;visibility:hidden;}
input[type="button"],input[type="submit"],input[type="text"],input[type="password"],input[typa="reset"],textarea{cursor: pointer;-webkit-appearance:none;}
input[type="text"],input[type="password"],input[type="email"],input[typa="reset"],select{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="submit"]{border-radius:0;}
input[type="button"]{border-radius:0;}
input[type="text"]{border-radius:0;}
:-moz-placeholder{color: #888;opacity:1;}
::-moz-placeholder{color: #888;opacity:1;}
input:-ms-input-placeholder{color: #888;opacity:1;font-size:1.4rem;}
input::-webkit-input-placeholder{color: #888;opacity:1;font-size:1.4rem;}
select{border: solid 0px #000;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:transparent;font-size:1.4rem;}
@media screen and (max-width:374px){html{height: 100%;font-size: 10px;}}
@media screen and (min-width:375px) and (max-width:414px){html{height: 100%;font-size:11px;}}
@media screen and (min-width:415px){html{height: 100%;font-size:12px;}}
*{-webkit-touch-callout:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
header,nav,section,footer{display: block;}
/*顶部*/
header{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:#fff;
	padding:10px 0px;
	box-sizing: border-box;
	z-index:1000;
	box-shadow:0px 0px 6px rgba(0,0,0,0.2);
}
header a img{
	height:35px;
}

/*导航条*/
.menu {
	width:100%;
	position: relative;
	overflow: hidden;
	background:#e10000;
	height:40px;
	line-height:40px;
	box-sizing: border-box;
	position:fixed;
	top:55px;
	left:0px;
	width:100%;
	z-index:1000;
}
.menu .nav {
	padding:0px 20px 0px 20px;
	height:40px;
	overflow:hidden;
	width:100%;
	box-sizing: border-box;
}
.swiper-nav {
	height:40px;
	width:96%;
	margin-left:2%;
	z-index:999;
	overflow: hidden;
}
.swiper-nav .swiper-wrapper {
	margin: 0 auto;
}
.swiper-nav span {
	cursor: pointer;
	display: block;
	color:#ffffff;
	text-align: center;
	height:40px;
	line-height:40px;
	font-size:0.8rem;
}
.swiper-nav span a {
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	color:#ffffff;
	padding:0px 0px;
	display:block;
}
.swiper-nav span:active {
	background:rgba(0,0,0,0.2);
}
.menu .nav .swiper-slide {
	float:left;
	width:25%;
	text-align:center;
	font-size:14px;
	box-sizing: border-box;
}
.menu .nav .swiper-slide a{

	font-size:16px;
}
.menu .nav .swiper-wp8-horizontal {
	-ms-touch-action:pan-y
}
.menu .nav .swiper-wp8-vertical {
	-ms-touch-action:pan-x
}
.menu .nav .scroll-container {
	height:100%;
	width:100%
}
.menu .nav .scroll-container .swiper-slide {
	width:100%
}
.menu .nav .swiper-gallery .swiper-slide {
	width:100%;
	position:relative;
	text-align:center
}
.menu .nav .swiper-button-prev,.swiper-button-next {
	position:absolute;
	top:22px;
	display: inline;
	color:#ffffff;
	width:20px;
	height:40px;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	z-index:9;
	font-size:24px;
	font-weight:bold;
	outline:none !important;
	opacity:1;
}
.menu .nav .swiper-button-next {
	background:url(../images/nav4.png) 0 center no-repeat;
	background-size:12px;
	right:0px;
}
.menu .nav .swiper-button-prev {
	background:url(../images/nav3.png) 0 center no-repeat;
	background-size:12px;
	left:8px;
}

/*轮播图*/
    .banner {
    width:100%;
    position:relative;
    height:50%;
    box-sizing: border-box;
    margin-bottom:0px;
    overflow: hidden;
    z-index:1;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .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;
    width:100%;
    height:100%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:2px;
}
.banner .swiper-pagination-bullet {
    background:#ddd;
    opacity:1;
    margin:0 5px;
    width:8px;
    height:8px;
    border-radius:8px;
}
.banner .swiper-pagination-bullet-active {
    background:#e10000;
    opacity:1;
}
/*标题*/
.index_tit{
	text-align:center;
	padding:15px 0px;
}
.index_tit p{
	text-transform:uppercase;
	font-size:12px;
	color:#ddd;
}
.index_tit h1{
	text-transform:uppercase;
	font-size:25px;
	font-weight:bold;
	line-height:26px;
	margin-bottom:10px;
}
.index_tit h1 span{
	font-weight:normal;
	padding-left:10px;
	color:#e10000;
}
.index_tit h1 b.red{
	padding-right:10px;
	color:#e10000;
}
/*每周客片*/
.weekly{

}
.weekly dl{
	width:100%;
	border-bottom:1px solid #ddd;
	padding:0 15px 10px;
	margin-bottom:10px;
	text-align:center;
	box-sizing: border-box;
}
.weekly img{
	width:100%;
}
.weekly dl dd{
	line-height:30px;
	font-size:15px;
}
/*预约报名*/
.order{
	background:url(../images/order.jpg) left top repeat;
	width:90%;
	padding:15px 5%;
}
.order .title{
	font-size:18px;
	color:#fff;
}
.order form{
	margin-top:10px;
}
.order .line{
	color:#fff;
	font-size:15px;
	margin-bottom:10px;
	line-height:34px;
}
.order .line input{
	width:75%;
	border-radius:4px;
	background:#fff;
	border:none;
	padding:0 2%;
	outline:none;
	height:34px;
	line-height:34px;
	
}
.order input[type="submit"]{
	color:#fff;
	background:#d7b450;
	height:36px;
	line-height:36px;
	padding:0 25px;
	border-radius:4px;
	border:none;
	font-size:16px;
	margin-left:60px;
}
.news{
	padding:15px;
}
.newsTit{
	background:url(../images/index3.jpg) left center no-repeat;
	padding-left:8px;
	height:26px;
	line-height:26px;
	margin-bottom:5px;
}
.newsTit span{
	font-size:20px;
	color:#333;
	font-weight:normal;
	height:26px;
}
.newsTit span b{
	font-weight:normal;
	font-size:12px;
	color:#aaa;
}
.newsTit a{
	color:#333;
	font-size:15px;
}
.newsTit a i{
	font-style:normal;
	font-family:"Simsun";
	margin-right:4px;
}

.news li{
	border-bottom:1px dashed #ddd;
	padding:8px 0px;
}
.news li a{
	display:block;
	width:100%;
	height:100%;
	line-height:36px;
	font-size:15px;
}
.news li a span.fl{
	width:75%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
footer{
	background:#e10000;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	padding:5px 0px;
	z-index:100;
}
footer li{
	float:left;
	width:33.3%;
	text-align:center;
}
footer li a{
	color:#fff;
	font-size:14px;
}
footer ul{
	margin-bottom:0px;
}
footer li img{
	height:16px;
}
/*内页*/
.page_top{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background:#e10000;
	padding:0 10px;
	box-sizing: border-box;
	z-index:1000;
}
.page_top a.fanhui{
	width:10%;
	height:50px;
	background:url(../images/arrow1.png) left center no-repeat;
}
.page_top a.nav_btn{
	width:10%;
	height:50px;
	background:url(../images/nav_btn.png) right center no-repeat;
}
.page_menu{
	width:80%;
}
.page_menu .tit{
	height:50px;
	line-height:50px;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:20px;
}
.page_menu .tit span{
	background:url(../images/arrow2.png) right center no-repeat;
	padding-right:20px;
}
.page_menu .box{
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	z-index:100;
	background:#fff;
	box-shadow:0px 3px 3px rgba(0,0,0,.2);
	display:none;
}
.page_menu .box a{
	line-height:42px;
	width:100%;
	display:block;
	text-align:center;
	font-size:15px;
	border-bottom:1px dashed #ddd;
}
.page_menu .box a:last-child{
	border-bottom:0px;
}
nav{
	position:fixed;
	top:50px;
	left:50%;
	width:50%;
	background:#e10000;
	height:100%;
	display:none;
}
nav a{
	font-size:17px;
	color:#fff;
	line-height:44px;
	text-align:center;
	display:block;
	border-bottom:1px dashed #ddd;
}
/************关于我们**************/
#about{
	padding:15px;
}
#about p{
	font-size:15px;
	line-height:30px;
}
#about .img{text-align:center;}
#about .img img{
	max-width:100%;
}
#about  img{
	max-width:100%;
}

#photo{
	padding:15px 0px;
}
.flip{
	padding:10px 0px;
}
.flip a{
	display:inline-block;
	border:1px solid #ddd;
	height:28px;
	line-height:28px;
	padding:0 10px;
}
.flip a.on{
	background-color:#e10000;
	border-color:#e10000;
	color:#fff;
}
/*********************客照详情页*************************/
#photo_del .title{
	text-align:center;
	padding-top:15px;
	font-size:17px;
	margin-bottom:8px;
}
#photo_del .date{
	text-align:center;
	font-size:13px;
	color:#888;
	border-bottom:1px dashed #ddd;
	padding-bottom:8px;
	margin-bottom:10px;
}
#photo_del .cont{
	padding:0 15px 15px;
	border-bottom:1px dashed #ddd;
}
#photo_del .cont .img{
	text-align:center;
}
#photo_del .cont img{
	max-width:100%;
	margin-bottom:10px;
}
.flip1{
	padding:10px 15px;
}
.flip1 a{
	display:block;
	width:100%;
	line-height:28px;
}
.flip1 a span{
	color:#e10000;
}
#news_del{
	padding:15px 15px 0;
}
#news_del .title{
	padding:15px 15px;
	background:#f4f4f4;
	text-align:center;
	margin-bottom:10px;
}
#news_del .title h1{
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
	color:#222;
}
#news_del .title p{
	font-size:14px;
}
#news_del .title p span{
	margin:0 10px;
	color:#999;
}
#news_del .cont p{
	font-size:15px;
	line-height:28px;
	color:#555;
}
#news_del .cont img{
	max-width:100%;
	margin:10px auto;
}
#news_del .cont{
	padding-bottom:20px;
	border-bottom:1px dashed #ddd;
}

