@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:#fff;
}
@font-face {
	font-family: 'myFont';
	src:url('font/CY13_0.TTF');
}

header{
	width:100%;
	max-width:720px;
	height:5.25rem;
	float:left;
	position:fixed;
	z-index:999;
	background:rgba(255,255,255,.5);
}
header.active{
    background:rgba(255,255,255,1)!important;
	/*background:rgba(19,49,103,1)!important;*/
	transition:background .5s;
	 /* Firefox 4 */
	-moz-transition:background .5s;
	 /* Safari and Chrome */
	-webkit-transition:background .5s;
	 /* Opera */
	-o-transition:background .5s;
}
header:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #fff;
    z-index: -1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
header.active:before {
    height: 100%;
}

header .top{
	width:100%;
	height:1.5rem;
	float:left;
	line-height:1.25rem;
	background-color:#f2f2f2;
	text-align:center;
}
header .top a{
	font-size:.55rem;
	color:#6a6a6a;
	border-right:1px solid #b4b4b4;
	padding:0 .25rem;
}
header .top a:last-child{
	border:0;
}
#logo{
	width:40%;
	height:2.5rem;
	line-height:2.5rem;
	color:#191919;
	font-size:1.1rem;
	font-weight:bold;
	position:absolute;
	left:3%;
	top:calc(50%);
	-webkit-transform: translate(0, -50%);  
	transform: translate(0, -50%);
}
#logo img{width:auto;height:100%;float:left;margin-right:.5rem;}

#logo img.hide {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
header.active #logo img.show {
    opacity: 0;
    visibility: hidden;
}
header.active #logo img.hide {
    opacity: 1;
    visibility: visible;
}


#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;
}

/***顶部搜索******/
.header-button {
    width:22px;
    height:22px;
	float:right;
    background: url(/public/images/img/ss.png) no-repeat center center;
	background-size:100%;
    border: none;
	margin:19px 16% 18px 0;
    cursor: pointer;
}
#search-form.open {
    height: 40px;
}
#search-form {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
    position: absolute;
    top: 3.75rem;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}
#toggle-search.open:after {
    top: 45px;
	opacity:1;
}
#toggle-search:after {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
    position: absolute;
    top: 3.75rem;
    right: 18%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 6px 6px 10px;
	opacity:0;
}
#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 10px;
    background: transparent;
    border: none;
}
#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
}
#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width:80px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    background: #c6cacd;
    border: none;
    cursor: pointer;
}



#scrollTop {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40%;
}



#main{
	width:100%;
	height:auto;
	float:left;
	margin-top:5.25rem;
}

.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;
}

.indexTitle{
	width:100%;
	height:auto;
	float:left;
	z-index:2;
	background:#fff;
	overflow:hidden;
}
.indexTitle .nav{
	width:100%;
	height:3.5rem;
	float:left;
	line-height:3.5rem;
	border-bottom:1px solid #282828;
	z-index:2;
	overflow:hidden;
	display:flex;
}
.indexTitle .nav span{
	flex:1;
	float:left;
	height:100%;
	font-size:.9rem;
	color:#282828;
	margin-right:1rem;
	cursor:pointer;
}
.indexTitle .nav span.span_click{
	color:#0a76fc;
	font-weight:bold;
}
.indexTitle .nav a{
	float:right;
	font-size:.8rem;
	color:#a3a4a7;
}

.index_title{
	width:100%;
	height:auto;
	float:left;
	background:url(/public/images/img/na.png) no-repeat center center;
	background-size:cover;
	padding-bottom:1.5rem;
}
.index_title span{
	width:100%;
	height:2rem;
	float:left;
	font-size:1rem;
	margin-top:1rem;
	color:#fff;
	line-height:2rem;
	text-align:center;
	font-weight:bold;
	position:relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_title em{
	width:3rem;
	height:.25rem;
	float:left;
	background-color:#fff;
	margin:.25rem calc(50% - 1.5rem) ;
    position: relative;
}

.numAdd{
	width:100%;
	height:auto;
	float:left;
	margin-top:1rem;
}
.numAdd ul{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.numAdd ul li{
	width:25%;
    position: relative;
    box-sizing: border-box;
    /*height: 90px;*/
	float:left;
    font-size: .75rem;
    text-align: center;
    color: #0086ff;
	padding:1rem 0;
    /*display: flex;
    align-items: center;*/
}
.numAdd ul li:last-child{
	margin-right:0;
	border-right:0;
}
.numAdd ul li img{
    width: 80px;
    height: 80px;
    /*margin-right: 8px;*/
}
.numAdd ul li .li-right{
    text-align: center;
}
.numAdd ul li .li-right i{
    display:none;
}
.numAdd ul li .li-right em{
    font-size: 1rem;
    font-weight: 700;
	color:#0086ff;
}
.numAdd ul li .li-right span{
    font-weight: 600;
}
.numAdd ul li .li-right p {
    margin-top: 10px;
    font-weight: 500;
}



footer{
	width:100%;
	height:auto;
	float:left;
	margin-top:2rem;
	background-color:#efefef;
	padding:1rem 0;
}
footer .foot{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	box-sizing:border-box;
}
.topLeft{
	width:5rem;
	height:auto;
	float:left;
	margin-left:3%;
	margin-top:1rem;
}
.topLeft img{
	width:100%;
	height:5rem;
	float:left;
}
.topLeft span{
	width:100%;
	height:1.5rem;
	float:left;
	line-height:1.5rem;
	color:#282828;
	margin-top:.2rem;
	font-size:.7rem;
	text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topRight{
	width:calc(91% - 5rem);
	height:auto;
	float:left;
	margin-left:3%;
	box-sizing:border-box;
}
.topRight dl{
	width:100%;
	height:1rem;
	float:left;
	line-height:1rem;
	margin:0 0 .5rem 0;
	
}
.topRight dl dd{
	width:20%;
	float:left;
	color:#282828;
	font-size:.8rem;
	border-right:1px solid #282828;
	box-sizing:border-box;
	text-align:center;
	
}
.topRight dl dd:last-child{
	border-right:0;
}
.topRight .p{
	width:100%;
	height:auto;
	float:left;
	line-height:1.5rem;
	color:#656565;
	font-size:.8rem;
	margin-top:3px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}




/**************分页********************/
#page{
	width:100%;
	float:left;
	margin:2rem 0 1rem 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:#de0615;
	border:1px #de0615 solid;
}
#page a.cur{
	border-color:#de0615;
	background:#de0615;
	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;
}






