@charset "utf-8";

html{
	font-size:10px;
}

body,p,ul,li,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
body{
	font-family: "Microsoft yahei";
	color:#333;
	padding-bottom:40px;
	background: #eee;
	max-width:768px;
	margin:0px auto;
	word-break: break-all;
}
ul,li{
	list-style: none;
}
img{
	outline:none;
	display: block;
	width:100%;
}
a,a:visited{
	text-decoration: none;
	color:#333;
}
.clear{
	clear:both;
}
/*header*/
.header{
	padding:15px 8%;
	background:#fff;
}
.header .logo{
	width:58.6%;
	float:left;
}
.header  .menu{
	width:24px;
	height:12px;
	float:right;
	margin-top: 5px;
}
.header  .nav {
  width: 100%;
  line-height: 28px;
  font-size: 13px;
  /* margin-top: 10px; */
  display: none;
  text-align: left;
  position: absolute;
  background: #fff;
  left: 0;
  top: 100%;
  padding: 10px;
  box-sizing:border-box;
}

.banner{
	/*margin-top: 15px;*/
}
.index_title{
	text-align: center;
}
.index_title h2{
	font-size:15px;

}
.index_title p{
	font-size:0.8rem;
	transform: scale(0.65);
	line-height:5px;
	font-weight:bold;
	text-transform: uppercase;
}


.footer{
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	position: fixed;
	bottom:0;
	width:100%;
	z-index:9;
	max-width:768px;
}
.footer li{
	float:left;
	width:25%;
}
.footer li a{
	color:#fff;
	font-size:1.1rem;
}
.footer li img{
	width:12px;
	display: inline;
	vertical-align: middle;
	margin-right:5px;
	margin-top:-2px;
}

.page{
	text-align: center;
	line-height:36px;
	font-size:1rem;

}
.page a{
	margin:0px 5px;
}


.index_about{
	position:relative;

}

.index_about .box{
	background:#ff0000;
	margin:0px auto;
	color:#fff;
	padding-bottom:15px;

}
.index_about .box .title{
	font-size:1.2rem;
	line-height:36px;
	font-weight: bold;
	float:left;
	width:26.6%;
	text-align:center;
	margin-right:10%;
	margin-bottom:-15px;
}
.index_about .box 	.list{
	overflow:hidden;
	position:relative;
	padding:50px 0 0 0;

}
.index_about .box 	.list	p{
	overflow:hidden;
	font-size:0.9rem;
	font-weight:bold;
	margin-bottom:5px;
	line-height:18px;
}

.index_about .box 	.list	b{
	width:3px;
	height:3px;
	float:left;
	border-radius:50%;
	background:#fff;
	margin:5px 9px 0px 0px;
}
.index_about .box 	.list	span{
	float:left;
	font-weight:normal;
	width:38px;
	white-space: nowrap;
}
.index_about .box 	.list .label{
	display:block;
	width:35px;
	height:14px;
	border-radius:20px;
	background:#000000;
	text-align:center;
	line-height:14px;
	font-size:0.9rem;
	font-weight:bold;
	margin-right:3px;
}
.index_about .box 	.list .line{
	height:160px;
	border-right:1px solid #fff;
	position:absolute;
	left:39px;
	top:30px;
}
/*.index_about	.about_cloud{
	position:absolute;
	bottom:0;
	width:1920px;
	margin-left:-960px;
	left:50%;
}
*/
body{
    padding-bottom:72px;
	padding-top: 68px;
}

.header{
  height: 68px;
    /* padding: 3.5rem 0 0 0; */
    text-align: center;
    box-sizing: border-box;
    position: relative;
    position: relative;
    z-index: 3;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px #eee;
}
.header  a{
  display: block;
}
.header .logo{
  width: 225px;
  margin: 0 auto;
  margin-top: 8px;
    float: none

}
.header .logo img{
    width:100%;
    margin:0 auto;

}
.header .tel{
  width: 30px;
      /* float: right; */
      margin-right: 20px;
      position: absolute;
      right: 0;
}
.header .tel img{
    width:100%;
}
.header .menu{
  position: absolute;
    top: 23px;
    left: 10px;
    width: 30px;
    height:auto;
    cursor: pointer;
}

.footer_box{
    position: fixed;
    bottom:0;
    width:100%;
    max-width: 768px;
    margin:0 auto;
    z-index: 10;
}
.footer_box ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    line-height: 34px;
    height:34px;
    text-align: center;
    background: #000000;
}
.footer_box li a{
    font-size:8px;
    color:#fff;
    display: block;
}
.footer_box li img{
    display: inline;
    width:9px;
    margin-right: 5px;
    vertical-align: sub;
}
.footer_box .tel{
    line-height: 38px;
    background: #;
}
.footer_box .tel a{
    width:57%;
    margin:0 auto;
    display: block;
    font-size:18px;
    background:#ff0000;
    color:#fff;
    text-align: center;
    border-radius: 5rem;
}
