@charset "utf-8";
html{
	font-family:Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-text-size-adjust:none;/*取消浏览器最小字体限制*/
}
*{
	padding:0;
	margin:0;
	outline:none;
}
ol,li,ul,dl,dt,dd{
	list-style:none;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:inherit;
}
i{
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 { 
	font-size:inherit;
	font-weight:lighter;
}
/**移动端去除点击蓝色底纹**/
a:link,
a:active,
a:visited,
a:hover {
    /*background: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
/**移动端去除点击蓝色底纹**/
/**去除苹果端默认样式**/
button{-webkit-appearance:none;outline:none}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0;}
textarea {  -webkit-appearance: none;} 
/**去除苹果端默认样式**/
button,submit {
	cursor:pointer;
}
table {
	border-collapse:collapse; 
	border-spacing:0;
}
b,em,i{
	display:inline-block;
	font-weight:normal;
	font-style:normal;
}

body{
    max-width:750px;
    margin:0 auto;
	font-family:"微软雅黑",Microsoft YaHei;
	background-color:#f6f6f6;
}
@font-face {
	font-family: 'myFont';
	src:url('font/CY13_0.TTF');
}

header{
	width:100%;
	max-width:720px;
	height:3.75rem;
	float:left;
	position:fixed;
	z-index:999;
	background-color:#fff;
}
#logo{
	width:40%;
	height:2.25rem;
	line-height:2.25rem;
	color:#191919;
	font-size:1.1rem;
	font-weight:bold;
	position:absolute;
	left:3%;
	top:50%;
	-webkit-transform: translate(0, -50%);  
	transform: translate(0, -50%);
}
#logo img{width:auto;height:100%;float:left;margin-right:.5rem;}

#headVip{
    height: 1.35rem;
    float: right;
    border: none;
    margin: 1.2rem 17% 0 0;
    cursor: pointer;
}
#headVip img{
    height: 100%;
    float: left;
}

#tel{
	width:40%;
	height:1.2rem;
	line-height:1.2rem;
	color:#0060ff;
	font-size:.9rem;
	font-weight:bold;
	position:absolute;
	left:48%;
	top:50%;
	-webkit-transform: translate(0, -50%);  
	transform: translate(0, -50%);
    background: url(/public/images/img/tel.png) no-repeat left center;
    background-size:auto 100%;
	text-indent:1.8rem;
}








#main{
	width:100%;
	height:auto;
	float:left;
	margin-top:3.75rem;
	margin-bottom:3.75rem;
}

.swiper-container {
	width: 100%;
	height:auto;
	float:left;
	overflow:hidden;
}
.swiper-container .swiper-slide {
	width: 100%;
	height:auto;
	float:left;
}
.swiper-container .swiper-slide  img{
	width:100%;
	height:auto;
	float:left;
}



/*弹出*/
.EqMask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    opacity: .75;
    position: fixed;
    top: 0;
    z-index: 999;
    display: none
}

.EqCode {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 85%;
    height: auto;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
    text-align: center;
    overflow: hidden;
    z-index: 999;
    display: none
}

.EqCode .Tit {
    width: 100%;
    height: 4rem;
    float: left;
    line-height: 4rem;
    text-align: center;
    font-size: .95rem;
    color: #fff;
	font-weight:bold;
    overflow: hidden;
	background-image: linear-gradient(to bottom, #fd6c00,#d70700);
	position:relative;
}
.EqCode .Tit span{
	background:url(/public/images/img/laba.png) no-repeat left center;
	background-size:auto 100%;
	padding-left:2rem;
}

.EqCode .Tit .close{
	width:1.3rem;
	height:1.3rem;
	position:absolute;
	right:.5rem;
	top:.5rem;
	background:url(/public/images/img/close2.png) no-repeat center center;
	background-size:100% 100%;
}

.EqCode .Code{
    width: 100%;
    height: auto;
    float: left;
	padding:1.2rem;
	box-sizing:border-box;
	font-size:.8rem;
	line-height:1.5rem;
	color:#4b4b4b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:10;
	-webkit-box-orient: vertical;
}






footer{
    height:3.75rem;
    position:fixed;
    bottom:0;
    width:100%;
	max-width:720px;
    z-index:99;
	background-color:#fff;
	border-top:1px solid #f4f4f4;
}
footer ul{
	display:flex;
	width:100%;
	height:100%;
	float:left;
}
footer ul li{
	flex:1;
	text-align:center;
	height:100%;
	float:left;
	color:#585859;
	font-size:.85rem;
}

footer ul li em{
	width:100%;
	height:1.7rem;
	margin:6px auto;
	margin-bottom:0;
}
footer ul li.f1 em{
	background:url(/public/images/img/home.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li.f2 em{
	background:url(/public/images/img/kefu.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li.f3 em{
	background:url(/public/images/img/vip.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li span{
	width:100%;
	height:1.25rem;
	line-height:1.25rem;
	float:left;
	color:#585859;
	margin-top:0px;
	
}
footer ul li a{
	width:100%;
	height:100%;
	float:left;
	display:block;
}



/**************分页********************/
#page{
	width:100%;
	float:left;
	margin:.5rem 0 2rem 0;
	
	/*定义居中*/
	display: flex;
	justify-content: center;
	align-items: center;
}
#page a{
	display:block;
	float:left;
	margin-right:.5rem;
	padding:0 .5rem;
	height:1.5rem;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:.75rem;
	line-height:1.5rem;
}
#page a:hover{
	color:#b90606;
	border:1px #b90606 solid;
}
#page a.cur{
	border-color:#b90606;
	background:#b90606;
	color:#fff;
}
#page p{
	float:left;
	padding:0 .5rem;
	font-size:.75rem;
	height:1.5rem;
	line-height:1.5rem;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:.5rem;
}
#page p.pageRemark{
	border-style:none;
	background:none;
	margin-right:.5rem;
	padding:0;
	color:#666;
}
#page p.pageRemark b{
	color:#218e76;
    font-weight: normal;
    margin: 0 2px;
}
#page p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}






