@charset "UTF-8";
body,div,ul,li,p,h1,h2,h3,h4,a{
    padding:0;
    margin:0;
}
ul,li {
    list-style:none
}
a{
    text-decoration:none
}
.clear{
    clear:both;
}
img{
    border:0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.index_tel{
	width:1200px;
	margin:60px auto;
}
.index_tel h2{
	width:1200px;
	text-align:center;
}

.index_tel .tel_title{
	overflow:hidden;
	text-align:center;
	width:400px;
	margin:20px auto;
	text-align:center;
	align-items:center;
}
.index_tel .tel_title li{
	float:left;
	}
.index_tel .tel_title li:nth-child(1),
.index_tel .tel_title li:nth-child(3){
	width:100px;
	height:3px;
	background:#CCC;
	flex: 1;
	top: 12px;
	position: relative;
	}
.index_tel .tel_title li:nth-child(2){
	width:200px;
	font-size:1.2rem;
}
.index_tel .tel_title li:nth-child(2) span{
	color:#F00;
}
.index_tel h2 span{
	color:#F00;
}
.index_bd{
	width:1200px;
}