/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color: transparent;
  	border: 2px solid #dddddd;
  	border-radius: 100%;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
	border: 2px solid #feffff;
  	background-color: #feffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
#web_banner {
  	width: 100%;
  	position: relative;
  	display: none
}
#web_banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#web_banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color: transparent;
  	border: 2px solid #dddddd;
  	border-radius: 100%;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#web_banner .hd .on {
	border: 2px solid #feffff;
  	background-color: #feffff;
}
#web_banner .bd a {
  	display: block;
  	width: 100%;
  	height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

@media (max-width:1199px) and (min-width: 992px) {
	#banner .bd a {
		height: 500px;
	}
}
@media (max-width:991px) and (min-width: 768px) {
	#banner .bd a {
		height: 400px;
	}
}
@media (max-width:767px) and (min-width: 425px) {
	#banner{
		margin-top: 50px;display: none
	}
	#banner .bd a {
		height: 300px;
	}
	#web_banner{
		margin-top: 50px;display: block;
	}
	#web_banner .bd a {
		height: 300px;
	}

}
@media screen and (max-width:424px) {
	#banner{
		margin-top: 50px;display: none
	}
	#banner .bd a {
		height: 250px;
	}
	#banner .hd{
		bottom: 10px;
	}
		#web_banner{
		margin-top: 50px;display: block;
	}
	#web_banner .bd a {
		height: 250px;
	}
	#web_banner .hd{
		bottom: 10px;
	}
}


/*幻灯片CSS*/

.gongyong{
	text-align: center;
}
.gongyong h2{
	margin-bottom: 8px;
	position: relative;
}
.gongyong h2:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000000;
	left: 0;
	top: 50%;
	z-index: -1;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.gongyong a{
	display: inline-block;
	background: #ffffff;
	padding: 0 20px;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
}
.gongyong p{
	font-size: 16px;
	color: #000000;
}

/*我们的服务项目*/
.fuwu{
	padding: 55px 0;
}
.fuwu .section{
	margin-top: 40px;
}
.fuwu .section li{
	margin-bottom: 15px;
}
.fuwu .section a{
	display: block;
	font-size: 0;
}
.fuwu .section p{
	height: 0;
	padding-bottom: 68.5%;
	position: relative;
	overflow: hidden;
}
.fuwu .section img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.fuwu .section span{
	display: block;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 48px;
	border-bottom: 1px solid #cccccc;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.fuwu .section a:hover span{
	color: #e77817;
	border-bottom: 1px solid #e77817;
}
@media (max-width:1199px) and (min-width: 992px) {
	
}
@media (max-width:991px) and (min-width: 768px) {
	
}

@media (max-width:767px) and (min-width: 425px) {
	.gongyong a{
		font-size: 22px;
		margin-bottom: 8px;
	}
	.gongyong h2{
		margin-bottom: 0;
	}
	.gongyong p{
		font-size: 14px;
	}
}
@media screen and (max-width:424px) {
	.gongyong a{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.gongyong h2{
		margin-bottom: 0;
	}
	.gongyong p{
		font-size: 12px;
	}
}
/*我们的服务项目*/

/*公司简介*/
.about{
	padding: 60px 0;
	position: relative;
	background: #e5e5e5 url(../picture/aboutbg.jpg) no-repeat bottom center;
}
.about .title{
	width: 390px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	background: #28166f;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.about .content{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	max-width: 990px;
	margin: 0 auto;
}
.about .content a{
	font-size: 14px;
	color: #666666;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.about .content a:hover{
	color: #e77817;
}
.about .about-tu{
	text-align: center;
	font-size: 0;
	max-width: 650px;
	margin: 40px auto 0 auto;
}
.about .about-tu li{
	display: inline-block;
	vertical-align: top;
	width: 18.4%;
	margin-bottom: 15px;
	margin-right: 2%;
}
.about .about-tu li:last-child{
	margin-right: 0;
}
.about .about-tu a{
	display: block;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}
.about .about-tu img{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
@media (max-width:991px) and (min-width: 768px) {
	.about .title{
		font-size: 24px;
	}
}

@media (max-width:767px) and (min-width: 425px) {
	.about{
		padding: 40px 0;
	}
	.about .title{
		width: 280px;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
	.about .about-tu{
		display: none;
	}
}
@media screen and (max-width:424px) {
	.about{
		padding: 35px 0;
	}
	.about .title{
		width: 280px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.about .about-tu{
		display: none;
	}
}
/*公司简介*/

/*衡固产品*/
.product{
	
}
.product .cp{
	padding-top: 60px;
	padding-bottom: 45px;
	border-bottom: 1px solid #cccccc;
}
.product .left{
	width: 74%;
}
.product .left .title{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.product .left .desc{
	font-size: 16px;
	color: #000000;
	margin: 8px 0 20px 0;
}
.product .left .qiehuan{
	
}
.product .left .list{
	font-size: 0;
	margin-bottom: 15px;
}
.product .left .list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product .left .list li:last-child{
	margin-right: 0;
}
.product .left .list a{
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	padding: 0 18px;
	border: 1px solid #666666;
	border-radius: 5px;
}
.product .left .list .cur a{
	background: #28166f;
	color: #ffffff;
}
.product .left .dabao{
	
}
.product .left .chanpin{
	font-size: 0;
	display: none;
}
.product .left .chanpin:first-child{
	display: block;
}
.product .left .chanpin li{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 5%;
}
.product .left .chanpin li:last-child{
	margin-right: 0;
}
.product .left .chanpin a{
	display: block;
}
.product .left .chanpin p{
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.product .left .chanpin img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product .left .chanpin span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.product .left .chanpin a:hover span{
	color:#e77817;
}
.product .right{
	width: 22%;
	background: url(../images/product.png) no-repeat right top;
	padding: 60px 20px 20px 20px;
	border-radius: 5px;
}
.product .right .a{
	
}
.product .right .a h2{
	font-size: 16px;
	color: #999999;
	margin-bottom: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .right .a p{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .right .b{
	height: 0;
	padding-bottom: 83%;
	overflow: hidden;
	position: relative;
}
.product .right .b img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product .right .c{
	margin-bottom: 30px;
}
.product .right .c h2{
	font-size: 16px;
	color: #cccccc;
	margin-bottom: 20px;
}
.product .right .c p{
	font-size: 12px;
	color: #cccccc;
	line-height: 22px;
}
.product .right .more{
	font-size: 14px;
	color: #ffffff;
	display: block;
	height: 30px;
	line-height: 30px;
	background: #d52b1d;
	text-align: center;
	border-radius: 5px;
}
@media (max-width:1199px) and (min-width: 992px) {
	
}
@media (max-width:991px) and (min-width: 768px) {
	.product .right{
		display: none;
	}
	.product .left{
		width: 100%;
	}
}

@media (max-width:767px) and (min-width: 425px) {
	.product .right{
		display: none;
	}
	.product .left{
		width: 100%;
	}
	.product .left .desc{
		font-size: 14px;
	}
	.product .left .list a{
		font-size: 14px;
		line-height: 30px;
		padding: 0 12px;
	}
}
@media screen and (max-width:424px) {
	.product .right{
		display: none;
	}
	.product .left{
		width: 100%;
	}
	.product .left .desc{
		font-size: 14px;
	}
	.product .left .list a{
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}
}
/*衡固产品*/

/*新闻中心*/
.section4{
	padding-top: 55px;
	padding-bottom: 20px;
}
.section4 .news{
	margin-top: 30px;
}
.section4 .news li{
	padding: 20px 0;
	margin-bottom: 10px;
}
.section4 .news li div.time{
	text-align: center;
	background: #cccccc;
	width: 21.5%;
	margin-right:5%;
	padding: 7px 0;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section4 .news li div.time strong{
	color: #ffffff;
	font-weight: normal;
	font-size: 48px;
	line-height: 48px;
}
.section4 .news li div.time p{
	font-size: 14px;
	color: #ffffff;
}
.section4 .news li div.content{
	width: 72.5%;
	padding: 4px 0;
}
.section4 .news li div.content a{
	font-size: 16px;
	color: #333333;
	display:block;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section4 .news li div.content span{
	font-size: 12px;
	color: #999;
}
.section4 .news li div.content p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.section4 .news li:hover .time{
	background: #e77817;
}
.section4 .news li:hover div.content a{
	color: #e77817;
}
@media screen and (min-width: 1200px){	
	.section4 .news li{
		width: 31%;
		margin-right: 3.5%;
	}
	.section4 .news li:nth-child(3n){
		margin-right: 0;
	}
}

@media (max-width:1199px) and (min-width: 992px) {
	.section4 .news li{
		width: 32%;
		margin-right: 2%;
	}
	.section4 .news li:nth-child(3n){
		margin-right: 0;
	}
	.section4 .news li div.time{
		width: 23%;
		margin-right: 4%;
	}
}
@media (max-width:991px) and (min-width: 768px) {
	.section4 .news li{
		width: 49%;
		margin-right: 1%;
	}
	.section4 .news li:nth-child(2n){
		margin-right: 0;
	}
	.section4 .news li div.time{
		width: 23%;
		margin-right: 4%;
	}
}

@media (max-width:767px) and (min-width: 425px) {
	.section4 .news li{
		width: 100%;
		padding: 5px 0;
	}
	.section4 .news li div.time{
		width: 23%;
		margin-right: 4%;
	}
}
@media screen and (max-width:424px) {
	.section4 .news li{
		width: 100%;
		padding: 5px 0;
	}
	.section4 .news li div.time{
		width: 23%;
		margin-right: 4%;
	}
	.section4 .news li div.content{
		width: ;
	}
}
/*新闻中心*/
