@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:3.75rem;
	float:left;
	position:fixed;
	z-index:999;
	background-color:#fff;
}

#header .logo {
    width: 20%;
	height:100%;
    float: left;
	position:relative;
}
#logo{
	width:48%;
	height:100%;
	background:url(/public/images/images/logo_bj.png) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translate(0, -50%);  
	transform: translate(0, -50%);
}
#logo img{
	height:65%;
	
	/*中部局中*/
	position:absolute;  
	top:50%;  
	left: 40%;  
	-webkit-transform: translate(-50%, -50%);  
	transform: translate(-50%, -50%);
}

@font-face {
	font-family: 'myFont';
	src:url('font/SOURCEHANSERIFSC-BOLD.OTF');
}








#main{
	width:100%;
	height:auto;
	float:left;
	margin-top: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;
}



.index_title{
	width:100%;
	height:auto;
	float:left;
}
.index_title span{
	width:100%;
	height:auto;
	float:left;
	line-height:2rem;
	font-size:1.1rem;
	text-align:center;
	color:#282828;
	font-family: 'myFont';
	position:relative;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.index_title p{
	width:100%;
	height:auto;
	float:left;
	line-height:1.5rem;
	font-size:.9rem;
	margin-top:.5rem;
	text-align:center;
	color:#454545;
}
.index_title em{
	height:auto;
	float:right;
	font-size:.8rem;
	color:#5f5f5f;
    position: relative;
}


footer{
	width:100%;
	height:auto;
	float:left;
	padding:2rem 3% 1rem 3%;
	position:relative;
	background:#f8f8f8;
	box-sizing:border-box;
}
.foot_top{
	width:100%;
	height:auto;
	float:left;
}
.foot_top .dl{
	width:90%;
	height:2rem;
	float:left;
	margin:0 5%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.foot_top .dl .dd{
    display: flex;
    align-items: center;
	width:2rem;
	height:100%;
	float:left;
	margin-right:5%;
}
.foot_top .dl .dd:last-child{
	margin-right:0;
}
.foot_top .dl .dd.f1{
	background:url(/public/images/images/foot1.png) no-repeat center center;
	background-size:100%;
}
.foot_top .dl .dd.f2{
	background:url(/public/images/images/foot2.png) no-repeat center center;
	background-size:100%;
}
.foot_top .dl .dd.f3{
	background:url(/public/images/images/foot3.png) no-repeat center center;
	background-size:100%;
}
.foot_top .dl .dd.f4{
	background:url(/public/images/images/foot4.png) no-repeat center center;
	background-size:100%;
}
.foot_top .dl .dd.f5{
	background:url(/public/images/images/foot5.png) no-repeat center center;
	background-size:100%;
}
.foot_top .dl .dd a{
	display:block;
	width:100%;
	height:100%;
}
.foot_top .select{
	width:100%;
	height:2.5rem;
	float:left;
	margin-top:1.5rem;
	line-height:2.5rem;
	padding:0 .5rem;
	box-sizing:border-box;
	font-size:.8rem;
	color:#282828;
	background-color:#fff;
	border:1px solid #dcdcdc;
	border-radius:.5rem;
}
.foot_top .select li{
	width:100%;
	height:100%;
	float:left;
}
.foot_top .select li dl{
	width:100%;
	height:100%;
	float:left;
	padding-right:1rem;
	background:url(/public/images/images/xiajiantou.png) no-repeat right center;
	background-size:auto 20%;
	box-sizing:border-box;
	position:relative;
}
.foot_top .select li dl dd{
	width:100%;
	height:100%;
	float:left;
}
.option a{
	display:block;
}

.foot_cent{
	width:100%;
	height:auto;
	float:left;
	margin-top:1rem;
	position:relative;
}
.foot_cent dl{
	width:100%;
	height:auto;
	float:left;
	display:none;
}
.foot_cent dl dt{
	width:100%;
	height:2.4rem;
	float:left;
	line-height:2.4rem;
	font-weight:bold;
	color:#282828;
	font-size:.9rem;
}
.foot_cent dl dd{
	width:100%;
	height:auto;
	float:left;
	line-height:2rem;
	color:#7d7d7d;
	font-size:.8rem;
}

.foot_bot{
	width:100%;
	height:auto;
	float:left;
}
.foot_bot .le{
	width:100%;
	float:left;
	line-height:1.5rem;
	color:#666;
	padding-top:1rem;
	border-top:1px solid #dcdcdc;
	margin-top:1rem;
	font-size:.8rem;
}
.foot_bot .le span{
	width:100%;
	color:#282828;
	font-weight:bold;
	font-size:.9rem;
	float:left;
}



/**************分页********************/
#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;
}






