
/*css 初始化开始 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: "SimSun","宋体",Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 12px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
    color: #000;
    overflow-x: hidden;
	overflow-y:auto;
    width: 100%;
	margin:0 auto;
    max-width: 640px;
    min-width: 320px;
    height: 100%;
    font-family: Microsoft YaHei;
	padding-bottom: 5rem;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#5a5a5a; 
    text-decoration: none; 
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:12px;
}
a:hover {
    text-decoration: none;
    color:inherit;
}

/*公共类*/
.w {
    width: 100%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	 clear:both;
}
.tal {
	 text-align:left;
}
.tac {
	 text-align:center;
}
.tar {
	 text-align:right;
}
.hide {
    display:none;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
    z-index: 9999;
}
.fixed {
	position:fixed;
	bottom: 0;
	z-index:9999;
}
.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
/*导航*/
.header {
	width: 100%;
	max-width:640px;
	margin:0 auto;
	height: 4rem;
	background:#fff;
	position:fixed;
	top: 0;
	z-index:9999;
}
.header h3{
  width:10%;
  color: #f86d12;
  height:4rem;
  line-height:4rem;
  font-size: 2rem;
  cursor: pointer;
}
.header span{
	width:90%;
	line-height:4rem;
	display:block;
}
.header span img {
	display:inline-block;
}
#nav {
	width:100%;
	background-color:#f0f0f0;
	position:absolute;
	top:4rem;
	z-index:9999;	
}
#nav li {
	border-bottom:1px solid #fff;
}
#nav li a {
	height:2.5rem;
	line-height:2.5rem;
	color:#000;
	font-size:1rem;
	display:block;
  padding:0 2%;
}
#nav a:hover {
	color:#fff;
	background-color:#f86d12;
}
#nav a.active{
	color:#000;
	background-color:#f0f0f0;
}
/*banner*/
.banner{
	margin-top:4rem;
}
.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}
/*标题*/
.tit {
	background: url(../image/tit.png) top center no-repeat;
	text-align: center;
}
.tit h3 {
  padding-top: 1rem;
  font-size: 1rem;
}
.tit span{
  font-size: 0.5rem;
  text-transform: uppercase;
  line-height: 2rem;
  color:#464646;
}
.more {
  background: url(http://www.jufenghui.com/4g/template/images/more.png) top center no-repeat;
  width:1rem;
  height:1rem;
  margin:0 auto;
}
.more a {
	display:block;
}
.ipro ul {
  width:98%;
  margin: 0 auto;
}
.ipro ul li {
  float:left;
  width:46%;
  margin:2%;
  text-align: center;
}
.ipro ul li a{
  display: inline-block;
  border:1px solid #aeb1b6 ;
  color: #636772;
}
.ipro ul li a img {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #aeb1b6;
}
.ipro ul li span{
  display: block;
  width: 100%;
  line-height: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
/*关于我们*/
.iabout {
  width:96%;
  height:auto;
  background-color: #f86d12;
  padding:2%;
  margin: 2% 0;
}
.iabo_txt {
  padding: 2%;
  border: 1px solid #f0f0f0;
  color: #fff;
}
.iabo_txt p {
  line-height: 2rem;
  font-size: 1rem;
}
/*新闻列表*/
.inews {
  width:100%;
  margin:2% auto;
}
.inews_col {
  width:48%;
  float:left;
  margin:1%;
}
.time {
  width: 25%;
  background: #545864;
  height: 4rem;
  color: #fff;
  font-size:0.5rem;
}
.time i {
  display: block;
  line-height: 2rem;
}
.time time {
  display: block;
  line-height: 1rem;
}
.newstxt {
  width: 73%;
  height: 4rem;
}
.newstxt h3 {
  height: 2rem;
  line-height: 2rem;
}
.newstxt h3 a{
  color: #f86d12;
}
.newstxt p {
  font-size:0.5rem;
  color: #545864;
}
/*联系我们*/
.icont {
  background: #f86d12;
  padding:2%;
  margin-top: 2%;
}
.icont p {
  line-height: 2rem;
  color:#fff;
}
/*内页*/
.imain {
	margin-top:4rem;
}
.icate {
	background:#e0e0e0;
	overflow: hidden;
}
.icate ul li{
	float: left;
    width: 31%;
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    margin:2% 1%;
}
.icate ul li a{
	color:#000;
	display:block;
	text-align: center;
	padding:0 1%;
}
.abo_t {
	margin:2%;
}
.abo_t span {
	display:block;
	font-size:1rem;
}
.abo_t em {
	display:inline-block;
	width:4rem;
	height:0.2rem;
	background:#f86d12;
}
.abocon {
	width:94%;
	margin:0 auto;
}
.abocon p {
	line-height:1.5rem;
}
.abocon img {
	display:block;	
	max-width:100%;	
	height:auto;
	margin:0.5rem 0;
}
/*新闻列表*/
.news_column li {
	height: 2rem;
    line-height: 2rem;
    border-bottom: 1px dotted #d3d3d3;
    background: url(../image/dot.jpg) 96% center no-repeat;
    background-size: 20px 20px;
}
.news_column li a{
	width: 80%;
	padding:0 2%;
	display:block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*详细*/
.abocon h1{
	line-height: 3rem;
    font-size: 1rem;
}
.abocon img {
	display:inline;
}
.abocon hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #a0a0a0;
}
.tag {
	padding: 1%;
	background-color: #f0f0f0;
}
.share {
	margin:2% 0;
}
/*底部*/
.bottom {
	width:100%;
	height:2.5rem;
	margin-top: 1rem;
	background:#545864;
}
.backtop{
	padding:2%;
}
.backtop a{
	color:#fff;
	font-size:1rem;
	font-weight:bold;
}
.backtop a:hover{
	color: #fff!important;
}
.backtop a em{
	font-size: 0.5rem;
	display: inline-block;
}
.weizg {
	height:2rem;
	line-height:3rem;
}
.footer {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: 3.5rem;
  background: #545864;
}
.footer ul {
  overflow: hidden;
  padding-top: 0.5rem;
}
.footer ul li {
  width:25%;
  float:left;
}
.footer ul li i {
  font-size:1.5rem;
  color: #fff;
}
.footer ul li a {
  display: block;
  color: #fff;
}
.footer ul li a:hover{
	color:#fff!important;
}
.footer ul li p{
	font-size:0.5rem;
}
/*分页*/
.pages{
	margin:20px auto;
}
.pages ul li{
	border:1px solid #a0a0a0;
	padding:5px 10px;
	display:inline;
}
.pages ul li:hover{
	background:#d0d0d0;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../font/glyphicons-halflings-regular.eot');
  src: url('../font/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('http://www.jufenghui.com/4g/template/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('http://www.jufenghui.com/4g/template/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('http://www.jufenghui.com/4g/template/fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-home:before {
  content: "\e021";
}