@charset "gb2312";
/* CSS Document */

.about{
	clear: both;
	position: relative;
	text-align: center;
	width: 510px;
	margin:0 auto;
	top:60%;
	transform: translateY(0%);
	margin-bottom:0;
	color:#6c6b6b;
}
.about p{text-indent: 2em;}
@media screen and (max-width: 768px) {
	.about{width:45%;top:56%;}

}
.top i{
			display: block;
			width: 800px;
			height: 800px;
			position: absolute;

	left:50%;
top:50%;
margin-left:-400px;
margin-top:-400px;
			border-radius: 50%;
			border: 10px solid transparent;
			/*旋转*/
			animation:circleRoate 20s infinite;
			animation-timing-function:linear;
			
		}
.top i span{
	position: absolute;
	left: 33%;
	top: 24px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: dodgerblue;
}
.top i b{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: dodgerblue;
}
@media screen and (max-width: 1440px) {
	.top i,.top i span,.top i b{display: none;}
	

}
@keyframes circleRoate{
	from{transform: rotate(0deg) infinite;}
	to{transform: rotate(360deg);}
}
.more{
	width: 150px;
	height:46px;
	line-height: 46px;
	margin: 40px auto;
	padding-right: 26px;
	border-radius: 50px;
	border: 1px solid #1165AB;
	background: url("../images/jt.png") 94px center no-repeat;
}
@media screen and (max-width: 768px) {
	.more{margin-top:0px;height:36px;line-height: 36px;width:120px;padding-right: 0px;}
	

}

/**间距**/
.p68{
	padding:10rem 0px;
	text-align:center;
}

.btitle{
	font-size:4.8rem;
	font-weight:600;
	color:#1165AB;
}
.stitle{
	font-size:1.6rem;
	color:#696969;
}

.btitle{
	font-size:3.6rem;
	font-weight:bold;
}
.stitle{
	font-size:1.4rem;
	color:#696969;
}

@media screen and (max-width: 768px) {
	.about{
		line-height:24px;
	}
	.about p{
		padding-top:1.6rem;
	}
	.btitle{
	font-size:2.8rem;
	font-weight:bold;
}
.stitle{
	font-size:1.2rem;
	color:#696969;
}
.p68{
	padding:4.6rem 0px; 
}
}

/***产品中心*****/
.cp{
	background:url("../images/cp.png") bottom no-repeat;
}

.cp .row div{
	
	margin-top:3rem;
}
.cp .row p {
	padding-top:27px;
	padding-bottom:35px;
	background: #fff;
}
.cp .row p a{
	font-size:1.8rem;
	color:#000;
	
}
.cp .row p a:hover{
	color:#FF9800;
}
.cp .more{border: 1px solid #fff; background: url("../images/jt.png") 94px center no-repeat #fff;}
@media screen and (max-width: 768px) {
	.cp .row .col-sm-6,  .col-md-4,.col-md-6 {
	padding-right:-15px;
	overflow:hidden;
	}
	.row{margin: 0;}

}
/****联系我们****/
.lx{background: url("../images/dt.png") no-repeat center;-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
.zs{
	margin-top:2.6rem;
}
.lxwm{
	text-align: left; margin: 0 auto; display:block; padding:6rem 0 10rem 40%;line-height: 36px;
}
.lxwm span{font-weight: bold;font-size: 1.8rem;}
@media screen and (max-width: 768px) {
	.lxwm{padding-left:10%;}

}
