@charset "utf-8";
@font-face {
	font-family: 'fontNameRegular'; /* 字体名称,可自己定义 */  
	src: url('../style/Playball.eot');  
	src: local('fontName Regular'),  
	local('Playball'),  
url('../style/Playball.woff') format('woff'),  
url('Playball.ttf') format('truetype'),  
url('../style/Playball.svg#LIGHRG') format('svg');  
}  

/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style-type: none;
}
.clearfix:after{
	height:0;
	content:"";
	display:block;
	visibility:hidden;
	clear:both;}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	font-size: 12px;
}

.menuBtn {
	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	
	left: 10px;
}
.clear {
	clear: both;
}
.wrap {
    width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding:0;
}
.inner {
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-top:30px;
	padding-bottom:20px;
	position:relative;
	right:0;
}
.inner h1{
	text-align:center;
	font-family:'Julius Sans One',sans-serif;
	font-weight:300;
	font-size:48px;}
.inner img{
    width: 380px;
}
.subMenu {
	position:fixed;
	top: 0px;
	z-index: 1000;
	width: 100%;
	right:0;
	background:#fff;
	box-shadow:0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);}
.subMenu .inner {
	padding:0;
	font-weight: 400;
}
.subMenu .inner .nav{
    float:right;
}
.subNavBtn {
	display: block;
	width: 12%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding-left:2%;
	padding-right:2%;
	text-align: center;
	color:#5b5b5b;
}
.end {
	margin: 0;
}
.sTop {
	color:#3d3d3d;
	overflow:hidden;
	position:relative;
	background:#000;
}

.s2 {
	background: #000;
}
.s3 {
	background: #fff;
}
.s4 {
	background: #000;
	color: white;
}
.s5 {
	background: #fff;
}
.top{
    width: 100%;
    background: #000;
    height: 115px;
}
.top h1{
    line-height: 90px;
    font-size: 1.8rem;
    font-family:sans-serif;
    font-weight: normal;
    background:#fff;
    width: 400px;
    text-align: center;
}
.nr{
    width:100%;
}
.nr .section{
    width: 100%;
    position: relative;
    height: 300px;
}
.logo{
	width:40%;
	float:left;
	height:90px;}
.logo p{
	display:block;
	float:left;
	width:40%;
	line-height:90px;
	font-size:36px;
	background:#fff;
	margin:0;}
.logo p.img_logo{
	width:87%;
	height:90px;}
.logo p.img_logo img{
	width:100%;
	height:90px;}
.logo .dh{
	display:none;}
.nav{
	width:50%;
	float:right;
	height:90px;
	line-height:90px;}
.nav1{
	display:none;}
.kb{
	height:90px;}
.sTop img{
	width:100%;
	height:auto;}
.dt_bt{
	width:50%;
	position:absolute;
	top:12%;
	text-align:center;}
.dt_bt h2{
	font-size:80px;
	color:#fff;
	font-family:"MS Serif", "New York", serif;
	font-weight:normal;
	text-align:center;
	line-height:100px;}
.dt_bt img{
	width:400px;}
.dt_bt p{
	font-size:20px;
	letter-spacing:3px;
	color:#fff;
	font-family:inherit;
	margin-bottom:20px;}
.arrow-down {
	width:0; 
    height:0; 
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #fff;
	text-align:center;
	position:absolute;
	bottom:5%;
	left:50%;
	margin-left:-7px;
	padding-bottom:20px;
}
.arrow-down1 {
	width:0; 
    height:0; 
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #000;
	text-align:center;
	position:absolute;
	bottom:5%;
	left:50%;
	margin-left:-7px;
}
.arrow-down2 {
	width:0; 
    height:0; 
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:7px solid #000;
	text-align:center;
	position:absolute;
	top:5%;
	left:50%;
	margin-left:-7px;
}
.s1{
	width:100%;
	background:#fff;}
.s1 h1{
	text-align:center;
	color:#222;
	font-family:'Julius Sans One',sans-serif;
	font-weight:300;
	padding-top:20px;}
.s1 .sercive{
	width:100%;
	max-width:1200px;
	margin:auto;
	margin-bottom:70px;}
.s1 .sercive ul{
	width:50%;
	float:left;}
.s1 .sercive ul.left li{
	width:75%;
	padding-left:20%;
	padding-right:5%;}
.s1 .sercive ul.right li{
	width:75%;
	padding-right:20%;
	padding-left:5%;}
.s1 .sercive ul li h5{
	width:100%;
	margin:auto;
	height:100px;
	background:#828282;
	text-align:center;
	line-height:100px;
	color:#fff;
	font-size:30px;
	font-weight:300;
	position:relative;
	cursor:pointer;
	margin-bottom:10px;}
.s1 .sercive ul li h5:hover{
	background:#ff2a06;
	transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;}
.s1 .sercive ul li h5 i{
	font-weight:bold;
	font-size:25px;
	font-style:normal;
	position:absolute;
	right:20px;}
.s1 .sercive ul li .sercive_nr{
	display:none;
	width:100%;
	line-height:18px;
	font-size:13px;
	color:#5b5b5b;
	margin:auto;}
.s1 .sercive ul li .sercive_nr h6{
	line-height:25px;
	border-bottom:1px solid #ccc;
	padding-top:5px;
	padding-bottom:5px;
	font-size:15px;}
.s1 .sercive ul li .sercive_nr p{
	padding-top:10px;}
.s1 .sercive ul li .sercive_nr span h7{
	display:block;
	line-height:20px;
	color:#419efd;
	font-weight:bold;
	}
.xxy{
	width:100%;
	background:#000;
	text-align:center;}
.xxy img{
	left:50%;
	}
.xxy1{
	width:100%;
	background:#fff;
	text-align:center;}
.xxy1 img{
	left:50%;
	}
.section .inner{
	text-align:center;}
.about{
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-bottom:100px;}
.about p{
	text-align:center;
	font-size:13px;
	line-height:21px;
	}
.about p img{
	width:90%;}
.contact{
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-bottom:100px;
	}
.contact p{
	text-align:center;
	font-size:16px;
	line-height:40px;
	color:#5b5b5b;
	text-indent:2rem;
        font-weight: inherit;
}
.dt{
    width: 95%;
    margin:auto;
    max-width: 1000px;
    height: 400px;
}
.gallery{
    margin-top: 30px;
    padding-bottom: 50px;
	margin-bottom:100px;
}
.coupon{
	width:255px;
	height:100px;
	padding-top:15px;
	padding-bottom:25px;
	display:block;
	margin:auto;
	box-shadow:0 0 10px -3px #888;
	margin-bottom:100px;
	text-align:center;
	color:#333;
	text-decoration:none;}
.coupon p{
	font-size:24px;}
.hours{
	width:100%;
	max-width:1200px;
	margin:auto;}
.hours table{
	width:230px;
	border-collapse:collapse;
	border:1px solid #ddd;
	margin:auto;
	margin-bottom:50px;}
.hours table tr td{
	line-height:30px;
	color:#333;
	font-size:14px;
	text-align:center;}
.foot{
	width:100%;
	margin:auto;
	height:100px;
	background:#dfdfdf;
	text-align:center;
	line-height:100px;
	font-size:14px;
	color:#5b5b5b;}
@media screen and (max-width:600px){
.logo{
	width:100%;
	height:50px;
	line-height:50px;}
.logo .dh{
	display:block;
	width:12%;
	float:right;
	line-height:50px;
	text-align:center;}
.logo p{
	height:50px;
	font-size:18px;
	line-height:50px;}
.dh img{    
	width:50%;
	vertical-align:middle;}
.logo p.img_logo{
	height:50px;}
.logo p.img_logo img{
	height:50px;}
.nav{
	display:none;}
.nav1{
    display: none;
	padding-left:55%;
	padding-right:5%;
	width:40%;
	float:right;
	background:#000;
}
.nav1 a{
	width:100%;
	line-height:30px;
	text-align:right;
	color:#fff;}
.kb{
	height:50px;}
.subMenu{
	background:#fff;}
.dt_bt h2{
	font-size:20px;
	line-height:30px;}
.dt_bt p{
	display:none;}
.inner img{
    width: 70%;
}
.about{
	width:96%;
	margin:auto;
	margin-bottom:50px;}
.about p img{
	width:90%;}
.dt_bt img{
	width:90%;}
.arrow-down{
	padding-bottom:0;}
.s1 .sercive ul{
	width:100%;}
.s1 .sercive ul.left li,.s1 .sercive ul.right li{
	margin:auto;
	padding:0;
	width:90%;}
.s1 .sercive ul li h5{
	height:80px;
	line-height:80px;
	font-size:24px;}
.inner h1{
	font-size:36px;}
.inner{
	padding-bottom:0;}
.s1 h1{
	padding-bottom:20px;}
.coupon{
	margin-bottom:70px;}
.s1 .sercive{
	margin-bottom:50px;}
.gallery{
	margin-bottom:50px;}
.foot{
	height:70px;
	line-height:35px;
	padding-top:30px;}
}