/*body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
span figcaption {
	margin: 0;
	padding: 0;
}*/

* {
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	font-family: "微软雅黑";
}



.clear_float:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
}

ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.p12 {
	font-size: 12px;
}

.p14 {
	font-size: 14px;
}

.p16 {
	font-size: 16px;
}

.p18 {
	font-size: 18px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.pin li {
	display: inline-block;
}

.cont {
	width: 80%;
	margin: 0 auto;
}


/*页眉*/
.header{
	    background-color: rgba(0, 0, 0, 0.8);
}
.header p {
	line-height: 30px;
	color:#fff;
}

.glyphicon-earphone {
	font-size: 20px;
	color: #f13a3a;
}



/*我们理念*/

.idea {
	background-color: #f13a3a;
	padding: 30px 0px;
}

.idea p {
	color: #fff;
	font-size: 28px;
	line-height: 50px;
}

.idea span {
	color: #fff;
}

.idea a {
	margin-top: 13px;
	background-color: #fff;
	border-radius: 25px;
	line-height: 48px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.idea a:hover {
	text-decoration: none;
	color: #F13A3A;
}


/*关于我们*/

.about {
	padding-bottom: 5%;
/*	background-color: #f9f9f9;*/
}

.title {
	margin: auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 8%;
}

.title_top {
	display: inline-block;
}
.title_top h2{
	padding-bottom: 15px;
}
.title_top span {
	font-size: 14px;
	color: #545454;
}

.title_img {
	display: inline-block;
}
@media (max-width: 360px) {
	.title_img {
	display: none;
}
}
.ab p {
	line-height: 30px;
	text-indent: 30px;
	padding-top: 5%;
	padding-bottom: 6%;
}

.ab img {
	width: 50%;
}

.ab a {
	font-size: 15px;
	background-color: #f13a3a;
	padding: 4px 15px;
	border-radius: 10px;
	color: #fff;
	margin-left: 75%;
}

.ab a:hover {
	text-decoration: none;
	color: #fff;
}
@media (max-width: 420px) {
	.ab a {
	margin-left: 65%;
    }
}

/*我们服务*/

.service {
	background-color: #f9f9f9;
}
.service_img{
	width: 100%;
}
.service_img1{
	width: 100%;
	display: none;
}
@media (max-width: 630px) {
	.service_img1{
	width: 100%;
	display: block;
}
.service_top{
	display: none;
}
}
.service_top {
	position: relative;
}

.service_top img {
	width: 100%;
}

.service_top h4 {
	color: #F13A3A;
}

.service_top p {
	color: #666;
}

.service_top1 {
	text-align: left;
	position: absolute;
	top: 0%;
	left: 19%;
	width: 18%;
}

.service_top2 {
	text-align: left;
	position: absolute;
	top: 20%;
	left: 78%;
	width: 18%;
}

.service_top3 {
	text-align: left;
	position: absolute;
	left: -7%;
	top: 24%;
	width: 20%;
	margin-left: 2%;
}
@media (max-width: 768px) {
	.service_top3 {
    width: 16%;
    margin-left: 8%;
}

.service_top6 {
    width: 15% !important;
    margin-right: 2% !important;
}
}
.service_top4 {
	text-align: left;
	position: absolute;
	left: 4%;
	top: 66%;
	width: 20%;
}

.service_top5 {
	text-align: left;
	position: absolute;
	top: 73%;
	right: 36%;
	width: 18%;
}

.service_top6 {
	text-align: left;
	position: absolute;
	top: 48%;
	left: 85%;
	width: 17%;
	margin-right: 2%;
}




