@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;
}
#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;}

#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(/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;
}

.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;
}

@font-face {
	font-family: 'myFont';
	src:url('font/fdbsjw.ttf');
}
.index_title{
	width:94%;
	height:1.8rem;
	float:left;
	margin:0 3%;
	line-height:1.8rem;
	text-align:center;
	position:relative;
	color:#d9d6d7;
	font-size:.8rem;
	font-family: 'myFont';
	position:relative;
}
.index_title span{
	width:100%;
	height:1.8rem;
	position:absolute;
	left:0;
	top:0;
	color:#282828;
	font-size:1rem;
	font-weight:bold;
}
.index_title span em{
	color:#e90000;
	font-weight:bold;
}

.videos{
	display:none;
	width:100vw;
	height:100vh;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.8);
	z-index:3;
}
.vclose { position:absolute;right:2%; top:20%; border-radius:100%; cursor: pointer; }
.videos video{
	width:96%;
	height:16rem;
	/*中部局中*/
	position:absolute;  
	top:50%;  
	left: 50%;  
	-webkit-transform: translate(-50%, -50%);  
	transform: translate(-50%, -50%);
}



footer{
	width:100%;
	height:auto;
	float:left;
	border-top:.5rem solid #e01a19;
}
footer .foot{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	position:relative;
	box-sizing:border-box;
	padding:1rem 0;
}
.fooLogo{
	width:94%;
	height:auto;
	float:left;
	margin:.5rem 3% 0 3%;
}
.fooLogo img{
	width:94%;
	height:auto;
	float:left;
	margin:0 3%;
}
.foot_nav{
	width:94%;
	height:auto;
	float:left;
	margin:1.2rem 3% 0 3%;
	padding:.8rem 0;
	box-sizing:border-box;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.foot_nav .le{
	width:calc(100% - 6rem);
	height:auto;
	float:left;
}
.foot_nav dl{
	width:100%;
	height:auto;
	float:left;
}
.foot_nav dl dd{
	width:25%;
	height:auto;
	float:left;
	line-height:1rem;
	font-size:.8rem;
	color:#282828;
	text-align:center;
	overflow:hidden;
	border-right:1px solid #282828;
	box-sizing:border-box;
	margin:.5rem 0;
}
.foot_nav dl dd:nth-child(4n){
	border-right:0;
}
.foot_nav p{
	width:100%;
	height:auto;
	float:left;
	line-height:2rem;
	font-size:.8rem;
	color:#282828;
	text-indent:.3rem;
	overflow:hidden;
}
.foot_nav .img{
	width:5rem;
	height:auto;
	float:right;
	margin-top:.2rem;
}
.foot_nav .img img{
	width:80%;
	height:4rem;
	float:left;
	margin:0 10%;
}
.foot_nav .img span{
	width:100%;
	height:1.5rem;
	float:left;
	line-height:1.5rem;
	color:#282828;
	font-size:.8rem;
	margin-top:.3rem;
	text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot_bt{
	width:94%;
	height:auto;
	float:left;
	margin:.8rem 3% 0 3%;
}
.foot_bt dd{
	width:100%;
	height:auto;
	float:left;
	color:#343436;
	line-height:1.8rem;
    font-size: .8rem;
	text-align:center;
}




/**************分页********************/
#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:#194791;
	border:1px #194791 solid;
}
#page a.cur{
	border-color:#194791;
	background:#194791;
	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;
}



/**************分页********************/
#pages{ text-align:center;padding-bottom:1rem;padding-top:2rem;float:left;width:100%;}
#pages a{ display:inline-block; padding:.25rem .5rem; background-color:#fff;color:#494949;border:1px solid #e2e2e2;margin:0 3px;-webkit-transition: background-color .25s;transition:background-color .25s;cursor:pointer;}
#pages a:hover{ background-color:#ec1411; color:#fff}
#pages a.active{ background-color:#ec1411; color:#fff}
#pages a.prev,#pages a.next{ font-size:.875rem; position:relative; padding:.33rem .1875rem;top:-.13rem} 
#pages span{display:inline-block; padding:.25rem .5rem; color:#fff; position:relative;background-color:#ec1411;border:1px solid #e2e2e2;}


